2023-12-06T08:40:47.143 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-06T08:40:47.143 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/off mon_election/connectivity task/test_host_drain} --archive /home/teuthworker/archive/sseshasa-2023-12-06_06:16:39-rados-wip-sseshasa-testing-2023-12-04-1848-distro-default-smithi/7479573 --name sseshasa-2023-12-06_06:16:39-rados-wip-sseshasa-testing-2023-12-04-1848-distro-default-smithi --owner scheduled_sseshasa@teuthology --verbose -- /home/teuthworker/archive/sseshasa-2023-12-06_06:16:39-rados-wip-sseshasa-testing-2023-12-04-1848-distro-default-smithi/7479573/orig.config.yaml 2023-12-06T08:40:47.177 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-06T08:40:47.261 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/sseshasa-2023-12-06_06:16:39-rados-wip-sseshasa-testing-2023-12-04-1848-distro-default-smithi/7479573 branch: wip-sseshasa-testing-2023-12-04-1848 description: rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/off mon_election/connectivity task/test_host_drain} email: null first_in_suite: false job_id: '7479573' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: sseshasa-2023-12-06_06:16:39-rados-wip-sseshasa-testing-2023-12-04-1848-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-sseshasa-testing-2023-12-04-1848 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 96fa2578c622ca9c169af6f426ca8b1616130e58 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 96fa2578c622ca9c169af6f426ca8b1616130e58 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-sseshasa-testing-2023-12-04-1848 sha1: 96fa2578c622ca9c169af6f426ca8b1616130e58 owner: scheduled_sseshasa@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - osd.1 - - host.b - mon.b - mgr.b - osd.2 - osd.3 - - host.c - mon.c - osd.4 - osd.5 seed: 5341 sha1: 96fa2578c622ca9c169af6f426ca8b1616130e58 sleep_before_teardown: 0 subset: 222/150000 suite: rados suite_branch: wip-sseshasa-testing-2023-12-04-1848 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_96fa2578c622ca9c169af6f426ca8b1616130e58/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 96fa2578c622ca9c169af6f426ca8b1616130e58 targets: smithi001.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi006.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi072.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:rhel8 --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-06_06:16:39 tube: smithi user: sseshasa verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-06T08:40:47.261 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_96fa2578c622ca9c169af6f426ca8b1616130e58/qa; will attempt to use it 2023-12-06T08:40:47.262 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_96fa2578c622ca9c169af6f426ca8b1616130e58/qa/tasks 2023-12-06T08:40:47.263 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-06T08:40:47.264 INFO:teuthology.task.internal:Checking packages... 2023-12-06T08:40:47.290 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '96fa2578c622ca9c169af6f426ca8b1616130e58' 2023-12-06T08:40:47.290 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-06T08:40:47.290 INFO:teuthology.packaging:ref: None 2023-12-06T08:40:47.290 INFO:teuthology.packaging:tag: None 2023-12-06T08:40:47.290 INFO:teuthology.packaging:branch: wip-sseshasa-testing-2023-12-04-1848 2023-12-06T08:40:47.290 INFO:teuthology.packaging:sha1: 96fa2578c622ca9c169af6f426ca8b1616130e58 2023-12-06T08:40:47.291 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-sseshasa-testing-2023-12-04-1848 2023-12-06T08:40:47.527 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7644.g96fa2578 2023-12-06T08:40:47.527 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-06T08:40:47.534 INFO:teuthology.task.internal:no buildpackages task found 2023-12-06T08:40:47.534 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-06T08:40:47.545 INFO:teuthology.task.internal:Saving configuration 2023-12-06T08:40:47.563 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-06T08:40:47.570 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-06T08:40:47.595 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi001.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/sseshasa-2023-12-06_06:16:39-rados-wip-sseshasa-testing-2023-12-04-1848-distro-default-smithi/7479573', '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-06 08:35:26.630200', 'locked_by': 'scheduled_sseshasa@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-06T08:40:47.620 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi006.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/sseshasa-2023-12-06_06:16:39-rados-wip-sseshasa-testing-2023-12-04-1848-distro-default-smithi/7479573', '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-06 08:35:26.632969', 'locked_by': 'scheduled_sseshasa@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-06T08:40:47.644 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi072.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/sseshasa-2023-12-06_06:16:39-rados-wip-sseshasa-testing-2023-12-04-1848-distro-default-smithi/7479573', '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-06 08:35:26.631563', 'locked_by': 'scheduled_sseshasa@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-06T08:40:47.644 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-06T08:40:47.650 INFO:teuthology.task.internal:roles: ubuntu@smithi001.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2023-12-06T08:40:47.651 INFO:teuthology.task.internal:roles: ubuntu@smithi006.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2023-12-06T08:40:47.651 INFO:teuthology.task.internal:roles: ubuntu@smithi072.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2023-12-06T08:40:47.651 INFO:teuthology.run_tasks:Running task console_log... 2023-12-06T08:40:47.765 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f844a2b0ee0>, signals=[15]) 2023-12-06T08:40:47.766 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-06T08:40:47.772 INFO:teuthology.task.internal:Opening connections... 2023-12-06T08:40:47.772 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi001.front.sepia.ceph.com 2023-12-06T08:40:47.774 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi001.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T08:40:47.843 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi006.front.sepia.ceph.com 2023-12-06T08:40:47.844 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi006.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T08:40:47.915 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi072.front.sepia.ceph.com 2023-12-06T08:40:47.916 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi072.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T08:40:47.984 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-06T08:40:47.991 DEBUG:teuthology.orchestra.run.smithi001:> uname -m 2023-12-06T08:40:48.013 INFO:teuthology.orchestra.run.smithi001.stdout:x86_64 2023-12-06T08:40:48.013 DEBUG:teuthology.orchestra.run.smithi001:> cat /etc/os-release 2023-12-06T08:40:48.074 INFO:teuthology.orchestra.run.smithi001.stdout:NAME="Red Hat Enterprise Linux" 2023-12-06T08:40:48.074 INFO:teuthology.orchestra.run.smithi001.stdout:VERSION="8.6 (Ootpa)" 2023-12-06T08:40:48.074 INFO:teuthology.orchestra.run.smithi001.stdout:ID="rhel" 2023-12-06T08:40:48.074 INFO:teuthology.orchestra.run.smithi001.stdout:ID_LIKE="fedora" 2023-12-06T08:40:48.074 INFO:teuthology.orchestra.run.smithi001.stdout:VERSION_ID="8.6" 2023-12-06T08:40:48.075 INFO:teuthology.orchestra.run.smithi001.stdout:PLATFORM_ID="platform:el8" 2023-12-06T08:40:48.075 INFO:teuthology.orchestra.run.smithi001.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-06T08:40:48.075 INFO:teuthology.orchestra.run.smithi001.stdout:ANSI_COLOR="0;31" 2023-12-06T08:40:48.075 INFO:teuthology.orchestra.run.smithi001.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-06T08:40:48.075 INFO:teuthology.orchestra.run.smithi001.stdout:HOME_URL="https://www.redhat.com/" 2023-12-06T08:40:48.075 INFO:teuthology.orchestra.run.smithi001.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-06T08:40:48.075 INFO:teuthology.orchestra.run.smithi001.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-06T08:40:48.075 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-12-06T08:40:48.075 INFO:teuthology.orchestra.run.smithi001.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-06T08:40:48.075 INFO:teuthology.orchestra.run.smithi001.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-06T08:40:48.075 INFO:teuthology.orchestra.run.smithi001.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-06T08:40:48.075 INFO:teuthology.orchestra.run.smithi001.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-06T08:40:48.076 INFO:teuthology.lock.ops:Updating smithi001.front.sepia.ceph.com on lock server 2023-12-06T08:40:48.097 DEBUG:teuthology.orchestra.run.smithi006:> uname -m 2023-12-06T08:40:48.118 INFO:teuthology.orchestra.run.smithi006.stdout:x86_64 2023-12-06T08:40:48.119 DEBUG:teuthology.orchestra.run.smithi006:> cat /etc/os-release 2023-12-06T08:40:48.179 INFO:teuthology.orchestra.run.smithi006.stdout:NAME="Red Hat Enterprise Linux" 2023-12-06T08:40:48.179 INFO:teuthology.orchestra.run.smithi006.stdout:VERSION="8.6 (Ootpa)" 2023-12-06T08:40:48.179 INFO:teuthology.orchestra.run.smithi006.stdout:ID="rhel" 2023-12-06T08:40:48.179 INFO:teuthology.orchestra.run.smithi006.stdout:ID_LIKE="fedora" 2023-12-06T08:40:48.179 INFO:teuthology.orchestra.run.smithi006.stdout:VERSION_ID="8.6" 2023-12-06T08:40:48.179 INFO:teuthology.orchestra.run.smithi006.stdout:PLATFORM_ID="platform:el8" 2023-12-06T08:40:48.179 INFO:teuthology.orchestra.run.smithi006.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-06T08:40:48.179 INFO:teuthology.orchestra.run.smithi006.stdout:ANSI_COLOR="0;31" 2023-12-06T08:40:48.179 INFO:teuthology.orchestra.run.smithi006.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-06T08:40:48.179 INFO:teuthology.orchestra.run.smithi006.stdout:HOME_URL="https://www.redhat.com/" 2023-12-06T08:40:48.179 INFO:teuthology.orchestra.run.smithi006.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-06T08:40:48.179 INFO:teuthology.orchestra.run.smithi006.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-06T08:40:48.180 INFO:teuthology.orchestra.run.smithi006.stdout: 2023-12-06T08:40:48.180 INFO:teuthology.orchestra.run.smithi006.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-06T08:40:48.180 INFO:teuthology.orchestra.run.smithi006.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-06T08:40:48.180 INFO:teuthology.orchestra.run.smithi006.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-06T08:40:48.180 INFO:teuthology.orchestra.run.smithi006.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-06T08:40:48.180 INFO:teuthology.lock.ops:Updating smithi006.front.sepia.ceph.com on lock server 2023-12-06T08:40:48.205 DEBUG:teuthology.orchestra.run.smithi072:> uname -m 2023-12-06T08:40:48.225 INFO:teuthology.orchestra.run.smithi072.stdout:x86_64 2023-12-06T08:40:48.226 DEBUG:teuthology.orchestra.run.smithi072:> cat /etc/os-release 2023-12-06T08:40:48.285 INFO:teuthology.orchestra.run.smithi072.stdout:NAME="Red Hat Enterprise Linux" 2023-12-06T08:40:48.285 INFO:teuthology.orchestra.run.smithi072.stdout:VERSION="8.6 (Ootpa)" 2023-12-06T08:40:48.285 INFO:teuthology.orchestra.run.smithi072.stdout:ID="rhel" 2023-12-06T08:40:48.285 INFO:teuthology.orchestra.run.smithi072.stdout:ID_LIKE="fedora" 2023-12-06T08:40:48.285 INFO:teuthology.orchestra.run.smithi072.stdout:VERSION_ID="8.6" 2023-12-06T08:40:48.285 INFO:teuthology.orchestra.run.smithi072.stdout:PLATFORM_ID="platform:el8" 2023-12-06T08:40:48.286 INFO:teuthology.orchestra.run.smithi072.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-06T08:40:48.286 INFO:teuthology.orchestra.run.smithi072.stdout:ANSI_COLOR="0;31" 2023-12-06T08:40:48.286 INFO:teuthology.orchestra.run.smithi072.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-06T08:40:48.286 INFO:teuthology.orchestra.run.smithi072.stdout:HOME_URL="https://www.redhat.com/" 2023-12-06T08:40:48.286 INFO:teuthology.orchestra.run.smithi072.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-06T08:40:48.286 INFO:teuthology.orchestra.run.smithi072.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-06T08:40:48.286 INFO:teuthology.orchestra.run.smithi072.stdout: 2023-12-06T08:40:48.286 INFO:teuthology.orchestra.run.smithi072.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-06T08:40:48.286 INFO:teuthology.orchestra.run.smithi072.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-06T08:40:48.286 INFO:teuthology.orchestra.run.smithi072.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-06T08:40:48.286 INFO:teuthology.orchestra.run.smithi072.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-06T08:40:48.287 INFO:teuthology.lock.ops:Updating smithi072.front.sepia.ceph.com on lock server 2023-12-06T08:40:48.306 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-06T08:40:48.319 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-06T08:40:48.325 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-06T08:40:48.325 DEBUG:teuthology.orchestra.run.smithi001:> test '!' -e /home/ubuntu/cephtest 2023-12-06T08:40:48.330 DEBUG:teuthology.orchestra.run.smithi006:> test '!' -e /home/ubuntu/cephtest 2023-12-06T08:40:48.333 DEBUG:teuthology.orchestra.run.smithi072:> test '!' -e /home/ubuntu/cephtest 2023-12-06T08:40:48.353 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-06T08:40:48.359 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-06T08:40:48.359 DEBUG:teuthology.orchestra.run.smithi001:> test -z $(ls -A /var/lib/ceph) 2023-12-06T08:40:48.390 DEBUG:teuthology.orchestra.run.smithi006:> test -z $(ls -A /var/lib/ceph) 2023-12-06T08:40:48.392 DEBUG:teuthology.orchestra.run.smithi072:> test -z $(ls -A /var/lib/ceph) 2023-12-06T08:40:48.422 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-06T08:40:48.496 INFO:teuthology.run_tasks:Running task kernel... 2023-12-06T08:40:48.511 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-06T08:40:48.511 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-06T08:40:48.511 DEBUG:teuthology.orchestra.run.smithi001:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-06T08:40:48.512 DEBUG:teuthology.orchestra.run.smithi006:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-06T08:40:48.512 DEBUG:teuthology.orchestra.run.smithi072:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-06T08:40:48.531 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T08:40:48.532 DEBUG:teuthology.orchestra.run.smithi072:> uname -r 2023-12-06T08:40:48.532 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T08:40:48.532 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T08:40:48.533 DEBUG:teuthology.orchestra.run.smithi006:> uname -r 2023-12-06T08:40:48.534 DEBUG:teuthology.orchestra.run.smithi001:> uname -r 2023-12-06T08:40:48.590 INFO:teuthology.orchestra.run.smithi072.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-06T08:40:48.590 INFO:teuthology.task.kernel:Running kernel on smithi072: 4.18.0-372.9.1.el8.x86_64 2023-12-06T08:40:48.590 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum install -y kernel 2023-12-06T08:40:48.594 INFO:teuthology.orchestra.run.smithi001.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-06T08:40:48.594 INFO:teuthology.task.kernel:Running kernel on smithi001: 4.18.0-372.9.1.el8.x86_64 2023-12-06T08:40:48.594 DEBUG:teuthology.orchestra.run.smithi001:> sudo yum install -y kernel 2023-12-06T08:40:48.595 INFO:teuthology.orchestra.run.smithi006.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-06T08:40:48.595 INFO:teuthology.task.kernel:Running kernel on smithi006: 4.18.0-372.9.1.el8.x86_64 2023-12-06T08:40:48.596 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum install -y kernel 2023-12-06T08:40:49.836 INFO:teuthology.orchestra.run.smithi006.stdout:Updating Subscription Management repositories. 2023-12-06T08:40:49.836 INFO:teuthology.orchestra.run.smithi006.stdout:Unable to read consumer identity 2023-12-06T08:40:49.858 INFO:teuthology.orchestra.run.smithi001.stdout:Updating Subscription Management repositories. 2023-12-06T08:40:49.858 INFO:teuthology.orchestra.run.smithi001.stdout:Unable to read consumer identity 2023-12-06T08:40:50.107 INFO:teuthology.orchestra.run.smithi072.stdout:Updating Subscription Management repositories. 2023-12-06T08:40:50.108 INFO:teuthology.orchestra.run.smithi072.stdout:Unable to read consumer identity 2023-12-06T08:40:51.291 INFO:teuthology.orchestra.run.smithi001.stdout:Copr repo for python3-asyncssh owned by ceph 20 kB/s | 3.5 kB 00:00 2023-12-06T08:40:51.302 INFO:teuthology.orchestra.run.smithi006.stdout:Copr repo for python3-asyncssh owned by ceph 15 kB/s | 3.5 kB 00:00 2023-12-06T08:40:52.701 INFO:teuthology.orchestra.run.smithi001.stdout:Extra Packages for Enterprise Linux 11 MB/s | 16 MB 00:01 2023-12-06T08:40:52.821 INFO:teuthology.orchestra.run.smithi072.stdout:Copr repo for python3-asyncssh owned by ceph 14 kB/s | 3.5 kB 00:00 2023-12-06T08:40:52.994 INFO:teuthology.orchestra.run.smithi006.stdout:Extra Packages for Enterprise Linux 9.5 MB/s | 16 MB 00:01 2023-12-06T08:40:53.631 INFO:teuthology.orchestra.run.smithi072.stdout:Extra Packages for Enterprise Linux 20 MB/s | 16 MB 00:00 2023-12-06T08:40:56.409 INFO:teuthology.orchestra.run.smithi001.stdout:lab-extras 411 kB/s | 24 kB 00:00 2023-12-06T08:40:56.694 INFO:teuthology.orchestra.run.smithi006.stdout:lab-extras 569 kB/s | 24 kB 00:00 2023-12-06T08:40:57.140 INFO:teuthology.orchestra.run.smithi072.stdout:lab-extras 496 kB/s | 24 kB 00:00 2023-12-06T08:40:57.153 INFO:teuthology.orchestra.run.smithi001.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-06T08:40:57.212 INFO:teuthology.orchestra.run.smithi001.stdout:Dependencies resolved. 2023-12-06T08:40:57.214 INFO:teuthology.orchestra.run.smithi001.stdout:Nothing to do. 2023-12-06T08:40:57.214 INFO:teuthology.orchestra.run.smithi001.stdout:Complete! 2023-12-06T08:40:57.364 DEBUG:teuthology.orchestra.run.smithi001:> echo no | sudo yum reinstall kernel || true 2023-12-06T08:40:57.397 INFO:teuthology.orchestra.run.smithi006.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-06T08:40:57.443 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2023-12-06T08:40:57.444 INFO:teuthology.orchestra.run.smithi006.stdout:Nothing to do. 2023-12-06T08:40:57.444 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2023-12-06T08:40:57.584 DEBUG:teuthology.orchestra.run.smithi006:> echo no | sudo yum reinstall kernel || true 2023-12-06T08:40:57.713 INFO:teuthology.orchestra.run.smithi001.stdout:Updating Subscription Management repositories. 2023-12-06T08:40:57.713 INFO:teuthology.orchestra.run.smithi001.stdout:Unable to read consumer identity 2023-12-06T08:40:57.894 INFO:teuthology.orchestra.run.smithi072.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-06T08:40:57.933 INFO:teuthology.orchestra.run.smithi006.stdout:Updating Subscription Management repositories. 2023-12-06T08:40:57.934 INFO:teuthology.orchestra.run.smithi006.stdout:Unable to read consumer identity 2023-12-06T08:40:57.981 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2023-12-06T08:40:57.982 INFO:teuthology.orchestra.run.smithi072.stdout:Nothing to do. 2023-12-06T08:40:57.982 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2023-12-06T08:40:57.986 INFO:teuthology.orchestra.run.smithi001.stdout:Last metadata expiration check: 0:00:01 ago on Wed 06 Dec 2023 08:40:56 AM UTC. 2023-12-06T08:40:58.029 INFO:teuthology.orchestra.run.smithi001.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-06T08:40:58.072 INFO:teuthology.orchestra.run.smithi001.stderr:Error: No packages marked for reinstall. 2023-12-06T08:40:58.112 DEBUG:teuthology.orchestra.run.smithi072:> echo no | sudo yum reinstall kernel || true 2023-12-06T08:40:58.120 DEBUG:teuthology.orchestra.run.smithi001:> sudo yum reinstall -y kernel || true 2023-12-06T08:40:58.208 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:00:02 ago on Wed 06 Dec 2023 08:40:56 AM UTC. 2023-12-06T08:40:58.253 INFO:teuthology.orchestra.run.smithi006.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-06T08:40:58.283 INFO:teuthology.orchestra.run.smithi006.stderr:Error: No packages marked for reinstall. 2023-12-06T08:40:58.331 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum reinstall -y kernel || true 2023-12-06T08:40:58.441 INFO:teuthology.orchestra.run.smithi072.stdout:Updating Subscription Management repositories. 2023-12-06T08:40:58.442 INFO:teuthology.orchestra.run.smithi072.stdout:Unable to read consumer identity 2023-12-06T08:40:58.468 INFO:teuthology.orchestra.run.smithi001.stdout:Updating Subscription Management repositories. 2023-12-06T08:40:58.468 INFO:teuthology.orchestra.run.smithi001.stdout:Unable to read consumer identity 2023-12-06T08:40:58.679 INFO:teuthology.orchestra.run.smithi006.stdout:Updating Subscription Management repositories. 2023-12-06T08:40:58.679 INFO:teuthology.orchestra.run.smithi006.stdout:Unable to read consumer identity 2023-12-06T08:40:58.702 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:00:01 ago on Wed 06 Dec 2023 08:40:57 AM UTC. 2023-12-06T08:40:58.734 INFO:teuthology.orchestra.run.smithi001.stdout:Last metadata expiration check: 0:00:02 ago on Wed 06 Dec 2023 08:40:56 AM UTC. 2023-12-06T08:40:58.755 INFO:teuthology.orchestra.run.smithi072.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-06T08:40:58.778 INFO:teuthology.orchestra.run.smithi001.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-06T08:40:58.802 INFO:teuthology.orchestra.run.smithi072.stderr:Error: No packages marked for reinstall. 2023-12-06T08:40:58.803 INFO:teuthology.orchestra.run.smithi001.stderr:Error: No packages marked for reinstall. 2023-12-06T08:40:58.848 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum reinstall -y kernel || true 2023-12-06T08:40:58.856 DEBUG:teuthology.orchestra.run.smithi001:> rpm -q kernel | sort -rV | head -n 1 2023-12-06T08:40:58.940 INFO:teuthology.orchestra.run.smithi001.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-06T08:40:58.940 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-06T08:40:58.940 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-06T08:40:58.941 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-06T08:40:58.941 DEBUG:teuthology.orchestra.run.smithi001:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-06T08:40:58.948 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:00:02 ago on Wed 06 Dec 2023 08:40:56 AM UTC. 2023-12-06T08:40:58.978 INFO:teuthology.orchestra.run.smithi001.stdout:ttyS1 2023-12-06T08:40:58.992 INFO:teuthology.orchestra.run.smithi006.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-06T08:40:59.005 DEBUG:teuthology.parallel:result is None 2023-12-06T08:40:59.017 INFO:teuthology.orchestra.run.smithi006.stderr:Error: No packages marked for reinstall. 2023-12-06T08:40:59.065 DEBUG:teuthology.orchestra.run.smithi006:> rpm -q kernel | sort -rV | head -n 1 2023-12-06T08:40:59.147 INFO:teuthology.orchestra.run.smithi006.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-06T08:40:59.148 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-06T08:40:59.148 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-06T08:40:59.148 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-06T08:40:59.148 DEBUG:teuthology.orchestra.run.smithi006:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-06T08:40:59.178 INFO:teuthology.orchestra.run.smithi072.stdout:Updating Subscription Management repositories. 2023-12-06T08:40:59.178 INFO:teuthology.orchestra.run.smithi072.stdout:Unable to read consumer identity 2023-12-06T08:40:59.179 INFO:teuthology.orchestra.run.smithi006.stdout:ttyS1 2023-12-06T08:40:59.191 DEBUG:teuthology.parallel:result is None 2023-12-06T08:40:59.431 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:00:02 ago on Wed 06 Dec 2023 08:40:57 AM UTC. 2023-12-06T08:40:59.474 INFO:teuthology.orchestra.run.smithi072.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-06T08:40:59.507 INFO:teuthology.orchestra.run.smithi072.stderr:Error: No packages marked for reinstall. 2023-12-06T08:40:59.552 DEBUG:teuthology.orchestra.run.smithi072:> rpm -q kernel | sort -rV | head -n 1 2023-12-06T08:40:59.632 INFO:teuthology.orchestra.run.smithi072.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-06T08:40:59.633 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-06T08:40:59.633 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-06T08:40:59.633 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-12-06T08:40:59.633 DEBUG:teuthology.orchestra.run.smithi072:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-06T08:40:59.661 INFO:teuthology.orchestra.run.smithi072.stdout:ttyS1 2023-12-06T08:40:59.674 DEBUG:teuthology.parallel:result is None 2023-12-06T08:40:59.674 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-06T08:40:59.681 INFO:teuthology.task.internal:Creating test directory... 2023-12-06T08:40:59.682 DEBUG:teuthology.orchestra.run.smithi001:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-06T08:40:59.684 DEBUG:teuthology.orchestra.run.smithi006:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-06T08:40:59.686 DEBUG:teuthology.orchestra.run.smithi072:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-06T08:40:59.730 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-06T08:40:59.740 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-06T08:40:59.747 INFO:teuthology.task.internal:Creating archive directory... 2023-12-06T08:40:59.748 DEBUG:teuthology.orchestra.run.smithi001:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-06T08:40:59.750 DEBUG:teuthology.orchestra.run.smithi006:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-06T08:40:59.752 DEBUG:teuthology.orchestra.run.smithi072:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-06T08:40:59.792 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-06T08:40:59.802 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-06T08:40:59.802 DEBUG:teuthology.orchestra.run.smithi001:> 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-06T08:40:59.812 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-06T08:40:59.814 DEBUG:teuthology.orchestra.run.smithi072:> 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-06T08:40:59.851 INFO:teuthology.orchestra.run.smithi006.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T08:40:59.852 INFO:teuthology.orchestra.run.smithi001.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T08:40:59.863 INFO:teuthology.orchestra.run.smithi072.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T08:40:59.863 INFO:teuthology.orchestra.run.smithi006.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T08:40:59.864 INFO:teuthology.orchestra.run.smithi001.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T08:40:59.873 INFO:teuthology.orchestra.run.smithi072.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T08:40:59.874 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-06T08:40:59.881 INFO:teuthology.task.internal:Configuring sudo... 2023-12-06T08:40:59.881 DEBUG:teuthology.orchestra.run.smithi001:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-06T08:40:59.908 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-06T08:40:59.910 DEBUG:teuthology.orchestra.run.smithi072:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-06T08:40:59.941 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-06T08:40:59.950 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-06T08:40:59.950 DEBUG:teuthology.orchestra.run.smithi001:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-06T08:40:59.978 DEBUG:teuthology.orchestra.run.smithi006:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-06T08:40:59.983 DEBUG:teuthology.orchestra.run.smithi072:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-06T08:41:00.000 DEBUG:teuthology.orchestra.run.smithi001:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-06T08:41:00.075 DEBUG:teuthology.orchestra.run.smithi001:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-06T08:41:00.130 DEBUG:teuthology.orchestra.run.smithi001:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-06T08:41:00.212 DEBUG:teuthology.orchestra.run.smithi001:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-06T08:41:00.259 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2023-12-06T08:41:00.259 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-06T08:41:00.331 DEBUG:teuthology.orchestra.run.smithi006:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-06T08:41:00.382 DEBUG:teuthology.orchestra.run.smithi006:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-06T08:41:00.439 DEBUG:teuthology.orchestra.run.smithi006:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-06T08:41:00.485 DEBUG:teuthology.orchestra.run.smithi006:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-06T08:41:00.530 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2023-12-06T08:41:00.531 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-06T08:41:00.601 DEBUG:teuthology.orchestra.run.smithi072:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-06T08:41:00.646 DEBUG:teuthology.orchestra.run.smithi072:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-06T08:41:00.695 DEBUG:teuthology.orchestra.run.smithi072:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-06T08:41:00.780 DEBUG:teuthology.orchestra.run.smithi072:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-06T08:41:00.824 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2023-12-06T08:41:00.825 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-06T08:41:00.916 DEBUG:teuthology.orchestra.run.smithi001:> sudo service rsyslog restart 2023-12-06T08:41:00.919 DEBUG:teuthology.orchestra.run.smithi006:> sudo service rsyslog restart 2023-12-06T08:41:00.921 DEBUG:teuthology.orchestra.run.smithi072:> sudo service rsyslog restart 2023-12-06T08:41:00.972 INFO:teuthology.orchestra.run.smithi001.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-06T08:41:00.973 INFO:teuthology.orchestra.run.smithi006.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-06T08:41:01.019 INFO:teuthology.orchestra.run.smithi072.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-06T08:41:01.405 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-06T08:41:01.413 INFO:teuthology.task.internal:Starting timer... 2023-12-06T08:41:01.413 INFO:teuthology.run_tasks:Running task pcp... 2023-12-06T08:41:01.425 INFO:teuthology.run_tasks:Running task selinux... 2023-12-06T08:41:01.432 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-06T08:41:01.433 DEBUG:teuthology.orchestra.run.smithi001:> sudo service auditd rotate 2023-12-06T08:41:01.495 INFO:teuthology.orchestra.run.smithi001.stdout:Rotating logs: 2023-12-06T08:41:01.498 DEBUG:teuthology.orchestra.run.smithi006:> sudo service auditd rotate 2023-12-06T08:41:01.556 INFO:teuthology.orchestra.run.smithi006.stdout:Rotating logs: 2023-12-06T08:41:01.558 DEBUG:teuthology.orchestra.run.smithi072:> sudo service auditd rotate 2023-12-06T08:41:01.625 INFO:teuthology.orchestra.run.smithi072.stdout:Rotating logs: 2023-12-06T08:41:01.626 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-06T08:41:01.627 DEBUG:teuthology.orchestra.run.smithi001:> /usr/sbin/getenforce 2023-12-06T08:41:01.649 INFO:teuthology.orchestra.run.smithi001.stdout:Permissive 2023-12-06T08:41:01.649 DEBUG:teuthology.orchestra.run.smithi006:> /usr/sbin/getenforce 2023-12-06T08:41:01.671 INFO:teuthology.orchestra.run.smithi006.stdout:Permissive 2023-12-06T08:41:01.671 DEBUG:teuthology.orchestra.run.smithi072:> /usr/sbin/getenforce 2023-12-06T08:41:01.694 INFO:teuthology.orchestra.run.smithi072.stdout:Permissive 2023-12-06T08:41:01.694 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi001.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi006.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi072.front.sepia.ceph.com': 'permissive'} 2023-12-06T08:41:01.694 DEBUG:teuthology.orchestra.run.smithi001:> 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-06T08:41:01.723 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T08:41:01.723 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-06T08:41:01.752 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T08:41:01.752 DEBUG:teuthology.orchestra.run.smithi072:> 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-06T08:41:01.779 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T08:41:01.780 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-06T08:41:01.780 DEBUG:teuthology.orchestra.run.smithi001:> sudo /usr/sbin/setenforce permissive 2023-12-06T08:41:01.808 DEBUG:teuthology.orchestra.run.smithi006:> sudo /usr/sbin/setenforce permissive 2023-12-06T08:41:01.837 DEBUG:teuthology.orchestra.run.smithi072:> sudo /usr/sbin/setenforce permissive 2023-12-06T08:41:01.863 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-06T08:41:01.873 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-06T08:41:01.874 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-06T08:41:01.896 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-06T08:41:01.897 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi001.front.sepia.ceph.com,smithi006.front.sepia.ceph.com,smithi072.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-06T08:50:36.726 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi001.front.sepia.ceph.com'), Remote(name='ubuntu@smithi006.front.sepia.ceph.com'), Remote(name='ubuntu@smithi072.front.sepia.ceph.com')] 2023-12-06T08:50:36.727 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi001.front.sepia.ceph.com' 2023-12-06T08:50:36.728 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi001.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T08:50:36.798 DEBUG:teuthology.orchestra.run.smithi001:> true 2023-12-06T08:50:36.868 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi001.front.sepia.ceph.com' 2023-12-06T08:50:36.869 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi006.front.sepia.ceph.com' 2023-12-06T08:50:36.869 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi006.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T08:50:36.939 DEBUG:teuthology.orchestra.run.smithi006:> true 2023-12-06T08:50:37.010 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi006.front.sepia.ceph.com' 2023-12-06T08:50:37.011 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi072.front.sepia.ceph.com' 2023-12-06T08:50:37.011 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi072.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T08:50:37.078 DEBUG:teuthology.orchestra.run.smithi072:> true 2023-12-06T08:50:37.106 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi072.front.sepia.ceph.com' 2023-12-06T08:50:37.106 INFO:teuthology.run_tasks:Running task clock... 2023-12-06T08:50:37.119 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-06T08:50:37.120 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-06T08:50:37.120 DEBUG:teuthology.orchestra.run.smithi001:> 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-06T08:50:37.122 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-06T08:50:37.123 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-06T08:50:37.125 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-06T08:50:37.125 DEBUG:teuthology.orchestra.run.smithi072:> 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-06T08:50:37.156 INFO:teuthology.orchestra.run.smithi001.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-06T08:50:37.160 INFO:teuthology.orchestra.run.smithi006.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-06T08:50:37.173 INFO:teuthology.orchestra.run.smithi001.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-06T08:50:37.176 INFO:teuthology.orchestra.run.smithi006.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-06T08:50:37.178 INFO:teuthology.orchestra.run.smithi072.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-06T08:50:37.193 INFO:teuthology.orchestra.run.smithi072.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-06T08:50:37.245 INFO:teuthology.orchestra.run.smithi001.stderr:sudo: ntpd: command not found 2023-12-06T08:50:37.253 INFO:teuthology.orchestra.run.smithi006.stderr:sudo: ntpd: command not found 2023-12-06T08:50:37.257 INFO:teuthology.orchestra.run.smithi001.stdout:506 Cannot talk to daemon 2023-12-06T08:50:37.261 INFO:teuthology.orchestra.run.smithi072.stderr:sudo: ntpd: command not found 2023-12-06T08:50:37.267 INFO:teuthology.orchestra.run.smithi006.stdout:506 Cannot talk to daemon 2023-12-06T08:50:37.273 INFO:teuthology.orchestra.run.smithi001.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-06T08:50:37.273 INFO:teuthology.orchestra.run.smithi072.stdout:506 Cannot talk to daemon 2023-12-06T08:50:37.283 INFO:teuthology.orchestra.run.smithi006.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-06T08:50:37.287 INFO:teuthology.orchestra.run.smithi001.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-06T08:50:37.287 INFO:teuthology.orchestra.run.smithi072.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-06T08:50:37.298 INFO:teuthology.orchestra.run.smithi006.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-06T08:50:37.301 INFO:teuthology.orchestra.run.smithi072.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-06T08:50:37.376 INFO:teuthology.orchestra.run.smithi006.stderr:bash: ntpq: command not found 2023-12-06T08:50:37.380 INFO:teuthology.orchestra.run.smithi006.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-06T08:50:37.380 INFO:teuthology.orchestra.run.smithi006.stdout:=============================================================================== 2023-12-06T08:50:37.380 INFO:teuthology.orchestra.run.smithi006.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T08:50:37.380 INFO:teuthology.orchestra.run.smithi006.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T08:50:37.380 INFO:teuthology.orchestra.run.smithi006.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T08:50:37.380 INFO:teuthology.orchestra.run.smithi006.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T08:50:37.380 INFO:teuthology.orchestra.run.smithi001.stderr:bash: ntpq: command not found 2023-12-06T08:50:37.381 INFO:teuthology.orchestra.run.smithi072.stderr:bash: ntpq: command not found 2023-12-06T08:50:37.383 INFO:teuthology.orchestra.run.smithi001.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-06T08:50:37.383 INFO:teuthology.orchestra.run.smithi001.stdout:=============================================================================== 2023-12-06T08:50:37.383 INFO:teuthology.orchestra.run.smithi001.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T08:50:37.383 INFO:teuthology.orchestra.run.smithi001.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T08:50:37.383 INFO:teuthology.orchestra.run.smithi001.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T08:50:37.383 INFO:teuthology.orchestra.run.smithi001.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T08:50:37.385 INFO:teuthology.orchestra.run.smithi072.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-06T08:50:37.385 INFO:teuthology.orchestra.run.smithi072.stdout:=============================================================================== 2023-12-06T08:50:37.385 INFO:teuthology.orchestra.run.smithi072.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T08:50:37.385 INFO:teuthology.orchestra.run.smithi072.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T08:50:37.385 INFO:teuthology.orchestra.run.smithi072.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T08:50:37.385 INFO:teuthology.orchestra.run.smithi072.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T08:50:37.386 INFO:teuthology.run_tasks:Running task pexec... 2023-12-06T08:50:37.396 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-06T08:50:37.396 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi001.front.sepia.ceph.com 2023-12-06T08:50:37.397 DEBUG:teuthology.orchestra.run.smithi001:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-06T08:50:37.397 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi006.front.sepia.ceph.com 2023-12-06T08:50:37.397 DEBUG:teuthology.orchestra.run.smithi006:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-06T08:50:37.397 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi072.front.sepia.ceph.com 2023-12-06T08:50:37.397 DEBUG:teuthology.orchestra.run.smithi072:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-06T08:50:37.796 INFO:teuthology.orchestra.run.smithi072.stdout:Updating Subscription Management repositories. 2023-12-06T08:50:37.810 INFO:teuthology.orchestra.run.smithi006.stdout:Updating Subscription Management repositories. 2023-12-06T08:50:37.815 INFO:teuthology.orchestra.run.smithi001.stdout:Updating Subscription Management repositories. 2023-12-06T08:50:38.463 INFO:teuthology.orchestra.run.smithi072.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 142 kB/s | 4.1 kB 00:00 2023-12-06T08:50:38.466 INFO:teuthology.orchestra.run.smithi001.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 146 kB/s | 4.5 kB 00:00 2023-12-06T08:50:38.485 INFO:teuthology.orchestra.run.smithi006.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 152 kB/s | 4.5 kB 00:00 2023-12-06T08:50:38.661 INFO:teuthology.orchestra.run.smithi072.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 170 kB/s | 4.5 kB 00:00 2023-12-06T08:50:38.775 INFO:teuthology.orchestra.run.smithi001.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 131 kB/s | 4.1 kB 00:00 2023-12-06T08:50:38.795 INFO:teuthology.orchestra.run.smithi006.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 129 kB/s | 4.1 kB 00:00 2023-12-06T08:50:40.579 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2023-12-06T08:50:40.580 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2023-12-06T08:50:40.581 INFO:teuthology.orchestra.run.smithi072.stdout: Package Architecture Version Repository Size 2023-12-06T08:50:40.581 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2023-12-06T08:50:40.581 INFO:teuthology.orchestra.run.smithi072.stdout:Resetting modules: 2023-12-06T08:50:40.581 INFO:teuthology.orchestra.run.smithi072.stdout: container-tools 2023-12-06T08:50:40.581 INFO:teuthology.orchestra.run.smithi072.stdout: 2023-12-06T08:50:40.581 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2023-12-06T08:50:40.581 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2023-12-06T08:50:40.581 INFO:teuthology.orchestra.run.smithi072.stdout: 2023-12-06T08:50:40.917 INFO:teuthology.orchestra.run.smithi001.stdout:Dependencies resolved. 2023-12-06T08:50:40.918 INFO:teuthology.orchestra.run.smithi001.stdout:================================================================================ 2023-12-06T08:50:40.918 INFO:teuthology.orchestra.run.smithi001.stdout: Package Architecture Version Repository Size 2023-12-06T08:50:40.918 INFO:teuthology.orchestra.run.smithi001.stdout:================================================================================ 2023-12-06T08:50:40.918 INFO:teuthology.orchestra.run.smithi001.stdout:Resetting modules: 2023-12-06T08:50:40.918 INFO:teuthology.orchestra.run.smithi001.stdout: container-tools 2023-12-06T08:50:40.918 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-12-06T08:50:40.918 INFO:teuthology.orchestra.run.smithi001.stdout:Transaction Summary 2023-12-06T08:50:40.918 INFO:teuthology.orchestra.run.smithi001.stdout:================================================================================ 2023-12-06T08:50:40.918 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-12-06T08:50:40.941 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2023-12-06T08:50:40.942 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2023-12-06T08:50:40.942 INFO:teuthology.orchestra.run.smithi006.stdout: Package Architecture Version Repository Size 2023-12-06T08:50:40.942 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2023-12-06T08:50:40.942 INFO:teuthology.orchestra.run.smithi006.stdout:Resetting modules: 2023-12-06T08:50:40.942 INFO:teuthology.orchestra.run.smithi006.stdout: container-tools 2023-12-06T08:50:40.942 INFO:teuthology.orchestra.run.smithi006.stdout: 2023-12-06T08:50:40.942 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2023-12-06T08:50:40.942 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2023-12-06T08:50:40.942 INFO:teuthology.orchestra.run.smithi006.stdout: 2023-12-06T08:50:44.018 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2023-12-06T08:50:44.486 INFO:teuthology.orchestra.run.smithi072.stdout:Updating Subscription Management repositories. 2023-12-06T08:50:44.946 INFO:teuthology.orchestra.run.smithi001.stdout:Complete! 2023-12-06T08:50:45.005 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2023-12-06T08:50:45.192 INFO:teuthology.orchestra.run.smithi072.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 149 kB/s | 4.1 kB 00:00 2023-12-06T08:50:45.384 INFO:teuthology.orchestra.run.smithi072.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 169 kB/s | 4.5 kB 00:00 2023-12-06T08:50:45.427 INFO:teuthology.orchestra.run.smithi001.stdout:Updating Subscription Management repositories. 2023-12-06T08:50:45.485 INFO:teuthology.orchestra.run.smithi006.stdout:Updating Subscription Management repositories. 2023-12-06T08:50:46.083 INFO:teuthology.orchestra.run.smithi001.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 153 kB/s | 4.5 kB 00:00 2023-12-06T08:50:46.144 INFO:teuthology.orchestra.run.smithi006.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 156 kB/s | 4.5 kB 00:00 2023-12-06T08:50:46.401 INFO:teuthology.orchestra.run.smithi001.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 132 kB/s | 4.1 kB 00:00 2023-12-06T08:50:46.453 INFO:teuthology.orchestra.run.smithi006.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 138 kB/s | 4.1 kB 00:00 2023-12-06T08:50:47.315 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2023-12-06T08:50:47.408 INFO:teuthology.orchestra.run.smithi072.stdout:============================================================================================================ 2023-12-06T08:50:47.408 INFO:teuthology.orchestra.run.smithi072.stdout: Package Arch Version Repository Size 2023-12-06T08:50:47.409 INFO:teuthology.orchestra.run.smithi072.stdout:============================================================================================================ 2023-12-06T08:50:47.409 INFO:teuthology.orchestra.run.smithi072.stdout:Installing group/module packages: 2023-12-06T08:50:47.409 INFO:teuthology.orchestra.run.smithi072.stdout: buildah x86_64 1:1.26.2-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 8.0 M 2023-12-06T08:50:47.409 INFO:teuthology.orchestra.run.smithi072.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-12-06T08:50:47.409 INFO:teuthology.orchestra.run.smithi072.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-12-06T08:50:47.409 INFO:teuthology.orchestra.run.smithi072.stdout: python3-podman noarch 4.0.1-1.module+el8.6.0+16837+85b82211 rhel-8-for-x86_64-appstream-rpms 149 k 2023-12-06T08:50:47.409 INFO:teuthology.orchestra.run.smithi072.stdout: skopeo x86_64 2:1.9.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 7.0 M 2023-12-06T08:50:47.409 INFO:teuthology.orchestra.run.smithi072.stdout: toolbox x86_64 0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-12-06T08:50:47.409 INFO:teuthology.orchestra.run.smithi072.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-06T08:50:47.409 INFO:teuthology.orchestra.run.smithi072.stdout:Installing dependencies: 2023-12-06T08:50:47.409 INFO:teuthology.orchestra.run.smithi072.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-06T08:50:47.409 INFO:teuthology.orchestra.run.smithi072.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-06T08:50:47.409 INFO:teuthology.orchestra.run.smithi072.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-06T08:50:47.409 INFO:teuthology.orchestra.run.smithi072.stdout:Installing module profiles: 2023-12-06T08:50:47.409 INFO:teuthology.orchestra.run.smithi072.stdout: container-tools/common 2023-12-06T08:50:47.410 INFO:teuthology.orchestra.run.smithi072.stdout: 2023-12-06T08:50:47.410 INFO:teuthology.orchestra.run.smithi072.stdout:Enabling module streams: 2023-12-06T08:50:47.410 INFO:teuthology.orchestra.run.smithi072.stdout: container-tools rhel8 2023-12-06T08:50:47.410 INFO:teuthology.orchestra.run.smithi072.stdout: 2023-12-06T08:50:47.410 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2023-12-06T08:50:47.410 INFO:teuthology.orchestra.run.smithi072.stdout:============================================================================================================ 2023-12-06T08:50:47.410 INFO:teuthology.orchestra.run.smithi072.stdout:Install 10 Packages 2023-12-06T08:50:47.410 INFO:teuthology.orchestra.run.smithi072.stdout: 2023-12-06T08:50:47.411 INFO:teuthology.orchestra.run.smithi072.stdout:Total download size: 18 M 2023-12-06T08:50:47.411 INFO:teuthology.orchestra.run.smithi072.stdout:Installed size: 65 M 2023-12-06T08:50:47.411 INFO:teuthology.orchestra.run.smithi072.stdout:Downloading Packages: 2023-12-06T08:50:47.490 INFO:teuthology.orchestra.run.smithi072.stdout:(1/10): yajl-2.1.0-10.el8.x86_64.rpm 514 kB/s | 41 kB 00:00 2023-12-06T08:50:47.516 INFO:teuthology.orchestra.run.smithi072.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 237 kB/s | 25 kB 00:00 2023-12-06T08:50:47.541 INFO:teuthology.orchestra.run.smithi072.stdout:(3/10): python3-pyxdg-0.25-16.el8.noarch.rpm 720 kB/s | 94 kB 00:00 2023-12-06T08:50:47.567 INFO:teuthology.orchestra.run.smithi072.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 648 kB/s | 49 kB 00:00 2023-12-06T08:50:47.601 INFO:teuthology.orchestra.run.smithi072.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 6.1 MB/s | 524 kB 00:00 2023-12-06T08:50:47.626 INFO:teuthology.orchestra.run.smithi072.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 2.5 MB/s | 149 kB 00:00 2023-12-06T08:50:47.653 INFO:teuthology.orchestra.run.smithi072.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 4.0 MB/s | 213 kB 00:00 2023-12-06T08:50:47.762 INFO:teuthology.orchestra.run.smithi072.stdout:(8/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 20 MB/s | 2.2 MB 00:00 2023-12-06T08:50:47.912 INFO:teuthology.orchestra.run.smithi072.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 25 MB/s | 7.0 MB 00:00 2023-12-06T08:50:48.055 INFO:teuthology.orchestra.run.smithi072.stdout:(10/10): buildah-1.26.2-1.module+el8.6.0+16771+ 16 MB/s | 8.0 MB 00:00 2023-12-06T08:50:48.055 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------------------------------------------------------------------- 2023-12-06T08:50:48.055 INFO:teuthology.orchestra.run.smithi072.stdout:Total 28 MB/s | 18 MB 00:00 2023-12-06T08:50:48.254 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction check 2023-12-06T08:50:48.272 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction check succeeded. 2023-12-06T08:50:48.273 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction test 2023-12-06T08:50:48.453 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction test succeeded. 2023-12-06T08:50:48.457 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction 2023-12-06T08:50:48.482 INFO:teuthology.orchestra.run.smithi001.stdout:Dependencies resolved. 2023-12-06T08:50:48.577 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2023-12-06T08:50:48.587 INFO:teuthology.orchestra.run.smithi001.stdout:============================================================================================================ 2023-12-06T08:50:48.587 INFO:teuthology.orchestra.run.smithi001.stdout: Package Arch Version Repository Size 2023-12-06T08:50:48.587 INFO:teuthology.orchestra.run.smithi001.stdout:============================================================================================================ 2023-12-06T08:50:48.587 INFO:teuthology.orchestra.run.smithi001.stdout:Installing group/module packages: 2023-12-06T08:50:48.587 INFO:teuthology.orchestra.run.smithi001.stdout: buildah x86_64 1:1.26.2-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 8.0 M 2023-12-06T08:50:48.587 INFO:teuthology.orchestra.run.smithi001.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-12-06T08:50:48.587 INFO:teuthology.orchestra.run.smithi001.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-12-06T08:50:48.587 INFO:teuthology.orchestra.run.smithi001.stdout: python3-podman noarch 4.0.1-1.module+el8.6.0+16837+85b82211 rhel-8-for-x86_64-appstream-rpms 149 k 2023-12-06T08:50:48.587 INFO:teuthology.orchestra.run.smithi001.stdout: skopeo x86_64 2:1.9.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 7.0 M 2023-12-06T08:50:48.587 INFO:teuthology.orchestra.run.smithi001.stdout: toolbox x86_64 0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-12-06T08:50:48.588 INFO:teuthology.orchestra.run.smithi001.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-06T08:50:48.588 INFO:teuthology.orchestra.run.smithi001.stdout:Installing dependencies: 2023-12-06T08:50:48.588 INFO:teuthology.orchestra.run.smithi001.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-06T08:50:48.588 INFO:teuthology.orchestra.run.smithi001.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-06T08:50:48.588 INFO:teuthology.orchestra.run.smithi001.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-06T08:50:48.588 INFO:teuthology.orchestra.run.smithi001.stdout:Installing module profiles: 2023-12-06T08:50:48.588 INFO:teuthology.orchestra.run.smithi001.stdout: container-tools/common 2023-12-06T08:50:48.588 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-12-06T08:50:48.588 INFO:teuthology.orchestra.run.smithi001.stdout:Enabling module streams: 2023-12-06T08:50:48.588 INFO:teuthology.orchestra.run.smithi001.stdout: container-tools rhel8 2023-12-06T08:50:48.588 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-12-06T08:50:48.588 INFO:teuthology.orchestra.run.smithi001.stdout:Transaction Summary 2023-12-06T08:50:48.588 INFO:teuthology.orchestra.run.smithi001.stdout:============================================================================================================ 2023-12-06T08:50:48.588 INFO:teuthology.orchestra.run.smithi001.stdout:Install 10 Packages 2023-12-06T08:50:48.588 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-12-06T08:50:48.589 INFO:teuthology.orchestra.run.smithi001.stdout:Total download size: 18 M 2023-12-06T08:50:48.589 INFO:teuthology.orchestra.run.smithi001.stdout:Installed size: 65 M 2023-12-06T08:50:48.589 INFO:teuthology.orchestra.run.smithi001.stdout:Downloading Packages: 2023-12-06T08:50:48.662 INFO:teuthology.orchestra.run.smithi001.stdout:(1/10): python3-pytoml-0.1.14-5.git7dea353.el8. 345 kB/s | 25 kB 00:00 2023-12-06T08:50:48.679 INFO:teuthology.orchestra.run.smithi006.stdout:============================================================================================================ 2023-12-06T08:50:48.679 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repository Size 2023-12-06T08:50:48.679 INFO:teuthology.orchestra.run.smithi006.stdout:============================================================================================================ 2023-12-06T08:50:48.679 INFO:teuthology.orchestra.run.smithi006.stdout:Installing group/module packages: 2023-12-06T08:50:48.679 INFO:teuthology.orchestra.run.smithi006.stdout: buildah x86_64 1:1.26.2-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 8.0 M 2023-12-06T08:50:48.679 INFO:teuthology.orchestra.run.smithi006.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-12-06T08:50:48.679 INFO:teuthology.orchestra.run.smithi006.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-12-06T08:50:48.680 INFO:teuthology.orchestra.run.smithi006.stdout: python3-podman noarch 4.0.1-1.module+el8.6.0+16837+85b82211 rhel-8-for-x86_64-appstream-rpms 149 k 2023-12-06T08:50:48.680 INFO:teuthology.orchestra.run.smithi006.stdout: skopeo x86_64 2:1.9.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 7.0 M 2023-12-06T08:50:48.680 INFO:teuthology.orchestra.run.smithi006.stdout: toolbox x86_64 0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-12-06T08:50:48.680 INFO:teuthology.orchestra.run.smithi006.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-06T08:50:48.680 INFO:teuthology.orchestra.run.smithi006.stdout:Installing dependencies: 2023-12-06T08:50:48.680 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-06T08:50:48.680 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-06T08:50:48.680 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-06T08:50:48.680 INFO:teuthology.orchestra.run.smithi006.stdout:Installing module profiles: 2023-12-06T08:50:48.680 INFO:teuthology.orchestra.run.smithi006.stdout: container-tools/common 2023-12-06T08:50:48.680 INFO:teuthology.orchestra.run.smithi006.stdout: 2023-12-06T08:50:48.680 INFO:teuthology.orchestra.run.smithi006.stdout:Enabling module streams: 2023-12-06T08:50:48.680 INFO:teuthology.orchestra.run.smithi006.stdout: container-tools rhel8 2023-12-06T08:50:48.680 INFO:teuthology.orchestra.run.smithi006.stdout: 2023-12-06T08:50:48.681 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2023-12-06T08:50:48.681 INFO:teuthology.orchestra.run.smithi006.stdout:============================================================================================================ 2023-12-06T08:50:48.681 INFO:teuthology.orchestra.run.smithi006.stdout:Install 10 Packages 2023-12-06T08:50:48.681 INFO:teuthology.orchestra.run.smithi006.stdout: 2023-12-06T08:50:48.681 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 18 M 2023-12-06T08:50:48.681 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 65 M 2023-12-06T08:50:48.681 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2023-12-06T08:50:48.687 INFO:teuthology.orchestra.run.smithi001.stdout:(2/10): yajl-2.1.0-10.el8.x86_64.rpm 420 kB/s | 41 kB 00:00 2023-12-06T08:50:48.712 INFO:teuthology.orchestra.run.smithi001.stdout:(3/10): python3-pyxdg-0.25-16.el8.noarch.rpm 766 kB/s | 94 kB 00:00 2023-12-06T08:50:48.738 INFO:teuthology.orchestra.run.smithi001.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 656 kB/s | 49 kB 00:00 2023-12-06T08:50:48.749 INFO:teuthology.orchestra.run.smithi006.stdout:(1/10): python3-pyxdg-0.25-16.el8.noarch.rpm 1.4 MB/s | 94 kB 00:00 2023-12-06T08:50:48.771 INFO:teuthology.orchestra.run.smithi001.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 6.1 MB/s | 524 kB 00:00 2023-12-06T08:50:48.774 INFO:teuthology.orchestra.run.smithi006.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 270 kB/s | 25 kB 00:00 2023-12-06T08:50:48.798 INFO:teuthology.orchestra.run.smithi001.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 2.5 MB/s | 149 kB 00:00 2023-12-06T08:50:48.799 INFO:teuthology.orchestra.run.smithi006.stdout:(3/10): yajl-2.1.0-10.el8.x86_64.rpm 348 kB/s | 41 kB 00:00 2023-12-06T08:50:48.822 INFO:teuthology.orchestra.run.smithi001.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 4.2 MB/s | 213 kB 00:00 2023-12-06T08:50:48.824 INFO:teuthology.orchestra.run.smithi006.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 656 kB/s | 49 kB 00:00 2023-12-06T08:50:48.858 INFO:teuthology.orchestra.run.smithi006.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 6.1 MB/s | 524 kB 00:00 2023-12-06T08:50:48.883 INFO:teuthology.orchestra.run.smithi006.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 2.5 MB/s | 149 kB 00:00 2023-12-06T08:50:48.909 INFO:teuthology.orchestra.run.smithi006.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 4.2 MB/s | 213 kB 00:00 2023-12-06T08:50:48.922 INFO:teuthology.orchestra.run.smithi001.stdout:(8/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 22 MB/s | 2.2 MB 00:00 2023-12-06T08:50:48.998 INFO:teuthology.orchestra.run.smithi072.stdout: Preparing : 1/1 2023-12-06T08:50:49.009 INFO:teuthology.orchestra.run.smithi006.stdout:(8/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 22 MB/s | 2.2 MB 00:00 2023-12-06T08:50:49.047 INFO:teuthology.orchestra.run.smithi001.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 28 MB/s | 7.0 MB 00:00 2023-12-06T08:50:49.142 INFO:teuthology.orchestra.run.smithi006.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 27 MB/s | 7.0 MB 00:00 2023-12-06T08:50:49.172 INFO:teuthology.orchestra.run.smithi001.stdout:(10/10): buildah-1.26.2-1.module+el8.6.0+16771+ 17 MB/s | 8.0 MB 00:00 2023-12-06T08:50:49.173 INFO:teuthology.orchestra.run.smithi001.stdout:-------------------------------------------------------------------------------- 2023-12-06T08:50:49.173 INFO:teuthology.orchestra.run.smithi001.stdout:Total 31 MB/s | 18 MB 00:00 2023-12-06T08:50:49.216 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-06T08:50:49.234 INFO:teuthology.orchestra.run.smithi006.stdout:(10/10): buildah-1.26.2-1.module+el8.6.0+16771+ 18 MB/s | 8.0 MB 00:00 2023-12-06T08:50:49.235 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2023-12-06T08:50:49.235 INFO:teuthology.orchestra.run.smithi006.stdout:Total 33 MB/s | 18 MB 00:00 2023-12-06T08:50:49.379 INFO:teuthology.orchestra.run.smithi001.stdout:Running transaction check 2023-12-06T08:50:49.400 INFO:teuthology.orchestra.run.smithi001.stdout:Transaction check succeeded. 2023-12-06T08:50:49.400 INFO:teuthology.orchestra.run.smithi001.stdout:Running transaction test 2023-12-06T08:50:49.414 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-06T08:50:49.443 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2023-12-06T08:50:49.464 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2023-12-06T08:50:49.464 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2023-12-06T08:50:49.593 INFO:teuthology.orchestra.run.smithi001.stdout:Transaction test succeeded. 2023-12-06T08:50:49.598 INFO:teuthology.orchestra.run.smithi001.stdout:Running transaction 2023-12-06T08:50:49.632 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-06T08:50:49.658 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2023-12-06T08:50:49.662 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2023-12-06T08:50:49.878 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-06T08:50:50.123 INFO:teuthology.orchestra.run.smithi001.stdout: Preparing : 1/1 2023-12-06T08:50:50.205 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2023-12-06T08:50:50.258 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-06T08:50:50.315 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-06T08:50:50.418 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-06T08:50:50.486 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-06T08:50:50.587 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-06T08:50:50.702 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-06T08:50:50.775 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-06T08:50:50.895 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-06T08:50:50.981 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-06T08:50:51.038 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-06T08:50:51.262 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-06T08:50:51.360 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-06T08:50:51.948 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-06T08:50:52.065 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-06T08:50:52.174 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-06T08:50:52.178 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-06T08:50:52.404 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-06T08:50:52.589 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-06T08:50:52.851 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-06T08:50:52.851 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-06T08:50:52.851 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-06T08:50:52.851 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-06T08:50:52.851 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-06T08:50:52.851 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-06T08:50:52.851 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-06T08:50:52.851 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-06T08:50:52.851 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-06T08:50:52.851 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-06T08:50:53.021 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-06T08:50:53.089 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-06T08:50:53.240 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-06T08:50:53.318 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-06T08:50:53.434 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-06T08:50:53.500 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-06T08:50:53.601 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-06T08:50:53.701 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-06T08:50:53.880 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-06T08:50:53.880 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-06T08:50:53.880 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-06T08:50:53.880 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-06T08:50:53.880 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-06T08:50:53.880 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-06T08:50:53.880 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-06T08:50:53.880 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-06T08:50:53.880 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-06T08:50:53.880 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-06T08:50:53.979 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-06T08:50:53.979 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-06T08:50:53.979 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-06T08:50:53.979 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-06T08:50:53.979 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-06T08:50:53.979 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-06T08:50:53.979 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-06T08:50:53.979 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-06T08:50:53.979 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-06T08:50:53.980 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-06T08:50:56.651 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-06T08:50:56.652 INFO:teuthology.orchestra.run.smithi072.stdout:Installed products updated. 2023-12-06T08:50:56.849 INFO:teuthology.orchestra.run.smithi072.stdout: 2023-12-06T08:50:56.849 INFO:teuthology.orchestra.run.smithi072.stdout:Installed: 2023-12-06T08:50:56.849 INFO:teuthology.orchestra.run.smithi072.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-06T08:50:56.849 INFO:teuthology.orchestra.run.smithi072.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-06T08:50:56.850 INFO:teuthology.orchestra.run.smithi072.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-06T08:50:56.850 INFO:teuthology.orchestra.run.smithi072.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-06T08:50:56.850 INFO:teuthology.orchestra.run.smithi072.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-06T08:50:56.850 INFO:teuthology.orchestra.run.smithi072.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-06T08:50:56.850 INFO:teuthology.orchestra.run.smithi072.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-06T08:50:56.850 INFO:teuthology.orchestra.run.smithi072.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-06T08:50:56.850 INFO:teuthology.orchestra.run.smithi072.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-06T08:50:56.850 INFO:teuthology.orchestra.run.smithi072.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-06T08:50:56.850 INFO:teuthology.orchestra.run.smithi072.stdout: 2023-12-06T08:50:56.850 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2023-12-06T08:50:57.005 DEBUG:teuthology.parallel:result is None 2023-12-06T08:50:58.430 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-06T08:50:58.430 INFO:teuthology.orchestra.run.smithi006.stdout:Installed products updated. 2023-12-06T08:50:58.500 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-06T08:50:58.500 INFO:teuthology.orchestra.run.smithi001.stdout:Installed products updated. 2023-12-06T08:50:58.644 INFO:teuthology.orchestra.run.smithi006.stdout: 2023-12-06T08:50:58.644 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2023-12-06T08:50:58.644 INFO:teuthology.orchestra.run.smithi006.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-06T08:50:58.644 INFO:teuthology.orchestra.run.smithi006.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-06T08:50:58.644 INFO:teuthology.orchestra.run.smithi006.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-06T08:50:58.644 INFO:teuthology.orchestra.run.smithi006.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-06T08:50:58.644 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-06T08:50:58.644 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-06T08:50:58.644 INFO:teuthology.orchestra.run.smithi006.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-06T08:50:58.644 INFO:teuthology.orchestra.run.smithi006.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-06T08:50:58.644 INFO:teuthology.orchestra.run.smithi006.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-06T08:50:58.644 INFO:teuthology.orchestra.run.smithi006.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-06T08:50:58.645 INFO:teuthology.orchestra.run.smithi006.stdout: 2023-12-06T08:50:58.645 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2023-12-06T08:50:58.718 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-12-06T08:50:58.718 INFO:teuthology.orchestra.run.smithi001.stdout:Installed: 2023-12-06T08:50:58.718 INFO:teuthology.orchestra.run.smithi001.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-06T08:50:58.718 INFO:teuthology.orchestra.run.smithi001.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-06T08:50:58.718 INFO:teuthology.orchestra.run.smithi001.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-06T08:50:58.718 INFO:teuthology.orchestra.run.smithi001.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-06T08:50:58.718 INFO:teuthology.orchestra.run.smithi001.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-06T08:50:58.718 INFO:teuthology.orchestra.run.smithi001.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-06T08:50:58.718 INFO:teuthology.orchestra.run.smithi001.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-06T08:50:58.719 INFO:teuthology.orchestra.run.smithi001.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-06T08:50:58.719 INFO:teuthology.orchestra.run.smithi001.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-06T08:50:58.719 INFO:teuthology.orchestra.run.smithi001.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-06T08:50:58.719 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-12-06T08:50:58.719 INFO:teuthology.orchestra.run.smithi001.stdout:Complete! 2023-12-06T08:50:58.782 DEBUG:teuthology.parallel:result is None 2023-12-06T08:50:58.867 DEBUG:teuthology.parallel:result is None 2023-12-06T08:50:58.867 INFO:teuthology.run_tasks:Running task install... 2023-12-06T08:50:58.876 DEBUG:teuthology.task.install:project ceph 2023-12-06T08:50:58.876 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '96fa2578c622ca9c169af6f426ca8b1616130e58'}} 2023-12-06T08:50:58.876 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '96fa2578c622ca9c169af6f426ca8b1616130e58'} 2023-12-06T08:50:58.876 INFO:teuthology.task.install:Using flavor: default 2023-12-06T08:50:58.883 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-06T08:50:58.883 INFO:teuthology.task.install:extra packages: [] 2023-12-06T08:50:58.884 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': '96fa2578c622ca9c169af6f426ca8b1616130e58', 'tag': None, 'wait_for_package': False} 2023-12-06T08:50:58.884 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=96fa2578c622ca9c169af6f426ca8b1616130e58 2023-12-06T08:50:58.886 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': '96fa2578c622ca9c169af6f426ca8b1616130e58', 'tag': None, 'wait_for_package': False} 2023-12-06T08:50:58.886 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=96fa2578c622ca9c169af6f426ca8b1616130e58 2023-12-06T08:50:58.887 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': '96fa2578c622ca9c169af6f426ca8b1616130e58', 'tag': None, 'wait_for_package': False} 2023-12-06T08:50:58.888 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=96fa2578c622ca9c169af6f426ca8b1616130e58 2023-12-06T08:50:59.031 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-sseshasa-testing-2023-12-04-1848/96fa2578c622ca9c169af6f426ca8b1616130e58/centos/8/flavors/default/ 2023-12-06T08:50:59.031 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7644.g96fa2578 2023-12-06T08:50:59.107 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-sseshasa-testing-2023-12-04-1848/96fa2578c622ca9c169af6f426ca8b1616130e58/centos/8/flavors/default/ 2023-12-06T08:50:59.107 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7644.g96fa2578 2023-12-06T08:50:59.112 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-sseshasa-testing-2023-12-04-1848/96fa2578c622ca9c169af6f426ca8b1616130e58/centos/8/flavors/default/ 2023-12-06T08:50:59.112 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7644.g96fa2578 2023-12-06T08:50:59.161 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-sseshasa-testing-2023-12-04-1848/96fa2578c622ca9c169af6f426ca8b1616130e58/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-sseshasa-testing-2023-12-04-1848/96fa2578c622ca9c169af6f426ca8b1616130e58/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-sseshasa-testing-2023-12-04-1848/96fa2578c622ca9c169af6f426ca8b1616130e58/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-06T08:50:59.161 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2023-12-06T08:50:59.161 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-06T08:50:59.191 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-06T08:50:59.191 DEBUG:teuthology.orchestra.run.smithi001:> 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/96fa2578c622ca9c169af6f426ca8b1616130e58/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-06T08:50:59.260 DEBUG:teuthology.orchestra.run.smithi001:> 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-06T08:50:59.275 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-sseshasa-testing-2023-12-04-1848/96fa2578c622ca9c169af6f426ca8b1616130e58/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-sseshasa-testing-2023-12-04-1848/96fa2578c622ca9c169af6f426ca8b1616130e58/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-sseshasa-testing-2023-12-04-1848/96fa2578c622ca9c169af6f426ca8b1616130e58/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-06T08:50:59.275 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2023-12-06T08:50:59.275 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-06T08:50:59.284 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-sseshasa-testing-2023-12-04-1848/96fa2578c622ca9c169af6f426ca8b1616130e58/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-sseshasa-testing-2023-12-04-1848/96fa2578c622ca9c169af6f426ca8b1616130e58/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-sseshasa-testing-2023-12-04-1848/96fa2578c622ca9c169af6f426ca8b1616130e58/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-06T08:50:59.284 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2023-12-06T08:50:59.284 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-06T08:50:59.307 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-06T08:50:59.307 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/96fa2578c622ca9c169af6f426ca8b1616130e58/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-06T08:50:59.317 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-06T08:50:59.317 DEBUG:teuthology.orchestra.run.smithi072:> 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/96fa2578c622ca9c169af6f426ca8b1616130e58/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-06T08:50:59.338 DEBUG:teuthology.orchestra.run.smithi001:> 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-06T08:50:59.378 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-06T08:50:59.388 DEBUG:teuthology.orchestra.run.smithi072:> 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-06T08:50:59.404 INFO:teuthology.orchestra.run.smithi001.stdout:check_obsoletes = 1 2023-12-06T08:50:59.406 DEBUG:teuthology.orchestra.run.smithi001:> sudo yum clean all 2023-12-06T08:50:59.459 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-06T08:50:59.469 DEBUG:teuthology.orchestra.run.smithi072:> 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-06T08:50:59.527 INFO:teuthology.orchestra.run.smithi006.stdout:check_obsoletes = 1 2023-12-06T08:50:59.528 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum clean all 2023-12-06T08:50:59.536 INFO:teuthology.orchestra.run.smithi072.stdout:check_obsoletes = 1 2023-12-06T08:50:59.538 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum clean all 2023-12-06T08:50:59.797 INFO:teuthology.orchestra.run.smithi001.stdout:Updating Subscription Management repositories. 2023-12-06T08:50:59.917 INFO:teuthology.orchestra.run.smithi072.stdout:Updating Subscription Management repositories. 2023-12-06T08:50:59.921 INFO:teuthology.orchestra.run.smithi006.stdout:Updating Subscription Management repositories. 2023-12-06T08:51:00.229 INFO:teuthology.orchestra.run.smithi001.stdout:44 files removed 2023-12-06T08:51:00.277 DEBUG:teuthology.orchestra.run.smithi001:> sudo yum -y install ceph-radosgw 2023-12-06T08:51:00.393 INFO:teuthology.orchestra.run.smithi006.stdout:44 files removed 2023-12-06T08:51:00.413 INFO:teuthology.orchestra.run.smithi072.stdout:44 files removed 2023-12-06T08:51:00.443 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install ceph-radosgw 2023-12-06T08:51:00.459 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install ceph-radosgw 2023-12-06T08:51:00.629 INFO:teuthology.orchestra.run.smithi001.stdout:Updating Subscription Management repositories. 2023-12-06T08:51:00.790 INFO:teuthology.orchestra.run.smithi072.stdout:Updating Subscription Management repositories. 2023-12-06T08:51:00.795 INFO:teuthology.orchestra.run.smithi006.stdout:Updating Subscription Management repositories. 2023-12-06T08:51:01.509 INFO:teuthology.orchestra.run.smithi001.stdout:ceph packages for x86_64 300 kB/s | 81 kB 00:00 2023-12-06T08:51:01.630 INFO:teuthology.orchestra.run.smithi006.stdout:ceph packages for x86_64 277 kB/s | 81 kB 00:00 2023-12-06T08:51:01.634 INFO:teuthology.orchestra.run.smithi072.stdout:ceph packages for x86_64 219 kB/s | 81 kB 00:00 2023-12-06T08:51:01.876 INFO:teuthology.orchestra.run.smithi001.stdout:ceph noarch packages 28 kB/s | 9.5 kB 00:00 2023-12-06T08:51:01.894 INFO:teuthology.orchestra.run.smithi072.stdout:ceph noarch packages 42 kB/s | 9.5 kB 00:00 2023-12-06T08:51:01.990 INFO:teuthology.orchestra.run.smithi006.stdout:ceph noarch packages 29 kB/s | 9.5 kB 00:00 2023-12-06T08:51:02.178 INFO:teuthology.orchestra.run.smithi072.stdout:ceph source packages 5.6 kB/s | 1.5 kB 00:00 2023-12-06T08:51:02.240 INFO:teuthology.orchestra.run.smithi006.stdout:ceph source packages 6.5 kB/s | 1.5 kB 00:00 2023-12-06T08:51:02.244 INFO:teuthology.orchestra.run.smithi001.stdout:ceph source packages 4.3 kB/s | 1.5 kB 00:00 2023-12-06T08:51:02.381 INFO:teuthology.orchestra.run.smithi072.stdout:Copr repo for python3-asyncssh owned by ceph 19 kB/s | 3.5 kB 00:00 2023-12-06T08:51:02.424 INFO:teuthology.orchestra.run.smithi006.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2023-12-06T08:51:02.436 INFO:teuthology.orchestra.run.smithi001.stdout:Copr repo for python3-asyncssh owned by ceph 20 kB/s | 3.5 kB 00:00 2023-12-06T08:51:04.221 INFO:teuthology.orchestra.run.smithi006.stdout:Extra Packages for Enterprise Linux 9.0 MB/s | 16 MB 00:01 2023-12-06T08:51:04.231 INFO:teuthology.orchestra.run.smithi001.stdout:Extra Packages for Enterprise Linux 9.0 MB/s | 16 MB 00:01 2023-12-06T08:51:06.094 INFO:teuthology.orchestra.run.smithi072.stdout:Extra Packages for Enterprise Linux 4.3 MB/s | 16 MB 00:03 2023-12-06T08:51:07.942 INFO:teuthology.orchestra.run.smithi006.stdout:lab-extras 470 kB/s | 24 kB 00:00 2023-12-06T08:51:07.962 INFO:teuthology.orchestra.run.smithi001.stdout:lab-extras 445 kB/s | 24 kB 00:00 2023-12-06T08:51:08.880 INFO:teuthology.orchestra.run.smithi001.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 56 MB/s | 47 MB 00:00 2023-12-06T08:51:08.952 INFO:teuthology.orchestra.run.smithi006.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 51 MB/s | 47 MB 00:00 2023-12-06T08:51:09.626 INFO:teuthology.orchestra.run.smithi072.stdout:lab-extras 415 kB/s | 24 kB 00:00 2023-12-06T08:51:10.953 INFO:teuthology.orchestra.run.smithi072.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 42 MB/s | 53 MB 00:01 2023-12-06T08:51:17.323 INFO:teuthology.orchestra.run.smithi001.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 60 MB/s | 53 MB 00:00 2023-12-06T08:51:17.528 INFO:teuthology.orchestra.run.smithi006.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 57 MB/s | 53 MB 00:00 2023-12-06T08:51:19.408 INFO:teuthology.orchestra.run.smithi072.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 42 MB/s | 47 MB 00:01 2023-12-06T08:51:29.300 INFO:teuthology.orchestra.run.smithi001.stdout:Dependencies resolved. 2023-12-06T08:51:29.303 INFO:teuthology.orchestra.run.smithi001.stdout:==================================================================================================== 2023-12-06T08:51:29.303 INFO:teuthology.orchestra.run.smithi001.stdout: Package Arch Version Repository Size 2023-12-06T08:51:29.303 INFO:teuthology.orchestra.run.smithi001.stdout:==================================================================================================== 2023-12-06T08:51:29.303 INFO:teuthology.orchestra.run.smithi001.stdout:Installing: 2023-12-06T08:51:29.304 INFO:teuthology.orchestra.run.smithi001.stdout: ceph-radosgw x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 14 M 2023-12-06T08:51:29.304 INFO:teuthology.orchestra.run.smithi001.stdout:Upgrading: 2023-12-06T08:51:29.304 INFO:teuthology.orchestra.run.smithi001.stdout: librados2 x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 3.8 M 2023-12-06T08:51:29.304 INFO:teuthology.orchestra.run.smithi001.stdout: librbd1 x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 3.7 M 2023-12-06T08:51:29.304 INFO:teuthology.orchestra.run.smithi001.stdout:Installing dependencies: 2023-12-06T08:51:29.304 INFO:teuthology.orchestra.run.smithi001.stdout: ceph-base x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 5.4 M 2023-12-06T08:51:29.304 INFO:teuthology.orchestra.run.smithi001.stdout: ceph-common x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 23 M 2023-12-06T08:51:29.304 INFO:teuthology.orchestra.run.smithi001.stdout: ceph-selinux x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 24 k 2023-12-06T08:51:29.304 INFO:teuthology.orchestra.run.smithi001.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-06T08:51:29.304 INFO:teuthology.orchestra.run.smithi001.stdout: libcephfs2 x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 839 k 2023-12-06T08:51:29.304 INFO:teuthology.orchestra.run.smithi001.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-06T08:51:29.304 INFO:teuthology.orchestra.run.smithi001.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-06T08:51:29.304 INFO:teuthology.orchestra.run.smithi001.stdout: libradosstriper1 x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 517 k 2023-12-06T08:51:29.304 INFO:teuthology.orchestra.run.smithi001.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-06T08:51:29.305 INFO:teuthology.orchestra.run.smithi001.stdout: librgw2 x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 6.9 M 2023-12-06T08:51:29.305 INFO:teuthology.orchestra.run.smithi001.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-06T08:51:29.305 INFO:teuthology.orchestra.run.smithi001.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-06T08:51:29.305 INFO:teuthology.orchestra.run.smithi001.stdout: python3-ceph-argparse x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 45 k 2023-12-06T08:51:29.305 INFO:teuthology.orchestra.run.smithi001.stdout: python3-ceph-common x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 128 k 2023-12-06T08:51:29.305 INFO:teuthology.orchestra.run.smithi001.stdout: python3-cephfs x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 197 k 2023-12-06T08:51:29.305 INFO:teuthology.orchestra.run.smithi001.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-06T08:51:29.305 INFO:teuthology.orchestra.run.smithi001.stdout: python3-rados x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 371 k 2023-12-06T08:51:29.305 INFO:teuthology.orchestra.run.smithi001.stdout: python3-rbd x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 365 k 2023-12-06T08:51:29.305 INFO:teuthology.orchestra.run.smithi001.stdout: python3-rgw x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 107 k 2023-12-06T08:51:29.305 INFO:teuthology.orchestra.run.smithi001.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-06T08:51:29.305 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-12-06T08:51:29.305 INFO:teuthology.orchestra.run.smithi001.stdout:Transaction Summary 2023-12-06T08:51:29.305 INFO:teuthology.orchestra.run.smithi001.stdout:==================================================================================================== 2023-12-06T08:51:29.306 INFO:teuthology.orchestra.run.smithi001.stdout:Install 21 Packages 2023-12-06T08:51:29.306 INFO:teuthology.orchestra.run.smithi001.stdout:Upgrade 2 Packages 2023-12-06T08:51:29.306 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-12-06T08:51:29.307 INFO:teuthology.orchestra.run.smithi001.stdout:Total download size: 62 M 2023-12-06T08:51:29.307 INFO:teuthology.orchestra.run.smithi001.stdout:Downloading Packages: 2023-12-06T08:51:29.615 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2023-12-06T08:51:29.618 INFO:teuthology.orchestra.run.smithi006.stdout:==================================================================================================== 2023-12-06T08:51:29.618 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repository Size 2023-12-06T08:51:29.618 INFO:teuthology.orchestra.run.smithi006.stdout:==================================================================================================== 2023-12-06T08:51:29.618 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2023-12-06T08:51:29.618 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-radosgw x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 14 M 2023-12-06T08:51:29.618 INFO:teuthology.orchestra.run.smithi006.stdout:Upgrading: 2023-12-06T08:51:29.619 INFO:teuthology.orchestra.run.smithi006.stdout: librados2 x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 3.8 M 2023-12-06T08:51:29.619 INFO:teuthology.orchestra.run.smithi006.stdout: librbd1 x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 3.7 M 2023-12-06T08:51:29.619 INFO:teuthology.orchestra.run.smithi006.stdout:Installing dependencies: 2023-12-06T08:51:29.619 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-base x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 5.4 M 2023-12-06T08:51:29.619 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-common x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 23 M 2023-12-06T08:51:29.619 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-selinux x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 24 k 2023-12-06T08:51:29.619 INFO:teuthology.orchestra.run.smithi006.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-06T08:51:29.620 INFO:teuthology.orchestra.run.smithi006.stdout: libcephfs2 x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 839 k 2023-12-06T08:51:29.620 INFO:teuthology.orchestra.run.smithi006.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-06T08:51:29.620 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-06T08:51:29.620 INFO:teuthology.orchestra.run.smithi006.stdout: libradosstriper1 x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 517 k 2023-12-06T08:51:29.620 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-06T08:51:29.620 INFO:teuthology.orchestra.run.smithi006.stdout: librgw2 x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 6.9 M 2023-12-06T08:51:29.620 INFO:teuthology.orchestra.run.smithi006.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-06T08:51:29.620 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-06T08:51:29.620 INFO:teuthology.orchestra.run.smithi006.stdout: python3-ceph-argparse x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 45 k 2023-12-06T08:51:29.621 INFO:teuthology.orchestra.run.smithi006.stdout: python3-ceph-common x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 128 k 2023-12-06T08:51:29.621 INFO:teuthology.orchestra.run.smithi006.stdout: python3-cephfs x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 197 k 2023-12-06T08:51:29.621 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-06T08:51:29.621 INFO:teuthology.orchestra.run.smithi006.stdout: python3-rados x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 371 k 2023-12-06T08:51:29.621 INFO:teuthology.orchestra.run.smithi006.stdout: python3-rbd x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 365 k 2023-12-06T08:51:29.621 INFO:teuthology.orchestra.run.smithi006.stdout: python3-rgw x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 107 k 2023-12-06T08:51:29.621 INFO:teuthology.orchestra.run.smithi006.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-06T08:51:29.621 INFO:teuthology.orchestra.run.smithi006.stdout: 2023-12-06T08:51:29.621 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2023-12-06T08:51:29.621 INFO:teuthology.orchestra.run.smithi006.stdout:==================================================================================================== 2023-12-06T08:51:29.622 INFO:teuthology.orchestra.run.smithi006.stdout:Install 21 Packages 2023-12-06T08:51:29.622 INFO:teuthology.orchestra.run.smithi006.stdout:Upgrade 2 Packages 2023-12-06T08:51:29.622 INFO:teuthology.orchestra.run.smithi006.stdout: 2023-12-06T08:51:29.623 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 62 M 2023-12-06T08:51:29.623 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2023-12-06T08:51:30.315 INFO:teuthology.orchestra.run.smithi001.stdout:(1/23): ceph-base-18.0.0-7644.g96fa2578.el8.x86 6.3 MB/s | 5.4 MB 00:00 2023-12-06T08:51:30.374 INFO:teuthology.orchestra.run.smithi001.stdout:(2/23): ceph-selinux-18.0.0-7644.g96fa2578.el8. 419 kB/s | 24 kB 00:00 2023-12-06T08:51:30.515 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2023-12-06T08:51:30.518 INFO:teuthology.orchestra.run.smithi072.stdout:==================================================================================================== 2023-12-06T08:51:30.518 INFO:teuthology.orchestra.run.smithi072.stdout: Package Arch Version Repository Size 2023-12-06T08:51:30.518 INFO:teuthology.orchestra.run.smithi072.stdout:==================================================================================================== 2023-12-06T08:51:30.518 INFO:teuthology.orchestra.run.smithi072.stdout:Installing: 2023-12-06T08:51:30.519 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-radosgw x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 14 M 2023-12-06T08:51:30.519 INFO:teuthology.orchestra.run.smithi072.stdout:Upgrading: 2023-12-06T08:51:30.519 INFO:teuthology.orchestra.run.smithi072.stdout: librados2 x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 3.8 M 2023-12-06T08:51:30.519 INFO:teuthology.orchestra.run.smithi072.stdout: librbd1 x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 3.7 M 2023-12-06T08:51:30.519 INFO:teuthology.orchestra.run.smithi072.stdout:Installing dependencies: 2023-12-06T08:51:30.519 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-base x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 5.4 M 2023-12-06T08:51:30.519 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-common x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 23 M 2023-12-06T08:51:30.519 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-selinux x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 24 k 2023-12-06T08:51:30.519 INFO:teuthology.orchestra.run.smithi072.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-06T08:51:30.519 INFO:teuthology.orchestra.run.smithi072.stdout: libcephfs2 x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 839 k 2023-12-06T08:51:30.519 INFO:teuthology.orchestra.run.smithi072.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-06T08:51:30.519 INFO:teuthology.orchestra.run.smithi072.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-06T08:51:30.519 INFO:teuthology.orchestra.run.smithi072.stdout: libradosstriper1 x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 517 k 2023-12-06T08:51:30.519 INFO:teuthology.orchestra.run.smithi072.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-06T08:51:30.520 INFO:teuthology.orchestra.run.smithi072.stdout: librgw2 x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 6.9 M 2023-12-06T08:51:30.520 INFO:teuthology.orchestra.run.smithi072.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-06T08:51:30.520 INFO:teuthology.orchestra.run.smithi072.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-06T08:51:30.520 INFO:teuthology.orchestra.run.smithi072.stdout: python3-ceph-argparse x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 45 k 2023-12-06T08:51:30.520 INFO:teuthology.orchestra.run.smithi072.stdout: python3-ceph-common x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 128 k 2023-12-06T08:51:30.520 INFO:teuthology.orchestra.run.smithi072.stdout: python3-cephfs x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 197 k 2023-12-06T08:51:30.520 INFO:teuthology.orchestra.run.smithi072.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-06T08:51:30.520 INFO:teuthology.orchestra.run.smithi072.stdout: python3-rados x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 371 k 2023-12-06T08:51:30.520 INFO:teuthology.orchestra.run.smithi072.stdout: python3-rbd x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 365 k 2023-12-06T08:51:30.520 INFO:teuthology.orchestra.run.smithi072.stdout: python3-rgw x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 107 k 2023-12-06T08:51:30.520 INFO:teuthology.orchestra.run.smithi072.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-06T08:51:30.520 INFO:teuthology.orchestra.run.smithi072.stdout: 2023-12-06T08:51:30.520 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2023-12-06T08:51:30.520 INFO:teuthology.orchestra.run.smithi072.stdout:==================================================================================================== 2023-12-06T08:51:30.520 INFO:teuthology.orchestra.run.smithi072.stdout:Install 21 Packages 2023-12-06T08:51:30.520 INFO:teuthology.orchestra.run.smithi072.stdout:Upgrade 2 Packages 2023-12-06T08:51:30.521 INFO:teuthology.orchestra.run.smithi072.stdout: 2023-12-06T08:51:30.521 INFO:teuthology.orchestra.run.smithi072.stdout:Total download size: 62 M 2023-12-06T08:51:30.521 INFO:teuthology.orchestra.run.smithi072.stdout:Downloading Packages: 2023-12-06T08:51:30.579 INFO:teuthology.orchestra.run.smithi001.stdout:(3/23): libcephfs2-18.0.0-7644.g96fa2578.el8.x8 4.0 MB/s | 839 kB 00:00 2023-12-06T08:51:30.716 INFO:teuthology.orchestra.run.smithi001.stdout:(4/23): libradosstriper1-18.0.0-7644.g96fa2578. 3.7 MB/s | 517 kB 00:00 2023-12-06T08:51:31.402 INFO:teuthology.orchestra.run.smithi001.stdout:(5/23): ceph-radosgw-18.0.0-7644.g96fa2578.el8. 7.2 MB/s | 14 MB 00:01 2023-12-06T08:51:31.475 INFO:teuthology.orchestra.run.smithi001.stdout:(6/23): python3-ceph-argparse-18.0.0-7644.g96fa 597 kB/s | 45 kB 00:00 2023-12-06T08:51:31.550 INFO:teuthology.orchestra.run.smithi001.stdout:(7/23): python3-ceph-common-18.0.0-7644.g96fa25 1.7 MB/s | 128 kB 00:00 2023-12-06T08:51:31.634 INFO:teuthology.orchestra.run.smithi001.stdout:(8/23): python3-cephfs-18.0.0-7644.g96fa2578.el 2.3 MB/s | 197 kB 00:00 2023-12-06T08:51:31.725 INFO:teuthology.orchestra.run.smithi001.stdout:(9/23): python3-rados-18.0.0-7644.g96fa2578.el8 4.0 MB/s | 371 kB 00:00 2023-12-06T08:51:31.826 INFO:teuthology.orchestra.run.smithi001.stdout:(10/23): python3-rbd-18.0.0-7644.g96fa2578.el8. 3.6 MB/s | 365 kB 00:00 2023-12-06T08:51:31.918 INFO:teuthology.orchestra.run.smithi001.stdout:(11/23): librgw2-18.0.0-7644.g96fa2578.el8.x86_ 5.8 MB/s | 6.9 MB 00:01 2023-12-06T08:51:31.943 INFO:teuthology.orchestra.run.smithi001.stdout:(12/23): python3-rgw-18.0.0-7644.g96fa2578.el8. 913 kB/s | 107 kB 00:00 2023-12-06T08:51:32.187 INFO:teuthology.orchestra.run.smithi006.stdout:(1/23): ceph-base-18.0.0-7644.g96fa2578.el8.x86 2.4 MB/s | 5.4 MB 00:02 2023-12-06T08:51:32.229 INFO:teuthology.orchestra.run.smithi006.stdout:(2/23): ceph-selinux-18.0.0-7644.g96fa2578.el8. 588 kB/s | 24 kB 00:00 2023-12-06T08:51:32.286 INFO:teuthology.orchestra.run.smithi001.stdout:(13/23): ceph-common-18.0.0-7644.g96fa2578.el8. 8.0 MB/s | 23 MB 00:02 2023-12-06T08:51:32.310 INFO:teuthology.orchestra.run.smithi001.stdout:(14/23): liboath-2.6.2-3.el8.x86_64.rpm 160 kB/s | 59 kB 00:00 2023-12-06T08:51:32.394 INFO:teuthology.orchestra.run.smithi001.stdout:(15/23): gperftools-libs-2.7-9.el8.x86_64.rpm 643 kB/s | 306 kB 00:00 2023-12-06T08:51:32.413 INFO:teuthology.orchestra.run.smithi006.stdout:(3/23): libcephfs2-18.0.0-7644.g96fa2578.el8.x8 4.5 MB/s | 839 kB 00:00 2023-12-06T08:51:32.453 INFO:teuthology.orchestra.run.smithi001.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 4.4 MB/s | 259 kB 00:00 2023-12-06T08:51:32.487 INFO:teuthology.orchestra.run.smithi001.stdout:(17/23): python3-prettytable-0.7.2-14.el8.noarc 1.3 MB/s | 44 kB 00:00 2023-12-06T08:51:32.528 INFO:teuthology.orchestra.run.smithi001.stdout:(18/23): librdkafka-0.11.4-3.el8.x86_64.rpm 8.3 MB/s | 354 kB 00:00 2023-12-06T08:51:32.562 INFO:teuthology.orchestra.run.smithi001.stdout:(19/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 1.4 MB/s | 47 kB 00:00 2023-12-06T08:51:32.563 INFO:teuthology.orchestra.run.smithi006.stdout:(4/23): libradosstriper1-18.0.0-7644.g96fa2578. 3.4 MB/s | 517 kB 00:00 2023-12-06T08:51:32.588 INFO:teuthology.orchestra.run.smithi001.stdout:(20/23): libunwind-1.3.1-3.el8.x86_64.rpm 249 kB/s | 75 kB 00:00 2023-12-06T08:51:32.671 INFO:teuthology.orchestra.run.smithi001.stdout:(21/23): thrift-0.13.0-2.el8.x86_64.rpm 4.8 MB/s | 1.7 MB 00:00 2023-12-06T08:51:33.197 INFO:teuthology.orchestra.run.smithi001.stdout:(22/23): librbd1-18.0.0-7644.g96fa2578.el8.x86_ 6.1 MB/s | 3.7 MB 00:00 2023-12-06T08:51:33.313 INFO:teuthology.orchestra.run.smithi001.stdout:(23/23): librados2-18.0.0-7644.g96fa2578.el8.x8 5.0 MB/s | 3.8 MB 00:00 2023-12-06T08:51:33.318 INFO:teuthology.orchestra.run.smithi001.stdout:-------------------------------------------------------------------------------- 2023-12-06T08:51:33.318 INFO:teuthology.orchestra.run.smithi001.stdout:Total 15 MB/s | 62 MB 00:04 2023-12-06T08:51:33.364 INFO:teuthology.orchestra.run.smithi001.stdout:Running transaction check 2023-12-06T08:51:33.413 INFO:teuthology.orchestra.run.smithi001.stdout:Transaction check succeeded. 2023-12-06T08:51:33.413 INFO:teuthology.orchestra.run.smithi001.stdout:Running transaction test 2023-12-06T08:51:33.769 INFO:teuthology.orchestra.run.smithi001.stdout:Transaction test succeeded. 2023-12-06T08:51:33.772 INFO:teuthology.orchestra.run.smithi001.stdout:Running transaction 2023-12-06T08:51:33.829 INFO:teuthology.orchestra.run.smithi072.stdout:(1/23): ceph-common-18.0.0-7644.g96fa2578.el8.x 6.9 MB/s | 23 MB 00:03 2023-12-06T08:51:33.872 INFO:teuthology.orchestra.run.smithi072.stdout:(2/23): ceph-selinux-18.0.0-7644.g96fa2578.el8. 585 kB/s | 24 kB 00:00 2023-12-06T08:51:34.050 INFO:teuthology.orchestra.run.smithi072.stdout:(3/23): libcephfs2-18.0.0-7644.g96fa2578.el8.x8 4.6 MB/s | 839 kB 00:00 2023-12-06T08:51:34.114 INFO:teuthology.orchestra.run.smithi072.stdout:(4/23): libradosstriper1-18.0.0-7644.g96fa2578. 7.9 MB/s | 517 kB 00:00 2023-12-06T08:51:34.121 INFO:teuthology.orchestra.run.smithi006.stdout:(5/23): ceph-radosgw-18.0.0-7644.g96fa2578.el8. 3.3 MB/s | 14 MB 00:04 2023-12-06T08:51:34.197 INFO:teuthology.orchestra.run.smithi006.stdout:(6/23): python3-ceph-argparse-18.0.0-7644.g96fa 599 kB/s | 45 kB 00:00 2023-12-06T08:51:34.272 INFO:teuthology.orchestra.run.smithi006.stdout:(7/23): python3-ceph-common-18.0.0-7644.g96fa25 1.7 MB/s | 128 kB 00:00 2023-12-06T08:51:34.389 INFO:teuthology.orchestra.run.smithi006.stdout:(8/23): librgw2-18.0.0-7644.g96fa2578.el8.x86_6 3.8 MB/s | 6.9 MB 00:01 2023-12-06T08:51:34.423 INFO:teuthology.orchestra.run.smithi006.stdout:(9/23): python3-cephfs-18.0.0-7644.g96fa2578.el 1.3 MB/s | 197 kB 00:00 2023-12-06T08:51:34.498 INFO:teuthology.orchestra.run.smithi006.stdout:(10/23): python3-rados-18.0.0-7644.g96fa2578.el 3.3 MB/s | 371 kB 00:00 2023-12-06T08:51:34.523 INFO:teuthology.orchestra.run.smithi006.stdout:(11/23): python3-rbd-18.0.0-7644.g96fa2578.el8. 3.6 MB/s | 365 kB 00:00 2023-12-06T08:51:34.548 INFO:teuthology.orchestra.run.smithi006.stdout:(12/23): python3-rgw-18.0.0-7644.g96fa2578.el8. 2.1 MB/s | 107 kB 00:00 2023-12-06T08:51:34.556 INFO:teuthology.orchestra.run.smithi072.stdout:(5/23): librgw2-18.0.0-7644.g96fa2578.el8.x86_6 16 MB/s | 6.9 MB 00:00 2023-12-06T08:51:34.599 INFO:teuthology.orchestra.run.smithi072.stdout:(6/23): python3-ceph-argparse-18.0.0-7644.g96fa 1.0 MB/s | 45 kB 00:00 2023-12-06T08:51:34.641 INFO:teuthology.orchestra.run.smithi072.stdout:(7/23): python3-ceph-common-18.0.0-7644.g96fa25 3.0 MB/s | 128 kB 00:00 2023-12-06T08:51:34.691 INFO:teuthology.orchestra.run.smithi072.stdout:(8/23): python3-cephfs-18.0.0-7644.g96fa2578.el 3.8 MB/s | 197 kB 00:00 2023-12-06T08:51:34.750 INFO:teuthology.orchestra.run.smithi072.stdout:(9/23): python3-rados-18.0.0-7644.g96fa2578.el8 6.2 MB/s | 371 kB 00:00 2023-12-06T08:51:34.809 INFO:teuthology.orchestra.run.smithi072.stdout:(10/23): python3-rbd-18.0.0-7644.g96fa2578.el8. 6.1 MB/s | 365 kB 00:00 2023-12-06T08:51:34.860 INFO:teuthology.orchestra.run.smithi072.stdout:(11/23): python3-rgw-18.0.0-7644.g96fa2578.el8. 2.1 MB/s | 107 kB 00:00 2023-12-06T08:51:34.960 INFO:teuthology.orchestra.run.smithi001.stdout: Preparing : 1/1 2023-12-06T08:51:34.990 INFO:teuthology.orchestra.run.smithi006.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 133 kB/s | 59 kB 00:00 2023-12-06T08:51:35.052 INFO:teuthology.orchestra.run.smithi072.stdout:(12/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.6 MB/s | 306 kB 00:00 2023-12-06T08:51:35.094 INFO:teuthology.orchestra.run.smithi072.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 1.4 MB/s | 59 kB 00:00 2023-12-06T08:51:35.146 INFO:teuthology.orchestra.run.smithi072.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.4 MB/s | 75 kB 00:00 2023-12-06T08:51:35.174 INFO:teuthology.orchestra.run.smithi006.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 409 kB/s | 75 kB 00:00 2023-12-06T08:51:35.175 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-06T08:51:35.199 INFO:teuthology.orchestra.run.smithi006.stdout:(15/23): gperftools-libs-2.7-9.el8.x86_64.rpm 453 kB/s | 306 kB 00:00 2023-12-06T08:51:35.258 INFO:teuthology.orchestra.run.smithi006.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 4.4 MB/s | 259 kB 00:00 2023-12-06T08:51:35.300 INFO:teuthology.orchestra.run.smithi006.stdout:(17/23): python3-prettytable-0.7.2-14.el8.noarc 1.0 MB/s | 44 kB 00:00 2023-12-06T08:51:35.342 INFO:teuthology.orchestra.run.smithi006.stdout:(18/23): librdkafka-0.11.4-3.el8.x86_64.rpm 8.3 MB/s | 354 kB 00:00 2023-12-06T08:51:35.373 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-06T08:51:35.384 INFO:teuthology.orchestra.run.smithi006.stdout:(19/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 1.1 MB/s | 47 kB 00:00 2023-12-06T08:51:35.701 INFO:teuthology.orchestra.run.smithi006.stdout:(20/23): thrift-0.13.0-2.el8.x86_64.rpm 3.3 MB/s | 1.7 MB 00:00 2023-12-06T08:51:35.780 INFO:teuthology.orchestra.run.smithi072.stdout:(15/23): thrift-0.13.0-2.el8.x86_64.rpm 2.7 MB/s | 1.7 MB 00:00 2023-12-06T08:51:35.805 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-06T08:51:35.831 INFO:teuthology.orchestra.run.smithi072.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 936 kB/s | 47 kB 00:00 2023-12-06T08:51:35.881 INFO:teuthology.orchestra.run.smithi072.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 5.0 MB/s | 259 kB 00:00 2023-12-06T08:51:35.990 INFO:teuthology.orchestra.run.smithi072.stdout:(18/23): ceph-base-18.0.0-7644.g96fa2578.el8.x8 1.0 MB/s | 5.4 MB 00:05 2023-12-06T08:51:36.010 INFO:teuthology.orchestra.run.smithi006.stdout:(21/23): librados2-18.0.0-7644.g96fa2578.el8.x8 6.0 MB/s | 3.8 MB 00:00 2023-12-06T08:51:36.016 INFO:teuthology.orchestra.run.smithi072.stdout:(19/23): python3-prettytable-0.7.2-14.el8.noarc 328 kB/s | 44 kB 00:00 2023-12-06T08:51:36.066 INFO:teuthology.orchestra.run.smithi072.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 4.6 MB/s | 354 kB 00:00 2023-12-06T08:51:36.156 INFO:teuthology.orchestra.run.smithi001.stdout: Upgrading : librados2-2:18.0.0-7644.g96fa2578.el8.x86_64 3/25 2023-12-06T08:51:36.257 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: librados2-2:18.0.0-7644.g96fa2578.el8.x86_64 3/25 2023-12-06T08:51:36.384 INFO:teuthology.orchestra.run.smithi072.stdout:(21/23): librbd1-18.0.0-7644.g96fa2578.el8.x86_ 12 MB/s | 3.7 MB 00:00 2023-12-06T08:51:36.410 INFO:teuthology.orchestra.run.smithi006.stdout:(22/23): librbd1-18.0.0-7644.g96fa2578.el8.x86_ 5.2 MB/s | 3.7 MB 00:00 2023-12-06T08:51:36.430 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : python3-rados-2:18.0.0-7644.g96fa2578.el8.x86_64 4/25 2023-12-06T08:51:36.680 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-06T08:51:36.906 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : libcephfs2-2:18.0.0-7644.g96fa2578.el8.x86_64 6/25 2023-12-06T08:51:37.452 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: libcephfs2-2:18.0.0-7644.g96fa2578.el8.x86_64 6/25 2023-12-06T08:51:37.698 INFO:teuthology.orchestra.run.smithi001.stdout: Upgrading : librbd1-2:18.0.0-7644.g96fa2578.el8.x86_64 7/25 2023-12-06T08:51:37.762 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: librbd1-2:18.0.0-7644.g96fa2578.el8.x86_64 7/25 2023-12-06T08:51:37.817 INFO:teuthology.orchestra.run.smithi072.stdout:(22/23): librados2-18.0.0-7644.g96fa2578.el8.x8 2.1 MB/s | 3.8 MB 00:01 2023-12-06T08:51:37.958 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-06T08:51:38.140 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-06T08:51:38.468 INFO:teuthology.orchestra.run.smithi072.stdout:(23/23): ceph-radosgw-18.0.0-7644.g96fa2578.el8 1.8 MB/s | 14 MB 00:07 2023-12-06T08:51:38.471 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------------------------------------------------------------------- 2023-12-06T08:51:38.471 INFO:teuthology.orchestra.run.smithi072.stdout:Total 7.7 MB/s | 62 MB 00:07 2023-12-06T08:51:38.520 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction check 2023-12-06T08:51:38.566 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction check succeeded. 2023-12-06T08:51:38.566 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction test 2023-12-06T08:51:38.859 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-06T08:51:38.902 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction test succeeded. 2023-12-06T08:51:38.906 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction 2023-12-06T08:51:39.039 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : librgw2-2:18.0.0-7644.g96fa2578.el8.x86_64 10/25 2023-12-06T08:51:39.092 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: librgw2-2:18.0.0-7644.g96fa2578.el8.x86_64 10/25 2023-12-06T08:51:39.219 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : python3-ceph-argparse-2:18.0.0-7644.g96fa2578.el8. 11/25 2023-12-06T08:51:39.352 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : python3-cephfs-2:18.0.0-7644.g96fa2578.el8.x86_64 12/25 2023-12-06T08:51:39.527 INFO:teuthology.orchestra.run.smithi006.stdout:(23/23): ceph-common-18.0.0-7644.g96fa2578.el8. 2.4 MB/s | 23 MB 00:09 2023-12-06T08:51:39.531 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2023-12-06T08:51:39.532 INFO:teuthology.orchestra.run.smithi006.stdout:Total 6.2 MB/s | 62 MB 00:09 2023-12-06T08:51:39.554 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : python3-rgw-2:18.0.0-7644.g96fa2578.el8.x86_64 13/25 2023-12-06T08:51:39.581 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2023-12-06T08:51:39.630 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2023-12-06T08:51:39.631 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2023-12-06T08:51:39.737 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : python3-rbd-2:18.0.0-7644.g96fa2578.el8.x86_64 14/25 2023-12-06T08:51:39.922 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : libradosstriper1-2:18.0.0-7644.g96fa2578.el8.x86_6 15/25 2023-12-06T08:51:39.993 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2023-12-06T08:51:39.997 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7644.g96fa2578.el8.x86_6 15/25 2023-12-06T08:51:39.997 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2023-12-06T08:51:40.133 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-06T08:51:40.285 INFO:teuthology.orchestra.run.smithi072.stdout: Preparing : 1/1 2023-12-06T08:51:40.318 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-06T08:51:40.524 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-06T08:51:40.547 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-06T08:51:40.715 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : python3-ceph-common-2:18.0.0-7644.g96fa2578.el8.x8 19/25 2023-12-06T08:51:40.744 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-06T08:51:41.158 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-06T08:51:41.240 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2023-12-06T08:51:41.421 INFO:teuthology.orchestra.run.smithi072.stdout: Upgrading : librados2-2:18.0.0-7644.g96fa2578.el8.x86_64 3/25 2023-12-06T08:51:41.465 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-06T08:51:41.514 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: librados2-2:18.0.0-7644.g96fa2578.el8.x86_64 3/25 2023-12-06T08:51:41.697 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-06T08:51:41.716 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-rados-2:18.0.0-7644.g96fa2578.el8.x86_64 4/25 2023-12-06T08:51:41.987 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-06T08:51:42.135 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-06T08:51:42.210 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : libcephfs2-2:18.0.0-7644.g96fa2578.el8.x86_64 6/25 2023-12-06T08:51:42.355 INFO:teuthology.orchestra.run.smithi006.stdout: Upgrading : librados2-2:18.0.0-7644.g96fa2578.el8.x86_64 3/25 2023-12-06T08:51:42.487 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: librados2-2:18.0.0-7644.g96fa2578.el8.x86_64 3/25 2023-12-06T08:51:42.628 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: libcephfs2-2:18.0.0-7644.g96fa2578.el8.x86_64 6/25 2023-12-06T08:51:42.695 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-rados-2:18.0.0-7644.g96fa2578.el8.x86_64 4/25 2023-12-06T08:51:42.843 INFO:teuthology.orchestra.run.smithi072.stdout: Upgrading : librbd1-2:18.0.0-7644.g96fa2578.el8.x86_64 7/25 2023-12-06T08:51:42.943 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: librbd1-2:18.0.0-7644.g96fa2578.el8.x86_64 7/25 2023-12-06T08:51:42.955 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-06T08:51:43.152 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-06T08:51:43.197 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : libcephfs2-2:18.0.0-7644.g96fa2578.el8.x86_64 6/25 2023-12-06T08:51:43.225 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-06T08:51:43.634 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: libcephfs2-2:18.0.0-7644.g96fa2578.el8.x86_64 6/25 2023-12-06T08:51:43.897 INFO:teuthology.orchestra.run.smithi006.stdout: Upgrading : librbd1-2:18.0.0-7644.g96fa2578.el8.x86_64 7/25 2023-12-06T08:51:43.968 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: librbd1-2:18.0.0-7644.g96fa2578.el8.x86_64 7/25 2023-12-06T08:51:44.017 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-06T08:51:44.181 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-06T08:51:44.297 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : librgw2-2:18.0.0-7644.g96fa2578.el8.x86_64 10/25 2023-12-06T08:51:44.380 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-06T08:51:44.487 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: librgw2-2:18.0.0-7644.g96fa2578.el8.x86_64 10/25 2023-12-06T08:51:44.621 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-ceph-argparse-2:18.0.0-7644.g96fa2578.el8. 11/25 2023-12-06T08:51:44.717 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: ceph-common-2:18.0.0-7644.g96fa2578.el8.x86_64 20/25 2023-12-06T08:51:44.796 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-cephfs-2:18.0.0-7644.g96fa2578.el8.x86_64 12/25 2023-12-06T08:51:44.922 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : ceph-common-2:18.0.0-7644.g96fa2578.el8.x86_64 20/25 2023-12-06T08:51:45.084 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-06T08:51:45.089 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-rgw-2:18.0.0-7644.g96fa2578.el8.x86_64 13/25 2023-12-06T08:51:45.271 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : librgw2-2:18.0.0-7644.g96fa2578.el8.x86_64 10/25 2023-12-06T08:51:45.305 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-rbd-2:18.0.0-7644.g96fa2578.el8.x86_64 14/25 2023-12-06T08:51:45.323 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: librgw2-2:18.0.0-7644.g96fa2578.el8.x86_64 10/25 2023-12-06T08:51:45.477 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-ceph-argparse-2:18.0.0-7644.g96fa2578.el8. 11/25 2023-12-06T08:51:45.477 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : libradosstriper1-2:18.0.0-7644.g96fa2578.el8.x86_6 15/25 2023-12-06T08:51:45.539 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: ceph-common-2:18.0.0-7644.g96fa2578.el8.x86_64 20/25 2023-12-06T08:51:45.545 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7644.g96fa2578.el8.x86_6 15/25 2023-12-06T08:51:45.675 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-cephfs-2:18.0.0-7644.g96fa2578.el8.x86_64 12/25 2023-12-06T08:51:45.708 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-06T08:51:45.762 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : ceph-base-2:18.0.0-7644.g96fa2578.el8.x86_64 21/25 2023-12-06T08:51:45.846 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: ceph-base-2:18.0.0-7644.g96fa2578.el8.x86_64 21/25 2023-12-06T08:51:45.915 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-rgw-2:18.0.0-7644.g96fa2578.el8.x86_64 13/25 2023-12-06T08:51:45.925 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-06T08:51:46.030 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : ceph-selinux-2:18.0.0-7644.g96fa2578.el8.x86_64 22/25 2023-12-06T08:51:46.129 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-rbd-2:18.0.0-7644.g96fa2578.el8.x86_64 14/25 2023-12-06T08:51:46.180 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-06T08:51:46.288 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : libradosstriper1-2:18.0.0-7644.g96fa2578.el8.x86_6 15/25 2023-12-06T08:51:46.360 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7644.g96fa2578.el8.x86_6 15/25 2023-12-06T08:51:46.368 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-ceph-common-2:18.0.0-7644.g96fa2578.el8.x8 19/25 2023-12-06T08:51:46.498 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-06T08:51:46.731 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-06T08:51:46.961 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-06T08:51:47.139 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-ceph-common-2:18.0.0-7644.g96fa2578.el8.x8 19/25 2023-12-06T08:51:50.128 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-common-2:18.0.0-7644.g96fa2578.el8.x86_64 20/25 2023-12-06T08:51:50.635 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-common-2:18.0.0-7644.g96fa2578.el8.x86_64 20/25 2023-12-06T08:51:51.270 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-common-2:18.0.0-7644.g96fa2578.el8.x86_64 20/25 2023-12-06T08:51:51.328 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-common-2:18.0.0-7644.g96fa2578.el8.x86_64 20/25 2023-12-06T08:51:51.514 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-base-2:18.0.0-7644.g96fa2578.el8.x86_64 21/25 2023-12-06T08:51:51.546 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-common-2:18.0.0-7644.g96fa2578.el8.x86_64 20/25 2023-12-06T08:51:51.595 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-base-2:18.0.0-7644.g96fa2578.el8.x86_64 21/25 2023-12-06T08:51:51.809 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-selinux-2:18.0.0-7644.g96fa2578.el8.x86_64 22/25 2023-12-06T08:51:52.165 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-common-2:18.0.0-7644.g96fa2578.el8.x86_64 20/25 2023-12-06T08:51:52.408 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-base-2:18.0.0-7644.g96fa2578.el8.x86_64 21/25 2023-12-06T08:51:52.493 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-base-2:18.0.0-7644.g96fa2578.el8.x86_64 21/25 2023-12-06T08:51:52.687 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-selinux-2:18.0.0-7644.g96fa2578.el8.x86_64 22/25 2023-12-06T08:52:05.256 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7644.g96fa2578.el8.x86_64 22/25 2023-12-06T08:52:05.256 INFO:teuthology.orchestra.run.smithi001.stdout:skipping the directory /sys 2023-12-06T08:52:05.256 INFO:teuthology.orchestra.run.smithi001.stdout:skipping the directory /proc 2023-12-06T08:52:05.256 INFO:teuthology.orchestra.run.smithi001.stdout:skipping the directory /dev 2023-12-06T08:52:05.256 INFO:teuthology.orchestra.run.smithi001.stdout:skipping the directory /run 2023-12-06T08:52:05.256 INFO:teuthology.orchestra.run.smithi001.stdout:skipping the directory /mnt 2023-12-06T08:52:05.256 INFO:teuthology.orchestra.run.smithi001.stdout:skipping the directory /var/tmp 2023-12-06T08:52:05.256 INFO:teuthology.orchestra.run.smithi001.stdout:skipping the directory /home 2023-12-06T08:52:05.256 INFO:teuthology.orchestra.run.smithi001.stdout:skipping the directory /tmp 2023-12-06T08:52:05.256 INFO:teuthology.orchestra.run.smithi001.stdout:skipping the directory /dev 2023-12-06T08:52:05.256 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-12-06T08:52:06.768 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : ceph-radosgw-2:18.0.0-7644.g96fa2578.el8.x86_64 23/25 2023-12-06T08:52:06.789 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7644.g96fa2578.el8.x86_64 23/25 2023-12-06T08:52:06.790 INFO:teuthology.orchestra.run.smithi001.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-06T08:52:06.979 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-06T08:52:06.980 INFO:teuthology.orchestra.run.smithi001.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-06T08:52:07.592 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-06T08:52:07.592 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : ceph-base-2:18.0.0-7644.g96fa2578.el8.x86_64 1/25 2023-12-06T08:52:07.592 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : ceph-common-2:18.0.0-7644.g96fa2578.el8.x86_64 2/25 2023-12-06T08:52:07.592 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : ceph-radosgw-2:18.0.0-7644.g96fa2578.el8.x86_64 3/25 2023-12-06T08:52:07.592 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : ceph-selinux-2:18.0.0-7644.g96fa2578.el8.x86_64 4/25 2023-12-06T08:52:07.592 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : libcephfs2-2:18.0.0-7644.g96fa2578.el8.x86_64 5/25 2023-12-06T08:52:07.592 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : libradosstriper1-2:18.0.0-7644.g96fa2578.el8.x86_6 6/25 2023-12-06T08:52:07.592 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : librgw2-2:18.0.0-7644.g96fa2578.el8.x86_64 7/25 2023-12-06T08:52:07.593 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7644.g96fa2578.el8. 8/25 2023-12-06T08:52:07.593 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : python3-ceph-common-2:18.0.0-7644.g96fa2578.el8.x8 9/25 2023-12-06T08:52:07.593 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : python3-cephfs-2:18.0.0-7644.g96fa2578.el8.x86_64 10/25 2023-12-06T08:52:07.593 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : python3-rados-2:18.0.0-7644.g96fa2578.el8.x86_64 11/25 2023-12-06T08:52:07.593 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : python3-rbd-2:18.0.0-7644.g96fa2578.el8.x86_64 12/25 2023-12-06T08:52:07.593 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : python3-rgw-2:18.0.0-7644.g96fa2578.el8.x86_64 13/25 2023-12-06T08:52:07.593 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-06T08:52:07.593 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-06T08:52:07.593 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-06T08:52:07.593 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-06T08:52:07.593 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-06T08:52:07.593 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-06T08:52:07.593 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-06T08:52:07.593 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-06T08:52:07.593 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : librados2-2:18.0.0-7644.g96fa2578.el8.x86_64 22/25 2023-12-06T08:52:07.594 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-06T08:52:07.594 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : librbd1-2:18.0.0-7644.g96fa2578.el8.x86_64 24/25 2023-12-06T08:52:11.535 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-06T08:52:11.535 INFO:teuthology.orchestra.run.smithi001.stdout:Installed products updated. 2023-12-06T08:52:11.739 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-12-06T08:52:11.740 INFO:teuthology.orchestra.run.smithi001.stdout:Upgraded: 2023-12-06T08:52:11.740 INFO:teuthology.orchestra.run.smithi001.stdout: librados2-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:11.740 INFO:teuthology.orchestra.run.smithi001.stdout: librbd1-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:11.740 INFO:teuthology.orchestra.run.smithi001.stdout:Installed: 2023-12-06T08:52:11.740 INFO:teuthology.orchestra.run.smithi001.stdout: ceph-base-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:11.740 INFO:teuthology.orchestra.run.smithi001.stdout: ceph-common-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:11.740 INFO:teuthology.orchestra.run.smithi001.stdout: ceph-radosgw-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:11.740 INFO:teuthology.orchestra.run.smithi001.stdout: ceph-selinux-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:11.740 INFO:teuthology.orchestra.run.smithi001.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-06T08:52:11.740 INFO:teuthology.orchestra.run.smithi001.stdout: libcephfs2-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:11.740 INFO:teuthology.orchestra.run.smithi001.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-06T08:52:11.740 INFO:teuthology.orchestra.run.smithi001.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-06T08:52:11.740 INFO:teuthology.orchestra.run.smithi001.stdout: libradosstriper1-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:11.741 INFO:teuthology.orchestra.run.smithi001.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-06T08:52:11.741 INFO:teuthology.orchestra.run.smithi001.stdout: librgw2-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:11.741 INFO:teuthology.orchestra.run.smithi001.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-06T08:52:11.741 INFO:teuthology.orchestra.run.smithi001.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-06T08:52:11.741 INFO:teuthology.orchestra.run.smithi001.stdout: python3-ceph-argparse-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:11.741 INFO:teuthology.orchestra.run.smithi001.stdout: python3-ceph-common-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:11.741 INFO:teuthology.orchestra.run.smithi001.stdout: python3-cephfs-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:11.741 INFO:teuthology.orchestra.run.smithi001.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-06T08:52:11.741 INFO:teuthology.orchestra.run.smithi001.stdout: python3-rados-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:11.741 INFO:teuthology.orchestra.run.smithi001.stdout: python3-rbd-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:11.741 INFO:teuthology.orchestra.run.smithi001.stdout: python3-rgw-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:11.741 INFO:teuthology.orchestra.run.smithi001.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-06T08:52:11.741 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-12-06T08:52:11.741 INFO:teuthology.orchestra.run.smithi001.stdout:Complete! 2023-12-06T08:52:11.903 DEBUG:teuthology.orchestra.run.smithi001:> sudo yum -y install ceph-test 2023-12-06T08:52:12.051 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7644.g96fa2578.el8.x86_64 22/25 2023-12-06T08:52:12.051 INFO:teuthology.orchestra.run.smithi006.stdout:skipping the directory /sys 2023-12-06T08:52:12.051 INFO:teuthology.orchestra.run.smithi006.stdout:skipping the directory /proc 2023-12-06T08:52:12.051 INFO:teuthology.orchestra.run.smithi006.stdout:skipping the directory /dev 2023-12-06T08:52:12.051 INFO:teuthology.orchestra.run.smithi006.stdout:skipping the directory /run 2023-12-06T08:52:12.051 INFO:teuthology.orchestra.run.smithi006.stdout:skipping the directory /mnt 2023-12-06T08:52:12.051 INFO:teuthology.orchestra.run.smithi006.stdout:skipping the directory /var/tmp 2023-12-06T08:52:12.051 INFO:teuthology.orchestra.run.smithi006.stdout:skipping the directory /home 2023-12-06T08:52:12.051 INFO:teuthology.orchestra.run.smithi006.stdout:skipping the directory /tmp 2023-12-06T08:52:12.051 INFO:teuthology.orchestra.run.smithi006.stdout:skipping the directory /dev 2023-12-06T08:52:12.052 INFO:teuthology.orchestra.run.smithi006.stdout: 2023-12-06T08:52:12.274 INFO:teuthology.orchestra.run.smithi001.stdout:Updating Subscription Management repositories. 2023-12-06T08:52:12.358 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7644.g96fa2578.el8.x86_64 22/25 2023-12-06T08:52:12.358 INFO:teuthology.orchestra.run.smithi072.stdout:skipping the directory /sys 2023-12-06T08:52:12.358 INFO:teuthology.orchestra.run.smithi072.stdout:skipping the directory /proc 2023-12-06T08:52:12.358 INFO:teuthology.orchestra.run.smithi072.stdout:skipping the directory /dev 2023-12-06T08:52:12.359 INFO:teuthology.orchestra.run.smithi072.stdout:skipping the directory /run 2023-12-06T08:52:12.359 INFO:teuthology.orchestra.run.smithi072.stdout:skipping the directory /mnt 2023-12-06T08:52:12.359 INFO:teuthology.orchestra.run.smithi072.stdout:skipping the directory /var/tmp 2023-12-06T08:52:12.359 INFO:teuthology.orchestra.run.smithi072.stdout:skipping the directory /home 2023-12-06T08:52:12.359 INFO:teuthology.orchestra.run.smithi072.stdout:skipping the directory /tmp 2023-12-06T08:52:12.359 INFO:teuthology.orchestra.run.smithi072.stdout:skipping the directory /dev 2023-12-06T08:52:12.359 INFO:teuthology.orchestra.run.smithi072.stdout: 2023-12-06T08:52:12.929 INFO:teuthology.orchestra.run.smithi001.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 140 kB/s | 4.5 kB 00:00 2023-12-06T08:52:13.555 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-radosgw-2:18.0.0-7644.g96fa2578.el8.x86_64 23/25 2023-12-06T08:52:13.577 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7644.g96fa2578.el8.x86_64 23/25 2023-12-06T08:52:13.577 INFO:teuthology.orchestra.run.smithi006.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-06T08:52:13.778 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-radosgw-2:18.0.0-7644.g96fa2578.el8.x86_64 23/25 2023-12-06T08:52:13.795 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-06T08:52:13.796 INFO:teuthology.orchestra.run.smithi006.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-06T08:52:13.799 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7644.g96fa2578.el8.x86_64 23/25 2023-12-06T08:52:13.801 INFO:teuthology.orchestra.run.smithi072.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-06T08:52:14.000 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-06T08:52:14.000 INFO:teuthology.orchestra.run.smithi072.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-06T08:52:14.411 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-06T08:52:14.412 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-base-2:18.0.0-7644.g96fa2578.el8.x86_64 1/25 2023-12-06T08:52:14.412 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-common-2:18.0.0-7644.g96fa2578.el8.x86_64 2/25 2023-12-06T08:52:14.412 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-radosgw-2:18.0.0-7644.g96fa2578.el8.x86_64 3/25 2023-12-06T08:52:14.412 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-selinux-2:18.0.0-7644.g96fa2578.el8.x86_64 4/25 2023-12-06T08:52:14.412 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : libcephfs2-2:18.0.0-7644.g96fa2578.el8.x86_64 5/25 2023-12-06T08:52:14.412 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : libradosstriper1-2:18.0.0-7644.g96fa2578.el8.x86_6 6/25 2023-12-06T08:52:14.412 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : librgw2-2:18.0.0-7644.g96fa2578.el8.x86_64 7/25 2023-12-06T08:52:14.412 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7644.g96fa2578.el8. 8/25 2023-12-06T08:52:14.412 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-ceph-common-2:18.0.0-7644.g96fa2578.el8.x8 9/25 2023-12-06T08:52:14.412 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-cephfs-2:18.0.0-7644.g96fa2578.el8.x86_64 10/25 2023-12-06T08:52:14.412 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-rados-2:18.0.0-7644.g96fa2578.el8.x86_64 11/25 2023-12-06T08:52:14.412 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-rbd-2:18.0.0-7644.g96fa2578.el8.x86_64 12/25 2023-12-06T08:52:14.412 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-rgw-2:18.0.0-7644.g96fa2578.el8.x86_64 13/25 2023-12-06T08:52:14.413 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-06T08:52:14.413 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-06T08:52:14.413 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-06T08:52:14.413 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-06T08:52:14.413 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-06T08:52:14.413 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-06T08:52:14.413 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-06T08:52:14.413 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-06T08:52:14.413 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : librados2-2:18.0.0-7644.g96fa2578.el8.x86_64 22/25 2023-12-06T08:52:14.413 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-06T08:52:14.413 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : librbd1-2:18.0.0-7644.g96fa2578.el8.x86_64 24/25 2023-12-06T08:52:14.598 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-06T08:52:14.598 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-base-2:18.0.0-7644.g96fa2578.el8.x86_64 1/25 2023-12-06T08:52:14.598 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-common-2:18.0.0-7644.g96fa2578.el8.x86_64 2/25 2023-12-06T08:52:14.598 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-radosgw-2:18.0.0-7644.g96fa2578.el8.x86_64 3/25 2023-12-06T08:52:14.599 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-selinux-2:18.0.0-7644.g96fa2578.el8.x86_64 4/25 2023-12-06T08:52:14.599 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : libcephfs2-2:18.0.0-7644.g96fa2578.el8.x86_64 5/25 2023-12-06T08:52:14.599 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : libradosstriper1-2:18.0.0-7644.g96fa2578.el8.x86_6 6/25 2023-12-06T08:52:14.599 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : librgw2-2:18.0.0-7644.g96fa2578.el8.x86_64 7/25 2023-12-06T08:52:14.599 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7644.g96fa2578.el8. 8/25 2023-12-06T08:52:14.599 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-ceph-common-2:18.0.0-7644.g96fa2578.el8.x8 9/25 2023-12-06T08:52:14.600 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-cephfs-2:18.0.0-7644.g96fa2578.el8.x86_64 10/25 2023-12-06T08:52:14.600 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-rados-2:18.0.0-7644.g96fa2578.el8.x86_64 11/25 2023-12-06T08:52:14.600 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-rbd-2:18.0.0-7644.g96fa2578.el8.x86_64 12/25 2023-12-06T08:52:14.600 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-rgw-2:18.0.0-7644.g96fa2578.el8.x86_64 13/25 2023-12-06T08:52:14.601 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-06T08:52:14.601 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-06T08:52:14.601 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-06T08:52:14.601 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-06T08:52:14.601 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-06T08:52:14.601 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-06T08:52:14.601 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-06T08:52:14.601 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-06T08:52:14.601 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : librados2-2:18.0.0-7644.g96fa2578.el8.x86_64 22/25 2023-12-06T08:52:14.601 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-06T08:52:14.601 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : librbd1-2:18.0.0-7644.g96fa2578.el8.x86_64 24/25 2023-12-06T08:52:14.615 INFO:teuthology.orchestra.run.smithi001.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 2.9 kB/s | 4.1 kB 00:01 2023-12-06T08:52:16.342 INFO:teuthology.orchestra.run.smithi001.stdout:Dependencies resolved. 2023-12-06T08:52:16.343 INFO:teuthology.orchestra.run.smithi001.stdout:============================================================================================ 2023-12-06T08:52:16.343 INFO:teuthology.orchestra.run.smithi001.stdout: Package Arch Version Repository Size 2023-12-06T08:52:16.344 INFO:teuthology.orchestra.run.smithi001.stdout:============================================================================================ 2023-12-06T08:52:16.344 INFO:teuthology.orchestra.run.smithi001.stdout:Installing: 2023-12-06T08:52:16.344 INFO:teuthology.orchestra.run.smithi001.stdout: ceph-test x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 49 M 2023-12-06T08:52:16.344 INFO:teuthology.orchestra.run.smithi001.stdout:Installing dependencies: 2023-12-06T08:52:16.344 INFO:teuthology.orchestra.run.smithi001.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-06T08:52:16.344 INFO:teuthology.orchestra.run.smithi001.stdout: libcephsqlite x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 183 k 2023-12-06T08:52:16.344 INFO:teuthology.orchestra.run.smithi001.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-06T08:52:16.344 INFO:teuthology.orchestra.run.smithi001.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-06T08:52:16.344 INFO:teuthology.orchestra.run.smithi001.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-06T08:52:16.344 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-12-06T08:52:16.344 INFO:teuthology.orchestra.run.smithi001.stdout:Transaction Summary 2023-12-06T08:52:16.344 INFO:teuthology.orchestra.run.smithi001.stdout:============================================================================================ 2023-12-06T08:52:16.344 INFO:teuthology.orchestra.run.smithi001.stdout:Install 6 Packages 2023-12-06T08:52:16.344 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-12-06T08:52:16.345 INFO:teuthology.orchestra.run.smithi001.stdout:Total download size: 50 M 2023-12-06T08:52:16.345 INFO:teuthology.orchestra.run.smithi001.stdout:Installed size: 223 M 2023-12-06T08:52:16.345 INFO:teuthology.orchestra.run.smithi001.stdout:Downloading Packages: 2023-12-06T08:52:16.380 INFO:teuthology.orchestra.run.smithi001.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 2.0 MB/s | 70 kB 00:00 2023-12-06T08:52:16.455 INFO:teuthology.orchestra.run.smithi001.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.5 MB/s | 323 kB 00:00 2023-12-06T08:52:16.497 INFO:teuthology.orchestra.run.smithi001.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.4 MB/s | 187 kB 00:00 2023-12-06T08:52:16.533 INFO:teuthology.orchestra.run.smithi001.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 5.9 MB/s | 202 kB 00:00 2023-12-06T08:52:16.573 INFO:teuthology.orchestra.run.smithi001.stdout:(5/6): libcephsqlite-18.0.0-7644.g96fa2578.el8. 810 kB/s | 183 kB 00:00 2023-12-06T08:52:19.018 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-06T08:52:19.018 INFO:teuthology.orchestra.run.smithi072.stdout:Installed products updated. 2023-12-06T08:52:19.032 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-06T08:52:19.032 INFO:teuthology.orchestra.run.smithi006.stdout:Installed products updated. 2023-12-06T08:52:19.208 INFO:teuthology.orchestra.run.smithi072.stdout: 2023-12-06T08:52:19.209 INFO:teuthology.orchestra.run.smithi072.stdout:Upgraded: 2023-12-06T08:52:19.209 INFO:teuthology.orchestra.run.smithi072.stdout: librados2-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:19.209 INFO:teuthology.orchestra.run.smithi072.stdout: librbd1-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:19.209 INFO:teuthology.orchestra.run.smithi072.stdout:Installed: 2023-12-06T08:52:19.209 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-base-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:19.209 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-common-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:19.209 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-radosgw-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:19.209 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-selinux-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:19.209 INFO:teuthology.orchestra.run.smithi072.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-06T08:52:19.209 INFO:teuthology.orchestra.run.smithi072.stdout: libcephfs2-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:19.209 INFO:teuthology.orchestra.run.smithi072.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-06T08:52:19.210 INFO:teuthology.orchestra.run.smithi072.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-06T08:52:19.210 INFO:teuthology.orchestra.run.smithi072.stdout: libradosstriper1-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:19.210 INFO:teuthology.orchestra.run.smithi072.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-06T08:52:19.210 INFO:teuthology.orchestra.run.smithi072.stdout: librgw2-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:19.210 INFO:teuthology.orchestra.run.smithi072.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-06T08:52:19.210 INFO:teuthology.orchestra.run.smithi072.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-06T08:52:19.210 INFO:teuthology.orchestra.run.smithi072.stdout: python3-ceph-argparse-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:19.210 INFO:teuthology.orchestra.run.smithi072.stdout: python3-ceph-common-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:19.210 INFO:teuthology.orchestra.run.smithi072.stdout: python3-cephfs-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:19.210 INFO:teuthology.orchestra.run.smithi072.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-06T08:52:19.211 INFO:teuthology.orchestra.run.smithi072.stdout: python3-rados-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:19.211 INFO:teuthology.orchestra.run.smithi072.stdout: python3-rbd-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:19.211 INFO:teuthology.orchestra.run.smithi072.stdout: python3-rgw-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:19.211 INFO:teuthology.orchestra.run.smithi072.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-06T08:52:19.211 INFO:teuthology.orchestra.run.smithi072.stdout: 2023-12-06T08:52:19.211 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2023-12-06T08:52:19.240 INFO:teuthology.orchestra.run.smithi006.stdout: 2023-12-06T08:52:19.240 INFO:teuthology.orchestra.run.smithi006.stdout:Upgraded: 2023-12-06T08:52:19.240 INFO:teuthology.orchestra.run.smithi006.stdout: librados2-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:19.240 INFO:teuthology.orchestra.run.smithi006.stdout: librbd1-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:19.240 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2023-12-06T08:52:19.241 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-base-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:19.241 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-common-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:19.241 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-radosgw-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:19.241 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-selinux-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:19.241 INFO:teuthology.orchestra.run.smithi006.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-06T08:52:19.241 INFO:teuthology.orchestra.run.smithi006.stdout: libcephfs2-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:19.241 INFO:teuthology.orchestra.run.smithi006.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-06T08:52:19.241 INFO:teuthology.orchestra.run.smithi006.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-06T08:52:19.241 INFO:teuthology.orchestra.run.smithi006.stdout: libradosstriper1-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:19.241 INFO:teuthology.orchestra.run.smithi006.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-06T08:52:19.242 INFO:teuthology.orchestra.run.smithi006.stdout: librgw2-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:19.242 INFO:teuthology.orchestra.run.smithi006.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-06T08:52:19.242 INFO:teuthology.orchestra.run.smithi006.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-06T08:52:19.242 INFO:teuthology.orchestra.run.smithi006.stdout: python3-ceph-argparse-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:19.242 INFO:teuthology.orchestra.run.smithi006.stdout: python3-ceph-common-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:19.242 INFO:teuthology.orchestra.run.smithi006.stdout: python3-cephfs-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:19.242 INFO:teuthology.orchestra.run.smithi006.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-06T08:52:19.242 INFO:teuthology.orchestra.run.smithi006.stdout: python3-rados-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:19.242 INFO:teuthology.orchestra.run.smithi006.stdout: python3-rbd-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:19.242 INFO:teuthology.orchestra.run.smithi006.stdout: python3-rgw-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:19.242 INFO:teuthology.orchestra.run.smithi006.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-06T08:52:19.242 INFO:teuthology.orchestra.run.smithi006.stdout: 2023-12-06T08:52:19.242 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2023-12-06T08:52:19.376 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install ceph-test 2023-12-06T08:52:19.414 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install ceph-test 2023-12-06T08:52:19.726 INFO:teuthology.orchestra.run.smithi072.stdout:Updating Subscription Management repositories. 2023-12-06T08:52:19.747 INFO:teuthology.orchestra.run.smithi001.stdout:(6/6): ceph-test-18.0.0-7644.g96fa2578.el8.x86_ 15 MB/s | 49 MB 00:03 2023-12-06T08:52:19.749 INFO:teuthology.orchestra.run.smithi001.stdout:-------------------------------------------------------------------------------- 2023-12-06T08:52:19.749 INFO:teuthology.orchestra.run.smithi001.stdout:Total 15 MB/s | 50 MB 00:03 2023-12-06T08:52:19.785 INFO:teuthology.orchestra.run.smithi006.stdout:Updating Subscription Management repositories. 2023-12-06T08:52:19.787 INFO:teuthology.orchestra.run.smithi001.stdout:Running transaction check 2023-12-06T08:52:19.810 INFO:teuthology.orchestra.run.smithi001.stdout:Transaction check succeeded. 2023-12-06T08:52:19.811 INFO:teuthology.orchestra.run.smithi001.stdout:Running transaction test 2023-12-06T08:52:20.099 INFO:teuthology.orchestra.run.smithi001.stdout:Transaction test succeeded. 2023-12-06T08:52:20.103 INFO:teuthology.orchestra.run.smithi001.stdout:Running transaction 2023-12-06T08:52:20.437 INFO:teuthology.orchestra.run.smithi072.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 121 kB/s | 4.1 kB 00:00 2023-12-06T08:52:20.484 INFO:teuthology.orchestra.run.smithi006.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 151 kB/s | 4.5 kB 00:00 2023-12-06T08:52:20.573 INFO:teuthology.orchestra.run.smithi001.stdout: Preparing : 1/1 2023-12-06T08:52:20.656 INFO:teuthology.orchestra.run.smithi072.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 128 kB/s | 4.5 kB 00:00 2023-12-06T08:52:20.750 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-06T08:52:20.811 INFO:teuthology.orchestra.run.smithi006.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 102 kB/s | 4.1 kB 00:00 2023-12-06T08:52:20.838 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-06T08:52:21.022 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-06T08:52:21.176 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-06T08:52:21.308 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-06T08:52:21.475 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : libcephsqlite-2:18.0.0-7644.g96fa2578.el8.x86_64 5/6 2023-12-06T08:52:22.239 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2023-12-06T08:52:22.240 INFO:teuthology.orchestra.run.smithi072.stdout:============================================================================================ 2023-12-06T08:52:22.241 INFO:teuthology.orchestra.run.smithi072.stdout: Package Arch Version Repository Size 2023-12-06T08:52:22.241 INFO:teuthology.orchestra.run.smithi072.stdout:============================================================================================ 2023-12-06T08:52:22.241 INFO:teuthology.orchestra.run.smithi072.stdout:Installing: 2023-12-06T08:52:22.241 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-test x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 49 M 2023-12-06T08:52:22.241 INFO:teuthology.orchestra.run.smithi072.stdout:Installing dependencies: 2023-12-06T08:52:22.241 INFO:teuthology.orchestra.run.smithi072.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-06T08:52:22.241 INFO:teuthology.orchestra.run.smithi072.stdout: libcephsqlite x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 183 k 2023-12-06T08:52:22.241 INFO:teuthology.orchestra.run.smithi072.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-06T08:52:22.241 INFO:teuthology.orchestra.run.smithi072.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-06T08:52:22.241 INFO:teuthology.orchestra.run.smithi072.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-06T08:52:22.241 INFO:teuthology.orchestra.run.smithi072.stdout: 2023-12-06T08:52:22.241 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2023-12-06T08:52:22.241 INFO:teuthology.orchestra.run.smithi072.stdout:============================================================================================ 2023-12-06T08:52:22.241 INFO:teuthology.orchestra.run.smithi072.stdout:Install 6 Packages 2023-12-06T08:52:22.242 INFO:teuthology.orchestra.run.smithi072.stdout: 2023-12-06T08:52:22.242 INFO:teuthology.orchestra.run.smithi072.stdout:Total download size: 50 M 2023-12-06T08:52:22.242 INFO:teuthology.orchestra.run.smithi072.stdout:Installed size: 223 M 2023-12-06T08:52:22.242 INFO:teuthology.orchestra.run.smithi072.stdout:Downloading Packages: 2023-12-06T08:52:22.271 INFO:teuthology.orchestra.run.smithi072.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 2.4 MB/s | 70 kB 00:00 2023-12-06T08:52:22.347 INFO:teuthology.orchestra.run.smithi072.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.7 MB/s | 323 kB 00:00 2023-12-06T08:52:22.389 INFO:teuthology.orchestra.run.smithi072.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.4 MB/s | 187 kB 00:00 2023-12-06T08:52:22.431 INFO:teuthology.orchestra.run.smithi072.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.7 MB/s | 202 kB 00:00 2023-12-06T08:52:22.483 INFO:teuthology.orchestra.run.smithi072.stdout:(5/6): libcephsqlite-18.0.0-7644.g96fa2578.el8. 763 kB/s | 183 kB 00:00 2023-12-06T08:52:22.520 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2023-12-06T08:52:22.521 INFO:teuthology.orchestra.run.smithi006.stdout:============================================================================================ 2023-12-06T08:52:22.521 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repository Size 2023-12-06T08:52:22.521 INFO:teuthology.orchestra.run.smithi006.stdout:============================================================================================ 2023-12-06T08:52:22.521 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2023-12-06T08:52:22.521 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-test x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 49 M 2023-12-06T08:52:22.522 INFO:teuthology.orchestra.run.smithi006.stdout:Installing dependencies: 2023-12-06T08:52:22.522 INFO:teuthology.orchestra.run.smithi006.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-06T08:52:22.522 INFO:teuthology.orchestra.run.smithi006.stdout: libcephsqlite x86_64 2:18.0.0-7644.g96fa2578.el8 ceph 183 k 2023-12-06T08:52:22.522 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-06T08:52:22.522 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-06T08:52:22.522 INFO:teuthology.orchestra.run.smithi006.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-06T08:52:22.523 INFO:teuthology.orchestra.run.smithi006.stdout: 2023-12-06T08:52:22.523 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2023-12-06T08:52:22.523 INFO:teuthology.orchestra.run.smithi006.stdout:============================================================================================ 2023-12-06T08:52:22.523 INFO:teuthology.orchestra.run.smithi006.stdout:Install 6 Packages 2023-12-06T08:52:22.523 INFO:teuthology.orchestra.run.smithi006.stdout: 2023-12-06T08:52:22.524 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 50 M 2023-12-06T08:52:22.524 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 223 M 2023-12-06T08:52:22.524 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2023-12-06T08:52:22.562 INFO:teuthology.orchestra.run.smithi006.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.8 MB/s | 70 kB 00:00 2023-12-06T08:52:22.621 INFO:teuthology.orchestra.run.smithi006.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 5.4 MB/s | 323 kB 00:00 2023-12-06T08:52:22.663 INFO:teuthology.orchestra.run.smithi006.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.9 MB/s | 187 kB 00:00 2023-12-06T08:52:22.705 INFO:teuthology.orchestra.run.smithi006.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.8 MB/s | 202 kB 00:00 2023-12-06T08:52:23.272 INFO:teuthology.orchestra.run.smithi006.stdout:(5/6): libcephsqlite-18.0.0-7644.g96fa2578.el8. 245 kB/s | 183 kB 00:00 2023-12-06T08:52:24.984 INFO:teuthology.orchestra.run.smithi072.stdout:(6/6): ceph-test-18.0.0-7644.g96fa2578.el8.x86_ 18 MB/s | 49 MB 00:02 2023-12-06T08:52:24.986 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------------------------------------------------------------------- 2023-12-06T08:52:24.986 INFO:teuthology.orchestra.run.smithi072.stdout:Total 18 MB/s | 50 MB 00:02 2023-12-06T08:52:25.023 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction check 2023-12-06T08:52:25.044 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction check succeeded. 2023-12-06T08:52:25.044 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction test 2023-12-06T08:52:25.314 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction test succeeded. 2023-12-06T08:52:25.318 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction 2023-12-06T08:52:25.793 INFO:teuthology.orchestra.run.smithi072.stdout: Preparing : 1/1 2023-12-06T08:52:25.946 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-06T08:52:26.032 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-06T08:52:26.240 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-06T08:52:26.396 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-06T08:52:26.553 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-06T08:52:26.557 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7644.g96fa2578.el8.x86_64 5/6 2023-12-06T08:52:26.754 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : libcephsqlite-2:18.0.0-7644.g96fa2578.el8.x86_64 5/6 2023-12-06T08:52:26.797 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : ceph-test-2:18.0.0-7644.g96fa2578.el8.x86_64 6/6 2023-12-06T08:52:27.027 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: ceph-test-2:18.0.0-7644.g96fa2578.el8.x86_64 6/6 2023-12-06T08:52:27.027 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : ceph-test-2:18.0.0-7644.g96fa2578.el8.x86_64 1/6 2023-12-06T08:52:27.027 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : libcephsqlite-2:18.0.0-7644.g96fa2578.el8.x86_64 2/6 2023-12-06T08:52:27.027 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-06T08:52:27.027 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-06T08:52:27.027 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-06T08:52:30.880 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-06T08:52:30.880 INFO:teuthology.orchestra.run.smithi001.stdout:Installed products updated. 2023-12-06T08:52:30.929 INFO:teuthology.orchestra.run.smithi006.stdout:(6/6): ceph-test-18.0.0-7644.g96fa2578.el8.x86_ 5.9 MB/s | 49 MB 00:08 2023-12-06T08:52:30.931 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2023-12-06T08:52:30.931 INFO:teuthology.orchestra.run.smithi006.stdout:Total 6.0 MB/s | 50 MB 00:08 2023-12-06T08:52:30.970 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2023-12-06T08:52:30.993 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2023-12-06T08:52:30.993 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2023-12-06T08:52:31.085 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-12-06T08:52:31.085 INFO:teuthology.orchestra.run.smithi001.stdout:Installed: 2023-12-06T08:52:31.085 INFO:teuthology.orchestra.run.smithi001.stdout: ceph-test-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:31.085 INFO:teuthology.orchestra.run.smithi001.stdout: jq-1.6-3.el8.x86_64 2023-12-06T08:52:31.085 INFO:teuthology.orchestra.run.smithi001.stdout: libcephsqlite-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:31.085 INFO:teuthology.orchestra.run.smithi001.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-12-06T08:52:31.085 INFO:teuthology.orchestra.run.smithi001.stdout: socat-1.7.4.1-1.el8.x86_64 2023-12-06T08:52:31.085 INFO:teuthology.orchestra.run.smithi001.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-12-06T08:52:31.085 INFO:teuthology.orchestra.run.smithi001.stdout: 2023-12-06T08:52:31.085 INFO:teuthology.orchestra.run.smithi001.stdout:Complete! 2023-12-06T08:52:31.222 DEBUG:teuthology.orchestra.run.smithi001:> sudo yum -y install ceph 2023-12-06T08:52:31.282 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2023-12-06T08:52:31.286 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2023-12-06T08:52:31.527 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7644.g96fa2578.el8.x86_64 5/6 2023-12-06T08:52:31.576 INFO:teuthology.orchestra.run.smithi001.stdout:Updating Subscription Management repositories. 2023-12-06T08:52:31.748 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2023-12-06T08:52:31.767 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-test-2:18.0.0-7644.g96fa2578.el8.x86_64 6/6 2023-12-06T08:52:31.874 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-06T08:52:31.952 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-06T08:52:31.997 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-test-2:18.0.0-7644.g96fa2578.el8.x86_64 6/6 2023-12-06T08:52:31.997 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-test-2:18.0.0-7644.g96fa2578.el8.x86_64 1/6 2023-12-06T08:52:31.997 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : libcephsqlite-2:18.0.0-7644.g96fa2578.el8.x86_64 2/6 2023-12-06T08:52:31.997 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-06T08:52:31.997 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-06T08:52:31.997 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-06T08:52:32.150 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-06T08:52:32.273 INFO:teuthology.orchestra.run.smithi001.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 139 kB/s | 4.5 kB 00:00 2023-12-06T08:52:32.333 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-06T08:52:32.483 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-06T08:52:32.586 INFO:teuthology.orchestra.run.smithi001.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 111 kB/s | 4.1 kB 00:00 2023-12-06T08:52:32.640 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : libcephsqlite-2:18.0.0-7644.g96fa2578.el8.x86_64 5/6 2023-12-06T08:52:34.321 INFO:teuthology.orchestra.run.smithi001.stderr:Error: 2023-12-06T08:52:34.322 INFO:teuthology.orchestra.run.smithi001.stderr: Problem: conflicting requests 2023-12-06T08:52:34.322 INFO:teuthology.orchestra.run.smithi001.stderr: - nothing provides lua-devel needed by ceph-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:34.322 INFO:teuthology.orchestra.run.smithi001.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-06T08:52:34.402 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T08:52:34.403 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 smithi001 with status 1: 'sudo yum -y install ceph' 2023-12-06T08:52:34.405 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 smithi001 with status 1: 'sudo yum -y install ceph' 2023-12-06T08:52:34.484 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=2cfcde7285f54d9e80a9eec605205a6f 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 smithi001 with status 1: 'sudo yum -y install ceph' 2023-12-06T08:52:34.487 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-06T08:52:34.498 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-06T08:52:34.594 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-06T08:52:34.595 DEBUG:teuthology.orchestra.run.smithi001:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-06T08:52:34.621 DEBUG:teuthology.orchestra.run.smithi006:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-06T08:52:34.625 DEBUG:teuthology.orchestra.run.smithi072:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-06T08:52:34.629 INFO:teuthology.orchestra.run.smithi001.stderr:bash: ntpq: command not found 2023-12-06T08:52:34.633 INFO:teuthology.orchestra.run.smithi001.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-06T08:52:34.633 INFO:teuthology.orchestra.run.smithi001.stdout:=============================================================================== 2023-12-06T08:52:34.633 INFO:teuthology.orchestra.run.smithi001.stdout:^+ hv01.front.sepia.ceph.com 2 6 37 46 +1522us[+1522us] +/- 91ms 2023-12-06T08:52:34.633 INFO:teuthology.orchestra.run.smithi001.stdout:^* hv02.front.sepia.ceph.com 3 6 37 46 -895us[ -857us] +/- 53ms 2023-12-06T08:52:34.633 INFO:teuthology.orchestra.run.smithi001.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 45 -13us[ -13us] +/- 63ms 2023-12-06T08:52:34.634 INFO:teuthology.orchestra.run.smithi001.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T08:52:34.639 INFO:teuthology.orchestra.run.smithi006.stderr:bash: ntpq: command not found 2023-12-06T08:52:34.641 INFO:teuthology.orchestra.run.smithi072.stderr:bash: ntpq: command not found 2023-12-06T08:52:34.642 INFO:teuthology.orchestra.run.smithi006.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-06T08:52:34.643 INFO:teuthology.orchestra.run.smithi006.stdout:=============================================================================== 2023-12-06T08:52:34.643 INFO:teuthology.orchestra.run.smithi006.stdout:^+ hv01.front.sepia.ceph.com 2 6 37 46 +1512us[+1512us] +/- 91ms 2023-12-06T08:52:34.643 INFO:teuthology.orchestra.run.smithi006.stdout:^* hv02.front.sepia.ceph.com 3 6 37 47 -887us[ -842us] +/- 53ms 2023-12-06T08:52:34.643 INFO:teuthology.orchestra.run.smithi006.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 45 -2401ns[-2401ns] +/- 63ms 2023-12-06T08:52:34.643 INFO:teuthology.orchestra.run.smithi006.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T08:52:34.644 INFO:teuthology.orchestra.run.smithi072.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-06T08:52:34.645 INFO:teuthology.orchestra.run.smithi072.stdout:=============================================================================== 2023-12-06T08:52:34.645 INFO:teuthology.orchestra.run.smithi072.stdout:^+ hv01.front.sepia.ceph.com 2 6 37 46 +1528us[+1528us] +/- 91ms 2023-12-06T08:52:34.645 INFO:teuthology.orchestra.run.smithi072.stdout:^* hv02.front.sepia.ceph.com 3 6 37 46 -910us[ -869us] +/- 53ms 2023-12-06T08:52:34.645 INFO:teuthology.orchestra.run.smithi072.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 46 -19us[ -19us] +/- 63ms 2023-12-06T08:52:34.645 INFO:teuthology.orchestra.run.smithi072.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T08:52:34.646 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-06T08:52:34.656 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-06T08:52:34.657 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-06T08:52:34.670 DEBUG:teuthology.orchestra.run.smithi001:> 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-06T08:52:34.774 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-06T08:52:34.875 DEBUG:teuthology.orchestra.run.smithi072:> 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-06T08:52:34.973 DEBUG:teuthology.orchestra.run.smithi001:> 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-06T08:52:35.006 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T08:52:35.006 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-06T08:52:35.038 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T08:52:35.038 DEBUG:teuthology.orchestra.run.smithi072:> 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-06T08:52:35.069 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T08:52:35.070 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-06T08:52:35.079 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-06T08:52:35.191 INFO:teuthology.task.internal:Duration was 693.777700 seconds 2023-12-06T08:52:35.191 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-06T08:52:35.206 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-06T08:52:35.206 DEBUG:teuthology.orchestra.run.smithi001:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-06T08:52:35.209 DEBUG:teuthology.orchestra.run.smithi006:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-06T08:52:35.211 DEBUG:teuthology.orchestra.run.smithi072:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-06T08:52:35.256 INFO:teuthology.orchestra.run.smithi001.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-06T08:52:35.257 INFO:teuthology.orchestra.run.smithi072.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-06T08:52:35.257 INFO:teuthology.orchestra.run.smithi006.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-06T08:52:35.665 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-06T08:52:35.665 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi001.front.sepia.ceph.com 2023-12-06T08:52:35.665 DEBUG:teuthology.orchestra.run.smithi001:> 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-06T08:52:35.689 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi006.front.sepia.ceph.com 2023-12-06T08:52:35.689 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-06T08:52:35.691 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-06T08:52:35.691 INFO:teuthology.orchestra.run.smithi072.stdout:Installed products updated. 2023-12-06T08:52:35.712 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi072.front.sepia.ceph.com 2023-12-06T08:52:35.712 DEBUG:teuthology.orchestra.run.smithi072:> 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-06T08:52:35.733 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-06T08:52:35.734 DEBUG:teuthology.orchestra.run.smithi001:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-06T08:52:35.736 DEBUG:teuthology.orchestra.run.smithi006:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-06T08:52:35.754 DEBUG:teuthology.orchestra.run.smithi072:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-06T08:52:35.813 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-06T08:52:35.814 DEBUG:teuthology.orchestra.run.smithi001:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-06T08:52:35.817 DEBUG:teuthology.orchestra.run.smithi006:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-06T08:52:35.833 DEBUG:teuthology.orchestra.run.smithi072:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-06T08:52:35.893 INFO:teuthology.orchestra.run.smithi072.stdout: 2023-12-06T08:52:35.893 INFO:teuthology.orchestra.run.smithi072.stdout:Installed: 2023-12-06T08:52:35.893 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-test-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:35.893 INFO:teuthology.orchestra.run.smithi072.stdout: jq-1.6-3.el8.x86_64 2023-12-06T08:52:35.893 INFO:teuthology.orchestra.run.smithi072.stdout: libcephsqlite-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:35.893 INFO:teuthology.orchestra.run.smithi072.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-12-06T08:52:35.893 INFO:teuthology.orchestra.run.smithi072.stdout: socat-1.7.4.1-1.el8.x86_64 2023-12-06T08:52:35.894 INFO:teuthology.orchestra.run.smithi072.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-12-06T08:52:35.894 INFO:teuthology.orchestra.run.smithi072.stdout: 2023-12-06T08:52:35.894 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2023-12-06T08:52:35.920 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-06T08:52:35.931 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-06T08:52:35.931 DEBUG:teuthology.orchestra.run.smithi001:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-06T08:52:35.970 DEBUG:teuthology.orchestra.run.smithi006:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-06T08:52:36.017 DEBUG:teuthology.orchestra.run.smithi072:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-06T08:52:36.023 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install ceph 2023-12-06T08:52:36.051 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-06T08:52:36.060 DEBUG:teuthology.orchestra.run.smithi001:> 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-06T08:52:36.063 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-06T08:52:36.067 DEBUG:teuthology.orchestra.run.smithi072:> 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-06T08:52:36.087 INFO:teuthology.orchestra.run.smithi001.stdout:kernel.core_pattern = core 2023-12-06T08:52:36.092 INFO:teuthology.orchestra.run.smithi006.stdout:kernel.core_pattern = core 2023-12-06T08:52:36.117 INFO:teuthology.orchestra.run.smithi072.stdout:kernel.core_pattern = core 2023-12-06T08:52:36.143 DEBUG:teuthology.orchestra.run.smithi001:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-06T08:52:36.159 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T08:52:36.160 DEBUG:teuthology.orchestra.run.smithi006:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-06T08:52:36.175 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T08:52:36.176 DEBUG:teuthology.orchestra.run.smithi072:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-06T08:52:36.199 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T08:52:36.200 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-06T08:52:36.210 INFO:teuthology.task.internal:Transferring archived files... 2023-12-06T08:52:36.212 DEBUG:teuthology.misc:Transferring archived files from smithi001:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/sseshasa-2023-12-06_06:16:39-rados-wip-sseshasa-testing-2023-12-04-1848-distro-default-smithi/7479573/remote/smithi001 2023-12-06T08:52:36.213 DEBUG:teuthology.orchestra.run.smithi001:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-06T08:52:36.290 DEBUG:teuthology.misc:Transferring archived files from smithi006:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/sseshasa-2023-12-06_06:16:39-rados-wip-sseshasa-testing-2023-12-04-1848-distro-default-smithi/7479573/remote/smithi006 2023-12-06T08:52:36.291 DEBUG:teuthology.orchestra.run.smithi006:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-06T08:52:36.342 DEBUG:teuthology.misc:Transferring archived files from smithi072:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/sseshasa-2023-12-06_06:16:39-rados-wip-sseshasa-testing-2023-12-04-1848-distro-default-smithi/7479573/remote/smithi072 2023-12-06T08:52:36.343 DEBUG:teuthology.orchestra.run.smithi072:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-06T08:52:36.397 INFO:teuthology.task.internal:Removing archive directory... 2023-12-06T08:52:36.398 DEBUG:teuthology.orchestra.run.smithi001:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-06T08:52:36.400 DEBUG:teuthology.orchestra.run.smithi006:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-06T08:52:36.402 DEBUG:teuthology.orchestra.run.smithi072:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-06T08:52:36.420 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-06T08:52:36.430 INFO:teuthology.task.internal:Not uploading archives. 2023-12-06T08:52:36.431 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-06T08:52:36.445 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-06T08:52:36.446 DEBUG:teuthology.orchestra.run.smithi001:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-06T08:52:36.446 INFO:teuthology.orchestra.run.smithi072.stdout:Updating Subscription Management repositories. 2023-12-06T08:52:36.461 DEBUG:teuthology.orchestra.run.smithi006:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-06T08:52:36.463 DEBUG:teuthology.orchestra.run.smithi072:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-06T08:52:36.475 INFO:teuthology.orchestra.run.smithi001.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 6 08:52 /home/ubuntu/cephtest 2023-12-06T08:52:36.478 INFO:teuthology.orchestra.run.smithi006.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 6 08:52 /home/ubuntu/cephtest 2023-12-06T08:52:36.480 INFO:teuthology.orchestra.run.smithi072.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 6 08:52 /home/ubuntu/cephtest 2023-12-06T08:52:36.481 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-06T08:52:36.490 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-06T08:52:36.521 INFO:teuthology.nuke:Checking targets against current locks 2023-12-06T08:52:36.547 DEBUG:teuthology.nuke:shortname: smithi001 2023-12-06T08:52:36.547 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-06T08:52:36.571 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi001.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/sseshasa-2023-12-06_06:16:39-rados-wip-sseshasa-testing-2023-12-04-1848-distro-default-smithi/7479573', '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-06 08:35:26.630200', 'locked_by': 'scheduled_sseshasa@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-06T08:52:36.576 DEBUG:teuthology.nuke:shortname: smithi006 2023-12-06T08:52:36.576 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-06T08:52:36.600 DEBUG:teuthology.nuke:shortname: smithi072 2023-12-06T08:52:36.600 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-06T08:52:36.605 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi006.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/sseshasa-2023-12-06_06:16:39-rados-wip-sseshasa-testing-2023-12-04-1848-distro-default-smithi/7479573', '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-06 08:35:26.632969', 'locked_by': 'scheduled_sseshasa@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-06T08:52:36.635 INFO:teuthology.orchestra.console.smithi001:Power off 2023-12-06T08:52:36.636 DEBUG:teuthology.orchestra.console.smithi001:pexpect command: ipmitool -H smithi001.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-06T08:52:36.647 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi072.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/sseshasa-2023-12-06_06:16:39-rados-wip-sseshasa-testing-2023-12-04-1848-distro-default-smithi/7479573', '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-06 08:35:26.631563', 'locked_by': 'scheduled_sseshasa@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-06T08:52:36.660 DEBUG:teuthology.orchestra.console.smithi001:power off output: Chassis Power Control: Down/Off 2023-12-06T08:52:36.661 DEBUG:teuthology.orchestra.console.smithi001:pexpect command: ipmitool -H smithi001.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T08:52:36.687 INFO:teuthology.orchestra.console.smithi006:Power off 2023-12-06T08:52:36.688 DEBUG:teuthology.orchestra.console.smithi006:pexpect command: ipmitool -H smithi006.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-06T08:52:36.701 DEBUG:teuthology.orchestra.console.smithi001:check power output: Chassis Power is on 2023-12-06T08:52:36.715 DEBUG:teuthology.orchestra.console.smithi006:power off output: Chassis Power Control: Down/Off 2023-12-06T08:52:36.715 DEBUG:teuthology.orchestra.console.smithi006:pexpect command: ipmitool -H smithi006.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T08:52:36.732 INFO:teuthology.orchestra.console.smithi072:Power off 2023-12-06T08:52:36.732 DEBUG:teuthology.orchestra.console.smithi072:pexpect command: ipmitool -H smithi072.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-06T08:52:36.742 DEBUG:teuthology.orchestra.console.smithi006:check power output: Chassis Power is on 2023-12-06T08:52:36.755 DEBUG:teuthology.orchestra.console.smithi072:power off output: Chassis Power Control: Down/Off 2023-12-06T08:52:36.756 DEBUG:teuthology.orchestra.console.smithi072:pexpect command: ipmitool -H smithi072.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T08:52:36.779 DEBUG:teuthology.orchestra.console.smithi072:check power output: Chassis Power is on 2023-12-06T08:52:37.156 INFO:teuthology.orchestra.run.smithi072.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 110 kB/s | 4.1 kB 00:00 2023-12-06T08:52:37.366 INFO:teuthology.orchestra.run.smithi072.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 119 kB/s | 4.5 kB 00:00 2023-12-06T08:52:37.733 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7644.g96fa2578.el8.x86_64 5/6 2023-12-06T08:52:37.945 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-test-2:18.0.0-7644.g96fa2578.el8.x86_64 6/6 2023-12-06T08:52:38.180 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-test-2:18.0.0-7644.g96fa2578.el8.x86_64 6/6 2023-12-06T08:52:38.181 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-test-2:18.0.0-7644.g96fa2578.el8.x86_64 1/6 2023-12-06T08:52:38.181 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : libcephsqlite-2:18.0.0-7644.g96fa2578.el8.x86_64 2/6 2023-12-06T08:52:38.181 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-06T08:52:38.182 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-06T08:52:38.182 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-06T08:52:38.934 INFO:teuthology.orchestra.run.smithi072.stderr:Error: 2023-12-06T08:52:38.935 INFO:teuthology.orchestra.run.smithi072.stderr: Problem: conflicting requests 2023-12-06T08:52:38.935 INFO:teuthology.orchestra.run.smithi072.stderr: - nothing provides lua-devel needed by ceph-2:18.0.0-7644.g96fa2578.el8.x86_64 2023-12-06T08:52:38.935 INFO:teuthology.orchestra.run.smithi072.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-06T08:52:39.016 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T08:52:40.268 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T08:52:40.269 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-06T08:52:40.703 DEBUG:teuthology.orchestra.console.smithi001:pexpect command: ipmitool -H smithi001.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T08:52:40.743 DEBUG:teuthology.orchestra.console.smithi006:pexpect command: ipmitool -H smithi006.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T08:52:40.780 DEBUG:teuthology.orchestra.console.smithi072:pexpect command: ipmitool -H smithi072.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T08:52:40.817 DEBUG:teuthology.orchestra.console.smithi001:check power output: Chassis Power is on 2023-12-06T08:52:40.854 DEBUG:teuthology.orchestra.console.smithi006:check power output: Chassis Power is on 2023-12-06T08:52:40.892 DEBUG:teuthology.orchestra.console.smithi072:check power output: Chassis Power is on 2023-12-06T08:52:44.822 DEBUG:teuthology.orchestra.console.smithi001:pexpect command: ipmitool -H smithi001.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T08:52:44.855 DEBUG:teuthology.orchestra.console.smithi006:pexpect command: ipmitool -H smithi006.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T08:52:44.893 DEBUG:teuthology.orchestra.console.smithi072:pexpect command: ipmitool -H smithi072.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T08:52:44.933 DEBUG:teuthology.orchestra.console.smithi001:check power output: Chassis Power is off 2023-12-06T08:52:44.966 DEBUG:teuthology.orchestra.console.smithi006:check power output: Chassis Power is off 2023-12-06T08:52:45.007 DEBUG:teuthology.orchestra.console.smithi072:check power output: Chassis Power is on 2023-12-06T08:52:45.034 INFO:teuthology.orchestra.console.smithi001:Power off completed 2023-12-06T08:52:45.066 INFO:teuthology.orchestra.console.smithi006:Power off completed 2023-12-06T08:52:49.010 DEBUG:teuthology.orchestra.console.smithi072:pexpect command: ipmitool -H smithi072.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T08:52:49.121 DEBUG:teuthology.orchestra.console.smithi072:check power output: Chassis Power is off 2023-12-06T08:52:49.222 INFO:teuthology.orchestra.console.smithi072:Power off completed 2023-12-06T08:52:49.326 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/off mon_election/connectivity task/test_host_drain} duration: 693.7776999473572 failure_reason: 'Command failed on smithi001 with status 1: ''sudo yum -y install ceph''' flavor: default owner: scheduled_sseshasa@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=2cfcde7285f54d9e80a9eec605205a6f status: fail success: false 2023-12-06T08:52:49.327 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-06T08:52:49.412 INFO:teuthology.run:FAIL