2023-12-01T04:24:46.405 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-01T04:24:46.405 DEBUG:teuthology.run:Teuthology command: teuthology --description orch:cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/classic task/test_host_drain} --name adking-2023-12-01_01:19:02-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi --archive /home/teuthworker/archive/adking-2023-12-01_01:19:02-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7473523 --verbose --owner scheduled_adking@teuthology -- /home/teuthworker/archive/adking-2023-12-01_01:19:02-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7473523/orig.config.yaml 2023-12-01T04:24:46.437 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T04:24:46.530 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2023-12-01_01:19:02-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7473523 branch: wip-adk-testing-2023-11-30-1735 description: orch:cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/classic task/test_host_drain} email: adking@redhat.com first_in_suite: false job_id: '7473523' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2023-12-01_01:19:02-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-adk-testing-2023-11-30-1735 ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: b5f2d3894d094aabe62070fbfb31ffe158591885 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: b5f2d3894d094aabe62070fbfb31ffe158591885 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2023-11-30-1735 sha1: b5f2d3894d094aabe62070fbfb31ffe158591885 owner: scheduled_adking@teuthology priority: 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: 6799 sha1: b5f2d3894d094aabe62070fbfb31ffe158591885 sleep_before_teardown: 0 subset: 1/14 suite: orch:cephadm suite_branch: wip-adk-testing-2023-11-30-1735 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_b5f2d3894d094aabe62070fbfb31ffe158591885/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: b5f2d3894d094aabe62070fbfb31ffe158591885 targets: smithi037.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi062.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi103.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools:3.0 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - install: null - cephadm: null - cephadm.shell: host.a: - "set -ex\nHOSTNAMES=$(ceph orch host ls --format json | jq -r '.[] | .hostname')\n\ for host in $HOSTNAMES; do\n # find the hostname for \"host.c\" which will\ \ have no mgr\n HAS_MGRS=$(ceph orch ps --hostname ${host} --format json |\ \ jq 'any(.daemon_type == \"mgr\")')\n if [ \"$HAS_MGRS\" == \"false\" ]; then\n\ \ HOST_C=\"${host}\"\n fi\ndone\n# One last thing to worry about before\ \ draining the host\n# is that the teuthology test tends to put the explicit\n\ # hostnames in the placement for the mon service.\n# We want to make sure we\ \ can drain without providing\n# --force and there is a check for the host being\ \ removed\n# being listed explicitly in the placements. Therefore,\n# we should\ \ remove it from the mon placement.\nceph orch ls mon --export > mon.yaml\n\ sed /\"$HOST_C\"/d mon.yaml > mon_adjusted.yaml\nceph orch apply -i mon_adjusted.yaml\n\ # now drain that host\nceph orch host drain $HOST_C --zap-osd-devices\n# wait\ \ for drain to complete\nHOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\n\ while [ \"$HOST_C_DAEMONS\" != \"No daemons reported\" ]; do\n sleep 15\n \ \ HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\ndone\n# we want to check\ \ the ability to remove the host from\n# the CRUSH map, so we should first verify\ \ the host is in\n# the CRUSH map.\nceph osd getcrushmap -o compiled-crushmap\n\ crushtool -d compiled-crushmap -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\n\ if ! grep -q \"$HOST_C\" <<< \"$CRUSH_MAP\"; then\n printf \"Expected to see\ \ $HOST_C in CRUSH map. Saw:\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n# If the drain\ \ was successful, we should be able to remove the\n# host without force with\ \ no issues. If there are still daemons\n# we will get a response telling us\ \ to drain the host and a\n# non-zero return code\nceph orch host rm $HOST_C\ \ --rm-crush-entry\n# verify we've successfully removed the host from the CRUSH\ \ map\nsleep 30\nceph osd getcrushmap -o compiled-crushmap\ncrushtool -d compiled-crushmap\ \ -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\nif grep -q \"$HOST_C\" <<<\ \ \"$CRUSH_MAP\"; then\n printf \"Saw $HOST_C in CRUSH map after it should\ \ have been removed.\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-12-01_01:19:02 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-01T04:24:46.530 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_b5f2d3894d094aabe62070fbfb31ffe158591885/qa; will attempt to use it 2023-12-01T04:24:46.531 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_b5f2d3894d094aabe62070fbfb31ffe158591885/qa/tasks 2023-12-01T04:24:46.531 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-01T04:24:46.533 INFO:teuthology.task.internal:Checking packages... 2023-12-01T04:24:46.562 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'b5f2d3894d094aabe62070fbfb31ffe158591885' 2023-12-01T04:24:46.563 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-01T04:24:46.563 INFO:teuthology.packaging:ref: None 2023-12-01T04:24:46.563 INFO:teuthology.packaging:tag: None 2023-12-01T04:24:46.563 INFO:teuthology.packaging:branch: wip-adk-testing-2023-11-30-1735 2023-12-01T04:24:46.563 INFO:teuthology.packaging:sha1: b5f2d3894d094aabe62070fbfb31ffe158591885 2023-12-01T04:24:46.563 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-adk-testing-2023-11-30-1735 2023-12-01T04:24:46.707 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7673.gb5f2d389 2023-12-01T04:24:46.708 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-01T04:24:46.714 INFO:teuthology.task.internal:no buildpackages task found 2023-12-01T04:24:46.715 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-01T04:24:46.759 INFO:teuthology.task.internal:Saving configuration 2023-12-01T04:24:46.772 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-01T04:24:46.793 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T04:24:46.820 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi037.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-01_01:19:02-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7473523', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 04:19:41.094975', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T04:24:46.845 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi062.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-01_01:19:02-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7473523', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 04:19:41.091208', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T04:24:46.870 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi103.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-01_01:19:02-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7473523', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 04:19:41.093129', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T04:24:46.870 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-01T04:24:46.877 INFO:teuthology.task.internal:roles: ubuntu@smithi037.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2023-12-01T04:24:46.877 INFO:teuthology.task.internal:roles: ubuntu@smithi062.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2023-12-01T04:24:46.877 INFO:teuthology.task.internal:roles: ubuntu@smithi103.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2023-12-01T04:24:46.877 INFO:teuthology.run_tasks:Running task console_log... 2023-12-01T04:24:47.005 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f840af5dee0>, signals=[15]) 2023-12-01T04:24:47.006 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-01T04:24:47.011 INFO:teuthology.task.internal:Opening connections... 2023-12-01T04:24:47.011 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi037.front.sepia.ceph.com 2023-12-01T04:24:47.013 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T04:24:47.122 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi062.front.sepia.ceph.com 2023-12-01T04:24:47.123 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi062.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T04:24:47.189 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi103.front.sepia.ceph.com 2023-12-01T04:24:47.190 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T04:24:47.257 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-01T04:24:47.264 DEBUG:teuthology.orchestra.run.smithi037:> uname -m 2023-12-01T04:24:47.285 INFO:teuthology.orchestra.run.smithi037.stdout:x86_64 2023-12-01T04:24:47.285 DEBUG:teuthology.orchestra.run.smithi037:> cat /etc/os-release 2023-12-01T04:24:47.345 INFO:teuthology.orchestra.run.smithi037.stdout:NAME="Red Hat Enterprise Linux" 2023-12-01T04:24:47.346 INFO:teuthology.orchestra.run.smithi037.stdout:VERSION="8.6 (Ootpa)" 2023-12-01T04:24:47.346 INFO:teuthology.orchestra.run.smithi037.stdout:ID="rhel" 2023-12-01T04:24:47.346 INFO:teuthology.orchestra.run.smithi037.stdout:ID_LIKE="fedora" 2023-12-01T04:24:47.346 INFO:teuthology.orchestra.run.smithi037.stdout:VERSION_ID="8.6" 2023-12-01T04:24:47.346 INFO:teuthology.orchestra.run.smithi037.stdout:PLATFORM_ID="platform:el8" 2023-12-01T04:24:47.346 INFO:teuthology.orchestra.run.smithi037.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-01T04:24:47.346 INFO:teuthology.orchestra.run.smithi037.stdout:ANSI_COLOR="0;31" 2023-12-01T04:24:47.346 INFO:teuthology.orchestra.run.smithi037.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-01T04:24:47.347 INFO:teuthology.orchestra.run.smithi037.stdout:HOME_URL="https://www.redhat.com/" 2023-12-01T04:24:47.347 INFO:teuthology.orchestra.run.smithi037.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-01T04:24:47.347 INFO:teuthology.orchestra.run.smithi037.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T04:24:47.347 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-01T04:24:47.347 INFO:teuthology.orchestra.run.smithi037.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T04:24:47.347 INFO:teuthology.orchestra.run.smithi037.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-01T04:24:47.347 INFO:teuthology.orchestra.run.smithi037.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-01T04:24:47.347 INFO:teuthology.orchestra.run.smithi037.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-01T04:24:47.348 INFO:teuthology.lock.ops:Updating smithi037.front.sepia.ceph.com on lock server 2023-12-01T04:24:47.374 DEBUG:teuthology.orchestra.run.smithi062:> uname -m 2023-12-01T04:24:47.396 INFO:teuthology.orchestra.run.smithi062.stdout:x86_64 2023-12-01T04:24:47.396 DEBUG:teuthology.orchestra.run.smithi062:> cat /etc/os-release 2023-12-01T04:24:47.457 INFO:teuthology.orchestra.run.smithi062.stdout:NAME="Red Hat Enterprise Linux" 2023-12-01T04:24:47.457 INFO:teuthology.orchestra.run.smithi062.stdout:VERSION="8.6 (Ootpa)" 2023-12-01T04:24:47.457 INFO:teuthology.orchestra.run.smithi062.stdout:ID="rhel" 2023-12-01T04:24:47.457 INFO:teuthology.orchestra.run.smithi062.stdout:ID_LIKE="fedora" 2023-12-01T04:24:47.457 INFO:teuthology.orchestra.run.smithi062.stdout:VERSION_ID="8.6" 2023-12-01T04:24:47.457 INFO:teuthology.orchestra.run.smithi062.stdout:PLATFORM_ID="platform:el8" 2023-12-01T04:24:47.457 INFO:teuthology.orchestra.run.smithi062.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-01T04:24:47.457 INFO:teuthology.orchestra.run.smithi062.stdout:ANSI_COLOR="0;31" 2023-12-01T04:24:47.457 INFO:teuthology.orchestra.run.smithi062.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-01T04:24:47.457 INFO:teuthology.orchestra.run.smithi062.stdout:HOME_URL="https://www.redhat.com/" 2023-12-01T04:24:47.458 INFO:teuthology.orchestra.run.smithi062.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-01T04:24:47.458 INFO:teuthology.orchestra.run.smithi062.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T04:24:47.458 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T04:24:47.458 INFO:teuthology.orchestra.run.smithi062.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T04:24:47.458 INFO:teuthology.orchestra.run.smithi062.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-01T04:24:47.458 INFO:teuthology.orchestra.run.smithi062.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-01T04:24:47.458 INFO:teuthology.orchestra.run.smithi062.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-01T04:24:47.458 INFO:teuthology.lock.ops:Updating smithi062.front.sepia.ceph.com on lock server 2023-12-01T04:24:47.482 DEBUG:teuthology.orchestra.run.smithi103:> uname -m 2023-12-01T04:24:47.503 INFO:teuthology.orchestra.run.smithi103.stdout:x86_64 2023-12-01T04:24:47.503 DEBUG:teuthology.orchestra.run.smithi103:> cat /etc/os-release 2023-12-01T04:24:47.563 INFO:teuthology.orchestra.run.smithi103.stdout:NAME="Red Hat Enterprise Linux" 2023-12-01T04:24:47.563 INFO:teuthology.orchestra.run.smithi103.stdout:VERSION="8.6 (Ootpa)" 2023-12-01T04:24:47.563 INFO:teuthology.orchestra.run.smithi103.stdout:ID="rhel" 2023-12-01T04:24:47.563 INFO:teuthology.orchestra.run.smithi103.stdout:ID_LIKE="fedora" 2023-12-01T04:24:47.563 INFO:teuthology.orchestra.run.smithi103.stdout:VERSION_ID="8.6" 2023-12-01T04:24:47.563 INFO:teuthology.orchestra.run.smithi103.stdout:PLATFORM_ID="platform:el8" 2023-12-01T04:24:47.563 INFO:teuthology.orchestra.run.smithi103.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-01T04:24:47.563 INFO:teuthology.orchestra.run.smithi103.stdout:ANSI_COLOR="0;31" 2023-12-01T04:24:47.564 INFO:teuthology.orchestra.run.smithi103.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-01T04:24:47.564 INFO:teuthology.orchestra.run.smithi103.stdout:HOME_URL="https://www.redhat.com/" 2023-12-01T04:24:47.564 INFO:teuthology.orchestra.run.smithi103.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-01T04:24:47.564 INFO:teuthology.orchestra.run.smithi103.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T04:24:47.564 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-12-01T04:24:47.564 INFO:teuthology.orchestra.run.smithi103.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T04:24:47.564 INFO:teuthology.orchestra.run.smithi103.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-01T04:24:47.564 INFO:teuthology.orchestra.run.smithi103.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-01T04:24:47.564 INFO:teuthology.orchestra.run.smithi103.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-01T04:24:47.564 INFO:teuthology.lock.ops:Updating smithi103.front.sepia.ceph.com on lock server 2023-12-01T04:24:47.607 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-01T04:24:47.616 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-01T04:24:47.707 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-01T04:24:47.707 DEBUG:teuthology.orchestra.run.smithi037:> test '!' -e /home/ubuntu/cephtest 2023-12-01T04:24:47.710 DEBUG:teuthology.orchestra.run.smithi062:> test '!' -e /home/ubuntu/cephtest 2023-12-01T04:24:47.712 DEBUG:teuthology.orchestra.run.smithi103:> test '!' -e /home/ubuntu/cephtest 2023-12-01T04:24:47.731 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-01T04:24:47.736 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-01T04:24:47.736 DEBUG:teuthology.orchestra.run.smithi037:> test -z $(ls -A /var/lib/ceph) 2023-12-01T04:24:47.770 DEBUG:teuthology.orchestra.run.smithi062:> test -z $(ls -A /var/lib/ceph) 2023-12-01T04:24:47.772 DEBUG:teuthology.orchestra.run.smithi103:> test -z $(ls -A /var/lib/ceph) 2023-12-01T04:24:47.799 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-01T04:24:47.871 INFO:teuthology.run_tasks:Running task kernel... 2023-12-01T04:24:47.886 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-01T04:24:47.886 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-01T04:24:47.886 DEBUG:teuthology.orchestra.run.smithi037:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T04:24:47.887 DEBUG:teuthology.orchestra.run.smithi062:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T04:24:47.887 DEBUG:teuthology.orchestra.run.smithi103:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T04:24:47.906 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T04:24:47.907 DEBUG:teuthology.orchestra.run.smithi037:> uname -r 2023-12-01T04:24:47.907 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T04:24:47.908 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T04:24:47.908 DEBUG:teuthology.orchestra.run.smithi062:> uname -r 2023-12-01T04:24:47.909 DEBUG:teuthology.orchestra.run.smithi103:> uname -r 2023-12-01T04:24:47.967 INFO:teuthology.orchestra.run.smithi037.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-01T04:24:47.967 INFO:teuthology.task.kernel:Running kernel on smithi037: 4.18.0-372.9.1.el8.x86_64 2023-12-01T04:24:47.967 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum install -y kernel 2023-12-01T04:24:47.968 INFO:teuthology.orchestra.run.smithi103.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-01T04:24:47.968 INFO:teuthology.task.kernel:Running kernel on smithi103: 4.18.0-372.9.1.el8.x86_64 2023-12-01T04:24:47.968 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum install -y kernel 2023-12-01T04:24:47.969 INFO:teuthology.orchestra.run.smithi062.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-01T04:24:47.969 INFO:teuthology.task.kernel:Running kernel on smithi062: 4.18.0-372.9.1.el8.x86_64 2023-12-01T04:24:47.970 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum install -y kernel 2023-12-01T04:24:49.174 INFO:teuthology.orchestra.run.smithi103.stdout:Updating Subscription Management repositories. 2023-12-01T04:24:49.174 INFO:teuthology.orchestra.run.smithi103.stdout:Unable to read consumer identity 2023-12-01T04:24:49.209 INFO:teuthology.orchestra.run.smithi037.stdout:Updating Subscription Management repositories. 2023-12-01T04:24:49.209 INFO:teuthology.orchestra.run.smithi037.stdout:Unable to read consumer identity 2023-12-01T04:24:49.224 INFO:teuthology.orchestra.run.smithi062.stdout:Updating Subscription Management repositories. 2023-12-01T04:24:49.224 INFO:teuthology.orchestra.run.smithi062.stdout:Unable to read consumer identity 2023-12-01T04:24:50.604 INFO:teuthology.orchestra.run.smithi037.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2023-12-01T04:24:50.625 INFO:teuthology.orchestra.run.smithi062.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-12-01T04:24:50.909 INFO:teuthology.orchestra.run.smithi103.stdout:Copr repo for python3-asyncssh owned by ceph 11 kB/s | 3.5 kB 00:00 2023-12-01T04:24:51.401 INFO:teuthology.orchestra.run.smithi062.stdout:Extra Packages for Enterprise Linux 21 MB/s | 16 MB 00:00 2023-12-01T04:24:51.447 INFO:teuthology.orchestra.run.smithi037.stdout:Extra Packages for Enterprise Linux 19 MB/s | 16 MB 00:00 2023-12-01T04:24:51.677 INFO:teuthology.orchestra.run.smithi103.stdout:Extra Packages for Enterprise Linux 21 MB/s | 16 MB 00:00 2023-12-01T04:24:55.068 INFO:teuthology.orchestra.run.smithi062.stdout:lab-extras 407 kB/s | 24 kB 00:00 2023-12-01T04:24:55.105 INFO:teuthology.orchestra.run.smithi037.stdout:lab-extras 432 kB/s | 24 kB 00:00 2023-12-01T04:24:55.235 INFO:teuthology.orchestra.run.smithi103.stdout:lab-extras 469 kB/s | 24 kB 00:00 2023-12-01T04:24:55.783 INFO:teuthology.orchestra.run.smithi037.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-01T04:24:55.786 INFO:teuthology.orchestra.run.smithi062.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-01T04:24:55.833 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2023-12-01T04:24:55.834 INFO:teuthology.orchestra.run.smithi037.stdout:Nothing to do. 2023-12-01T04:24:55.834 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2023-12-01T04:24:55.837 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2023-12-01T04:24:55.838 INFO:teuthology.orchestra.run.smithi062.stdout:Nothing to do. 2023-12-01T04:24:55.838 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2023-12-01T04:24:55.913 INFO:teuthology.orchestra.run.smithi103.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-01T04:24:55.949 DEBUG:teuthology.orchestra.run.smithi062:> echo no | sudo yum reinstall kernel || true 2023-12-01T04:24:55.950 DEBUG:teuthology.orchestra.run.smithi037:> echo no | sudo yum reinstall kernel || true 2023-12-01T04:24:55.981 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2023-12-01T04:24:55.982 INFO:teuthology.orchestra.run.smithi103.stdout:Nothing to do. 2023-12-01T04:24:55.982 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2023-12-01T04:24:56.116 DEBUG:teuthology.orchestra.run.smithi103:> echo no | sudo yum reinstall kernel || true 2023-12-01T04:24:56.300 INFO:teuthology.orchestra.run.smithi037.stdout:Updating Subscription Management repositories. 2023-12-01T04:24:56.301 INFO:teuthology.orchestra.run.smithi037.stdout:Unable to read consumer identity 2023-12-01T04:24:56.301 INFO:teuthology.orchestra.run.smithi062.stdout:Updating Subscription Management repositories. 2023-12-01T04:24:56.302 INFO:teuthology.orchestra.run.smithi062.stdout:Unable to read consumer identity 2023-12-01T04:24:56.489 INFO:teuthology.orchestra.run.smithi103.stdout:Updating Subscription Management repositories. 2023-12-01T04:24:56.490 INFO:teuthology.orchestra.run.smithi103.stdout:Unable to read consumer identity 2023-12-01T04:24:56.591 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:00:01 ago on Fri 01 Dec 2023 04:24:55 AM UTC. 2023-12-01T04:24:56.598 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:00:01 ago on Fri 01 Dec 2023 04:24:55 AM UTC. 2023-12-01T04:24:56.637 INFO:teuthology.orchestra.run.smithi037.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T04:24:56.644 INFO:teuthology.orchestra.run.smithi062.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T04:24:56.682 INFO:teuthology.orchestra.run.smithi062.stderr:Error: No packages marked for reinstall. 2023-12-01T04:24:56.684 INFO:teuthology.orchestra.run.smithi037.stderr:Error: No packages marked for reinstall. 2023-12-01T04:24:56.729 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum reinstall -y kernel || true 2023-12-01T04:24:56.732 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum reinstall -y kernel || true 2023-12-01T04:24:56.757 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 04:24:54 AM UTC. 2023-12-01T04:24:56.804 INFO:teuthology.orchestra.run.smithi103.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T04:24:56.841 INFO:teuthology.orchestra.run.smithi103.stderr:Error: No packages marked for reinstall. 2023-12-01T04:24:56.887 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum reinstall -y kernel || true 2023-12-01T04:24:57.080 INFO:teuthology.orchestra.run.smithi062.stdout:Updating Subscription Management repositories. 2023-12-01T04:24:57.080 INFO:teuthology.orchestra.run.smithi062.stdout:Unable to read consumer identity 2023-12-01T04:24:57.081 INFO:teuthology.orchestra.run.smithi037.stdout:Updating Subscription Management repositories. 2023-12-01T04:24:57.082 INFO:teuthology.orchestra.run.smithi037.stdout:Unable to read consumer identity 2023-12-01T04:24:57.217 INFO:teuthology.orchestra.run.smithi103.stdout:Updating Subscription Management repositories. 2023-12-01T04:24:57.217 INFO:teuthology.orchestra.run.smithi103.stdout:Unable to read consumer identity 2023-12-01T04:24:57.356 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 04:24:55 AM UTC. 2023-12-01T04:24:57.357 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 04:24:55 AM UTC. 2023-12-01T04:24:57.400 INFO:teuthology.orchestra.run.smithi037.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T04:24:57.401 INFO:teuthology.orchestra.run.smithi062.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T04:24:57.423 INFO:teuthology.orchestra.run.smithi062.stderr:Error: No packages marked for reinstall. 2023-12-01T04:24:57.443 INFO:teuthology.orchestra.run.smithi037.stderr:Error: No packages marked for reinstall. 2023-12-01T04:24:57.470 DEBUG:teuthology.orchestra.run.smithi062:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T04:24:57.478 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:00:03 ago on Fri 01 Dec 2023 04:24:54 AM UTC. 2023-12-01T04:24:57.492 DEBUG:teuthology.orchestra.run.smithi037:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T04:24:57.518 INFO:teuthology.orchestra.run.smithi103.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T04:24:57.547 INFO:teuthology.orchestra.run.smithi103.stderr:Error: No packages marked for reinstall. 2023-12-01T04:24:57.575 INFO:teuthology.orchestra.run.smithi037.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-01T04:24:57.575 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-01T04:24:57.575 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-01T04:24:57.575 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-01T04:24:57.575 DEBUG:teuthology.orchestra.run.smithi037:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T04:24:57.592 DEBUG:teuthology.orchestra.run.smithi103:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T04:24:57.609 INFO:teuthology.orchestra.run.smithi037.stdout:ttyS1 2023-12-01T04:24:57.625 DEBUG:teuthology.parallel:result is None 2023-12-01T04:24:57.641 INFO:teuthology.orchestra.run.smithi062.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-01T04:24:57.641 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-01T04:24:57.641 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-01T04:24:57.641 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-01T04:24:57.642 DEBUG:teuthology.orchestra.run.smithi062:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T04:24:57.673 INFO:teuthology.orchestra.run.smithi103.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-01T04:24:57.673 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-01T04:24:57.673 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-01T04:24:57.673 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-12-01T04:24:57.673 DEBUG:teuthology.orchestra.run.smithi103:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T04:24:57.674 INFO:teuthology.orchestra.run.smithi062.stdout:ttyS1 2023-12-01T04:24:57.690 DEBUG:teuthology.parallel:result is None 2023-12-01T04:24:57.703 INFO:teuthology.orchestra.run.smithi103.stdout:ttyS1 2023-12-01T04:24:57.717 DEBUG:teuthology.parallel:result is None 2023-12-01T04:24:57.717 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-01T04:24:57.724 INFO:teuthology.task.internal:Creating test directory... 2023-12-01T04:24:57.725 DEBUG:teuthology.orchestra.run.smithi037:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T04:24:57.727 DEBUG:teuthology.orchestra.run.smithi062:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T04:24:57.733 DEBUG:teuthology.orchestra.run.smithi103:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T04:24:57.773 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-01T04:24:57.780 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-01T04:24:57.817 INFO:teuthology.task.internal:Creating archive directory... 2023-12-01T04:24:57.818 DEBUG:teuthology.orchestra.run.smithi037:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T04:24:57.820 DEBUG:teuthology.orchestra.run.smithi062:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T04:24:57.822 DEBUG:teuthology.orchestra.run.smithi103:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T04:24:57.851 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-01T04:24:57.868 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-01T04:24:57.869 DEBUG:teuthology.orchestra.run.smithi037:> 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-01T04:24:57.889 DEBUG:teuthology.orchestra.run.smithi062:> 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-01T04:24:57.891 DEBUG:teuthology.orchestra.run.smithi103:> 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-01T04:24:57.916 INFO:teuthology.orchestra.run.smithi037.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T04:24:57.917 INFO:teuthology.orchestra.run.smithi062.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T04:24:57.927 INFO:teuthology.orchestra.run.smithi037.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T04:24:57.927 INFO:teuthology.orchestra.run.smithi062.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T04:24:57.934 INFO:teuthology.orchestra.run.smithi103.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T04:24:57.945 INFO:teuthology.orchestra.run.smithi103.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T04:24:57.946 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-01T04:24:57.953 INFO:teuthology.task.internal:Configuring sudo... 2023-12-01T04:24:57.954 DEBUG:teuthology.orchestra.run.smithi037:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T04:24:57.971 DEBUG:teuthology.orchestra.run.smithi062:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T04:24:57.973 DEBUG:teuthology.orchestra.run.smithi103:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T04:24:58.000 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-01T04:24:58.008 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-01T04:24:58.008 DEBUG:teuthology.orchestra.run.smithi037:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T04:24:58.039 DEBUG:teuthology.orchestra.run.smithi062:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T04:24:58.041 DEBUG:teuthology.orchestra.run.smithi103:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T04:24:58.059 DEBUG:teuthology.orchestra.run.smithi037:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T04:24:58.140 DEBUG:teuthology.orchestra.run.smithi037:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T04:24:58.194 DEBUG:teuthology.orchestra.run.smithi037:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T04:24:58.283 DEBUG:teuthology.orchestra.run.smithi037:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T04:24:58.321 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-12-01T04:24:58.321 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T04:24:58.410 DEBUG:teuthology.orchestra.run.smithi062:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T04:24:58.454 DEBUG:teuthology.orchestra.run.smithi062:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T04:24:58.508 DEBUG:teuthology.orchestra.run.smithi062:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T04:24:58.595 DEBUG:teuthology.orchestra.run.smithi062:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T04:24:58.636 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2023-12-01T04:24:58.636 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T04:24:58.714 DEBUG:teuthology.orchestra.run.smithi103:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T04:24:58.761 DEBUG:teuthology.orchestra.run.smithi103:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T04:24:58.813 DEBUG:teuthology.orchestra.run.smithi103:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T04:24:58.895 DEBUG:teuthology.orchestra.run.smithi103:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T04:24:58.941 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2023-12-01T04:24:58.941 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T04:24:59.051 DEBUG:teuthology.orchestra.run.smithi037:> sudo service rsyslog restart 2023-12-01T04:24:59.054 DEBUG:teuthology.orchestra.run.smithi062:> sudo service rsyslog restart 2023-12-01T04:24:59.056 DEBUG:teuthology.orchestra.run.smithi103:> sudo service rsyslog restart 2023-12-01T04:24:59.111 INFO:teuthology.orchestra.run.smithi062.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T04:24:59.112 INFO:teuthology.orchestra.run.smithi103.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T04:24:59.115 INFO:teuthology.orchestra.run.smithi037.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T04:24:59.506 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-01T04:24:59.517 INFO:teuthology.task.internal:Starting timer... 2023-12-01T04:24:59.517 INFO:teuthology.run_tasks:Running task pcp... 2023-12-01T04:24:59.671 INFO:teuthology.run_tasks:Running task selinux... 2023-12-01T04:24:59.723 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-01T04:24:59.724 DEBUG:teuthology.orchestra.run.smithi037:> sudo service auditd rotate 2023-12-01T04:24:59.787 INFO:teuthology.orchestra.run.smithi037.stdout:Rotating logs: 2023-12-01T04:24:59.789 DEBUG:teuthology.orchestra.run.smithi062:> sudo service auditd rotate 2023-12-01T04:24:59.858 INFO:teuthology.orchestra.run.smithi062.stdout:Rotating logs: 2023-12-01T04:24:59.860 DEBUG:teuthology.orchestra.run.smithi103:> sudo service auditd rotate 2023-12-01T04:24:59.923 INFO:teuthology.orchestra.run.smithi103.stdout:Rotating logs: 2023-12-01T04:24:59.925 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-01T04:24:59.925 DEBUG:teuthology.orchestra.run.smithi037:> /usr/sbin/getenforce 2023-12-01T04:24:59.947 INFO:teuthology.orchestra.run.smithi037.stdout:Permissive 2023-12-01T04:24:59.947 DEBUG:teuthology.orchestra.run.smithi062:> /usr/sbin/getenforce 2023-12-01T04:24:59.980 INFO:teuthology.orchestra.run.smithi062.stdout:Permissive 2023-12-01T04:24:59.980 DEBUG:teuthology.orchestra.run.smithi103:> /usr/sbin/getenforce 2023-12-01T04:25:00.004 INFO:teuthology.orchestra.run.smithi103.stdout:Permissive 2023-12-01T04:25:00.004 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi037.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi062.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi103.front.sepia.ceph.com': 'permissive'} 2023-12-01T04:25:00.004 DEBUG:teuthology.orchestra.run.smithi037:> 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-01T04:25:00.032 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T04:25:00.033 DEBUG:teuthology.orchestra.run.smithi062:> 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-01T04:25:00.061 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T04:25:00.061 DEBUG:teuthology.orchestra.run.smithi103:> 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-01T04:25:00.088 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T04:25:00.089 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-01T04:25:00.089 DEBUG:teuthology.orchestra.run.smithi037:> sudo /usr/sbin/setenforce permissive 2023-12-01T04:25:00.116 DEBUG:teuthology.orchestra.run.smithi062:> sudo /usr/sbin/setenforce permissive 2023-12-01T04:25:00.144 DEBUG:teuthology.orchestra.run.smithi103:> sudo /usr/sbin/setenforce permissive 2023-12-01T04:25:00.171 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-01T04:25:00.181 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-01T04:25:00.181 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-01T04:25:00.201 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-01T04:25:00.203 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi037.front.sepia.ceph.com,smithi062.front.sepia.ceph.com,smithi103.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-01T04:36:09.118 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi037.front.sepia.ceph.com'), Remote(name='ubuntu@smithi062.front.sepia.ceph.com'), Remote(name='ubuntu@smithi103.front.sepia.ceph.com')] 2023-12-01T04:36:09.119 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi037.front.sepia.ceph.com' 2023-12-01T04:36:09.120 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T04:36:09.193 DEBUG:teuthology.orchestra.run.smithi037:> true 2023-12-01T04:36:09.270 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi037.front.sepia.ceph.com' 2023-12-01T04:36:09.271 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi062.front.sepia.ceph.com' 2023-12-01T04:36:09.271 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi062.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T04:36:09.341 DEBUG:teuthology.orchestra.run.smithi062:> true 2023-12-01T04:36:09.409 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi062.front.sepia.ceph.com' 2023-12-01T04:36:09.410 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2023-12-01T04:36:09.410 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T04:36:09.479 DEBUG:teuthology.orchestra.run.smithi103:> true 2023-12-01T04:36:09.518 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi103.front.sepia.ceph.com' 2023-12-01T04:36:09.519 INFO:teuthology.run_tasks:Running task clock... 2023-12-01T04:36:09.532 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-01T04:36:09.532 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T04:36:09.533 DEBUG:teuthology.orchestra.run.smithi037:> 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-01T04:36:09.535 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T04:36:09.535 DEBUG:teuthology.orchestra.run.smithi062:> 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-01T04:36:09.538 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T04:36:09.538 DEBUG:teuthology.orchestra.run.smithi103:> 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-01T04:36:09.570 INFO:teuthology.orchestra.run.smithi037.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T04:36:09.571 INFO:teuthology.orchestra.run.smithi062.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T04:36:09.588 INFO:teuthology.orchestra.run.smithi062.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T04:36:09.588 INFO:teuthology.orchestra.run.smithi037.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T04:36:09.591 INFO:teuthology.orchestra.run.smithi103.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T04:36:09.606 INFO:teuthology.orchestra.run.smithi103.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T04:36:09.655 INFO:teuthology.orchestra.run.smithi037.stderr:sudo: ntpd: command not found 2023-12-01T04:36:09.663 INFO:teuthology.orchestra.run.smithi062.stderr:sudo: ntpd: command not found 2023-12-01T04:36:09.667 INFO:teuthology.orchestra.run.smithi103.stderr:sudo: ntpd: command not found 2023-12-01T04:36:09.668 INFO:teuthology.orchestra.run.smithi037.stdout:506 Cannot talk to daemon 2023-12-01T04:36:09.676 INFO:teuthology.orchestra.run.smithi062.stdout:506 Cannot talk to daemon 2023-12-01T04:36:09.679 INFO:teuthology.orchestra.run.smithi103.stdout:506 Cannot talk to daemon 2023-12-01T04:36:09.685 INFO:teuthology.orchestra.run.smithi037.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T04:36:09.691 INFO:teuthology.orchestra.run.smithi062.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T04:36:09.693 INFO:teuthology.orchestra.run.smithi103.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T04:36:09.699 INFO:teuthology.orchestra.run.smithi037.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T04:36:09.706 INFO:teuthology.orchestra.run.smithi062.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T04:36:09.707 INFO:teuthology.orchestra.run.smithi103.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T04:36:09.778 INFO:teuthology.orchestra.run.smithi062.stderr:bash: ntpq: command not found 2023-12-01T04:36:09.781 INFO:teuthology.orchestra.run.smithi062.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T04:36:09.781 INFO:teuthology.orchestra.run.smithi062.stdout:=============================================================================== 2023-12-01T04:36:09.781 INFO:teuthology.orchestra.run.smithi062.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T04:36:09.781 INFO:teuthology.orchestra.run.smithi062.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T04:36:09.781 INFO:teuthology.orchestra.run.smithi062.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T04:36:09.782 INFO:teuthology.orchestra.run.smithi062.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T04:36:09.782 INFO:teuthology.orchestra.run.smithi037.stderr:bash: ntpq: command not found 2023-12-01T04:36:09.784 INFO:teuthology.orchestra.run.smithi103.stderr:bash: ntpq: command not found 2023-12-01T04:36:09.785 INFO:teuthology.orchestra.run.smithi037.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T04:36:09.785 INFO:teuthology.orchestra.run.smithi037.stdout:=============================================================================== 2023-12-01T04:36:09.785 INFO:teuthology.orchestra.run.smithi037.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T04:36:09.785 INFO:teuthology.orchestra.run.smithi037.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T04:36:09.785 INFO:teuthology.orchestra.run.smithi037.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T04:36:09.785 INFO:teuthology.orchestra.run.smithi037.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T04:36:09.787 INFO:teuthology.orchestra.run.smithi103.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T04:36:09.787 INFO:teuthology.orchestra.run.smithi103.stdout:=============================================================================== 2023-12-01T04:36:09.787 INFO:teuthology.orchestra.run.smithi103.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T04:36:09.787 INFO:teuthology.orchestra.run.smithi103.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T04:36:09.787 INFO:teuthology.orchestra.run.smithi103.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T04:36:09.787 INFO:teuthology.orchestra.run.smithi103.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T04:36:09.788 INFO:teuthology.run_tasks:Running task pexec... 2023-12-01T04:36:09.797 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-01T04:36:09.798 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi037.front.sepia.ceph.com 2023-12-01T04:36:09.798 DEBUG:teuthology.orchestra.run.smithi037:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T04:36:09.798 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi062.front.sepia.ceph.com 2023-12-01T04:36:09.798 DEBUG:teuthology.orchestra.run.smithi062:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T04:36:09.799 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi103.front.sepia.ceph.com 2023-12-01T04:36:09.799 DEBUG:teuthology.orchestra.run.smithi103:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T04:36:10.201 INFO:teuthology.orchestra.run.smithi103.stdout:Updating Subscription Management repositories. 2023-12-01T04:36:10.215 INFO:teuthology.orchestra.run.smithi062.stdout:Updating Subscription Management repositories. 2023-12-01T04:36:10.220 INFO:teuthology.orchestra.run.smithi037.stdout:Updating Subscription Management repositories. 2023-12-01T04:36:11.705 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:02:00 ago on Fri 01 Dec 2023 04:34:11 AM UTC. 2023-12-01T04:36:11.880 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:54 ago on Fri 01 Dec 2023 04:34:17 AM UTC. 2023-12-01T04:36:11.949 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:01:53 ago on Fri 01 Dec 2023 04:34:18 AM UTC. 2023-12-01T04:36:13.429 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2023-12-01T04:36:13.429 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2023-12-01T04:36:13.429 INFO:teuthology.orchestra.run.smithi103.stdout: Package Architecture Version Repository Size 2023-12-01T04:36:13.430 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2023-12-01T04:36:13.430 INFO:teuthology.orchestra.run.smithi103.stdout:Resetting modules: 2023-12-01T04:36:13.430 INFO:teuthology.orchestra.run.smithi103.stdout: container-tools 2023-12-01T04:36:13.430 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-12-01T04:36:13.430 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2023-12-01T04:36:13.430 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2023-12-01T04:36:13.430 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-12-01T04:36:13.705 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2023-12-01T04:36:13.706 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-12-01T04:36:13.706 INFO:teuthology.orchestra.run.smithi062.stdout: Package Architecture Version Repository Size 2023-12-01T04:36:13.706 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-12-01T04:36:13.706 INFO:teuthology.orchestra.run.smithi062.stdout:Resetting modules: 2023-12-01T04:36:13.706 INFO:teuthology.orchestra.run.smithi062.stdout: container-tools 2023-12-01T04:36:13.706 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T04:36:13.706 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2023-12-01T04:36:13.706 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-12-01T04:36:13.706 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T04:36:13.955 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2023-12-01T04:36:13.956 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2023-12-01T04:36:13.956 INFO:teuthology.orchestra.run.smithi037.stdout: Package Architecture Version Repository Size 2023-12-01T04:36:13.957 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2023-12-01T04:36:13.957 INFO:teuthology.orchestra.run.smithi037.stdout:Resetting modules: 2023-12-01T04:36:13.957 INFO:teuthology.orchestra.run.smithi037.stdout: container-tools 2023-12-01T04:36:13.957 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-01T04:36:13.957 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2023-12-01T04:36:13.957 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2023-12-01T04:36:13.957 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-01T04:36:14.381 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:02:02 ago on Fri 01 Dec 2023 04:34:11 AM UTC. 2023-12-01T04:36:14.726 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:57 ago on Fri 01 Dec 2023 04:34:17 AM UTC. 2023-12-01T04:36:14.974 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:01:56 ago on Fri 01 Dec 2023 04:34:18 AM UTC. 2023-12-01T04:36:24.726 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2023-12-01T04:36:25.110 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2023-12-01T04:36:25.196 INFO:teuthology.orchestra.run.smithi103.stdout:Updating Subscription Management repositories. 2023-12-01T04:36:25.589 INFO:teuthology.orchestra.run.smithi037.stdout:Updating Subscription Management repositories. 2023-12-01T04:36:25.622 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2023-12-01T04:36:26.094 INFO:teuthology.orchestra.run.smithi062.stdout:Updating Subscription Management repositories. 2023-12-01T04:36:26.754 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:02:15 ago on Fri 01 Dec 2023 04:34:11 AM UTC. 2023-12-01T04:36:27.266 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:02:08 ago on Fri 01 Dec 2023 04:34:18 AM UTC. 2023-12-01T04:36:27.767 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:02:10 ago on Fri 01 Dec 2023 04:34:17 AM UTC. 2023-12-01T04:36:28.446 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2023-12-01T04:36:28.540 INFO:teuthology.orchestra.run.smithi103.stdout:========================================================================================================================== 2023-12-01T04:36:28.540 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repository Size 2023-12-01T04:36:28.541 INFO:teuthology.orchestra.run.smithi103.stdout:========================================================================================================================== 2023-12-01T04:36:28.541 INFO:teuthology.orchestra.run.smithi103.stdout:Installing group/module packages: 2023-12-01T04:36:28.541 INFO:teuthology.orchestra.run.smithi103.stdout: buildah x86_64 1.19.9-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.8 M 2023-12-01T04:36:28.541 INFO:teuthology.orchestra.run.smithi103.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-01T04:36:28.541 INFO:teuthology.orchestra.run.smithi103.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-01T04:36:28.541 INFO:teuthology.orchestra.run.smithi103.stdout: skopeo x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.4 M 2023-12-01T04:36:28.541 INFO:teuthology.orchestra.run.smithi103.stdout: toolbox x86_64 0.0.99.3-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-12-01T04:36:28.541 INFO:teuthology.orchestra.run.smithi103.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T04:36:28.541 INFO:teuthology.orchestra.run.smithi103.stdout:Installing dependencies: 2023-12-01T04:36:28.541 INFO:teuthology.orchestra.run.smithi103.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-01T04:36:28.541 INFO:teuthology.orchestra.run.smithi103.stdout:Downgrading: 2023-12-01T04:36:28.541 INFO:teuthology.orchestra.run.smithi103.stdout: conmon x86_64 2:2.0.26-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T04:36:28.541 INFO:teuthology.orchestra.run.smithi103.stdout: container-selinux noarch 2:2.178.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 53 k 2023-12-01T04:36:28.541 INFO:teuthology.orchestra.run.smithi103.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 19 M 2023-12-01T04:36:28.542 INFO:teuthology.orchestra.run.smithi103.stdout: containers-common x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 91 k 2023-12-01T04:36:28.542 INFO:teuthology.orchestra.run.smithi103.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-01T04:36:28.542 INFO:teuthology.orchestra.run.smithi103.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 72 k 2023-12-01T04:36:28.542 INFO:teuthology.orchestra.run.smithi103.stdout: libslirp x86_64 4.3.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 69 k 2023-12-01T04:36:28.542 INFO:teuthology.orchestra.run.smithi103.stdout: podman x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 11 M 2023-12-01T04:36:28.542 INFO:teuthology.orchestra.run.smithi103.stdout: podman-catatonit x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 322 k 2023-12-01T04:36:28.542 INFO:teuthology.orchestra.run.smithi103.stdout: podman-docker noarch 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 56 k 2023-12-01T04:36:28.542 INFO:teuthology.orchestra.run.smithi103.stdout: runc x86_64 1.0.0-73.rc95.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.9 M 2023-12-01T04:36:28.542 INFO:teuthology.orchestra.run.smithi103.stdout: slirp4netns x86_64 1.1.8-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T04:36:28.542 INFO:teuthology.orchestra.run.smithi103.stdout:Installing module profiles: 2023-12-01T04:36:28.542 INFO:teuthology.orchestra.run.smithi103.stdout: container-tools/common 2023-12-01T04:36:28.542 INFO:teuthology.orchestra.run.smithi103.stdout:Enabling module streams: 2023-12-01T04:36:28.542 INFO:teuthology.orchestra.run.smithi103.stdout: container-tools 3.0 2023-12-01T04:36:28.542 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-12-01T04:36:28.543 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2023-12-01T04:36:28.543 INFO:teuthology.orchestra.run.smithi103.stdout:========================================================================================================================== 2023-12-01T04:36:28.543 INFO:teuthology.orchestra.run.smithi103.stdout:Install 7 Packages 2023-12-01T04:36:28.543 INFO:teuthology.orchestra.run.smithi103.stdout:Downgrade 12 Packages 2023-12-01T04:36:28.543 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-12-01T04:36:28.543 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 51 M 2023-12-01T04:36:28.543 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2023-12-01T04:36:28.651 INFO:teuthology.orchestra.run.smithi103.stdout:(1/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 481 kB/s | 51 kB 00:00 2023-12-01T04:36:28.693 INFO:teuthology.orchestra.run.smithi103.stdout:(2/19): containers-common-1.2.4-1.module+el8.6. 611 kB/s | 91 kB 00:00 2023-12-01T04:36:28.719 INFO:teuthology.orchestra.run.smithi103.stdout:(3/19): container-selinux-2.178.0-2.module+el8. 304 kB/s | 53 kB 00:00 2023-12-01T04:36:28.803 INFO:teuthology.orchestra.run.smithi103.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 3.3 MB/s | 511 kB 00:00 2023-12-01T04:36:28.927 INFO:teuthology.orchestra.run.smithi103.stdout:(5/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 581 kB/s | 72 kB 00:00 2023-12-01T04:36:28.953 INFO:teuthology.orchestra.run.smithi103.stdout:(6/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 267 kB/s | 69 kB 00:00 2023-12-01T04:36:29.045 INFO:teuthology.orchestra.run.smithi103.stdout:(7/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 8.9 MB/s | 2.9 MB 00:00 2023-12-01T04:36:29.120 INFO:teuthology.orchestra.run.smithi103.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 334 kB/s | 56 kB 00:00 2023-12-01T04:36:29.218 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2023-12-01T04:36:29.270 INFO:teuthology.orchestra.run.smithi103.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 226 kB/s | 51 kB 00:00 2023-12-01T04:36:29.322 INFO:teuthology.orchestra.run.smithi037.stdout:========================================================================================================================== 2023-12-01T04:36:29.322 INFO:teuthology.orchestra.run.smithi037.stdout: Package Arch Version Repository Size 2023-12-01T04:36:29.322 INFO:teuthology.orchestra.run.smithi037.stdout:========================================================================================================================== 2023-12-01T04:36:29.323 INFO:teuthology.orchestra.run.smithi037.stdout:Installing group/module packages: 2023-12-01T04:36:29.323 INFO:teuthology.orchestra.run.smithi037.stdout: buildah x86_64 1.19.9-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.8 M 2023-12-01T04:36:29.323 INFO:teuthology.orchestra.run.smithi037.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-01T04:36:29.323 INFO:teuthology.orchestra.run.smithi037.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-01T04:36:29.323 INFO:teuthology.orchestra.run.smithi037.stdout: skopeo x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.4 M 2023-12-01T04:36:29.323 INFO:teuthology.orchestra.run.smithi037.stdout: toolbox x86_64 0.0.99.3-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-12-01T04:36:29.323 INFO:teuthology.orchestra.run.smithi037.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T04:36:29.323 INFO:teuthology.orchestra.run.smithi037.stdout:Installing dependencies: 2023-12-01T04:36:29.323 INFO:teuthology.orchestra.run.smithi037.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-01T04:36:29.323 INFO:teuthology.orchestra.run.smithi037.stdout:Downgrading: 2023-12-01T04:36:29.323 INFO:teuthology.orchestra.run.smithi037.stdout: conmon x86_64 2:2.0.26-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T04:36:29.323 INFO:teuthology.orchestra.run.smithi037.stdout: container-selinux noarch 2:2.178.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 53 k 2023-12-01T04:36:29.323 INFO:teuthology.orchestra.run.smithi037.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 19 M 2023-12-01T04:36:29.323 INFO:teuthology.orchestra.run.smithi037.stdout: containers-common x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 91 k 2023-12-01T04:36:29.324 INFO:teuthology.orchestra.run.smithi037.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-01T04:36:29.324 INFO:teuthology.orchestra.run.smithi037.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 72 k 2023-12-01T04:36:29.324 INFO:teuthology.orchestra.run.smithi037.stdout: libslirp x86_64 4.3.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 69 k 2023-12-01T04:36:29.324 INFO:teuthology.orchestra.run.smithi037.stdout: podman x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 11 M 2023-12-01T04:36:29.324 INFO:teuthology.orchestra.run.smithi037.stdout: podman-catatonit x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 322 k 2023-12-01T04:36:29.324 INFO:teuthology.orchestra.run.smithi037.stdout: podman-docker noarch 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 56 k 2023-12-01T04:36:29.324 INFO:teuthology.orchestra.run.smithi037.stdout: runc x86_64 1.0.0-73.rc95.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.9 M 2023-12-01T04:36:29.324 INFO:teuthology.orchestra.run.smithi037.stdout: slirp4netns x86_64 1.1.8-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T04:36:29.324 INFO:teuthology.orchestra.run.smithi037.stdout:Installing module profiles: 2023-12-01T04:36:29.324 INFO:teuthology.orchestra.run.smithi037.stdout: container-tools/common 2023-12-01T04:36:29.324 INFO:teuthology.orchestra.run.smithi037.stdout:Enabling module streams: 2023-12-01T04:36:29.324 INFO:teuthology.orchestra.run.smithi037.stdout: container-tools 3.0 2023-12-01T04:36:29.325 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-01T04:36:29.325 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2023-12-01T04:36:29.325 INFO:teuthology.orchestra.run.smithi037.stdout:========================================================================================================================== 2023-12-01T04:36:29.325 INFO:teuthology.orchestra.run.smithi037.stdout:Install 7 Packages 2023-12-01T04:36:29.325 INFO:teuthology.orchestra.run.smithi037.stdout:Downgrade 12 Packages 2023-12-01T04:36:29.325 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-01T04:36:29.325 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 51 M 2023-12-01T04:36:29.325 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2023-12-01T04:36:29.471 INFO:teuthology.orchestra.run.smithi103.stdout:(10/19): podman-3.0.1-9.module+el8.6.0+14874+64 20 MB/s | 11 MB 00:00 2023-12-01T04:36:29.478 INFO:teuthology.orchestra.run.smithi037.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 599 kB/s | 91 kB 00:00 2023-12-01T04:36:29.496 INFO:teuthology.orchestra.run.smithi103.stdout:(11/19): podman-catatonit-3.0.1-9.module+el8.6. 1.4 MB/s | 322 kB 00:00 2023-12-01T04:36:29.504 INFO:teuthology.orchestra.run.smithi037.stdout:(2/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 289 kB/s | 51 kB 00:00 2023-12-01T04:36:29.554 INFO:teuthology.orchestra.run.smithi037.stdout:(3/19): container-selinux-2.178.0-2.module+el8. 232 kB/s | 53 kB 00:00 2023-12-01T04:36:29.621 INFO:teuthology.orchestra.run.smithi037.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 3.5 MB/s | 511 kB 00:00 2023-12-01T04:36:29.646 INFO:teuthology.orchestra.run.smithi037.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 486 kB/s | 69 kB 00:00 2023-12-01T04:36:29.737 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2023-12-01T04:36:29.747 INFO:teuthology.orchestra.run.smithi037.stdout:(6/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 15 MB/s | 2.9 MB 00:00 2023-12-01T04:36:29.788 INFO:teuthology.orchestra.run.smithi103.stdout:(12/19): containernetworking-plugins-0.9.1-1.mo 28 MB/s | 19 MB 00:00 2023-12-01T04:36:29.814 INFO:teuthology.orchestra.run.smithi103.stdout:(13/19): yajl-2.1.0-10.el8.x86_64.rpm 119 kB/s | 41 kB 00:00 2023-12-01T04:36:29.822 INFO:teuthology.orchestra.run.smithi037.stdout:(7/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 359 kB/s | 72 kB 00:00 2023-12-01T04:36:29.839 INFO:teuthology.orchestra.run.smithi062.stdout:========================================================================================================================== 2023-12-01T04:36:29.839 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2023-12-01T04:36:29.839 INFO:teuthology.orchestra.run.smithi062.stdout:========================================================================================================================== 2023-12-01T04:36:29.839 INFO:teuthology.orchestra.run.smithi062.stdout:Installing group/module packages: 2023-12-01T04:36:29.839 INFO:teuthology.orchestra.run.smithi062.stdout: buildah x86_64 1.19.9-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.8 M 2023-12-01T04:36:29.840 INFO:teuthology.orchestra.run.smithi062.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-01T04:36:29.840 INFO:teuthology.orchestra.run.smithi062.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-01T04:36:29.840 INFO:teuthology.orchestra.run.smithi062.stdout: skopeo x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.4 M 2023-12-01T04:36:29.840 INFO:teuthology.orchestra.run.smithi062.stdout: toolbox x86_64 0.0.99.3-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-12-01T04:36:29.840 INFO:teuthology.orchestra.run.smithi062.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T04:36:29.840 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2023-12-01T04:36:29.840 INFO:teuthology.orchestra.run.smithi062.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-01T04:36:29.840 INFO:teuthology.orchestra.run.smithi062.stdout:Downgrading: 2023-12-01T04:36:29.840 INFO:teuthology.orchestra.run.smithi062.stdout: conmon x86_64 2:2.0.26-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T04:36:29.840 INFO:teuthology.orchestra.run.smithi062.stdout: container-selinux noarch 2:2.178.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 53 k 2023-12-01T04:36:29.840 INFO:teuthology.orchestra.run.smithi062.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 19 M 2023-12-01T04:36:29.840 INFO:teuthology.orchestra.run.smithi062.stdout: containers-common x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 91 k 2023-12-01T04:36:29.840 INFO:teuthology.orchestra.run.smithi062.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-01T04:36:29.840 INFO:teuthology.orchestra.run.smithi062.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 72 k 2023-12-01T04:36:29.841 INFO:teuthology.orchestra.run.smithi062.stdout: libslirp x86_64 4.3.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 69 k 2023-12-01T04:36:29.841 INFO:teuthology.orchestra.run.smithi062.stdout: podman x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 11 M 2023-12-01T04:36:29.841 INFO:teuthology.orchestra.run.smithi062.stdout: podman-catatonit x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 322 k 2023-12-01T04:36:29.841 INFO:teuthology.orchestra.run.smithi062.stdout: podman-docker noarch 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 56 k 2023-12-01T04:36:29.841 INFO:teuthology.orchestra.run.smithi062.stdout: runc x86_64 1.0.0-73.rc95.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.9 M 2023-12-01T04:36:29.841 INFO:teuthology.orchestra.run.smithi062.stdout: slirp4netns x86_64 1.1.8-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T04:36:29.841 INFO:teuthology.orchestra.run.smithi062.stdout:Installing module profiles: 2023-12-01T04:36:29.841 INFO:teuthology.orchestra.run.smithi062.stdout: container-tools/common 2023-12-01T04:36:29.841 INFO:teuthology.orchestra.run.smithi062.stdout:Enabling module streams: 2023-12-01T04:36:29.841 INFO:teuthology.orchestra.run.smithi062.stdout: container-tools 3.0 2023-12-01T04:36:29.841 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T04:36:29.841 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2023-12-01T04:36:29.841 INFO:teuthology.orchestra.run.smithi062.stdout:========================================================================================================================== 2023-12-01T04:36:29.841 INFO:teuthology.orchestra.run.smithi062.stdout:Install 7 Packages 2023-12-01T04:36:29.841 INFO:teuthology.orchestra.run.smithi062.stdout:Downgrade 12 Packages 2023-12-01T04:36:29.841 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T04:36:29.842 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 51 M 2023-12-01T04:36:29.842 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2023-12-01T04:36:29.856 INFO:teuthology.orchestra.run.smithi037.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 515 kB/s | 56 kB 00:00 2023-12-01T04:36:29.872 INFO:teuthology.orchestra.run.smithi103.stdout:(14/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 5.8 MB/s | 2.2 MB 00:00 2023-12-01T04:36:29.948 INFO:teuthology.orchestra.run.smithi037.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 407 kB/s | 51 kB 00:00 2023-12-01T04:36:30.000 INFO:teuthology.orchestra.run.smithi062.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 582 kB/s | 91 kB 00:00 2023-12-01T04:36:30.025 INFO:teuthology.orchestra.run.smithi062.stdout:(2/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 283 kB/s | 51 kB 00:00 2023-12-01T04:36:30.064 INFO:teuthology.orchestra.run.smithi037.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 2.7 MB/s | 322 kB 00:00 2023-12-01T04:36:30.072 INFO:teuthology.orchestra.run.smithi103.stdout:(15/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 22 MB/s | 6.4 MB 00:00 2023-12-01T04:36:30.075 INFO:teuthology.orchestra.run.smithi062.stdout:(3/19): container-selinux-2.178.0-2.module+el8. 228 kB/s | 53 kB 00:00 2023-12-01T04:36:30.100 INFO:teuthology.orchestra.run.smithi062.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 5.0 MB/s | 511 kB 00:00 2023-12-01T04:36:30.114 INFO:teuthology.orchestra.run.smithi103.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 4.4 MB/s | 1.1 MB 00:00 2023-12-01T04:36:30.126 INFO:teuthology.orchestra.run.smithi062.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 687 kB/s | 69 kB 00:00 2023-12-01T04:36:30.201 INFO:teuthology.orchestra.run.smithi062.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 717 kB/s | 72 kB 00:00 2023-12-01T04:36:30.231 INFO:teuthology.orchestra.run.smithi103.stdout:(17/19): buildah-1.19.9-3.module+el8.6.0+14874+ 16 MB/s | 6.8 MB 00:00 2023-12-01T04:36:30.256 INFO:teuthology.orchestra.run.smithi103.stdout:(18/19): crun-0.18-3.module+el8.6.0+14874+64436 1.0 MB/s | 185 kB 00:00 2023-12-01T04:36:30.264 INFO:teuthology.orchestra.run.smithi037.stdout:(11/19): podman-3.0.1-9.module+el8.6.0+14874+64 18 MB/s | 11 MB 00:00 2023-12-01T04:36:30.281 INFO:teuthology.orchestra.run.smithi037.stdout:(12/19): yajl-2.1.0-10.el8.x86_64.rpm 188 kB/s | 41 kB 00:00 2023-12-01T04:36:30.293 INFO:teuthology.orchestra.run.smithi062.stdout:(7/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 13 MB/s | 2.9 MB 00:00 2023-12-01T04:36:30.307 INFO:teuthology.orchestra.run.smithi103.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 262 kB/s | 51 kB 00:00 2023-12-01T04:36:30.307 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2023-12-01T04:36:30.307 INFO:teuthology.orchestra.run.smithi103.stdout:Total 29 MB/s | 51 MB 00:01 2023-12-01T04:36:30.326 INFO:teuthology.orchestra.run.smithi062.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 446 kB/s | 56 kB 00:00 2023-12-01T04:36:30.407 INFO:teuthology.orchestra.run.smithi037.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 15 MB/s | 2.2 MB 00:00 2023-12-01T04:36:30.410 INFO:teuthology.orchestra.run.smithi062.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 436 kB/s | 51 kB 00:00 2023-12-01T04:36:30.590 INFO:teuthology.orchestra.run.smithi037.stdout:(14/19): containernetworking-plugins-0.9.1-1.mo 26 MB/s | 19 MB 00:00 2023-12-01T04:36:30.602 INFO:teuthology.orchestra.run.smithi062.stdout:(10/19): podman-3.0.1-9.module+el8.6.0+14874+64 23 MB/s | 11 MB 00:00 2023-12-01T04:36:30.635 INFO:teuthology.orchestra.run.smithi062.stdout:(11/19): podman-catatonit-3.0.1-9.module+el8.6. 1.4 MB/s | 322 kB 00:00 2023-12-01T04:36:30.744 INFO:teuthology.orchestra.run.smithi062.stdout:(12/19): yajl-2.1.0-10.el8.x86_64.rpm 288 kB/s | 41 kB 00:00 2023-12-01T04:36:30.782 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2023-12-01T04:36:30.791 INFO:teuthology.orchestra.run.smithi037.stdout:(15/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 13 MB/s | 6.4 MB 00:00 2023-12-01T04:36:30.819 INFO:teuthology.orchestra.run.smithi062.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 12 MB/s | 2.2 MB 00:00 2023-12-01T04:36:30.824 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2023-12-01T04:36:30.825 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2023-12-01T04:36:30.832 INFO:teuthology.orchestra.run.smithi037.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 4.4 MB/s | 1.1 MB 00:00 2023-12-01T04:36:30.916 INFO:teuthology.orchestra.run.smithi037.stdout:(17/19): buildah-1.19.9-3.module+el8.6.0+14874+ 13 MB/s | 6.8 MB 00:00 2023-12-01T04:36:30.941 INFO:teuthology.orchestra.run.smithi037.stdout:(18/19): crun-0.18-3.module+el8.6.0+14874+64436 1.2 MB/s | 185 kB 00:00 2023-12-01T04:36:31.025 INFO:teuthology.orchestra.run.smithi037.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 263 kB/s | 51 kB 00:00 2023-12-01T04:36:31.025 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2023-12-01T04:36:31.025 INFO:teuthology.orchestra.run.smithi037.stdout:Total 30 MB/s | 51 MB 00:01 2023-12-01T04:36:31.028 INFO:teuthology.orchestra.run.smithi062.stdout:(14/19): containernetworking-plugins-0.9.1-1.mo 27 MB/s | 19 MB 00:00 2023-12-01T04:36:31.195 INFO:teuthology.orchestra.run.smithi062.stdout:(15/19): buildah-1.19.9-3.module+el8.6.0+14874+ 18 MB/s | 6.8 MB 00:00 2023-12-01T04:36:31.248 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2023-12-01T04:36:31.251 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2023-12-01T04:36:31.270 INFO:teuthology.orchestra.run.smithi062.stdout:(16/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 12 MB/s | 6.4 MB 00:00 2023-12-01T04:36:31.312 INFO:teuthology.orchestra.run.smithi062.stdout:(17/19): cockpit-podman-29-2.module+el8.6.0+148 3.8 MB/s | 1.1 MB 00:00 2023-12-01T04:36:31.362 INFO:teuthology.orchestra.run.smithi062.stdout:(18/19): crun-0.18-3.module+el8.6.0+14874+64436 1.1 MB/s | 185 kB 00:00 2023-12-01T04:36:31.379 INFO:teuthology.orchestra.run.smithi062.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 465 kB/s | 51 kB 00:00 2023-12-01T04:36:31.380 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2023-12-01T04:36:31.380 INFO:teuthology.orchestra.run.smithi062.stdout:Total 33 MB/s | 51 MB 00:01 2023-12-01T04:36:31.515 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2023-12-01T04:36:31.561 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2023-12-01T04:36:31.561 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2023-12-01T04:36:31.874 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2023-12-01T04:36:31.916 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2023-12-01T04:36:31.917 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2023-12-01T04:36:32.031 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2023-12-01T04:36:32.035 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2023-12-01T04:36:32.374 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2023-12-01T04:36:32.378 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2023-12-01T04:36:32.480 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2023-12-01T04:36:32.535 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-01T04:36:32.737 INFO:teuthology.orchestra.run.smithi103.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T04:36:32.747 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T04:36:32.765 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T04:36:32.962 INFO:teuthology.orchestra.run.smithi103.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T04:36:33.217 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2023-12-01T04:36:33.262 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-01T04:36:33.443 INFO:teuthology.orchestra.run.smithi037.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T04:36:33.452 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T04:36:33.469 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T04:36:33.555 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2023-12-01T04:36:33.601 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-01T04:36:33.693 INFO:teuthology.orchestra.run.smithi037.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T04:36:33.904 INFO:teuthology.orchestra.run.smithi062.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T04:36:33.914 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T04:36:33.930 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T04:36:34.087 INFO:teuthology.orchestra.run.smithi062.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T04:36:50.246 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T04:36:51.649 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T04:36:51.855 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T04:36:52.016 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-01T04:36:52.295 INFO:teuthology.orchestra.run.smithi103.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-01T04:36:52.493 INFO:teuthology.orchestra.run.smithi103.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-01T04:36:52.683 INFO:teuthology.orchestra.run.smithi103.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-01T04:36:52.928 INFO:teuthology.orchestra.run.smithi103.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-01T04:36:52.928 INFO:teuthology.orchestra.run.smithi103.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-01T04:36:52.928 INFO:teuthology.orchestra.run.smithi103.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-01T04:36:52.928 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-12-01T04:36:53.506 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-01T04:36:53.719 INFO:teuthology.orchestra.run.smithi037.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-01T04:36:53.722 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-01T04:36:53.763 INFO:teuthology.orchestra.run.smithi103.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-01T04:36:53.921 INFO:teuthology.orchestra.run.smithi062.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-01T04:36:53.951 INFO:teuthology.orchestra.run.smithi037.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-01T04:36:54.009 INFO:teuthology.orchestra.run.smithi103.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-01T04:36:54.122 INFO:teuthology.orchestra.run.smithi037.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-01T04:36:54.147 INFO:teuthology.orchestra.run.smithi062.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-01T04:36:54.316 INFO:teuthology.orchestra.run.smithi062.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-01T04:36:54.335 INFO:teuthology.orchestra.run.smithi037.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-01T04:36:54.335 INFO:teuthology.orchestra.run.smithi037.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-01T04:36:54.335 INFO:teuthology.orchestra.run.smithi037.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-01T04:36:54.335 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-01T04:36:54.527 INFO:teuthology.orchestra.run.smithi062.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-01T04:36:54.527 INFO:teuthology.orchestra.run.smithi062.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-01T04:36:54.528 INFO:teuthology.orchestra.run.smithi062.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-01T04:36:54.528 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T04:36:55.298 INFO:teuthology.orchestra.run.smithi037.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-01T04:36:55.361 INFO:teuthology.orchestra.run.smithi062.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-01T04:36:55.501 INFO:teuthology.orchestra.run.smithi103.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-01T04:36:55.508 INFO:teuthology.orchestra.run.smithi037.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-01T04:36:55.611 INFO:teuthology.orchestra.run.smithi062.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-01T04:36:55.845 INFO:teuthology.orchestra.run.smithi103.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-01T04:36:56.234 INFO:teuthology.orchestra.run.smithi103.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-01T04:36:56.563 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-01T04:36:57.058 INFO:teuthology.orchestra.run.smithi037.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-01T04:36:57.135 INFO:teuthology.orchestra.run.smithi062.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-01T04:36:57.314 INFO:teuthology.orchestra.run.smithi037.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-01T04:36:57.327 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-01T04:36:57.448 INFO:teuthology.orchestra.run.smithi062.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-01T04:36:57.728 INFO:teuthology.orchestra.run.smithi037.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-01T04:36:57.848 INFO:teuthology.orchestra.run.smithi062.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-01T04:36:58.003 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-01T04:36:58.101 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-01T04:36:58.147 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-01T04:36:58.325 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-01T04:36:58.555 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-01T04:36:58.772 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-01T04:36:58.776 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-01T04:36:58.891 INFO:teuthology.orchestra.run.smithi103.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-01T04:36:58.891 INFO:teuthology.orchestra.run.smithi103.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T04:36:58.907 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-01T04:36:59.221 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T04:36:59.436 INFO:teuthology.orchestra.run.smithi103.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-01T04:36:59.437 INFO:teuthology.orchestra.run.smithi103.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T04:36:59.543 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-01T04:36:59.618 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T04:36:59.684 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-01T04:36:59.751 INFO:teuthology.orchestra.run.smithi103.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T04:36:59.782 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-01T04:36:59.908 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-01T04:36:59.952 INFO:teuthology.orchestra.run.smithi103.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-01T04:36:59.982 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-01T04:37:00.093 INFO:teuthology.orchestra.run.smithi103.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-01T04:37:00.117 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-01T04:37:00.157 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-01T04:37:00.291 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-01T04:37:00.291 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T04:37:00.309 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-01T04:37:00.311 INFO:teuthology.orchestra.run.smithi103.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-01T04:37:00.447 INFO:teuthology.orchestra.run.smithi103.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-01T04:37:00.458 INFO:teuthology.orchestra.run.smithi062.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-01T04:37:00.458 INFO:teuthology.orchestra.run.smithi062.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T04:37:00.593 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T04:37:00.601 INFO:teuthology.orchestra.run.smithi103.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-01T04:37:00.757 INFO:teuthology.orchestra.run.smithi103.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-01T04:37:00.758 INFO:teuthology.orchestra.run.smithi103.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T04:37:00.759 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-01T04:37:00.759 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T04:37:00.768 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T04:37:00.943 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T04:37:00.992 INFO:teuthology.orchestra.run.smithi062.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-01T04:37:00.992 INFO:teuthology.orchestra.run.smithi062.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T04:37:01.083 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T04:37:01.168 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T04:37:01.207 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T04:37:01.292 INFO:teuthology.orchestra.run.smithi062.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T04:37:01.350 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-01T04:37:01.459 INFO:teuthology.orchestra.run.smithi062.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-01T04:37:01.471 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-01T04:37:01.491 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-01T04:37:01.592 INFO:teuthology.orchestra.run.smithi062.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-01T04:37:01.675 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-01T04:37:01.758 INFO:teuthology.orchestra.run.smithi062.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-01T04:37:01.807 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-01T04:37:01.854 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T04:37:01.854 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-01T04:37:01.854 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-01T04:37:01.854 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-01T04:37:01.854 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-01T04:37:01.854 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-01T04:37:01.854 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-01T04:37:01.854 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-01T04:37:01.854 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-01T04:37:01.854 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-01T04:37:01.855 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-01T04:37:01.855 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-01T04:37:01.855 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-01T04:37:01.855 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-01T04:37:01.855 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-01T04:37:01.855 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-01T04:37:01.855 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-01T04:37:01.855 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-01T04:37:01.855 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-01T04:37:01.855 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-01T04:37:01.855 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-01T04:37:01.855 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-01T04:37:01.855 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-01T04:37:01.856 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-01T04:37:01.856 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T04:37:01.856 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-01T04:37:01.856 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-01T04:37:01.856 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-01T04:37:01.856 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-01T04:37:01.856 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-01T04:37:01.856 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-01T04:37:01.917 INFO:teuthology.orchestra.run.smithi062.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-01T04:37:01.923 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-01T04:37:02.034 INFO:teuthology.orchestra.run.smithi062.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-01T04:37:02.053 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-01T04:37:02.054 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T04:37:02.187 INFO:teuthology.orchestra.run.smithi062.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-01T04:37:02.188 INFO:teuthology.orchestra.run.smithi062.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T04:37:02.265 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T04:37:02.358 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T04:37:02.807 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-01T04:37:02.902 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-01T04:37:03.202 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T04:37:03.202 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-01T04:37:03.202 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-01T04:37:03.202 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-01T04:37:03.202 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-01T04:37:03.203 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-01T04:37:03.203 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-01T04:37:03.203 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-01T04:37:03.203 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-01T04:37:03.203 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-01T04:37:03.203 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-01T04:37:03.203 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-01T04:37:03.203 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-01T04:37:03.203 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-01T04:37:03.203 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-01T04:37:03.203 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-01T04:37:03.203 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-01T04:37:03.203 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-01T04:37:03.203 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-01T04:37:03.203 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-01T04:37:03.204 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-01T04:37:03.204 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-01T04:37:03.204 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-01T04:37:03.204 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-01T04:37:03.204 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T04:37:03.204 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-01T04:37:03.204 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-01T04:37:03.204 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-01T04:37:03.204 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-01T04:37:03.204 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-01T04:37:03.204 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-01T04:37:03.340 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T04:37:03.340 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-01T04:37:03.340 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-01T04:37:03.340 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-01T04:37:03.340 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-01T04:37:03.341 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-01T04:37:03.341 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-01T04:37:03.341 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-01T04:37:03.341 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-01T04:37:03.341 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-01T04:37:03.341 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-01T04:37:03.341 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-01T04:37:03.341 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-01T04:37:03.341 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-01T04:37:03.341 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-01T04:37:03.341 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-01T04:37:03.341 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-01T04:37:03.341 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-01T04:37:03.341 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-01T04:37:03.341 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-01T04:37:03.342 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-01T04:37:03.342 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-01T04:37:03.342 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-01T04:37:03.342 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-01T04:37:03.342 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T04:37:03.342 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-01T04:37:03.342 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-01T04:37:03.342 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-01T04:37:03.342 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-01T04:37:03.342 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-01T04:37:03.342 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-01T04:37:03.362 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-01T04:37:03.362 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:02:51 ago on Fri 01 Dec 2023 04:34:11 AM UTC. 2023-12-01T04:37:04.724 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-01T04:37:04.724 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:02:46 ago on Fri 01 Dec 2023 04:34:18 AM UTC. 2023-12-01T04:37:04.810 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-01T04:37:04.810 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:02:47 ago on Fri 01 Dec 2023 04:34:17 AM UTC. 2023-12-01T04:37:10.982 INFO:teuthology.orchestra.run.smithi103.stdout:Installed products updated. 2023-12-01T04:37:11.177 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-12-01T04:37:11.177 INFO:teuthology.orchestra.run.smithi103.stdout:Downgraded: 2023-12-01T04:37:11.177 INFO:teuthology.orchestra.run.smithi103.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T04:37:11.177 INFO:teuthology.orchestra.run.smithi103.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T04:37:11.177 INFO:teuthology.orchestra.run.smithi103.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T04:37:11.177 INFO:teuthology.orchestra.run.smithi103.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T04:37:11.177 INFO:teuthology.orchestra.run.smithi103.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T04:37:11.177 INFO:teuthology.orchestra.run.smithi103.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-01T04:37:11.177 INFO:teuthology.orchestra.run.smithi103.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T04:37:11.177 INFO:teuthology.orchestra.run.smithi103.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T04:37:11.177 INFO:teuthology.orchestra.run.smithi103.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T04:37:11.177 INFO:teuthology.orchestra.run.smithi103.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-01T04:37:11.177 INFO:teuthology.orchestra.run.smithi103.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-01T04:37:11.178 INFO:teuthology.orchestra.run.smithi103.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T04:37:11.178 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2023-12-01T04:37:11.178 INFO:teuthology.orchestra.run.smithi103.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T04:37:11.178 INFO:teuthology.orchestra.run.smithi103.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T04:37:11.178 INFO:teuthology.orchestra.run.smithi103.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T04:37:11.178 INFO:teuthology.orchestra.run.smithi103.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T04:37:11.178 INFO:teuthology.orchestra.run.smithi103.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T04:37:11.178 INFO:teuthology.orchestra.run.smithi103.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-01T04:37:11.178 INFO:teuthology.orchestra.run.smithi103.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-01T04:37:11.178 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-12-01T04:37:11.178 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2023-12-01T04:37:11.404 DEBUG:teuthology.parallel:result is None 2023-12-01T04:37:12.873 INFO:teuthology.orchestra.run.smithi037.stdout:Installed products updated. 2023-12-01T04:37:12.956 INFO:teuthology.orchestra.run.smithi062.stdout:Installed products updated. 2023-12-01T04:37:13.082 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-01T04:37:13.082 INFO:teuthology.orchestra.run.smithi037.stdout:Downgraded: 2023-12-01T04:37:13.082 INFO:teuthology.orchestra.run.smithi037.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T04:37:13.083 INFO:teuthology.orchestra.run.smithi037.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T04:37:13.083 INFO:teuthology.orchestra.run.smithi037.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T04:37:13.083 INFO:teuthology.orchestra.run.smithi037.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T04:37:13.083 INFO:teuthology.orchestra.run.smithi037.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T04:37:13.083 INFO:teuthology.orchestra.run.smithi037.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-01T04:37:13.083 INFO:teuthology.orchestra.run.smithi037.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T04:37:13.083 INFO:teuthology.orchestra.run.smithi037.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T04:37:13.083 INFO:teuthology.orchestra.run.smithi037.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T04:37:13.083 INFO:teuthology.orchestra.run.smithi037.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-01T04:37:13.083 INFO:teuthology.orchestra.run.smithi037.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-01T04:37:13.083 INFO:teuthology.orchestra.run.smithi037.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T04:37:13.083 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2023-12-01T04:37:13.083 INFO:teuthology.orchestra.run.smithi037.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T04:37:13.083 INFO:teuthology.orchestra.run.smithi037.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T04:37:13.084 INFO:teuthology.orchestra.run.smithi037.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T04:37:13.084 INFO:teuthology.orchestra.run.smithi037.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T04:37:13.084 INFO:teuthology.orchestra.run.smithi037.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T04:37:13.084 INFO:teuthology.orchestra.run.smithi037.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-01T04:37:13.084 INFO:teuthology.orchestra.run.smithi037.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-01T04:37:13.084 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-01T04:37:13.084 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2023-12-01T04:37:13.174 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T04:37:13.175 INFO:teuthology.orchestra.run.smithi062.stdout:Downgraded: 2023-12-01T04:37:13.175 INFO:teuthology.orchestra.run.smithi062.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T04:37:13.175 INFO:teuthology.orchestra.run.smithi062.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T04:37:13.175 INFO:teuthology.orchestra.run.smithi062.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T04:37:13.175 INFO:teuthology.orchestra.run.smithi062.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T04:37:13.175 INFO:teuthology.orchestra.run.smithi062.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T04:37:13.175 INFO:teuthology.orchestra.run.smithi062.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-01T04:37:13.175 INFO:teuthology.orchestra.run.smithi062.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T04:37:13.175 INFO:teuthology.orchestra.run.smithi062.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T04:37:13.175 INFO:teuthology.orchestra.run.smithi062.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T04:37:13.175 INFO:teuthology.orchestra.run.smithi062.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-01T04:37:13.175 INFO:teuthology.orchestra.run.smithi062.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-01T04:37:13.176 INFO:teuthology.orchestra.run.smithi062.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T04:37:13.176 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2023-12-01T04:37:13.176 INFO:teuthology.orchestra.run.smithi062.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T04:37:13.176 INFO:teuthology.orchestra.run.smithi062.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T04:37:13.176 INFO:teuthology.orchestra.run.smithi062.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T04:37:13.176 INFO:teuthology.orchestra.run.smithi062.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T04:37:13.176 INFO:teuthology.orchestra.run.smithi062.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T04:37:13.176 INFO:teuthology.orchestra.run.smithi062.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-01T04:37:13.176 INFO:teuthology.orchestra.run.smithi062.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-01T04:37:13.176 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T04:37:13.176 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2023-12-01T04:37:13.282 DEBUG:teuthology.parallel:result is None 2023-12-01T04:37:13.373 DEBUG:teuthology.parallel:result is None 2023-12-01T04:37:13.373 INFO:teuthology.run_tasks:Running task install... 2023-12-01T04:37:13.382 DEBUG:teuthology.task.install:project ceph 2023-12-01T04:37:13.383 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'b5f2d3894d094aabe62070fbfb31ffe158591885'}} 2023-12-01T04:37:13.383 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'b5f2d3894d094aabe62070fbfb31ffe158591885'} 2023-12-01T04:37:13.383 INFO:teuthology.task.install:Using flavor: default 2023-12-01T04:37:13.390 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-01T04:37:13.390 INFO:teuthology.task.install:extra packages: [] 2023-12-01T04:37:13.390 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'b5f2d3894d094aabe62070fbfb31ffe158591885', 'tag': None, 'wait_for_package': False} 2023-12-01T04:37:13.391 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 2023-12-01T04:37:13.393 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'b5f2d3894d094aabe62070fbfb31ffe158591885', 'tag': None, 'wait_for_package': False} 2023-12-01T04:37:13.394 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 2023-12-01T04:37:13.395 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'b5f2d3894d094aabe62070fbfb31ffe158591885', 'tag': None, 'wait_for_package': False} 2023-12-01T04:37:13.395 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 2023-12-01T04:37:13.541 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-30-1735/b5f2d3894d094aabe62070fbfb31ffe158591885/centos/8/flavors/default/ 2023-12-01T04:37:13.541 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7673.gb5f2d389 2023-12-01T04:37:13.549 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-30-1735/b5f2d3894d094aabe62070fbfb31ffe158591885/centos/8/flavors/default/ 2023-12-01T04:37:13.550 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7673.gb5f2d389 2023-12-01T04:37:13.687 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-30-1735/b5f2d3894d094aabe62070fbfb31ffe158591885/centos/8/flavors/default/ 2023-12-01T04:37:13.688 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7673.gb5f2d389 2023-12-01T04:37:13.796 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-30-1735/b5f2d3894d094aabe62070fbfb31ffe158591885/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-30-1735/b5f2d3894d094aabe62070fbfb31ffe158591885/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-30-1735/b5f2d3894d094aabe62070fbfb31ffe158591885/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-01T04:37:13.796 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-12-01T04:37:13.797 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-01T04:37:13.797 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-30-1735/b5f2d3894d094aabe62070fbfb31ffe158591885/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-30-1735/b5f2d3894d094aabe62070fbfb31ffe158591885/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-30-1735/b5f2d3894d094aabe62070fbfb31ffe158591885/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-01T04:37:13.798 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2023-12-01T04:37:13.798 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-01T04:37:13.802 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-30-1735/b5f2d3894d094aabe62070fbfb31ffe158591885/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-30-1735/b5f2d3894d094aabe62070fbfb31ffe158591885/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-30-1735/b5f2d3894d094aabe62070fbfb31ffe158591885/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-01T04:37:13.802 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2023-12-01T04:37:13.802 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-01T04:37:13.831 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-01T04:37:13.831 DEBUG:teuthology.orchestra.run.smithi037:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/b5f2d3894d094aabe62070fbfb31ffe158591885/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-01T04:37:13.832 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-01T04:37:13.832 DEBUG:teuthology.orchestra.run.smithi062:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/b5f2d3894d094aabe62070fbfb31ffe158591885/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-01T04:37:13.835 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-01T04:37:13.835 DEBUG:teuthology.orchestra.run.smithi103:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/b5f2d3894d094aabe62070fbfb31ffe158591885/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-01T04:37:13.902 DEBUG:teuthology.orchestra.run.smithi037:> 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-01T04:37:13.903 DEBUG:teuthology.orchestra.run.smithi062:> 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-01T04:37:13.906 DEBUG:teuthology.orchestra.run.smithi103:> 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-01T04:37:13.983 DEBUG:teuthology.orchestra.run.smithi062:> 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-01T04:37:13.984 DEBUG:teuthology.orchestra.run.smithi037:> 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-01T04:37:13.986 DEBUG:teuthology.orchestra.run.smithi103:> 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-01T04:37:14.050 INFO:teuthology.orchestra.run.smithi062.stdout:check_obsoletes = 1 2023-12-01T04:37:14.052 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum clean all 2023-12-01T04:37:14.053 INFO:teuthology.orchestra.run.smithi037.stdout:check_obsoletes = 1 2023-12-01T04:37:14.054 INFO:teuthology.orchestra.run.smithi103.stdout:check_obsoletes = 1 2023-12-01T04:37:14.055 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum clean all 2023-12-01T04:37:14.056 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum clean all 2023-12-01T04:37:14.430 INFO:teuthology.orchestra.run.smithi103.stdout:Updating Subscription Management repositories. 2023-12-01T04:37:14.447 INFO:teuthology.orchestra.run.smithi062.stdout:Updating Subscription Management repositories. 2023-12-01T04:37:14.451 INFO:teuthology.orchestra.run.smithi037.stdout:Updating Subscription Management repositories. 2023-12-01T04:37:15.153 INFO:teuthology.orchestra.run.smithi103.stdout:44 files removed 2023-12-01T04:37:15.202 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install ceph-radosgw 2023-12-01T04:37:15.278 INFO:teuthology.orchestra.run.smithi062.stdout:44 files removed 2023-12-01T04:37:15.331 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-radosgw 2023-12-01T04:37:15.332 INFO:teuthology.orchestra.run.smithi037.stdout:44 files removed 2023-12-01T04:37:15.387 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install ceph-radosgw 2023-12-01T04:37:15.533 INFO:teuthology.orchestra.run.smithi103.stdout:Updating Subscription Management repositories. 2023-12-01T04:37:15.683 INFO:teuthology.orchestra.run.smithi062.stdout:Updating Subscription Management repositories. 2023-12-01T04:37:15.741 INFO:teuthology.orchestra.run.smithi037.stdout:Updating Subscription Management repositories. 2023-12-01T04:37:17.261 INFO:teuthology.orchestra.run.smithi103.stdout:ceph packages for x86_64 190 kB/s | 81 kB 00:00 2023-12-01T04:37:17.294 INFO:teuthology.orchestra.run.smithi062.stdout:ceph packages for x86_64 213 kB/s | 81 kB 00:00 2023-12-01T04:37:17.504 INFO:teuthology.orchestra.run.smithi037.stdout:ceph packages for x86_64 180 kB/s | 81 kB 00:00 2023-12-01T04:37:17.761 INFO:teuthology.orchestra.run.smithi062.stdout:ceph noarch packages 22 kB/s | 9.5 kB 00:00 2023-12-01T04:37:17.937 INFO:teuthology.orchestra.run.smithi103.stdout:ceph noarch packages 15 kB/s | 9.5 kB 00:00 2023-12-01T04:37:18.138 INFO:teuthology.orchestra.run.smithi037.stdout:ceph noarch packages 16 kB/s | 9.5 kB 00:00 2023-12-01T04:37:18.329 INFO:teuthology.orchestra.run.smithi103.stdout:ceph source packages 4.0 kB/s | 1.5 kB 00:00 2023-12-01T04:37:18.338 INFO:teuthology.orchestra.run.smithi062.stdout:ceph source packages 2.7 kB/s | 1.5 kB 00:00 2023-12-01T04:37:18.447 INFO:teuthology.orchestra.run.smithi037.stdout:ceph source packages 5.2 kB/s | 1.5 kB 00:00 2023-12-01T04:37:18.496 INFO:teuthology.orchestra.run.smithi062.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-12-01T04:37:18.522 INFO:teuthology.orchestra.run.smithi103.stdout:Copr repo for python3-asyncssh owned by ceph 20 kB/s | 3.5 kB 00:00 2023-12-01T04:37:18.731 INFO:teuthology.orchestra.run.smithi037.stdout:Copr repo for python3-asyncssh owned by ceph 13 kB/s | 3.5 kB 00:00 2023-12-01T04:37:20.155 INFO:teuthology.orchestra.run.smithi062.stdout:Extra Packages for Enterprise Linux 9.7 MB/s | 16 MB 00:01 2023-12-01T04:37:23.888 INFO:teuthology.orchestra.run.smithi062.stdout:lab-extras 387 kB/s | 24 kB 00:00 2023-12-01T04:37:25.090 INFO:teuthology.orchestra.run.smithi062.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 42 MB/s | 47 MB 00:01 2023-12-01T04:37:28.041 INFO:teuthology.orchestra.run.smithi037.stdout:Extra Packages for Enterprise Linux 1.7 MB/s | 16 MB 00:09 2023-12-01T04:37:31.706 INFO:teuthology.orchestra.run.smithi037.stdout:lab-extras 590 kB/s | 24 kB 00:00 2023-12-01T04:37:32.970 INFO:teuthology.orchestra.run.smithi037.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 40 MB/s | 47 MB 00:01 2023-12-01T04:37:33.675 INFO:teuthology.orchestra.run.smithi062.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 49 MB/s | 53 MB 00:01 2023-12-01T04:37:37.663 INFO:teuthology.orchestra.run.smithi103.stdout:Extra Packages for Enterprise Linux 853 kB/s | 16 MB 00:19 2023-12-01T04:37:41.205 INFO:teuthology.orchestra.run.smithi103.stdout:lab-extras 369 kB/s | 24 kB 00:00 2023-12-01T04:37:42.093 INFO:teuthology.orchestra.run.smithi037.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 46 MB/s | 53 MB 00:01 2023-12-01T04:37:42.415 INFO:teuthology.orchestra.run.smithi103.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 47 MB/s | 53 MB 00:01 2023-12-01T04:37:45.624 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2023-12-01T04:37:45.627 INFO:teuthology.orchestra.run.smithi062.stdout:==================================================================================================== 2023-12-01T04:37:45.627 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2023-12-01T04:37:45.627 INFO:teuthology.orchestra.run.smithi062.stdout:==================================================================================================== 2023-12-01T04:37:45.627 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2023-12-01T04:37:45.627 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-radosgw x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 14 M 2023-12-01T04:37:45.627 INFO:teuthology.orchestra.run.smithi062.stdout:Upgrading: 2023-12-01T04:37:45.627 INFO:teuthology.orchestra.run.smithi062.stdout: librados2 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 3.8 M 2023-12-01T04:37:45.627 INFO:teuthology.orchestra.run.smithi062.stdout: librbd1 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 3.7 M 2023-12-01T04:37:45.627 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2023-12-01T04:37:45.627 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-base x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 5.4 M 2023-12-01T04:37:45.627 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-common x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 23 M 2023-12-01T04:37:45.627 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-selinux x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 24 k 2023-12-01T04:37:45.628 INFO:teuthology.orchestra.run.smithi062.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-01T04:37:45.628 INFO:teuthology.orchestra.run.smithi062.stdout: libcephfs2 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 838 k 2023-12-01T04:37:45.628 INFO:teuthology.orchestra.run.smithi062.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-01T04:37:45.628 INFO:teuthology.orchestra.run.smithi062.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-01T04:37:45.628 INFO:teuthology.orchestra.run.smithi062.stdout: libradosstriper1 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 517 k 2023-12-01T04:37:45.628 INFO:teuthology.orchestra.run.smithi062.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-01T04:37:45.628 INFO:teuthology.orchestra.run.smithi062.stdout: librgw2 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 6.9 M 2023-12-01T04:37:45.628 INFO:teuthology.orchestra.run.smithi062.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-01T04:37:45.628 INFO:teuthology.orchestra.run.smithi062.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-01T04:37:45.628 INFO:teuthology.orchestra.run.smithi062.stdout: python3-ceph-argparse x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 45 k 2023-12-01T04:37:45.628 INFO:teuthology.orchestra.run.smithi062.stdout: python3-ceph-common x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 130 k 2023-12-01T04:37:45.629 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cephfs x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 197 k 2023-12-01T04:37:45.629 INFO:teuthology.orchestra.run.smithi062.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-01T04:37:45.629 INFO:teuthology.orchestra.run.smithi062.stdout: python3-rados x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 371 k 2023-12-01T04:37:45.629 INFO:teuthology.orchestra.run.smithi062.stdout: python3-rbd x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 365 k 2023-12-01T04:37:45.629 INFO:teuthology.orchestra.run.smithi062.stdout: python3-rgw x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 107 k 2023-12-01T04:37:45.629 INFO:teuthology.orchestra.run.smithi062.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-01T04:37:45.629 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T04:37:45.629 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2023-12-01T04:37:45.629 INFO:teuthology.orchestra.run.smithi062.stdout:==================================================================================================== 2023-12-01T04:37:45.629 INFO:teuthology.orchestra.run.smithi062.stdout:Install 21 Packages 2023-12-01T04:37:45.629 INFO:teuthology.orchestra.run.smithi062.stdout:Upgrade 2 Packages 2023-12-01T04:37:45.629 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T04:37:45.630 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 62 M 2023-12-01T04:37:45.630 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2023-12-01T04:37:46.459 INFO:teuthology.orchestra.run.smithi062.stdout:(1/23): ceph-base-18.0.0-7673.gb5f2d389.el8.x86 7.5 MB/s | 5.4 MB 00:00 2023-12-01T04:37:46.509 INFO:teuthology.orchestra.run.smithi062.stdout:(2/23): ceph-selinux-18.0.0-7673.gb5f2d389.el8. 489 kB/s | 24 kB 00:00 2023-12-01T04:37:46.626 INFO:teuthology.orchestra.run.smithi062.stdout:(3/23): libcephfs2-18.0.0-7673.gb5f2d389.el8.x8 7.0 MB/s | 838 kB 00:00 2023-12-01T04:37:46.734 INFO:teuthology.orchestra.run.smithi062.stdout:(4/23): libradosstriper1-18.0.0-7673.gb5f2d389. 4.7 MB/s | 517 kB 00:00 2023-12-01T04:37:47.493 INFO:teuthology.orchestra.run.smithi062.stdout:(5/23): librgw2-18.0.0-7673.gb5f2d389.el8.x86_6 9.1 MB/s | 6.9 MB 00:00 2023-12-01T04:37:47.560 INFO:teuthology.orchestra.run.smithi062.stdout:(6/23): python3-ceph-argparse-18.0.0-7673.gb5f2 673 kB/s | 45 kB 00:00 2023-12-01T04:37:47.644 INFO:teuthology.orchestra.run.smithi062.stdout:(7/23): python3-ceph-common-18.0.0-7673.gb5f2d3 1.5 MB/s | 130 kB 00:00 2023-12-01T04:37:47.719 INFO:teuthology.orchestra.run.smithi062.stdout:(8/23): python3-cephfs-18.0.0-7673.gb5f2d389.el 2.6 MB/s | 197 kB 00:00 2023-12-01T04:37:47.861 INFO:teuthology.orchestra.run.smithi062.stdout:(9/23): ceph-radosgw-18.0.0-7673.gb5f2d389.el8. 6.6 MB/s | 14 MB 00:02 2023-12-01T04:37:47.886 INFO:teuthology.orchestra.run.smithi062.stdout:(10/23): python3-rados-18.0.0-7673.gb5f2d389.el 2.2 MB/s | 371 kB 00:00 2023-12-01T04:37:47.945 INFO:teuthology.orchestra.run.smithi062.stdout:(11/23): python3-rgw-18.0.0-7673.gb5f2d389.el8. 1.8 MB/s | 107 kB 00:00 2023-12-01T04:37:47.970 INFO:teuthology.orchestra.run.smithi062.stdout:(12/23): python3-rbd-18.0.0-7673.gb5f2d389.el8. 3.3 MB/s | 365 kB 00:00 2023-12-01T04:37:48.757 INFO:teuthology.orchestra.run.smithi062.stdout:(13/23): ceph-common-18.0.0-7673.gb5f2d389.el8. 7.5 MB/s | 23 MB 00:03 2023-12-01T04:37:48.887 INFO:teuthology.orchestra.run.smithi062.stdout:(14/23): liboath-2.6.2-3.el8.x86_64.rpm 64 kB/s | 59 kB 00:00 2023-12-01T04:37:48.954 INFO:teuthology.orchestra.run.smithi062.stdout:(15/23): gperftools-libs-2.7-9.el8.x86_64.rpm 303 kB/s | 306 kB 00:01 2023-12-01T04:37:49.038 INFO:teuthology.orchestra.run.smithi062.stdout:(16/23): libunwind-1.3.1-3.el8.x86_64.rpm 268 kB/s | 75 kB 00:00 2023-12-01T04:37:49.113 INFO:teuthology.orchestra.run.smithi062.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.6 MB/s | 259 kB 00:00 2023-12-01T04:37:49.180 INFO:teuthology.orchestra.run.smithi062.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 309 kB/s | 44 kB 00:00 2023-12-01T04:37:49.239 INFO:teuthology.orchestra.run.smithi062.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 2.8 MB/s | 354 kB 00:00 2023-12-01T04:37:49.298 INFO:teuthology.orchestra.run.smithi062.stdout:(20/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 401 kB/s | 47 kB 00:00 2023-12-01T04:37:49.339 INFO:teuthology.orchestra.run.smithi062.stdout:(21/23): thrift-0.13.0-2.el8.x86_64.rpm 3.8 MB/s | 1.7 MB 00:00 2023-12-01T04:37:49.606 INFO:teuthology.orchestra.run.smithi062.stdout:(22/23): librados2-18.0.0-7673.gb5f2d389.el8.x8 10 MB/s | 3.8 MB 00:00 2023-12-01T04:37:49.781 INFO:teuthology.orchestra.run.smithi062.stdout:(23/23): librbd1-18.0.0-7673.gb5f2d389.el8.x86_ 7.7 MB/s | 3.7 MB 00:00 2023-12-01T04:37:49.784 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2023-12-01T04:37:49.784 INFO:teuthology.orchestra.run.smithi062.stdout:Total 15 MB/s | 62 MB 00:04 2023-12-01T04:37:49.831 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2023-12-01T04:37:49.881 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2023-12-01T04:37:49.881 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2023-12-01T04:37:50.252 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2023-12-01T04:37:50.256 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2023-12-01T04:37:50.949 INFO:teuthology.orchestra.run.smithi103.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 38 MB/s | 47 MB 00:01 2023-12-01T04:37:51.481 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2023-12-01T04:37:51.662 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-01T04:37:51.851 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T04:37:52.293 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T04:37:52.459 INFO:teuthology.orchestra.run.smithi062.stdout: Upgrading : librados2-2:18.0.0-7673.gb5f2d389.el8.x86_64 3/25 2023-12-01T04:37:52.542 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: librados2-2:18.0.0-7673.gb5f2d389.el8.x86_64 3/25 2023-12-01T04:37:52.749 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-rados-2:18.0.0-7673.gb5f2d389.el8.x86_64 4/25 2023-12-01T04:37:52.992 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-01T04:37:53.176 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : libcephfs2-2:18.0.0-7673.gb5f2d389.el8.x86_64 6/25 2023-12-01T04:37:53.611 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: libcephfs2-2:18.0.0-7673.gb5f2d389.el8.x86_64 6/25 2023-12-01T04:37:53.951 INFO:teuthology.orchestra.run.smithi062.stdout: Upgrading : librbd1-2:18.0.0-7673.gb5f2d389.el8.x86_64 7/25 2023-12-01T04:37:54.021 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: librbd1-2:18.0.0-7673.gb5f2d389.el8.x86_64 7/25 2023-12-01T04:37:54.049 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2023-12-01T04:37:54.052 INFO:teuthology.orchestra.run.smithi037.stdout:==================================================================================================== 2023-12-01T04:37:54.052 INFO:teuthology.orchestra.run.smithi037.stdout: Package Arch Version Repository Size 2023-12-01T04:37:54.052 INFO:teuthology.orchestra.run.smithi037.stdout:==================================================================================================== 2023-12-01T04:37:54.052 INFO:teuthology.orchestra.run.smithi037.stdout:Installing: 2023-12-01T04:37:54.052 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-radosgw x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 14 M 2023-12-01T04:37:54.052 INFO:teuthology.orchestra.run.smithi037.stdout:Upgrading: 2023-12-01T04:37:54.052 INFO:teuthology.orchestra.run.smithi037.stdout: librados2 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 3.8 M 2023-12-01T04:37:54.052 INFO:teuthology.orchestra.run.smithi037.stdout: librbd1 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 3.7 M 2023-12-01T04:37:54.052 INFO:teuthology.orchestra.run.smithi037.stdout:Installing dependencies: 2023-12-01T04:37:54.052 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-base x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 5.4 M 2023-12-01T04:37:54.053 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-common x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 23 M 2023-12-01T04:37:54.053 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-selinux x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 24 k 2023-12-01T04:37:54.053 INFO:teuthology.orchestra.run.smithi037.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-01T04:37:54.053 INFO:teuthology.orchestra.run.smithi037.stdout: libcephfs2 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 838 k 2023-12-01T04:37:54.053 INFO:teuthology.orchestra.run.smithi037.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-01T04:37:54.053 INFO:teuthology.orchestra.run.smithi037.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-01T04:37:54.053 INFO:teuthology.orchestra.run.smithi037.stdout: libradosstriper1 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 517 k 2023-12-01T04:37:54.053 INFO:teuthology.orchestra.run.smithi037.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-01T04:37:54.053 INFO:teuthology.orchestra.run.smithi037.stdout: librgw2 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 6.9 M 2023-12-01T04:37:54.053 INFO:teuthology.orchestra.run.smithi037.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-01T04:37:54.053 INFO:teuthology.orchestra.run.smithi037.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-01T04:37:54.053 INFO:teuthology.orchestra.run.smithi037.stdout: python3-ceph-argparse x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 45 k 2023-12-01T04:37:54.053 INFO:teuthology.orchestra.run.smithi037.stdout: python3-ceph-common x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 130 k 2023-12-01T04:37:54.053 INFO:teuthology.orchestra.run.smithi037.stdout: python3-cephfs x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 197 k 2023-12-01T04:37:54.054 INFO:teuthology.orchestra.run.smithi037.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-01T04:37:54.054 INFO:teuthology.orchestra.run.smithi037.stdout: python3-rados x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 371 k 2023-12-01T04:37:54.054 INFO:teuthology.orchestra.run.smithi037.stdout: python3-rbd x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 365 k 2023-12-01T04:37:54.054 INFO:teuthology.orchestra.run.smithi037.stdout: python3-rgw x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 107 k 2023-12-01T04:37:54.054 INFO:teuthology.orchestra.run.smithi037.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-01T04:37:54.054 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-01T04:37:54.054 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2023-12-01T04:37:54.054 INFO:teuthology.orchestra.run.smithi037.stdout:==================================================================================================== 2023-12-01T04:37:54.054 INFO:teuthology.orchestra.run.smithi037.stdout:Install 21 Packages 2023-12-01T04:37:54.054 INFO:teuthology.orchestra.run.smithi037.stdout:Upgrade 2 Packages 2023-12-01T04:37:54.054 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-01T04:37:54.055 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 62 M 2023-12-01T04:37:54.055 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2023-12-01T04:37:54.236 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-01T04:37:54.643 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-01T04:37:55.367 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-01T04:37:55.493 INFO:teuthology.orchestra.run.smithi037.stdout:(1/23): ceph-common-18.0.0-7673.gb5f2d389.el8.x 17 MB/s | 23 MB 00:01 2023-12-01T04:37:55.526 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : librgw2-2:18.0.0-7673.gb5f2d389.el8.x86_64 10/25 2023-12-01T04:37:55.543 INFO:teuthology.orchestra.run.smithi037.stdout:(2/23): ceph-selinux-18.0.0-7673.gb5f2d389.el8. 489 kB/s | 24 kB 00:00 2023-12-01T04:37:55.626 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: librgw2-2:18.0.0-7673.gb5f2d389.el8.x86_64 10/25 2023-12-01T04:37:55.627 INFO:teuthology.orchestra.run.smithi037.stdout:(3/23): libcephfs2-18.0.0-7673.gb5f2d389.el8.x8 9.9 MB/s | 838 kB 00:00 2023-12-01T04:37:55.685 INFO:teuthology.orchestra.run.smithi037.stdout:(4/23): libradosstriper1-18.0.0-7673.gb5f2d389. 8.7 MB/s | 517 kB 00:00 2023-12-01T04:37:55.871 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-ceph-argparse-2:18.0.0-7673.gb5f2d389.el8. 11/25 2023-12-01T04:37:56.013 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-cephfs-2:18.0.0-7673.gb5f2d389.el8.x86_64 12/25 2023-12-01T04:37:56.127 INFO:teuthology.orchestra.run.smithi037.stdout:(5/23): librgw2-18.0.0-7673.gb5f2d389.el8.x86_6 16 MB/s | 6.9 MB 00:00 2023-12-01T04:37:56.178 INFO:teuthology.orchestra.run.smithi037.stdout:(6/23): python3-ceph-argparse-18.0.0-7673.gb5f2 900 kB/s | 45 kB 00:00 2023-12-01T04:37:56.236 INFO:teuthology.orchestra.run.smithi037.stdout:(7/23): python3-ceph-common-18.0.0-7673.gb5f2d3 2.2 MB/s | 130 kB 00:00 2023-12-01T04:37:56.264 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-rgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 13/25 2023-12-01T04:37:56.337 INFO:teuthology.orchestra.run.smithi037.stdout:(8/23): python3-cephfs-18.0.0-7673.gb5f2d389.el 1.9 MB/s | 197 kB 00:00 2023-12-01T04:37:56.387 INFO:teuthology.orchestra.run.smithi037.stdout:(9/23): python3-rados-18.0.0-7673.gb5f2d389.el8 7.3 MB/s | 371 kB 00:00 2023-12-01T04:37:56.442 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-rbd-2:18.0.0-7673.gb5f2d389.el8.x86_64 14/25 2023-12-01T04:37:56.462 INFO:teuthology.orchestra.run.smithi037.stdout:(10/23): python3-rbd-18.0.0-7673.gb5f2d389.el8. 4.8 MB/s | 365 kB 00:00 2023-12-01T04:37:56.521 INFO:teuthology.orchestra.run.smithi037.stdout:(11/23): python3-rgw-18.0.0-7673.gb5f2d389.el8. 1.8 MB/s | 107 kB 00:00 2023-12-01T04:37:56.617 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : libradosstriper1-2:18.0.0-7673.gb5f2d389.el8.x86_6 15/25 2023-12-01T04:37:56.621 INFO:teuthology.orchestra.run.smithi037.stdout:(12/23): ceph-base-18.0.0-7673.gb5f2d389.el8.x8 2.2 MB/s | 5.4 MB 00:02 2023-12-01T04:37:56.673 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7673.gb5f2d389.el8.x86_6 15/25 2023-12-01T04:37:56.688 INFO:teuthology.orchestra.run.smithi037.stdout:(13/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.8 MB/s | 306 kB 00:00 2023-12-01T04:37:56.722 INFO:teuthology.orchestra.run.smithi037.stdout:(14/23): liboath-2.6.2-3.el8.x86_64.rpm 588 kB/s | 59 kB 00:00 2023-12-01T04:37:56.747 INFO:teuthology.orchestra.run.smithi037.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.3 MB/s | 75 kB 00:00 2023-12-01T04:37:56.795 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-01T04:37:56.948 INFO:teuthology.orchestra.run.smithi037.stdout:(16/23): ceph-radosgw-18.0.0-7673.gb5f2d389.el8 5.0 MB/s | 14 MB 00:02 2023-12-01T04:37:56.980 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-01T04:37:56.981 INFO:teuthology.orchestra.run.smithi037.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.1 MB/s | 259 kB 00:00 2023-12-01T04:37:57.031 INFO:teuthology.orchestra.run.smithi037.stdout:(18/23): thrift-0.13.0-2.el8.x86_64.rpm 5.6 MB/s | 1.7 MB 00:00 2023-12-01T04:37:57.098 INFO:teuthology.orchestra.run.smithi037.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 3.2 MB/s | 354 kB 00:00 2023-12-01T04:37:57.140 INFO:teuthology.orchestra.run.smithi037.stdout:(20/23): python3-prettytable-0.7.2-14.el8.noarc 229 kB/s | 44 kB 00:00 2023-12-01T04:37:57.241 INFO:teuthology.orchestra.run.smithi037.stdout:(21/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 224 kB/s | 47 kB 00:00 2023-12-01T04:37:57.244 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-01T04:37:57.374 INFO:teuthology.orchestra.run.smithi037.stdout:(22/23): librbd1-18.0.0-7673.gb5f2d389.el8.x86_ 16 MB/s | 3.7 MB 00:00 2023-12-01T04:37:57.401 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-ceph-common-2:18.0.0-7673.gb5f2d389.el8.x8 19/25 2023-12-01T04:37:57.724 INFO:teuthology.orchestra.run.smithi037.stdout:(23/23): librados2-18.0.0-7673.gb5f2d389.el8.x8 6.0 MB/s | 3.8 MB 00:00 2023-12-01T04:37:57.726 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2023-12-01T04:37:57.727 INFO:teuthology.orchestra.run.smithi037.stdout:Total 17 MB/s | 62 MB 00:03 2023-12-01T04:37:57.771 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2023-12-01T04:37:57.819 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2023-12-01T04:37:57.819 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2023-12-01T04:37:58.170 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2023-12-01T04:37:58.173 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2023-12-01T04:37:59.381 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2023-12-01T04:37:59.634 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-01T04:37:59.940 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T04:38:00.379 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T04:38:00.565 INFO:teuthology.orchestra.run.smithi037.stdout: Upgrading : librados2-2:18.0.0-7673.gb5f2d389.el8.x86_64 3/25 2023-12-01T04:38:00.668 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: librados2-2:18.0.0-7673.gb5f2d389.el8.x86_64 3/25 2023-12-01T04:38:00.855 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-rados-2:18.0.0-7673.gb5f2d389.el8.x86_64 4/25 2023-12-01T04:38:01.098 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-01T04:38:01.265 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : libcephfs2-2:18.0.0-7673.gb5f2d389.el8.x86_64 6/25 2023-12-01T04:38:01.431 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 20/25 2023-12-01T04:38:01.650 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 20/25 2023-12-01T04:38:01.692 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: libcephfs2-2:18.0.0-7673.gb5f2d389.el8.x86_64 6/25 2023-12-01T04:38:01.853 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2023-12-01T04:38:01.856 INFO:teuthology.orchestra.run.smithi103.stdout:==================================================================================================== 2023-12-01T04:38:01.856 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repository Size 2023-12-01T04:38:01.856 INFO:teuthology.orchestra.run.smithi103.stdout:==================================================================================================== 2023-12-01T04:38:01.856 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2023-12-01T04:38:01.857 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-radosgw x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 14 M 2023-12-01T04:38:01.857 INFO:teuthology.orchestra.run.smithi103.stdout:Upgrading: 2023-12-01T04:38:01.857 INFO:teuthology.orchestra.run.smithi103.stdout: librados2 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 3.8 M 2023-12-01T04:38:01.857 INFO:teuthology.orchestra.run.smithi103.stdout: librbd1 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 3.7 M 2023-12-01T04:38:01.857 INFO:teuthology.orchestra.run.smithi103.stdout:Installing dependencies: 2023-12-01T04:38:01.857 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-base x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 5.4 M 2023-12-01T04:38:01.857 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-common x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 23 M 2023-12-01T04:38:01.858 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-selinux x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 24 k 2023-12-01T04:38:01.858 INFO:teuthology.orchestra.run.smithi103.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-01T04:38:01.858 INFO:teuthology.orchestra.run.smithi103.stdout: libcephfs2 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 838 k 2023-12-01T04:38:01.858 INFO:teuthology.orchestra.run.smithi103.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-01T04:38:01.858 INFO:teuthology.orchestra.run.smithi103.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-01T04:38:01.859 INFO:teuthology.orchestra.run.smithi103.stdout: libradosstriper1 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 517 k 2023-12-01T04:38:01.859 INFO:teuthology.orchestra.run.smithi103.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-01T04:38:01.859 INFO:teuthology.orchestra.run.smithi103.stdout: librgw2 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 6.9 M 2023-12-01T04:38:01.859 INFO:teuthology.orchestra.run.smithi103.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-01T04:38:01.859 INFO:teuthology.orchestra.run.smithi103.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-01T04:38:01.859 INFO:teuthology.orchestra.run.smithi103.stdout: python3-ceph-argparse x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 45 k 2023-12-01T04:38:01.860 INFO:teuthology.orchestra.run.smithi103.stdout: python3-ceph-common x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 130 k 2023-12-01T04:38:01.860 INFO:teuthology.orchestra.run.smithi103.stdout: python3-cephfs x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 197 k 2023-12-01T04:38:01.860 INFO:teuthology.orchestra.run.smithi103.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-01T04:38:01.860 INFO:teuthology.orchestra.run.smithi103.stdout: python3-rados x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 371 k 2023-12-01T04:38:01.860 INFO:teuthology.orchestra.run.smithi103.stdout: python3-rbd x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 365 k 2023-12-01T04:38:01.860 INFO:teuthology.orchestra.run.smithi103.stdout: python3-rgw x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 107 k 2023-12-01T04:38:01.861 INFO:teuthology.orchestra.run.smithi103.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-01T04:38:01.861 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-12-01T04:38:01.861 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2023-12-01T04:38:01.861 INFO:teuthology.orchestra.run.smithi103.stdout:==================================================================================================== 2023-12-01T04:38:01.861 INFO:teuthology.orchestra.run.smithi103.stdout:Install 21 Packages 2023-12-01T04:38:01.861 INFO:teuthology.orchestra.run.smithi103.stdout:Upgrade 2 Packages 2023-12-01T04:38:01.861 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-12-01T04:38:01.862 INFO:teuthology.orchestra.run.smithi037.stdout: Upgrading : librbd1-2:18.0.0-7673.gb5f2d389.el8.x86_64 7/25 2023-12-01T04:38:01.863 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 62 M 2023-12-01T04:38:01.863 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2023-12-01T04:38:01.923 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: librbd1-2:18.0.0-7673.gb5f2d389.el8.x86_64 7/25 2023-12-01T04:38:02.107 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-01T04:38:02.271 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 20/25 2023-12-01T04:38:02.298 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-01T04:38:02.550 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-base-2:18.0.0-7673.gb5f2d389.el8.x86_64 21/25 2023-12-01T04:38:02.637 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-base-2:18.0.0-7673.gb5f2d389.el8.x86_64 21/25 2023-12-01T04:38:02.741 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-selinux-2:18.0.0-7673.gb5f2d389.el8.x86_64 22/25 2023-12-01T04:38:02.893 INFO:teuthology.orchestra.run.smithi103.stdout:(1/23): ceph-base-18.0.0-7673.gb5f2d389.el8.x86 7.6 MB/s | 5.4 MB 00:00 2023-12-01T04:38:02.967 INFO:teuthology.orchestra.run.smithi103.stdout:(2/23): ceph-selinux-18.0.0-7673.gb5f2d389.el8. 324 kB/s | 24 kB 00:00 2023-12-01T04:38:03.008 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-01T04:38:03.165 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : librgw2-2:18.0.0-7673.gb5f2d389.el8.x86_64 10/25 2023-12-01T04:38:03.200 INFO:teuthology.orchestra.run.smithi103.stdout:(3/23): ceph-radosgw-18.0.0-7673.gb5f2d389.el8. 14 MB/s | 14 MB 00:01 2023-12-01T04:38:03.236 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: librgw2-2:18.0.0-7673.gb5f2d389.el8.x86_64 10/25 2023-12-01T04:38:03.259 INFO:teuthology.orchestra.run.smithi103.stdout:(4/23): libradosstriper1-18.0.0-7673.gb5f2d389. 8.7 MB/s | 517 kB 00:00 2023-12-01T04:38:03.406 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-ceph-argparse-2:18.0.0-7673.gb5f2d389.el8. 11/25 2023-12-01T04:38:03.560 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-cephfs-2:18.0.0-7673.gb5f2d389.el8.x86_64 12/25 2023-12-01T04:38:03.601 INFO:teuthology.orchestra.run.smithi103.stdout:(5/23): librgw2-18.0.0-7673.gb5f2d389.el8.x86_6 20 MB/s | 6.9 MB 00:00 2023-12-01T04:38:03.626 INFO:teuthology.orchestra.run.smithi103.stdout:(6/23): libcephfs2-18.0.0-7673.gb5f2d389.el8.x8 1.2 MB/s | 838 kB 00:00 2023-12-01T04:38:03.685 INFO:teuthology.orchestra.run.smithi103.stdout:(7/23): python3-ceph-argparse-18.0.0-7673.gb5f2 537 kB/s | 45 kB 00:00 2023-12-01T04:38:03.710 INFO:teuthology.orchestra.run.smithi103.stdout:(8/23): python3-ceph-common-18.0.0-7673.gb5f2d3 1.5 MB/s | 130 kB 00:00 2023-12-01T04:38:03.736 INFO:teuthology.orchestra.run.smithi103.stdout:(9/23): python3-cephfs-18.0.0-7673.gb5f2d389.el 3.8 MB/s | 197 kB 00:00 2023-12-01T04:38:03.761 INFO:teuthology.orchestra.run.smithi103.stdout:(10/23): python3-rados-18.0.0-7673.gb5f2d389.el 7.2 MB/s | 371 kB 00:00 2023-12-01T04:38:03.762 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-rgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 13/25 2023-12-01T04:38:03.786 INFO:teuthology.orchestra.run.smithi103.stdout:(11/23): python3-rbd-18.0.0-7673.gb5f2d389.el8. 7.1 MB/s | 365 kB 00:00 2023-12-01T04:38:03.812 INFO:teuthology.orchestra.run.smithi103.stdout:(12/23): python3-rgw-18.0.0-7673.gb5f2d389.el8. 2.1 MB/s | 107 kB 00:00 2023-12-01T04:38:03.981 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-rbd-2:18.0.0-7673.gb5f2d389.el8.x86_64 14/25 2023-12-01T04:38:04.156 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : libradosstriper1-2:18.0.0-7673.gb5f2d389.el8.x86_6 15/25 2023-12-01T04:38:04.225 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7673.gb5f2d389.el8.x86_6 15/25 2023-12-01T04:38:04.351 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-01T04:38:04.429 INFO:teuthology.orchestra.run.smithi103.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 95 kB/s | 59 kB 00:00 2023-12-01T04:38:04.836 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-01T04:38:04.946 INFO:teuthology.orchestra.run.smithi103.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 145 kB/s | 75 kB 00:00 2023-12-01T04:38:05.100 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-01T04:38:05.265 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-ceph-common-2:18.0.0-7673.gb5f2d389.el8.x8 19/25 2023-12-01T04:38:05.804 INFO:teuthology.orchestra.run.smithi103.stdout:(15/23): gperftools-libs-2.7-9.el8.x86_64.rpm 152 kB/s | 306 kB 00:02 2023-12-01T04:38:06.012 INFO:teuthology.orchestra.run.smithi103.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 225 kB/s | 47 kB 00:00 2023-12-01T04:38:06.155 INFO:teuthology.orchestra.run.smithi103.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.8 MB/s | 259 kB 00:00 2023-12-01T04:38:06.322 INFO:teuthology.orchestra.run.smithi103.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 264 kB/s | 44 kB 00:00 2023-12-01T04:38:06.514 INFO:teuthology.orchestra.run.smithi103.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 1.8 MB/s | 354 kB 00:00 2023-12-01T04:38:07.039 INFO:teuthology.orchestra.run.smithi103.stdout:(20/23): ceph-common-18.0.0-7673.gb5f2d389.el8. 4.6 MB/s | 23 MB 00:04 2023-12-01T04:38:07.106 INFO:teuthology.orchestra.run.smithi103.stdout:(21/23): librados2-18.0.0-7673.gb5f2d389.el8.x8 6.4 MB/s | 3.8 MB 00:00 2023-12-01T04:38:07.440 INFO:teuthology.orchestra.run.smithi103.stdout:(22/23): librbd1-18.0.0-7673.gb5f2d389.el8.x86_ 9.3 MB/s | 3.7 MB 00:00 2023-12-01T04:38:09.196 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 20/25 2023-12-01T04:38:09.389 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 20/25 2023-12-01T04:38:10.005 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 20/25 2023-12-01T04:38:10.458 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-base-2:18.0.0-7673.gb5f2d389.el8.x86_64 21/25 2023-12-01T04:38:10.543 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-base-2:18.0.0-7673.gb5f2d389.el8.x86_64 21/25 2023-12-01T04:38:10.664 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-selinux-2:18.0.0-7673.gb5f2d389.el8.x86_64 22/25 2023-12-01T04:38:10.806 INFO:teuthology.orchestra.run.smithi103.stdout:(23/23): thrift-0.13.0-2.el8.x86_64.rpm 303 kB/s | 1.7 MB 00:05 2023-12-01T04:38:10.808 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2023-12-01T04:38:10.808 INFO:teuthology.orchestra.run.smithi103.stdout:Total 6.9 MB/s | 62 MB 00:08 2023-12-01T04:38:10.857 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2023-12-01T04:38:10.903 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2023-12-01T04:38:10.903 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2023-12-01T04:38:11.254 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2023-12-01T04:38:11.257 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2023-12-01T04:38:12.616 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2023-12-01T04:38:12.934 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-01T04:38:13.149 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T04:38:13.561 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T04:38:13.774 INFO:teuthology.orchestra.run.smithi103.stdout: Upgrading : librados2-2:18.0.0-7673.gb5f2d389.el8.x86_64 3/25 2023-12-01T04:38:13.873 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: librados2-2:18.0.0-7673.gb5f2d389.el8.x86_64 3/25 2023-12-01T04:38:14.097 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-rados-2:18.0.0-7673.gb5f2d389.el8.x86_64 4/25 2023-12-01T04:38:14.326 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-01T04:38:14.524 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : libcephfs2-2:18.0.0-7673.gb5f2d389.el8.x86_64 6/25 2023-12-01T04:38:14.970 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: libcephfs2-2:18.0.0-7673.gb5f2d389.el8.x86_64 6/25 2023-12-01T04:38:15.215 INFO:teuthology.orchestra.run.smithi103.stdout: Upgrading : librbd1-2:18.0.0-7673.gb5f2d389.el8.x86_64 7/25 2023-12-01T04:38:15.306 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: librbd1-2:18.0.0-7673.gb5f2d389.el8.x86_64 7/25 2023-12-01T04:38:15.482 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-01T04:38:15.530 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-01T04:38:16.299 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-01T04:38:16.490 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : librgw2-2:18.0.0-7673.gb5f2d389.el8.x86_64 10/25 2023-12-01T04:38:16.542 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: librgw2-2:18.0.0-7673.gb5f2d389.el8.x86_64 10/25 2023-12-01T04:38:16.719 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-ceph-argparse-2:18.0.0-7673.gb5f2d389.el8. 11/25 2023-12-01T04:38:16.885 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-cephfs-2:18.0.0-7673.gb5f2d389.el8.x86_64 12/25 2023-12-01T04:38:17.134 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-rgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 13/25 2023-12-01T04:38:17.361 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-rbd-2:18.0.0-7673.gb5f2d389.el8.x86_64 14/25 2023-12-01T04:38:17.548 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : libradosstriper1-2:18.0.0-7673.gb5f2d389.el8.x86_6 15/25 2023-12-01T04:38:17.622 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7673.gb5f2d389.el8.x86_6 15/25 2023-12-01T04:38:17.750 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-01T04:38:17.966 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-01T04:38:18.296 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-01T04:38:18.507 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-ceph-common-2:18.0.0-7673.gb5f2d389.el8.x8 19/25 2023-12-01T04:38:22.305 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 20/25 2023-12-01T04:38:22.348 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7673.gb5f2d389.el8.x86_64 22/25 2023-12-01T04:38:22.348 INFO:teuthology.orchestra.run.smithi062.stdout:skipping the directory /sys 2023-12-01T04:38:22.348 INFO:teuthology.orchestra.run.smithi062.stdout:skipping the directory /proc 2023-12-01T04:38:22.349 INFO:teuthology.orchestra.run.smithi062.stdout:skipping the directory /dev 2023-12-01T04:38:22.349 INFO:teuthology.orchestra.run.smithi062.stdout:skipping the directory /run 2023-12-01T04:38:22.349 INFO:teuthology.orchestra.run.smithi062.stdout:skipping the directory /mnt 2023-12-01T04:38:22.349 INFO:teuthology.orchestra.run.smithi062.stdout:skipping the directory /var/tmp 2023-12-01T04:38:22.349 INFO:teuthology.orchestra.run.smithi062.stdout:skipping the directory /home 2023-12-01T04:38:22.349 INFO:teuthology.orchestra.run.smithi062.stdout:skipping the directory /tmp 2023-12-01T04:38:22.349 INFO:teuthology.orchestra.run.smithi062.stdout:skipping the directory /dev 2023-12-01T04:38:22.349 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T04:38:22.515 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 20/25 2023-12-01T04:38:23.092 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 20/25 2023-12-01T04:38:23.675 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-base-2:18.0.0-7673.gb5f2d389.el8.x86_64 21/25 2023-12-01T04:38:23.790 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-base-2:18.0.0-7673.gb5f2d389.el8.x86_64 21/25 2023-12-01T04:38:23.822 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-radosgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 23/25 2023-12-01T04:38:23.844 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 23/25 2023-12-01T04:38:23.844 INFO:teuthology.orchestra.run.smithi062.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T04:38:23.940 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-selinux-2:18.0.0-7673.gb5f2d389.el8.x86_64 22/25 2023-12-01T04:38:24.058 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T04:38:24.058 INFO:teuthology.orchestra.run.smithi062.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T04:38:24.703 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T04:38:24.703 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-base-2:18.0.0-7673.gb5f2d389.el8.x86_64 1/25 2023-12-01T04:38:24.703 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 2/25 2023-12-01T04:38:24.703 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-radosgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 3/25 2023-12-01T04:38:24.703 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-selinux-2:18.0.0-7673.gb5f2d389.el8.x86_64 4/25 2023-12-01T04:38:24.703 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libcephfs2-2:18.0.0-7673.gb5f2d389.el8.x86_64 5/25 2023-12-01T04:38:24.704 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libradosstriper1-2:18.0.0-7673.gb5f2d389.el8.x86_6 6/25 2023-12-01T04:38:24.704 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : librgw2-2:18.0.0-7673.gb5f2d389.el8.x86_64 7/25 2023-12-01T04:38:24.704 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7673.gb5f2d389.el8. 8/25 2023-12-01T04:38:24.704 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-ceph-common-2:18.0.0-7673.gb5f2d389.el8.x8 9/25 2023-12-01T04:38:24.704 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-cephfs-2:18.0.0-7673.gb5f2d389.el8.x86_64 10/25 2023-12-01T04:38:24.704 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-rados-2:18.0.0-7673.gb5f2d389.el8.x86_64 11/25 2023-12-01T04:38:24.704 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-rbd-2:18.0.0-7673.gb5f2d389.el8.x86_64 12/25 2023-12-01T04:38:24.704 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-rgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 13/25 2023-12-01T04:38:24.704 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-01T04:38:24.704 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-01T04:38:24.704 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-01T04:38:24.704 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-01T04:38:24.704 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-01T04:38:24.705 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-01T04:38:24.705 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-01T04:38:24.705 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-01T04:38:24.705 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : librados2-2:18.0.0-7673.gb5f2d389.el8.x86_64 22/25 2023-12-01T04:38:24.705 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-01T04:38:24.705 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : librbd1-2:18.0.0-7673.gb5f2d389.el8.x86_64 24/25 2023-12-01T04:38:26.190 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T04:38:26.191 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:00:53 ago on Fri 01 Dec 2023 04:37:33 AM UTC. 2023-12-01T04:38:30.148 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7673.gb5f2d389.el8.x86_64 22/25 2023-12-01T04:38:30.148 INFO:teuthology.orchestra.run.smithi037.stdout:skipping the directory /sys 2023-12-01T04:38:30.148 INFO:teuthology.orchestra.run.smithi037.stdout:skipping the directory /proc 2023-12-01T04:38:30.148 INFO:teuthology.orchestra.run.smithi037.stdout:skipping the directory /dev 2023-12-01T04:38:30.148 INFO:teuthology.orchestra.run.smithi037.stdout:skipping the directory /run 2023-12-01T04:38:30.148 INFO:teuthology.orchestra.run.smithi037.stdout:skipping the directory /mnt 2023-12-01T04:38:30.148 INFO:teuthology.orchestra.run.smithi037.stdout:skipping the directory /var/tmp 2023-12-01T04:38:30.148 INFO:teuthology.orchestra.run.smithi037.stdout:skipping the directory /home 2023-12-01T04:38:30.148 INFO:teuthology.orchestra.run.smithi037.stdout:skipping the directory /tmp 2023-12-01T04:38:30.148 INFO:teuthology.orchestra.run.smithi037.stdout:skipping the directory /dev 2023-12-01T04:38:30.148 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-01T04:38:31.614 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-radosgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 23/25 2023-12-01T04:38:31.637 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 23/25 2023-12-01T04:38:31.638 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T04:38:31.864 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T04:38:31.864 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T04:38:32.506 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T04:38:32.506 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-base-2:18.0.0-7673.gb5f2d389.el8.x86_64 1/25 2023-12-01T04:38:32.506 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 2/25 2023-12-01T04:38:32.506 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-radosgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 3/25 2023-12-01T04:38:32.506 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-selinux-2:18.0.0-7673.gb5f2d389.el8.x86_64 4/25 2023-12-01T04:38:32.506 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : libcephfs2-2:18.0.0-7673.gb5f2d389.el8.x86_64 5/25 2023-12-01T04:38:32.506 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : libradosstriper1-2:18.0.0-7673.gb5f2d389.el8.x86_6 6/25 2023-12-01T04:38:32.506 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : librgw2-2:18.0.0-7673.gb5f2d389.el8.x86_64 7/25 2023-12-01T04:38:32.507 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7673.gb5f2d389.el8. 8/25 2023-12-01T04:38:32.507 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-ceph-common-2:18.0.0-7673.gb5f2d389.el8.x8 9/25 2023-12-01T04:38:32.507 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-cephfs-2:18.0.0-7673.gb5f2d389.el8.x86_64 10/25 2023-12-01T04:38:32.507 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-rados-2:18.0.0-7673.gb5f2d389.el8.x86_64 11/25 2023-12-01T04:38:32.507 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-rbd-2:18.0.0-7673.gb5f2d389.el8.x86_64 12/25 2023-12-01T04:38:32.507 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-rgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 13/25 2023-12-01T04:38:32.507 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-01T04:38:32.507 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-01T04:38:32.507 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-01T04:38:32.507 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-01T04:38:32.507 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-01T04:38:32.507 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-01T04:38:32.507 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-01T04:38:32.507 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-01T04:38:32.508 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : librados2-2:18.0.0-7673.gb5f2d389.el8.x86_64 22/25 2023-12-01T04:38:32.508 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-01T04:38:32.508 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : librbd1-2:18.0.0-7673.gb5f2d389.el8.x86_64 24/25 2023-12-01T04:38:33.953 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T04:38:33.953 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:00:52 ago on Fri 01 Dec 2023 04:37:41 AM UTC. 2023-12-01T04:38:34.323 INFO:teuthology.orchestra.run.smithi062.stdout:Installed products updated. 2023-12-01T04:38:34.525 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T04:38:34.526 INFO:teuthology.orchestra.run.smithi062.stdout:Upgraded: 2023-12-01T04:38:34.526 INFO:teuthology.orchestra.run.smithi062.stdout: librados2-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:38:34.526 INFO:teuthology.orchestra.run.smithi062.stdout: librbd1-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:38:34.526 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2023-12-01T04:38:34.526 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-base-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:38:34.526 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:38:34.526 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-radosgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:38:34.526 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-selinux-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:38:34.526 INFO:teuthology.orchestra.run.smithi062.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-01T04:38:34.526 INFO:teuthology.orchestra.run.smithi062.stdout: libcephfs2-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:38:34.526 INFO:teuthology.orchestra.run.smithi062.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-01T04:38:34.527 INFO:teuthology.orchestra.run.smithi062.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-01T04:38:34.527 INFO:teuthology.orchestra.run.smithi062.stdout: libradosstriper1-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:38:34.527 INFO:teuthology.orchestra.run.smithi062.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-01T04:38:34.527 INFO:teuthology.orchestra.run.smithi062.stdout: librgw2-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:38:34.527 INFO:teuthology.orchestra.run.smithi062.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-01T04:38:34.527 INFO:teuthology.orchestra.run.smithi062.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-01T04:38:34.527 INFO:teuthology.orchestra.run.smithi062.stdout: python3-ceph-argparse-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:38:34.527 INFO:teuthology.orchestra.run.smithi062.stdout: python3-ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:38:34.527 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cephfs-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:38:34.527 INFO:teuthology.orchestra.run.smithi062.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-01T04:38:34.527 INFO:teuthology.orchestra.run.smithi062.stdout: python3-rados-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:38:34.527 INFO:teuthology.orchestra.run.smithi062.stdout: python3-rbd-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:38:34.527 INFO:teuthology.orchestra.run.smithi062.stdout: python3-rgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:38:34.527 INFO:teuthology.orchestra.run.smithi062.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-01T04:38:34.528 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T04:38:34.528 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2023-12-01T04:38:34.698 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-test 2023-12-01T04:38:35.067 INFO:teuthology.orchestra.run.smithi062.stdout:Updating Subscription Management repositories. 2023-12-01T04:38:36.814 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:03 ago on Fri 01 Dec 2023 04:37:33 AM UTC. 2023-12-01T04:38:38.341 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2023-12-01T04:38:38.342 INFO:teuthology.orchestra.run.smithi062.stdout:============================================================================================ 2023-12-01T04:38:38.342 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2023-12-01T04:38:38.342 INFO:teuthology.orchestra.run.smithi062.stdout:============================================================================================ 2023-12-01T04:38:38.342 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2023-12-01T04:38:38.342 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-test x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 49 M 2023-12-01T04:38:38.342 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2023-12-01T04:38:38.342 INFO:teuthology.orchestra.run.smithi062.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-01T04:38:38.343 INFO:teuthology.orchestra.run.smithi062.stdout: libcephsqlite x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 183 k 2023-12-01T04:38:38.343 INFO:teuthology.orchestra.run.smithi062.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-01T04:38:38.343 INFO:teuthology.orchestra.run.smithi062.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-01T04:38:38.343 INFO:teuthology.orchestra.run.smithi062.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-01T04:38:38.343 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T04:38:38.343 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2023-12-01T04:38:38.343 INFO:teuthology.orchestra.run.smithi062.stdout:============================================================================================ 2023-12-01T04:38:38.343 INFO:teuthology.orchestra.run.smithi062.stdout:Install 6 Packages 2023-12-01T04:38:38.343 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T04:38:38.344 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 50 M 2023-12-01T04:38:38.344 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 223 M 2023-12-01T04:38:38.344 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2023-12-01T04:38:38.385 INFO:teuthology.orchestra.run.smithi062.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.7 MB/s | 70 kB 00:00 2023-12-01T04:38:38.544 INFO:teuthology.orchestra.run.smithi062.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 2.0 MB/s | 323 kB 00:00 2023-12-01T04:38:38.686 INFO:teuthology.orchestra.run.smithi062.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.3 MB/s | 187 kB 00:00 2023-12-01T04:38:38.869 INFO:teuthology.orchestra.run.smithi062.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 1.1 MB/s | 202 kB 00:00 2023-12-01T04:38:38.894 INFO:teuthology.orchestra.run.smithi062.stdout:(5/6): libcephsqlite-18.0.0-7673.gb5f2d389.el8. 332 kB/s | 183 kB 00:00 2023-12-01T04:38:40.980 INFO:teuthology.orchestra.run.smithi037.stdout:Installed products updated. 2023-12-01T04:38:41.183 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-01T04:38:41.183 INFO:teuthology.orchestra.run.smithi037.stdout:Upgraded: 2023-12-01T04:38:41.183 INFO:teuthology.orchestra.run.smithi037.stdout: librados2-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:38:41.183 INFO:teuthology.orchestra.run.smithi037.stdout: librbd1-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:38:41.183 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2023-12-01T04:38:41.183 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-base-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:38:41.183 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:38:41.183 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-radosgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:38:41.184 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-selinux-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:38:41.184 INFO:teuthology.orchestra.run.smithi037.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-01T04:38:41.184 INFO:teuthology.orchestra.run.smithi037.stdout: libcephfs2-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:38:41.184 INFO:teuthology.orchestra.run.smithi037.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-01T04:38:41.184 INFO:teuthology.orchestra.run.smithi037.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-01T04:38:41.184 INFO:teuthology.orchestra.run.smithi037.stdout: libradosstriper1-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:38:41.184 INFO:teuthology.orchestra.run.smithi037.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-01T04:38:41.184 INFO:teuthology.orchestra.run.smithi037.stdout: librgw2-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:38:41.184 INFO:teuthology.orchestra.run.smithi037.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-01T04:38:41.184 INFO:teuthology.orchestra.run.smithi037.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-01T04:38:41.184 INFO:teuthology.orchestra.run.smithi037.stdout: python3-ceph-argparse-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:38:41.184 INFO:teuthology.orchestra.run.smithi037.stdout: python3-ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:38:41.184 INFO:teuthology.orchestra.run.smithi037.stdout: python3-cephfs-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:38:41.184 INFO:teuthology.orchestra.run.smithi037.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-01T04:38:41.185 INFO:teuthology.orchestra.run.smithi037.stdout: python3-rados-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:38:41.185 INFO:teuthology.orchestra.run.smithi037.stdout: python3-rbd-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:38:41.185 INFO:teuthology.orchestra.run.smithi037.stdout: python3-rgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:38:41.185 INFO:teuthology.orchestra.run.smithi037.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-01T04:38:41.185 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-01T04:38:41.185 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2023-12-01T04:38:41.356 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install ceph-test 2023-12-01T04:38:41.723 INFO:teuthology.orchestra.run.smithi037.stdout:Updating Subscription Management repositories. 2023-12-01T04:38:42.522 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7673.gb5f2d389.el8.x86_64 22/25 2023-12-01T04:38:42.522 INFO:teuthology.orchestra.run.smithi103.stdout:skipping the directory /sys 2023-12-01T04:38:42.522 INFO:teuthology.orchestra.run.smithi103.stdout:skipping the directory /proc 2023-12-01T04:38:42.522 INFO:teuthology.orchestra.run.smithi103.stdout:skipping the directory /dev 2023-12-01T04:38:42.522 INFO:teuthology.orchestra.run.smithi103.stdout:skipping the directory /run 2023-12-01T04:38:42.522 INFO:teuthology.orchestra.run.smithi103.stdout:skipping the directory /mnt 2023-12-01T04:38:42.522 INFO:teuthology.orchestra.run.smithi103.stdout:skipping the directory /var/tmp 2023-12-01T04:38:42.523 INFO:teuthology.orchestra.run.smithi103.stdout:skipping the directory /home 2023-12-01T04:38:42.523 INFO:teuthology.orchestra.run.smithi103.stdout:skipping the directory /tmp 2023-12-01T04:38:42.523 INFO:teuthology.orchestra.run.smithi103.stdout:skipping the directory /dev 2023-12-01T04:38:42.523 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-12-01T04:38:43.294 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:01:02 ago on Fri 01 Dec 2023 04:37:41 AM UTC. 2023-12-01T04:38:43.981 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-radosgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 23/25 2023-12-01T04:38:44.002 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 23/25 2023-12-01T04:38:44.002 INFO:teuthology.orchestra.run.smithi103.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T04:38:44.247 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T04:38:44.247 INFO:teuthology.orchestra.run.smithi103.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T04:38:44.744 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2023-12-01T04:38:44.745 INFO:teuthology.orchestra.run.smithi037.stdout:============================================================================================ 2023-12-01T04:38:44.745 INFO:teuthology.orchestra.run.smithi037.stdout: Package Arch Version Repository Size 2023-12-01T04:38:44.745 INFO:teuthology.orchestra.run.smithi037.stdout:============================================================================================ 2023-12-01T04:38:44.746 INFO:teuthology.orchestra.run.smithi037.stdout:Installing: 2023-12-01T04:38:44.746 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-test x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 49 M 2023-12-01T04:38:44.746 INFO:teuthology.orchestra.run.smithi037.stdout:Installing dependencies: 2023-12-01T04:38:44.746 INFO:teuthology.orchestra.run.smithi037.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-01T04:38:44.746 INFO:teuthology.orchestra.run.smithi037.stdout: libcephsqlite x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 183 k 2023-12-01T04:38:44.746 INFO:teuthology.orchestra.run.smithi037.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-01T04:38:44.746 INFO:teuthology.orchestra.run.smithi037.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-01T04:38:44.746 INFO:teuthology.orchestra.run.smithi037.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-01T04:38:44.746 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-01T04:38:44.746 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2023-12-01T04:38:44.746 INFO:teuthology.orchestra.run.smithi037.stdout:============================================================================================ 2023-12-01T04:38:44.746 INFO:teuthology.orchestra.run.smithi037.stdout:Install 6 Packages 2023-12-01T04:38:44.746 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-01T04:38:44.747 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 50 M 2023-12-01T04:38:44.747 INFO:teuthology.orchestra.run.smithi037.stdout:Installed size: 223 M 2023-12-01T04:38:44.747 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2023-12-01T04:38:44.774 INFO:teuthology.orchestra.run.smithi037.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 2.6 MB/s | 70 kB 00:00 2023-12-01T04:38:44.883 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T04:38:44.883 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-base-2:18.0.0-7673.gb5f2d389.el8.x86_64 1/25 2023-12-01T04:38:44.884 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 2/25 2023-12-01T04:38:44.884 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-radosgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 3/25 2023-12-01T04:38:44.884 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-selinux-2:18.0.0-7673.gb5f2d389.el8.x86_64 4/25 2023-12-01T04:38:44.884 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : libcephfs2-2:18.0.0-7673.gb5f2d389.el8.x86_64 5/25 2023-12-01T04:38:44.884 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : libradosstriper1-2:18.0.0-7673.gb5f2d389.el8.x86_6 6/25 2023-12-01T04:38:44.884 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : librgw2-2:18.0.0-7673.gb5f2d389.el8.x86_64 7/25 2023-12-01T04:38:44.884 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7673.gb5f2d389.el8. 8/25 2023-12-01T04:38:44.884 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-ceph-common-2:18.0.0-7673.gb5f2d389.el8.x8 9/25 2023-12-01T04:38:44.884 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-cephfs-2:18.0.0-7673.gb5f2d389.el8.x86_64 10/25 2023-12-01T04:38:44.884 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-rados-2:18.0.0-7673.gb5f2d389.el8.x86_64 11/25 2023-12-01T04:38:44.884 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-rbd-2:18.0.0-7673.gb5f2d389.el8.x86_64 12/25 2023-12-01T04:38:44.884 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-rgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 13/25 2023-12-01T04:38:44.884 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-01T04:38:44.884 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-01T04:38:44.885 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-01T04:38:44.885 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-01T04:38:44.885 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-01T04:38:44.885 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-01T04:38:44.885 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-01T04:38:44.885 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-01T04:38:44.885 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : librados2-2:18.0.0-7673.gb5f2d389.el8.x86_64 22/25 2023-12-01T04:38:44.885 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-01T04:38:44.885 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : librbd1-2:18.0.0-7673.gb5f2d389.el8.x86_64 24/25 2023-12-01T04:38:44.907 INFO:teuthology.orchestra.run.smithi037.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 2.4 MB/s | 323 kB 00:00 2023-12-01T04:38:45.050 INFO:teuthology.orchestra.run.smithi037.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.3 MB/s | 187 kB 00:00 2023-12-01T04:38:45.158 INFO:teuthology.orchestra.run.smithi037.stdout:(4/6): libcephsqlite-18.0.0-7673.gb5f2d389.el8. 445 kB/s | 183 kB 00:00 2023-12-01T04:38:45.183 INFO:teuthology.orchestra.run.smithi037.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 1.5 MB/s | 202 kB 00:00 2023-12-01T04:38:46.279 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T04:38:46.279 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:00:56 ago on Fri 01 Dec 2023 04:37:50 AM UTC. 2023-12-01T04:38:49.083 INFO:teuthology.orchestra.run.smithi037.stdout:(6/6): ceph-test-18.0.0-7673.gb5f2d389.el8.x86_ 11 MB/s | 49 MB 00:04 2023-12-01T04:38:49.085 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2023-12-01T04:38:49.085 INFO:teuthology.orchestra.run.smithi037.stdout:Total 12 MB/s | 50 MB 00:04 2023-12-01T04:38:49.123 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2023-12-01T04:38:49.146 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2023-12-01T04:38:49.146 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2023-12-01T04:38:49.427 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2023-12-01T04:38:49.430 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2023-12-01T04:38:49.880 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2023-12-01T04:38:50.026 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T04:38:50.122 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T04:38:50.324 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-01T04:38:50.460 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-01T04:38:50.617 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-01T04:38:50.758 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : libcephsqlite-2:18.0.0-7673.gb5f2d389.el8.x86_64 5/6 2023-12-01T04:38:53.671 INFO:teuthology.orchestra.run.smithi062.stdout:(6/6): ceph-test-18.0.0-7673.gb5f2d389.el8.x86_ 3.2 MB/s | 49 MB 00:15 2023-12-01T04:38:53.672 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2023-12-01T04:38:53.673 INFO:teuthology.orchestra.run.smithi062.stdout:Total 3.3 MB/s | 50 MB 00:15 2023-12-01T04:38:53.711 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2023-12-01T04:38:53.734 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2023-12-01T04:38:53.734 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2023-12-01T04:38:54.016 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2023-12-01T04:38:54.020 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2023-12-01T04:38:54.060 INFO:teuthology.orchestra.run.smithi103.stdout:Installed products updated. 2023-12-01T04:38:54.250 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-12-01T04:38:54.250 INFO:teuthology.orchestra.run.smithi103.stdout:Upgraded: 2023-12-01T04:38:54.250 INFO:teuthology.orchestra.run.smithi103.stdout: librados2-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:38:54.250 INFO:teuthology.orchestra.run.smithi103.stdout: librbd1-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:38:54.250 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2023-12-01T04:38:54.250 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-base-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:38:54.250 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:38:54.250 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-radosgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:38:54.250 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-selinux-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:38:54.250 INFO:teuthology.orchestra.run.smithi103.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-01T04:38:54.250 INFO:teuthology.orchestra.run.smithi103.stdout: libcephfs2-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:38:54.250 INFO:teuthology.orchestra.run.smithi103.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-01T04:38:54.251 INFO:teuthology.orchestra.run.smithi103.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-01T04:38:54.251 INFO:teuthology.orchestra.run.smithi103.stdout: libradosstriper1-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:38:54.251 INFO:teuthology.orchestra.run.smithi103.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-01T04:38:54.251 INFO:teuthology.orchestra.run.smithi103.stdout: librgw2-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:38:54.251 INFO:teuthology.orchestra.run.smithi103.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-01T04:38:54.251 INFO:teuthology.orchestra.run.smithi103.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-01T04:38:54.251 INFO:teuthology.orchestra.run.smithi103.stdout: python3-ceph-argparse-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:38:54.251 INFO:teuthology.orchestra.run.smithi103.stdout: python3-ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:38:54.251 INFO:teuthology.orchestra.run.smithi103.stdout: python3-cephfs-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:38:54.251 INFO:teuthology.orchestra.run.smithi103.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-01T04:38:54.251 INFO:teuthology.orchestra.run.smithi103.stdout: python3-rados-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:38:54.251 INFO:teuthology.orchestra.run.smithi103.stdout: python3-rbd-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:38:54.251 INFO:teuthology.orchestra.run.smithi103.stdout: python3-rgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:38:54.251 INFO:teuthology.orchestra.run.smithi103.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-01T04:38:54.252 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-12-01T04:38:54.252 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2023-12-01T04:38:54.421 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum -y install ceph-test 2023-12-01T04:38:54.505 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2023-12-01T04:38:54.626 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T04:38:54.714 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T04:38:54.769 INFO:teuthology.orchestra.run.smithi103.stdout:Updating Subscription Management repositories. 2023-12-01T04:38:54.942 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-01T04:38:55.077 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-01T04:38:55.251 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-01T04:38:55.393 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : libcephsqlite-2:18.0.0-7673.gb5f2d389.el8.x86_64 5/6 2023-12-01T04:38:55.806 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7673.gb5f2d389.el8.x86_64 5/6 2023-12-01T04:38:56.056 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-test-2:18.0.0-7673.gb5f2d389.el8.x86_64 6/6 2023-12-01T04:38:56.292 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-test-2:18.0.0-7673.gb5f2d389.el8.x86_64 6/6 2023-12-01T04:38:56.292 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-test-2:18.0.0-7673.gb5f2d389.el8.x86_64 1/6 2023-12-01T04:38:56.292 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : libcephsqlite-2:18.0.0-7673.gb5f2d389.el8.x86_64 2/6 2023-12-01T04:38:56.292 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-01T04:38:56.292 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-01T04:38:56.292 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-01T04:38:56.397 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:06 ago on Fri 01 Dec 2023 04:37:50 AM UTC. 2023-12-01T04:38:57.419 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-01T04:38:57.419 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:01:16 ago on Fri 01 Dec 2023 04:37:41 AM UTC. 2023-12-01T04:38:57.828 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2023-12-01T04:38:57.829 INFO:teuthology.orchestra.run.smithi103.stdout:============================================================================================ 2023-12-01T04:38:57.829 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repository Size 2023-12-01T04:38:57.829 INFO:teuthology.orchestra.run.smithi103.stdout:============================================================================================ 2023-12-01T04:38:57.829 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2023-12-01T04:38:57.829 INFO:teuthology.orchestra.run.smithi103.stdout: ceph-test x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 49 M 2023-12-01T04:38:57.829 INFO:teuthology.orchestra.run.smithi103.stdout:Installing dependencies: 2023-12-01T04:38:57.830 INFO:teuthology.orchestra.run.smithi103.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-01T04:38:57.830 INFO:teuthology.orchestra.run.smithi103.stdout: libcephsqlite x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 183 k 2023-12-01T04:38:57.830 INFO:teuthology.orchestra.run.smithi103.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-01T04:38:57.830 INFO:teuthology.orchestra.run.smithi103.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-01T04:38:57.830 INFO:teuthology.orchestra.run.smithi103.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-01T04:38:57.830 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-12-01T04:38:57.830 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2023-12-01T04:38:57.830 INFO:teuthology.orchestra.run.smithi103.stdout:============================================================================================ 2023-12-01T04:38:57.830 INFO:teuthology.orchestra.run.smithi103.stdout:Install 6 Packages 2023-12-01T04:38:57.830 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-12-01T04:38:57.831 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 50 M 2023-12-01T04:38:57.831 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 223 M 2023-12-01T04:38:57.831 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2023-12-01T04:38:57.872 INFO:teuthology.orchestra.run.smithi103.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.7 MB/s | 70 kB 00:00 2023-12-01T04:38:58.056 INFO:teuthology.orchestra.run.smithi103.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.8 MB/s | 323 kB 00:00 2023-12-01T04:38:58.157 INFO:teuthology.orchestra.run.smithi103.stdout:(3/6): libcephsqlite-18.0.0-7673.gb5f2d389.el8. 562 kB/s | 183 kB 00:00 2023-12-01T04:38:58.240 INFO:teuthology.orchestra.run.smithi103.stdout:(4/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.0 MB/s | 187 kB 00:00 2023-12-01T04:38:58.357 INFO:teuthology.orchestra.run.smithi103.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 1.0 MB/s | 202 kB 00:00 2023-12-01T04:39:00.438 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7673.gb5f2d389.el8.x86_64 5/6 2023-12-01T04:39:00.690 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-test-2:18.0.0-7673.gb5f2d389.el8.x86_64 6/6 2023-12-01T04:39:00.909 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-test-2:18.0.0-7673.gb5f2d389.el8.x86_64 6/6 2023-12-01T04:39:00.909 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-test-2:18.0.0-7673.gb5f2d389.el8.x86_64 1/6 2023-12-01T04:39:00.909 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libcephsqlite-2:18.0.0-7673.gb5f2d389.el8.x86_64 2/6 2023-12-01T04:39:00.909 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-01T04:39:00.909 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-01T04:39:00.909 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-01T04:39:00.932 INFO:teuthology.orchestra.run.smithi103.stdout:(6/6): ceph-test-18.0.0-7673.gb5f2d389.el8.x86_ 16 MB/s | 49 MB 00:03 2023-12-01T04:39:00.934 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2023-12-01T04:39:00.934 INFO:teuthology.orchestra.run.smithi103.stdout:Total 16 MB/s | 50 MB 00:03 2023-12-01T04:39:00.972 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2023-12-01T04:39:00.994 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2023-12-01T04:39:00.994 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2023-12-01T04:39:01.260 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2023-12-01T04:39:01.264 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2023-12-01T04:39:01.711 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2023-12-01T04:39:01.901 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T04:39:01.990 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T04:39:02.062 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-01T04:39:02.062 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:29 ago on Fri 01 Dec 2023 04:37:33 AM UTC. 2023-12-01T04:39:02.255 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-01T04:39:02.435 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-01T04:39:02.617 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-01T04:39:02.801 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : libcephsqlite-2:18.0.0-7673.gb5f2d389.el8.x86_64 5/6 2023-12-01T04:39:06.923 INFO:teuthology.orchestra.run.smithi037.stdout:Installed products updated. 2023-12-01T04:39:07.122 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-01T04:39:07.122 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2023-12-01T04:39:07.122 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-test-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:39:07.123 INFO:teuthology.orchestra.run.smithi037.stdout: jq-1.6-3.el8.x86_64 2023-12-01T04:39:07.123 INFO:teuthology.orchestra.run.smithi037.stdout: libcephsqlite-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:39:07.123 INFO:teuthology.orchestra.run.smithi037.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-12-01T04:39:07.123 INFO:teuthology.orchestra.run.smithi037.stdout: socat-1.7.4.1-1.el8.x86_64 2023-12-01T04:39:07.123 INFO:teuthology.orchestra.run.smithi037.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-12-01T04:39:07.123 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-01T04:39:07.123 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2023-12-01T04:39:07.272 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install ceph 2023-12-01T04:39:07.533 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7673.gb5f2d389.el8.x86_64 5/6 2023-12-01T04:39:07.626 INFO:teuthology.orchestra.run.smithi037.stdout:Updating Subscription Management repositories. 2023-12-01T04:39:07.764 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : ceph-test-2:18.0.0-7673.gb5f2d389.el8.x86_64 6/6 2023-12-01T04:39:07.867 INFO:teuthology.orchestra.run.smithi062.stdout:Installed products updated. 2023-12-01T04:39:07.977 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: ceph-test-2:18.0.0-7673.gb5f2d389.el8.x86_64 6/6 2023-12-01T04:39:07.978 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : ceph-test-2:18.0.0-7673.gb5f2d389.el8.x86_64 1/6 2023-12-01T04:39:07.978 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : libcephsqlite-2:18.0.0-7673.gb5f2d389.el8.x86_64 2/6 2023-12-01T04:39:07.978 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-01T04:39:07.978 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-01T04:39:07.978 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-01T04:39:08.068 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T04:39:08.068 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2023-12-01T04:39:08.068 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-test-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:39:08.068 INFO:teuthology.orchestra.run.smithi062.stdout: jq-1.6-3.el8.x86_64 2023-12-01T04:39:08.068 INFO:teuthology.orchestra.run.smithi062.stdout: libcephsqlite-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:39:08.069 INFO:teuthology.orchestra.run.smithi062.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-12-01T04:39:08.069 INFO:teuthology.orchestra.run.smithi062.stdout: socat-1.7.4.1-1.el8.x86_64 2023-12-01T04:39:08.069 INFO:teuthology.orchestra.run.smithi062.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-12-01T04:39:08.069 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-12-01T04:39:08.069 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2023-12-01T04:39:08.217 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph 2023-12-01T04:39:08.573 INFO:teuthology.orchestra.run.smithi062.stdout:Updating Subscription Management repositories. 2023-12-01T04:39:09.093 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-01T04:39:09.094 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:01:19 ago on Fri 01 Dec 2023 04:37:50 AM UTC. 2023-12-01T04:39:09.130 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:01:28 ago on Fri 01 Dec 2023 04:37:41 AM UTC. 2023-12-01T04:39:10.197 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:37 ago on Fri 01 Dec 2023 04:37:33 AM UTC. 2023-12-01T04:39:10.630 INFO:teuthology.orchestra.run.smithi037.stderr:Error: 2023-12-01T04:39:10.630 INFO:teuthology.orchestra.run.smithi037.stderr: Problem: conflicting requests 2023-12-01T04:39:10.630 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides lua-devel needed by ceph-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:39:10.631 INFO:teuthology.orchestra.run.smithi037.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-01T04:39:10.710 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T04:39:10.711 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 smithi037 with status 1: 'sudo yum -y install ceph' 2023-12-01T04:39:10.713 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 smithi037 with status 1: 'sudo yum -y install ceph' 2023-12-01T04:39:10.793 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=c84617dab0084bfba491c627d5d7ad2d 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 smithi037 with status 1: 'sudo yum -y install ceph' 2023-12-01T04:39:10.796 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-01T04:39:10.807 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-01T04:39:10.920 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-01T04:39:10.920 DEBUG:teuthology.orchestra.run.smithi037:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T04:39:10.934 DEBUG:teuthology.orchestra.run.smithi062:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T04:39:10.937 DEBUG:teuthology.orchestra.run.smithi103:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T04:39:10.942 INFO:teuthology.orchestra.run.smithi037.stderr:bash: ntpq: command not found 2023-12-01T04:39:10.946 INFO:teuthology.orchestra.run.smithi037.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T04:39:10.946 INFO:teuthology.orchestra.run.smithi037.stdout:=============================================================================== 2023-12-01T04:39:10.946 INFO:teuthology.orchestra.run.smithi037.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 44 +1769us[+1665us] +/- 81ms 2023-12-01T04:39:10.946 INFO:teuthology.orchestra.run.smithi037.stdout:^* hv02.front.sepia.ceph.com 3 6 77 44 -693us[ -798us] +/- 64ms 2023-12-01T04:39:10.947 INFO:teuthology.orchestra.run.smithi037.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 45 -678us[ -782us] +/- 60ms 2023-12-01T04:39:10.947 INFO:teuthology.orchestra.run.smithi037.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T04:39:10.951 INFO:teuthology.orchestra.run.smithi062.stderr:bash: ntpq: command not found 2023-12-01T04:39:10.954 INFO:teuthology.orchestra.run.smithi103.stderr:bash: ntpq: command not found 2023-12-01T04:39:10.956 INFO:teuthology.orchestra.run.smithi062.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T04:39:10.956 INFO:teuthology.orchestra.run.smithi062.stdout:=============================================================================== 2023-12-01T04:39:10.956 INFO:teuthology.orchestra.run.smithi062.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 45 +1679us[+1679us] +/- 81ms 2023-12-01T04:39:10.956 INFO:teuthology.orchestra.run.smithi062.stdout:^* hv02.front.sepia.ceph.com 3 6 77 45 -789us[ -763us] +/- 64ms 2023-12-01T04:39:10.956 INFO:teuthology.orchestra.run.smithi062.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 45 -788us[ -788us] +/- 60ms 2023-12-01T04:39:10.956 INFO:teuthology.orchestra.run.smithi062.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T04:39:10.959 INFO:teuthology.orchestra.run.smithi103.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T04:39:10.959 INFO:teuthology.orchestra.run.smithi103.stdout:=============================================================================== 2023-12-01T04:39:10.959 INFO:teuthology.orchestra.run.smithi103.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 45 +1742us[+1633us] +/- 81ms 2023-12-01T04:39:10.960 INFO:teuthology.orchestra.run.smithi103.stdout:^* hv02.front.sepia.ceph.com 3 6 77 45 -675us[ -784us] +/- 64ms 2023-12-01T04:39:10.960 INFO:teuthology.orchestra.run.smithi103.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 45 -675us[ -784us] +/- 60ms 2023-12-01T04:39:10.960 INFO:teuthology.orchestra.run.smithi103.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T04:39:10.960 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-01T04:39:11.018 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-01T04:39:11.018 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-01T04:39:11.091 DEBUG:teuthology.orchestra.run.smithi037:> 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-01T04:39:11.191 DEBUG:teuthology.orchestra.run.smithi062:> 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-01T04:39:11.303 DEBUG:teuthology.orchestra.run.smithi103:> 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-01T04:39:11.415 DEBUG:teuthology.orchestra.run.smithi037:> 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-01T04:39:11.448 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T04:39:11.448 DEBUG:teuthology.orchestra.run.smithi062:> 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-01T04:39:11.481 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T04:39:11.482 DEBUG:teuthology.orchestra.run.smithi103:> 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-01T04:39:11.512 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T04:39:11.513 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-01T04:39:11.526 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-01T04:39:11.589 INFO:teuthology.task.internal:Duration was 852.071977 seconds 2023-12-01T04:39:11.589 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-01T04:39:11.642 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-01T04:39:11.643 DEBUG:teuthology.orchestra.run.smithi037:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T04:39:11.645 DEBUG:teuthology.orchestra.run.smithi062:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T04:39:11.648 DEBUG:teuthology.orchestra.run.smithi103:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T04:39:11.693 INFO:teuthology.orchestra.run.smithi037.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T04:39:11.693 INFO:teuthology.orchestra.run.smithi103.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T04:39:11.695 INFO:teuthology.orchestra.run.smithi062.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T04:39:11.724 INFO:teuthology.orchestra.run.smithi062.stderr:Error: 2023-12-01T04:39:11.724 INFO:teuthology.orchestra.run.smithi062.stderr: Problem: conflicting requests 2023-12-01T04:39:11.724 INFO:teuthology.orchestra.run.smithi062.stderr: - nothing provides lua-devel needed by ceph-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T04:39:11.725 INFO:teuthology.orchestra.run.smithi062.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-01T04:39:11.808 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T04:39:11.997 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-01T04:39:11.997 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi037.front.sepia.ceph.com 2023-12-01T04:39:11.997 DEBUG:teuthology.orchestra.run.smithi037:> 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-01T04:39:12.021 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi062.front.sepia.ceph.com 2023-12-01T04:39:12.021 DEBUG:teuthology.orchestra.run.smithi062:> 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-01T04:39:12.044 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi103.front.sepia.ceph.com 2023-12-01T04:39:12.045 DEBUG:teuthology.orchestra.run.smithi103:> 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-01T04:39:12.066 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-01T04:39:12.066 DEBUG:teuthology.orchestra.run.smithi037:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T04:39:12.068 DEBUG:teuthology.orchestra.run.smithi062:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T04:39:12.086 DEBUG:teuthology.orchestra.run.smithi103:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T04:39:12.146 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-01T04:39:12.146 DEBUG:teuthology.orchestra.run.smithi037:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T04:39:12.150 DEBUG:teuthology.orchestra.run.smithi062:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T04:39:12.167 DEBUG:teuthology.orchestra.run.smithi103:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T04:39:12.255 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-01T04:39:12.265 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-01T04:39:12.265 DEBUG:teuthology.orchestra.run.smithi037:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T04:39:12.307 DEBUG:teuthology.orchestra.run.smithi062:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T04:39:12.343 DEBUG:teuthology.orchestra.run.smithi103:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T04:39:12.374 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-01T04:39:12.384 DEBUG:teuthology.orchestra.run.smithi037:> 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-01T04:39:12.386 DEBUG:teuthology.orchestra.run.smithi062:> 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-01T04:39:12.388 DEBUG:teuthology.orchestra.run.smithi103:> 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-01T04:39:12.410 INFO:teuthology.orchestra.run.smithi037.stdout:kernel.core_pattern = core 2023-12-01T04:39:12.412 INFO:teuthology.orchestra.run.smithi062.stdout:kernel.core_pattern = core 2023-12-01T04:39:12.440 INFO:teuthology.orchestra.run.smithi103.stdout:kernel.core_pattern = core 2023-12-01T04:39:12.455 DEBUG:teuthology.orchestra.run.smithi037:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T04:39:12.482 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T04:39:12.483 DEBUG:teuthology.orchestra.run.smithi062:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T04:39:12.499 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T04:39:12.500 DEBUG:teuthology.orchestra.run.smithi103:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T04:39:12.515 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T04:39:12.516 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-01T04:39:12.526 INFO:teuthology.task.internal:Transferring archived files... 2023-12-01T04:39:12.527 DEBUG:teuthology.misc:Transferring archived files from smithi037:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-01_01:19:02-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7473523/remote/smithi037 2023-12-01T04:39:12.528 DEBUG:teuthology.orchestra.run.smithi037:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T04:39:12.575 DEBUG:teuthology.misc:Transferring archived files from smithi062:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-01_01:19:02-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7473523/remote/smithi062 2023-12-01T04:39:12.575 DEBUG:teuthology.orchestra.run.smithi062:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T04:39:12.654 DEBUG:teuthology.misc:Transferring archived files from smithi103:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-01_01:19:02-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7473523/remote/smithi103 2023-12-01T04:39:12.655 DEBUG:teuthology.orchestra.run.smithi103:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T04:39:12.711 INFO:teuthology.task.internal:Removing archive directory... 2023-12-01T04:39:12.711 DEBUG:teuthology.orchestra.run.smithi037:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T04:39:12.713 DEBUG:teuthology.orchestra.run.smithi062:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T04:39:12.717 DEBUG:teuthology.orchestra.run.smithi103:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T04:39:12.734 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-01T04:39:12.748 INFO:teuthology.task.internal:Not uploading archives. 2023-12-01T04:39:12.748 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-01T04:39:12.774 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-01T04:39:12.774 DEBUG:teuthology.orchestra.run.smithi037:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T04:39:12.777 DEBUG:teuthology.orchestra.run.smithi062:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T04:39:12.779 DEBUG:teuthology.orchestra.run.smithi103:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T04:39:12.791 INFO:teuthology.orchestra.run.smithi037.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 04:39 /home/ubuntu/cephtest 2023-12-01T04:39:12.793 INFO:teuthology.orchestra.run.smithi062.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 04:39 /home/ubuntu/cephtest 2023-12-01T04:39:12.795 INFO:teuthology.orchestra.run.smithi103.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 04:39 /home/ubuntu/cephtest 2023-12-01T04:39:12.797 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-01T04:39:12.824 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-01T04:39:12.923 INFO:teuthology.nuke:Checking targets against current locks 2023-12-01T04:39:12.950 DEBUG:teuthology.nuke:shortname: smithi037 2023-12-01T04:39:12.950 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T04:39:12.976 DEBUG:teuthology.nuke:shortname: smithi062 2023-12-01T04:39:12.976 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T04:39:12.982 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi037.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-01_01:19:02-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7473523', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 04:19:41.094975', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T04:39:13.003 DEBUG:teuthology.nuke:shortname: smithi103 2023-12-01T04:39:13.003 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T04:39:13.007 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi062.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-01_01:19:02-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7473523', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 04:19:41.091208', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T04:39:13.030 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi103.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-01_01:19:02-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7473523', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 04:19:41.093129', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T04:39:13.039 INFO:teuthology.orchestra.console.smithi037:Power off 2023-12-01T04:39:13.040 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T04:39:13.067 DEBUG:teuthology.orchestra.console.smithi037:power off output: Chassis Power Control: Down/Off 2023-12-01T04:39:13.067 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T04:39:13.088 INFO:teuthology.orchestra.console.smithi062:Power off 2023-12-01T04:39:13.088 DEBUG:teuthology.orchestra.console.smithi062:pexpect command: ipmitool -H smithi062.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T04:39:13.101 DEBUG:teuthology.orchestra.console.smithi037:check power output: Chassis Power is on 2023-12-01T04:39:13.111 DEBUG:teuthology.orchestra.console.smithi062:power off output: Chassis Power Control: Down/Off 2023-12-01T04:39:13.112 DEBUG:teuthology.orchestra.console.smithi062:pexpect command: ipmitool -H smithi062.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T04:39:13.128 INFO:teuthology.orchestra.console.smithi103:Power off 2023-12-01T04:39:13.129 DEBUG:teuthology.orchestra.console.smithi103:pexpect command: ipmitool -H smithi103.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T04:39:13.138 DEBUG:teuthology.orchestra.console.smithi062:check power output: Chassis Power is on 2023-12-01T04:39:13.152 DEBUG:teuthology.orchestra.console.smithi103:power off output: Chassis Power Control: Down/Off 2023-12-01T04:39:13.152 DEBUG:teuthology.orchestra.console.smithi103:pexpect command: ipmitool -H smithi103.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T04:39:13.176 DEBUG:teuthology.orchestra.console.smithi103:check power output: Chassis Power is on 2023-12-01T04:39:16.237 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-01T04:39:17.102 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T04:39:17.139 DEBUG:teuthology.orchestra.console.smithi062:pexpect command: ipmitool -H smithi062.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T04:39:17.177 DEBUG:teuthology.orchestra.console.smithi103:pexpect command: ipmitool -H smithi103.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T04:39:17.214 DEBUG:teuthology.orchestra.console.smithi037:check power output: Chassis Power is on 2023-12-01T04:39:17.250 DEBUG:teuthology.orchestra.console.smithi062:check power output: Chassis Power is on 2023-12-01T04:39:17.289 DEBUG:teuthology.orchestra.console.smithi103:check power output: Chassis Power is on 2023-12-01T04:39:21.218 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T04:39:21.253 DEBUG:teuthology.orchestra.console.smithi062:pexpect command: ipmitool -H smithi062.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T04:39:21.290 DEBUG:teuthology.orchestra.console.smithi103:pexpect command: ipmitool -H smithi103.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T04:39:21.328 DEBUG:teuthology.orchestra.console.smithi037:check power output: Chassis Power is off 2023-12-01T04:39:21.366 DEBUG:teuthology.orchestra.console.smithi062:check power output: Chassis Power is on 2023-12-01T04:39:21.403 DEBUG:teuthology.orchestra.console.smithi103:check power output: Chassis Power is off 2023-12-01T04:39:21.429 INFO:teuthology.orchestra.console.smithi037:Power off completed 2023-12-01T04:39:21.504 INFO:teuthology.orchestra.console.smithi103:Power off completed 2023-12-01T04:39:25.370 DEBUG:teuthology.orchestra.console.smithi062:pexpect command: ipmitool -H smithi062.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T04:39:25.480 DEBUG:teuthology.orchestra.console.smithi062:check power output: Chassis Power is off 2023-12-01T04:39:25.581 INFO:teuthology.orchestra.console.smithi062:Power off completed 2023-12-01T04:39:25.685 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/classic task/test_host_drain} duration: 852.0719771385193 failure_reason: 'Command failed on smithi037 with status 1: ''sudo yum -y install ceph''' flavor: default owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=c84617dab0084bfba491c627d5d7ad2d status: fail success: false 2023-12-01T04:39:25.685 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T04:39:25.756 INFO:teuthology.run:FAIL