2023-12-01T16:20:00.747 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-01T16:20:00.748 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi/7473752 --name yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi --verbose --description rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/on mon_election/classic task/test_host_drain} --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi/7473752/orig.config.yaml 2023-12-01T16:20:00.779 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T16:20:00.853 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi/7473752 branch: wip-neorados-learning-from-experience description: rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/on mon_election/classic task/test_host_drain} email: yweinste@redhat.com first_in_suite: false job_id: '7473752' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-neorados-learning-from-experience ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: d710c09d2ffe0f0858468330fd3d69f1f4506222 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: d710c09d2ffe0f0858468330fd3d69f1f4506222 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-neorados-learning-from-experience sha1: d710c09d2ffe0f0858468330fd3d69f1f4506222 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - osd.1 - - host.b - mon.b - mgr.b - osd.2 - osd.3 - - host.c - mon.c - osd.4 - osd.5 seed: 5183 sha1: d710c09d2ffe0f0858468330fd3d69f1f4506222 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-neorados-learning-from-experience suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_d710c09d2ffe0f0858468330fd3d69f1f4506222/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: d710c09d2ffe0f0858468330fd3d69f1f4506222 targets: smithi006.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi099.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi144.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools:3.0 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - install: null - cephadm: null - cephadm.shell: host.a: - "set -ex\nHOSTNAMES=$(ceph orch host ls --format json | jq -r '.[] | .hostname')\n\ for host in $HOSTNAMES; do\n # find the hostname for \"host.c\" which will\ \ have no mgr\n HAS_MGRS=$(ceph orch ps --hostname ${host} --format json |\ \ jq 'any(.daemon_type == \"mgr\")')\n if [ \"$HAS_MGRS\" == \"false\" ]; then\n\ \ HOST_C=\"${host}\"\n fi\ndone\n# One last thing to worry about before\ \ draining the host\n# is that the teuthology test tends to put the explicit\n\ # hostnames in the placement for the mon service.\n# We want to make sure we\ \ can drain without providing\n# --force and there is a check for the host being\ \ removed\n# being listed explicitly in the placements. Therefore,\n# we should\ \ remove it from the mon placement.\nceph orch ls mon --export > mon.yaml\n\ sed /\"$HOST_C\"/d mon.yaml > mon_adjusted.yaml\nceph orch apply -i mon_adjusted.yaml\n\ # now drain that host\nceph orch host drain $HOST_C --zap-osd-devices\n# wait\ \ for drain to complete\nHOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\n\ while [ \"$HOST_C_DAEMONS\" != \"No daemons reported\" ]; do\n sleep 15\n \ \ HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\ndone\n# we want to check\ \ the ability to remove the host from\n# the CRUSH map, so we should first verify\ \ the host is in\n# the CRUSH map.\nceph osd getcrushmap -o compiled-crushmap\n\ crushtool -d compiled-crushmap -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\n\ if ! grep -q \"$HOST_C\" <<< \"$CRUSH_MAP\"; then\n printf \"Expected to see\ \ $HOST_C in CRUSH map. Saw:\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n# If the drain\ \ was successful, we should be able to remove the\n# host without force with\ \ no issues. If there are still daemons\n# we will get a response telling us\ \ to drain the host and a\n# non-zero return code\nceph orch host rm $HOST_C\ \ --rm-crush-entry\n# verify we've successfully removed the host from the CRUSH\ \ map\nsleep 30\nceph osd getcrushmap -o compiled-crushmap\ncrushtool -d compiled-crushmap\ \ -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\nif grep -q \"$HOST_C\" <<<\ \ \"$CRUSH_MAP\"; then\n printf \"Saw $HOST_C in CRUSH map after it should\ \ have been removed.\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-12-01_15:09:25 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-01T16:20:00.853 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_d710c09d2ffe0f0858468330fd3d69f1f4506222/qa; will attempt to use it 2023-12-01T16:20:00.854 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_d710c09d2ffe0f0858468330fd3d69f1f4506222/qa/tasks 2023-12-01T16:20:00.854 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-01T16:20:00.856 INFO:teuthology.task.internal:Checking packages... 2023-12-01T16:20:00.879 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'd710c09d2ffe0f0858468330fd3d69f1f4506222' 2023-12-01T16:20:00.880 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-01T16:20:00.880 INFO:teuthology.packaging:ref: None 2023-12-01T16:20:00.880 INFO:teuthology.packaging:tag: None 2023-12-01T16:20:00.880 INFO:teuthology.packaging:branch: wip-neorados-learning-from-experience 2023-12-01T16:20:00.880 INFO:teuthology.packaging:sha1: d710c09d2ffe0f0858468330fd3d69f1f4506222 2023-12-01T16:20:00.880 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-neorados-learning-from-experience 2023-12-01T16:20:01.022 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7570.gd710c09d 2023-12-01T16:20:01.022 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-01T16:20:01.029 INFO:teuthology.task.internal:no buildpackages task found 2023-12-01T16:20:01.029 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-01T16:20:01.035 INFO:teuthology.task.internal:Saving configuration 2023-12-01T16:20:01.048 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-01T16:20:01.053 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T16:20:01.076 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi006.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi/7473752', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 16:14:49.012814', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T16:20:01.097 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi099.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi/7473752', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 16:14:49.015333', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T16:20:01.120 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi144.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi/7473752', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 16:14:49.014182', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T16:20:01.121 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-01T16:20:01.127 INFO:teuthology.task.internal:roles: ubuntu@smithi006.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2023-12-01T16:20:01.127 INFO:teuthology.task.internal:roles: ubuntu@smithi099.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2023-12-01T16:20:01.127 INFO:teuthology.task.internal:roles: ubuntu@smithi144.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2023-12-01T16:20:01.127 INFO:teuthology.run_tasks:Running task console_log... 2023-12-01T16:20:01.226 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f630cfe3ee0>, signals=[15]) 2023-12-01T16:20:01.227 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-01T16:20:01.234 INFO:teuthology.task.internal:Opening connections... 2023-12-01T16:20:01.234 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi006.front.sepia.ceph.com 2023-12-01T16:20:01.236 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi006.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T16:20:01.306 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi099.front.sepia.ceph.com 2023-12-01T16:20:01.307 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi099.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T16:20:01.372 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi144.front.sepia.ceph.com 2023-12-01T16:20:01.373 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T16:20:01.440 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-01T16:20:01.446 DEBUG:teuthology.orchestra.run.smithi006:> uname -m 2023-12-01T16:20:01.468 INFO:teuthology.orchestra.run.smithi006.stdout:x86_64 2023-12-01T16:20:01.468 DEBUG:teuthology.orchestra.run.smithi006:> cat /etc/os-release 2023-12-01T16:20:01.528 INFO:teuthology.orchestra.run.smithi006.stdout:NAME="Red Hat Enterprise Linux" 2023-12-01T16:20:01.529 INFO:teuthology.orchestra.run.smithi006.stdout:VERSION="8.6 (Ootpa)" 2023-12-01T16:20:01.529 INFO:teuthology.orchestra.run.smithi006.stdout:ID="rhel" 2023-12-01T16:20:01.529 INFO:teuthology.orchestra.run.smithi006.stdout:ID_LIKE="fedora" 2023-12-01T16:20:01.529 INFO:teuthology.orchestra.run.smithi006.stdout:VERSION_ID="8.6" 2023-12-01T16:20:01.529 INFO:teuthology.orchestra.run.smithi006.stdout:PLATFORM_ID="platform:el8" 2023-12-01T16:20:01.529 INFO:teuthology.orchestra.run.smithi006.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-01T16:20:01.529 INFO:teuthology.orchestra.run.smithi006.stdout:ANSI_COLOR="0;31" 2023-12-01T16:20:01.529 INFO:teuthology.orchestra.run.smithi006.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-01T16:20:01.529 INFO:teuthology.orchestra.run.smithi006.stdout:HOME_URL="https://www.redhat.com/" 2023-12-01T16:20:01.529 INFO:teuthology.orchestra.run.smithi006.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-01T16:20:01.529 INFO:teuthology.orchestra.run.smithi006.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T16:20:01.530 INFO:teuthology.orchestra.run.smithi006.stdout: 2023-12-01T16:20:01.530 INFO:teuthology.orchestra.run.smithi006.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T16:20:01.530 INFO:teuthology.orchestra.run.smithi006.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-01T16:20:01.530 INFO:teuthology.orchestra.run.smithi006.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-01T16:20:01.530 INFO:teuthology.orchestra.run.smithi006.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-01T16:20:01.531 INFO:teuthology.lock.ops:Updating smithi006.front.sepia.ceph.com on lock server 2023-12-01T16:20:01.556 DEBUG:teuthology.orchestra.run.smithi099:> uname -m 2023-12-01T16:20:01.576 INFO:teuthology.orchestra.run.smithi099.stdout:x86_64 2023-12-01T16:20:01.576 DEBUG:teuthology.orchestra.run.smithi099:> cat /etc/os-release 2023-12-01T16:20:01.633 INFO:teuthology.orchestra.run.smithi099.stdout:NAME="Red Hat Enterprise Linux" 2023-12-01T16:20:01.633 INFO:teuthology.orchestra.run.smithi099.stdout:VERSION="8.6 (Ootpa)" 2023-12-01T16:20:01.633 INFO:teuthology.orchestra.run.smithi099.stdout:ID="rhel" 2023-12-01T16:20:01.633 INFO:teuthology.orchestra.run.smithi099.stdout:ID_LIKE="fedora" 2023-12-01T16:20:01.633 INFO:teuthology.orchestra.run.smithi099.stdout:VERSION_ID="8.6" 2023-12-01T16:20:01.633 INFO:teuthology.orchestra.run.smithi099.stdout:PLATFORM_ID="platform:el8" 2023-12-01T16:20:01.633 INFO:teuthology.orchestra.run.smithi099.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-01T16:20:01.633 INFO:teuthology.orchestra.run.smithi099.stdout:ANSI_COLOR="0;31" 2023-12-01T16:20:01.634 INFO:teuthology.orchestra.run.smithi099.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-01T16:20:01.634 INFO:teuthology.orchestra.run.smithi099.stdout:HOME_URL="https://www.redhat.com/" 2023-12-01T16:20:01.634 INFO:teuthology.orchestra.run.smithi099.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-01T16:20:01.634 INFO:teuthology.orchestra.run.smithi099.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T16:20:01.634 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T16:20:01.634 INFO:teuthology.orchestra.run.smithi099.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T16:20:01.634 INFO:teuthology.orchestra.run.smithi099.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-01T16:20:01.634 INFO:teuthology.orchestra.run.smithi099.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-01T16:20:01.634 INFO:teuthology.orchestra.run.smithi099.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-01T16:20:01.635 INFO:teuthology.lock.ops:Updating smithi099.front.sepia.ceph.com on lock server 2023-12-01T16:20:01.656 DEBUG:teuthology.orchestra.run.smithi144:> uname -m 2023-12-01T16:20:01.676 INFO:teuthology.orchestra.run.smithi144.stdout:x86_64 2023-12-01T16:20:01.676 DEBUG:teuthology.orchestra.run.smithi144:> cat /etc/os-release 2023-12-01T16:20:01.736 INFO:teuthology.orchestra.run.smithi144.stdout:NAME="Red Hat Enterprise Linux" 2023-12-01T16:20:01.736 INFO:teuthology.orchestra.run.smithi144.stdout:VERSION="8.6 (Ootpa)" 2023-12-01T16:20:01.736 INFO:teuthology.orchestra.run.smithi144.stdout:ID="rhel" 2023-12-01T16:20:01.736 INFO:teuthology.orchestra.run.smithi144.stdout:ID_LIKE="fedora" 2023-12-01T16:20:01.736 INFO:teuthology.orchestra.run.smithi144.stdout:VERSION_ID="8.6" 2023-12-01T16:20:01.736 INFO:teuthology.orchestra.run.smithi144.stdout:PLATFORM_ID="platform:el8" 2023-12-01T16:20:01.737 INFO:teuthology.orchestra.run.smithi144.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-01T16:20:01.737 INFO:teuthology.orchestra.run.smithi144.stdout:ANSI_COLOR="0;31" 2023-12-01T16:20:01.737 INFO:teuthology.orchestra.run.smithi144.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-01T16:20:01.737 INFO:teuthology.orchestra.run.smithi144.stdout:HOME_URL="https://www.redhat.com/" 2023-12-01T16:20:01.737 INFO:teuthology.orchestra.run.smithi144.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-01T16:20:01.737 INFO:teuthology.orchestra.run.smithi144.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T16:20:01.737 INFO:teuthology.orchestra.run.smithi144.stdout: 2023-12-01T16:20:01.737 INFO:teuthology.orchestra.run.smithi144.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T16:20:01.737 INFO:teuthology.orchestra.run.smithi144.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-01T16:20:01.737 INFO:teuthology.orchestra.run.smithi144.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-01T16:20:01.738 INFO:teuthology.orchestra.run.smithi144.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-01T16:20:01.738 INFO:teuthology.lock.ops:Updating smithi144.front.sepia.ceph.com on lock server 2023-12-01T16:20:01.756 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-01T16:20:01.764 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-01T16:20:01.769 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-01T16:20:01.770 DEBUG:teuthology.orchestra.run.smithi006:> test '!' -e /home/ubuntu/cephtest 2023-12-01T16:20:01.772 DEBUG:teuthology.orchestra.run.smithi099:> test '!' -e /home/ubuntu/cephtest 2023-12-01T16:20:01.774 DEBUG:teuthology.orchestra.run.smithi144:> test '!' -e /home/ubuntu/cephtest 2023-12-01T16:20:01.794 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-01T16:20:01.800 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-01T16:20:01.800 DEBUG:teuthology.orchestra.run.smithi006:> test -z $(ls -A /var/lib/ceph) 2023-12-01T16:20:01.831 DEBUG:teuthology.orchestra.run.smithi099:> test -z $(ls -A /var/lib/ceph) 2023-12-01T16:20:01.834 DEBUG:teuthology.orchestra.run.smithi144:> test -z $(ls -A /var/lib/ceph) 2023-12-01T16:20:01.863 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-01T16:20:01.939 INFO:teuthology.run_tasks:Running task kernel... 2023-12-01T16:20:01.953 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-01T16:20:01.953 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-01T16:20:01.953 DEBUG:teuthology.orchestra.run.smithi006:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T16:20:01.954 DEBUG:teuthology.orchestra.run.smithi099:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T16:20:01.954 DEBUG:teuthology.orchestra.run.smithi144:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T16:20:01.973 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T16:20:01.973 DEBUG:teuthology.orchestra.run.smithi099:> uname -r 2023-12-01T16:20:01.974 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T16:20:01.974 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T16:20:01.975 DEBUG:teuthology.orchestra.run.smithi006:> uname -r 2023-12-01T16:20:01.975 DEBUG:teuthology.orchestra.run.smithi144:> uname -r 2023-12-01T16:20:02.029 INFO:teuthology.orchestra.run.smithi099.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-01T16:20:02.030 INFO:teuthology.task.kernel:Running kernel on smithi099: 4.18.0-372.9.1.el8.x86_64 2023-12-01T16:20:02.030 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum install -y kernel 2023-12-01T16:20:02.033 INFO:teuthology.orchestra.run.smithi144.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-01T16:20:02.033 INFO:teuthology.task.kernel:Running kernel on smithi144: 4.18.0-372.9.1.el8.x86_64 2023-12-01T16:20:02.033 DEBUG:teuthology.orchestra.run.smithi144:> sudo yum install -y kernel 2023-12-01T16:20:02.035 INFO:teuthology.orchestra.run.smithi006.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-01T16:20:02.035 INFO:teuthology.task.kernel:Running kernel on smithi006: 4.18.0-372.9.1.el8.x86_64 2023-12-01T16:20:02.035 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum install -y kernel 2023-12-01T16:20:03.183 INFO:teuthology.orchestra.run.smithi144.stdout:Updating Subscription Management repositories. 2023-12-01T16:20:03.184 INFO:teuthology.orchestra.run.smithi144.stdout:Unable to read consumer identity 2023-12-01T16:20:03.208 INFO:teuthology.orchestra.run.smithi006.stdout:Updating Subscription Management repositories. 2023-12-01T16:20:03.208 INFO:teuthology.orchestra.run.smithi006.stdout:Unable to read consumer identity 2023-12-01T16:20:03.225 INFO:teuthology.orchestra.run.smithi099.stdout:Updating Subscription Management repositories. 2023-12-01T16:20:03.225 INFO:teuthology.orchestra.run.smithi099.stdout:Unable to read consumer identity 2023-12-01T16:20:04.626 INFO:teuthology.orchestra.run.smithi006.stdout:Copr repo for python3-asyncssh owned by ceph 18 kB/s | 3.5 kB 00:00 2023-12-01T16:20:04.661 INFO:teuthology.orchestra.run.smithi099.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-12-01T16:20:04.762 INFO:teuthology.orchestra.run.smithi144.stdout:Copr repo for python3-asyncssh owned by ceph 13 kB/s | 3.5 kB 00:00 2023-12-01T16:20:05.435 INFO:teuthology.orchestra.run.smithi006.stdout:Extra Packages for Enterprise Linux 20 MB/s | 16 MB 00:00 2023-12-01T16:20:05.745 INFO:teuthology.orchestra.run.smithi099.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2023-12-01T16:20:07.604 INFO:teuthology.orchestra.run.smithi144.stdout:Extra Packages for Enterprise Linux 5.7 MB/s | 16 MB 00:02 2023-12-01T16:20:09.118 INFO:teuthology.orchestra.run.smithi006.stdout:lab-extras 410 kB/s | 24 kB 00:00 2023-12-01T16:20:09.228 INFO:teuthology.orchestra.run.smithi099.stdout:lab-extras 572 kB/s | 24 kB 00:00 2023-12-01T16:20:09.872 INFO:teuthology.orchestra.run.smithi099.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-01T16:20:09.918 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2023-12-01T16:20:09.921 INFO:teuthology.orchestra.run.smithi099.stdout:Nothing to do. 2023-12-01T16:20:09.921 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2023-12-01T16:20:09.929 INFO:teuthology.orchestra.run.smithi006.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-01T16:20:09.983 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2023-12-01T16:20:09.984 INFO:teuthology.orchestra.run.smithi006.stdout:Nothing to do. 2023-12-01T16:20:09.984 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2023-12-01T16:20:10.037 DEBUG:teuthology.orchestra.run.smithi099:> echo no | sudo yum reinstall kernel || true 2023-12-01T16:20:10.104 DEBUG:teuthology.orchestra.run.smithi006:> echo no | sudo yum reinstall kernel || true 2023-12-01T16:20:10.365 INFO:teuthology.orchestra.run.smithi099.stdout:Updating Subscription Management repositories. 2023-12-01T16:20:10.365 INFO:teuthology.orchestra.run.smithi099.stdout:Unable to read consumer identity 2023-12-01T16:20:10.454 INFO:teuthology.orchestra.run.smithi006.stdout:Updating Subscription Management repositories. 2023-12-01T16:20:10.454 INFO:teuthology.orchestra.run.smithi006.stdout:Unable to read consumer identity 2023-12-01T16:20:10.628 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:00:01 ago on Fri 01 Dec 2023 04:20:09 PM UTC. 2023-12-01T16:20:10.670 INFO:teuthology.orchestra.run.smithi099.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T16:20:10.710 INFO:teuthology.orchestra.run.smithi099.stderr:Error: No packages marked for reinstall. 2023-12-01T16:20:10.732 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:00:01 ago on Fri 01 Dec 2023 04:20:09 PM UTC. 2023-12-01T16:20:10.755 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum reinstall -y kernel || true 2023-12-01T16:20:10.776 INFO:teuthology.orchestra.run.smithi006.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T16:20:10.809 INFO:teuthology.orchestra.run.smithi006.stderr:Error: No packages marked for reinstall. 2023-12-01T16:20:10.856 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum reinstall -y kernel || true 2023-12-01T16:20:11.062 INFO:teuthology.orchestra.run.smithi144.stdout:lab-extras 402 kB/s | 24 kB 00:00 2023-12-01T16:20:11.082 INFO:teuthology.orchestra.run.smithi099.stdout:Updating Subscription Management repositories. 2023-12-01T16:20:11.082 INFO:teuthology.orchestra.run.smithi099.stdout:Unable to read consumer identity 2023-12-01T16:20:11.204 INFO:teuthology.orchestra.run.smithi006.stdout:Updating Subscription Management repositories. 2023-12-01T16:20:11.204 INFO:teuthology.orchestra.run.smithi006.stdout:Unable to read consumer identity 2023-12-01T16:20:11.336 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 04:20:09 PM UTC. 2023-12-01T16:20:11.376 INFO:teuthology.orchestra.run.smithi099.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T16:20:11.409 INFO:teuthology.orchestra.run.smithi099.stderr:Error: No packages marked for reinstall. 2023-12-01T16:20:11.455 DEBUG:teuthology.orchestra.run.smithi099:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T16:20:11.477 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 04:20:09 PM UTC. 2023-12-01T16:20:11.519 INFO:teuthology.orchestra.run.smithi006.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T16:20:11.535 INFO:teuthology.orchestra.run.smithi099.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-01T16:20:11.535 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-01T16:20:11.535 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-01T16:20:11.536 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-01T16:20:11.536 DEBUG:teuthology.orchestra.run.smithi099:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T16:20:11.541 INFO:teuthology.orchestra.run.smithi006.stderr:Error: No packages marked for reinstall. 2023-12-01T16:20:11.561 INFO:teuthology.orchestra.run.smithi099.stdout:ttyS1 2023-12-01T16:20:11.576 DEBUG:teuthology.parallel:result is None 2023-12-01T16:20:11.588 DEBUG:teuthology.orchestra.run.smithi006:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T16:20:11.671 INFO:teuthology.orchestra.run.smithi006.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-01T16:20:11.671 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-01T16:20:11.671 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-01T16:20:11.671 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-01T16:20:11.671 DEBUG:teuthology.orchestra.run.smithi006:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T16:20:11.704 INFO:teuthology.orchestra.run.smithi006.stdout:ttyS1 2023-12-01T16:20:11.716 DEBUG:teuthology.parallel:result is None 2023-12-01T16:20:11.748 INFO:teuthology.orchestra.run.smithi144.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-01T16:20:11.799 INFO:teuthology.orchestra.run.smithi144.stdout:Dependencies resolved. 2023-12-01T16:20:11.800 INFO:teuthology.orchestra.run.smithi144.stdout:Nothing to do. 2023-12-01T16:20:11.800 INFO:teuthology.orchestra.run.smithi144.stdout:Complete! 2023-12-01T16:20:11.920 DEBUG:teuthology.orchestra.run.smithi144:> echo no | sudo yum reinstall kernel || true 2023-12-01T16:20:12.252 INFO:teuthology.orchestra.run.smithi144.stdout:Updating Subscription Management repositories. 2023-12-01T16:20:12.252 INFO:teuthology.orchestra.run.smithi144.stdout:Unable to read consumer identity 2023-12-01T16:20:12.517 INFO:teuthology.orchestra.run.smithi144.stdout:Last metadata expiration check: 0:00:01 ago on Fri 01 Dec 2023 04:20:11 PM UTC. 2023-12-01T16:20:12.558 INFO:teuthology.orchestra.run.smithi144.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T16:20:12.592 INFO:teuthology.orchestra.run.smithi144.stderr:Error: No packages marked for reinstall. 2023-12-01T16:20:12.639 DEBUG:teuthology.orchestra.run.smithi144:> sudo yum reinstall -y kernel || true 2023-12-01T16:20:12.970 INFO:teuthology.orchestra.run.smithi144.stdout:Updating Subscription Management repositories. 2023-12-01T16:20:12.970 INFO:teuthology.orchestra.run.smithi144.stdout:Unable to read consumer identity 2023-12-01T16:20:13.229 INFO:teuthology.orchestra.run.smithi144.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 04:20:11 PM UTC. 2023-12-01T16:20:13.272 INFO:teuthology.orchestra.run.smithi144.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T16:20:13.295 INFO:teuthology.orchestra.run.smithi144.stderr:Error: No packages marked for reinstall. 2023-12-01T16:20:13.345 DEBUG:teuthology.orchestra.run.smithi144:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T16:20:13.425 INFO:teuthology.orchestra.run.smithi144.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-01T16:20:13.425 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-01T16:20:13.426 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-01T16:20:13.426 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-12-01T16:20:13.426 DEBUG:teuthology.orchestra.run.smithi144:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T16:20:13.452 INFO:teuthology.orchestra.run.smithi144.stdout:ttyS1 2023-12-01T16:20:13.465 DEBUG:teuthology.parallel:result is None 2023-12-01T16:20:13.465 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-01T16:20:13.473 INFO:teuthology.task.internal:Creating test directory... 2023-12-01T16:20:13.473 DEBUG:teuthology.orchestra.run.smithi006:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T16:20:13.475 DEBUG:teuthology.orchestra.run.smithi099:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T16:20:13.478 DEBUG:teuthology.orchestra.run.smithi144:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T16:20:13.521 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-01T16:20:13.528 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-01T16:20:13.538 INFO:teuthology.task.internal:Creating archive directory... 2023-12-01T16:20:13.539 DEBUG:teuthology.orchestra.run.smithi006:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T16:20:13.542 DEBUG:teuthology.orchestra.run.smithi099:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T16:20:13.545 DEBUG:teuthology.orchestra.run.smithi144:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T16:20:13.594 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-01T16:20:13.603 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-01T16:20:13.604 DEBUG:teuthology.orchestra.run.smithi006:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-01T16:20:13.607 DEBUG:teuthology.orchestra.run.smithi099:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-01T16:20:13.610 DEBUG:teuthology.orchestra.run.smithi144:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-01T16:20:13.638 INFO:teuthology.orchestra.run.smithi006.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T16:20:13.650 INFO:teuthology.orchestra.run.smithi006.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T16:20:13.652 INFO:teuthology.orchestra.run.smithi144.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T16:20:13.659 INFO:teuthology.orchestra.run.smithi099.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T16:20:13.662 INFO:teuthology.orchestra.run.smithi144.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T16:20:13.670 INFO:teuthology.orchestra.run.smithi099.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T16:20:13.671 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-01T16:20:13.679 INFO:teuthology.task.internal:Configuring sudo... 2023-12-01T16:20:13.680 DEBUG:teuthology.orchestra.run.smithi006:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T16:20:13.695 DEBUG:teuthology.orchestra.run.smithi099:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T16:20:13.697 DEBUG:teuthology.orchestra.run.smithi144:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T16:20:13.730 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-01T16:20:13.739 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-01T16:20:13.739 DEBUG:teuthology.orchestra.run.smithi006:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T16:20:13.767 DEBUG:teuthology.orchestra.run.smithi099:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T16:20:13.769 DEBUG:teuthology.orchestra.run.smithi144:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T16:20:13.787 DEBUG:teuthology.orchestra.run.smithi006:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T16:20:13.869 DEBUG:teuthology.orchestra.run.smithi006:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T16:20:13.921 DEBUG:teuthology.orchestra.run.smithi006:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T16:20:14.007 DEBUG:teuthology.orchestra.run.smithi006:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T16:20:14.054 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2023-12-01T16:20:14.054 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T16:20:14.125 DEBUG:teuthology.orchestra.run.smithi099:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T16:20:14.172 DEBUG:teuthology.orchestra.run.smithi099:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T16:20:14.234 DEBUG:teuthology.orchestra.run.smithi099:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T16:20:14.284 DEBUG:teuthology.orchestra.run.smithi099:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T16:20:14.324 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2023-12-01T16:20:14.324 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T16:20:14.393 DEBUG:teuthology.orchestra.run.smithi144:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T16:20:14.440 DEBUG:teuthology.orchestra.run.smithi144:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T16:20:14.493 DEBUG:teuthology.orchestra.run.smithi144:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T16:20:14.578 DEBUG:teuthology.orchestra.run.smithi144:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T16:20:14.620 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2023-12-01T16:20:14.620 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T16:20:14.687 DEBUG:teuthology.orchestra.run.smithi006:> sudo service rsyslog restart 2023-12-01T16:20:14.689 DEBUG:teuthology.orchestra.run.smithi099:> sudo service rsyslog restart 2023-12-01T16:20:14.692 DEBUG:teuthology.orchestra.run.smithi144:> sudo service rsyslog restart 2023-12-01T16:20:14.746 INFO:teuthology.orchestra.run.smithi099.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T16:20:14.757 INFO:teuthology.orchestra.run.smithi006.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T16:20:14.795 INFO:teuthology.orchestra.run.smithi144.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T16:20:15.219 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-01T16:20:15.226 INFO:teuthology.task.internal:Starting timer... 2023-12-01T16:20:15.226 INFO:teuthology.run_tasks:Running task pcp... 2023-12-01T16:20:15.244 INFO:teuthology.run_tasks:Running task selinux... 2023-12-01T16:20:15.253 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-01T16:20:15.254 DEBUG:teuthology.orchestra.run.smithi006:> sudo service auditd rotate 2023-12-01T16:20:15.314 INFO:teuthology.orchestra.run.smithi006.stdout:Rotating logs: 2023-12-01T16:20:15.316 DEBUG:teuthology.orchestra.run.smithi099:> sudo service auditd rotate 2023-12-01T16:20:15.379 INFO:teuthology.orchestra.run.smithi099.stdout:Rotating logs: 2023-12-01T16:20:15.381 DEBUG:teuthology.orchestra.run.smithi144:> sudo service auditd rotate 2023-12-01T16:20:15.444 INFO:teuthology.orchestra.run.smithi144.stdout:Rotating logs: 2023-12-01T16:20:15.446 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-01T16:20:15.446 DEBUG:teuthology.orchestra.run.smithi006:> /usr/sbin/getenforce 2023-12-01T16:20:15.479 INFO:teuthology.orchestra.run.smithi006.stdout:Permissive 2023-12-01T16:20:15.479 DEBUG:teuthology.orchestra.run.smithi099:> /usr/sbin/getenforce 2023-12-01T16:20:15.501 INFO:teuthology.orchestra.run.smithi099.stdout:Permissive 2023-12-01T16:20:15.501 DEBUG:teuthology.orchestra.run.smithi144:> /usr/sbin/getenforce 2023-12-01T16:20:15.526 INFO:teuthology.orchestra.run.smithi144.stdout:Permissive 2023-12-01T16:20:15.526 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi006.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi099.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi144.front.sepia.ceph.com': 'permissive'} 2023-12-01T16:20:15.527 DEBUG:teuthology.orchestra.run.smithi006:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-01T16:20:15.555 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T16:20:15.555 DEBUG:teuthology.orchestra.run.smithi099:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-01T16:20:15.582 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T16:20:15.583 DEBUG:teuthology.orchestra.run.smithi144:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-01T16:20:15.610 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T16:20:15.610 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-01T16:20:15.610 DEBUG:teuthology.orchestra.run.smithi006:> sudo /usr/sbin/setenforce permissive 2023-12-01T16:20:15.648 DEBUG:teuthology.orchestra.run.smithi099:> sudo /usr/sbin/setenforce permissive 2023-12-01T16:20:15.676 DEBUG:teuthology.orchestra.run.smithi144:> sudo /usr/sbin/setenforce permissive 2023-12-01T16:20:15.703 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-01T16:20:15.712 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-12-01T16:20:15.712 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-01T16:20:15.735 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-12-01T16:20:15.736 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi006.front.sepia.ceph.com,smithi099.front.sepia.ceph.com,smithi144.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-01T16:29:28.833 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi006.front.sepia.ceph.com'), Remote(name='ubuntu@smithi099.front.sepia.ceph.com'), Remote(name='ubuntu@smithi144.front.sepia.ceph.com')] 2023-12-01T16:29:28.834 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi006.front.sepia.ceph.com' 2023-12-01T16:29:28.835 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi006.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T16:29:28.906 DEBUG:teuthology.orchestra.run.smithi006:> true 2023-12-01T16:29:28.981 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi006.front.sepia.ceph.com' 2023-12-01T16:29:28.982 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi099.front.sepia.ceph.com' 2023-12-01T16:29:28.982 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi099.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T16:29:29.051 DEBUG:teuthology.orchestra.run.smithi099:> true 2023-12-01T16:29:29.124 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi099.front.sepia.ceph.com' 2023-12-01T16:29:29.124 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi144.front.sepia.ceph.com' 2023-12-01T16:29:29.125 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T16:29:29.193 DEBUG:teuthology.orchestra.run.smithi144:> true 2023-12-01T16:29:29.260 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi144.front.sepia.ceph.com' 2023-12-01T16:29:29.260 INFO:teuthology.run_tasks:Running task clock... 2023-12-01T16:29:29.271 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-01T16:29:29.272 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T16:29:29.272 DEBUG:teuthology.orchestra.run.smithi006:> 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-01T16:29:29.274 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T16:29:29.275 DEBUG:teuthology.orchestra.run.smithi099:> 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-01T16:29:29.279 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T16:29:29.279 DEBUG:teuthology.orchestra.run.smithi144:> 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-01T16:29:29.309 INFO:teuthology.orchestra.run.smithi099.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T16:29:29.310 INFO:teuthology.orchestra.run.smithi006.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T16:29:29.324 INFO:teuthology.orchestra.run.smithi099.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T16:29:29.327 INFO:teuthology.orchestra.run.smithi006.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T16:29:29.333 INFO:teuthology.orchestra.run.smithi144.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T16:29:29.347 INFO:teuthology.orchestra.run.smithi144.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T16:29:29.393 INFO:teuthology.orchestra.run.smithi099.stderr:sudo: ntpd: command not found 2023-12-01T16:29:29.401 INFO:teuthology.orchestra.run.smithi006.stderr:sudo: ntpd: command not found 2023-12-01T16:29:29.405 INFO:teuthology.orchestra.run.smithi099.stdout:506 Cannot talk to daemon 2023-12-01T16:29:29.414 INFO:teuthology.orchestra.run.smithi006.stdout:506 Cannot talk to daemon 2023-12-01T16:29:29.415 INFO:teuthology.orchestra.run.smithi144.stderr:sudo: ntpd: command not found 2023-12-01T16:29:29.420 INFO:teuthology.orchestra.run.smithi099.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T16:29:29.427 INFO:teuthology.orchestra.run.smithi144.stdout:506 Cannot talk to daemon 2023-12-01T16:29:29.430 INFO:teuthology.orchestra.run.smithi006.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T16:29:29.433 INFO:teuthology.orchestra.run.smithi099.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T16:29:29.443 INFO:teuthology.orchestra.run.smithi144.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T16:29:29.445 INFO:teuthology.orchestra.run.smithi006.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T16:29:29.454 INFO:teuthology.orchestra.run.smithi144.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T16:29:29.499 INFO:teuthology.orchestra.run.smithi099.stderr:bash: ntpq: command not found 2023-12-01T16:29:29.502 INFO:teuthology.orchestra.run.smithi099.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T16:29:29.502 INFO:teuthology.orchestra.run.smithi099.stdout:=============================================================================== 2023-12-01T16:29:29.502 INFO:teuthology.orchestra.run.smithi099.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T16:29:29.502 INFO:teuthology.orchestra.run.smithi099.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T16:29:29.502 INFO:teuthology.orchestra.run.smithi099.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T16:29:29.502 INFO:teuthology.orchestra.run.smithi099.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T16:29:29.526 INFO:teuthology.orchestra.run.smithi144.stderr:bash: ntpq: command not found 2023-12-01T16:29:29.530 INFO:teuthology.orchestra.run.smithi144.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T16:29:29.530 INFO:teuthology.orchestra.run.smithi144.stdout:=============================================================================== 2023-12-01T16:29:29.530 INFO:teuthology.orchestra.run.smithi144.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T16:29:29.530 INFO:teuthology.orchestra.run.smithi144.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T16:29:29.530 INFO:teuthology.orchestra.run.smithi144.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T16:29:29.530 INFO:teuthology.orchestra.run.smithi144.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T16:29:29.533 INFO:teuthology.orchestra.run.smithi006.stderr:bash: ntpq: command not found 2023-12-01T16:29:29.537 INFO:teuthology.orchestra.run.smithi006.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T16:29:29.537 INFO:teuthology.orchestra.run.smithi006.stdout:=============================================================================== 2023-12-01T16:29:29.537 INFO:teuthology.orchestra.run.smithi006.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T16:29:29.537 INFO:teuthology.orchestra.run.smithi006.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T16:29:29.537 INFO:teuthology.orchestra.run.smithi006.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T16:29:29.537 INFO:teuthology.orchestra.run.smithi006.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T16:29:29.538 INFO:teuthology.run_tasks:Running task pexec... 2023-12-01T16:29:29.550 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-01T16:29:29.550 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi006.front.sepia.ceph.com 2023-12-01T16:29:29.550 DEBUG:teuthology.orchestra.run.smithi006:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T16:29:29.551 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi099.front.sepia.ceph.com 2023-12-01T16:29:29.551 DEBUG:teuthology.orchestra.run.smithi099:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T16:29:29.551 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi144.front.sepia.ceph.com 2023-12-01T16:29:29.551 DEBUG:teuthology.orchestra.run.smithi144:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T16:29:29.920 INFO:teuthology.orchestra.run.smithi099.stdout:Updating Subscription Management repositories. 2023-12-01T16:29:29.940 INFO:teuthology.orchestra.run.smithi144.stdout:Updating Subscription Management repositories. 2023-12-01T16:29:29.970 INFO:teuthology.orchestra.run.smithi006.stdout:Updating Subscription Management repositories. 2023-12-01T16:29:30.753 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:01:40 ago on Fri 01 Dec 2023 04:27:50 PM UTC. 2023-12-01T16:29:30.766 INFO:teuthology.orchestra.run.smithi144.stdout:Last metadata expiration check: 0:01:43 ago on Fri 01 Dec 2023 04:27:47 PM UTC. 2023-12-01T16:29:30.825 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:30 ago on Fri 01 Dec 2023 04:28:00 PM UTC. 2023-12-01T16:29:32.461 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2023-12-01T16:29:32.462 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T16:29:32.462 INFO:teuthology.orchestra.run.smithi099.stdout: Package Architecture Version Repository Size 2023-12-01T16:29:32.462 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T16:29:32.463 INFO:teuthology.orchestra.run.smithi099.stdout:Resetting modules: 2023-12-01T16:29:32.463 INFO:teuthology.orchestra.run.smithi099.stdout: container-tools 2023-12-01T16:29:32.463 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T16:29:32.463 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2023-12-01T16:29:32.463 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T16:29:32.463 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T16:29:32.480 INFO:teuthology.orchestra.run.smithi144.stdout:Dependencies resolved. 2023-12-01T16:29:32.481 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2023-12-01T16:29:32.482 INFO:teuthology.orchestra.run.smithi144.stdout: Package Architecture Version Repository Size 2023-12-01T16:29:32.482 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2023-12-01T16:29:32.482 INFO:teuthology.orchestra.run.smithi144.stdout:Resetting modules: 2023-12-01T16:29:32.482 INFO:teuthology.orchestra.run.smithi144.stdout: container-tools 2023-12-01T16:29:32.482 INFO:teuthology.orchestra.run.smithi144.stdout: 2023-12-01T16:29:32.482 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction Summary 2023-12-01T16:29:32.482 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2023-12-01T16:29:32.482 INFO:teuthology.orchestra.run.smithi144.stdout: 2023-12-01T16:29:32.840 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2023-12-01T16:29:32.841 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2023-12-01T16:29:32.841 INFO:teuthology.orchestra.run.smithi006.stdout: Package Architecture Version Repository Size 2023-12-01T16:29:32.841 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2023-12-01T16:29:32.841 INFO:teuthology.orchestra.run.smithi006.stdout:Resetting modules: 2023-12-01T16:29:32.841 INFO:teuthology.orchestra.run.smithi006.stdout: container-tools 2023-12-01T16:29:32.841 INFO:teuthology.orchestra.run.smithi006.stdout: 2023-12-01T16:29:32.841 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2023-12-01T16:29:32.841 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2023-12-01T16:29:32.841 INFO:teuthology.orchestra.run.smithi006.stdout: 2023-12-01T16:29:33.410 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:01:42 ago on Fri 01 Dec 2023 04:27:50 PM UTC. 2023-12-01T16:29:33.442 INFO:teuthology.orchestra.run.smithi144.stdout:Last metadata expiration check: 0:01:45 ago on Fri 01 Dec 2023 04:27:47 PM UTC. 2023-12-01T16:29:33.858 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:33 ago on Fri 01 Dec 2023 04:28:00 PM UTC. 2023-12-01T16:29:36.381 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2023-12-01T16:29:36.413 INFO:teuthology.orchestra.run.smithi144.stdout:Complete! 2023-12-01T16:29:36.566 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2023-12-01T16:29:36.832 INFO:teuthology.orchestra.run.smithi099.stdout:Updating Subscription Management repositories. 2023-12-01T16:29:36.870 INFO:teuthology.orchestra.run.smithi144.stdout:Updating Subscription Management repositories. 2023-12-01T16:29:37.047 INFO:teuthology.orchestra.run.smithi006.stdout:Updating Subscription Management repositories. 2023-12-01T16:29:37.652 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:01:47 ago on Fri 01 Dec 2023 04:27:50 PM UTC. 2023-12-01T16:29:37.673 INFO:teuthology.orchestra.run.smithi144.stdout:Last metadata expiration check: 0:01:50 ago on Fri 01 Dec 2023 04:27:47 PM UTC. 2023-12-01T16:29:37.861 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:37 ago on Fri 01 Dec 2023 04:28:00 PM UTC. 2023-12-01T16:29:39.340 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2023-12-01T16:29:39.380 INFO:teuthology.orchestra.run.smithi144.stdout:Dependencies resolved. 2023-12-01T16:29:39.432 INFO:teuthology.orchestra.run.smithi099.stdout:========================================================================================================================== 2023-12-01T16:29:39.432 INFO:teuthology.orchestra.run.smithi099.stdout: Package Arch Version Repository Size 2023-12-01T16:29:39.433 INFO:teuthology.orchestra.run.smithi099.stdout:========================================================================================================================== 2023-12-01T16:29:39.433 INFO:teuthology.orchestra.run.smithi099.stdout:Installing group/module packages: 2023-12-01T16:29:39.433 INFO:teuthology.orchestra.run.smithi099.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-01T16:29:39.433 INFO:teuthology.orchestra.run.smithi099.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-01T16:29:39.433 INFO:teuthology.orchestra.run.smithi099.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-01T16:29:39.433 INFO:teuthology.orchestra.run.smithi099.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-01T16:29:39.433 INFO:teuthology.orchestra.run.smithi099.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-01T16:29:39.433 INFO:teuthology.orchestra.run.smithi099.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T16:29:39.433 INFO:teuthology.orchestra.run.smithi099.stdout:Installing dependencies: 2023-12-01T16:29:39.433 INFO:teuthology.orchestra.run.smithi099.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-01T16:29:39.433 INFO:teuthology.orchestra.run.smithi099.stdout:Downgrading: 2023-12-01T16:29:39.433 INFO:teuthology.orchestra.run.smithi099.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-01T16:29:39.434 INFO:teuthology.orchestra.run.smithi099.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-01T16:29:39.434 INFO:teuthology.orchestra.run.smithi099.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-01T16:29:39.434 INFO:teuthology.orchestra.run.smithi099.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-01T16:29:39.434 INFO:teuthology.orchestra.run.smithi099.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-01T16:29:39.434 INFO:teuthology.orchestra.run.smithi099.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-01T16:29:39.434 INFO:teuthology.orchestra.run.smithi099.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-01T16:29:39.434 INFO:teuthology.orchestra.run.smithi099.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-01T16:29:39.434 INFO:teuthology.orchestra.run.smithi099.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-01T16:29:39.434 INFO:teuthology.orchestra.run.smithi099.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-01T16:29:39.434 INFO:teuthology.orchestra.run.smithi099.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-01T16:29:39.434 INFO:teuthology.orchestra.run.smithi099.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-01T16:29:39.434 INFO:teuthology.orchestra.run.smithi099.stdout:Installing module profiles: 2023-12-01T16:29:39.435 INFO:teuthology.orchestra.run.smithi099.stdout: container-tools/common 2023-12-01T16:29:39.435 INFO:teuthology.orchestra.run.smithi099.stdout:Enabling module streams: 2023-12-01T16:29:39.435 INFO:teuthology.orchestra.run.smithi099.stdout: container-tools 3.0 2023-12-01T16:29:39.435 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T16:29:39.435 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2023-12-01T16:29:39.435 INFO:teuthology.orchestra.run.smithi099.stdout:========================================================================================================================== 2023-12-01T16:29:39.435 INFO:teuthology.orchestra.run.smithi099.stdout:Install 7 Packages 2023-12-01T16:29:39.435 INFO:teuthology.orchestra.run.smithi099.stdout:Downgrade 12 Packages 2023-12-01T16:29:39.435 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T16:29:39.436 INFO:teuthology.orchestra.run.smithi099.stdout:Total download size: 51 M 2023-12-01T16:29:39.436 INFO:teuthology.orchestra.run.smithi099.stdout:Downloading Packages: 2023-12-01T16:29:39.473 INFO:teuthology.orchestra.run.smithi144.stdout:========================================================================================================================== 2023-12-01T16:29:39.473 INFO:teuthology.orchestra.run.smithi144.stdout: Package Arch Version Repository Size 2023-12-01T16:29:39.474 INFO:teuthology.orchestra.run.smithi144.stdout:========================================================================================================================== 2023-12-01T16:29:39.474 INFO:teuthology.orchestra.run.smithi144.stdout:Installing group/module packages: 2023-12-01T16:29:39.474 INFO:teuthology.orchestra.run.smithi144.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-01T16:29:39.474 INFO:teuthology.orchestra.run.smithi144.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-01T16:29:39.474 INFO:teuthology.orchestra.run.smithi144.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-01T16:29:39.474 INFO:teuthology.orchestra.run.smithi144.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-01T16:29:39.474 INFO:teuthology.orchestra.run.smithi144.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-01T16:29:39.474 INFO:teuthology.orchestra.run.smithi144.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T16:29:39.474 INFO:teuthology.orchestra.run.smithi144.stdout:Installing dependencies: 2023-12-01T16:29:39.474 INFO:teuthology.orchestra.run.smithi144.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-01T16:29:39.474 INFO:teuthology.orchestra.run.smithi144.stdout:Downgrading: 2023-12-01T16:29:39.474 INFO:teuthology.orchestra.run.smithi144.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-01T16:29:39.474 INFO:teuthology.orchestra.run.smithi144.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-01T16:29:39.475 INFO:teuthology.orchestra.run.smithi144.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-01T16:29:39.475 INFO:teuthology.orchestra.run.smithi144.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-01T16:29:39.475 INFO:teuthology.orchestra.run.smithi144.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-01T16:29:39.475 INFO:teuthology.orchestra.run.smithi144.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-01T16:29:39.475 INFO:teuthology.orchestra.run.smithi144.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-01T16:29:39.475 INFO:teuthology.orchestra.run.smithi144.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-01T16:29:39.475 INFO:teuthology.orchestra.run.smithi144.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-01T16:29:39.475 INFO:teuthology.orchestra.run.smithi144.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-01T16:29:39.475 INFO:teuthology.orchestra.run.smithi144.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-01T16:29:39.475 INFO:teuthology.orchestra.run.smithi144.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-01T16:29:39.475 INFO:teuthology.orchestra.run.smithi144.stdout:Installing module profiles: 2023-12-01T16:29:39.475 INFO:teuthology.orchestra.run.smithi144.stdout: container-tools/common 2023-12-01T16:29:39.475 INFO:teuthology.orchestra.run.smithi144.stdout:Enabling module streams: 2023-12-01T16:29:39.475 INFO:teuthology.orchestra.run.smithi144.stdout: container-tools 3.0 2023-12-01T16:29:39.476 INFO:teuthology.orchestra.run.smithi144.stdout: 2023-12-01T16:29:39.476 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction Summary 2023-12-01T16:29:39.476 INFO:teuthology.orchestra.run.smithi144.stdout:========================================================================================================================== 2023-12-01T16:29:39.476 INFO:teuthology.orchestra.run.smithi144.stdout:Install 7 Packages 2023-12-01T16:29:39.476 INFO:teuthology.orchestra.run.smithi144.stdout:Downgrade 12 Packages 2023-12-01T16:29:39.476 INFO:teuthology.orchestra.run.smithi144.stdout: 2023-12-01T16:29:39.476 INFO:teuthology.orchestra.run.smithi144.stdout:Total download size: 51 M 2023-12-01T16:29:39.477 INFO:teuthology.orchestra.run.smithi144.stdout:Downloading Packages: 2023-12-01T16:29:39.523 INFO:teuthology.orchestra.run.smithi099.stdout:(1/19): container-selinux-2.178.0-2.module+el8. 612 kB/s | 53 kB 00:00 2023-12-01T16:29:39.547 INFO:teuthology.orchestra.run.smithi144.stdout:(1/19): container-selinux-2.178.0-2.module+el8. 757 kB/s | 53 kB 00:00 2023-12-01T16:29:39.548 INFO:teuthology.orchestra.run.smithi099.stdout:(2/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 460 kB/s | 51 kB 00:00 2023-12-01T16:29:39.572 INFO:teuthology.orchestra.run.smithi144.stdout:(2/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 540 kB/s | 51 kB 00:00 2023-12-01T16:29:39.573 INFO:teuthology.orchestra.run.smithi099.stdout:(3/19): containers-common-1.2.4-1.module+el8.6. 664 kB/s | 91 kB 00:00 2023-12-01T16:29:39.597 INFO:teuthology.orchestra.run.smithi144.stdout:(3/19): containers-common-1.2.4-1.module+el8.6. 755 kB/s | 91 kB 00:00 2023-12-01T16:29:39.607 INFO:teuthology.orchestra.run.smithi099.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 5.9 MB/s | 511 kB 00:00 2023-12-01T16:29:39.622 INFO:teuthology.orchestra.run.smithi144.stdout:(4/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 1.3 MB/s | 69 kB 00:00 2023-12-01T16:29:39.632 INFO:teuthology.orchestra.run.smithi099.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 823 kB/s | 69 kB 00:00 2023-12-01T16:29:39.656 INFO:teuthology.orchestra.run.smithi144.stdout:(5/19): criu-3.15-1.module+el8.6.0+14874+644362 4.6 MB/s | 511 kB 00:00 2023-12-01T16:29:39.657 INFO:teuthology.orchestra.run.smithi099.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 1.4 MB/s | 72 kB 00:00 2023-12-01T16:29:39.681 INFO:teuthology.orchestra.run.smithi144.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 1.2 MB/s | 72 kB 00:00 2023-12-01T16:29:39.723 INFO:teuthology.orchestra.run.smithi144.stdout:(7/19): podman-docker-3.0.1-9.module+el8.6.0+14 1.3 MB/s | 56 kB 00:00 2023-12-01T16:29:39.724 INFO:teuthology.orchestra.run.smithi099.stdout:(7/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 19 MB/s | 2.9 MB 00:00 2023-12-01T16:29:39.750 INFO:teuthology.orchestra.run.smithi099.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 609 kB/s | 56 kB 00:00 2023-12-01T16:29:39.763 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2023-12-01T16:29:39.773 INFO:teuthology.orchestra.run.smithi144.stdout:(8/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 16 MB/s | 2.9 MB 00:00 2023-12-01T16:29:39.783 INFO:teuthology.orchestra.run.smithi099.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 872 kB/s | 51 kB 00:00 2023-12-01T16:29:39.801 INFO:teuthology.orchestra.run.smithi144.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 676 kB/s | 51 kB 00:00 2023-12-01T16:29:39.842 INFO:teuthology.orchestra.run.smithi099.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 5.4 MB/s | 322 kB 00:00 2023-12-01T16:29:39.849 INFO:teuthology.orchestra.run.smithi144.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 6.3 MB/s | 322 kB 00:00 2023-12-01T16:29:39.865 INFO:teuthology.orchestra.run.smithi006.stdout:========================================================================================================================== 2023-12-01T16:29:39.866 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repository Size 2023-12-01T16:29:39.866 INFO:teuthology.orchestra.run.smithi006.stdout:========================================================================================================================== 2023-12-01T16:29:39.866 INFO:teuthology.orchestra.run.smithi006.stdout:Installing group/module packages: 2023-12-01T16:29:39.866 INFO:teuthology.orchestra.run.smithi006.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-01T16:29:39.866 INFO:teuthology.orchestra.run.smithi006.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-01T16:29:39.866 INFO:teuthology.orchestra.run.smithi006.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-01T16:29:39.866 INFO:teuthology.orchestra.run.smithi006.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-01T16:29:39.866 INFO:teuthology.orchestra.run.smithi006.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-01T16:29:39.866 INFO:teuthology.orchestra.run.smithi006.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T16:29:39.866 INFO:teuthology.orchestra.run.smithi006.stdout:Installing dependencies: 2023-12-01T16:29:39.866 INFO:teuthology.orchestra.run.smithi006.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-01T16:29:39.866 INFO:teuthology.orchestra.run.smithi006.stdout:Downgrading: 2023-12-01T16:29:39.866 INFO:teuthology.orchestra.run.smithi006.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-01T16:29:39.866 INFO:teuthology.orchestra.run.smithi006.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-01T16:29:39.867 INFO:teuthology.orchestra.run.smithi006.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-01T16:29:39.867 INFO:teuthology.orchestra.run.smithi006.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-01T16:29:39.867 INFO:teuthology.orchestra.run.smithi006.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-01T16:29:39.867 INFO:teuthology.orchestra.run.smithi006.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-01T16:29:39.867 INFO:teuthology.orchestra.run.smithi006.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-01T16:29:39.867 INFO:teuthology.orchestra.run.smithi006.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-01T16:29:39.867 INFO:teuthology.orchestra.run.smithi006.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-01T16:29:39.867 INFO:teuthology.orchestra.run.smithi006.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-01T16:29:39.867 INFO:teuthology.orchestra.run.smithi006.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-01T16:29:39.867 INFO:teuthology.orchestra.run.smithi006.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-01T16:29:39.867 INFO:teuthology.orchestra.run.smithi006.stdout:Installing module profiles: 2023-12-01T16:29:39.867 INFO:teuthology.orchestra.run.smithi006.stdout: container-tools/common 2023-12-01T16:29:39.867 INFO:teuthology.orchestra.run.smithi006.stdout:Enabling module streams: 2023-12-01T16:29:39.867 INFO:teuthology.orchestra.run.smithi006.stdout: container-tools 3.0 2023-12-01T16:29:39.867 INFO:teuthology.orchestra.run.smithi006.stdout: 2023-12-01T16:29:39.868 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2023-12-01T16:29:39.868 INFO:teuthology.orchestra.run.smithi006.stdout:========================================================================================================================== 2023-12-01T16:29:39.868 INFO:teuthology.orchestra.run.smithi006.stdout:Install 7 Packages 2023-12-01T16:29:39.868 INFO:teuthology.orchestra.run.smithi006.stdout:Downgrade 12 Packages 2023-12-01T16:29:39.868 INFO:teuthology.orchestra.run.smithi006.stdout: 2023-12-01T16:29:39.868 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 51 M 2023-12-01T16:29:39.868 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2023-12-01T16:29:39.891 INFO:teuthology.orchestra.run.smithi144.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 980 kB/s | 41 kB 00:00 2023-12-01T16:29:39.907 INFO:teuthology.orchestra.run.smithi099.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 630 kB/s | 41 kB 00:00 2023-12-01T16:29:39.931 INFO:teuthology.orchestra.run.smithi006.stdout:(1/19): container-selinux-2.178.0-2.module+el8. 867 kB/s | 53 kB 00:00 2023-12-01T16:29:39.948 INFO:teuthology.orchestra.run.smithi006.stdout:(2/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 658 kB/s | 51 kB 00:00 2023-12-01T16:29:39.964 INFO:teuthology.orchestra.run.smithi006.stdout:(3/19): containers-common-1.2.4-1.module+el8.6. 959 kB/s | 91 kB 00:00 2023-12-01T16:29:39.990 INFO:teuthology.orchestra.run.smithi006.stdout:(4/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 1.6 MB/s | 69 kB 00:00 2023-12-01T16:29:40.024 INFO:teuthology.orchestra.run.smithi006.stdout:(5/19): criu-3.15-1.module+el8.6.0+14874+644362 5.4 MB/s | 511 kB 00:00 2023-12-01T16:29:40.049 INFO:teuthology.orchestra.run.smithi006.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 1.2 MB/s | 72 kB 00:00 2023-12-01T16:29:40.067 INFO:teuthology.orchestra.run.smithi099.stdout:(12/19): podman-3.0.1-9.module+el8.6.0+14874+64 25 MB/s | 11 MB 00:00 2023-12-01T16:29:40.074 INFO:teuthology.orchestra.run.smithi144.stdout:(12/19): podman-3.0.1-9.module+el8.6.0+14874+64 26 MB/s | 11 MB 00:00 2023-12-01T16:29:40.091 INFO:teuthology.orchestra.run.smithi006.stdout:(7/19): podman-docker-3.0.1-9.module+el8.6.0+14 1.3 MB/s | 56 kB 00:00 2023-12-01T16:29:40.126 INFO:teuthology.orchestra.run.smithi099.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 10 MB/s | 2.2 MB 00:00 2023-12-01T16:29:40.133 INFO:teuthology.orchestra.run.smithi144.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 9.1 MB/s | 2.2 MB 00:00 2023-12-01T16:29:40.158 INFO:teuthology.orchestra.run.smithi006.stdout:(8/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 15 MB/s | 2.9 MB 00:00 2023-12-01T16:29:40.183 INFO:teuthology.orchestra.run.smithi006.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 554 kB/s | 51 kB 00:00 2023-12-01T16:29:40.225 INFO:teuthology.orchestra.run.smithi006.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 7.5 MB/s | 322 kB 00:00 2023-12-01T16:29:40.267 INFO:teuthology.orchestra.run.smithi006.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 981 kB/s | 41 kB 00:00 2023-12-01T16:29:40.277 INFO:teuthology.orchestra.run.smithi099.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 31 MB/s | 6.4 MB 00:00 2023-12-01T16:29:40.292 INFO:teuthology.orchestra.run.smithi144.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 29 MB/s | 6.4 MB 00:00 2023-12-01T16:29:40.381 INFO:teuthology.orchestra.run.smithi006.stdout:(12/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 19 MB/s | 2.2 MB 00:00 2023-12-01T16:29:40.494 INFO:teuthology.orchestra.run.smithi099.stdout:(15/19): containernetworking-plugins-0.9.1-1.mo 25 MB/s | 19 MB 00:00 2023-12-01T16:29:40.500 INFO:teuthology.orchestra.run.smithi144.stdout:(15/19): containernetworking-plugins-0.9.1-1.mo 26 MB/s | 19 MB 00:00 2023-12-01T16:29:40.534 INFO:teuthology.orchestra.run.smithi006.stdout:(13/19): podman-3.0.1-9.module+el8.6.0+14874+64 21 MB/s | 11 MB 00:00 2023-12-01T16:29:40.536 INFO:teuthology.orchestra.run.smithi099.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 4.1 MB/s | 1.1 MB 00:00 2023-12-01T16:29:40.561 INFO:teuthology.orchestra.run.smithi099.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 2.7 MB/s | 185 kB 00:00 2023-12-01T16:29:40.592 INFO:teuthology.orchestra.run.smithi144.stdout:(16/19): buildah-1.19.9-3.module+el8.6.0+14874+ 15 MB/s | 6.8 MB 00:00 2023-12-01T16:29:40.645 INFO:teuthology.orchestra.run.smithi144.stdout:(17/19): cockpit-podman-29-2.module+el8.6.0+148 3.0 MB/s | 1.1 MB 00:00 2023-12-01T16:29:40.668 INFO:teuthology.orchestra.run.smithi144.stdout:(18/19): udica-0.2.4-1.module+el8.6.0+14874+644 673 kB/s | 51 kB 00:00 2023-12-01T16:29:40.678 INFO:teuthology.orchestra.run.smithi099.stdout:(18/19): buildah-1.19.9-3.module+el8.6.0+14874+ 12 MB/s | 6.8 MB 00:00 2023-12-01T16:29:40.693 INFO:teuthology.orchestra.run.smithi144.stdout:(19/19): crun-0.18-3.module+el8.6.0+14874+64436 963 kB/s | 185 kB 00:00 2023-12-01T16:29:40.693 INFO:teuthology.orchestra.run.smithi144.stdout:-------------------------------------------------------------------------------- 2023-12-01T16:29:40.693 INFO:teuthology.orchestra.run.smithi144.stdout:Total 42 MB/s | 51 MB 00:01 2023-12-01T16:29:40.695 INFO:teuthology.orchestra.run.smithi099.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 318 kB/s | 51 kB 00:00 2023-12-01T16:29:40.695 INFO:teuthology.orchestra.run.smithi099.stdout:-------------------------------------------------------------------------------- 2023-12-01T16:29:40.695 INFO:teuthology.orchestra.run.smithi099.stdout:Total 40 MB/s | 51 MB 00:01 2023-12-01T16:29:40.710 INFO:teuthology.orchestra.run.smithi006.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 19 MB/s | 6.4 MB 00:00 2023-12-01T16:29:40.768 INFO:teuthology.orchestra.run.smithi006.stdout:(15/19): cockpit-podman-29-2.module+el8.6.0+148 18 MB/s | 1.1 MB 00:00 2023-12-01T16:29:40.860 INFO:teuthology.orchestra.run.smithi006.stdout:(16/19): buildah-1.19.9-3.module+el8.6.0+14874+ 21 MB/s | 6.8 MB 00:00 2023-12-01T16:29:40.885 INFO:teuthology.orchestra.run.smithi006.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 1.5 MB/s | 185 kB 00:00 2023-12-01T16:29:40.911 INFO:teuthology.orchestra.run.smithi006.stdout:(18/19): udica-0.2.4-1.module+el8.6.0+14874+644 1.0 MB/s | 51 kB 00:00 2023-12-01T16:29:41.111 INFO:teuthology.orchestra.run.smithi006.stdout:(19/19): containernetworking-plugins-0.9.1-1.mo 20 MB/s | 19 MB 00:00 2023-12-01T16:29:41.112 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2023-12-01T16:29:41.112 INFO:teuthology.orchestra.run.smithi006.stdout:Total 41 MB/s | 51 MB 00:01 2023-12-01T16:29:41.171 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction check 2023-12-01T16:29:41.172 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction check 2023-12-01T16:29:41.214 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction check succeeded. 2023-12-01T16:29:41.214 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction test 2023-12-01T16:29:41.215 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction check succeeded. 2023-12-01T16:29:41.215 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction test 2023-12-01T16:29:41.607 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2023-12-01T16:29:41.639 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction test succeeded. 2023-12-01T16:29:41.643 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction 2023-12-01T16:29:41.646 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction test succeeded. 2023-12-01T16:29:41.650 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction 2023-12-01T16:29:41.654 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2023-12-01T16:29:41.654 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2023-12-01T16:29:42.122 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2023-12-01T16:29:42.126 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2023-12-01T16:29:42.813 INFO:teuthology.orchestra.run.smithi099.stdout: Preparing : 1/1 2023-12-01T16:29:42.824 INFO:teuthology.orchestra.run.smithi144.stdout: Preparing : 1/1 2023-12-01T16:29:42.864 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-01T16:29:42.870 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-01T16:29:43.031 INFO:teuthology.orchestra.run.smithi144.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T16:29:43.040 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T16:29:43.068 INFO:teuthology.orchestra.run.smithi099.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T16:29:43.072 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T16:29:43.077 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T16:29:43.096 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T16:29:43.222 INFO:teuthology.orchestra.run.smithi144.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T16:29:43.276 INFO:teuthology.orchestra.run.smithi099.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T16:29:43.313 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2023-12-01T16:29:43.358 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-01T16:29:43.571 INFO:teuthology.orchestra.run.smithi006.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T16:29:43.581 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T16:29:43.601 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T16:29:43.779 INFO:teuthology.orchestra.run.smithi006.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T16:30:00.184 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T16:30:00.459 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T16:30:01.751 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T16:30:01.966 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-01T16:30:02.166 INFO:teuthology.orchestra.run.smithi099.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-01T16:30:02.270 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-01T16:30:02.381 INFO:teuthology.orchestra.run.smithi099.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-01T16:30:02.520 INFO:teuthology.orchestra.run.smithi144.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-01T16:30:02.586 INFO:teuthology.orchestra.run.smithi099.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-01T16:30:02.715 INFO:teuthology.orchestra.run.smithi144.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-01T16:30:02.831 INFO:teuthology.orchestra.run.smithi099.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-01T16:30:02.831 INFO:teuthology.orchestra.run.smithi099.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-01T16:30:02.831 INFO:teuthology.orchestra.run.smithi099.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-01T16:30:02.831 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T16:30:02.876 INFO:teuthology.orchestra.run.smithi144.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-01T16:30:03.070 INFO:teuthology.orchestra.run.smithi144.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-01T16:30:03.070 INFO:teuthology.orchestra.run.smithi144.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-01T16:30:03.070 INFO:teuthology.orchestra.run.smithi144.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-01T16:30:03.070 INFO:teuthology.orchestra.run.smithi144.stdout: 2023-12-01T16:30:03.631 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-01T16:30:03.665 INFO:teuthology.orchestra.run.smithi099.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-01T16:30:03.857 INFO:teuthology.orchestra.run.smithi006.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-01T16:30:03.866 INFO:teuthology.orchestra.run.smithi144.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-01T16:30:03.896 INFO:teuthology.orchestra.run.smithi099.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-01T16:30:04.057 INFO:teuthology.orchestra.run.smithi006.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-01T16:30:04.077 INFO:teuthology.orchestra.run.smithi144.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-01T16:30:04.368 INFO:teuthology.orchestra.run.smithi006.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-01T16:30:04.581 INFO:teuthology.orchestra.run.smithi006.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-01T16:30:04.581 INFO:teuthology.orchestra.run.smithi006.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-01T16:30:04.582 INFO:teuthology.orchestra.run.smithi006.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-01T16:30:04.582 INFO:teuthology.orchestra.run.smithi006.stdout: 2023-12-01T16:30:05.324 INFO:teuthology.orchestra.run.smithi006.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-01T16:30:05.373 INFO:teuthology.orchestra.run.smithi099.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-01T16:30:05.537 INFO:teuthology.orchestra.run.smithi006.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-01T16:30:05.550 INFO:teuthology.orchestra.run.smithi144.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-01T16:30:05.684 INFO:teuthology.orchestra.run.smithi099.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-01T16:30:05.837 INFO:teuthology.orchestra.run.smithi144.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-01T16:30:06.055 INFO:teuthology.orchestra.run.smithi099.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-01T16:30:06.210 INFO:teuthology.orchestra.run.smithi144.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-01T16:30:06.324 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-01T16:30:06.467 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-01T16:30:07.060 INFO:teuthology.orchestra.run.smithi006.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-01T16:30:07.063 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-01T16:30:07.194 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-01T16:30:07.352 INFO:teuthology.orchestra.run.smithi006.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-01T16:30:07.765 INFO:teuthology.orchestra.run.smithi006.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-01T16:30:07.800 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-01T16:30:07.911 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-01T16:30:08.034 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-01T16:30:08.061 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-01T16:30:08.142 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-01T16:30:08.275 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-01T16:30:08.336 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-01T16:30:08.429 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-01T16:30:08.519 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-01T16:30:08.535 INFO:teuthology.orchestra.run.smithi099.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-01T16:30:08.536 INFO:teuthology.orchestra.run.smithi099.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T16:30:08.668 INFO:teuthology.orchestra.run.smithi144.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-01T16:30:08.668 INFO:teuthology.orchestra.run.smithi144.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T16:30:08.818 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-01T16:30:08.871 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T16:30:08.971 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T16:30:09.053 INFO:teuthology.orchestra.run.smithi099.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-01T16:30:09.054 INFO:teuthology.orchestra.run.smithi099.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T16:30:09.146 INFO:teuthology.orchestra.run.smithi144.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-01T16:30:09.146 INFO:teuthology.orchestra.run.smithi144.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T16:30:09.255 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T16:30:09.353 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T16:30:09.379 INFO:teuthology.orchestra.run.smithi099.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T16:30:09.469 INFO:teuthology.orchestra.run.smithi144.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T16:30:09.555 INFO:teuthology.orchestra.run.smithi099.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-01T16:30:09.580 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-01T16:30:09.603 INFO:teuthology.orchestra.run.smithi144.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-01T16:30:09.705 INFO:teuthology.orchestra.run.smithi099.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-01T16:30:09.769 INFO:teuthology.orchestra.run.smithi144.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-01T16:30:09.843 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-01T16:30:09.870 INFO:teuthology.orchestra.run.smithi099.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-01T16:30:09.987 INFO:teuthology.orchestra.run.smithi144.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-01T16:30:10.021 INFO:teuthology.orchestra.run.smithi099.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-01T16:30:10.055 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-01T16:30:10.111 INFO:teuthology.orchestra.run.smithi144.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-01T16:30:10.171 INFO:teuthology.orchestra.run.smithi099.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-01T16:30:10.218 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-01T16:30:10.243 INFO:teuthology.orchestra.run.smithi144.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-01T16:30:10.334 INFO:teuthology.orchestra.run.smithi099.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-01T16:30:10.334 INFO:teuthology.orchestra.run.smithi099.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T16:30:10.335 INFO:teuthology.orchestra.run.smithi006.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-01T16:30:10.335 INFO:teuthology.orchestra.run.smithi006.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T16:30:10.406 INFO:teuthology.orchestra.run.smithi144.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-01T16:30:10.407 INFO:teuthology.orchestra.run.smithi144.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T16:30:10.504 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T16:30:10.585 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T16:30:10.654 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T16:30:10.828 INFO:teuthology.orchestra.run.smithi006.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-01T16:30:10.828 INFO:teuthology.orchestra.run.smithi006.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T16:30:10.978 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T16:30:11.044 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-01T16:30:11.093 INFO:teuthology.orchestra.run.smithi006.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T16:30:11.117 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-01T16:30:11.253 INFO:teuthology.orchestra.run.smithi006.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-01T16:30:11.434 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T16:30:11.435 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-01T16:30:11.435 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-01T16:30:11.435 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-01T16:30:11.435 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-01T16:30:11.435 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-01T16:30:11.435 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-01T16:30:11.435 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-01T16:30:11.435 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-01T16:30:11.435 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-01T16:30:11.435 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-01T16:30:11.435 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-01T16:30:11.435 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-01T16:30:11.435 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-01T16:30:11.435 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-01T16:30:11.435 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-01T16:30:11.436 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-01T16:30:11.436 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-01T16:30:11.436 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-01T16:30:11.436 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-01T16:30:11.436 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-01T16:30:11.436 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-01T16:30:11.436 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-01T16:30:11.436 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-01T16:30:11.436 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T16:30:11.436 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-01T16:30:11.436 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-01T16:30:11.437 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-01T16:30:11.437 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-01T16:30:11.437 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-01T16:30:11.437 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-01T16:30:11.438 INFO:teuthology.orchestra.run.smithi006.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-01T16:30:11.531 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T16:30:11.531 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-01T16:30:11.531 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-01T16:30:11.531 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-01T16:30:11.531 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-01T16:30:11.531 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-01T16:30:11.531 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-01T16:30:11.531 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-01T16:30:11.531 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-01T16:30:11.531 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-01T16:30:11.531 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-01T16:30:11.531 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-01T16:30:11.532 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-01T16:30:11.532 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-01T16:30:11.532 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-01T16:30:11.532 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-01T16:30:11.532 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-01T16:30:11.532 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-01T16:30:11.532 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-01T16:30:11.532 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-01T16:30:11.532 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-01T16:30:11.532 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-01T16:30:11.532 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-01T16:30:11.532 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-01T16:30:11.532 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T16:30:11.532 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-01T16:30:11.532 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-01T16:30:11.532 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-01T16:30:11.533 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-01T16:30:11.533 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-01T16:30:11.533 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-01T16:30:11.603 INFO:teuthology.orchestra.run.smithi006.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-01T16:30:11.752 INFO:teuthology.orchestra.run.smithi006.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-01T16:30:11.885 INFO:teuthology.orchestra.run.smithi006.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-01T16:30:12.046 INFO:teuthology.orchestra.run.smithi006.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-01T16:30:12.047 INFO:teuthology.orchestra.run.smithi006.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T16:30:12.235 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T16:30:12.787 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-01T16:30:12.901 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-01T16:30:12.901 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:02:22 ago on Fri 01 Dec 2023 04:27:50 PM UTC. 2023-12-01T16:30:12.993 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-01T16:30:12.993 INFO:teuthology.orchestra.run.smithi144.stdout:Last metadata expiration check: 0:02:25 ago on Fri 01 Dec 2023 04:27:47 PM UTC. 2023-12-01T16:30:13.205 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T16:30:13.205 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-01T16:30:13.205 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-01T16:30:13.205 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-01T16:30:13.205 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-01T16:30:13.205 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-01T16:30:13.205 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-01T16:30:13.205 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-01T16:30:13.205 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-01T16:30:13.206 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-01T16:30:13.206 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-01T16:30:13.206 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-01T16:30:13.206 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-01T16:30:13.206 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-01T16:30:13.206 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-01T16:30:13.206 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-01T16:30:13.206 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-01T16:30:13.206 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-01T16:30:13.206 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-01T16:30:13.206 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-01T16:30:13.206 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-01T16:30:13.206 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-01T16:30:13.206 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-01T16:30:13.206 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-01T16:30:13.207 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T16:30:13.207 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-01T16:30:13.207 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-01T16:30:13.207 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-01T16:30:13.207 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-01T16:30:13.207 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-01T16:30:13.207 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-01T16:30:14.691 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-01T16:30:14.692 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:02:14 ago on Fri 01 Dec 2023 04:28:00 PM UTC. 2023-12-01T16:30:15.541 INFO:teuthology.orchestra.run.smithi099.stdout:Installed products updated. 2023-12-01T16:30:15.592 INFO:teuthology.orchestra.run.smithi144.stdout:Installed products updated. 2023-12-01T16:30:15.728 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T16:30:15.728 INFO:teuthology.orchestra.run.smithi099.stdout:Downgraded: 2023-12-01T16:30:15.729 INFO:teuthology.orchestra.run.smithi099.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:30:15.729 INFO:teuthology.orchestra.run.smithi099.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T16:30:15.729 INFO:teuthology.orchestra.run.smithi099.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:30:15.729 INFO:teuthology.orchestra.run.smithi099.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:30:15.729 INFO:teuthology.orchestra.run.smithi099.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:30:15.729 INFO:teuthology.orchestra.run.smithi099.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:30:15.729 INFO:teuthology.orchestra.run.smithi099.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:30:15.729 INFO:teuthology.orchestra.run.smithi099.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:30:15.729 INFO:teuthology.orchestra.run.smithi099.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:30:15.729 INFO:teuthology.orchestra.run.smithi099.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-01T16:30:15.729 INFO:teuthology.orchestra.run.smithi099.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:30:15.729 INFO:teuthology.orchestra.run.smithi099.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:30:15.729 INFO:teuthology.orchestra.run.smithi099.stdout:Installed: 2023-12-01T16:30:15.729 INFO:teuthology.orchestra.run.smithi099.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:30:15.730 INFO:teuthology.orchestra.run.smithi099.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T16:30:15.730 INFO:teuthology.orchestra.run.smithi099.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:30:15.730 INFO:teuthology.orchestra.run.smithi099.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:30:15.730 INFO:teuthology.orchestra.run.smithi099.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:30:15.730 INFO:teuthology.orchestra.run.smithi099.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-01T16:30:15.730 INFO:teuthology.orchestra.run.smithi099.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-01T16:30:15.730 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T16:30:15.730 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2023-12-01T16:30:15.784 INFO:teuthology.orchestra.run.smithi144.stdout: 2023-12-01T16:30:15.784 INFO:teuthology.orchestra.run.smithi144.stdout:Downgraded: 2023-12-01T16:30:15.784 INFO:teuthology.orchestra.run.smithi144.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:30:15.784 INFO:teuthology.orchestra.run.smithi144.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T16:30:15.785 INFO:teuthology.orchestra.run.smithi144.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:30:15.785 INFO:teuthology.orchestra.run.smithi144.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:30:15.785 INFO:teuthology.orchestra.run.smithi144.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:30:15.785 INFO:teuthology.orchestra.run.smithi144.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:30:15.785 INFO:teuthology.orchestra.run.smithi144.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:30:15.785 INFO:teuthology.orchestra.run.smithi144.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:30:15.785 INFO:teuthology.orchestra.run.smithi144.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:30:15.785 INFO:teuthology.orchestra.run.smithi144.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-01T16:30:15.785 INFO:teuthology.orchestra.run.smithi144.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:30:15.785 INFO:teuthology.orchestra.run.smithi144.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:30:15.785 INFO:teuthology.orchestra.run.smithi144.stdout:Installed: 2023-12-01T16:30:15.785 INFO:teuthology.orchestra.run.smithi144.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:30:15.785 INFO:teuthology.orchestra.run.smithi144.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T16:30:15.785 INFO:teuthology.orchestra.run.smithi144.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:30:15.785 INFO:teuthology.orchestra.run.smithi144.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:30:15.785 INFO:teuthology.orchestra.run.smithi144.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:30:15.786 INFO:teuthology.orchestra.run.smithi144.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-01T16:30:15.786 INFO:teuthology.orchestra.run.smithi144.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-01T16:30:15.786 INFO:teuthology.orchestra.run.smithi144.stdout: 2023-12-01T16:30:15.786 INFO:teuthology.orchestra.run.smithi144.stdout:Complete! 2023-12-01T16:30:15.914 DEBUG:teuthology.parallel:result is None 2023-12-01T16:30:15.960 DEBUG:teuthology.parallel:result is None 2023-12-01T16:30:17.174 INFO:teuthology.orchestra.run.smithi006.stdout:Installed products updated. 2023-12-01T16:30:17.392 INFO:teuthology.orchestra.run.smithi006.stdout: 2023-12-01T16:30:17.392 INFO:teuthology.orchestra.run.smithi006.stdout:Downgraded: 2023-12-01T16:30:17.393 INFO:teuthology.orchestra.run.smithi006.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:30:17.393 INFO:teuthology.orchestra.run.smithi006.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T16:30:17.393 INFO:teuthology.orchestra.run.smithi006.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:30:17.393 INFO:teuthology.orchestra.run.smithi006.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:30:17.393 INFO:teuthology.orchestra.run.smithi006.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:30:17.393 INFO:teuthology.orchestra.run.smithi006.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:30:17.393 INFO:teuthology.orchestra.run.smithi006.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:30:17.393 INFO:teuthology.orchestra.run.smithi006.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:30:17.393 INFO:teuthology.orchestra.run.smithi006.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:30:17.393 INFO:teuthology.orchestra.run.smithi006.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-01T16:30:17.393 INFO:teuthology.orchestra.run.smithi006.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:30:17.393 INFO:teuthology.orchestra.run.smithi006.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:30:17.393 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2023-12-01T16:30:17.393 INFO:teuthology.orchestra.run.smithi006.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:30:17.394 INFO:teuthology.orchestra.run.smithi006.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T16:30:17.394 INFO:teuthology.orchestra.run.smithi006.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:30:17.394 INFO:teuthology.orchestra.run.smithi006.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:30:17.394 INFO:teuthology.orchestra.run.smithi006.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T16:30:17.394 INFO:teuthology.orchestra.run.smithi006.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-01T16:30:17.394 INFO:teuthology.orchestra.run.smithi006.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-01T16:30:17.394 INFO:teuthology.orchestra.run.smithi006.stdout: 2023-12-01T16:30:17.394 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2023-12-01T16:30:17.615 DEBUG:teuthology.parallel:result is None 2023-12-01T16:30:17.615 INFO:teuthology.run_tasks:Running task install... 2023-12-01T16:30:17.625 DEBUG:teuthology.task.install:project ceph 2023-12-01T16:30:17.625 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'd710c09d2ffe0f0858468330fd3d69f1f4506222'}} 2023-12-01T16:30:17.625 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'd710c09d2ffe0f0858468330fd3d69f1f4506222'} 2023-12-01T16:30:17.625 INFO:teuthology.task.install:Using flavor: default 2023-12-01T16:30:17.632 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-01T16:30:17.632 INFO:teuthology.task.install:extra packages: [] 2023-12-01T16:30:17.633 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': 'd710c09d2ffe0f0858468330fd3d69f1f4506222', 'tag': None, 'wait_for_package': False} 2023-12-01T16:30:17.633 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=d710c09d2ffe0f0858468330fd3d69f1f4506222 2023-12-01T16:30:17.636 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': 'd710c09d2ffe0f0858468330fd3d69f1f4506222', 'tag': None, 'wait_for_package': False} 2023-12-01T16:30:17.636 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=d710c09d2ffe0f0858468330fd3d69f1f4506222 2023-12-01T16:30:17.637 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': 'd710c09d2ffe0f0858468330fd3d69f1f4506222', 'tag': None, 'wait_for_package': False} 2023-12-01T16:30:17.637 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=d710c09d2ffe0f0858468330fd3d69f1f4506222 2023-12-01T16:30:17.778 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-neorados-learning-from-experience/d710c09d2ffe0f0858468330fd3d69f1f4506222/centos/8/flavors/default/ 2023-12-01T16:30:17.778 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7570.gd710c09d 2023-12-01T16:30:17.783 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-neorados-learning-from-experience/d710c09d2ffe0f0858468330fd3d69f1f4506222/centos/8/flavors/default/ 2023-12-01T16:30:17.783 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7570.gd710c09d 2023-12-01T16:30:17.854 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-neorados-learning-from-experience/d710c09d2ffe0f0858468330fd3d69f1f4506222/centos/8/flavors/default/ 2023-12-01T16:30:17.854 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7570.gd710c09d 2023-12-01T16:30:17.894 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-neorados-learning-from-experience/d710c09d2ffe0f0858468330fd3d69f1f4506222/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-neorados-learning-from-experience/d710c09d2ffe0f0858468330fd3d69f1f4506222/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-neorados-learning-from-experience/d710c09d2ffe0f0858468330fd3d69f1f4506222/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-01T16:30:17.894 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2023-12-01T16:30:17.894 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-01T16:30:17.933 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-01T16:30:17.934 DEBUG:teuthology.orchestra.run.smithi099:> 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/d710c09d2ffe0f0858468330fd3d69f1f4506222/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-01T16:30:17.954 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-neorados-learning-from-experience/d710c09d2ffe0f0858468330fd3d69f1f4506222/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-neorados-learning-from-experience/d710c09d2ffe0f0858468330fd3d69f1f4506222/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-neorados-learning-from-experience/d710c09d2ffe0f0858468330fd3d69f1f4506222/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-01T16:30:17.954 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2023-12-01T16:30:17.954 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-01T16:30:17.986 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-01T16:30:17.986 DEBUG:teuthology.orchestra.run.smithi144:> 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/d710c09d2ffe0f0858468330fd3d69f1f4506222/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-01T16:30:18.005 DEBUG:teuthology.orchestra.run.smithi099:> 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-01T16:30:18.036 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-neorados-learning-from-experience/d710c09d2ffe0f0858468330fd3d69f1f4506222/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-neorados-learning-from-experience/d710c09d2ffe0f0858468330fd3d69f1f4506222/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-neorados-learning-from-experience/d710c09d2ffe0f0858468330fd3d69f1f4506222/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-01T16:30:18.036 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2023-12-01T16:30:18.036 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-01T16:30:18.058 DEBUG:teuthology.orchestra.run.smithi144:> 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-01T16:30:18.066 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-01T16:30:18.066 DEBUG:teuthology.orchestra.run.smithi006:> 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/d710c09d2ffe0f0858468330fd3d69f1f4506222/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-01T16:30:18.087 DEBUG:teuthology.orchestra.run.smithi099:> 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-01T16:30:18.137 DEBUG:teuthology.orchestra.run.smithi006:> 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-01T16:30:18.138 DEBUG:teuthology.orchestra.run.smithi144:> 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-01T16:30:18.154 INFO:teuthology.orchestra.run.smithi099.stdout:check_obsoletes = 1 2023-12-01T16:30:18.156 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum clean all 2023-12-01T16:30:18.204 INFO:teuthology.orchestra.run.smithi144.stdout:check_obsoletes = 1 2023-12-01T16:30:18.206 DEBUG:teuthology.orchestra.run.smithi144:> sudo yum clean all 2023-12-01T16:30:18.220 DEBUG:teuthology.orchestra.run.smithi006:> 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-01T16:30:18.288 INFO:teuthology.orchestra.run.smithi006.stdout:check_obsoletes = 1 2023-12-01T16:30:18.290 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum clean all 2023-12-01T16:30:18.529 INFO:teuthology.orchestra.run.smithi099.stdout:Updating Subscription Management repositories. 2023-12-01T16:30:18.576 INFO:teuthology.orchestra.run.smithi144.stdout:Updating Subscription Management repositories. 2023-12-01T16:30:18.686 INFO:teuthology.orchestra.run.smithi006.stdout:Updating Subscription Management repositories. 2023-12-01T16:30:18.772 INFO:teuthology.orchestra.run.smithi099.stdout:44 files removed 2023-12-01T16:30:18.819 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install ceph-radosgw 2023-12-01T16:30:18.830 INFO:teuthology.orchestra.run.smithi144.stdout:44 files removed 2023-12-01T16:30:18.878 DEBUG:teuthology.orchestra.run.smithi144:> sudo yum -y install ceph-radosgw 2023-12-01T16:30:18.983 INFO:teuthology.orchestra.run.smithi006.stdout:44 files removed 2023-12-01T16:30:19.031 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install ceph-radosgw 2023-12-01T16:30:19.150 INFO:teuthology.orchestra.run.smithi099.stdout:Updating Subscription Management repositories. 2023-12-01T16:30:19.209 INFO:teuthology.orchestra.run.smithi144.stdout:Updating Subscription Management repositories. 2023-12-01T16:30:19.381 INFO:teuthology.orchestra.run.smithi006.stdout:Updating Subscription Management repositories. 2023-12-01T16:30:19.874 INFO:teuthology.orchestra.run.smithi099.stdout:ceph packages for x86_64 234 kB/s | 82 kB 00:00 2023-12-01T16:30:19.970 INFO:teuthology.orchestra.run.smithi144.stdout:ceph packages for x86_64 217 kB/s | 82 kB 00:00 2023-12-01T16:30:20.081 INFO:teuthology.orchestra.run.smithi006.stdout:ceph packages for x86_64 270 kB/s | 82 kB 00:00 2023-12-01T16:30:20.200 INFO:teuthology.orchestra.run.smithi099.stdout:ceph noarch packages 32 kB/s | 9.5 kB 00:00 2023-12-01T16:30:20.370 INFO:teuthology.orchestra.run.smithi144.stdout:ceph noarch packages 26 kB/s | 9.5 kB 00:00 2023-12-01T16:30:20.466 INFO:teuthology.orchestra.run.smithi006.stdout:ceph noarch packages 27 kB/s | 9.5 kB 00:00 2023-12-01T16:30:20.592 INFO:teuthology.orchestra.run.smithi099.stdout:ceph source packages 4.0 kB/s | 1.5 kB 00:00 2023-12-01T16:30:20.679 INFO:teuthology.orchestra.run.smithi144.stdout:ceph source packages 5.2 kB/s | 1.5 kB 00:00 2023-12-01T16:30:20.725 INFO:teuthology.orchestra.run.smithi006.stdout:ceph source packages 6.3 kB/s | 1.5 kB 00:00 2023-12-01T16:30:20.734 INFO:teuthology.orchestra.run.smithi099.stdout:Copr repo for python3-asyncssh owned by ceph 28 kB/s | 3.5 kB 00:00 2023-12-01T16:30:20.830 INFO:teuthology.orchestra.run.smithi144.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2023-12-01T16:30:20.884 INFO:teuthology.orchestra.run.smithi006.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-12-01T16:30:21.369 INFO:teuthology.orchestra.run.smithi099.stdout:Extra Packages for Enterprise Linux 26 MB/s | 16 MB 00:00 2023-12-01T16:30:21.423 INFO:teuthology.orchestra.run.smithi144.stdout:Extra Packages for Enterprise Linux 28 MB/s | 16 MB 00:00 2023-12-01T16:30:21.984 INFO:teuthology.orchestra.run.smithi006.stdout:Extra Packages for Enterprise Linux 15 MB/s | 16 MB 00:01 2023-12-01T16:30:24.902 INFO:teuthology.orchestra.run.smithi099.stdout:lab-extras 413 kB/s | 24 kB 00:00 2023-12-01T16:30:24.948 INFO:teuthology.orchestra.run.smithi144.stdout:lab-extras 411 kB/s | 24 kB 00:00 2023-12-01T16:30:25.701 INFO:teuthology.orchestra.run.smithi006.stdout:lab-extras 560 kB/s | 24 kB 00:00 2023-12-01T16:30:25.829 INFO:teuthology.orchestra.run.smithi099.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 62 MB/s | 53 MB 00:00 2023-12-01T16:30:25.833 INFO:teuthology.orchestra.run.smithi144.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 58 MB/s | 47 MB 00:00 2023-12-01T16:30:26.661 INFO:teuthology.orchestra.run.smithi006.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 60 MB/s | 53 MB 00:00 2023-12-01T16:30:33.826 INFO:teuthology.orchestra.run.smithi144.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 63 MB/s | 53 MB 00:00 2023-12-01T16:30:33.880 INFO:teuthology.orchestra.run.smithi099.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 61 MB/s | 47 MB 00:00 2023-12-01T16:30:35.238 INFO:teuthology.orchestra.run.smithi006.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 56 MB/s | 47 MB 00:00 2023-12-01T16:30:44.930 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2023-12-01T16:30:44.932 INFO:teuthology.orchestra.run.smithi099.stdout:==================================================================================================== 2023-12-01T16:30:44.932 INFO:teuthology.orchestra.run.smithi099.stdout: Package Arch Version Repository Size 2023-12-01T16:30:44.932 INFO:teuthology.orchestra.run.smithi099.stdout:==================================================================================================== 2023-12-01T16:30:44.932 INFO:teuthology.orchestra.run.smithi099.stdout:Installing: 2023-12-01T16:30:44.932 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-radosgw x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 14 M 2023-12-01T16:30:44.933 INFO:teuthology.orchestra.run.smithi099.stdout:Upgrading: 2023-12-01T16:30:44.933 INFO:teuthology.orchestra.run.smithi099.stdout: librados2 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 3.8 M 2023-12-01T16:30:44.933 INFO:teuthology.orchestra.run.smithi099.stdout: librbd1 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 3.8 M 2023-12-01T16:30:44.933 INFO:teuthology.orchestra.run.smithi099.stdout:Installing dependencies: 2023-12-01T16:30:44.933 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-base x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 5.4 M 2023-12-01T16:30:44.933 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-common x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 23 M 2023-12-01T16:30:44.933 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-selinux x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 24 k 2023-12-01T16:30:44.933 INFO:teuthology.orchestra.run.smithi099.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-01T16:30:44.933 INFO:teuthology.orchestra.run.smithi099.stdout: libcephfs2 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 863 k 2023-12-01T16:30:44.933 INFO:teuthology.orchestra.run.smithi099.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-01T16:30:44.933 INFO:teuthology.orchestra.run.smithi099.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-01T16:30:44.933 INFO:teuthology.orchestra.run.smithi099.stdout: libradosstriper1 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 545 k 2023-12-01T16:30:44.933 INFO:teuthology.orchestra.run.smithi099.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-01T16:30:44.933 INFO:teuthology.orchestra.run.smithi099.stdout: librgw2 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 6.9 M 2023-12-01T16:30:44.934 INFO:teuthology.orchestra.run.smithi099.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-01T16:30:44.934 INFO:teuthology.orchestra.run.smithi099.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-01T16:30:44.934 INFO:teuthology.orchestra.run.smithi099.stdout: python3-ceph-argparse x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 45 k 2023-12-01T16:30:44.934 INFO:teuthology.orchestra.run.smithi099.stdout: python3-ceph-common x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 128 k 2023-12-01T16:30:44.934 INFO:teuthology.orchestra.run.smithi099.stdout: python3-cephfs x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 196 k 2023-12-01T16:30:44.934 INFO:teuthology.orchestra.run.smithi099.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-01T16:30:44.934 INFO:teuthology.orchestra.run.smithi099.stdout: python3-rados x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 372 k 2023-12-01T16:30:44.934 INFO:teuthology.orchestra.run.smithi099.stdout: python3-rbd x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 364 k 2023-12-01T16:30:44.934 INFO:teuthology.orchestra.run.smithi099.stdout: python3-rgw x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 107 k 2023-12-01T16:30:44.934 INFO:teuthology.orchestra.run.smithi099.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-01T16:30:44.934 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T16:30:44.934 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2023-12-01T16:30:44.934 INFO:teuthology.orchestra.run.smithi099.stdout:==================================================================================================== 2023-12-01T16:30:44.934 INFO:teuthology.orchestra.run.smithi099.stdout:Install 21 Packages 2023-12-01T16:30:44.935 INFO:teuthology.orchestra.run.smithi099.stdout:Upgrade 2 Packages 2023-12-01T16:30:44.935 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T16:30:44.935 INFO:teuthology.orchestra.run.smithi099.stdout:Total download size: 62 M 2023-12-01T16:30:44.935 INFO:teuthology.orchestra.run.smithi099.stdout:Downloading Packages: 2023-12-01T16:30:45.078 INFO:teuthology.orchestra.run.smithi144.stdout:Dependencies resolved. 2023-12-01T16:30:45.081 INFO:teuthology.orchestra.run.smithi144.stdout:==================================================================================================== 2023-12-01T16:30:45.081 INFO:teuthology.orchestra.run.smithi144.stdout: Package Arch Version Repository Size 2023-12-01T16:30:45.081 INFO:teuthology.orchestra.run.smithi144.stdout:==================================================================================================== 2023-12-01T16:30:45.081 INFO:teuthology.orchestra.run.smithi144.stdout:Installing: 2023-12-01T16:30:45.081 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-radosgw x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 14 M 2023-12-01T16:30:45.081 INFO:teuthology.orchestra.run.smithi144.stdout:Upgrading: 2023-12-01T16:30:45.081 INFO:teuthology.orchestra.run.smithi144.stdout: librados2 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 3.8 M 2023-12-01T16:30:45.081 INFO:teuthology.orchestra.run.smithi144.stdout: librbd1 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 3.8 M 2023-12-01T16:30:45.081 INFO:teuthology.orchestra.run.smithi144.stdout:Installing dependencies: 2023-12-01T16:30:45.081 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-base x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 5.4 M 2023-12-01T16:30:45.081 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-common x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 23 M 2023-12-01T16:30:45.082 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-selinux x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 24 k 2023-12-01T16:30:45.082 INFO:teuthology.orchestra.run.smithi144.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-01T16:30:45.082 INFO:teuthology.orchestra.run.smithi144.stdout: libcephfs2 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 863 k 2023-12-01T16:30:45.082 INFO:teuthology.orchestra.run.smithi144.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-01T16:30:45.082 INFO:teuthology.orchestra.run.smithi144.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-01T16:30:45.082 INFO:teuthology.orchestra.run.smithi144.stdout: libradosstriper1 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 545 k 2023-12-01T16:30:45.082 INFO:teuthology.orchestra.run.smithi144.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-01T16:30:45.082 INFO:teuthology.orchestra.run.smithi144.stdout: librgw2 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 6.9 M 2023-12-01T16:30:45.082 INFO:teuthology.orchestra.run.smithi144.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-01T16:30:45.082 INFO:teuthology.orchestra.run.smithi144.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-01T16:30:45.082 INFO:teuthology.orchestra.run.smithi144.stdout: python3-ceph-argparse x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 45 k 2023-12-01T16:30:45.082 INFO:teuthology.orchestra.run.smithi144.stdout: python3-ceph-common x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 128 k 2023-12-01T16:30:45.082 INFO:teuthology.orchestra.run.smithi144.stdout: python3-cephfs x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 196 k 2023-12-01T16:30:45.082 INFO:teuthology.orchestra.run.smithi144.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-01T16:30:45.083 INFO:teuthology.orchestra.run.smithi144.stdout: python3-rados x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 372 k 2023-12-01T16:30:45.083 INFO:teuthology.orchestra.run.smithi144.stdout: python3-rbd x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 364 k 2023-12-01T16:30:45.083 INFO:teuthology.orchestra.run.smithi144.stdout: python3-rgw x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 107 k 2023-12-01T16:30:45.083 INFO:teuthology.orchestra.run.smithi144.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-01T16:30:45.083 INFO:teuthology.orchestra.run.smithi144.stdout: 2023-12-01T16:30:45.083 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction Summary 2023-12-01T16:30:45.083 INFO:teuthology.orchestra.run.smithi144.stdout:==================================================================================================== 2023-12-01T16:30:45.083 INFO:teuthology.orchestra.run.smithi144.stdout:Install 21 Packages 2023-12-01T16:30:45.083 INFO:teuthology.orchestra.run.smithi144.stdout:Upgrade 2 Packages 2023-12-01T16:30:45.083 INFO:teuthology.orchestra.run.smithi144.stdout: 2023-12-01T16:30:45.084 INFO:teuthology.orchestra.run.smithi144.stdout:Total download size: 62 M 2023-12-01T16:30:45.084 INFO:teuthology.orchestra.run.smithi144.stdout:Downloading Packages: 2023-12-01T16:30:46.505 INFO:teuthology.orchestra.run.smithi099.stdout:(1/23): ceph-radosgw-18.0.0-7570.gd710c09d.el8. 10 MB/s | 14 MB 00:01 2023-12-01T16:30:46.571 INFO:teuthology.orchestra.run.smithi099.stdout:(2/23): ceph-selinux-18.0.0-7570.gd710c09d.el8. 366 kB/s | 24 kB 00:00 2023-12-01T16:30:46.730 INFO:teuthology.orchestra.run.smithi099.stdout:(3/23): libcephfs2-18.0.0-7570.gd710c09d.el8.x8 5.3 MB/s | 863 kB 00:00 2023-12-01T16:30:46.838 INFO:teuthology.orchestra.run.smithi099.stdout:(4/23): libradosstriper1-18.0.0-7570.gd710c09d. 4.9 MB/s | 545 kB 00:00 2023-12-01T16:30:46.909 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2023-12-01T16:30:46.911 INFO:teuthology.orchestra.run.smithi006.stdout:==================================================================================================== 2023-12-01T16:30:46.912 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repository Size 2023-12-01T16:30:46.912 INFO:teuthology.orchestra.run.smithi006.stdout:==================================================================================================== 2023-12-01T16:30:46.912 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2023-12-01T16:30:46.912 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-radosgw x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 14 M 2023-12-01T16:30:46.912 INFO:teuthology.orchestra.run.smithi006.stdout:Upgrading: 2023-12-01T16:30:46.912 INFO:teuthology.orchestra.run.smithi006.stdout: librados2 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 3.8 M 2023-12-01T16:30:46.912 INFO:teuthology.orchestra.run.smithi006.stdout: librbd1 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 3.8 M 2023-12-01T16:30:46.912 INFO:teuthology.orchestra.run.smithi006.stdout:Installing dependencies: 2023-12-01T16:30:46.912 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-base x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 5.4 M 2023-12-01T16:30:46.912 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-common x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 23 M 2023-12-01T16:30:46.912 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-selinux x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 24 k 2023-12-01T16:30:46.912 INFO:teuthology.orchestra.run.smithi006.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-01T16:30:46.912 INFO:teuthology.orchestra.run.smithi006.stdout: libcephfs2 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 863 k 2023-12-01T16:30:46.912 INFO:teuthology.orchestra.run.smithi006.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-01T16:30:46.913 INFO:teuthology.orchestra.run.smithi006.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-01T16:30:46.913 INFO:teuthology.orchestra.run.smithi006.stdout: libradosstriper1 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 545 k 2023-12-01T16:30:46.913 INFO:teuthology.orchestra.run.smithi006.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-01T16:30:46.913 INFO:teuthology.orchestra.run.smithi006.stdout: librgw2 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 6.9 M 2023-12-01T16:30:46.913 INFO:teuthology.orchestra.run.smithi006.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-01T16:30:46.913 INFO:teuthology.orchestra.run.smithi006.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-01T16:30:46.913 INFO:teuthology.orchestra.run.smithi006.stdout: python3-ceph-argparse x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 45 k 2023-12-01T16:30:46.913 INFO:teuthology.orchestra.run.smithi006.stdout: python3-ceph-common x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 128 k 2023-12-01T16:30:46.913 INFO:teuthology.orchestra.run.smithi006.stdout: python3-cephfs x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 196 k 2023-12-01T16:30:46.913 INFO:teuthology.orchestra.run.smithi006.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-01T16:30:46.913 INFO:teuthology.orchestra.run.smithi006.stdout: python3-rados x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 372 k 2023-12-01T16:30:46.913 INFO:teuthology.orchestra.run.smithi006.stdout: python3-rbd x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 364 k 2023-12-01T16:30:46.913 INFO:teuthology.orchestra.run.smithi006.stdout: python3-rgw x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 107 k 2023-12-01T16:30:46.913 INFO:teuthology.orchestra.run.smithi006.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-01T16:30:46.913 INFO:teuthology.orchestra.run.smithi006.stdout: 2023-12-01T16:30:46.914 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2023-12-01T16:30:46.914 INFO:teuthology.orchestra.run.smithi006.stdout:==================================================================================================== 2023-12-01T16:30:46.914 INFO:teuthology.orchestra.run.smithi006.stdout:Install 21 Packages 2023-12-01T16:30:46.914 INFO:teuthology.orchestra.run.smithi006.stdout:Upgrade 2 Packages 2023-12-01T16:30:46.914 INFO:teuthology.orchestra.run.smithi006.stdout: 2023-12-01T16:30:46.914 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 62 M 2023-12-01T16:30:46.914 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2023-12-01T16:30:47.131 INFO:teuthology.orchestra.run.smithi099.stdout:(5/23): ceph-common-18.0.0-7570.gd710c09d.el8.x 11 MB/s | 23 MB 00:02 2023-12-01T16:30:47.223 INFO:teuthology.orchestra.run.smithi099.stdout:(6/23): python3-ceph-argparse-18.0.0-7570.gd710 490 kB/s | 45 kB 00:00 2023-12-01T16:30:47.323 INFO:teuthology.orchestra.run.smithi099.stdout:(7/23): python3-ceph-common-18.0.0-7570.gd710c0 1.3 MB/s | 128 kB 00:00 2023-12-01T16:30:47.615 INFO:teuthology.orchestra.run.smithi099.stdout:(8/23): librgw2-18.0.0-7570.gd710c09d.el8.x86_6 8.9 MB/s | 6.9 MB 00:00 2023-12-01T16:30:47.757 INFO:teuthology.orchestra.run.smithi099.stdout:(9/23): ceph-base-18.0.0-7570.gd710c09d.el8.x86 2.0 MB/s | 5.4 MB 00:02 2023-12-01T16:30:47.932 INFO:teuthology.orchestra.run.smithi099.stdout:(10/23): python3-rbd-18.0.0-7570.gd710c09d.el8. 2.0 MB/s | 364 kB 00:00 2023-12-01T16:30:47.966 INFO:teuthology.orchestra.run.smithi099.stdout:(11/23): python3-rados-18.0.0-7570.gd710c09d.el 1.0 MB/s | 372 kB 00:00 2023-12-01T16:30:48.016 INFO:teuthology.orchestra.run.smithi099.stdout:(12/23): python3-cephfs-18.0.0-7570.gd710c09d.e 284 kB/s | 196 kB 00:00 2023-12-01T16:30:48.042 INFO:teuthology.orchestra.run.smithi099.stdout:(13/23): python3-rgw-18.0.0-7570.gd710c09d.el8. 979 kB/s | 107 kB 00:00 2023-12-01T16:30:48.233 INFO:teuthology.orchestra.run.smithi099.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 392 kB/s | 75 kB 00:00 2023-12-01T16:30:48.259 INFO:teuthology.orchestra.run.smithi099.stdout:(15/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.0 MB/s | 306 kB 00:00 2023-12-01T16:30:48.326 INFO:teuthology.orchestra.run.smithi099.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 703 kB/s | 47 kB 00:00 2023-12-01T16:30:48.409 INFO:teuthology.orchestra.run.smithi099.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 3.0 MB/s | 259 kB 00:00 2023-12-01T16:30:48.451 INFO:teuthology.orchestra.run.smithi099.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 1.0 MB/s | 44 kB 00:00 2023-12-01T16:30:48.468 INFO:teuthology.orchestra.run.smithi144.stdout:(1/23): ceph-base-18.0.0-7570.gd710c09d.el8.x86 1.7 MB/s | 5.4 MB 00:03 2023-12-01T16:30:48.510 INFO:teuthology.orchestra.run.smithi099.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 5.9 MB/s | 354 kB 00:00 2023-12-01T16:30:48.576 INFO:teuthology.orchestra.run.smithi144.stdout:(2/23): ceph-selinux-18.0.0-7570.gd710c09d.el8. 225 kB/s | 24 kB 00:00 2023-12-01T16:30:49.018 INFO:teuthology.orchestra.run.smithi099.stdout:(20/23): thrift-0.13.0-2.el8.x86_64.rpm 2.2 MB/s | 1.7 MB 00:00 2023-12-01T16:30:49.035 INFO:teuthology.orchestra.run.smithi099.stdout:(21/23): liboath-2.6.2-3.el8.x86_64.rpm 58 kB/s | 59 kB 00:01 2023-12-01T16:30:49.076 INFO:teuthology.orchestra.run.smithi144.stdout:(3/23): libcephfs2-18.0.0-7570.gd710c09d.el8.x8 1.7 MB/s | 863 kB 00:00 2023-12-01T16:30:49.214 INFO:teuthology.orchestra.run.smithi006.stdout:(1/23): ceph-base-18.0.0-7570.gd710c09d.el8.x86 2.6 MB/s | 5.4 MB 00:02 2023-12-01T16:30:49.322 INFO:teuthology.orchestra.run.smithi006.stdout:(2/23): ceph-selinux-18.0.0-7570.gd710c09d.el8. 225 kB/s | 24 kB 00:00 2023-12-01T16:30:49.368 INFO:teuthology.orchestra.run.smithi144.stdout:(4/23): libradosstriper1-18.0.0-7570.gd710c09d. 1.8 MB/s | 545 kB 00:00 2023-12-01T16:30:49.622 INFO:teuthology.orchestra.run.smithi006.stdout:(3/23): libcephfs2-18.0.0-7570.gd710c09d.el8.x8 2.8 MB/s | 863 kB 00:00 2023-12-01T16:30:49.823 INFO:teuthology.orchestra.run.smithi006.stdout:(4/23): libradosstriper1-18.0.0-7570.gd710c09d. 2.7 MB/s | 545 kB 00:00 2023-12-01T16:30:50.002 INFO:teuthology.orchestra.run.smithi099.stdout:(22/23): librados2-18.0.0-7570.gd710c09d.el8.x8 2.6 MB/s | 3.8 MB 00:01 2023-12-01T16:30:51.027 INFO:teuthology.orchestra.run.smithi099.stdout:(23/23): librbd1-18.0.0-7570.gd710c09d.el8.x86_ 1.9 MB/s | 3.8 MB 00:02 2023-12-01T16:30:51.029 INFO:teuthology.orchestra.run.smithi099.stdout:-------------------------------------------------------------------------------- 2023-12-01T16:30:51.030 INFO:teuthology.orchestra.run.smithi099.stdout:Total 10 MB/s | 62 MB 00:06 2023-12-01T16:30:51.077 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction check 2023-12-01T16:30:51.123 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction check succeeded. 2023-12-01T16:30:51.123 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction test 2023-12-01T16:30:51.381 INFO:teuthology.orchestra.run.smithi006.stdout:(5/23): librgw2-18.0.0-7570.gd710c09d.el8.x86_6 4.5 MB/s | 6.9 MB 00:01 2023-12-01T16:30:51.465 INFO:teuthology.orchestra.run.smithi006.stdout:(6/23): python3-ceph-argparse-18.0.0-7570.gd710 537 kB/s | 45 kB 00:00 2023-12-01T16:30:51.470 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction test succeeded. 2023-12-01T16:30:51.473 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction 2023-12-01T16:30:51.557 INFO:teuthology.orchestra.run.smithi006.stdout:(7/23): python3-ceph-common-18.0.0-7570.gd710c0 1.4 MB/s | 128 kB 00:00 2023-12-01T16:30:51.643 INFO:teuthology.orchestra.run.smithi144.stdout:(5/23): librgw2-18.0.0-7570.gd710c09d.el8.x86_6 3.1 MB/s | 6.9 MB 00:02 2023-12-01T16:30:51.715 INFO:teuthology.orchestra.run.smithi006.stdout:(8/23): ceph-radosgw-18.0.0-7570.gd710c09d.el8. 3.0 MB/s | 14 MB 00:04 2023-12-01T16:30:51.741 INFO:teuthology.orchestra.run.smithi006.stdout:(9/23): python3-cephfs-18.0.0-7570.gd710c09d.el 1.0 MB/s | 196 kB 00:00 2023-12-01T16:30:51.776 INFO:teuthology.orchestra.run.smithi144.stdout:(6/23): python3-ceph-argparse-18.0.0-7570.gd710 339 kB/s | 45 kB 00:00 2023-12-01T16:30:51.833 INFO:teuthology.orchestra.run.smithi006.stdout:(10/23): python3-rbd-18.0.0-7570.gd710c09d.el8. 3.9 MB/s | 364 kB 00:00 2023-12-01T16:30:51.858 INFO:teuthology.orchestra.run.smithi006.stdout:(11/23): python3-rados-18.0.0-7570.gd710c09d.el 2.6 MB/s | 372 kB 00:00 2023-12-01T16:30:51.860 INFO:teuthology.orchestra.run.smithi144.stdout:(7/23): python3-ceph-common-18.0.0-7570.gd710c0 1.5 MB/s | 128 kB 00:00 2023-12-01T16:30:51.908 INFO:teuthology.orchestra.run.smithi006.stdout:(12/23): python3-rgw-18.0.0-7570.gd710c09d.el8. 1.4 MB/s | 107 kB 00:00 2023-12-01T16:30:51.946 INFO:teuthology.orchestra.run.smithi144.stdout:(8/23): python3-cephfs-18.0.0-7570.gd710c09d.el 2.3 MB/s | 196 kB 00:00 2023-12-01T16:30:52.070 INFO:teuthology.orchestra.run.smithi144.stdout:(9/23): python3-rados-18.0.0-7570.gd710c09d.el8 2.9 MB/s | 372 kB 00:00 2023-12-01T16:30:52.186 INFO:teuthology.orchestra.run.smithi144.stdout:(10/23): python3-rbd-18.0.0-7570.gd710c09d.el8. 3.0 MB/s | 364 kB 00:00 2023-12-01T16:30:52.192 INFO:teuthology.orchestra.run.smithi006.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 211 kB/s | 59 kB 00:00 2023-12-01T16:30:52.259 INFO:teuthology.orchestra.run.smithi006.stdout:(14/23): gperftools-libs-2.7-9.el8.x86_64.rpm 764 kB/s | 306 kB 00:00 2023-12-01T16:30:52.261 INFO:teuthology.orchestra.run.smithi144.stdout:(11/23): python3-rgw-18.0.0-7570.gd710c09d.el8. 1.4 MB/s | 107 kB 00:00 2023-12-01T16:30:52.284 INFO:teuthology.orchestra.run.smithi006.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 814 kB/s | 75 kB 00:00 2023-12-01T16:30:52.344 INFO:teuthology.orchestra.run.smithi006.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 805 kB/s | 47 kB 00:00 2023-12-01T16:30:52.394 INFO:teuthology.orchestra.run.smithi006.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 5.1 MB/s | 259 kB 00:00 2023-12-01T16:30:52.436 INFO:teuthology.orchestra.run.smithi006.stdout:(18/23): thrift-0.13.0-2.el8.x86_64.rpm 9.9 MB/s | 1.7 MB 00:00 2023-12-01T16:30:52.461 INFO:teuthology.orchestra.run.smithi006.stdout:(19/23): python3-prettytable-0.7.2-14.el8.noarc 660 kB/s | 44 kB 00:00 2023-12-01T16:30:52.511 INFO:teuthology.orchestra.run.smithi006.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 4.6 MB/s | 354 kB 00:00 2023-12-01T16:30:52.641 INFO:teuthology.orchestra.run.smithi099.stdout: Preparing : 1/1 2023-12-01T16:30:52.819 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-01T16:30:52.846 INFO:teuthology.orchestra.run.smithi144.stdout:(12/23): gperftools-libs-2.7-9.el8.x86_64.rpm 525 kB/s | 306 kB 00:00 2023-12-01T16:30:52.971 INFO:teuthology.orchestra.run.smithi144.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 470 kB/s | 59 kB 00:00 2023-12-01T16:30:52.994 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T16:30:53.071 INFO:teuthology.orchestra.run.smithi144.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 751 kB/s | 75 kB 00:00 2023-12-01T16:30:53.253 INFO:teuthology.orchestra.run.smithi006.stdout:(21/23): librados2-18.0.0-7570.gd710c09d.el8.x8 4.9 MB/s | 3.8 MB 00:00 2023-12-01T16:30:53.346 INFO:teuthology.orchestra.run.smithi144.stdout:(15/23): thrift-0.13.0-2.el8.x86_64.rpm 6.3 MB/s | 1.7 MB 00:00 2023-12-01T16:30:53.397 INFO:teuthology.orchestra.run.smithi144.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 5.1 MB/s | 259 kB 00:00 2023-12-01T16:30:53.409 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T16:30:53.438 INFO:teuthology.orchestra.run.smithi144.stdout:(17/23): python3-prettytable-0.7.2-14.el8.noarc 1.0 MB/s | 44 kB 00:00 2023-12-01T16:30:53.480 INFO:teuthology.orchestra.run.smithi144.stdout:(18/23): librdkafka-0.11.4-3.el8.x86_64.rpm 8.3 MB/s | 354 kB 00:00 2023-12-01T16:30:53.495 INFO:teuthology.orchestra.run.smithi006.stdout:(22/23): librbd1-18.0.0-7570.gd710c09d.el8.x86_ 3.8 MB/s | 3.8 MB 00:00 2023-12-01T16:30:53.522 INFO:teuthology.orchestra.run.smithi144.stdout:(19/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 1.1 MB/s | 47 kB 00:00 2023-12-01T16:30:53.577 INFO:teuthology.orchestra.run.smithi099.stdout: Upgrading : librados2-2:18.0.0-7570.gd710c09d.el8.x86_64 3/25 2023-12-01T16:30:53.659 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: librados2-2:18.0.0-7570.gd710c09d.el8.x86_64 3/25 2023-12-01T16:30:53.824 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-rados-2:18.0.0-7570.gd710c09d.el8.x86_64 4/25 2023-12-01T16:30:54.004 INFO:teuthology.orchestra.run.smithi006.stdout:(23/23): ceph-common-18.0.0-7570.gd710c09d.el8. 3.3 MB/s | 23 MB 00:06 2023-12-01T16:30:54.008 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2023-12-01T16:30:54.008 INFO:teuthology.orchestra.run.smithi006.stdout:Total 8.7 MB/s | 62 MB 00:07 2023-12-01T16:30:54.039 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-01T16:30:54.057 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2023-12-01T16:30:54.107 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2023-12-01T16:30:54.107 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2023-12-01T16:30:54.251 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : libcephfs2-2:18.0.0-7570.gd710c09d.el8.x86_64 6/25 2023-12-01T16:30:54.264 INFO:teuthology.orchestra.run.smithi144.stdout:(20/23): librados2-18.0.0-7570.gd710c09d.el8.x8 5.1 MB/s | 3.8 MB 00:00 2023-12-01T16:30:54.473 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2023-12-01T16:30:54.477 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2023-12-01T16:30:54.679 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: libcephfs2-2:18.0.0-7570.gd710c09d.el8.x86_64 6/25 2023-12-01T16:30:54.856 INFO:teuthology.orchestra.run.smithi144.stdout:(21/23): librbd1-18.0.0-7570.gd710c09d.el8.x86_ 6.4 MB/s | 3.8 MB 00:00 2023-12-01T16:30:54.893 INFO:teuthology.orchestra.run.smithi099.stdout: Upgrading : librbd1-2:18.0.0-7570.gd710c09d.el8.x86_64 7/25 2023-12-01T16:30:54.985 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: librbd1-2:18.0.0-7570.gd710c09d.el8.x86_64 7/25 2023-12-01T16:30:55.106 INFO:teuthology.orchestra.run.smithi144.stdout:(22/23): ceph-common-18.0.0-7570.gd710c09d.el8. 2.3 MB/s | 23 MB 00:09 2023-12-01T16:30:55.126 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-01T16:30:55.193 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-01T16:30:55.664 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2023-12-01T16:30:55.864 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-01T16:30:55.957 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-01T16:30:56.062 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T16:30:56.093 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : librgw2-2:18.0.0-7570.gd710c09d.el8.x86_64 10/25 2023-12-01T16:30:56.180 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: librgw2-2:18.0.0-7570.gd710c09d.el8.x86_64 10/25 2023-12-01T16:30:56.295 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-ceph-argparse-2:18.0.0-7570.gd710c09d.el8. 11/25 2023-12-01T16:30:56.437 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-cephfs-2:18.0.0-7570.gd710c09d.el8.x86_64 12/25 2023-12-01T16:30:56.502 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T16:30:56.573 INFO:teuthology.orchestra.run.smithi144.stdout:(23/23): ceph-radosgw-18.0.0-7570.gd710c09d.el8 1.2 MB/s | 14 MB 00:11 2023-12-01T16:30:56.576 INFO:teuthology.orchestra.run.smithi144.stdout:-------------------------------------------------------------------------------- 2023-12-01T16:30:56.576 INFO:teuthology.orchestra.run.smithi144.stdout:Total 5.4 MB/s | 62 MB 00:11 2023-12-01T16:30:56.622 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction check 2023-12-01T16:30:56.653 INFO:teuthology.orchestra.run.smithi006.stdout: Upgrading : librados2-2:18.0.0-7570.gd710c09d.el8.x86_64 3/25 2023-12-01T16:30:56.663 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-rgw-2:18.0.0-7570.gd710c09d.el8.x86_64 13/25 2023-12-01T16:30:56.670 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction check succeeded. 2023-12-01T16:30:56.670 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction test 2023-12-01T16:30:56.755 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: librados2-2:18.0.0-7570.gd710c09d.el8.x86_64 3/25 2023-12-01T16:30:56.968 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-rados-2:18.0.0-7570.gd710c09d.el8.x86_64 4/25 2023-12-01T16:30:57.040 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction test succeeded. 2023-12-01T16:30:57.043 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction 2023-12-01T16:30:57.134 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-rbd-2:18.0.0-7570.gd710c09d.el8.x86_64 14/25 2023-12-01T16:30:57.197 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-01T16:30:57.276 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : libradosstriper1-2:18.0.0-7570.gd710c09d.el8.x86_6 15/25 2023-12-01T16:30:57.336 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7570.gd710c09d.el8.x86_6 15/25 2023-12-01T16:30:57.395 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : libcephfs2-2:18.0.0-7570.gd710c09d.el8.x86_64 6/25 2023-12-01T16:30:57.445 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-01T16:30:57.678 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-01T16:30:57.853 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: libcephfs2-2:18.0.0-7570.gd710c09d.el8.x86_64 6/25 2023-12-01T16:30:57.914 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-01T16:30:58.068 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-ceph-common-2:18.0.0-7570.gd710c09d.el8.x8 19/25 2023-12-01T16:30:58.268 INFO:teuthology.orchestra.run.smithi144.stdout: Preparing : 1/1 2023-12-01T16:30:58.473 INFO:teuthology.orchestra.run.smithi006.stdout: Upgrading : librbd1-2:18.0.0-7570.gd710c09d.el8.x86_64 7/25 2023-12-01T16:30:58.498 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-01T16:30:58.684 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T16:30:58.774 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: librbd1-2:18.0.0-7570.gd710c09d.el8.x86_64 7/25 2023-12-01T16:30:59.045 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-01T16:30:59.089 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T16:30:59.112 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-01T16:30:59.226 INFO:teuthology.orchestra.run.smithi144.stdout: Upgrading : librados2-2:18.0.0-7570.gd710c09d.el8.x86_64 3/25 2023-12-01T16:30:59.306 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: librados2-2:18.0.0-7570.gd710c09d.el8.x86_64 3/25 2023-12-01T16:30:59.465 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-rados-2:18.0.0-7570.gd710c09d.el8.x86_64 4/25 2023-12-01T16:30:59.713 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-01T16:30:59.884 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : libcephfs2-2:18.0.0-7570.gd710c09d.el8.x86_64 6/25 2023-12-01T16:30:59.965 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-01T16:31:00.153 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : librgw2-2:18.0.0-7570.gd710c09d.el8.x86_64 10/25 2023-12-01T16:31:00.207 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: librgw2-2:18.0.0-7570.gd710c09d.el8.x86_64 10/25 2023-12-01T16:31:00.323 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: libcephfs2-2:18.0.0-7570.gd710c09d.el8.x86_64 6/25 2023-12-01T16:31:00.324 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-ceph-argparse-2:18.0.0-7570.gd710c09d.el8. 11/25 2023-12-01T16:31:00.482 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-cephfs-2:18.0.0-7570.gd710c09d.el8.x86_64 12/25 2023-12-01T16:31:00.525 INFO:teuthology.orchestra.run.smithi144.stdout: Upgrading : librbd1-2:18.0.0-7570.gd710c09d.el8.x86_64 7/25 2023-12-01T16:31:00.596 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: librbd1-2:18.0.0-7570.gd710c09d.el8.x86_64 7/25 2023-12-01T16:31:00.706 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-rgw-2:18.0.0-7570.gd710c09d.el8.x86_64 13/25 2023-12-01T16:31:00.815 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-01T16:31:00.930 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-rbd-2:18.0.0-7570.gd710c09d.el8.x86_64 14/25 2023-12-01T16:31:00.967 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-01T16:31:01.195 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : libradosstriper1-2:18.0.0-7570.gd710c09d.el8.x86_6 15/25 2023-12-01T16:31:01.271 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7570.gd710c09d.el8.x86_6 15/25 2023-12-01T16:31:01.397 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-01T16:31:01.574 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-01T16:31:01.643 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-01T16:31:01.782 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 20/25 2023-12-01T16:31:01.783 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : librgw2-2:18.0.0-7570.gd710c09d.el8.x86_64 10/25 2023-12-01T16:31:01.829 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-01T16:31:01.852 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: librgw2-2:18.0.0-7570.gd710c09d.el8.x86_64 10/25 2023-12-01T16:31:02.002 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-ceph-argparse-2:18.0.0-7570.gd710c09d.el8. 11/25 2023-12-01T16:31:02.012 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-ceph-common-2:18.0.0-7570.gd710c09d.el8.x8 19/25 2023-12-01T16:31:02.050 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 20/25 2023-12-01T16:31:02.144 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-cephfs-2:18.0.0-7570.gd710c09d.el8.x86_64 12/25 2023-12-01T16:31:02.344 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-rgw-2:18.0.0-7570.gd710c09d.el8.x86_64 13/25 2023-12-01T16:31:02.685 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-rbd-2:18.0.0-7570.gd710c09d.el8.x86_64 14/25 2023-12-01T16:31:02.764 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 20/25 2023-12-01T16:31:02.933 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : libradosstriper1-2:18.0.0-7570.gd710c09d.el8.x86_6 15/25 2023-12-01T16:31:02.999 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7570.gd710c09d.el8.x86_6 15/25 2023-12-01T16:31:03.007 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : ceph-base-2:18.0.0-7570.gd710c09d.el8.x86_64 21/25 2023-12-01T16:31:03.091 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: ceph-base-2:18.0.0-7570.gd710c09d.el8.x86_64 21/25 2023-12-01T16:31:03.119 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-01T16:31:03.274 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : ceph-selinux-2:18.0.0-7570.gd710c09d.el8.x86_64 22/25 2023-12-01T16:31:03.328 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-01T16:31:03.579 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-01T16:31:03.750 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-ceph-common-2:18.0.0-7570.gd710c09d.el8.x8 19/25 2023-12-01T16:31:05.976 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 20/25 2023-12-01T16:31:06.228 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 20/25 2023-12-01T16:31:06.845 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 20/25 2023-12-01T16:31:07.113 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-base-2:18.0.0-7570.gd710c09d.el8.x86_64 21/25 2023-12-01T16:31:07.177 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-base-2:18.0.0-7570.gd710c09d.el8.x86_64 21/25 2023-12-01T16:31:07.335 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-selinux-2:18.0.0-7570.gd710c09d.el8.x86_64 22/25 2023-12-01T16:31:07.451 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 20/25 2023-12-01T16:31:07.708 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 20/25 2023-12-01T16:31:08.301 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 20/25 2023-12-01T16:31:08.576 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : ceph-base-2:18.0.0-7570.gd710c09d.el8.x86_64 21/25 2023-12-01T16:31:08.657 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: ceph-base-2:18.0.0-7570.gd710c09d.el8.x86_64 21/25 2023-12-01T16:31:08.790 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : ceph-selinux-2:18.0.0-7570.gd710c09d.el8.x86_64 22/25 2023-12-01T16:31:21.819 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7570.gd710c09d.el8.x86_64 22/25 2023-12-01T16:31:21.820 INFO:teuthology.orchestra.run.smithi099.stdout:skipping the directory /sys 2023-12-01T16:31:21.820 INFO:teuthology.orchestra.run.smithi099.stdout:skipping the directory /proc 2023-12-01T16:31:21.820 INFO:teuthology.orchestra.run.smithi099.stdout:skipping the directory /dev 2023-12-01T16:31:21.820 INFO:teuthology.orchestra.run.smithi099.stdout:skipping the directory /run 2023-12-01T16:31:21.820 INFO:teuthology.orchestra.run.smithi099.stdout:skipping the directory /mnt 2023-12-01T16:31:21.820 INFO:teuthology.orchestra.run.smithi099.stdout:skipping the directory /var/tmp 2023-12-01T16:31:21.820 INFO:teuthology.orchestra.run.smithi099.stdout:skipping the directory /home 2023-12-01T16:31:21.820 INFO:teuthology.orchestra.run.smithi099.stdout:skipping the directory /tmp 2023-12-01T16:31:21.820 INFO:teuthology.orchestra.run.smithi099.stdout:skipping the directory /dev 2023-12-01T16:31:21.820 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T16:31:23.228 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : ceph-radosgw-2:18.0.0-7570.gd710c09d.el8.x86_64 23/25 2023-12-01T16:31:23.248 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7570.gd710c09d.el8.x86_64 23/25 2023-12-01T16:31:23.248 INFO:teuthology.orchestra.run.smithi099.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T16:31:23.447 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T16:31:23.447 INFO:teuthology.orchestra.run.smithi099.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T16:31:24.062 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T16:31:24.062 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : ceph-base-2:18.0.0-7570.gd710c09d.el8.x86_64 1/25 2023-12-01T16:31:24.062 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 2/25 2023-12-01T16:31:24.062 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : ceph-radosgw-2:18.0.0-7570.gd710c09d.el8.x86_64 3/25 2023-12-01T16:31:24.063 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : ceph-selinux-2:18.0.0-7570.gd710c09d.el8.x86_64 4/25 2023-12-01T16:31:24.063 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : libcephfs2-2:18.0.0-7570.gd710c09d.el8.x86_64 5/25 2023-12-01T16:31:24.063 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : libradosstriper1-2:18.0.0-7570.gd710c09d.el8.x86_6 6/25 2023-12-01T16:31:24.063 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : librgw2-2:18.0.0-7570.gd710c09d.el8.x86_64 7/25 2023-12-01T16:31:24.063 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7570.gd710c09d.el8. 8/25 2023-12-01T16:31:24.063 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-ceph-common-2:18.0.0-7570.gd710c09d.el8.x8 9/25 2023-12-01T16:31:24.063 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-cephfs-2:18.0.0-7570.gd710c09d.el8.x86_64 10/25 2023-12-01T16:31:24.063 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-rados-2:18.0.0-7570.gd710c09d.el8.x86_64 11/25 2023-12-01T16:31:24.063 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-rbd-2:18.0.0-7570.gd710c09d.el8.x86_64 12/25 2023-12-01T16:31:24.063 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-rgw-2:18.0.0-7570.gd710c09d.el8.x86_64 13/25 2023-12-01T16:31:24.063 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-01T16:31:24.063 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-01T16:31:24.063 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-01T16:31:24.063 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-01T16:31:24.063 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-01T16:31:24.064 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-01T16:31:24.064 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-01T16:31:24.064 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-01T16:31:24.064 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : librados2-2:18.0.0-7570.gd710c09d.el8.x86_64 22/25 2023-12-01T16:31:24.064 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-01T16:31:24.064 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : librbd1-2:18.0.0-7570.gd710c09d.el8.x86_64 24/25 2023-12-01T16:31:25.457 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T16:31:25.457 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:00:52 ago on Fri 01 Dec 2023 04:30:33 PM UTC. 2023-12-01T16:31:26.882 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7570.gd710c09d.el8.x86_64 22/25 2023-12-01T16:31:26.882 INFO:teuthology.orchestra.run.smithi006.stdout:skipping the directory /sys 2023-12-01T16:31:26.882 INFO:teuthology.orchestra.run.smithi006.stdout:skipping the directory /proc 2023-12-01T16:31:26.882 INFO:teuthology.orchestra.run.smithi006.stdout:skipping the directory /dev 2023-12-01T16:31:26.882 INFO:teuthology.orchestra.run.smithi006.stdout:skipping the directory /run 2023-12-01T16:31:26.882 INFO:teuthology.orchestra.run.smithi006.stdout:skipping the directory /mnt 2023-12-01T16:31:26.882 INFO:teuthology.orchestra.run.smithi006.stdout:skipping the directory /var/tmp 2023-12-01T16:31:26.882 INFO:teuthology.orchestra.run.smithi006.stdout:skipping the directory /home 2023-12-01T16:31:26.882 INFO:teuthology.orchestra.run.smithi006.stdout:skipping the directory /tmp 2023-12-01T16:31:26.882 INFO:teuthology.orchestra.run.smithi006.stdout:skipping the directory /dev 2023-12-01T16:31:26.882 INFO:teuthology.orchestra.run.smithi006.stdout: 2023-12-01T16:31:27.148 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7570.gd710c09d.el8.x86_64 22/25 2023-12-01T16:31:27.148 INFO:teuthology.orchestra.run.smithi144.stdout:skipping the directory /sys 2023-12-01T16:31:27.148 INFO:teuthology.orchestra.run.smithi144.stdout:skipping the directory /proc 2023-12-01T16:31:27.148 INFO:teuthology.orchestra.run.smithi144.stdout:skipping the directory /dev 2023-12-01T16:31:27.149 INFO:teuthology.orchestra.run.smithi144.stdout:skipping the directory /run 2023-12-01T16:31:27.149 INFO:teuthology.orchestra.run.smithi144.stdout:skipping the directory /mnt 2023-12-01T16:31:27.149 INFO:teuthology.orchestra.run.smithi144.stdout:skipping the directory /var/tmp 2023-12-01T16:31:27.149 INFO:teuthology.orchestra.run.smithi144.stdout:skipping the directory /home 2023-12-01T16:31:27.149 INFO:teuthology.orchestra.run.smithi144.stdout:skipping the directory /tmp 2023-12-01T16:31:27.149 INFO:teuthology.orchestra.run.smithi144.stdout:skipping the directory /dev 2023-12-01T16:31:27.149 INFO:teuthology.orchestra.run.smithi144.stdout: 2023-12-01T16:31:27.771 INFO:teuthology.orchestra.run.smithi099.stdout:Installed products updated. 2023-12-01T16:31:27.955 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T16:31:27.955 INFO:teuthology.orchestra.run.smithi099.stdout:Upgraded: 2023-12-01T16:31:27.955 INFO:teuthology.orchestra.run.smithi099.stdout: librados2-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:27.955 INFO:teuthology.orchestra.run.smithi099.stdout: librbd1-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:27.955 INFO:teuthology.orchestra.run.smithi099.stdout:Installed: 2023-12-01T16:31:27.955 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-base-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:27.955 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:27.955 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-radosgw-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:27.956 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-selinux-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:27.956 INFO:teuthology.orchestra.run.smithi099.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-01T16:31:27.956 INFO:teuthology.orchestra.run.smithi099.stdout: libcephfs2-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:27.956 INFO:teuthology.orchestra.run.smithi099.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-01T16:31:27.956 INFO:teuthology.orchestra.run.smithi099.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-01T16:31:27.956 INFO:teuthology.orchestra.run.smithi099.stdout: libradosstriper1-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:27.956 INFO:teuthology.orchestra.run.smithi099.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-01T16:31:27.956 INFO:teuthology.orchestra.run.smithi099.stdout: librgw2-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:27.956 INFO:teuthology.orchestra.run.smithi099.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-01T16:31:27.956 INFO:teuthology.orchestra.run.smithi099.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-01T16:31:27.956 INFO:teuthology.orchestra.run.smithi099.stdout: python3-ceph-argparse-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:27.956 INFO:teuthology.orchestra.run.smithi099.stdout: python3-ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:27.956 INFO:teuthology.orchestra.run.smithi099.stdout: python3-cephfs-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:27.956 INFO:teuthology.orchestra.run.smithi099.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-01T16:31:27.956 INFO:teuthology.orchestra.run.smithi099.stdout: python3-rados-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:27.957 INFO:teuthology.orchestra.run.smithi099.stdout: python3-rbd-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:27.957 INFO:teuthology.orchestra.run.smithi099.stdout: python3-rgw-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:27.957 INFO:teuthology.orchestra.run.smithi099.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-01T16:31:27.957 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T16:31:27.957 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2023-12-01T16:31:28.109 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install ceph-test 2023-12-01T16:31:28.384 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-radosgw-2:18.0.0-7570.gd710c09d.el8.x86_64 23/25 2023-12-01T16:31:28.405 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7570.gd710c09d.el8.x86_64 23/25 2023-12-01T16:31:28.406 INFO:teuthology.orchestra.run.smithi006.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T16:31:28.459 INFO:teuthology.orchestra.run.smithi099.stdout:Updating Subscription Management repositories. 2023-12-01T16:31:28.548 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : ceph-radosgw-2:18.0.0-7570.gd710c09d.el8.x86_64 23/25 2023-12-01T16:31:28.568 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7570.gd710c09d.el8.x86_64 23/25 2023-12-01T16:31:28.569 INFO:teuthology.orchestra.run.smithi144.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T16:31:28.619 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T16:31:28.619 INFO:teuthology.orchestra.run.smithi006.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T16:31:28.789 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T16:31:28.790 INFO:teuthology.orchestra.run.smithi144.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T16:31:29.251 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:00:56 ago on Fri 01 Dec 2023 04:30:33 PM UTC. 2023-12-01T16:31:29.372 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T16:31:29.372 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : ceph-base-2:18.0.0-7570.gd710c09d.el8.x86_64 1/25 2023-12-01T16:31:29.372 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 2/25 2023-12-01T16:31:29.372 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : ceph-radosgw-2:18.0.0-7570.gd710c09d.el8.x86_64 3/25 2023-12-01T16:31:29.372 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : ceph-selinux-2:18.0.0-7570.gd710c09d.el8.x86_64 4/25 2023-12-01T16:31:29.372 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : libcephfs2-2:18.0.0-7570.gd710c09d.el8.x86_64 5/25 2023-12-01T16:31:29.372 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : libradosstriper1-2:18.0.0-7570.gd710c09d.el8.x86_6 6/25 2023-12-01T16:31:29.372 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : librgw2-2:18.0.0-7570.gd710c09d.el8.x86_64 7/25 2023-12-01T16:31:29.372 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7570.gd710c09d.el8. 8/25 2023-12-01T16:31:29.372 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-ceph-common-2:18.0.0-7570.gd710c09d.el8.x8 9/25 2023-12-01T16:31:29.372 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-cephfs-2:18.0.0-7570.gd710c09d.el8.x86_64 10/25 2023-12-01T16:31:29.372 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-rados-2:18.0.0-7570.gd710c09d.el8.x86_64 11/25 2023-12-01T16:31:29.372 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-rbd-2:18.0.0-7570.gd710c09d.el8.x86_64 12/25 2023-12-01T16:31:29.373 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-rgw-2:18.0.0-7570.gd710c09d.el8.x86_64 13/25 2023-12-01T16:31:29.373 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-01T16:31:29.373 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-01T16:31:29.373 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-01T16:31:29.373 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-01T16:31:29.373 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-01T16:31:29.373 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-01T16:31:29.373 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-01T16:31:29.373 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-01T16:31:29.373 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : librados2-2:18.0.0-7570.gd710c09d.el8.x86_64 22/25 2023-12-01T16:31:29.373 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-01T16:31:29.373 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : librbd1-2:18.0.0-7570.gd710c09d.el8.x86_64 24/25 2023-12-01T16:31:29.397 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T16:31:29.397 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-base-2:18.0.0-7570.gd710c09d.el8.x86_64 1/25 2023-12-01T16:31:29.397 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 2/25 2023-12-01T16:31:29.397 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-radosgw-2:18.0.0-7570.gd710c09d.el8.x86_64 3/25 2023-12-01T16:31:29.397 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-selinux-2:18.0.0-7570.gd710c09d.el8.x86_64 4/25 2023-12-01T16:31:29.397 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : libcephfs2-2:18.0.0-7570.gd710c09d.el8.x86_64 5/25 2023-12-01T16:31:29.398 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : libradosstriper1-2:18.0.0-7570.gd710c09d.el8.x86_6 6/25 2023-12-01T16:31:29.398 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : librgw2-2:18.0.0-7570.gd710c09d.el8.x86_64 7/25 2023-12-01T16:31:29.398 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7570.gd710c09d.el8. 8/25 2023-12-01T16:31:29.398 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-ceph-common-2:18.0.0-7570.gd710c09d.el8.x8 9/25 2023-12-01T16:31:29.398 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-cephfs-2:18.0.0-7570.gd710c09d.el8.x86_64 10/25 2023-12-01T16:31:29.398 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-rados-2:18.0.0-7570.gd710c09d.el8.x86_64 11/25 2023-12-01T16:31:29.398 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-rbd-2:18.0.0-7570.gd710c09d.el8.x86_64 12/25 2023-12-01T16:31:29.398 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-rgw-2:18.0.0-7570.gd710c09d.el8.x86_64 13/25 2023-12-01T16:31:29.398 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-01T16:31:29.398 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-01T16:31:29.398 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-01T16:31:29.398 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-01T16:31:29.398 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-01T16:31:29.398 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-01T16:31:29.399 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-01T16:31:29.399 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-01T16:31:29.399 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : librados2-2:18.0.0-7570.gd710c09d.el8.x86_64 22/25 2023-12-01T16:31:29.399 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-01T16:31:29.399 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : librbd1-2:18.0.0-7570.gd710c09d.el8.x86_64 24/25 2023-12-01T16:31:30.609 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2023-12-01T16:31:30.610 INFO:teuthology.orchestra.run.smithi099.stdout:============================================================================================ 2023-12-01T16:31:30.610 INFO:teuthology.orchestra.run.smithi099.stdout: Package Arch Version Repository Size 2023-12-01T16:31:30.610 INFO:teuthology.orchestra.run.smithi099.stdout:============================================================================================ 2023-12-01T16:31:30.611 INFO:teuthology.orchestra.run.smithi099.stdout:Installing: 2023-12-01T16:31:30.611 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-test x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 53 M 2023-12-01T16:31:30.611 INFO:teuthology.orchestra.run.smithi099.stdout:Installing dependencies: 2023-12-01T16:31:30.611 INFO:teuthology.orchestra.run.smithi099.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-01T16:31:30.611 INFO:teuthology.orchestra.run.smithi099.stdout: libcephsqlite x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 182 k 2023-12-01T16:31:30.611 INFO:teuthology.orchestra.run.smithi099.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-01T16:31:30.611 INFO:teuthology.orchestra.run.smithi099.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-01T16:31:30.611 INFO:teuthology.orchestra.run.smithi099.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-01T16:31:30.611 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T16:31:30.611 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2023-12-01T16:31:30.611 INFO:teuthology.orchestra.run.smithi099.stdout:============================================================================================ 2023-12-01T16:31:30.611 INFO:teuthology.orchestra.run.smithi099.stdout:Install 6 Packages 2023-12-01T16:31:30.611 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T16:31:30.612 INFO:teuthology.orchestra.run.smithi099.stdout:Total download size: 53 M 2023-12-01T16:31:30.612 INFO:teuthology.orchestra.run.smithi099.stdout:Installed size: 255 M 2023-12-01T16:31:30.612 INFO:teuthology.orchestra.run.smithi099.stdout:Downloading Packages: 2023-12-01T16:31:30.650 INFO:teuthology.orchestra.run.smithi099.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.9 MB/s | 70 kB 00:00 2023-12-01T16:31:30.705 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T16:31:30.705 INFO:teuthology.orchestra.run.smithi144.stdout:Last metadata expiration check: 0:00:57 ago on Fri 01 Dec 2023 04:30:33 PM UTC. 2023-12-01T16:31:30.725 INFO:teuthology.orchestra.run.smithi099.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.5 MB/s | 323 kB 00:00 2023-12-01T16:31:30.775 INFO:teuthology.orchestra.run.smithi099.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 3.7 MB/s | 187 kB 00:00 2023-12-01T16:31:30.786 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T16:31:30.786 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:00:56 ago on Fri 01 Dec 2023 04:30:34 PM UTC. 2023-12-01T16:31:30.817 INFO:teuthology.orchestra.run.smithi099.stdout:(4/6): libcephsqlite-18.0.0-7570.gd710c09d.el8. 894 kB/s | 182 kB 00:00 2023-12-01T16:31:30.851 INFO:teuthology.orchestra.run.smithi099.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 2.6 MB/s | 202 kB 00:00 2023-12-01T16:31:33.104 INFO:teuthology.orchestra.run.smithi144.stdout:Installed products updated. 2023-12-01T16:31:33.291 INFO:teuthology.orchestra.run.smithi144.stdout: 2023-12-01T16:31:33.291 INFO:teuthology.orchestra.run.smithi144.stdout:Upgraded: 2023-12-01T16:31:33.292 INFO:teuthology.orchestra.run.smithi144.stdout: librados2-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:33.292 INFO:teuthology.orchestra.run.smithi144.stdout: librbd1-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:33.292 INFO:teuthology.orchestra.run.smithi144.stdout:Installed: 2023-12-01T16:31:33.292 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-base-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:33.292 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:33.292 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-radosgw-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:33.293 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-selinux-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:33.293 INFO:teuthology.orchestra.run.smithi144.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-01T16:31:33.293 INFO:teuthology.orchestra.run.smithi144.stdout: libcephfs2-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:33.293 INFO:teuthology.orchestra.run.smithi144.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-01T16:31:33.293 INFO:teuthology.orchestra.run.smithi144.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-01T16:31:33.293 INFO:teuthology.orchestra.run.smithi144.stdout: libradosstriper1-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:33.293 INFO:teuthology.orchestra.run.smithi144.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-01T16:31:33.294 INFO:teuthology.orchestra.run.smithi144.stdout: librgw2-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:33.294 INFO:teuthology.orchestra.run.smithi144.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-01T16:31:33.294 INFO:teuthology.orchestra.run.smithi144.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-01T16:31:33.294 INFO:teuthology.orchestra.run.smithi144.stdout: python3-ceph-argparse-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:33.294 INFO:teuthology.orchestra.run.smithi144.stdout: python3-ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:33.294 INFO:teuthology.orchestra.run.smithi144.stdout: python3-cephfs-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:33.295 INFO:teuthology.orchestra.run.smithi144.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-01T16:31:33.295 INFO:teuthology.orchestra.run.smithi144.stdout: python3-rados-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:33.295 INFO:teuthology.orchestra.run.smithi144.stdout: python3-rbd-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:33.295 INFO:teuthology.orchestra.run.smithi144.stdout: python3-rgw-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:33.295 INFO:teuthology.orchestra.run.smithi144.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-01T16:31:33.295 INFO:teuthology.orchestra.run.smithi144.stdout: 2023-12-01T16:31:33.295 INFO:teuthology.orchestra.run.smithi144.stdout:Complete! 2023-12-01T16:31:33.445 DEBUG:teuthology.orchestra.run.smithi144:> sudo yum -y install ceph-test 2023-12-01T16:31:33.467 INFO:teuthology.orchestra.run.smithi006.stdout:Installed products updated. 2023-12-01T16:31:33.672 INFO:teuthology.orchestra.run.smithi006.stdout: 2023-12-01T16:31:33.672 INFO:teuthology.orchestra.run.smithi006.stdout:Upgraded: 2023-12-01T16:31:33.672 INFO:teuthology.orchestra.run.smithi006.stdout: librados2-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:33.672 INFO:teuthology.orchestra.run.smithi006.stdout: librbd1-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:33.672 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2023-12-01T16:31:33.672 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-base-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:33.672 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:33.672 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-radosgw-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:33.673 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-selinux-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:33.673 INFO:teuthology.orchestra.run.smithi006.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-01T16:31:33.673 INFO:teuthology.orchestra.run.smithi006.stdout: libcephfs2-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:33.673 INFO:teuthology.orchestra.run.smithi006.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-01T16:31:33.673 INFO:teuthology.orchestra.run.smithi006.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-01T16:31:33.673 INFO:teuthology.orchestra.run.smithi006.stdout: libradosstriper1-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:33.673 INFO:teuthology.orchestra.run.smithi006.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-01T16:31:33.673 INFO:teuthology.orchestra.run.smithi006.stdout: librgw2-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:33.673 INFO:teuthology.orchestra.run.smithi006.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-01T16:31:33.673 INFO:teuthology.orchestra.run.smithi006.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-01T16:31:33.673 INFO:teuthology.orchestra.run.smithi006.stdout: python3-ceph-argparse-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:33.673 INFO:teuthology.orchestra.run.smithi006.stdout: python3-ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:33.673 INFO:teuthology.orchestra.run.smithi006.stdout: python3-cephfs-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:33.673 INFO:teuthology.orchestra.run.smithi006.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-01T16:31:33.673 INFO:teuthology.orchestra.run.smithi006.stdout: python3-rados-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:33.674 INFO:teuthology.orchestra.run.smithi006.stdout: python3-rbd-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:33.674 INFO:teuthology.orchestra.run.smithi006.stdout: python3-rgw-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:33.674 INFO:teuthology.orchestra.run.smithi006.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-01T16:31:33.674 INFO:teuthology.orchestra.run.smithi006.stdout: 2023-12-01T16:31:33.674 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2023-12-01T16:31:33.717 INFO:teuthology.orchestra.run.smithi099.stdout:(6/6): ceph-test-18.0.0-7570.gd710c09d.el8.x86_ 17 MB/s | 53 MB 00:03 2023-12-01T16:31:33.719 INFO:teuthology.orchestra.run.smithi099.stdout:-------------------------------------------------------------------------------- 2023-12-01T16:31:33.720 INFO:teuthology.orchestra.run.smithi099.stdout:Total 17 MB/s | 53 MB 00:03 2023-12-01T16:31:33.758 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction check 2023-12-01T16:31:33.779 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction check succeeded. 2023-12-01T16:31:33.779 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction test 2023-12-01T16:31:33.795 INFO:teuthology.orchestra.run.smithi144.stdout:Updating Subscription Management repositories. 2023-12-01T16:31:33.836 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install ceph-test 2023-12-01T16:31:34.057 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction test succeeded. 2023-12-01T16:31:34.060 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction 2023-12-01T16:31:34.206 INFO:teuthology.orchestra.run.smithi006.stdout:Updating Subscription Management repositories. 2023-12-01T16:31:34.528 INFO:teuthology.orchestra.run.smithi099.stdout: Preparing : 1/1 2023-12-01T16:31:34.620 INFO:teuthology.orchestra.run.smithi144.stdout:Last metadata expiration check: 0:01:01 ago on Fri 01 Dec 2023 04:30:33 PM UTC. 2023-12-01T16:31:34.659 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T16:31:34.739 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T16:31:34.971 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-01T16:31:35.087 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:01 ago on Fri 01 Dec 2023 04:30:34 PM UTC. 2023-12-01T16:31:35.126 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-01T16:31:35.282 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-01T16:31:35.417 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : libcephsqlite-2:18.0.0-7570.gd710c09d.el8.x86_64 5/6 2023-12-01T16:31:35.976 INFO:teuthology.orchestra.run.smithi144.stdout:Dependencies resolved. 2023-12-01T16:31:35.977 INFO:teuthology.orchestra.run.smithi144.stdout:============================================================================================ 2023-12-01T16:31:35.977 INFO:teuthology.orchestra.run.smithi144.stdout: Package Arch Version Repository Size 2023-12-01T16:31:35.977 INFO:teuthology.orchestra.run.smithi144.stdout:============================================================================================ 2023-12-01T16:31:35.977 INFO:teuthology.orchestra.run.smithi144.stdout:Installing: 2023-12-01T16:31:35.978 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-test x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 53 M 2023-12-01T16:31:35.978 INFO:teuthology.orchestra.run.smithi144.stdout:Installing dependencies: 2023-12-01T16:31:35.978 INFO:teuthology.orchestra.run.smithi144.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-01T16:31:35.978 INFO:teuthology.orchestra.run.smithi144.stdout: libcephsqlite x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 182 k 2023-12-01T16:31:35.978 INFO:teuthology.orchestra.run.smithi144.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-01T16:31:35.978 INFO:teuthology.orchestra.run.smithi144.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-01T16:31:35.978 INFO:teuthology.orchestra.run.smithi144.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-01T16:31:35.978 INFO:teuthology.orchestra.run.smithi144.stdout: 2023-12-01T16:31:35.978 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction Summary 2023-12-01T16:31:35.978 INFO:teuthology.orchestra.run.smithi144.stdout:============================================================================================ 2023-12-01T16:31:35.978 INFO:teuthology.orchestra.run.smithi144.stdout:Install 6 Packages 2023-12-01T16:31:35.978 INFO:teuthology.orchestra.run.smithi144.stdout: 2023-12-01T16:31:35.979 INFO:teuthology.orchestra.run.smithi144.stdout:Total download size: 53 M 2023-12-01T16:31:35.979 INFO:teuthology.orchestra.run.smithi144.stdout:Installed size: 255 M 2023-12-01T16:31:35.979 INFO:teuthology.orchestra.run.smithi144.stdout:Downloading Packages: 2023-12-01T16:31:36.005 INFO:teuthology.orchestra.run.smithi144.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 2.6 MB/s | 70 kB 00:00 2023-12-01T16:31:36.072 INFO:teuthology.orchestra.run.smithi144.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 5.4 MB/s | 323 kB 00:00 2023-12-01T16:31:36.106 INFO:teuthology.orchestra.run.smithi144.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 5.5 MB/s | 187 kB 00:00 2023-12-01T16:31:36.148 INFO:teuthology.orchestra.run.smithi144.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.7 MB/s | 202 kB 00:00 2023-12-01T16:31:36.190 INFO:teuthology.orchestra.run.smithi144.stdout:(5/6): libcephsqlite-18.0.0-7570.gd710c09d.el8. 867 kB/s | 182 kB 00:00 2023-12-01T16:31:36.616 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2023-12-01T16:31:36.616 INFO:teuthology.orchestra.run.smithi006.stdout:============================================================================================ 2023-12-01T16:31:36.617 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repository Size 2023-12-01T16:31:36.617 INFO:teuthology.orchestra.run.smithi006.stdout:============================================================================================ 2023-12-01T16:31:36.617 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2023-12-01T16:31:36.617 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-test x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 53 M 2023-12-01T16:31:36.617 INFO:teuthology.orchestra.run.smithi006.stdout:Installing dependencies: 2023-12-01T16:31:36.617 INFO:teuthology.orchestra.run.smithi006.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-01T16:31:36.617 INFO:teuthology.orchestra.run.smithi006.stdout: libcephsqlite x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 182 k 2023-12-01T16:31:36.617 INFO:teuthology.orchestra.run.smithi006.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-01T16:31:36.618 INFO:teuthology.orchestra.run.smithi006.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-01T16:31:36.618 INFO:teuthology.orchestra.run.smithi006.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-01T16:31:36.618 INFO:teuthology.orchestra.run.smithi006.stdout: 2023-12-01T16:31:36.618 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2023-12-01T16:31:36.618 INFO:teuthology.orchestra.run.smithi006.stdout:============================================================================================ 2023-12-01T16:31:36.618 INFO:teuthology.orchestra.run.smithi006.stdout:Install 6 Packages 2023-12-01T16:31:36.618 INFO:teuthology.orchestra.run.smithi006.stdout: 2023-12-01T16:31:36.619 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 53 M 2023-12-01T16:31:36.619 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 255 M 2023-12-01T16:31:36.619 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2023-12-01T16:31:36.660 INFO:teuthology.orchestra.run.smithi006.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.7 MB/s | 70 kB 00:00 2023-12-01T16:31:36.727 INFO:teuthology.orchestra.run.smithi006.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.7 MB/s | 323 kB 00:00 2023-12-01T16:31:36.777 INFO:teuthology.orchestra.run.smithi006.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.1 MB/s | 187 kB 00:00 2023-12-01T16:31:36.827 INFO:teuthology.orchestra.run.smithi006.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 3.9 MB/s | 202 kB 00:00 2023-12-01T16:31:37.227 INFO:teuthology.orchestra.run.smithi006.stdout:(5/6): libcephsqlite-18.0.0-7570.gd710c09d.el8. 300 kB/s | 182 kB 00:00 2023-12-01T16:31:38.540 INFO:teuthology.orchestra.run.smithi144.stdout:(6/6): ceph-test-18.0.0-7570.gd710c09d.el8.x86_ 21 MB/s | 53 MB 00:02 2023-12-01T16:31:38.542 INFO:teuthology.orchestra.run.smithi144.stdout:-------------------------------------------------------------------------------- 2023-12-01T16:31:38.542 INFO:teuthology.orchestra.run.smithi144.stdout:Total 21 MB/s | 53 MB 00:02 2023-12-01T16:31:38.579 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction check 2023-12-01T16:31:38.601 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction check succeeded. 2023-12-01T16:31:38.601 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction test 2023-12-01T16:31:38.878 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction test succeeded. 2023-12-01T16:31:38.882 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction 2023-12-01T16:31:39.375 INFO:teuthology.orchestra.run.smithi144.stdout: Preparing : 1/1 2023-12-01T16:31:39.502 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T16:31:39.569 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T16:31:39.789 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-01T16:31:39.927 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-01T16:31:40.075 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-01T16:31:40.218 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : libcephsqlite-2:18.0.0-7570.gd710c09d.el8.x86_64 5/6 2023-12-01T16:31:40.594 INFO:teuthology.orchestra.run.smithi006.stdout:(6/6): ceph-test-18.0.0-7570.gd710c09d.el8.x86_ 13 MB/s | 53 MB 00:03 2023-12-01T16:31:40.596 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2023-12-01T16:31:40.596 INFO:teuthology.orchestra.run.smithi006.stdout:Total 13 MB/s | 53 MB 00:03 2023-12-01T16:31:40.623 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7570.gd710c09d.el8.x86_64 5/6 2023-12-01T16:31:40.635 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2023-12-01T16:31:40.659 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2023-12-01T16:31:40.659 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2023-12-01T16:31:40.871 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : ceph-test-2:18.0.0-7570.gd710c09d.el8.x86_64 6/6 2023-12-01T16:31:40.952 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2023-12-01T16:31:40.956 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2023-12-01T16:31:41.099 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: ceph-test-2:18.0.0-7570.gd710c09d.el8.x86_64 6/6 2023-12-01T16:31:41.099 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : ceph-test-2:18.0.0-7570.gd710c09d.el8.x86_64 1/6 2023-12-01T16:31:41.099 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : libcephsqlite-2:18.0.0-7570.gd710c09d.el8.x86_64 2/6 2023-12-01T16:31:41.099 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-01T16:31:41.099 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-01T16:31:41.099 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-01T16:31:41.439 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2023-12-01T16:31:41.556 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T16:31:41.643 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T16:31:41.981 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-01T16:31:42.149 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-01T16:31:42.171 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-01T16:31:42.171 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:01:09 ago on Fri 01 Dec 2023 04:30:33 PM UTC. 2023-12-01T16:31:42.339 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-01T16:31:42.481 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : libcephsqlite-2:18.0.0-7570.gd710c09d.el8.x86_64 5/6 2023-12-01T16:31:44.552 INFO:teuthology.orchestra.run.smithi099.stdout:Installed products updated. 2023-12-01T16:31:44.734 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T16:31:44.734 INFO:teuthology.orchestra.run.smithi099.stdout:Installed: 2023-12-01T16:31:44.734 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-test-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:44.734 INFO:teuthology.orchestra.run.smithi099.stdout: jq-1.6-3.el8.x86_64 2023-12-01T16:31:44.735 INFO:teuthology.orchestra.run.smithi099.stdout: libcephsqlite-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:44.735 INFO:teuthology.orchestra.run.smithi099.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-12-01T16:31:44.735 INFO:teuthology.orchestra.run.smithi099.stdout: socat-1.7.4.1-1.el8.x86_64 2023-12-01T16:31:44.735 INFO:teuthology.orchestra.run.smithi099.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-12-01T16:31:44.735 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T16:31:44.735 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2023-12-01T16:31:44.875 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install ceph 2023-12-01T16:31:45.212 INFO:teuthology.orchestra.run.smithi099.stdout:Updating Subscription Management repositories. 2023-12-01T16:31:45.395 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7570.gd710c09d.el8.x86_64 5/6 2023-12-01T16:31:45.631 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : ceph-test-2:18.0.0-7570.gd710c09d.el8.x86_64 6/6 2023-12-01T16:31:45.854 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: ceph-test-2:18.0.0-7570.gd710c09d.el8.x86_64 6/6 2023-12-01T16:31:45.854 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : ceph-test-2:18.0.0-7570.gd710c09d.el8.x86_64 1/6 2023-12-01T16:31:45.854 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : libcephsqlite-2:18.0.0-7570.gd710c09d.el8.x86_64 2/6 2023-12-01T16:31:45.854 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-01T16:31:45.854 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-01T16:31:45.854 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-01T16:31:46.016 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:01:13 ago on Fri 01 Dec 2023 04:30:33 PM UTC. 2023-12-01T16:31:46.936 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-01T16:31:46.936 INFO:teuthology.orchestra.run.smithi144.stdout:Last metadata expiration check: 0:01:13 ago on Fri 01 Dec 2023 04:30:33 PM UTC. 2023-12-01T16:31:47.382 INFO:teuthology.orchestra.run.smithi099.stderr:Error: 2023-12-01T16:31:47.382 INFO:teuthology.orchestra.run.smithi099.stderr: Problem: conflicting requests 2023-12-01T16:31:47.382 INFO:teuthology.orchestra.run.smithi099.stderr: - nothing provides lua-devel needed by ceph-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:47.382 INFO:teuthology.orchestra.run.smithi099.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-01T16:31:47.462 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T16:31:47.463 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 smithi099 with status 1: 'sudo yum -y install ceph' 2023-12-01T16:31:47.465 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 smithi099 with status 1: 'sudo yum -y install ceph' 2023-12-01T16:31:47.542 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=fb808f5a97c847f1a155dd47d49cb446 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 smithi099 with status 1: 'sudo yum -y install ceph' 2023-12-01T16:31:47.545 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-01T16:31:47.556 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-01T16:31:47.564 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-01T16:31:47.565 DEBUG:teuthology.orchestra.run.smithi006:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T16:31:47.578 DEBUG:teuthology.orchestra.run.smithi099:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T16:31:47.581 DEBUG:teuthology.orchestra.run.smithi144:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T16:31:47.586 INFO:teuthology.orchestra.run.smithi006.stderr:bash: ntpq: command not found 2023-12-01T16:31:47.590 INFO:teuthology.orchestra.run.smithi006.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T16:31:47.590 INFO:teuthology.orchestra.run.smithi006.stdout:=============================================================================== 2023-12-01T16:31:47.590 INFO:teuthology.orchestra.run.smithi006.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 2 +1452us[+1452us] +/- 93ms 2023-12-01T16:31:47.590 INFO:teuthology.orchestra.run.smithi006.stdout:^* hv02.front.sepia.ceph.com 3 6 77 2 +290us[ +140us] +/- 71ms 2023-12-01T16:31:47.590 INFO:teuthology.orchestra.run.smithi006.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 1 -1546us[-1546us] +/- 74ms 2023-12-01T16:31:47.590 INFO:teuthology.orchestra.run.smithi006.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T16:31:47.595 INFO:teuthology.orchestra.run.smithi099.stderr:bash: ntpq: command not found 2023-12-01T16:31:47.598 INFO:teuthology.orchestra.run.smithi144.stderr:bash: ntpq: command not found 2023-12-01T16:31:47.600 INFO:teuthology.orchestra.run.smithi099.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T16:31:47.600 INFO:teuthology.orchestra.run.smithi099.stdout:=============================================================================== 2023-12-01T16:31:47.600 INFO:teuthology.orchestra.run.smithi099.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 3 +1513us[+1511us] +/- 93ms 2023-12-01T16:31:47.600 INFO:teuthology.orchestra.run.smithi099.stdout:^* hv02.front.sepia.ceph.com 3 6 77 3 +302us[ +301us] +/- 71ms 2023-12-01T16:31:47.600 INFO:teuthology.orchestra.run.smithi099.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 1 -1500us[-1500us] +/- 74ms 2023-12-01T16:31:47.600 INFO:teuthology.orchestra.run.smithi099.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T16:31:47.601 INFO:teuthology.orchestra.run.smithi144.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T16:31:47.601 INFO:teuthology.orchestra.run.smithi144.stdout:=============================================================================== 2023-12-01T16:31:47.601 INFO:teuthology.orchestra.run.smithi144.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 3 +1495us[+1481us] +/- 93ms 2023-12-01T16:31:47.601 INFO:teuthology.orchestra.run.smithi144.stdout:^* hv02.front.sepia.ceph.com 3 6 77 2 +308us[ +294us] +/- 71ms 2023-12-01T16:31:47.601 INFO:teuthology.orchestra.run.smithi144.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 3 -1493us[-1506us] +/- 74ms 2023-12-01T16:31:47.602 INFO:teuthology.orchestra.run.smithi144.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T16:31:47.602 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-01T16:31:47.615 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-01T16:31:47.616 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-01T16:31:47.634 DEBUG:teuthology.orchestra.run.smithi006:> 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-01T16:31:47.732 DEBUG:teuthology.orchestra.run.smithi099:> 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-01T16:31:47.841 DEBUG:teuthology.orchestra.run.smithi144:> 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-01T16:31:47.940 DEBUG:teuthology.orchestra.run.smithi006:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-01T16:31:47.973 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T16:31:47.974 DEBUG:teuthology.orchestra.run.smithi099:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-01T16:31:47.998 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7570.gd710c09d.el8.x86_64 5/6 2023-12-01T16:31:48.005 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T16:31:48.006 DEBUG:teuthology.orchestra.run.smithi144:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-01T16:31:48.037 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T16:31:48.037 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-01T16:31:48.050 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-01T16:31:48.060 INFO:teuthology.task.internal:Duration was 692.833200 seconds 2023-12-01T16:31:48.060 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-01T16:31:48.069 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-01T16:31:48.070 DEBUG:teuthology.orchestra.run.smithi006:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T16:31:48.072 DEBUG:teuthology.orchestra.run.smithi099:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T16:31:48.074 DEBUG:teuthology.orchestra.run.smithi144:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T16:31:48.118 INFO:teuthology.orchestra.run.smithi006.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T16:31:48.118 INFO:teuthology.orchestra.run.smithi099.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T16:31:48.122 INFO:teuthology.orchestra.run.smithi144.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T16:31:48.211 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-test-2:18.0.0-7570.gd710c09d.el8.x86_64 6/6 2023-12-01T16:31:48.465 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-01T16:31:48.465 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi006.front.sepia.ceph.com 2023-12-01T16:31:48.466 DEBUG:teuthology.orchestra.run.smithi006:> 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-01T16:31:48.474 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-test-2:18.0.0-7570.gd710c09d.el8.x86_64 6/6 2023-12-01T16:31:48.474 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-test-2:18.0.0-7570.gd710c09d.el8.x86_64 1/6 2023-12-01T16:31:48.475 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : libcephsqlite-2:18.0.0-7570.gd710c09d.el8.x86_64 2/6 2023-12-01T16:31:48.475 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-01T16:31:48.475 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-01T16:31:48.475 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-01T16:31:48.488 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi099.front.sepia.ceph.com 2023-12-01T16:31:48.489 DEBUG:teuthology.orchestra.run.smithi099:> 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-01T16:31:48.511 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi144.front.sepia.ceph.com 2023-12-01T16:31:48.511 DEBUG:teuthology.orchestra.run.smithi144:> 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-01T16:31:48.532 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-01T16:31:48.532 DEBUG:teuthology.orchestra.run.smithi006:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T16:31:48.534 DEBUG:teuthology.orchestra.run.smithi099:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T16:31:48.553 DEBUG:teuthology.orchestra.run.smithi144:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T16:31:48.612 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-01T16:31:48.612 DEBUG:teuthology.orchestra.run.smithi006:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T16:31:48.615 DEBUG:teuthology.orchestra.run.smithi099:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T16:31:48.632 DEBUG:teuthology.orchestra.run.smithi144:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T16:31:48.734 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-01T16:31:48.744 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-01T16:31:48.745 DEBUG:teuthology.orchestra.run.smithi006:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T16:31:48.800 DEBUG:teuthology.orchestra.run.smithi099:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T16:31:48.831 DEBUG:teuthology.orchestra.run.smithi144:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T16:31:48.867 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-01T16:31:48.877 DEBUG:teuthology.orchestra.run.smithi006:> 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-01T16:31:48.879 DEBUG:teuthology.orchestra.run.smithi099:> 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-01T16:31:48.882 DEBUG:teuthology.orchestra.run.smithi144:> 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-01T16:31:48.906 INFO:teuthology.orchestra.run.smithi099.stdout:kernel.core_pattern = core 2023-12-01T16:31:48.909 INFO:teuthology.orchestra.run.smithi006.stdout:kernel.core_pattern = core 2023-12-01T16:31:48.935 INFO:teuthology.orchestra.run.smithi144.stdout:kernel.core_pattern = core 2023-12-01T16:31:48.950 DEBUG:teuthology.orchestra.run.smithi006:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T16:31:48.993 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T16:31:48.994 DEBUG:teuthology.orchestra.run.smithi099:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T16:31:49.011 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T16:31:49.012 DEBUG:teuthology.orchestra.run.smithi144:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T16:31:49.028 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T16:31:49.028 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-01T16:31:49.038 INFO:teuthology.task.internal:Transferring archived files... 2023-12-01T16:31:49.040 DEBUG:teuthology.misc:Transferring archived files from smithi006:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi/7473752/remote/smithi006 2023-12-01T16:31:49.041 DEBUG:teuthology.orchestra.run.smithi006:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T16:31:49.114 DEBUG:teuthology.misc:Transferring archived files from smithi099:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi/7473752/remote/smithi099 2023-12-01T16:31:49.115 DEBUG:teuthology.orchestra.run.smithi099:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T16:31:49.182 DEBUG:teuthology.misc:Transferring archived files from smithi144:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi/7473752/remote/smithi144 2023-12-01T16:31:49.183 DEBUG:teuthology.orchestra.run.smithi144:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T16:31:49.235 INFO:teuthology.task.internal:Removing archive directory... 2023-12-01T16:31:49.235 DEBUG:teuthology.orchestra.run.smithi006:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T16:31:49.238 DEBUG:teuthology.orchestra.run.smithi099:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T16:31:49.246 DEBUG:teuthology.orchestra.run.smithi144:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T16:31:49.276 INFO:teuthology.orchestra.run.smithi144.stdout:Installed products updated. 2023-12-01T16:31:49.287 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-01T16:31:49.304 INFO:teuthology.task.internal:Not uploading archives. 2023-12-01T16:31:49.304 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-01T16:31:49.321 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-01T16:31:49.321 DEBUG:teuthology.orchestra.run.smithi006:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T16:31:49.324 DEBUG:teuthology.orchestra.run.smithi099:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T16:31:49.327 DEBUG:teuthology.orchestra.run.smithi144:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T16:31:49.340 INFO:teuthology.orchestra.run.smithi006.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 16:31 /home/ubuntu/cephtest 2023-12-01T16:31:49.343 INFO:teuthology.orchestra.run.smithi099.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 16:31 /home/ubuntu/cephtest 2023-12-01T16:31:49.343 INFO:teuthology.orchestra.run.smithi144.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 16:31 /home/ubuntu/cephtest 2023-12-01T16:31:49.345 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-01T16:31:49.357 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-01T16:31:49.389 INFO:teuthology.nuke:Checking targets against current locks 2023-12-01T16:31:49.417 DEBUG:teuthology.nuke:shortname: smithi006 2023-12-01T16:31:49.417 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T16:31:49.440 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi006.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi/7473752', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 16:14:49.012814', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T16:31:49.445 DEBUG:teuthology.nuke:shortname: smithi099 2023-12-01T16:31:49.445 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T16:31:49.464 INFO:teuthology.orchestra.run.smithi144.stdout: 2023-12-01T16:31:49.464 INFO:teuthology.orchestra.run.smithi144.stdout:Installed: 2023-12-01T16:31:49.464 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-test-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:49.465 INFO:teuthology.orchestra.run.smithi144.stdout: jq-1.6-3.el8.x86_64 2023-12-01T16:31:49.465 INFO:teuthology.orchestra.run.smithi144.stdout: libcephsqlite-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:49.465 INFO:teuthology.orchestra.run.smithi144.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-12-01T16:31:49.465 INFO:teuthology.orchestra.run.smithi144.stdout: socat-1.7.4.1-1.el8.x86_64 2023-12-01T16:31:49.465 INFO:teuthology.orchestra.run.smithi144.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-12-01T16:31:49.465 INFO:teuthology.orchestra.run.smithi144.stdout: 2023-12-01T16:31:49.465 INFO:teuthology.orchestra.run.smithi144.stdout:Complete! 2023-12-01T16:31:49.471 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi099.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi/7473752', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 16:14:49.015333', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T16:31:49.473 DEBUG:teuthology.nuke:shortname: smithi144 2023-12-01T16:31:49.473 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T16:31:49.508 INFO:teuthology.orchestra.console.smithi006:Power off 2023-12-01T16:31:49.508 DEBUG:teuthology.orchestra.console.smithi006:pexpect command: ipmitool -H smithi006.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T16:31:49.519 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi144.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi/7473752', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 16:14:49.014182', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T16:31:49.536 DEBUG:teuthology.orchestra.console.smithi006:power off output: Chassis Power Control: Down/Off 2023-12-01T16:31:49.536 DEBUG:teuthology.orchestra.console.smithi006:pexpect command: ipmitool -H smithi006.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T16:31:49.555 INFO:teuthology.orchestra.console.smithi099:Power off 2023-12-01T16:31:49.556 DEBUG:teuthology.orchestra.console.smithi099:pexpect command: ipmitool -H smithi099.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T16:31:49.569 DEBUG:teuthology.orchestra.console.smithi006:check power output: Chassis Power is on 2023-12-01T16:31:49.583 DEBUG:teuthology.orchestra.console.smithi099:power off output: Chassis Power Control: Down/Off 2023-12-01T16:31:49.583 DEBUG:teuthology.orchestra.console.smithi099:pexpect command: ipmitool -H smithi099.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T16:31:49.596 DEBUG:teuthology.orchestra.run.smithi144:> sudo yum -y install ceph 2023-12-01T16:31:49.603 INFO:teuthology.orchestra.console.smithi144:Power off 2023-12-01T16:31:49.603 DEBUG:teuthology.orchestra.console.smithi144:pexpect command: ipmitool -H smithi144.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T16:31:49.614 DEBUG:teuthology.orchestra.console.smithi099:check power output: Chassis Power is on 2023-12-01T16:31:49.630 DEBUG:teuthology.orchestra.console.smithi144:power off output: Chassis Power Control: Down/Off 2023-12-01T16:31:49.630 DEBUG:teuthology.orchestra.console.smithi144:pexpect command: ipmitool -H smithi144.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T16:31:49.657 DEBUG:teuthology.orchestra.console.smithi144:check power output: Chassis Power is on 2023-12-01T16:31:49.663 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-01T16:31:49.663 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:15 ago on Fri 01 Dec 2023 04:30:34 PM UTC. 2023-12-01T16:31:49.947 INFO:teuthology.orchestra.run.smithi144.stdout:Updating Subscription Management repositories. 2023-12-01T16:31:50.768 INFO:teuthology.orchestra.run.smithi144.stdout:Last metadata expiration check: 0:01:17 ago on Fri 01 Dec 2023 04:30:33 PM UTC. 2023-12-01T16:31:52.085 INFO:teuthology.orchestra.run.smithi006.stdout:Installed products updated. 2023-12-01T16:31:52.117 INFO:teuthology.orchestra.run.smithi144.stderr:Error: 2023-12-01T16:31:52.118 INFO:teuthology.orchestra.run.smithi144.stderr: Problem: conflicting requests 2023-12-01T16:31:52.118 INFO:teuthology.orchestra.run.smithi144.stderr: - nothing provides lua-devel needed by ceph-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:52.119 INFO:teuthology.orchestra.run.smithi144.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-01T16:31:52.198 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T16:31:52.284 INFO:teuthology.orchestra.run.smithi006.stdout: 2023-12-01T16:31:52.285 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2023-12-01T16:31:52.285 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-test-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:52.285 INFO:teuthology.orchestra.run.smithi006.stdout: jq-1.6-3.el8.x86_64 2023-12-01T16:31:52.285 INFO:teuthology.orchestra.run.smithi006.stdout: libcephsqlite-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T16:31:52.285 INFO:teuthology.orchestra.run.smithi006.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-12-01T16:31:52.286 INFO:teuthology.orchestra.run.smithi006.stdout: socat-1.7.4.1-1.el8.x86_64 2023-12-01T16:31:52.286 INFO:teuthology.orchestra.run.smithi006.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-12-01T16:31:52.286 INFO:teuthology.orchestra.run.smithi006.stdout: 2023-12-01T16:31:52.286 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2023-12-01T16:31:52.428 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install ceph 2023-12-01T16:31:52.779 INFO:teuthology.orchestra.run.smithi006.stdout:Updating Subscription Management repositories. 2023-12-01T16:31:53.566 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-01T16:31:53.570 DEBUG:teuthology.orchestra.console.smithi006:pexpect command: ipmitool -H smithi006.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T16:31:53.614 DEBUG:teuthology.orchestra.console.smithi099:pexpect command: ipmitool -H smithi099.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T16:31:53.658 DEBUG:teuthology.orchestra.console.smithi144:pexpect command: ipmitool -H smithi144.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T16:31:53.685 DEBUG:teuthology.orchestra.console.smithi006:check power output: Chassis Power is on 2023-12-01T16:31:53.729 DEBUG:teuthology.orchestra.console.smithi099:check power output: Chassis Power is on 2023-12-01T16:31:53.772 DEBUG:teuthology.orchestra.console.smithi144:check power output: Chassis Power is on 2023-12-01T16:31:57.690 DEBUG:teuthology.orchestra.console.smithi006:pexpect command: ipmitool -H smithi006.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T16:31:57.731 DEBUG:teuthology.orchestra.console.smithi099:pexpect command: ipmitool -H smithi099.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T16:31:57.773 DEBUG:teuthology.orchestra.console.smithi144:pexpect command: ipmitool -H smithi144.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T16:31:57.800 DEBUG:teuthology.orchestra.console.smithi006:check power output: Chassis Power is off 2023-12-01T16:31:57.843 DEBUG:teuthology.orchestra.console.smithi099:check power output: Chassis Power is on 2023-12-01T16:31:57.883 DEBUG:teuthology.orchestra.console.smithi144:check power output: Chassis Power is on 2023-12-01T16:31:57.902 INFO:teuthology.orchestra.console.smithi006:Power off completed 2023-12-01T16:32:01.846 DEBUG:teuthology.orchestra.console.smithi099:pexpect command: ipmitool -H smithi099.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T16:32:01.884 DEBUG:teuthology.orchestra.console.smithi144:pexpect command: ipmitool -H smithi144.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T16:32:01.956 DEBUG:teuthology.orchestra.console.smithi099:check power output: Chassis Power is off 2023-12-01T16:32:01.995 DEBUG:teuthology.orchestra.console.smithi144:check power output: Chassis Power is off 2023-12-01T16:32:02.057 INFO:teuthology.orchestra.console.smithi099:Power off completed 2023-12-01T16:32:02.097 INFO:teuthology.orchestra.console.smithi144:Power off completed 2023-12-01T16:32:02.201 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/on mon_election/classic task/test_host_drain} duration: 692.8332004547119 failure_reason: 'Command failed on smithi099 with status 1: ''sudo yum -y install ceph''' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=fb808f5a97c847f1a155dd47d49cb446 status: fail success: false 2023-12-01T16:32:02.202 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T16:32:02.279 INFO:teuthology.run:FAIL