2023-12-07T05:54:36.120 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-07T05:54:36.120 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi --description rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/on mon_election/classic task/test_host_drain} --verbose --archive /home/teuthworker/archive/yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7481446 --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7481446/orig.config.yaml 2023-12-07T05:54:36.152 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-07T05:54:36.247 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7481446 branch: wip-yuri8-testing-2023-12-06-1425 description: rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/on mon_election/classic task/test_host_drain} email: yweinste@redhat.com first_in_suite: false job_id: '7481446' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-yuri8-testing-2023-12-06-1425 ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: e068ebcf7ecc6503f24666fb6b152034d3fe1067 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: e068ebcf7ecc6503f24666fb6b152034d3fe1067 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri8-testing-2023-12-06-1425 sha1: e068ebcf7ecc6503f24666fb6b152034d3fe1067 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - osd.1 - - host.b - mon.b - mgr.b - osd.2 - osd.3 - - host.c - mon.c - osd.4 - osd.5 seed: 4465 sha1: e068ebcf7ecc6503f24666fb6b152034d3fe1067 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri8-testing-2023-12-06-1425 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_e068ebcf7ecc6503f24666fb6b152034d3fe1067/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: e068ebcf7ecc6503f24666fb6b152034d3fe1067 targets: smithi008.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi077.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi167.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools:3.0 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - install: null - cephadm: null - cephadm.shell: host.a: - "set -ex\nHOSTNAMES=$(ceph orch host ls --format json | jq -r '.[] | .hostname')\n\ for host in $HOSTNAMES; do\n # find the hostname for \"host.c\" which will\ \ have no mgr\n HAS_MGRS=$(ceph orch ps --hostname ${host} --format json |\ \ jq 'any(.daemon_type == \"mgr\")')\n if [ \"$HAS_MGRS\" == \"false\" ]; then\n\ \ HOST_C=\"${host}\"\n fi\ndone\n# One last thing to worry about before\ \ draining the host\n# is that the teuthology test tends to put the explicit\n\ # hostnames in the placement for the mon service.\n# We want to make sure we\ \ can drain without providing\n# --force and there is a check for the host being\ \ removed\n# being listed explicitly in the placements. Therefore,\n# we should\ \ remove it from the mon placement.\nceph orch ls mon --export > mon.yaml\n\ sed /\"$HOST_C\"/d mon.yaml > mon_adjusted.yaml\nceph orch apply -i mon_adjusted.yaml\n\ # now drain that host\nceph orch host drain $HOST_C --zap-osd-devices\n# wait\ \ for drain to complete\nHOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\n\ while [ \"$HOST_C_DAEMONS\" != \"No daemons reported\" ]; do\n sleep 15\n \ \ HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\ndone\n# we want to check\ \ the ability to remove the host from\n# the CRUSH map, so we should first verify\ \ the host is in\n# the CRUSH map.\nceph osd getcrushmap -o compiled-crushmap\n\ crushtool -d compiled-crushmap -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\n\ if ! grep -q \"$HOST_C\" <<< \"$CRUSH_MAP\"; then\n printf \"Expected to see\ \ $HOST_C in CRUSH map. Saw:\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n# If the drain\ \ was successful, we should be able to remove the\n# host without force with\ \ no issues. If there are still daemons\n# we will get a response telling us\ \ to drain the host and a\n# non-zero return code\nceph orch host rm $HOST_C\ \ --rm-crush-entry\n# verify we've successfully removed the host from the CRUSH\ \ map\nsleep 30\nceph osd getcrushmap -o compiled-crushmap\ncrushtool -d compiled-crushmap\ \ -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\nif grep -q \"$HOST_C\" <<<\ \ \"$CRUSH_MAP\"; then\n printf \"Saw $HOST_C in CRUSH map after it should\ \ have been removed.\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-12-07_01:25:59 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-07T05:54:36.247 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_e068ebcf7ecc6503f24666fb6b152034d3fe1067/qa; will attempt to use it 2023-12-07T05:54:36.248 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_e068ebcf7ecc6503f24666fb6b152034d3fe1067/qa/tasks 2023-12-07T05:54:36.248 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-07T05:54:36.250 INFO:teuthology.task.internal:Checking packages... 2023-12-07T05:54:36.276 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'e068ebcf7ecc6503f24666fb6b152034d3fe1067' 2023-12-07T05:54:36.276 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-07T05:54:36.276 INFO:teuthology.packaging:ref: None 2023-12-07T05:54:36.277 INFO:teuthology.packaging:tag: None 2023-12-07T05:54:36.277 INFO:teuthology.packaging:branch: wip-yuri8-testing-2023-12-06-1425 2023-12-07T05:54:36.277 INFO:teuthology.packaging:sha1: e068ebcf7ecc6503f24666fb6b152034d3fe1067 2023-12-07T05:54:36.277 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri8-testing-2023-12-06-1425 2023-12-07T05:54:36.498 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-64.ge068ebcf 2023-12-07T05:54:36.498 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-07T05:54:36.504 INFO:teuthology.task.internal:no buildpackages task found 2023-12-07T05:54:36.504 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-07T05:54:36.528 INFO:teuthology.task.internal:Saving configuration 2023-12-07T05:54:36.546 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-07T05:54:36.556 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T05:54:36.584 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi008.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7481446', '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-07 05:49:19.033047', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T05:54:36.611 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi077.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7481446', '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-07 05:49:19.030261', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T05:54:36.639 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi167.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7481446', '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-07 05:49:19.031822', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T05:54:36.639 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-07T05:54:36.874 INFO:teuthology.task.internal:roles: ubuntu@smithi008.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2023-12-07T05:54:36.875 INFO:teuthology.task.internal:roles: ubuntu@smithi077.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2023-12-07T05:54:36.875 INFO:teuthology.task.internal:roles: ubuntu@smithi167.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2023-12-07T05:54:36.875 INFO:teuthology.run_tasks:Running task console_log... 2023-12-07T05:54:37.089 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fa94012cee0>, signals=[15]) 2023-12-07T05:54:37.089 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-07T05:54:37.105 INFO:teuthology.task.internal:Opening connections... 2023-12-07T05:54:37.106 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi008.front.sepia.ceph.com 2023-12-07T05:54:37.107 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T05:54:37.225 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi077.front.sepia.ceph.com 2023-12-07T05:54:37.226 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T05:54:37.300 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi167.front.sepia.ceph.com 2023-12-07T05:54:37.302 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T05:54:37.416 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-07T05:54:37.427 DEBUG:teuthology.orchestra.run.smithi008:> uname -m 2023-12-07T05:54:37.450 INFO:teuthology.orchestra.run.smithi008.stdout:x86_64 2023-12-07T05:54:37.450 DEBUG:teuthology.orchestra.run.smithi008:> cat /etc/os-release 2023-12-07T05:54:37.510 INFO:teuthology.orchestra.run.smithi008.stdout:NAME="Red Hat Enterprise Linux" 2023-12-07T05:54:37.510 INFO:teuthology.orchestra.run.smithi008.stdout:VERSION="8.6 (Ootpa)" 2023-12-07T05:54:37.510 INFO:teuthology.orchestra.run.smithi008.stdout:ID="rhel" 2023-12-07T05:54:37.510 INFO:teuthology.orchestra.run.smithi008.stdout:ID_LIKE="fedora" 2023-12-07T05:54:37.510 INFO:teuthology.orchestra.run.smithi008.stdout:VERSION_ID="8.6" 2023-12-07T05:54:37.510 INFO:teuthology.orchestra.run.smithi008.stdout:PLATFORM_ID="platform:el8" 2023-12-07T05:54:37.510 INFO:teuthology.orchestra.run.smithi008.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-07T05:54:37.510 INFO:teuthology.orchestra.run.smithi008.stdout:ANSI_COLOR="0;31" 2023-12-07T05:54:37.510 INFO:teuthology.orchestra.run.smithi008.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-07T05:54:37.510 INFO:teuthology.orchestra.run.smithi008.stdout:HOME_URL="https://www.redhat.com/" 2023-12-07T05:54:37.510 INFO:teuthology.orchestra.run.smithi008.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-07T05:54:37.511 INFO:teuthology.orchestra.run.smithi008.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-07T05:54:37.511 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-07T05:54:37.511 INFO:teuthology.orchestra.run.smithi008.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-07T05:54:37.511 INFO:teuthology.orchestra.run.smithi008.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-07T05:54:37.511 INFO:teuthology.orchestra.run.smithi008.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-07T05:54:37.511 INFO:teuthology.orchestra.run.smithi008.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-07T05:54:37.512 INFO:teuthology.lock.ops:Updating smithi008.front.sepia.ceph.com on lock server 2023-12-07T05:54:37.534 DEBUG:teuthology.orchestra.run.smithi077:> uname -m 2023-12-07T05:54:37.555 INFO:teuthology.orchestra.run.smithi077.stdout:x86_64 2023-12-07T05:54:37.555 DEBUG:teuthology.orchestra.run.smithi077:> cat /etc/os-release 2023-12-07T05:54:37.615 INFO:teuthology.orchestra.run.smithi077.stdout:NAME="Red Hat Enterprise Linux" 2023-12-07T05:54:37.615 INFO:teuthology.orchestra.run.smithi077.stdout:VERSION="8.6 (Ootpa)" 2023-12-07T05:54:37.615 INFO:teuthology.orchestra.run.smithi077.stdout:ID="rhel" 2023-12-07T05:54:37.616 INFO:teuthology.orchestra.run.smithi077.stdout:ID_LIKE="fedora" 2023-12-07T05:54:37.616 INFO:teuthology.orchestra.run.smithi077.stdout:VERSION_ID="8.6" 2023-12-07T05:54:37.616 INFO:teuthology.orchestra.run.smithi077.stdout:PLATFORM_ID="platform:el8" 2023-12-07T05:54:37.616 INFO:teuthology.orchestra.run.smithi077.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-07T05:54:37.616 INFO:teuthology.orchestra.run.smithi077.stdout:ANSI_COLOR="0;31" 2023-12-07T05:54:37.616 INFO:teuthology.orchestra.run.smithi077.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-07T05:54:37.616 INFO:teuthology.orchestra.run.smithi077.stdout:HOME_URL="https://www.redhat.com/" 2023-12-07T05:54:37.616 INFO:teuthology.orchestra.run.smithi077.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-07T05:54:37.616 INFO:teuthology.orchestra.run.smithi077.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-07T05:54:37.616 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-12-07T05:54:37.616 INFO:teuthology.orchestra.run.smithi077.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-07T05:54:37.616 INFO:teuthology.orchestra.run.smithi077.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-07T05:54:37.616 INFO:teuthology.orchestra.run.smithi077.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-07T05:54:37.616 INFO:teuthology.orchestra.run.smithi077.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-07T05:54:37.617 INFO:teuthology.lock.ops:Updating smithi077.front.sepia.ceph.com on lock server 2023-12-07T05:54:37.643 DEBUG:teuthology.orchestra.run.smithi167:> uname -m 2023-12-07T05:54:37.664 INFO:teuthology.orchestra.run.smithi167.stdout:x86_64 2023-12-07T05:54:37.665 DEBUG:teuthology.orchestra.run.smithi167:> cat /etc/os-release 2023-12-07T05:54:37.729 INFO:teuthology.orchestra.run.smithi167.stdout:NAME="Red Hat Enterprise Linux" 2023-12-07T05:54:37.729 INFO:teuthology.orchestra.run.smithi167.stdout:VERSION="8.6 (Ootpa)" 2023-12-07T05:54:37.729 INFO:teuthology.orchestra.run.smithi167.stdout:ID="rhel" 2023-12-07T05:54:37.729 INFO:teuthology.orchestra.run.smithi167.stdout:ID_LIKE="fedora" 2023-12-07T05:54:37.730 INFO:teuthology.orchestra.run.smithi167.stdout:VERSION_ID="8.6" 2023-12-07T05:54:37.730 INFO:teuthology.orchestra.run.smithi167.stdout:PLATFORM_ID="platform:el8" 2023-12-07T05:54:37.730 INFO:teuthology.orchestra.run.smithi167.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-07T05:54:37.730 INFO:teuthology.orchestra.run.smithi167.stdout:ANSI_COLOR="0;31" 2023-12-07T05:54:37.730 INFO:teuthology.orchestra.run.smithi167.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-07T05:54:37.730 INFO:teuthology.orchestra.run.smithi167.stdout:HOME_URL="https://www.redhat.com/" 2023-12-07T05:54:37.730 INFO:teuthology.orchestra.run.smithi167.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-07T05:54:37.730 INFO:teuthology.orchestra.run.smithi167.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-07T05:54:37.730 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-07T05:54:37.730 INFO:teuthology.orchestra.run.smithi167.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-07T05:54:37.730 INFO:teuthology.orchestra.run.smithi167.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-07T05:54:37.730 INFO:teuthology.orchestra.run.smithi167.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-07T05:54:37.730 INFO:teuthology.orchestra.run.smithi167.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-07T05:54:37.731 INFO:teuthology.lock.ops:Updating smithi167.front.sepia.ceph.com on lock server 2023-12-07T05:54:37.751 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-07T05:54:37.761 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-07T05:54:37.771 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-07T05:54:37.772 DEBUG:teuthology.orchestra.run.smithi008:> test '!' -e /home/ubuntu/cephtest 2023-12-07T05:54:37.775 DEBUG:teuthology.orchestra.run.smithi077:> test '!' -e /home/ubuntu/cephtest 2023-12-07T05:54:37.777 DEBUG:teuthology.orchestra.run.smithi167:> test '!' -e /home/ubuntu/cephtest 2023-12-07T05:54:37.796 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-07T05:54:37.804 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-07T05:54:37.805 DEBUG:teuthology.orchestra.run.smithi008:> test -z $(ls -A /var/lib/ceph) 2023-12-07T05:54:37.835 DEBUG:teuthology.orchestra.run.smithi077:> test -z $(ls -A /var/lib/ceph) 2023-12-07T05:54:37.838 DEBUG:teuthology.orchestra.run.smithi167:> test -z $(ls -A /var/lib/ceph) 2023-12-07T05:54:37.873 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-07T05:54:37.955 INFO:teuthology.run_tasks:Running task kernel... 2023-12-07T05:54:37.969 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-07T05:54:37.969 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-07T05:54:37.970 DEBUG:teuthology.orchestra.run.smithi008:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T05:54:37.970 DEBUG:teuthology.orchestra.run.smithi077:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T05:54:37.971 DEBUG:teuthology.orchestra.run.smithi167:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T05:54:37.989 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T05:54:37.989 DEBUG:teuthology.orchestra.run.smithi077:> uname -r 2023-12-07T05:54:37.990 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T05:54:37.990 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T05:54:37.991 DEBUG:teuthology.orchestra.run.smithi008:> uname -r 2023-12-07T05:54:37.991 DEBUG:teuthology.orchestra.run.smithi167:> uname -r 2023-12-07T05:54:38.048 INFO:teuthology.orchestra.run.smithi077.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-07T05:54:38.049 INFO:teuthology.task.kernel:Running kernel on smithi077: 4.18.0-372.9.1.el8.x86_64 2023-12-07T05:54:38.049 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum install -y kernel 2023-12-07T05:54:38.052 INFO:teuthology.orchestra.run.smithi167.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-07T05:54:38.052 INFO:teuthology.task.kernel:Running kernel on smithi167: 4.18.0-372.9.1.el8.x86_64 2023-12-07T05:54:38.052 DEBUG:teuthology.orchestra.run.smithi167:> sudo yum install -y kernel 2023-12-07T05:54:38.053 INFO:teuthology.orchestra.run.smithi008.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-07T05:54:38.054 INFO:teuthology.task.kernel:Running kernel on smithi008: 4.18.0-372.9.1.el8.x86_64 2023-12-07T05:54:38.057 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum install -y kernel 2023-12-07T05:54:39.218 INFO:teuthology.orchestra.run.smithi167.stdout:Updating Subscription Management repositories. 2023-12-07T05:54:39.218 INFO:teuthology.orchestra.run.smithi167.stdout:Unable to read consumer identity 2023-12-07T05:54:39.288 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2023-12-07T05:54:39.288 INFO:teuthology.orchestra.run.smithi077.stdout:Unable to read consumer identity 2023-12-07T05:54:39.288 INFO:teuthology.orchestra.run.smithi008.stdout:Updating Subscription Management repositories. 2023-12-07T05:54:39.289 INFO:teuthology.orchestra.run.smithi008.stdout:Unable to read consumer identity 2023-12-07T05:54:40.833 INFO:teuthology.orchestra.run.smithi008.stdout:Copr repo for python3-asyncssh owned by ceph 11 kB/s | 3.5 kB 00:00 2023-12-07T05:54:40.854 INFO:teuthology.orchestra.run.smithi167.stdout:Copr repo for python3-asyncssh owned by ceph 11 kB/s | 3.5 kB 00:00 2023-12-07T05:54:40.857 INFO:teuthology.orchestra.run.smithi077.stdout:Copr repo for python3-asyncssh owned by ceph 12 kB/s | 3.5 kB 00:00 2023-12-07T05:54:41.742 INFO:teuthology.orchestra.run.smithi008.stdout:Extra Packages for Enterprise Linux 18 MB/s | 16 MB 00:00 2023-12-07T05:54:41.796 INFO:teuthology.orchestra.run.smithi167.stdout:Extra Packages for Enterprise Linux 19 MB/s | 16 MB 00:00 2023-12-07T05:54:42.050 INFO:teuthology.orchestra.run.smithi077.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2023-12-07T05:54:45.321 INFO:teuthology.orchestra.run.smithi167.stdout:lab-extras 349 kB/s | 24 kB 00:00 2023-12-07T05:54:45.450 INFO:teuthology.orchestra.run.smithi008.stdout:lab-extras 612 kB/s | 24 kB 00:00 2023-12-07T05:54:45.508 INFO:teuthology.orchestra.run.smithi077.stdout:lab-extras 618 kB/s | 24 kB 00:00 2023-12-07T05:54:46.015 INFO:teuthology.orchestra.run.smithi167.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-07T05:54:46.068 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2023-12-07T05:54:46.069 INFO:teuthology.orchestra.run.smithi167.stdout:Nothing to do. 2023-12-07T05:54:46.069 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2023-12-07T05:54:46.153 INFO:teuthology.orchestra.run.smithi008.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-07T05:54:46.186 INFO:teuthology.orchestra.run.smithi077.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-07T05:54:46.188 DEBUG:teuthology.orchestra.run.smithi167:> echo no | sudo yum reinstall kernel || true 2023-12-07T05:54:46.213 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2023-12-07T05:54:46.214 INFO:teuthology.orchestra.run.smithi008.stdout:Nothing to do. 2023-12-07T05:54:46.214 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2023-12-07T05:54:46.233 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2023-12-07T05:54:46.234 INFO:teuthology.orchestra.run.smithi077.stdout:Nothing to do. 2023-12-07T05:54:46.234 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2023-12-07T05:54:46.337 DEBUG:teuthology.orchestra.run.smithi008:> echo no | sudo yum reinstall kernel || true 2023-12-07T05:54:46.354 DEBUG:teuthology.orchestra.run.smithi077:> echo no | sudo yum reinstall kernel || true 2023-12-07T05:54:46.521 INFO:teuthology.orchestra.run.smithi167.stdout:Updating Subscription Management repositories. 2023-12-07T05:54:46.521 INFO:teuthology.orchestra.run.smithi167.stdout:Unable to read consumer identity 2023-12-07T05:54:46.685 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2023-12-07T05:54:46.685 INFO:teuthology.orchestra.run.smithi077.stdout:Unable to read consumer identity 2023-12-07T05:54:46.729 INFO:teuthology.orchestra.run.smithi008.stdout:Updating Subscription Management repositories. 2023-12-07T05:54:46.730 INFO:teuthology.orchestra.run.smithi008.stdout:Unable to read consumer identity 2023-12-07T05:54:46.788 INFO:teuthology.orchestra.run.smithi167.stdout:Last metadata expiration check: 0:00:01 ago on Thu 07 Dec 2023 05:54:45 AM UTC. 2023-12-07T05:54:46.828 INFO:teuthology.orchestra.run.smithi167.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T05:54:46.869 INFO:teuthology.orchestra.run.smithi167.stderr:Error: No packages marked for reinstall. 2023-12-07T05:54:46.915 DEBUG:teuthology.orchestra.run.smithi167:> sudo yum reinstall -y kernel || true 2023-12-07T05:54:46.943 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:00:01 ago on Thu 07 Dec 2023 05:54:45 AM UTC. 2023-12-07T05:54:46.984 INFO:teuthology.orchestra.run.smithi077.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T05:54:47.003 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:00:02 ago on Thu 07 Dec 2023 05:54:45 AM UTC. 2023-12-07T05:54:47.017 INFO:teuthology.orchestra.run.smithi077.stderr:Error: No packages marked for reinstall. 2023-12-07T05:54:47.049 INFO:teuthology.orchestra.run.smithi008.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T05:54:47.063 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum reinstall -y kernel || true 2023-12-07T05:54:47.076 INFO:teuthology.orchestra.run.smithi008.stderr:Error: No packages marked for reinstall. 2023-12-07T05:54:47.126 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum reinstall -y kernel || true 2023-12-07T05:54:47.245 INFO:teuthology.orchestra.run.smithi167.stdout:Updating Subscription Management repositories. 2023-12-07T05:54:47.245 INFO:teuthology.orchestra.run.smithi167.stdout:Unable to read consumer identity 2023-12-07T05:54:47.391 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2023-12-07T05:54:47.391 INFO:teuthology.orchestra.run.smithi077.stdout:Unable to read consumer identity 2023-12-07T05:54:47.474 INFO:teuthology.orchestra.run.smithi008.stdout:Updating Subscription Management repositories. 2023-12-07T05:54:47.474 INFO:teuthology.orchestra.run.smithi008.stdout:Unable to read consumer identity 2023-12-07T05:54:47.500 INFO:teuthology.orchestra.run.smithi167.stdout:Last metadata expiration check: 0:00:02 ago on Thu 07 Dec 2023 05:54:45 AM UTC. 2023-12-07T05:54:47.543 INFO:teuthology.orchestra.run.smithi167.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T05:54:47.576 INFO:teuthology.orchestra.run.smithi167.stderr:Error: No packages marked for reinstall. 2023-12-07T05:54:47.628 DEBUG:teuthology.orchestra.run.smithi167:> rpm -q kernel | sort -rV | head -n 1 2023-12-07T05:54:47.647 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:00:02 ago on Thu 07 Dec 2023 05:54:45 AM UTC. 2023-12-07T05:54:47.686 INFO:teuthology.orchestra.run.smithi077.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T05:54:47.707 INFO:teuthology.orchestra.run.smithi077.stderr:Error: No packages marked for reinstall. 2023-12-07T05:54:47.708 INFO:teuthology.orchestra.run.smithi167.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-07T05:54:47.708 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-07T05:54:47.708 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-07T05:54:47.709 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-12-07T05:54:47.709 DEBUG:teuthology.orchestra.run.smithi167:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T05:54:47.736 INFO:teuthology.orchestra.run.smithi167.stdout:ttyS1 2023-12-07T05:54:47.743 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:00:02 ago on Thu 07 Dec 2023 05:54:45 AM UTC. 2023-12-07T05:54:47.750 DEBUG:teuthology.parallel:result is None 2023-12-07T05:54:47.753 DEBUG:teuthology.orchestra.run.smithi077:> rpm -q kernel | sort -rV | head -n 1 2023-12-07T05:54:47.788 INFO:teuthology.orchestra.run.smithi008.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T05:54:47.829 INFO:teuthology.orchestra.run.smithi008.stderr:Error: No packages marked for reinstall. 2023-12-07T05:54:47.833 INFO:teuthology.orchestra.run.smithi077.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-07T05:54:47.834 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-07T05:54:47.834 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-07T05:54:47.834 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-07T05:54:47.834 DEBUG:teuthology.orchestra.run.smithi077:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T05:54:47.871 INFO:teuthology.orchestra.run.smithi077.stdout:ttyS1 2023-12-07T05:54:47.881 DEBUG:teuthology.orchestra.run.smithi008:> rpm -q kernel | sort -rV | head -n 1 2023-12-07T05:54:47.896 DEBUG:teuthology.parallel:result is None 2023-12-07T05:54:47.964 INFO:teuthology.orchestra.run.smithi008.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-07T05:54:47.965 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-07T05:54:47.965 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-07T05:54:47.965 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-07T05:54:47.965 DEBUG:teuthology.orchestra.run.smithi008:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T05:54:47.994 INFO:teuthology.orchestra.run.smithi008.stdout:ttyS1 2023-12-07T05:54:48.015 DEBUG:teuthology.parallel:result is None 2023-12-07T05:54:48.016 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-07T05:54:48.025 INFO:teuthology.task.internal:Creating test directory... 2023-12-07T05:54:48.025 DEBUG:teuthology.orchestra.run.smithi008:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T05:54:48.058 DEBUG:teuthology.orchestra.run.smithi077:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T05:54:48.060 DEBUG:teuthology.orchestra.run.smithi167:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T05:54:48.077 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-07T05:54:48.165 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-07T05:54:48.199 INFO:teuthology.task.internal:Creating archive directory... 2023-12-07T05:54:48.200 DEBUG:teuthology.orchestra.run.smithi008:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T05:54:48.202 DEBUG:teuthology.orchestra.run.smithi077:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T05:54:48.204 DEBUG:teuthology.orchestra.run.smithi167:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T05:54:48.246 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-07T05:54:48.256 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-07T05:54:48.257 DEBUG:teuthology.orchestra.run.smithi008:> 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-07T05:54:48.261 DEBUG:teuthology.orchestra.run.smithi077:> 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-07T05:54:48.264 DEBUG:teuthology.orchestra.run.smithi167:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-07T05:54:48.289 INFO:teuthology.orchestra.run.smithi077.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T05:54:48.289 INFO:teuthology.orchestra.run.smithi008.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T05:54:48.304 INFO:teuthology.orchestra.run.smithi008.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T05:54:48.304 INFO:teuthology.orchestra.run.smithi077.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T05:54:48.324 INFO:teuthology.orchestra.run.smithi167.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T05:54:48.336 INFO:teuthology.orchestra.run.smithi167.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T05:54:48.336 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-07T05:54:48.344 INFO:teuthology.task.internal:Configuring sudo... 2023-12-07T05:54:48.345 DEBUG:teuthology.orchestra.run.smithi008:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T05:54:48.347 DEBUG:teuthology.orchestra.run.smithi077:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T05:54:48.349 DEBUG:teuthology.orchestra.run.smithi167:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T05:54:48.383 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-07T05:54:48.392 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-07T05:54:48.393 DEBUG:teuthology.orchestra.run.smithi008:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T05:54:48.415 DEBUG:teuthology.orchestra.run.smithi077:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T05:54:48.418 DEBUG:teuthology.orchestra.run.smithi167:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T05:54:48.440 DEBUG:teuthology.orchestra.run.smithi008:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T05:54:48.517 DEBUG:teuthology.orchestra.run.smithi008:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T05:54:48.570 DEBUG:teuthology.orchestra.run.smithi008:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T05:54:48.654 DEBUG:teuthology.orchestra.run.smithi008:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T05:54:48.697 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2023-12-07T05:54:48.697 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T05:54:48.765 DEBUG:teuthology.orchestra.run.smithi077:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T05:54:48.809 DEBUG:teuthology.orchestra.run.smithi077:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T05:54:48.860 DEBUG:teuthology.orchestra.run.smithi077:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T05:54:48.936 DEBUG:teuthology.orchestra.run.smithi077:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T05:54:48.984 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2023-12-07T05:54:48.984 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T05:54:49.051 DEBUG:teuthology.orchestra.run.smithi167:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T05:54:49.101 DEBUG:teuthology.orchestra.run.smithi167:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T05:54:49.144 DEBUG:teuthology.orchestra.run.smithi167:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T05:54:49.229 DEBUG:teuthology.orchestra.run.smithi167:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T05:54:49.272 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2023-12-07T05:54:49.272 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T05:54:49.343 DEBUG:teuthology.orchestra.run.smithi008:> sudo service rsyslog restart 2023-12-07T05:54:49.346 DEBUG:teuthology.orchestra.run.smithi077:> sudo service rsyslog restart 2023-12-07T05:54:49.349 DEBUG:teuthology.orchestra.run.smithi167:> sudo service rsyslog restart 2023-12-07T05:54:49.405 INFO:teuthology.orchestra.run.smithi008.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T05:54:49.411 INFO:teuthology.orchestra.run.smithi077.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T05:54:49.444 INFO:teuthology.orchestra.run.smithi167.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T05:54:49.790 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-07T05:54:49.799 INFO:teuthology.task.internal:Starting timer... 2023-12-07T05:54:49.799 INFO:teuthology.run_tasks:Running task pcp... 2023-12-07T05:54:49.817 INFO:teuthology.run_tasks:Running task selinux... 2023-12-07T05:54:49.830 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-07T05:54:49.831 DEBUG:teuthology.orchestra.run.smithi008:> sudo service auditd rotate 2023-12-07T05:54:49.898 INFO:teuthology.orchestra.run.smithi008.stdout:Rotating logs: 2023-12-07T05:54:49.900 DEBUG:teuthology.orchestra.run.smithi077:> sudo service auditd rotate 2023-12-07T05:54:49.961 INFO:teuthology.orchestra.run.smithi077.stdout:Rotating logs: 2023-12-07T05:54:49.962 DEBUG:teuthology.orchestra.run.smithi167:> sudo service auditd rotate 2023-12-07T05:54:50.023 INFO:teuthology.orchestra.run.smithi167.stdout:Rotating logs: 2023-12-07T05:54:50.025 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-07T05:54:50.025 DEBUG:teuthology.orchestra.run.smithi008:> /usr/sbin/getenforce 2023-12-07T05:54:50.057 INFO:teuthology.orchestra.run.smithi008.stdout:Permissive 2023-12-07T05:54:50.057 DEBUG:teuthology.orchestra.run.smithi077:> /usr/sbin/getenforce 2023-12-07T05:54:50.088 INFO:teuthology.orchestra.run.smithi077.stdout:Permissive 2023-12-07T05:54:50.089 DEBUG:teuthology.orchestra.run.smithi167:> /usr/sbin/getenforce 2023-12-07T05:54:50.119 INFO:teuthology.orchestra.run.smithi167.stdout:Permissive 2023-12-07T05:54:50.119 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi008.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi077.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi167.front.sepia.ceph.com': 'permissive'} 2023-12-07T05:54:50.119 DEBUG:teuthology.orchestra.run.smithi008:> 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-07T05:54:50.147 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T05:54:50.148 DEBUG:teuthology.orchestra.run.smithi077:> 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-07T05:54:50.176 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T05:54:50.177 DEBUG:teuthology.orchestra.run.smithi167:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-07T05:54:50.206 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T05:54:50.207 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-07T05:54:50.207 DEBUG:teuthology.orchestra.run.smithi008:> sudo /usr/sbin/setenforce permissive 2023-12-07T05:54:50.236 DEBUG:teuthology.orchestra.run.smithi077:> sudo /usr/sbin/setenforce permissive 2023-12-07T05:54:50.263 DEBUG:teuthology.orchestra.run.smithi167:> sudo /usr/sbin/setenforce permissive 2023-12-07T05:54:50.292 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-07T05:54:50.303 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-07T05:54:50.309 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-07T05:54:50.442 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-07T05:54:50.460 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-07T05:54:50.462 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi008.front.sepia.ceph.com,smithi077.front.sepia.ceph.com,smithi167.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-07T06:04:13.280 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi008.front.sepia.ceph.com'), Remote(name='ubuntu@smithi077.front.sepia.ceph.com'), Remote(name='ubuntu@smithi167.front.sepia.ceph.com')] 2023-12-07T06:04:13.281 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi008.front.sepia.ceph.com' 2023-12-07T06:04:13.282 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T06:04:13.352 DEBUG:teuthology.orchestra.run.smithi008:> true 2023-12-07T06:04:13.421 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi008.front.sepia.ceph.com' 2023-12-07T06:04:13.422 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi077.front.sepia.ceph.com' 2023-12-07T06:04:13.422 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T06:04:13.492 DEBUG:teuthology.orchestra.run.smithi077:> true 2023-12-07T06:04:13.518 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi077.front.sepia.ceph.com' 2023-12-07T06:04:13.518 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi167.front.sepia.ceph.com' 2023-12-07T06:04:13.518 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T06:04:13.587 DEBUG:teuthology.orchestra.run.smithi167:> true 2023-12-07T06:04:13.660 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi167.front.sepia.ceph.com' 2023-12-07T06:04:13.661 INFO:teuthology.run_tasks:Running task clock... 2023-12-07T06:04:13.672 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-07T06:04:13.672 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T06:04:13.673 DEBUG:teuthology.orchestra.run.smithi008:> 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-07T06:04:13.675 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T06:04:13.675 DEBUG:teuthology.orchestra.run.smithi077:> 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-07T06:04:13.678 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T06:04:13.678 DEBUG:teuthology.orchestra.run.smithi167:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T06:04:13.708 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-07T06:04:13.711 INFO:teuthology.orchestra.run.smithi008.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-07T06:04:13.722 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-07T06:04:13.728 INFO:teuthology.orchestra.run.smithi008.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-07T06:04:13.732 INFO:teuthology.orchestra.run.smithi167.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-07T06:04:13.748 INFO:teuthology.orchestra.run.smithi167.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-07T06:04:13.796 INFO:teuthology.orchestra.run.smithi077.stderr:sudo: ntpd: command not found 2023-12-07T06:04:13.807 INFO:teuthology.orchestra.run.smithi008.stderr:sudo: ntpd: command not found 2023-12-07T06:04:13.807 INFO:teuthology.orchestra.run.smithi077.stdout:506 Cannot talk to daemon 2023-12-07T06:04:13.820 INFO:teuthology.orchestra.run.smithi008.stdout:506 Cannot talk to daemon 2023-12-07T06:04:13.821 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-07T06:04:13.832 INFO:teuthology.orchestra.run.smithi167.stderr:sudo: ntpd: command not found 2023-12-07T06:04:13.835 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-07T06:04:13.836 INFO:teuthology.orchestra.run.smithi008.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-07T06:04:13.843 INFO:teuthology.orchestra.run.smithi167.stdout:506 Cannot talk to daemon 2023-12-07T06:04:13.851 INFO:teuthology.orchestra.run.smithi008.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-07T06:04:13.858 INFO:teuthology.orchestra.run.smithi167.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-07T06:04:13.872 INFO:teuthology.orchestra.run.smithi167.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-07T06:04:13.906 INFO:teuthology.orchestra.run.smithi077.stderr:bash: ntpq: command not found 2023-12-07T06:04:13.909 INFO:teuthology.orchestra.run.smithi077.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T06:04:13.909 INFO:teuthology.orchestra.run.smithi077.stdout:=============================================================================== 2023-12-07T06:04:13.909 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T06:04:13.909 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T06:04:13.909 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T06:04:13.909 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T06:04:13.927 INFO:teuthology.orchestra.run.smithi008.stderr:bash: ntpq: command not found 2023-12-07T06:04:13.931 INFO:teuthology.orchestra.run.smithi008.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T06:04:13.931 INFO:teuthology.orchestra.run.smithi008.stdout:=============================================================================== 2023-12-07T06:04:13.931 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T06:04:13.931 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T06:04:13.931 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T06:04:13.932 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T06:04:13.949 INFO:teuthology.orchestra.run.smithi167.stderr:bash: ntpq: command not found 2023-12-07T06:04:13.953 INFO:teuthology.orchestra.run.smithi167.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T06:04:13.953 INFO:teuthology.orchestra.run.smithi167.stdout:=============================================================================== 2023-12-07T06:04:13.953 INFO:teuthology.orchestra.run.smithi167.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T06:04:13.954 INFO:teuthology.orchestra.run.smithi167.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T06:04:13.954 INFO:teuthology.orchestra.run.smithi167.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T06:04:13.954 INFO:teuthology.orchestra.run.smithi167.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T06:04:13.954 INFO:teuthology.run_tasks:Running task pexec... 2023-12-07T06:04:13.966 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-07T06:04:13.966 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi008.front.sepia.ceph.com 2023-12-07T06:04:13.967 DEBUG:teuthology.orchestra.run.smithi008:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-07T06:04:13.967 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi077.front.sepia.ceph.com 2023-12-07T06:04:13.967 DEBUG:teuthology.orchestra.run.smithi077:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-07T06:04:13.967 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi167.front.sepia.ceph.com 2023-12-07T06:04:13.968 DEBUG:teuthology.orchestra.run.smithi167:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-07T06:04:14.339 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2023-12-07T06:04:14.362 INFO:teuthology.orchestra.run.smithi008.stdout:Updating Subscription Management repositories. 2023-12-07T06:04:14.366 INFO:teuthology.orchestra.run.smithi167.stdout:Updating Subscription Management repositories. 2023-12-07T06:04:15.004 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 148 kB/s | 4.1 kB 00:00 2023-12-07T06:04:15.015 INFO:teuthology.orchestra.run.smithi008.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 148 kB/s | 4.5 kB 00:00 2023-12-07T06:04:15.026 INFO:teuthology.orchestra.run.smithi167.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 175 kB/s | 4.5 kB 00:00 2023-12-07T06:04:15.212 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 170 kB/s | 4.5 kB 00:00 2023-12-07T06:04:15.323 INFO:teuthology.orchestra.run.smithi008.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 134 kB/s | 4.1 kB 00:00 2023-12-07T06:04:15.329 INFO:teuthology.orchestra.run.smithi167.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 149 kB/s | 4.1 kB 00:00 2023-12-07T06:04:17.136 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2023-12-07T06:04:17.137 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-12-07T06:04:17.137 INFO:teuthology.orchestra.run.smithi077.stdout: Package Architecture Version Repository Size 2023-12-07T06:04:17.137 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-12-07T06:04:17.137 INFO:teuthology.orchestra.run.smithi077.stdout:Resetting modules: 2023-12-07T06:04:17.137 INFO:teuthology.orchestra.run.smithi077.stdout: container-tools 2023-12-07T06:04:17.137 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-12-07T06:04:17.137 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2023-12-07T06:04:17.137 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-12-07T06:04:17.137 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-12-07T06:04:17.369 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2023-12-07T06:04:17.370 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2023-12-07T06:04:17.370 INFO:teuthology.orchestra.run.smithi167.stdout: Package Architecture Version Repository Size 2023-12-07T06:04:17.370 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2023-12-07T06:04:17.370 INFO:teuthology.orchestra.run.smithi167.stdout:Resetting modules: 2023-12-07T06:04:17.370 INFO:teuthology.orchestra.run.smithi167.stdout: container-tools 2023-12-07T06:04:17.370 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-07T06:04:17.370 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction Summary 2023-12-07T06:04:17.370 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2023-12-07T06:04:17.371 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-07T06:04:17.493 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2023-12-07T06:04:17.494 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2023-12-07T06:04:17.494 INFO:teuthology.orchestra.run.smithi008.stdout: Package Architecture Version Repository Size 2023-12-07T06:04:17.494 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2023-12-07T06:04:17.494 INFO:teuthology.orchestra.run.smithi008.stdout:Resetting modules: 2023-12-07T06:04:17.494 INFO:teuthology.orchestra.run.smithi008.stdout: container-tools 2023-12-07T06:04:17.494 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-07T06:04:17.494 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2023-12-07T06:04:17.494 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2023-12-07T06:04:17.494 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-07T06:04:20.704 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2023-12-07T06:04:21.155 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2023-12-07T06:04:21.488 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2023-12-07T06:04:21.665 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2023-12-07T06:04:21.855 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 154 kB/s | 4.1 kB 00:00 2023-12-07T06:04:21.941 INFO:teuthology.orchestra.run.smithi167.stdout:Updating Subscription Management repositories. 2023-12-07T06:04:22.067 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 152 kB/s | 4.5 kB 00:00 2023-12-07T06:04:22.129 INFO:teuthology.orchestra.run.smithi008.stdout:Updating Subscription Management repositories. 2023-12-07T06:04:22.553 INFO:teuthology.orchestra.run.smithi167.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 172 kB/s | 4.5 kB 00:00 2023-12-07T06:04:22.766 INFO:teuthology.orchestra.run.smithi008.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 150 kB/s | 4.5 kB 00:00 2023-12-07T06:04:22.862 INFO:teuthology.orchestra.run.smithi167.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 150 kB/s | 4.1 kB 00:00 2023-12-07T06:04:23.078 INFO:teuthology.orchestra.run.smithi008.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 124 kB/s | 4.1 kB 00:00 2023-12-07T06:04:23.946 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2023-12-07T06:04:24.041 INFO:teuthology.orchestra.run.smithi077.stdout:========================================================================================================================== 2023-12-07T06:04:24.041 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2023-12-07T06:04:24.041 INFO:teuthology.orchestra.run.smithi077.stdout:========================================================================================================================== 2023-12-07T06:04:24.042 INFO:teuthology.orchestra.run.smithi077.stdout:Installing group/module packages: 2023-12-07T06:04:24.042 INFO:teuthology.orchestra.run.smithi077.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-07T06:04:24.042 INFO:teuthology.orchestra.run.smithi077.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-07T06:04:24.042 INFO:teuthology.orchestra.run.smithi077.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-07T06:04:24.042 INFO:teuthology.orchestra.run.smithi077.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-07T06:04:24.042 INFO:teuthology.orchestra.run.smithi077.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-07T06:04:24.042 INFO:teuthology.orchestra.run.smithi077.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-07T06:04:24.042 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2023-12-07T06:04:24.042 INFO:teuthology.orchestra.run.smithi077.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-07T06:04:24.042 INFO:teuthology.orchestra.run.smithi077.stdout:Downgrading: 2023-12-07T06:04:24.042 INFO:teuthology.orchestra.run.smithi077.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-07T06:04:24.043 INFO:teuthology.orchestra.run.smithi077.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-07T06:04:24.043 INFO:teuthology.orchestra.run.smithi077.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-07T06:04:24.043 INFO:teuthology.orchestra.run.smithi077.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-07T06:04:24.043 INFO:teuthology.orchestra.run.smithi077.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-07T06:04:24.043 INFO:teuthology.orchestra.run.smithi077.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-07T06:04:24.043 INFO:teuthology.orchestra.run.smithi077.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-07T06:04:24.043 INFO:teuthology.orchestra.run.smithi077.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-07T06:04:24.043 INFO:teuthology.orchestra.run.smithi077.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-07T06:04:24.043 INFO:teuthology.orchestra.run.smithi077.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-07T06:04:24.043 INFO:teuthology.orchestra.run.smithi077.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-07T06:04:24.043 INFO:teuthology.orchestra.run.smithi077.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-07T06:04:24.043 INFO:teuthology.orchestra.run.smithi077.stdout:Installing module profiles: 2023-12-07T06:04:24.043 INFO:teuthology.orchestra.run.smithi077.stdout: container-tools/common 2023-12-07T06:04:24.044 INFO:teuthology.orchestra.run.smithi077.stdout:Enabling module streams: 2023-12-07T06:04:24.044 INFO:teuthology.orchestra.run.smithi077.stdout: container-tools 3.0 2023-12-07T06:04:24.044 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-12-07T06:04:24.044 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2023-12-07T06:04:24.044 INFO:teuthology.orchestra.run.smithi077.stdout:========================================================================================================================== 2023-12-07T06:04:24.044 INFO:teuthology.orchestra.run.smithi077.stdout:Install 7 Packages 2023-12-07T06:04:24.044 INFO:teuthology.orchestra.run.smithi077.stdout:Downgrade 12 Packages 2023-12-07T06:04:24.044 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-12-07T06:04:24.045 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 51 M 2023-12-07T06:04:24.045 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2023-12-07T06:04:24.120 INFO:teuthology.orchestra.run.smithi077.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 1.2 MB/s | 91 kB 00:00 2023-12-07T06:04:24.146 INFO:teuthology.orchestra.run.smithi077.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 527 kB/s | 53 kB 00:00 2023-12-07T06:04:24.171 INFO:teuthology.orchestra.run.smithi077.stdout:(3/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 408 kB/s | 51 kB 00:00 2023-12-07T06:04:24.221 INFO:teuthology.orchestra.run.smithi077.stdout:(4/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 920 kB/s | 69 kB 00:00 2023-12-07T06:04:24.255 INFO:teuthology.orchestra.run.smithi077.stdout:(5/19): criu-3.15-1.module+el8.6.0+14874+644362 3.7 MB/s | 511 kB 00:00 2023-12-07T06:04:24.280 INFO:teuthology.orchestra.run.smithi077.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 1.2 MB/s | 72 kB 00:00 2023-12-07T06:04:24.322 INFO:teuthology.orchestra.run.smithi077.stdout:(7/19): podman-docker-3.0.1-9.module+el8.6.0+14 1.3 MB/s | 56 kB 00:00 2023-12-07T06:04:24.372 INFO:teuthology.orchestra.run.smithi077.stdout:(8/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 14 MB/s | 2.9 MB 00:00 2023-12-07T06:04:24.389 INFO:teuthology.orchestra.run.smithi077.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 764 kB/s | 51 kB 00:00 2023-12-07T06:04:24.448 INFO:teuthology.orchestra.run.smithi077.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 5.4 MB/s | 322 kB 00:00 2023-12-07T06:04:24.498 INFO:teuthology.orchestra.run.smithi077.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 813 kB/s | 41 kB 00:00 2023-12-07T06:04:24.649 INFO:teuthology.orchestra.run.smithi077.stdout:(12/19): podman-3.0.1-9.module+el8.6.0+14874+64 28 MB/s | 11 MB 00:00 2023-12-07T06:04:24.700 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2023-12-07T06:04:24.716 INFO:teuthology.orchestra.run.smithi077.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 10 MB/s | 2.2 MB 00:00 2023-12-07T06:04:24.794 INFO:teuthology.orchestra.run.smithi167.stdout:========================================================================================================================== 2023-12-07T06:04:24.794 INFO:teuthology.orchestra.run.smithi167.stdout: Package Arch Version Repository Size 2023-12-07T06:04:24.794 INFO:teuthology.orchestra.run.smithi167.stdout:========================================================================================================================== 2023-12-07T06:04:24.794 INFO:teuthology.orchestra.run.smithi167.stdout:Installing group/module packages: 2023-12-07T06:04:24.794 INFO:teuthology.orchestra.run.smithi167.stdout: buildah x86_64 1.19.9-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.8 M 2023-12-07T06:04:24.794 INFO:teuthology.orchestra.run.smithi167.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-07T06:04:24.794 INFO:teuthology.orchestra.run.smithi167.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-07T06:04:24.794 INFO:teuthology.orchestra.run.smithi167.stdout: skopeo x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.4 M 2023-12-07T06:04:24.795 INFO:teuthology.orchestra.run.smithi167.stdout: toolbox x86_64 0.0.99.3-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-12-07T06:04:24.795 INFO:teuthology.orchestra.run.smithi167.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-07T06:04:24.795 INFO:teuthology.orchestra.run.smithi167.stdout:Installing dependencies: 2023-12-07T06:04:24.795 INFO:teuthology.orchestra.run.smithi167.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-07T06:04:24.795 INFO:teuthology.orchestra.run.smithi167.stdout:Downgrading: 2023-12-07T06:04:24.795 INFO:teuthology.orchestra.run.smithi167.stdout: conmon x86_64 2:2.0.26-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-07T06:04:24.795 INFO:teuthology.orchestra.run.smithi167.stdout: container-selinux noarch 2:2.178.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 53 k 2023-12-07T06:04:24.795 INFO:teuthology.orchestra.run.smithi167.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 19 M 2023-12-07T06:04:24.795 INFO:teuthology.orchestra.run.smithi167.stdout: containers-common x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 91 k 2023-12-07T06:04:24.795 INFO:teuthology.orchestra.run.smithi167.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-07T06:04:24.795 INFO:teuthology.orchestra.run.smithi167.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 72 k 2023-12-07T06:04:24.795 INFO:teuthology.orchestra.run.smithi167.stdout: libslirp x86_64 4.3.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 69 k 2023-12-07T06:04:24.795 INFO:teuthology.orchestra.run.smithi167.stdout: podman x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 11 M 2023-12-07T06:04:24.795 INFO:teuthology.orchestra.run.smithi167.stdout: podman-catatonit x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 322 k 2023-12-07T06:04:24.796 INFO:teuthology.orchestra.run.smithi167.stdout: podman-docker noarch 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 56 k 2023-12-07T06:04:24.796 INFO:teuthology.orchestra.run.smithi167.stdout: runc x86_64 1.0.0-73.rc95.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.9 M 2023-12-07T06:04:24.796 INFO:teuthology.orchestra.run.smithi167.stdout: slirp4netns x86_64 1.1.8-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-07T06:04:24.796 INFO:teuthology.orchestra.run.smithi167.stdout:Installing module profiles: 2023-12-07T06:04:24.796 INFO:teuthology.orchestra.run.smithi167.stdout: container-tools/common 2023-12-07T06:04:24.796 INFO:teuthology.orchestra.run.smithi167.stdout:Enabling module streams: 2023-12-07T06:04:24.796 INFO:teuthology.orchestra.run.smithi167.stdout: container-tools 3.0 2023-12-07T06:04:24.796 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-07T06:04:24.796 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction Summary 2023-12-07T06:04:24.796 INFO:teuthology.orchestra.run.smithi167.stdout:========================================================================================================================== 2023-12-07T06:04:24.796 INFO:teuthology.orchestra.run.smithi167.stdout:Install 7 Packages 2023-12-07T06:04:24.796 INFO:teuthology.orchestra.run.smithi167.stdout:Downgrade 12 Packages 2023-12-07T06:04:24.796 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-07T06:04:24.797 INFO:teuthology.orchestra.run.smithi167.stdout:Total download size: 51 M 2023-12-07T06:04:24.797 INFO:teuthology.orchestra.run.smithi167.stdout:Downloading Packages: 2023-12-07T06:04:24.869 INFO:teuthology.orchestra.run.smithi167.stdout:(1/19): container-selinux-2.178.0-2.module+el8. 747 kB/s | 53 kB 00:00 2023-12-07T06:04:24.874 INFO:teuthology.orchestra.run.smithi077.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 28 MB/s | 6.4 MB 00:00 2023-12-07T06:04:24.928 INFO:teuthology.orchestra.run.smithi167.stdout:(2/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 395 kB/s | 51 kB 00:00 2023-12-07T06:04:24.953 INFO:teuthology.orchestra.run.smithi167.stdout:(3/19): containers-common-1.2.4-1.module+el8.6. 588 kB/s | 91 kB 00:00 2023-12-07T06:04:24.978 INFO:teuthology.orchestra.run.smithi167.stdout:(4/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 1.4 MB/s | 69 kB 00:00 2023-12-07T06:04:25.011 INFO:teuthology.orchestra.run.smithi167.stdout:(5/19): criu-3.15-1.module+el8.6.0+14874+644362 3.5 MB/s | 511 kB 00:00 2023-12-07T06:04:25.037 INFO:teuthology.orchestra.run.smithi167.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 1.2 MB/s | 72 kB 00:00 2023-12-07T06:04:25.045 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2023-12-07T06:04:25.079 INFO:teuthology.orchestra.run.smithi167.stdout:(7/19): podman-docker-3.0.1-9.module+el8.6.0+14 1.3 MB/s | 56 kB 00:00 2023-12-07T06:04:25.091 INFO:teuthology.orchestra.run.smithi077.stdout:(15/19): containernetworking-plugins-0.9.1-1.mo 26 MB/s | 19 MB 00:00 2023-12-07T06:04:25.137 INFO:teuthology.orchestra.run.smithi167.stdout:(8/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 16 MB/s | 2.9 MB 00:00 2023-12-07T06:04:25.148 INFO:teuthology.orchestra.run.smithi008.stdout:========================================================================================================================== 2023-12-07T06:04:25.149 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2023-12-07T06:04:25.149 INFO:teuthology.orchestra.run.smithi008.stdout:========================================================================================================================== 2023-12-07T06:04:25.149 INFO:teuthology.orchestra.run.smithi008.stdout:Installing group/module packages: 2023-12-07T06:04:25.149 INFO:teuthology.orchestra.run.smithi008.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-07T06:04:25.149 INFO:teuthology.orchestra.run.smithi008.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-07T06:04:25.149 INFO:teuthology.orchestra.run.smithi008.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-07T06:04:25.149 INFO:teuthology.orchestra.run.smithi008.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-07T06:04:25.149 INFO:teuthology.orchestra.run.smithi008.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-07T06:04:25.149 INFO:teuthology.orchestra.run.smithi008.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-07T06:04:25.149 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2023-12-07T06:04:25.149 INFO:teuthology.orchestra.run.smithi008.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-07T06:04:25.149 INFO:teuthology.orchestra.run.smithi008.stdout:Downgrading: 2023-12-07T06:04:25.149 INFO:teuthology.orchestra.run.smithi008.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-07T06:04:25.150 INFO:teuthology.orchestra.run.smithi008.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-07T06:04:25.150 INFO:teuthology.orchestra.run.smithi008.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-07T06:04:25.150 INFO:teuthology.orchestra.run.smithi008.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-07T06:04:25.150 INFO:teuthology.orchestra.run.smithi008.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-07T06:04:25.150 INFO:teuthology.orchestra.run.smithi008.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-07T06:04:25.150 INFO:teuthology.orchestra.run.smithi008.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-07T06:04:25.150 INFO:teuthology.orchestra.run.smithi008.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-07T06:04:25.150 INFO:teuthology.orchestra.run.smithi008.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-07T06:04:25.150 INFO:teuthology.orchestra.run.smithi008.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-07T06:04:25.150 INFO:teuthology.orchestra.run.smithi008.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-07T06:04:25.150 INFO:teuthology.orchestra.run.smithi008.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-07T06:04:25.150 INFO:teuthology.orchestra.run.smithi008.stdout:Installing module profiles: 2023-12-07T06:04:25.150 INFO:teuthology.orchestra.run.smithi008.stdout: container-tools/common 2023-12-07T06:04:25.150 INFO:teuthology.orchestra.run.smithi008.stdout:Enabling module streams: 2023-12-07T06:04:25.150 INFO:teuthology.orchestra.run.smithi008.stdout: container-tools 3.0 2023-12-07T06:04:25.151 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-07T06:04:25.151 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2023-12-07T06:04:25.151 INFO:teuthology.orchestra.run.smithi008.stdout:========================================================================================================================== 2023-12-07T06:04:25.151 INFO:teuthology.orchestra.run.smithi008.stdout:Install 7 Packages 2023-12-07T06:04:25.151 INFO:teuthology.orchestra.run.smithi008.stdout:Downgrade 12 Packages 2023-12-07T06:04:25.151 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-07T06:04:25.151 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 51 M 2023-12-07T06:04:25.151 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2023-12-07T06:04:25.163 INFO:teuthology.orchestra.run.smithi167.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 611 kB/s | 51 kB 00:00 2023-12-07T06:04:25.174 INFO:teuthology.orchestra.run.smithi077.stdout:(16/19): buildah-1.19.9-3.module+el8.6.0+14874+ 15 MB/s | 6.8 MB 00:00 2023-12-07T06:04:25.200 INFO:teuthology.orchestra.run.smithi077.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 1.7 MB/s | 185 kB 00:00 2023-12-07T06:04:25.213 INFO:teuthology.orchestra.run.smithi167.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 6.3 MB/s | 322 kB 00:00 2023-12-07T06:04:25.220 INFO:teuthology.orchestra.run.smithi008.stdout:(1/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 769 kB/s | 51 kB 00:00 2023-12-07T06:04:25.233 INFO:teuthology.orchestra.run.smithi077.stdout:(18/19): cockpit-podman-29-2.module+el8.6.0+148 3.0 MB/s | 1.1 MB 00:00 2023-12-07T06:04:25.245 INFO:teuthology.orchestra.run.smithi008.stdout:(2/19): containers-common-1.2.4-1.module+el8.6. 987 kB/s | 91 kB 00:00 2023-12-07T06:04:25.255 INFO:teuthology.orchestra.run.smithi167.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 982 kB/s | 41 kB 00:00 2023-12-07T06:04:25.270 INFO:teuthology.orchestra.run.smithi008.stdout:(3/19): container-selinux-2.178.0-2.module+el8. 450 kB/s | 53 kB 00:00 2023-12-07T06:04:25.283 INFO:teuthology.orchestra.run.smithi077.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 466 kB/s | 51 kB 00:00 2023-12-07T06:04:25.284 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2023-12-07T06:04:25.284 INFO:teuthology.orchestra.run.smithi077.stdout:Total 41 MB/s | 51 MB 00:01 2023-12-07T06:04:25.296 INFO:teuthology.orchestra.run.smithi008.stdout:(4/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 1.3 MB/s | 69 kB 00:00 2023-12-07T06:04:25.330 INFO:teuthology.orchestra.run.smithi008.stdout:(5/19): criu-3.15-1.module+el8.6.0+14874+644362 4.6 MB/s | 511 kB 00:00 2023-12-07T06:04:25.347 INFO:teuthology.orchestra.run.smithi167.stdout:(12/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 24 MB/s | 2.2 MB 00:00 2023-12-07T06:04:25.354 INFO:teuthology.orchestra.run.smithi008.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 1.2 MB/s | 72 kB 00:00 2023-12-07T06:04:25.388 INFO:teuthology.orchestra.run.smithi008.stdout:(7/19): podman-docker-3.0.1-9.module+el8.6.0+14 1.6 MB/s | 56 kB 00:00 2023-12-07T06:04:25.422 INFO:teuthology.orchestra.run.smithi008.stdout:(8/19): conmon-2.0.26-1.module+el8.6.0+14874+64 1.5 MB/s | 51 kB 00:00 2023-12-07T06:04:25.472 INFO:teuthology.orchestra.run.smithi008.stdout:(9/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 14 MB/s | 2.9 MB 00:00 2023-12-07T06:04:25.514 INFO:teuthology.orchestra.run.smithi167.stdout:(13/19): podman-3.0.1-9.module+el8.6.0+14874+64 22 MB/s | 11 MB 00:00 2023-12-07T06:04:25.522 INFO:teuthology.orchestra.run.smithi008.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 6.3 MB/s | 322 kB 00:00 2023-12-07T06:04:25.556 INFO:teuthology.orchestra.run.smithi008.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 1.2 MB/s | 41 kB 00:00 2023-12-07T06:04:25.648 INFO:teuthology.orchestra.run.smithi008.stdout:(12/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 24 MB/s | 2.2 MB 00:00 2023-12-07T06:04:25.681 INFO:teuthology.orchestra.run.smithi167.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 19 MB/s | 6.4 MB 00:00 2023-12-07T06:04:25.761 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2023-12-07T06:04:25.782 INFO:teuthology.orchestra.run.smithi167.stdout:(15/19): buildah-1.19.9-3.module+el8.6.0+14874+ 25 MB/s | 6.8 MB 00:00 2023-12-07T06:04:25.802 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2023-12-07T06:04:25.803 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2023-12-07T06:04:25.806 INFO:teuthology.orchestra.run.smithi008.stdout:(13/19): podman-3.0.1-9.module+el8.6.0+14874+64 23 MB/s | 11 MB 00:00 2023-12-07T06:04:25.823 INFO:teuthology.orchestra.run.smithi167.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 7.5 MB/s | 1.1 MB 00:00 2023-12-07T06:04:25.849 INFO:teuthology.orchestra.run.smithi167.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 2.7 MB/s | 185 kB 00:00 2023-12-07T06:04:25.874 INFO:teuthology.orchestra.run.smithi167.stdout:(18/19): udica-0.2.4-1.module+el8.6.0+14874+644 1.0 MB/s | 51 kB 00:00 2023-12-07T06:04:25.982 INFO:teuthology.orchestra.run.smithi008.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 19 MB/s | 6.4 MB 00:00 2023-12-07T06:04:26.049 INFO:teuthology.orchestra.run.smithi008.stdout:(15/19): cockpit-podman-29-2.module+el8.6.0+148 16 MB/s | 1.1 MB 00:00 2023-12-07T06:04:26.082 INFO:teuthology.orchestra.run.smithi167.stdout:(19/19): containernetworking-plugins-0.9.1-1.mo 20 MB/s | 19 MB 00:00 2023-12-07T06:04:26.083 INFO:teuthology.orchestra.run.smithi167.stdout:-------------------------------------------------------------------------------- 2023-12-07T06:04:26.083 INFO:teuthology.orchestra.run.smithi167.stdout:Total 39 MB/s | 51 MB 00:01 2023-12-07T06:04:26.132 INFO:teuthology.orchestra.run.smithi008.stdout:(16/19): buildah-1.19.9-3.module+el8.6.0+14874+ 21 MB/s | 6.8 MB 00:00 2023-12-07T06:04:26.158 INFO:teuthology.orchestra.run.smithi008.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 1.7 MB/s | 185 kB 00:00 2023-12-07T06:04:26.183 INFO:teuthology.orchestra.run.smithi008.stdout:(18/19): udica-0.2.4-1.module+el8.6.0+14874+644 1.0 MB/s | 51 kB 00:00 2023-12-07T06:04:26.223 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2023-12-07T06:04:26.227 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2023-12-07T06:04:26.383 INFO:teuthology.orchestra.run.smithi008.stdout:(19/19): containernetworking-plugins-0.9.1-1.mo 20 MB/s | 19 MB 00:00 2023-12-07T06:04:26.384 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2023-12-07T06:04:26.384 INFO:teuthology.orchestra.run.smithi008.stdout:Total 41 MB/s | 51 MB 00:01 2023-12-07T06:04:26.559 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction check 2023-12-07T06:04:26.602 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction check succeeded. 2023-12-07T06:04:26.602 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction test 2023-12-07T06:04:26.875 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2023-12-07T06:04:26.921 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2023-12-07T06:04:26.921 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2023-12-07T06:04:27.050 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction test succeeded. 2023-12-07T06:04:27.054 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction 2023-12-07T06:04:27.425 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2023-12-07T06:04:27.464 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2023-12-07T06:04:27.468 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2023-12-07T06:04:27.479 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-07T06:04:27.663 INFO:teuthology.orchestra.run.smithi077.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-07T06:04:27.673 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-07T06:04:27.693 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T06:04:27.913 INFO:teuthology.orchestra.run.smithi077.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T06:04:28.206 INFO:teuthology.orchestra.run.smithi167.stdout: Preparing : 1/1 2023-12-07T06:04:28.246 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-07T06:04:28.434 INFO:teuthology.orchestra.run.smithi167.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-07T06:04:28.445 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-07T06:04:28.465 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T06:04:28.642 INFO:teuthology.orchestra.run.smithi167.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T06:04:28.643 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2023-12-07T06:04:28.698 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-07T06:04:28.857 INFO:teuthology.orchestra.run.smithi008.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-07T06:04:28.867 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-07T06:04:28.886 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T06:04:29.082 INFO:teuthology.orchestra.run.smithi008.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T06:04:45.057 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T06:04:45.723 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T06:04:46.840 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-07T06:04:47.094 INFO:teuthology.orchestra.run.smithi077.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-07T06:04:47.116 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T06:04:47.314 INFO:teuthology.orchestra.run.smithi077.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-07T06:04:47.492 INFO:teuthology.orchestra.run.smithi077.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-07T06:04:47.514 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-07T06:04:47.745 INFO:teuthology.orchestra.run.smithi077.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-07T06:04:47.745 INFO:teuthology.orchestra.run.smithi077.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-07T06:04:47.745 INFO:teuthology.orchestra.run.smithi077.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-07T06:04:47.745 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-12-07T06:04:47.754 INFO:teuthology.orchestra.run.smithi167.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-07T06:04:47.939 INFO:teuthology.orchestra.run.smithi167.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-07T06:04:48.096 INFO:teuthology.orchestra.run.smithi167.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-07T06:04:48.332 INFO:teuthology.orchestra.run.smithi167.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-07T06:04:48.332 INFO:teuthology.orchestra.run.smithi167.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-07T06:04:48.332 INFO:teuthology.orchestra.run.smithi167.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-07T06:04:48.332 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-07T06:04:48.579 INFO:teuthology.orchestra.run.smithi077.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-07T06:04:48.835 INFO:teuthology.orchestra.run.smithi077.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-07T06:04:49.005 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-07T06:04:49.139 INFO:teuthology.orchestra.run.smithi167.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-07T06:04:49.253 INFO:teuthology.orchestra.run.smithi008.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-07T06:04:49.423 INFO:teuthology.orchestra.run.smithi167.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-07T06:04:49.464 INFO:teuthology.orchestra.run.smithi008.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-07T06:04:49.637 INFO:teuthology.orchestra.run.smithi008.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-07T06:04:49.814 INFO:teuthology.orchestra.run.smithi008.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-07T06:04:49.815 INFO:teuthology.orchestra.run.smithi008.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-07T06:04:49.815 INFO:teuthology.orchestra.run.smithi008.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-07T06:04:49.815 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-07T06:04:50.263 INFO:teuthology.orchestra.run.smithi077.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-07T06:04:50.602 INFO:teuthology.orchestra.run.smithi077.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-07T06:04:50.625 INFO:teuthology.orchestra.run.smithi008.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-07T06:04:50.864 INFO:teuthology.orchestra.run.smithi008.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-07T06:04:50.892 INFO:teuthology.orchestra.run.smithi167.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-07T06:04:50.991 INFO:teuthology.orchestra.run.smithi077.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-07T06:04:51.233 INFO:teuthology.orchestra.run.smithi167.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-07T06:04:51.250 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-07T06:04:51.605 INFO:teuthology.orchestra.run.smithi167.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-07T06:04:51.905 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-07T06:04:51.980 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-07T06:04:52.441 INFO:teuthology.orchestra.run.smithi008.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-07T06:04:52.633 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-07T06:04:52.699 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-07T06:04:52.737 INFO:teuthology.orchestra.run.smithi008.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-07T06:04:52.917 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-07T06:04:53.149 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-07T06:04:53.152 INFO:teuthology.orchestra.run.smithi008.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-07T06:04:53.368 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-07T06:04:53.402 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-07T06:04:53.424 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-07T06:04:53.508 INFO:teuthology.orchestra.run.smithi077.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-07T06:04:53.508 INFO:teuthology.orchestra.run.smithi077.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-07T06:04:53.604 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-07T06:04:53.821 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-07T06:04:53.836 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-07T06:04:54.005 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-07T06:04:54.018 INFO:teuthology.orchestra.run.smithi077.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-07T06:04:54.018 INFO:teuthology.orchestra.run.smithi077.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-07T06:04:54.119 INFO:teuthology.orchestra.run.smithi167.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-07T06:04:54.120 INFO:teuthology.orchestra.run.smithi167.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-07T06:04:54.177 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-07T06:04:54.228 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-07T06:04:54.344 INFO:teuthology.orchestra.run.smithi077.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-07T06:04:54.430 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-07T06:04:54.553 INFO:teuthology.orchestra.run.smithi077.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-07T06:04:54.604 INFO:teuthology.orchestra.run.smithi167.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-07T06:04:54.604 INFO:teuthology.orchestra.run.smithi167.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-07T06:04:54.719 INFO:teuthology.orchestra.run.smithi077.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-07T06:04:54.806 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-07T06:04:54.909 INFO:teuthology.orchestra.run.smithi077.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-07T06:04:54.937 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-07T06:04:54.939 INFO:teuthology.orchestra.run.smithi167.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-07T06:04:55.052 INFO:teuthology.orchestra.run.smithi077.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-07T06:04:55.090 INFO:teuthology.orchestra.run.smithi167.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-07T06:04:55.145 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-07T06:04:55.218 INFO:teuthology.orchestra.run.smithi077.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-07T06:04:55.231 INFO:teuthology.orchestra.run.smithi167.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-07T06:04:55.337 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-07T06:04:55.361 INFO:teuthology.orchestra.run.smithi077.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-07T06:04:55.361 INFO:teuthology.orchestra.run.smithi077.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T06:04:55.421 INFO:teuthology.orchestra.run.smithi167.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-07T06:04:55.552 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T06:04:55.554 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-07T06:04:55.565 INFO:teuthology.orchestra.run.smithi167.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-07T06:04:55.680 INFO:teuthology.orchestra.run.smithi167.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-07T06:04:55.687 INFO:teuthology.orchestra.run.smithi008.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-07T06:04:55.687 INFO:teuthology.orchestra.run.smithi008.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-07T06:04:55.851 INFO:teuthology.orchestra.run.smithi167.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-07T06:04:55.851 INFO:teuthology.orchestra.run.smithi167.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T06:04:55.996 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-07T06:04:56.030 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T06:04:56.070 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-07T06:04:56.178 INFO:teuthology.orchestra.run.smithi008.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-07T06:04:56.178 INFO:teuthology.orchestra.run.smithi008.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-07T06:04:56.430 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-07T06:04:56.451 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T06:04:56.451 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-07T06:04:56.451 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-07T06:04:56.451 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-07T06:04:56.451 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-07T06:04:56.451 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-07T06:04:56.451 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-07T06:04:56.451 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-07T06:04:56.451 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-07T06:04:56.451 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-07T06:04:56.452 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-07T06:04:56.452 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-07T06:04:56.452 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-07T06:04:56.452 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-07T06:04:56.452 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-07T06:04:56.452 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-07T06:04:56.452 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-07T06:04:56.452 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-07T06:04:56.452 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-07T06:04:56.452 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-07T06:04:56.452 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-07T06:04:56.452 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-07T06:04:56.452 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-07T06:04:56.452 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-07T06:04:56.452 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-07T06:04:56.452 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-07T06:04:56.453 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-07T06:04:56.453 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-07T06:04:56.453 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-07T06:04:56.453 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-07T06:04:56.453 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-07T06:04:56.555 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-07T06:04:56.596 INFO:teuthology.orchestra.run.smithi008.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-07T06:04:56.755 INFO:teuthology.orchestra.run.smithi008.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-07T06:04:56.896 INFO:teuthology.orchestra.run.smithi008.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-07T06:04:56.942 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T06:04:56.942 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-07T06:04:56.942 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-07T06:04:56.943 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-07T06:04:56.943 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-07T06:04:56.943 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-07T06:04:56.943 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-07T06:04:56.943 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-07T06:04:56.943 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-07T06:04:56.943 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-07T06:04:56.943 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-07T06:04:56.943 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-07T06:04:56.943 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-07T06:04:56.943 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-07T06:04:56.943 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-07T06:04:56.943 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-07T06:04:56.943 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-07T06:04:56.943 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-07T06:04:56.944 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-07T06:04:56.944 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-07T06:04:56.944 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-07T06:04:56.944 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-07T06:04:56.944 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-07T06:04:56.944 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-07T06:04:56.944 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-07T06:04:56.944 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-07T06:04:56.944 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-07T06:04:56.945 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-07T06:04:56.945 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-07T06:04:56.945 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-07T06:04:56.945 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-07T06:04:57.070 INFO:teuthology.orchestra.run.smithi008.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-07T06:04:57.213 INFO:teuthology.orchestra.run.smithi008.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-07T06:04:57.370 INFO:teuthology.orchestra.run.smithi008.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-07T06:04:57.505 INFO:teuthology.orchestra.run.smithi008.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-07T06:04:57.506 INFO:teuthology.orchestra.run.smithi008.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T06:04:57.662 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T06:04:58.197 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-07T06:04:58.636 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T06:04:58.636 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-07T06:04:58.636 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-07T06:04:58.636 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-07T06:04:58.636 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-07T06:04:58.636 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-07T06:04:58.636 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-07T06:04:58.636 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-07T06:04:58.636 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-07T06:04:58.637 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-07T06:04:58.637 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-07T06:04:58.637 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-07T06:04:58.637 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-07T06:04:58.637 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-07T06:04:58.637 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-07T06:04:58.637 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-07T06:04:58.637 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-07T06:04:58.637 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-07T06:04:58.637 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-07T06:04:58.637 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-07T06:04:58.637 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-07T06:04:58.637 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-07T06:04:58.638 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-07T06:04:58.638 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-07T06:04:58.638 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-07T06:04:58.638 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-07T06:04:58.638 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-07T06:04:58.638 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-07T06:04:58.639 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-07T06:04:58.639 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-07T06:04:58.639 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-07T06:05:00.492 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-07T06:05:00.493 INFO:teuthology.orchestra.run.smithi077.stdout:Installed products updated. 2023-12-07T06:05:00.693 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-12-07T06:05:00.694 INFO:teuthology.orchestra.run.smithi077.stdout:Downgraded: 2023-12-07T06:05:00.694 INFO:teuthology.orchestra.run.smithi077.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T06:05:00.694 INFO:teuthology.orchestra.run.smithi077.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-07T06:05:00.694 INFO:teuthology.orchestra.run.smithi077.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T06:05:00.694 INFO:teuthology.orchestra.run.smithi077.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T06:05:00.694 INFO:teuthology.orchestra.run.smithi077.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T06:05:00.694 INFO:teuthology.orchestra.run.smithi077.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-07T06:05:00.694 INFO:teuthology.orchestra.run.smithi077.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T06:05:00.694 INFO:teuthology.orchestra.run.smithi077.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-07T06:05:00.694 INFO:teuthology.orchestra.run.smithi077.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-07T06:05:00.694 INFO:teuthology.orchestra.run.smithi077.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-07T06:05:00.695 INFO:teuthology.orchestra.run.smithi077.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-07T06:05:00.695 INFO:teuthology.orchestra.run.smithi077.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T06:05:00.695 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2023-12-07T06:05:00.695 INFO:teuthology.orchestra.run.smithi077.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-07T06:05:00.695 INFO:teuthology.orchestra.run.smithi077.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-07T06:05:00.695 INFO:teuthology.orchestra.run.smithi077.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-07T06:05:00.695 INFO:teuthology.orchestra.run.smithi077.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T06:05:00.695 INFO:teuthology.orchestra.run.smithi077.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T06:05:00.695 INFO:teuthology.orchestra.run.smithi077.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-07T06:05:00.695 INFO:teuthology.orchestra.run.smithi077.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-07T06:05:00.695 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-12-07T06:05:00.695 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2023-12-07T06:05:00.912 DEBUG:teuthology.parallel:result is None 2023-12-07T06:05:00.968 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-07T06:05:00.968 INFO:teuthology.orchestra.run.smithi167.stdout:Installed products updated. 2023-12-07T06:05:01.159 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-07T06:05:01.159 INFO:teuthology.orchestra.run.smithi167.stdout:Downgraded: 2023-12-07T06:05:01.159 INFO:teuthology.orchestra.run.smithi167.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T06:05:01.160 INFO:teuthology.orchestra.run.smithi167.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-07T06:05:01.160 INFO:teuthology.orchestra.run.smithi167.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T06:05:01.160 INFO:teuthology.orchestra.run.smithi167.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T06:05:01.160 INFO:teuthology.orchestra.run.smithi167.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T06:05:01.160 INFO:teuthology.orchestra.run.smithi167.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-07T06:05:01.160 INFO:teuthology.orchestra.run.smithi167.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T06:05:01.160 INFO:teuthology.orchestra.run.smithi167.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-07T06:05:01.160 INFO:teuthology.orchestra.run.smithi167.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-07T06:05:01.160 INFO:teuthology.orchestra.run.smithi167.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-07T06:05:01.160 INFO:teuthology.orchestra.run.smithi167.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-07T06:05:01.160 INFO:teuthology.orchestra.run.smithi167.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T06:05:01.160 INFO:teuthology.orchestra.run.smithi167.stdout:Installed: 2023-12-07T06:05:01.160 INFO:teuthology.orchestra.run.smithi167.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-07T06:05:01.160 INFO:teuthology.orchestra.run.smithi167.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-07T06:05:01.161 INFO:teuthology.orchestra.run.smithi167.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-07T06:05:01.161 INFO:teuthology.orchestra.run.smithi167.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T06:05:01.161 INFO:teuthology.orchestra.run.smithi167.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T06:05:01.161 INFO:teuthology.orchestra.run.smithi167.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-07T06:05:01.161 INFO:teuthology.orchestra.run.smithi167.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-07T06:05:01.161 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-07T06:05:01.161 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2023-12-07T06:05:01.366 DEBUG:teuthology.parallel:result is None 2023-12-07T06:05:02.727 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-07T06:05:02.727 INFO:teuthology.orchestra.run.smithi008.stdout:Installed products updated. 2023-12-07T06:05:02.940 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-07T06:05:02.940 INFO:teuthology.orchestra.run.smithi008.stdout:Downgraded: 2023-12-07T06:05:02.940 INFO:teuthology.orchestra.run.smithi008.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T06:05:02.940 INFO:teuthology.orchestra.run.smithi008.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-07T06:05:02.940 INFO:teuthology.orchestra.run.smithi008.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T06:05:02.940 INFO:teuthology.orchestra.run.smithi008.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T06:05:02.940 INFO:teuthology.orchestra.run.smithi008.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T06:05:02.941 INFO:teuthology.orchestra.run.smithi008.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-07T06:05:02.941 INFO:teuthology.orchestra.run.smithi008.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T06:05:02.941 INFO:teuthology.orchestra.run.smithi008.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-07T06:05:02.941 INFO:teuthology.orchestra.run.smithi008.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-07T06:05:02.941 INFO:teuthology.orchestra.run.smithi008.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-07T06:05:02.941 INFO:teuthology.orchestra.run.smithi008.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-07T06:05:02.941 INFO:teuthology.orchestra.run.smithi008.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T06:05:02.941 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2023-12-07T06:05:02.941 INFO:teuthology.orchestra.run.smithi008.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-07T06:05:02.941 INFO:teuthology.orchestra.run.smithi008.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-07T06:05:02.941 INFO:teuthology.orchestra.run.smithi008.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-07T06:05:02.941 INFO:teuthology.orchestra.run.smithi008.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T06:05:02.941 INFO:teuthology.orchestra.run.smithi008.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T06:05:02.941 INFO:teuthology.orchestra.run.smithi008.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-07T06:05:02.941 INFO:teuthology.orchestra.run.smithi008.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-07T06:05:02.941 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-07T06:05:02.942 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2023-12-07T06:05:03.114 DEBUG:teuthology.parallel:result is None 2023-12-07T06:05:03.114 INFO:teuthology.run_tasks:Running task install... 2023-12-07T06:05:03.124 DEBUG:teuthology.task.install:project ceph 2023-12-07T06:05:03.124 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'e068ebcf7ecc6503f24666fb6b152034d3fe1067'}} 2023-12-07T06:05:03.124 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'e068ebcf7ecc6503f24666fb6b152034d3fe1067'} 2023-12-07T06:05:03.124 INFO:teuthology.task.install:Using flavor: default 2023-12-07T06:05:03.130 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-07T06:05:03.131 INFO:teuthology.task.install:extra packages: [] 2023-12-07T06:05:03.131 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': 'e068ebcf7ecc6503f24666fb6b152034d3fe1067', 'tag': None, 'wait_for_package': False} 2023-12-07T06:05:03.132 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=e068ebcf7ecc6503f24666fb6b152034d3fe1067 2023-12-07T06:05:03.133 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': 'e068ebcf7ecc6503f24666fb6b152034d3fe1067', 'tag': None, 'wait_for_package': False} 2023-12-07T06:05:03.134 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=e068ebcf7ecc6503f24666fb6b152034d3fe1067 2023-12-07T06:05:03.135 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': 'e068ebcf7ecc6503f24666fb6b152034d3fe1067', 'tag': None, 'wait_for_package': False} 2023-12-07T06:05:03.135 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=e068ebcf7ecc6503f24666fb6b152034d3fe1067 2023-12-07T06:05:03.288 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/ 2023-12-07T06:05:03.289 INFO:teuthology.task.install.rpm:Package version is 19.0.0-64.ge068ebcf 2023-12-07T06:05:03.392 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/ 2023-12-07T06:05:03.393 INFO:teuthology.task.install.rpm:Package version is 19.0.0-64.ge068ebcf 2023-12-07T06:05:03.416 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/ 2023-12-07T06:05:03.416 INFO:teuthology.task.install.rpm:Package version is 19.0.0-64.ge068ebcf 2023-12-07T06:05:03.478 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-07T06:05:03.478 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2023-12-07T06:05:03.478 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-07T06:05:03.511 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-07T06:05:03.511 DEBUG:teuthology.orchestra.run.smithi077:> 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/e068ebcf7ecc6503f24666fb6b152034d3fe1067/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-07T06:05:03.518 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-07T06:05:03.518 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2023-12-07T06:05:03.518 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-07T06:05:03.552 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-07T06:05:03.552 DEBUG:teuthology.orchestra.run.smithi167:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/e068ebcf7ecc6503f24666fb6b152034d3fe1067/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-07T06:05:03.561 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-07T06:05:03.561 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2023-12-07T06:05:03.562 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-07T06:05:03.583 DEBUG:teuthology.orchestra.run.smithi077:> 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-07T06:05:03.592 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-07T06:05:03.592 DEBUG:teuthology.orchestra.run.smithi008:> 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/e068ebcf7ecc6503f24666fb6b152034d3fe1067/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-07T06:05:03.623 DEBUG:teuthology.orchestra.run.smithi167:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2023-12-07T06:05:03.661 DEBUG:teuthology.orchestra.run.smithi008:> 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-07T06:05:03.663 DEBUG:teuthology.orchestra.run.smithi077:> 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-07T06:05:03.705 DEBUG:teuthology.orchestra.run.smithi167:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2023-12-07T06:05:03.732 INFO:teuthology.orchestra.run.smithi077.stdout:check_obsoletes = 1 2023-12-07T06:05:03.733 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum clean all 2023-12-07T06:05:03.742 DEBUG:teuthology.orchestra.run.smithi008:> 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-07T06:05:03.772 INFO:teuthology.orchestra.run.smithi167.stdout:check_obsoletes = 1 2023-12-07T06:05:03.774 DEBUG:teuthology.orchestra.run.smithi167:> sudo yum clean all 2023-12-07T06:05:03.809 INFO:teuthology.orchestra.run.smithi008.stdout:check_obsoletes = 1 2023-12-07T06:05:03.810 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum clean all 2023-12-07T06:05:04.106 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2023-12-07T06:05:04.147 INFO:teuthology.orchestra.run.smithi167.stdout:Updating Subscription Management repositories. 2023-12-07T06:05:04.202 INFO:teuthology.orchestra.run.smithi008.stdout:Updating Subscription Management repositories. 2023-12-07T06:05:04.446 INFO:teuthology.orchestra.run.smithi077.stdout:44 files removed 2023-12-07T06:05:04.492 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph-radosgw 2023-12-07T06:05:04.521 INFO:teuthology.orchestra.run.smithi167.stdout:44 files removed 2023-12-07T06:05:04.566 INFO:teuthology.orchestra.run.smithi008.stdout:44 files removed 2023-12-07T06:05:04.568 DEBUG:teuthology.orchestra.run.smithi167:> sudo yum -y install ceph-radosgw 2023-12-07T06:05:04.614 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install ceph-radosgw 2023-12-07T06:05:04.824 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2023-12-07T06:05:04.900 INFO:teuthology.orchestra.run.smithi167.stdout:Updating Subscription Management repositories. 2023-12-07T06:05:04.966 INFO:teuthology.orchestra.run.smithi008.stdout:Updating Subscription Management repositories. 2023-12-07T06:05:05.638 INFO:teuthology.orchestra.run.smithi167.stdout:ceph packages for x86_64 328 kB/s | 81 kB 00:00 2023-12-07T06:05:05.697 INFO:teuthology.orchestra.run.smithi077.stdout:ceph packages for x86_64 207 kB/s | 81 kB 00:00 2023-12-07T06:05:05.800 INFO:teuthology.orchestra.run.smithi008.stdout:ceph packages for x86_64 239 kB/s | 81 kB 00:00 2023-12-07T06:05:06.005 INFO:teuthology.orchestra.run.smithi167.stdout:ceph noarch packages 28 kB/s | 9.5 kB 00:00 2023-12-07T06:05:06.057 INFO:teuthology.orchestra.run.smithi077.stdout:ceph noarch packages 29 kB/s | 9.5 kB 00:00 2023-12-07T06:05:06.059 INFO:teuthology.orchestra.run.smithi008.stdout:ceph noarch packages 42 kB/s | 9.5 kB 00:00 2023-12-07T06:05:06.302 INFO:teuthology.orchestra.run.smithi008.stdout:ceph source packages 6.7 kB/s | 1.5 kB 00:00 2023-12-07T06:05:06.322 INFO:teuthology.orchestra.run.smithi167.stdout:ceph source packages 5.0 kB/s | 1.5 kB 00:00 2023-12-07T06:05:06.341 INFO:teuthology.orchestra.run.smithi077.stdout:ceph source packages 5.6 kB/s | 1.5 kB 00:00 2023-12-07T06:05:06.436 INFO:teuthology.orchestra.run.smithi008.stdout:Copr repo for python3-asyncssh owned by ceph 31 kB/s | 3.5 kB 00:00 2023-12-07T06:05:06.464 INFO:teuthology.orchestra.run.smithi167.stdout:Copr repo for python3-asyncssh owned by ceph 28 kB/s | 3.5 kB 00:00 2023-12-07T06:05:06.475 INFO:teuthology.orchestra.run.smithi077.stdout:Copr repo for python3-asyncssh owned by ceph 30 kB/s | 3.5 kB 00:00 2023-12-07T06:05:07.723 INFO:teuthology.orchestra.run.smithi008.stdout:Extra Packages for Enterprise Linux 13 MB/s | 16 MB 00:01 2023-12-07T06:05:07.794 INFO:teuthology.orchestra.run.smithi167.stdout:Extra Packages for Enterprise Linux 12 MB/s | 16 MB 00:01 2023-12-07T06:05:11.324 INFO:teuthology.orchestra.run.smithi167.stdout:lab-extras 344 kB/s | 24 kB 00:00 2023-12-07T06:05:11.496 INFO:teuthology.orchestra.run.smithi008.stdout:lab-extras 472 kB/s | 24 kB 00:00 2023-12-07T06:05:12.268 INFO:teuthology.orchestra.run.smithi167.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 54 MB/s | 47 MB 00:00 2023-12-07T06:05:12.439 INFO:teuthology.orchestra.run.smithi008.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 55 MB/s | 47 MB 00:00 2023-12-07T06:05:12.609 INFO:teuthology.orchestra.run.smithi077.stdout:Extra Packages for Enterprise Linux 2.6 MB/s | 16 MB 00:06 2023-12-07T06:05:16.251 INFO:teuthology.orchestra.run.smithi077.stdout:lab-extras 378 kB/s | 24 kB 00:00 2023-12-07T06:05:17.194 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 61 MB/s | 53 MB 00:00 2023-12-07T06:05:20.144 INFO:teuthology.orchestra.run.smithi167.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 62 MB/s | 53 MB 00:00 2023-12-07T06:05:20.749 INFO:teuthology.orchestra.run.smithi008.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 59 MB/s | 53 MB 00:00 2023-12-07T06:05:25.461 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 55 MB/s | 47 MB 00:00 2023-12-07T06:05:31.362 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2023-12-07T06:05:31.365 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================================== 2023-12-07T06:05:31.365 INFO:teuthology.orchestra.run.smithi167.stdout: Package Arch Version Repository Size 2023-12-07T06:05:31.365 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================================== 2023-12-07T06:05:31.365 INFO:teuthology.orchestra.run.smithi167.stdout:Installing: 2023-12-07T06:05:31.365 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-radosgw x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 15 M 2023-12-07T06:05:31.365 INFO:teuthology.orchestra.run.smithi167.stdout:Upgrading: 2023-12-07T06:05:31.365 INFO:teuthology.orchestra.run.smithi167.stdout: librados2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 3.8 M 2023-12-07T06:05:31.365 INFO:teuthology.orchestra.run.smithi167.stdout: librbd1 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 3.7 M 2023-12-07T06:05:31.365 INFO:teuthology.orchestra.run.smithi167.stdout:Installing dependencies: 2023-12-07T06:05:31.366 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-base x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 5.4 M 2023-12-07T06:05:31.366 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-common x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 23 M 2023-12-07T06:05:31.366 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-selinux x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 24 k 2023-12-07T06:05:31.366 INFO:teuthology.orchestra.run.smithi167.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-07T06:05:31.366 INFO:teuthology.orchestra.run.smithi167.stdout: libcephfs2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 842 k 2023-12-07T06:05:31.366 INFO:teuthology.orchestra.run.smithi167.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-07T06:05:31.366 INFO:teuthology.orchestra.run.smithi167.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-07T06:05:31.366 INFO:teuthology.orchestra.run.smithi167.stdout: libradosstriper1 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 527 k 2023-12-07T06:05:31.366 INFO:teuthology.orchestra.run.smithi167.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-07T06:05:31.366 INFO:teuthology.orchestra.run.smithi167.stdout: librgw2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 7.3 M 2023-12-07T06:05:31.366 INFO:teuthology.orchestra.run.smithi167.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-07T06:05:31.366 INFO:teuthology.orchestra.run.smithi167.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-07T06:05:31.366 INFO:teuthology.orchestra.run.smithi167.stdout: python3-ceph-argparse x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 45 k 2023-12-07T06:05:31.366 INFO:teuthology.orchestra.run.smithi167.stdout: python3-ceph-common x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 128 k 2023-12-07T06:05:31.367 INFO:teuthology.orchestra.run.smithi167.stdout: python3-cephfs x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 198 k 2023-12-07T06:05:31.367 INFO:teuthology.orchestra.run.smithi167.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-07T06:05:31.367 INFO:teuthology.orchestra.run.smithi167.stdout: python3-rados x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 371 k 2023-12-07T06:05:31.367 INFO:teuthology.orchestra.run.smithi167.stdout: python3-rbd x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 364 k 2023-12-07T06:05:31.367 INFO:teuthology.orchestra.run.smithi167.stdout: python3-rgw x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 107 k 2023-12-07T06:05:31.367 INFO:teuthology.orchestra.run.smithi167.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-07T06:05:31.367 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-07T06:05:31.367 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction Summary 2023-12-07T06:05:31.367 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================================== 2023-12-07T06:05:31.367 INFO:teuthology.orchestra.run.smithi167.stdout:Install 21 Packages 2023-12-07T06:05:31.367 INFO:teuthology.orchestra.run.smithi167.stdout:Upgrade 2 Packages 2023-12-07T06:05:31.367 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-07T06:05:31.368 INFO:teuthology.orchestra.run.smithi167.stdout:Total download size: 63 M 2023-12-07T06:05:31.368 INFO:teuthology.orchestra.run.smithi167.stdout:Downloading Packages: 2023-12-07T06:05:32.773 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2023-12-07T06:05:32.775 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================================== 2023-12-07T06:05:32.775 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2023-12-07T06:05:32.775 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================================== 2023-12-07T06:05:32.776 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2023-12-07T06:05:32.776 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-radosgw x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 15 M 2023-12-07T06:05:32.776 INFO:teuthology.orchestra.run.smithi008.stdout:Upgrading: 2023-12-07T06:05:32.776 INFO:teuthology.orchestra.run.smithi008.stdout: librados2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 3.8 M 2023-12-07T06:05:32.776 INFO:teuthology.orchestra.run.smithi008.stdout: librbd1 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 3.7 M 2023-12-07T06:05:32.776 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2023-12-07T06:05:32.776 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-base x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 5.4 M 2023-12-07T06:05:32.776 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-common x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 23 M 2023-12-07T06:05:32.776 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-selinux x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 24 k 2023-12-07T06:05:32.776 INFO:teuthology.orchestra.run.smithi008.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-07T06:05:32.776 INFO:teuthology.orchestra.run.smithi008.stdout: libcephfs2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 842 k 2023-12-07T06:05:32.776 INFO:teuthology.orchestra.run.smithi008.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-07T06:05:32.776 INFO:teuthology.orchestra.run.smithi008.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-07T06:05:32.776 INFO:teuthology.orchestra.run.smithi008.stdout: libradosstriper1 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 527 k 2023-12-07T06:05:32.777 INFO:teuthology.orchestra.run.smithi008.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-07T06:05:32.777 INFO:teuthology.orchestra.run.smithi008.stdout: librgw2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 7.3 M 2023-12-07T06:05:32.777 INFO:teuthology.orchestra.run.smithi008.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-07T06:05:32.777 INFO:teuthology.orchestra.run.smithi008.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-07T06:05:32.777 INFO:teuthology.orchestra.run.smithi008.stdout: python3-ceph-argparse x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 45 k 2023-12-07T06:05:32.777 INFO:teuthology.orchestra.run.smithi008.stdout: python3-ceph-common x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 128 k 2023-12-07T06:05:32.777 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cephfs x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 198 k 2023-12-07T06:05:32.777 INFO:teuthology.orchestra.run.smithi008.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-07T06:05:32.777 INFO:teuthology.orchestra.run.smithi008.stdout: python3-rados x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 371 k 2023-12-07T06:05:32.777 INFO:teuthology.orchestra.run.smithi008.stdout: python3-rbd x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 364 k 2023-12-07T06:05:32.777 INFO:teuthology.orchestra.run.smithi008.stdout: python3-rgw x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 107 k 2023-12-07T06:05:32.777 INFO:teuthology.orchestra.run.smithi008.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-07T06:05:32.777 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-07T06:05:32.777 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2023-12-07T06:05:32.777 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================================== 2023-12-07T06:05:32.778 INFO:teuthology.orchestra.run.smithi008.stdout:Install 21 Packages 2023-12-07T06:05:32.778 INFO:teuthology.orchestra.run.smithi008.stdout:Upgrade 2 Packages 2023-12-07T06:05:32.778 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-07T06:05:32.778 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 63 M 2023-12-07T06:05:32.778 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2023-12-07T06:05:33.886 INFO:teuthology.orchestra.run.smithi167.stdout:(1/23): ceph-radosgw-19.0.0-64.ge068ebcf.el8.x8 8.4 MB/s | 15 MB 00:01 2023-12-07T06:05:33.953 INFO:teuthology.orchestra.run.smithi167.stdout:(2/23): ceph-selinux-19.0.0-64.ge068ebcf.el8.x8 366 kB/s | 24 kB 00:00 2023-12-07T06:05:34.204 INFO:teuthology.orchestra.run.smithi167.stdout:(3/23): ceph-common-19.0.0-64.ge068ebcf.el8.x86 11 MB/s | 23 MB 00:02 2023-12-07T06:05:34.237 INFO:teuthology.orchestra.run.smithi167.stdout:(4/23): libcephfs2-19.0.0-64.ge068ebcf.el8.x86_ 2.9 MB/s | 842 kB 00:00 2023-12-07T06:05:34.304 INFO:teuthology.orchestra.run.smithi167.stdout:(5/23): libradosstriper1-19.0.0-64.ge068ebcf.el 5.2 MB/s | 527 kB 00:00 2023-12-07T06:05:34.387 INFO:teuthology.orchestra.run.smithi167.stdout:(6/23): python3-ceph-argparse-19.0.0-64.ge068eb 538 kB/s | 45 kB 00:00 2023-12-07T06:05:34.433 INFO:teuthology.orchestra.run.smithi008.stdout:(1/23): ceph-base-19.0.0-64.ge068ebcf.el8.x86_6 3.3 MB/s | 5.4 MB 00:01 2023-12-07T06:05:34.446 INFO:teuthology.orchestra.run.smithi167.stdout:(7/23): python3-ceph-common-19.0.0-64.ge068ebcf 2.2 MB/s | 128 kB 00:00 2023-12-07T06:05:34.509 INFO:teuthology.orchestra.run.smithi008.stdout:(2/23): ceph-selinux-19.0.0-64.ge068ebcf.el8.x8 325 kB/s | 24 kB 00:00 2023-12-07T06:05:34.513 INFO:teuthology.orchestra.run.smithi167.stdout:(8/23): python3-cephfs-19.0.0-64.ge068ebcf.el8. 2.9 MB/s | 198 kB 00:00 2023-12-07T06:05:34.605 INFO:teuthology.orchestra.run.smithi167.stdout:(9/23): python3-rados-19.0.0-64.ge068ebcf.el8.x 3.9 MB/s | 371 kB 00:00 2023-12-07T06:05:34.678 INFO:teuthology.orchestra.run.smithi008.stdout:(3/23): libcephfs2-19.0.0-64.ge068ebcf.el8.x86_ 4.9 MB/s | 842 kB 00:00 2023-12-07T06:05:34.689 INFO:teuthology.orchestra.run.smithi167.stdout:(10/23): python3-rbd-19.0.0-64.ge068ebcf.el8.x8 4.3 MB/s | 364 kB 00:00 2023-12-07T06:05:34.772 INFO:teuthology.orchestra.run.smithi167.stdout:(11/23): python3-rgw-19.0.0-64.ge068ebcf.el8.x8 1.3 MB/s | 107 kB 00:00 2023-12-07T06:05:34.809 INFO:teuthology.orchestra.run.smithi008.stdout:(4/23): libradosstriper1-19.0.0-64.ge068ebcf.el 3.9 MB/s | 527 kB 00:00 2023-12-07T06:05:35.006 INFO:teuthology.orchestra.run.smithi167.stdout:(12/23): librgw2-19.0.0-64.ge068ebcf.el8.x86_64 9.4 MB/s | 7.3 MB 00:00 2023-12-07T06:05:35.115 INFO:teuthology.orchestra.run.smithi167.stdout:(13/23): gperftools-libs-2.7-9.el8.x86_64.rpm 895 kB/s | 306 kB 00:00 2023-12-07T06:05:35.207 INFO:teuthology.orchestra.run.smithi167.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 820 kB/s | 75 kB 00:00 2023-12-07T06:05:35.209 INFO:teuthology.orchestra.run.smithi008.stdout:(5/23): ceph-radosgw-19.0.0-64.ge068ebcf.el8.x8 6.1 MB/s | 15 MB 00:02 2023-12-07T06:05:35.260 INFO:teuthology.orchestra.run.smithi008.stdout:(6/23): python3-ceph-argparse-19.0.0-64.ge068eb 902 kB/s | 45 kB 00:00 2023-12-07T06:05:35.265 INFO:teuthology.orchestra.run.smithi167.stdout:(15/23): liboath-2.6.2-3.el8.x86_64.rpm 227 kB/s | 59 kB 00:00 2023-12-07T06:05:35.327 INFO:teuthology.orchestra.run.smithi008.stdout:(7/23): python3-ceph-common-19.0.0-64.ge068ebcf 1.9 MB/s | 128 kB 00:00 2023-12-07T06:05:35.360 INFO:teuthology.orchestra.run.smithi167.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 2.7 MB/s | 259 kB 00:00 2023-12-07T06:05:35.377 INFO:teuthology.orchestra.run.smithi008.stdout:(8/23): python3-cephfs-19.0.0-64.ge068ebcf.el8. 3.9 MB/s | 198 kB 00:00 2023-12-07T06:05:35.416 INFO:teuthology.orchestra.run.smithi167.stdout:(17/23): python3-prettytable-0.7.2-14.el8.noarc 794 kB/s | 44 kB 00:00 2023-12-07T06:05:35.461 INFO:teuthology.orchestra.run.smithi008.stdout:(9/23): python3-rados-19.0.0-64.ge068ebcf.el8.x 4.4 MB/s | 371 kB 00:00 2023-12-07T06:05:35.466 INFO:teuthology.orchestra.run.smithi167.stdout:(18/23): librdkafka-0.11.4-3.el8.x86_64.rpm 6.9 MB/s | 354 kB 00:00 2023-12-07T06:05:35.525 INFO:teuthology.orchestra.run.smithi167.stdout:(19/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 804 kB/s | 47 kB 00:00 2023-12-07T06:05:35.586 INFO:teuthology.orchestra.run.smithi008.stdout:(10/23): librgw2-19.0.0-64.ge068ebcf.el8.x86_64 9.3 MB/s | 7.3 MB 00:00 2023-12-07T06:05:35.611 INFO:teuthology.orchestra.run.smithi008.stdout:(11/23): python3-rbd-19.0.0-64.ge068ebcf.el8.x8 2.4 MB/s | 364 kB 00:00 2023-12-07T06:05:35.653 INFO:teuthology.orchestra.run.smithi008.stdout:(12/23): python3-rgw-19.0.0-64.ge068ebcf.el8.x8 1.6 MB/s | 107 kB 00:00 2023-12-07T06:05:35.667 INFO:teuthology.orchestra.run.smithi167.stdout:(20/23): thrift-0.13.0-2.el8.x86_64.rpm 3.8 MB/s | 1.7 MB 00:00 2023-12-07T06:05:35.909 INFO:teuthology.orchestra.run.smithi167.stdout:(21/23): librados2-19.0.0-64.ge068ebcf.el8.x86_ 9.9 MB/s | 3.8 MB 00:00 2023-12-07T06:05:36.051 INFO:teuthology.orchestra.run.smithi167.stdout:(22/23): librbd1-19.0.0-64.ge068ebcf.el8.x86_64 9.8 MB/s | 3.7 MB 00:00 2023-12-07T06:05:36.118 INFO:teuthology.orchestra.run.smithi167.stdout:(23/23): ceph-base-19.0.0-64.ge068ebcf.el8.x86_ 1.4 MB/s | 5.4 MB 00:03 2023-12-07T06:05:36.120 INFO:teuthology.orchestra.run.smithi167.stdout:-------------------------------------------------------------------------------- 2023-12-07T06:05:36.120 INFO:teuthology.orchestra.run.smithi167.stdout:Total 13 MB/s | 63 MB 00:04 2023-12-07T06:05:36.166 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction check 2023-12-07T06:05:36.178 INFO:teuthology.orchestra.run.smithi008.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 112 kB/s | 59 kB 00:00 2023-12-07T06:05:36.211 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction check succeeded. 2023-12-07T06:05:36.211 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction test 2023-12-07T06:05:36.362 INFO:teuthology.orchestra.run.smithi008.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 410 kB/s | 75 kB 00:00 2023-12-07T06:05:36.387 INFO:teuthology.orchestra.run.smithi008.stdout:(15/23): gperftools-libs-2.7-9.el8.x86_64.rpm 395 kB/s | 306 kB 00:00 2023-12-07T06:05:36.446 INFO:teuthology.orchestra.run.smithi008.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 4.3 MB/s | 259 kB 00:00 2023-12-07T06:05:36.488 INFO:teuthology.orchestra.run.smithi008.stdout:(17/23): python3-prettytable-0.7.2-14.el8.noarc 1.0 MB/s | 44 kB 00:00 2023-12-07T06:05:36.530 INFO:teuthology.orchestra.run.smithi008.stdout:(18/23): librdkafka-0.11.4-3.el8.x86_64.rpm 8.3 MB/s | 354 kB 00:00 2023-12-07T06:05:36.564 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction test succeeded. 2023-12-07T06:05:36.568 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction 2023-12-07T06:05:36.572 INFO:teuthology.orchestra.run.smithi008.stdout:(19/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 1.1 MB/s | 47 kB 00:00 2023-12-07T06:05:36.647 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2023-12-07T06:05:36.649 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================================== 2023-12-07T06:05:36.650 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2023-12-07T06:05:36.650 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================================== 2023-12-07T06:05:36.650 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2023-12-07T06:05:36.650 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-radosgw x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 15 M 2023-12-07T06:05:36.650 INFO:teuthology.orchestra.run.smithi077.stdout:Upgrading: 2023-12-07T06:05:36.650 INFO:teuthology.orchestra.run.smithi077.stdout: librados2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 3.8 M 2023-12-07T06:05:36.650 INFO:teuthology.orchestra.run.smithi077.stdout: librbd1 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 3.7 M 2023-12-07T06:05:36.650 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2023-12-07T06:05:36.650 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-base x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 5.4 M 2023-12-07T06:05:36.650 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-common x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 23 M 2023-12-07T06:05:36.650 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-selinux x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 24 k 2023-12-07T06:05:36.650 INFO:teuthology.orchestra.run.smithi077.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-07T06:05:36.650 INFO:teuthology.orchestra.run.smithi077.stdout: libcephfs2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 842 k 2023-12-07T06:05:36.650 INFO:teuthology.orchestra.run.smithi077.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-07T06:05:36.651 INFO:teuthology.orchestra.run.smithi077.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-07T06:05:36.651 INFO:teuthology.orchestra.run.smithi077.stdout: libradosstriper1 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 527 k 2023-12-07T06:05:36.651 INFO:teuthology.orchestra.run.smithi077.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-07T06:05:36.651 INFO:teuthology.orchestra.run.smithi077.stdout: librgw2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 7.3 M 2023-12-07T06:05:36.651 INFO:teuthology.orchestra.run.smithi077.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-07T06:05:36.651 INFO:teuthology.orchestra.run.smithi077.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-07T06:05:36.651 INFO:teuthology.orchestra.run.smithi077.stdout: python3-ceph-argparse x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 45 k 2023-12-07T06:05:36.651 INFO:teuthology.orchestra.run.smithi077.stdout: python3-ceph-common x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 128 k 2023-12-07T06:05:36.651 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cephfs x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 198 k 2023-12-07T06:05:36.651 INFO:teuthology.orchestra.run.smithi077.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-07T06:05:36.651 INFO:teuthology.orchestra.run.smithi077.stdout: python3-rados x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 371 k 2023-12-07T06:05:36.651 INFO:teuthology.orchestra.run.smithi077.stdout: python3-rbd x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 364 k 2023-12-07T06:05:36.651 INFO:teuthology.orchestra.run.smithi077.stdout: python3-rgw x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 107 k 2023-12-07T06:05:36.651 INFO:teuthology.orchestra.run.smithi077.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-07T06:05:36.652 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-12-07T06:05:36.652 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2023-12-07T06:05:36.652 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================================== 2023-12-07T06:05:36.652 INFO:teuthology.orchestra.run.smithi077.stdout:Install 21 Packages 2023-12-07T06:05:36.652 INFO:teuthology.orchestra.run.smithi077.stdout:Upgrade 2 Packages 2023-12-07T06:05:36.652 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-12-07T06:05:36.652 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 63 M 2023-12-07T06:05:36.652 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2023-12-07T06:05:36.981 INFO:teuthology.orchestra.run.smithi008.stdout:(20/23): librados2-19.0.0-64.ge068ebcf.el8.x86_ 9.3 MB/s | 3.8 MB 00:00 2023-12-07T06:05:37.548 INFO:teuthology.orchestra.run.smithi008.stdout:(21/23): librbd1-19.0.0-64.ge068ebcf.el8.x86_64 6.6 MB/s | 3.7 MB 00:00 2023-12-07T06:05:37.785 INFO:teuthology.orchestra.run.smithi167.stdout: Preparing : 1/1 2023-12-07T06:05:37.972 INFO:teuthology.orchestra.run.smithi077.stdout:(1/23): ceph-base-19.0.0-64.ge068ebcf.el8.x86_6 4.3 MB/s | 5.4 MB 00:01 2023-12-07T06:05:37.998 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-07T06:05:38.047 INFO:teuthology.orchestra.run.smithi077.stdout:(2/23): ceph-selinux-19.0.0-64.ge068ebcf.el8.x8 324 kB/s | 24 kB 00:00 2023-12-07T06:05:38.207 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T06:05:38.246 INFO:teuthology.orchestra.run.smithi077.stdout:(3/23): libcephfs2-19.0.0-64.ge068ebcf.el8.x86_ 4.1 MB/s | 842 kB 00:00 2023-12-07T06:05:38.365 INFO:teuthology.orchestra.run.smithi077.stdout:(4/23): libradosstriper1-19.0.0-64.ge068ebcf.el 4.4 MB/s | 527 kB 00:00 2023-12-07T06:05:38.625 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T06:05:38.690 INFO:teuthology.orchestra.run.smithi008.stdout:(22/23): thrift-0.13.0-2.el8.x86_64.rpm 763 kB/s | 1.7 MB 00:02 2023-12-07T06:05:38.807 INFO:teuthology.orchestra.run.smithi167.stdout: Upgrading : librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 3/25 2023-12-07T06:05:38.898 INFO:teuthology.orchestra.run.smithi077.stdout:(5/23): ceph-radosgw-19.0.0-64.ge068ebcf.el8.x8 6.7 MB/s | 15 MB 00:02 2023-12-07T06:05:38.912 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 3/25 2023-12-07T06:05:39.104 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 4/25 2023-12-07T06:05:39.115 INFO:teuthology.orchestra.run.smithi077.stdout:(6/23): ceph-common-19.0.0-64.ge068ebcf.el8.x86 9.7 MB/s | 23 MB 00:02 2023-12-07T06:05:39.140 INFO:teuthology.orchestra.run.smithi077.stdout:(7/23): python3-ceph-argparse-19.0.0-64.ge068eb 185 kB/s | 45 kB 00:00 2023-12-07T06:05:39.157 INFO:teuthology.orchestra.run.smithi077.stdout:(8/23): python3-ceph-common-19.0.0-64.ge068ebcf 3.0 MB/s | 128 kB 00:00 2023-12-07T06:05:39.249 INFO:teuthology.orchestra.run.smithi077.stdout:(9/23): librgw2-19.0.0-64.ge068ebcf.el8.x86_64. 8.2 MB/s | 7.3 MB 00:00 2023-12-07T06:05:39.275 INFO:teuthology.orchestra.run.smithi077.stdout:(10/23): python3-cephfs-19.0.0-64.ge068ebcf.el8 1.4 MB/s | 198 kB 00:00 2023-12-07T06:05:39.325 INFO:teuthology.orchestra.run.smithi077.stdout:(11/23): python3-rados-19.0.0-64.ge068ebcf.el8. 2.2 MB/s | 371 kB 00:00 2023-12-07T06:05:39.343 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-07T06:05:39.350 INFO:teuthology.orchestra.run.smithi077.stdout:(12/23): python3-rgw-19.0.0-64.ge068ebcf.el8.x8 1.4 MB/s | 107 kB 00:00 2023-12-07T06:05:39.375 INFO:teuthology.orchestra.run.smithi077.stdout:(13/23): python3-rbd-19.0.0-64.ge068ebcf.el8.x8 2.8 MB/s | 364 kB 00:00 2023-12-07T06:05:39.557 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T06:05:39.626 INFO:teuthology.orchestra.run.smithi077.stdout:(14/23): liboath-2.6.2-3.el8.x86_64.rpm 213 kB/s | 59 kB 00:00 2023-12-07T06:05:39.684 INFO:teuthology.orchestra.run.smithi077.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 246 kB/s | 75 kB 00:00 2023-12-07T06:05:39.718 INFO:teuthology.orchestra.run.smithi077.stdout:(16/23): gperftools-libs-2.7-9.el8.x86_64.rpm 779 kB/s | 306 kB 00:00 2023-12-07T06:05:39.768 INFO:teuthology.orchestra.run.smithi077.stdout:(17/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 560 kB/s | 47 kB 00:00 2023-12-07T06:05:39.794 INFO:teuthology.orchestra.run.smithi077.stdout:(18/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 3.6 MB/s | 259 kB 00:00 2023-12-07T06:05:39.819 INFO:teuthology.orchestra.run.smithi077.stdout:(19/23): python3-prettytable-0.7.2-14.el8.noarc 874 kB/s | 44 kB 00:00 2023-12-07T06:05:39.853 INFO:teuthology.orchestra.run.smithi077.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 5.9 MB/s | 354 kB 00:00 2023-12-07T06:05:39.955 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T06:05:39.961 INFO:teuthology.orchestra.run.smithi077.stdout:(21/23): thrift-0.13.0-2.el8.x86_64.rpm 5.2 MB/s | 1.7 MB 00:00 2023-12-07T06:05:40.148 INFO:teuthology.orchestra.run.smithi167.stdout: Upgrading : librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T06:05:40.212 INFO:teuthology.orchestra.run.smithi077.stdout:(22/23): librbd1-19.0.0-64.ge068ebcf.el8.x86_64 10 MB/s | 3.7 MB 00:00 2023-12-07T06:05:40.215 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T06:05:40.270 INFO:teuthology.orchestra.run.smithi077.stdout:(23/23): librados2-19.0.0-64.ge068ebcf.el8.x86_ 8.4 MB/s | 3.8 MB 00:00 2023-12-07T06:05:40.275 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2023-12-07T06:05:40.276 INFO:teuthology.orchestra.run.smithi077.stdout:Total 17 MB/s | 63 MB 00:03 2023-12-07T06:05:40.323 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2023-12-07T06:05:40.369 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2023-12-07T06:05:40.370 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2023-12-07T06:05:40.388 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-07T06:05:40.548 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-07T06:05:40.640 INFO:teuthology.orchestra.run.smithi008.stdout:(23/23): ceph-common-19.0.0-64.ge068ebcf.el8.x8 3.0 MB/s | 23 MB 00:07 2023-12-07T06:05:40.644 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2023-12-07T06:05:40.644 INFO:teuthology.orchestra.run.smithi008.stdout:Total 8.1 MB/s | 63 MB 00:07 2023-12-07T06:05:40.693 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2023-12-07T06:05:40.729 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2023-12-07T06:05:40.733 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2023-12-07T06:05:40.743 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2023-12-07T06:05:40.743 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2023-12-07T06:05:41.106 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2023-12-07T06:05:41.111 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2023-12-07T06:05:41.242 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-07T06:05:41.400 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T06:05:41.470 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T06:05:41.625 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x8 11/25 2023-12-07T06:05:41.792 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 12/25 2023-12-07T06:05:41.949 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2023-12-07T06:05:42.033 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 13/25 2023-12-07T06:05:42.166 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-07T06:05:42.220 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 14/25 2023-12-07T06:05:42.311 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2023-12-07T06:05:42.337 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T06:05:42.511 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-07T06:05:42.623 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 15/25 2023-12-07T06:05:42.684 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 15/25 2023-12-07T06:05:42.689 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T06:05:42.747 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T06:05:42.807 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-07T06:05:42.945 INFO:teuthology.orchestra.run.smithi077.stdout: Upgrading : librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 3/25 2023-12-07T06:05:43.037 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-07T06:05:43.054 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 3/25 2023-12-07T06:05:43.125 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T06:05:43.276 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 4/25 2023-12-07T06:05:43.278 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-07T06:05:43.289 INFO:teuthology.orchestra.run.smithi008.stdout: Upgrading : librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 3/25 2023-12-07T06:05:43.392 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 3/25 2023-12-07T06:05:43.474 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_ 19/25 2023-12-07T06:05:43.514 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-07T06:05:43.578 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 4/25 2023-12-07T06:05:43.736 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T06:05:43.813 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-07T06:05:44.130 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T06:05:44.150 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T06:05:44.370 INFO:teuthology.orchestra.run.smithi077.stdout: Upgrading : librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T06:05:44.462 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T06:05:44.636 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-07T06:05:44.686 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-07T06:05:44.702 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T06:05:44.922 INFO:teuthology.orchestra.run.smithi008.stdout: Upgrading : librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T06:05:44.972 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T06:05:45.148 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-07T06:05:45.305 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-07T06:05:45.490 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-07T06:05:45.653 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T06:05:45.749 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T06:05:45.881 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x8 11/25 2023-12-07T06:05:46.051 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-07T06:05:46.080 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 12/25 2023-12-07T06:05:46.213 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T06:05:46.285 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T06:05:46.288 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 13/25 2023-12-07T06:05:46.409 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x8 11/25 2023-12-07T06:05:46.508 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 14/25 2023-12-07T06:05:46.583 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 12/25 2023-12-07T06:05:46.686 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 15/25 2023-12-07T06:05:46.786 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 15/25 2023-12-07T06:05:46.827 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 13/25 2023-12-07T06:05:46.903 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-07T06:05:47.048 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 14/25 2023-12-07T06:05:47.213 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 15/25 2023-12-07T06:05:47.274 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 15/25 2023-12-07T06:05:47.296 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T06:05:47.344 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-07T06:05:47.416 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-07T06:05:47.556 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T06:05:47.581 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-07T06:05:47.644 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-07T06:05:47.753 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_ 19/25 2023-12-07T06:05:47.914 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-07T06:05:48.064 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_ 19/25 2023-12-07T06:05:48.145 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T06:05:48.546 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 21/25 2023-12-07T06:05:48.633 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 21/25 2023-12-07T06:05:48.772 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T06:05:51.601 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T06:05:51.878 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T06:05:52.375 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T06:05:52.462 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T06:05:52.588 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T06:05:53.101 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 21/25 2023-12-07T06:05:53.206 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 21/25 2023-12-07T06:05:53.212 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T06:05:53.327 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T06:05:53.471 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 21/25 2023-12-07T06:05:53.557 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 21/25 2023-12-07T06:05:53.696 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T06:06:07.847 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T06:06:07.847 INFO:teuthology.orchestra.run.smithi167.stdout:skipping the directory /sys 2023-12-07T06:06:07.847 INFO:teuthology.orchestra.run.smithi167.stdout:skipping the directory /proc 2023-12-07T06:06:07.847 INFO:teuthology.orchestra.run.smithi167.stdout:skipping the directory /dev 2023-12-07T06:06:07.847 INFO:teuthology.orchestra.run.smithi167.stdout:skipping the directory /run 2023-12-07T06:06:07.847 INFO:teuthology.orchestra.run.smithi167.stdout:skipping the directory /mnt 2023-12-07T06:06:07.847 INFO:teuthology.orchestra.run.smithi167.stdout:skipping the directory /var/tmp 2023-12-07T06:06:07.848 INFO:teuthology.orchestra.run.smithi167.stdout:skipping the directory /home 2023-12-07T06:06:07.848 INFO:teuthology.orchestra.run.smithi167.stdout:skipping the directory /tmp 2023-12-07T06:06:07.848 INFO:teuthology.orchestra.run.smithi167.stdout:skipping the directory /dev 2023-12-07T06:06:07.848 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-07T06:06:09.326 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 23/25 2023-12-07T06:06:09.347 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 23/25 2023-12-07T06:06:09.348 INFO:teuthology.orchestra.run.smithi167.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T06:06:09.571 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T06:06:09.571 INFO:teuthology.orchestra.run.smithi167.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T06:06:10.218 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T06:06:10.218 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 1/25 2023-12-07T06:06:10.218 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2/25 2023-12-07T06:06:10.219 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 3/25 2023-12-07T06:06:10.219 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 4/25 2023-12-07T06:06:10.219 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 5/25 2023-12-07T06:06:10.219 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T06:06:10.219 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T06:06:10.219 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x8 8/25 2023-12-07T06:06:10.219 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_ 9/25 2023-12-07T06:06:10.219 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T06:06:10.219 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 11/25 2023-12-07T06:06:10.219 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 12/25 2023-12-07T06:06:10.219 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 13/25 2023-12-07T06:06:10.219 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-07T06:06:10.219 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-07T06:06:10.219 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-07T06:06:10.219 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-07T06:06:10.220 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-07T06:06:10.220 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-07T06:06:10.220 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-07T06:06:10.220 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-07T06:06:10.220 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T06:06:10.220 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-07T06:06:10.220 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 24/25 2023-12-07T06:06:11.982 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T06:06:11.982 INFO:teuthology.orchestra.run.smithi077.stdout:skipping the directory /sys 2023-12-07T06:06:11.982 INFO:teuthology.orchestra.run.smithi077.stdout:skipping the directory /proc 2023-12-07T06:06:11.982 INFO:teuthology.orchestra.run.smithi077.stdout:skipping the directory /dev 2023-12-07T06:06:11.982 INFO:teuthology.orchestra.run.smithi077.stdout:skipping the directory /run 2023-12-07T06:06:11.982 INFO:teuthology.orchestra.run.smithi077.stdout:skipping the directory /mnt 2023-12-07T06:06:11.982 INFO:teuthology.orchestra.run.smithi077.stdout:skipping the directory /var/tmp 2023-12-07T06:06:11.982 INFO:teuthology.orchestra.run.smithi077.stdout:skipping the directory /home 2023-12-07T06:06:11.982 INFO:teuthology.orchestra.run.smithi077.stdout:skipping the directory /tmp 2023-12-07T06:06:11.982 INFO:teuthology.orchestra.run.smithi077.stdout:skipping the directory /dev 2023-12-07T06:06:11.982 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-12-07T06:06:13.017 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T06:06:13.018 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /sys 2023-12-07T06:06:13.018 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /proc 2023-12-07T06:06:13.018 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /dev 2023-12-07T06:06:13.018 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /run 2023-12-07T06:06:13.018 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /mnt 2023-12-07T06:06:13.018 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /var/tmp 2023-12-07T06:06:13.018 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /home 2023-12-07T06:06:13.018 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /tmp 2023-12-07T06:06:13.018 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /dev 2023-12-07T06:06:13.018 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-07T06:06:13.441 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 23/25 2023-12-07T06:06:13.461 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 23/25 2023-12-07T06:06:13.461 INFO:teuthology.orchestra.run.smithi077.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T06:06:13.718 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T06:06:13.719 INFO:teuthology.orchestra.run.smithi077.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T06:06:14.362 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T06:06:14.363 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 1/25 2023-12-07T06:06:14.363 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2/25 2023-12-07T06:06:14.363 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 3/25 2023-12-07T06:06:14.363 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 4/25 2023-12-07T06:06:14.363 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 5/25 2023-12-07T06:06:14.363 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T06:06:14.363 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T06:06:14.363 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x8 8/25 2023-12-07T06:06:14.363 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_ 9/25 2023-12-07T06:06:14.363 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T06:06:14.363 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 11/25 2023-12-07T06:06:14.363 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 12/25 2023-12-07T06:06:14.363 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 13/25 2023-12-07T06:06:14.363 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-07T06:06:14.364 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-07T06:06:14.364 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-07T06:06:14.364 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-07T06:06:14.364 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-07T06:06:14.364 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-07T06:06:14.364 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-07T06:06:14.364 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-07T06:06:14.364 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T06:06:14.364 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-07T06:06:14.364 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 24/25 2023-12-07T06:06:14.466 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T06:06:14.466 INFO:teuthology.orchestra.run.smithi167.stdout:Installed products updated. 2023-12-07T06:06:14.601 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 23/25 2023-12-07T06:06:14.623 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 23/25 2023-12-07T06:06:14.624 INFO:teuthology.orchestra.run.smithi008.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T06:06:14.652 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-07T06:06:14.652 INFO:teuthology.orchestra.run.smithi167.stdout:Upgraded: 2023-12-07T06:06:14.652 INFO:teuthology.orchestra.run.smithi167.stdout: librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:14.652 INFO:teuthology.orchestra.run.smithi167.stdout: librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:14.652 INFO:teuthology.orchestra.run.smithi167.stdout:Installed: 2023-12-07T06:06:14.652 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:14.652 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:14.652 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:14.652 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:14.652 INFO:teuthology.orchestra.run.smithi167.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-07T06:06:14.652 INFO:teuthology.orchestra.run.smithi167.stdout: libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:14.652 INFO:teuthology.orchestra.run.smithi167.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-07T06:06:14.653 INFO:teuthology.orchestra.run.smithi167.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-07T06:06:14.653 INFO:teuthology.orchestra.run.smithi167.stdout: libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:14.653 INFO:teuthology.orchestra.run.smithi167.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-07T06:06:14.653 INFO:teuthology.orchestra.run.smithi167.stdout: librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:14.653 INFO:teuthology.orchestra.run.smithi167.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-07T06:06:14.653 INFO:teuthology.orchestra.run.smithi167.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-07T06:06:14.653 INFO:teuthology.orchestra.run.smithi167.stdout: python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:14.653 INFO:teuthology.orchestra.run.smithi167.stdout: python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:14.653 INFO:teuthology.orchestra.run.smithi167.stdout: python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:14.653 INFO:teuthology.orchestra.run.smithi167.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-07T06:06:14.653 INFO:teuthology.orchestra.run.smithi167.stdout: python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:14.653 INFO:teuthology.orchestra.run.smithi167.stdout: python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:14.653 INFO:teuthology.orchestra.run.smithi167.stdout: python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:14.653 INFO:teuthology.orchestra.run.smithi167.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-07T06:06:14.653 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-07T06:06:14.654 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2023-12-07T06:06:14.818 DEBUG:teuthology.orchestra.run.smithi167:> sudo yum -y install ceph-test 2023-12-07T06:06:14.829 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T06:06:14.829 INFO:teuthology.orchestra.run.smithi008.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T06:06:15.171 INFO:teuthology.orchestra.run.smithi167.stdout:Updating Subscription Management repositories. 2023-12-07T06:06:15.467 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T06:06:15.467 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 1/25 2023-12-07T06:06:15.468 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2/25 2023-12-07T06:06:15.468 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 3/25 2023-12-07T06:06:15.468 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 4/25 2023-12-07T06:06:15.468 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 5/25 2023-12-07T06:06:15.468 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T06:06:15.468 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T06:06:15.468 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x8 8/25 2023-12-07T06:06:15.468 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_ 9/25 2023-12-07T06:06:15.468 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T06:06:15.468 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 11/25 2023-12-07T06:06:15.468 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 12/25 2023-12-07T06:06:15.468 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 13/25 2023-12-07T06:06:15.468 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-07T06:06:15.468 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-07T06:06:15.469 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-07T06:06:15.469 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-07T06:06:15.469 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-07T06:06:15.469 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-07T06:06:15.469 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-07T06:06:15.469 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-07T06:06:15.469 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T06:06:15.469 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-07T06:06:15.469 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 24/25 2023-12-07T06:06:15.820 INFO:teuthology.orchestra.run.smithi167.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 175 kB/s | 4.5 kB 00:00 2023-12-07T06:06:16.120 INFO:teuthology.orchestra.run.smithi167.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 157 kB/s | 4.1 kB 00:00 2023-12-07T06:06:17.623 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2023-12-07T06:06:17.624 INFO:teuthology.orchestra.run.smithi167.stdout:========================================================================================== 2023-12-07T06:06:17.624 INFO:teuthology.orchestra.run.smithi167.stdout: Package Arch Version Repository Size 2023-12-07T06:06:17.624 INFO:teuthology.orchestra.run.smithi167.stdout:========================================================================================== 2023-12-07T06:06:17.625 INFO:teuthology.orchestra.run.smithi167.stdout:Installing: 2023-12-07T06:06:17.625 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-test x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 50 M 2023-12-07T06:06:17.625 INFO:teuthology.orchestra.run.smithi167.stdout:Installing dependencies: 2023-12-07T06:06:17.625 INFO:teuthology.orchestra.run.smithi167.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-07T06:06:17.625 INFO:teuthology.orchestra.run.smithi167.stdout: libcephsqlite x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 183 k 2023-12-07T06:06:17.625 INFO:teuthology.orchestra.run.smithi167.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-07T06:06:17.625 INFO:teuthology.orchestra.run.smithi167.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-07T06:06:17.625 INFO:teuthology.orchestra.run.smithi167.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-07T06:06:17.625 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-07T06:06:17.625 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction Summary 2023-12-07T06:06:17.625 INFO:teuthology.orchestra.run.smithi167.stdout:========================================================================================== 2023-12-07T06:06:17.625 INFO:teuthology.orchestra.run.smithi167.stdout:Install 6 Packages 2023-12-07T06:06:17.625 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-07T06:06:17.626 INFO:teuthology.orchestra.run.smithi167.stdout:Total download size: 51 M 2023-12-07T06:06:17.626 INFO:teuthology.orchestra.run.smithi167.stdout:Installed size: 228 M 2023-12-07T06:06:17.626 INFO:teuthology.orchestra.run.smithi167.stdout:Downloading Packages: 2023-12-07T06:06:17.669 INFO:teuthology.orchestra.run.smithi167.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.6 MB/s | 70 kB 00:00 2023-12-07T06:06:17.778 INFO:teuthology.orchestra.run.smithi167.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 3.2 MB/s | 323 kB 00:00 2023-12-07T06:06:17.853 INFO:teuthology.orchestra.run.smithi167.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 2.4 MB/s | 187 kB 00:00 2023-12-07T06:06:17.912 INFO:teuthology.orchestra.run.smithi167.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 3.4 MB/s | 202 kB 00:00 2023-12-07T06:06:17.970 INFO:teuthology.orchestra.run.smithi167.stdout:(5/6): libcephsqlite-19.0.0-64.ge068ebcf.el8.x8 533 kB/s | 183 kB 00:00 2023-12-07T06:06:18.638 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T06:06:18.638 INFO:teuthology.orchestra.run.smithi077.stdout:Installed products updated. 2023-12-07T06:06:18.829 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-12-07T06:06:18.829 INFO:teuthology.orchestra.run.smithi077.stdout:Upgraded: 2023-12-07T06:06:18.829 INFO:teuthology.orchestra.run.smithi077.stdout: librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:18.829 INFO:teuthology.orchestra.run.smithi077.stdout: librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:18.829 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2023-12-07T06:06:18.829 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:18.829 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:18.829 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:18.829 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:18.830 INFO:teuthology.orchestra.run.smithi077.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-07T06:06:18.830 INFO:teuthology.orchestra.run.smithi077.stdout: libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:18.830 INFO:teuthology.orchestra.run.smithi077.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-07T06:06:18.830 INFO:teuthology.orchestra.run.smithi077.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-07T06:06:18.830 INFO:teuthology.orchestra.run.smithi077.stdout: libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:18.830 INFO:teuthology.orchestra.run.smithi077.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-07T06:06:18.830 INFO:teuthology.orchestra.run.smithi077.stdout: librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:18.830 INFO:teuthology.orchestra.run.smithi077.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-07T06:06:18.830 INFO:teuthology.orchestra.run.smithi077.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-07T06:06:18.830 INFO:teuthology.orchestra.run.smithi077.stdout: python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:18.830 INFO:teuthology.orchestra.run.smithi077.stdout: python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:18.830 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:18.830 INFO:teuthology.orchestra.run.smithi077.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-07T06:06:18.830 INFO:teuthology.orchestra.run.smithi077.stdout: python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:18.831 INFO:teuthology.orchestra.run.smithi077.stdout: python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:18.831 INFO:teuthology.orchestra.run.smithi077.stdout: python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:18.831 INFO:teuthology.orchestra.run.smithi077.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-07T06:06:18.831 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-12-07T06:06:18.831 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2023-12-07T06:06:18.997 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph-test 2023-12-07T06:06:19.343 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2023-12-07T06:06:20.295 INFO:teuthology.orchestra.run.smithi167.stdout:(6/6): ceph-test-19.0.0-64.ge068ebcf.el8.x86_64 19 MB/s | 50 MB 00:02 2023-12-07T06:06:20.298 INFO:teuthology.orchestra.run.smithi167.stdout:-------------------------------------------------------------------------------- 2023-12-07T06:06:20.298 INFO:teuthology.orchestra.run.smithi167.stdout:Total 19 MB/s | 51 MB 00:02 2023-12-07T06:06:20.302 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 108 kB/s | 4.1 kB 00:00 2023-12-07T06:06:20.316 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T06:06:20.317 INFO:teuthology.orchestra.run.smithi008.stdout:Installed products updated. 2023-12-07T06:06:20.334 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction check 2023-12-07T06:06:20.356 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction check succeeded. 2023-12-07T06:06:20.356 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction test 2023-12-07T06:06:20.519 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-07T06:06:20.520 INFO:teuthology.orchestra.run.smithi008.stdout:Upgraded: 2023-12-07T06:06:20.520 INFO:teuthology.orchestra.run.smithi008.stdout: librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:20.520 INFO:teuthology.orchestra.run.smithi008.stdout: librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:20.520 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2023-12-07T06:06:20.520 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:20.520 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:20.520 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:20.520 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:20.521 INFO:teuthology.orchestra.run.smithi008.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-07T06:06:20.521 INFO:teuthology.orchestra.run.smithi008.stdout: libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:20.521 INFO:teuthology.orchestra.run.smithi008.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-07T06:06:20.521 INFO:teuthology.orchestra.run.smithi008.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-07T06:06:20.521 INFO:teuthology.orchestra.run.smithi008.stdout: libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:20.521 INFO:teuthology.orchestra.run.smithi008.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-07T06:06:20.521 INFO:teuthology.orchestra.run.smithi008.stdout: librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:20.522 INFO:teuthology.orchestra.run.smithi008.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-07T06:06:20.522 INFO:teuthology.orchestra.run.smithi008.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-07T06:06:20.522 INFO:teuthology.orchestra.run.smithi008.stdout: python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:20.522 INFO:teuthology.orchestra.run.smithi008.stdout: python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:20.522 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:20.522 INFO:teuthology.orchestra.run.smithi008.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-07T06:06:20.522 INFO:teuthology.orchestra.run.smithi008.stdout: python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:20.522 INFO:teuthology.orchestra.run.smithi008.stdout: python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:20.523 INFO:teuthology.orchestra.run.smithi008.stdout: python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:20.523 INFO:teuthology.orchestra.run.smithi008.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-07T06:06:20.523 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-07T06:06:20.523 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2023-12-07T06:06:20.523 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 112 kB/s | 4.5 kB 00:00 2023-12-07T06:06:20.624 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction test succeeded. 2023-12-07T06:06:20.628 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction 2023-12-07T06:06:20.694 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install ceph-test 2023-12-07T06:06:21.064 INFO:teuthology.orchestra.run.smithi008.stdout:Updating Subscription Management repositories. 2023-12-07T06:06:21.100 INFO:teuthology.orchestra.run.smithi167.stdout: Preparing : 1/1 2023-12-07T06:06:21.234 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T06:06:21.329 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T06:06:21.527 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-07T06:06:21.684 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-07T06:06:21.874 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-07T06:06:21.923 INFO:teuthology.orchestra.run.smithi008.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 145 kB/s | 4.5 kB 00:00 2023-12-07T06:06:22.017 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 5/6 2023-12-07T06:06:22.074 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2023-12-07T06:06:22.075 INFO:teuthology.orchestra.run.smithi077.stdout:========================================================================================== 2023-12-07T06:06:22.075 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2023-12-07T06:06:22.075 INFO:teuthology.orchestra.run.smithi077.stdout:========================================================================================== 2023-12-07T06:06:22.075 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2023-12-07T06:06:22.076 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-test x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 50 M 2023-12-07T06:06:22.076 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2023-12-07T06:06:22.076 INFO:teuthology.orchestra.run.smithi077.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-07T06:06:22.076 INFO:teuthology.orchestra.run.smithi077.stdout: libcephsqlite x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 183 k 2023-12-07T06:06:22.076 INFO:teuthology.orchestra.run.smithi077.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-07T06:06:22.076 INFO:teuthology.orchestra.run.smithi077.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-07T06:06:22.076 INFO:teuthology.orchestra.run.smithi077.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-07T06:06:22.076 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-12-07T06:06:22.076 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2023-12-07T06:06:22.076 INFO:teuthology.orchestra.run.smithi077.stdout:========================================================================================== 2023-12-07T06:06:22.076 INFO:teuthology.orchestra.run.smithi077.stdout:Install 6 Packages 2023-12-07T06:06:22.077 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-12-07T06:06:22.077 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 51 M 2023-12-07T06:06:22.077 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 228 M 2023-12-07T06:06:22.077 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2023-12-07T06:06:22.114 INFO:teuthology.orchestra.run.smithi077.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.9 MB/s | 70 kB 00:00 2023-12-07T06:06:22.181 INFO:teuthology.orchestra.run.smithi077.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 5.1 MB/s | 323 kB 00:00 2023-12-07T06:06:22.223 INFO:teuthology.orchestra.run.smithi077.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.4 MB/s | 187 kB 00:00 2023-12-07T06:06:22.248 INFO:teuthology.orchestra.run.smithi008.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 105 kB/s | 4.1 kB 00:00 2023-12-07T06:06:22.265 INFO:teuthology.orchestra.run.smithi077.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.7 MB/s | 202 kB 00:00 2023-12-07T06:06:22.315 INFO:teuthology.orchestra.run.smithi077.stdout:(5/6): libcephsqlite-19.0.0-64.ge068ebcf.el8.x8 769 kB/s | 183 kB 00:00 2023-12-07T06:06:23.933 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2023-12-07T06:06:23.934 INFO:teuthology.orchestra.run.smithi008.stdout:========================================================================================== 2023-12-07T06:06:23.934 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2023-12-07T06:06:23.934 INFO:teuthology.orchestra.run.smithi008.stdout:========================================================================================== 2023-12-07T06:06:23.934 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2023-12-07T06:06:23.934 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-test x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 50 M 2023-12-07T06:06:23.934 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2023-12-07T06:06:23.935 INFO:teuthology.orchestra.run.smithi008.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-07T06:06:23.935 INFO:teuthology.orchestra.run.smithi008.stdout: libcephsqlite x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 183 k 2023-12-07T06:06:23.935 INFO:teuthology.orchestra.run.smithi008.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-07T06:06:23.935 INFO:teuthology.orchestra.run.smithi008.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-07T06:06:23.935 INFO:teuthology.orchestra.run.smithi008.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-07T06:06:23.935 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-07T06:06:23.935 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2023-12-07T06:06:23.935 INFO:teuthology.orchestra.run.smithi008.stdout:========================================================================================== 2023-12-07T06:06:23.935 INFO:teuthology.orchestra.run.smithi008.stdout:Install 6 Packages 2023-12-07T06:06:23.935 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-07T06:06:23.936 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 51 M 2023-12-07T06:06:23.936 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 228 M 2023-12-07T06:06:23.936 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2023-12-07T06:06:23.967 INFO:teuthology.orchestra.run.smithi008.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 2.2 MB/s | 70 kB 00:00 2023-12-07T06:06:24.034 INFO:teuthology.orchestra.run.smithi008.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.7 MB/s | 323 kB 00:00 2023-12-07T06:06:24.076 INFO:teuthology.orchestra.run.smithi008.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.4 MB/s | 187 kB 00:00 2023-12-07T06:06:24.127 INFO:teuthology.orchestra.run.smithi008.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.0 MB/s | 202 kB 00:00 2023-12-07T06:06:24.494 INFO:teuthology.orchestra.run.smithi008.stdout:(5/6): libcephsqlite-19.0.0-64.ge068ebcf.el8.x8 328 kB/s | 183 kB 00:00 2023-12-07T06:06:24.974 INFO:teuthology.orchestra.run.smithi077.stdout:(6/6): ceph-test-19.0.0-64.ge068ebcf.el8.x86_64 17 MB/s | 50 MB 00:02 2023-12-07T06:06:24.976 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2023-12-07T06:06:24.976 INFO:teuthology.orchestra.run.smithi077.stdout:Total 18 MB/s | 51 MB 00:02 2023-12-07T06:06:25.014 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2023-12-07T06:06:25.036 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2023-12-07T06:06:25.036 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2023-12-07T06:06:25.306 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2023-12-07T06:06:25.309 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2023-12-07T06:06:25.753 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2023-12-07T06:06:25.890 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T06:06:25.990 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T06:06:26.179 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-07T06:06:26.365 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-07T06:06:26.521 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-07T06:06:26.681 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 5/6 2023-12-07T06:06:26.873 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 5/6 2023-12-07T06:06:27.121 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 6/6 2023-12-07T06:06:27.342 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 6/6 2023-12-07T06:06:27.342 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 1/6 2023-12-07T06:06:27.343 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 2/6 2023-12-07T06:06:27.343 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-07T06:06:27.343 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-07T06:06:27.343 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-07T06:06:31.217 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-07T06:06:31.217 INFO:teuthology.orchestra.run.smithi167.stdout:Installed products updated. 2023-12-07T06:06:31.402 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-07T06:06:31.402 INFO:teuthology.orchestra.run.smithi167.stdout:Installed: 2023-12-07T06:06:31.402 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-07T06:06:31.402 INFO:teuthology.orchestra.run.smithi167.stdout: libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-07T06:06:31.402 INFO:teuthology.orchestra.run.smithi167.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-07T06:06:31.402 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-07T06:06:31.402 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2023-12-07T06:06:31.528 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 5/6 2023-12-07T06:06:31.541 DEBUG:teuthology.orchestra.run.smithi167:> sudo yum -y install ceph 2023-12-07T06:06:31.626 INFO:teuthology.orchestra.run.smithi008.stdout:(6/6): ceph-test-19.0.0-64.ge068ebcf.el8.x86_64 6.5 MB/s | 50 MB 00:07 2023-12-07T06:06:31.629 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2023-12-07T06:06:31.629 INFO:teuthology.orchestra.run.smithi008.stdout:Total 6.7 MB/s | 51 MB 00:07 2023-12-07T06:06:31.668 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2023-12-07T06:06:31.691 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2023-12-07T06:06:31.691 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2023-12-07T06:06:31.811 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 6/6 2023-12-07T06:06:31.876 INFO:teuthology.orchestra.run.smithi167.stdout:Updating Subscription Management repositories. 2023-12-07T06:06:31.976 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2023-12-07T06:06:31.980 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2023-12-07T06:06:32.038 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 6/6 2023-12-07T06:06:32.038 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 1/6 2023-12-07T06:06:32.038 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 2/6 2023-12-07T06:06:32.038 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-07T06:06:32.038 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-07T06:06:32.038 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-07T06:06:32.438 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2023-12-07T06:06:32.575 INFO:teuthology.orchestra.run.smithi167.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 165 kB/s | 4.5 kB 00:00 2023-12-07T06:06:32.599 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T06:06:32.682 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T06:06:32.906 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-07T06:06:32.908 INFO:teuthology.orchestra.run.smithi167.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 67 kB/s | 4.1 kB 00:00 2023-12-07T06:06:33.067 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-07T06:06:33.224 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-07T06:06:33.399 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 5/6 2023-12-07T06:06:34.506 INFO:teuthology.orchestra.run.smithi167.stderr:Error: 2023-12-07T06:06:34.507 INFO:teuthology.orchestra.run.smithi167.stderr: Problem: conflicting requests 2023-12-07T06:06:34.507 INFO:teuthology.orchestra.run.smithi167.stderr: - nothing provides lua-devel needed by ceph-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:34.507 INFO:teuthology.orchestra.run.smithi167.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-07T06:06:34.597 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T06:06:34.598 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 283, in _update_package_list_and_install _retry_if_failures_are_recoverable(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 155, in _retry_if_failures_are_recoverable return remote.run(args=args, stderr=stderr, stdout=stdout) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi167 with status 1: 'sudo yum -y install ceph' 2023-12-07T06:06:34.600 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 622, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 283, in _update_package_list_and_install _retry_if_failures_are_recoverable(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 155, in _retry_if_failures_are_recoverable return remote.run(args=args, stderr=stderr, stdout=stdout) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi167 with status 1: 'sudo yum -y install ceph' 2023-12-07T06:06:34.674 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=11501fc4fb9e441c92f1934c8187512d Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 622, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 283, in _update_package_list_and_install _retry_if_failures_are_recoverable(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 155, in _retry_if_failures_are_recoverable return remote.run(args=args, stderr=stderr, stdout=stdout) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi167 with status 1: 'sudo yum -y install ceph' 2023-12-07T06:06:34.678 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-07T06:06:34.693 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-07T06:06:34.708 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-07T06:06:34.708 DEBUG:teuthology.orchestra.run.smithi008:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T06:06:34.738 DEBUG:teuthology.orchestra.run.smithi077:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T06:06:34.741 INFO:teuthology.orchestra.run.smithi008.stderr:bash: ntpq: command not found 2023-12-07T06:06:34.743 DEBUG:teuthology.orchestra.run.smithi167:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T06:06:34.746 INFO:teuthology.orchestra.run.smithi008.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T06:06:34.746 INFO:teuthology.orchestra.run.smithi008.stdout:=============================================================================== 2023-12-07T06:06:34.746 INFO:teuthology.orchestra.run.smithi008.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 4 +2768us[+2768us] +/- 80ms 2023-12-07T06:06:34.746 INFO:teuthology.orchestra.run.smithi008.stdout:^* hv02.front.sepia.ceph.com 3 6 77 5 -1388us[-1444us] +/- 63ms 2023-12-07T06:06:34.747 INFO:teuthology.orchestra.run.smithi008.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 5 -941us[ -941us] +/- 73ms 2023-12-07T06:06:34.747 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T06:06:34.755 INFO:teuthology.orchestra.run.smithi077.stderr:bash: ntpq: command not found 2023-12-07T06:06:34.759 INFO:teuthology.orchestra.run.smithi167.stderr:bash: ntpq: command not found 2023-12-07T06:06:34.760 INFO:teuthology.orchestra.run.smithi077.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T06:06:34.761 INFO:teuthology.orchestra.run.smithi077.stdout:=============================================================================== 2023-12-07T06:06:34.761 INFO:teuthology.orchestra.run.smithi077.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 4 +2779us[+2779us] +/- 80ms 2023-12-07T06:06:34.761 INFO:teuthology.orchestra.run.smithi077.stdout:^* hv02.front.sepia.ceph.com 3 6 77 5 -1386us[-1420us] +/- 63ms 2023-12-07T06:06:34.761 INFO:teuthology.orchestra.run.smithi077.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 5 -935us[ -935us] +/- 73ms 2023-12-07T06:06:34.761 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T06:06:34.762 INFO:teuthology.orchestra.run.smithi167.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T06:06:34.762 INFO:teuthology.orchestra.run.smithi167.stdout:=============================================================================== 2023-12-07T06:06:34.763 INFO:teuthology.orchestra.run.smithi167.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 6 +2761us[+2795us] +/- 80ms 2023-12-07T06:06:34.763 INFO:teuthology.orchestra.run.smithi167.stdout:^* hv02.front.sepia.ceph.com 3 6 77 4 -1397us[-1363us] +/- 63ms 2023-12-07T06:06:34.763 INFO:teuthology.orchestra.run.smithi167.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 4 -952us[ -952us] +/- 73ms 2023-12-07T06:06:34.763 INFO:teuthology.orchestra.run.smithi167.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T06:06:34.764 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-07T06:06:34.777 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-07T06:06:34.778 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-07T06:06:34.801 DEBUG:teuthology.orchestra.run.smithi008:> 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-07T06:06:34.901 DEBUG:teuthology.orchestra.run.smithi077:> 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-07T06:06:34.995 DEBUG:teuthology.orchestra.run.smithi167:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-07T06:06:35.095 DEBUG:teuthology.orchestra.run.smithi008:> 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-07T06:06:35.127 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T06:06:35.129 DEBUG:teuthology.orchestra.run.smithi077:> 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-07T06:06:35.160 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T06:06:35.161 DEBUG:teuthology.orchestra.run.smithi167:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-07T06:06:35.191 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T06:06:35.192 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-07T06:06:35.203 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-07T06:06:35.219 INFO:teuthology.task.internal:Duration was 705.420275 seconds 2023-12-07T06:06:35.220 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-07T06:06:35.237 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-07T06:06:35.237 DEBUG:teuthology.orchestra.run.smithi008:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-07T06:06:35.239 DEBUG:teuthology.orchestra.run.smithi077:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-07T06:06:35.241 DEBUG:teuthology.orchestra.run.smithi167:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-07T06:06:35.284 INFO:teuthology.orchestra.run.smithi008.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T06:06:35.285 INFO:teuthology.orchestra.run.smithi077.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T06:06:35.287 INFO:teuthology.orchestra.run.smithi167.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T06:06:35.670 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-07T06:06:35.670 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi008.front.sepia.ceph.com 2023-12-07T06:06:35.671 DEBUG:teuthology.orchestra.run.smithi008:> 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-07T06:06:35.692 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi077.front.sepia.ceph.com 2023-12-07T06:06:35.693 DEBUG:teuthology.orchestra.run.smithi077:> 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-07T06:06:35.715 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi167.front.sepia.ceph.com 2023-12-07T06:06:35.715 DEBUG:teuthology.orchestra.run.smithi167:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-07T06:06:35.736 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-07T06:06:35.737 DEBUG:teuthology.orchestra.run.smithi008:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-07T06:06:35.739 DEBUG:teuthology.orchestra.run.smithi077:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-07T06:06:35.758 DEBUG:teuthology.orchestra.run.smithi167:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-07T06:06:35.815 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-07T06:06:35.815 DEBUG:teuthology.orchestra.run.smithi008:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-07T06:06:35.818 DEBUG:teuthology.orchestra.run.smithi077:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-07T06:06:35.837 DEBUG:teuthology.orchestra.run.smithi167:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-07T06:06:35.934 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-07T06:06:35.945 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-07T06:06:35.945 DEBUG:teuthology.orchestra.run.smithi008:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-07T06:06:35.985 DEBUG:teuthology.orchestra.run.smithi077:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-07T06:06:36.022 DEBUG:teuthology.orchestra.run.smithi167:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-07T06:06:36.056 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-07T06:06:36.067 DEBUG:teuthology.orchestra.run.smithi008:> 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-07T06:06:36.069 DEBUG:teuthology.orchestra.run.smithi077:> 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-07T06:06:36.071 DEBUG:teuthology.orchestra.run.smithi167:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-07T06:06:36.094 INFO:teuthology.orchestra.run.smithi008.stdout:kernel.core_pattern = core 2023-12-07T06:06:36.094 INFO:teuthology.orchestra.run.smithi077.stdout:kernel.core_pattern = core 2023-12-07T06:06:36.121 INFO:teuthology.orchestra.run.smithi167.stdout:kernel.core_pattern = core 2023-12-07T06:06:36.150 DEBUG:teuthology.orchestra.run.smithi008:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-07T06:06:36.166 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T06:06:36.166 DEBUG:teuthology.orchestra.run.smithi077:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-07T06:06:36.182 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T06:06:36.183 DEBUG:teuthology.orchestra.run.smithi167:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-07T06:06:36.205 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T06:06:36.206 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-07T06:06:36.221 INFO:teuthology.task.internal:Transferring archived files... 2023-12-07T06:06:36.223 DEBUG:teuthology.misc:Transferring archived files from smithi008:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7481446/remote/smithi008 2023-12-07T06:06:36.223 DEBUG:teuthology.orchestra.run.smithi008:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-07T06:06:36.278 DEBUG:teuthology.misc:Transferring archived files from smithi077:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7481446/remote/smithi077 2023-12-07T06:06:36.279 DEBUG:teuthology.orchestra.run.smithi077:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-07T06:06:36.329 DEBUG:teuthology.misc:Transferring archived files from smithi167:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7481446/remote/smithi167 2023-12-07T06:06:36.330 DEBUG:teuthology.orchestra.run.smithi167:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-07T06:06:36.383 INFO:teuthology.task.internal:Removing archive directory... 2023-12-07T06:06:36.383 DEBUG:teuthology.orchestra.run.smithi008:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-07T06:06:36.385 DEBUG:teuthology.orchestra.run.smithi077:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-07T06:06:36.388 DEBUG:teuthology.orchestra.run.smithi167:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-07T06:06:36.435 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-07T06:06:36.447 INFO:teuthology.task.internal:Not uploading archives. 2023-12-07T06:06:36.448 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-07T06:06:36.458 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-07T06:06:36.458 DEBUG:teuthology.orchestra.run.smithi008:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-07T06:06:36.462 DEBUG:teuthology.orchestra.run.smithi077:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-07T06:06:36.465 DEBUG:teuthology.orchestra.run.smithi167:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-07T06:06:36.475 INFO:teuthology.orchestra.run.smithi008.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 7 06:06 /home/ubuntu/cephtest 2023-12-07T06:06:36.479 INFO:teuthology.orchestra.run.smithi077.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 7 06:06 /home/ubuntu/cephtest 2023-12-07T06:06:36.491 INFO:teuthology.orchestra.run.smithi167.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 7 06:06 /home/ubuntu/cephtest 2023-12-07T06:06:36.492 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-07T06:06:36.503 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-07T06:06:36.526 INFO:teuthology.nuke:Checking targets against current locks 2023-12-07T06:06:36.554 DEBUG:teuthology.nuke:shortname: smithi008 2023-12-07T06:06:36.555 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T06:06:36.579 DEBUG:teuthology.nuke:shortname: smithi077 2023-12-07T06:06:36.580 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T06:06:36.585 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi008.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7481446', '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-07 05:49:19.033047', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T06:06:36.605 DEBUG:teuthology.nuke:shortname: smithi167 2023-12-07T06:06:36.606 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T06:06:36.611 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi077.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7481446', '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-07 05:49:19.030261', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T06:06:36.642 INFO:teuthology.orchestra.console.smithi008:Power off 2023-12-07T06:06:36.642 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-07T06:06:36.658 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi167.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7481446', '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-07 05:49:19.031822', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T06:06:36.671 DEBUG:teuthology.orchestra.console.smithi008:power off output: Chassis Power Control: Down/Off 2023-12-07T06:06:36.671 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T06:06:36.695 INFO:teuthology.orchestra.console.smithi077:Power off 2023-12-07T06:06:36.696 DEBUG:teuthology.orchestra.console.smithi077:pexpect command: ipmitool -H smithi077.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-07T06:06:36.707 DEBUG:teuthology.orchestra.console.smithi008:check power output: Chassis Power is on 2023-12-07T06:06:36.720 DEBUG:teuthology.orchestra.console.smithi077:power off output: Chassis Power Control: Down/Off 2023-12-07T06:06:36.720 DEBUG:teuthology.orchestra.console.smithi077:pexpect command: ipmitool -H smithi077.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T06:06:36.736 INFO:teuthology.orchestra.console.smithi167:Power off 2023-12-07T06:06:36.737 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-07T06:06:36.745 DEBUG:teuthology.orchestra.console.smithi077:check power output: Chassis Power is on 2023-12-07T06:06:36.765 DEBUG:teuthology.orchestra.console.smithi167:power off output: Chassis Power Control: Down/Off 2023-12-07T06:06:36.765 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T06:06:36.811 DEBUG:teuthology.orchestra.console.smithi167:check power output: Chassis Power is on 2023-12-07T06:06:37.215 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-07T06:06:37.215 INFO:teuthology.orchestra.run.smithi077.stdout:Installed products updated. 2023-12-07T06:06:37.394 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-12-07T06:06:37.395 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2023-12-07T06:06:37.395 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-07T06:06:37.395 INFO:teuthology.orchestra.run.smithi077.stdout: libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-07T06:06:37.395 INFO:teuthology.orchestra.run.smithi077.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-07T06:06:37.395 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-12-07T06:06:37.395 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2023-12-07T06:06:37.536 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum -y install ceph 2023-12-07T06:06:37.869 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2023-12-07T06:06:38.554 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 5/6 2023-12-07T06:06:38.608 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 110 kB/s | 4.1 kB 00:00 2023-12-07T06:06:38.812 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 6/6 2023-12-07T06:06:38.825 INFO:teuthology.orchestra.run.smithi077.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 120 kB/s | 4.5 kB 00:00 2023-12-07T06:06:39.052 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 6/6 2023-12-07T06:06:39.053 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 1/6 2023-12-07T06:06:39.053 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 2/6 2023-12-07T06:06:39.053 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-07T06:06:39.053 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-07T06:06:39.053 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-07T06:06:40.020 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-07T06:06:40.020 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-07T06:06:40.411 INFO:teuthology.orchestra.run.smithi077.stderr:Error: 2023-12-07T06:06:40.412 INFO:teuthology.orchestra.run.smithi077.stderr: Problem: conflicting requests 2023-12-07T06:06:40.412 INFO:teuthology.orchestra.run.smithi077.stderr: - nothing provides lua-devel needed by ceph-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T06:06:40.412 INFO:teuthology.orchestra.run.smithi077.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-07T06:06:40.491 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T06:06:40.708 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T06:06:40.747 DEBUG:teuthology.orchestra.console.smithi077:pexpect command: ipmitool -H smithi077.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T06:06:40.813 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T06:06:40.822 DEBUG:teuthology.orchestra.console.smithi008:check power output: Chassis Power is on 2023-12-07T06:06:40.856 DEBUG:teuthology.orchestra.console.smithi077:check power output: Chassis Power is on 2023-12-07T06:06:40.923 DEBUG:teuthology.orchestra.console.smithi167:check power output: Chassis Power is on 2023-12-07T06:06:44.826 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T06:06:44.857 DEBUG:teuthology.orchestra.console.smithi077:pexpect command: ipmitool -H smithi077.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T06:06:44.924 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T06:06:44.935 DEBUG:teuthology.orchestra.console.smithi008:check power output: Chassis Power is off 2023-12-07T06:06:44.966 DEBUG:teuthology.orchestra.console.smithi077:check power output: Chassis Power is off 2023-12-07T06:06:45.035 INFO:teuthology.orchestra.console.smithi008:Power off completed 2023-12-07T06:06:45.036 DEBUG:teuthology.orchestra.console.smithi167:check power output: Chassis Power is on 2023-12-07T06:06:45.067 INFO:teuthology.orchestra.console.smithi077:Power off completed 2023-12-07T06:06:49.038 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T06:06:49.148 DEBUG:teuthology.orchestra.console.smithi167:check power output: Chassis Power is off 2023-12-07T06:06:49.249 INFO:teuthology.orchestra.console.smithi167:Power off completed 2023-12-07T06:06:49.353 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/on mon_election/classic task/test_host_drain} duration: 705.4202752113342 failure_reason: 'Command failed on smithi167 with status 1: ''sudo yum -y install ceph''' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=11501fc4fb9e441c92f1934c8187512d status: fail success: false 2023-12-07T06:06:49.353 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-07T06:06:49.460 INFO:teuthology.run:FAIL