2023-11-27T16:09:11.951 INFO:root:teuthology version: 0.0.1.dev205+g2442239 2023-11-27T16:09:11.951 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/adking-2023-11-27_16:03:00-orch:cephadm-wip-adk-testing-2023-11-26-1627-distro-default-smithi/7467863 --owner scheduled_adking@teuthology --name adking-2023-11-27_16:03:00-orch:cephadm-wip-adk-testing-2023-11-26-1627-distro-default-smithi --verbose --description orch:cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/classic task/test_host_drain} -- /home/teuthworker/archive/adking-2023-11-27_16:03:00-orch:cephadm-wip-adk-testing-2023-11-26-1627-distro-default-smithi/7467863/orig.config.yaml 2023-11-27T16:09:11.984 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-27T16:09:12.068 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2023-11-27_16:03:00-orch:cephadm-wip-adk-testing-2023-11-26-1627-distro-default-smithi/7467863 branch: wip-adk-testing-2023-11-26-1627 description: orch:cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/classic task/test_host_drain} email: adking@redhat.com first_in_suite: false job_id: '7467863' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2023-11-27_16:03:00-orch:cephadm-wip-adk-testing-2023-11-26-1627-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-adk-testing-2023-11-26-1627 ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: c8a64eba7efb84dff55f17b859fdb3830b8c8e22 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: c8a64eba7efb84dff55f17b859fdb3830b8c8e22 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2023-11-26-1627 sha1: c8a64eba7efb84dff55f17b859fdb3830b8c8e22 owner: scheduled_adking@teuthology priority: 50 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - osd.1 - - host.b - mon.b - mgr.b - osd.2 - osd.3 - - host.c - mon.c - osd.4 - osd.5 seed: 3880 sha1: c8a64eba7efb84dff55f17b859fdb3830b8c8e22 sleep_before_teardown: 0 subset: 1/14 suite: orch:cephadm suite_branch: wip-adk-testing-2023-11-26-1627 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_c8a64eba7efb84dff55f17b859fdb3830b8c8e22/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: c8a64eba7efb84dff55f17b859fdb3830b8c8e22 targets: smithi100.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi156.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi186.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: 2442239d2653456406c25ae0c71b689c8f2657b6 timestamp: 2023-11-27_16:03:00 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-11-27T16:09:12.068 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_c8a64eba7efb84dff55f17b859fdb3830b8c8e22/qa; will attempt to use it 2023-11-27T16:09:12.069 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_c8a64eba7efb84dff55f17b859fdb3830b8c8e22/qa/tasks 2023-11-27T16:09:12.069 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-27T16:09:12.071 INFO:teuthology.task.internal:Checking packages... 2023-11-27T16:09:12.099 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'c8a64eba7efb84dff55f17b859fdb3830b8c8e22' 2023-11-27T16:09:12.099 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-27T16:09:12.099 INFO:teuthology.packaging:ref: None 2023-11-27T16:09:12.099 INFO:teuthology.packaging:tag: None 2023-11-27T16:09:12.099 INFO:teuthology.packaging:branch: wip-adk-testing-2023-11-26-1627 2023-11-27T16:09:12.099 INFO:teuthology.packaging:sha1: c8a64eba7efb84dff55f17b859fdb3830b8c8e22 2023-11-27T16:09:12.099 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-adk-testing-2023-11-26-1627 2023-11-27T16:09:12.359 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7549.gc8a64eba 2023-11-27T16:09:12.360 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-27T16:09:12.366 INFO:teuthology.task.internal:no buildpackages task found 2023-11-27T16:09:12.367 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-27T16:09:12.381 INFO:teuthology.task.internal:Saving configuration 2023-11-27T16:09:12.396 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-27T16:09:12.403 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-27T16:09:12.431 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi100.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-27_16:03:00-orch:cephadm-wip-adk-testing-2023-11-26-1627-distro-default-smithi/7467863', '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-11-27 16:03:17.302909', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-11-27T16:09:12.455 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi156.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-27_16:03:00-orch:cephadm-wip-adk-testing-2023-11-26-1627-distro-default-smithi/7467863', '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-11-27 16:03:17.305129', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-11-27T16:09:12.480 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi186.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-27_16:03:00-orch:cephadm-wip-adk-testing-2023-11-26-1627-distro-default-smithi/7467863', '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-11-27 16:03:17.304087', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-11-27T16:09:12.480 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-27T16:09:12.487 INFO:teuthology.task.internal:roles: ubuntu@smithi100.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2023-11-27T16:09:12.487 INFO:teuthology.task.internal:roles: ubuntu@smithi156.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2023-11-27T16:09:12.487 INFO:teuthology.task.internal:roles: ubuntu@smithi186.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2023-11-27T16:09:12.487 INFO:teuthology.run_tasks:Running task console_log... 2023-11-27T16:09:12.601 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fa472c77b80>, signals=[15]) 2023-11-27T16:09:12.602 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-27T16:09:12.608 INFO:teuthology.task.internal:Opening connections... 2023-11-27T16:09:12.608 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi100.front.sepia.ceph.com 2023-11-27T16:09:12.610 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi100.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-27T16:09:12.721 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi156.front.sepia.ceph.com 2023-11-27T16:09:12.722 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi156.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-27T16:09:12.789 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi186.front.sepia.ceph.com 2023-11-27T16:09:12.790 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-27T16:09:12.857 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-27T16:09:12.863 DEBUG:teuthology.orchestra.run.smithi100:> uname -m 2023-11-27T16:09:12.884 INFO:teuthology.orchestra.run.smithi100.stdout:x86_64 2023-11-27T16:09:12.884 DEBUG:teuthology.orchestra.run.smithi100:> cat /etc/os-release 2023-11-27T16:09:12.943 INFO:teuthology.orchestra.run.smithi100.stdout:NAME="Red Hat Enterprise Linux" 2023-11-27T16:09:12.943 INFO:teuthology.orchestra.run.smithi100.stdout:VERSION="8.6 (Ootpa)" 2023-11-27T16:09:12.943 INFO:teuthology.orchestra.run.smithi100.stdout:ID="rhel" 2023-11-27T16:09:12.943 INFO:teuthology.orchestra.run.smithi100.stdout:ID_LIKE="fedora" 2023-11-27T16:09:12.943 INFO:teuthology.orchestra.run.smithi100.stdout:VERSION_ID="8.6" 2023-11-27T16:09:12.943 INFO:teuthology.orchestra.run.smithi100.stdout:PLATFORM_ID="platform:el8" 2023-11-27T16:09:12.943 INFO:teuthology.orchestra.run.smithi100.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-11-27T16:09:12.943 INFO:teuthology.orchestra.run.smithi100.stdout:ANSI_COLOR="0;31" 2023-11-27T16:09:12.944 INFO:teuthology.orchestra.run.smithi100.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-11-27T16:09:12.944 INFO:teuthology.orchestra.run.smithi100.stdout:HOME_URL="https://www.redhat.com/" 2023-11-27T16:09:12.944 INFO:teuthology.orchestra.run.smithi100.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-11-27T16:09:12.944 INFO:teuthology.orchestra.run.smithi100.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-27T16:09:12.944 INFO:teuthology.orchestra.run.smithi100.stdout: 2023-11-27T16:09:12.944 INFO:teuthology.orchestra.run.smithi100.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-27T16:09:12.944 INFO:teuthology.orchestra.run.smithi100.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-11-27T16:09:12.944 INFO:teuthology.orchestra.run.smithi100.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-11-27T16:09:12.944 INFO:teuthology.orchestra.run.smithi100.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-11-27T16:09:12.945 INFO:teuthology.lock.ops:Updating smithi100.front.sepia.ceph.com on lock server 2023-11-27T16:09:12.970 DEBUG:teuthology.orchestra.run.smithi156:> uname -m 2023-11-27T16:09:12.991 INFO:teuthology.orchestra.run.smithi156.stdout:x86_64 2023-11-27T16:09:12.991 DEBUG:teuthology.orchestra.run.smithi156:> cat /etc/os-release 2023-11-27T16:09:13.051 INFO:teuthology.orchestra.run.smithi156.stdout:NAME="Red Hat Enterprise Linux" 2023-11-27T16:09:13.051 INFO:teuthology.orchestra.run.smithi156.stdout:VERSION="8.6 (Ootpa)" 2023-11-27T16:09:13.051 INFO:teuthology.orchestra.run.smithi156.stdout:ID="rhel" 2023-11-27T16:09:13.051 INFO:teuthology.orchestra.run.smithi156.stdout:ID_LIKE="fedora" 2023-11-27T16:09:13.051 INFO:teuthology.orchestra.run.smithi156.stdout:VERSION_ID="8.6" 2023-11-27T16:09:13.051 INFO:teuthology.orchestra.run.smithi156.stdout:PLATFORM_ID="platform:el8" 2023-11-27T16:09:13.051 INFO:teuthology.orchestra.run.smithi156.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-11-27T16:09:13.051 INFO:teuthology.orchestra.run.smithi156.stdout:ANSI_COLOR="0;31" 2023-11-27T16:09:13.051 INFO:teuthology.orchestra.run.smithi156.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-11-27T16:09:13.052 INFO:teuthology.orchestra.run.smithi156.stdout:HOME_URL="https://www.redhat.com/" 2023-11-27T16:09:13.052 INFO:teuthology.orchestra.run.smithi156.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-11-27T16:09:13.052 INFO:teuthology.orchestra.run.smithi156.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-27T16:09:13.052 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-11-27T16:09:13.052 INFO:teuthology.orchestra.run.smithi156.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-27T16:09:13.052 INFO:teuthology.orchestra.run.smithi156.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-11-27T16:09:13.052 INFO:teuthology.orchestra.run.smithi156.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-11-27T16:09:13.052 INFO:teuthology.orchestra.run.smithi156.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-11-27T16:09:13.052 INFO:teuthology.lock.ops:Updating smithi156.front.sepia.ceph.com on lock server 2023-11-27T16:09:13.079 DEBUG:teuthology.orchestra.run.smithi186:> uname -m 2023-11-27T16:09:13.099 INFO:teuthology.orchestra.run.smithi186.stdout:x86_64 2023-11-27T16:09:13.099 DEBUG:teuthology.orchestra.run.smithi186:> cat /etc/os-release 2023-11-27T16:09:13.160 INFO:teuthology.orchestra.run.smithi186.stdout:NAME="Red Hat Enterprise Linux" 2023-11-27T16:09:13.160 INFO:teuthology.orchestra.run.smithi186.stdout:VERSION="8.6 (Ootpa)" 2023-11-27T16:09:13.160 INFO:teuthology.orchestra.run.smithi186.stdout:ID="rhel" 2023-11-27T16:09:13.160 INFO:teuthology.orchestra.run.smithi186.stdout:ID_LIKE="fedora" 2023-11-27T16:09:13.160 INFO:teuthology.orchestra.run.smithi186.stdout:VERSION_ID="8.6" 2023-11-27T16:09:13.160 INFO:teuthology.orchestra.run.smithi186.stdout:PLATFORM_ID="platform:el8" 2023-11-27T16:09:13.160 INFO:teuthology.orchestra.run.smithi186.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-11-27T16:09:13.160 INFO:teuthology.orchestra.run.smithi186.stdout:ANSI_COLOR="0;31" 2023-11-27T16:09:13.161 INFO:teuthology.orchestra.run.smithi186.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-11-27T16:09:13.161 INFO:teuthology.orchestra.run.smithi186.stdout:HOME_URL="https://www.redhat.com/" 2023-11-27T16:09:13.161 INFO:teuthology.orchestra.run.smithi186.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-11-27T16:09:13.161 INFO:teuthology.orchestra.run.smithi186.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-27T16:09:13.161 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-27T16:09:13.161 INFO:teuthology.orchestra.run.smithi186.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-27T16:09:13.161 INFO:teuthology.orchestra.run.smithi186.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-11-27T16:09:13.161 INFO:teuthology.orchestra.run.smithi186.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-11-27T16:09:13.161 INFO:teuthology.orchestra.run.smithi186.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-11-27T16:09:13.161 INFO:teuthology.lock.ops:Updating smithi186.front.sepia.ceph.com on lock server 2023-11-27T16:09:13.187 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-27T16:09:13.197 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-27T16:09:13.202 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-27T16:09:13.203 DEBUG:teuthology.orchestra.run.smithi100:> test '!' -e /home/ubuntu/cephtest 2023-11-27T16:09:13.207 DEBUG:teuthology.orchestra.run.smithi156:> test '!' -e /home/ubuntu/cephtest 2023-11-27T16:09:13.209 DEBUG:teuthology.orchestra.run.smithi186:> test '!' -e /home/ubuntu/cephtest 2023-11-27T16:09:13.227 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-27T16:09:13.233 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-27T16:09:13.234 DEBUG:teuthology.orchestra.run.smithi100:> test -z $(ls -A /var/lib/ceph) 2023-11-27T16:09:13.264 DEBUG:teuthology.orchestra.run.smithi156:> test -z $(ls -A /var/lib/ceph) 2023-11-27T16:09:13.269 DEBUG:teuthology.orchestra.run.smithi186:> test -z $(ls -A /var/lib/ceph) 2023-11-27T16:09:13.301 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-27T16:09:13.381 INFO:teuthology.run_tasks:Running task kernel... 2023-11-27T16:09:13.396 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-27T16:09:13.396 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-11-27T16:09:13.397 DEBUG:teuthology.orchestra.run.smithi100:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-27T16:09:13.398 DEBUG:teuthology.orchestra.run.smithi156:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-27T16:09:13.398 DEBUG:teuthology.orchestra.run.smithi186:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-27T16:09:13.416 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-27T16:09:13.417 DEBUG:teuthology.orchestra.run.smithi100:> uname -r 2023-11-27T16:09:13.417 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-27T16:09:13.418 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-27T16:09:13.419 DEBUG:teuthology.orchestra.run.smithi186:> uname -r 2023-11-27T16:09:13.419 DEBUG:teuthology.orchestra.run.smithi156:> uname -r 2023-11-27T16:09:13.476 INFO:teuthology.orchestra.run.smithi100.stdout:4.18.0-372.9.1.el8.x86_64 2023-11-27T16:09:13.476 INFO:teuthology.task.kernel:Running kernel on smithi100: 4.18.0-372.9.1.el8.x86_64 2023-11-27T16:09:13.476 DEBUG:teuthology.orchestra.run.smithi100:> sudo yum install -y kernel 2023-11-27T16:09:13.478 INFO:teuthology.orchestra.run.smithi156.stdout:4.18.0-372.9.1.el8.x86_64 2023-11-27T16:09:13.478 INFO:teuthology.task.kernel:Running kernel on smithi156: 4.18.0-372.9.1.el8.x86_64 2023-11-27T16:09:13.478 DEBUG:teuthology.orchestra.run.smithi156:> sudo yum install -y kernel 2023-11-27T16:09:13.479 INFO:teuthology.orchestra.run.smithi186.stdout:4.18.0-372.9.1.el8.x86_64 2023-11-27T16:09:13.480 INFO:teuthology.task.kernel:Running kernel on smithi186: 4.18.0-372.9.1.el8.x86_64 2023-11-27T16:09:13.480 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum install -y kernel 2023-11-27T16:09:14.651 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-11-27T16:09:14.651 INFO:teuthology.orchestra.run.smithi186.stdout:Unable to read consumer identity 2023-11-27T16:09:14.656 INFO:teuthology.orchestra.run.smithi156.stdout:Updating Subscription Management repositories. 2023-11-27T16:09:14.657 INFO:teuthology.orchestra.run.smithi156.stdout:Unable to read consumer identity 2023-11-27T16:09:14.700 INFO:teuthology.orchestra.run.smithi100.stdout:Updating Subscription Management repositories. 2023-11-27T16:09:14.700 INFO:teuthology.orchestra.run.smithi100.stdout:Unable to read consumer identity 2023-11-27T16:09:16.043 INFO:teuthology.orchestra.run.smithi186.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2023-11-27T16:09:16.133 INFO:teuthology.orchestra.run.smithi156.stdout:Copr repo for python3-asyncssh owned by ceph 18 kB/s | 3.5 kB 00:00 2023-11-27T16:09:16.165 INFO:teuthology.orchestra.run.smithi100.stdout:Copr repo for python3-asyncssh owned by ceph 18 kB/s | 3.5 kB 00:00 2023-11-27T16:09:16.752 INFO:teuthology.orchestra.run.smithi186.stdout:Extra Packages for Enterprise Linux 23 MB/s | 16 MB 00:00 2023-11-27T16:09:17.492 INFO:teuthology.orchestra.run.smithi156.stdout:Extra Packages for Enterprise Linux 12 MB/s | 16 MB 00:01 2023-11-27T16:09:17.591 INFO:teuthology.orchestra.run.smithi100.stdout:Extra Packages for Enterprise Linux 11 MB/s | 16 MB 00:01 2023-11-27T16:09:20.261 INFO:teuthology.orchestra.run.smithi186.stdout:lab-extras 430 kB/s | 24 kB 00:00 2023-11-27T16:09:20.975 INFO:teuthology.orchestra.run.smithi156.stdout:lab-extras 424 kB/s | 24 kB 00:00 2023-11-27T16:09:20.988 INFO:teuthology.orchestra.run.smithi186.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-11-27T16:09:21.046 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2023-11-27T16:09:21.047 INFO:teuthology.orchestra.run.smithi186.stdout:Nothing to do. 2023-11-27T16:09:21.047 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2023-11-27T16:09:21.145 DEBUG:teuthology.orchestra.run.smithi186:> echo no | sudo yum reinstall kernel || true 2023-11-27T16:09:21.166 INFO:teuthology.orchestra.run.smithi100.stdout:lab-extras 510 kB/s | 24 kB 00:00 2023-11-27T16:09:21.475 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-11-27T16:09:21.476 INFO:teuthology.orchestra.run.smithi186.stdout:Unable to read consumer identity 2023-11-27T16:09:21.720 INFO:teuthology.orchestra.run.smithi156.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-11-27T16:09:21.742 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:00:01 ago on Mon 27 Nov 2023 04:09:20 PM UTC. 2023-11-27T16:09:21.767 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2023-11-27T16:09:21.767 INFO:teuthology.orchestra.run.smithi156.stdout:Nothing to do. 2023-11-27T16:09:21.768 INFO:teuthology.orchestra.run.smithi156.stdout:Complete! 2023-11-27T16:09:21.783 INFO:teuthology.orchestra.run.smithi186.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-11-27T16:09:21.814 INFO:teuthology.orchestra.run.smithi186.stderr:Error: No packages marked for reinstall. 2023-11-27T16:09:21.835 INFO:teuthology.orchestra.run.smithi100.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-11-27T16:09:21.860 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum reinstall -y kernel || true 2023-11-27T16:09:21.880 DEBUG:teuthology.orchestra.run.smithi156:> echo no | sudo yum reinstall kernel || true 2023-11-27T16:09:21.886 INFO:teuthology.orchestra.run.smithi100.stdout:Dependencies resolved. 2023-11-27T16:09:21.887 INFO:teuthology.orchestra.run.smithi100.stdout:Nothing to do. 2023-11-27T16:09:21.887 INFO:teuthology.orchestra.run.smithi100.stdout:Complete! 2023-11-27T16:09:22.040 DEBUG:teuthology.orchestra.run.smithi100:> echo no | sudo yum reinstall kernel || true 2023-11-27T16:09:22.189 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-11-27T16:09:22.190 INFO:teuthology.orchestra.run.smithi186.stdout:Unable to read consumer identity 2023-11-27T16:09:22.253 INFO:teuthology.orchestra.run.smithi156.stdout:Updating Subscription Management repositories. 2023-11-27T16:09:22.254 INFO:teuthology.orchestra.run.smithi156.stdout:Unable to read consumer identity 2023-11-27T16:09:22.375 INFO:teuthology.orchestra.run.smithi100.stdout:Updating Subscription Management repositories. 2023-11-27T16:09:22.375 INFO:teuthology.orchestra.run.smithi100.stdout:Unable to read consumer identity 2023-11-27T16:09:22.454 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:00:02 ago on Mon 27 Nov 2023 04:09:20 PM UTC. 2023-11-27T16:09:22.493 INFO:teuthology.orchestra.run.smithi186.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-11-27T16:09:22.516 INFO:teuthology.orchestra.run.smithi186.stderr:Error: No packages marked for reinstall. 2023-11-27T16:09:22.531 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:00:02 ago on Mon 27 Nov 2023 04:09:20 PM UTC. 2023-11-27T16:09:22.562 DEBUG:teuthology.orchestra.run.smithi186:> rpm -q kernel | sort -rV | head -n 1 2023-11-27T16:09:22.580 INFO:teuthology.orchestra.run.smithi156.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-11-27T16:09:22.624 INFO:teuthology.orchestra.run.smithi156.stderr:Error: No packages marked for reinstall. 2023-11-27T16:09:22.643 INFO:teuthology.orchestra.run.smithi186.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-11-27T16:09:22.643 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-11-27T16:09:22.643 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-11-27T16:09:22.643 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-11-27T16:09:22.643 DEBUG:teuthology.orchestra.run.smithi186:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-27T16:09:22.644 INFO:teuthology.orchestra.run.smithi100.stdout:Last metadata expiration check: 0:00:01 ago on Mon 27 Nov 2023 04:09:21 PM UTC. 2023-11-27T16:09:22.669 INFO:teuthology.orchestra.run.smithi186.stdout:ttyS1 2023-11-27T16:09:22.671 DEBUG:teuthology.orchestra.run.smithi156:> sudo yum reinstall -y kernel || true 2023-11-27T16:09:22.683 INFO:teuthology.orchestra.run.smithi100.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-11-27T16:09:22.686 DEBUG:teuthology.parallel:result is None 2023-11-27T16:09:22.723 INFO:teuthology.orchestra.run.smithi100.stderr:Error: No packages marked for reinstall. 2023-11-27T16:09:22.769 DEBUG:teuthology.orchestra.run.smithi100:> sudo yum reinstall -y kernel || true 2023-11-27T16:09:23.004 INFO:teuthology.orchestra.run.smithi156.stdout:Updating Subscription Management repositories. 2023-11-27T16:09:23.004 INFO:teuthology.orchestra.run.smithi156.stdout:Unable to read consumer identity 2023-11-27T16:09:23.100 INFO:teuthology.orchestra.run.smithi100.stdout:Updating Subscription Management repositories. 2023-11-27T16:09:23.101 INFO:teuthology.orchestra.run.smithi100.stdout:Unable to read consumer identity 2023-11-27T16:09:23.289 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:00:03 ago on Mon 27 Nov 2023 04:09:20 PM UTC. 2023-11-27T16:09:23.330 INFO:teuthology.orchestra.run.smithi156.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-11-27T16:09:23.357 INFO:teuthology.orchestra.run.smithi156.stderr:Error: No packages marked for reinstall. 2023-11-27T16:09:23.388 INFO:teuthology.orchestra.run.smithi100.stdout:Last metadata expiration check: 0:00:02 ago on Mon 27 Nov 2023 04:09:21 PM UTC. 2023-11-27T16:09:23.409 DEBUG:teuthology.orchestra.run.smithi156:> rpm -q kernel | sort -rV | head -n 1 2023-11-27T16:09:23.431 INFO:teuthology.orchestra.run.smithi100.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-11-27T16:09:23.470 INFO:teuthology.orchestra.run.smithi100.stderr:Error: No packages marked for reinstall. 2023-11-27T16:09:23.490 INFO:teuthology.orchestra.run.smithi156.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-11-27T16:09:23.490 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-11-27T16:09:23.490 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-11-27T16:09:23.490 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-27T16:09:23.491 DEBUG:teuthology.orchestra.run.smithi156:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-27T16:09:23.517 DEBUG:teuthology.orchestra.run.smithi100:> rpm -q kernel | sort -rV | head -n 1 2023-11-27T16:09:23.518 INFO:teuthology.orchestra.run.smithi156.stdout:ttyS1 2023-11-27T16:09:23.538 DEBUG:teuthology.parallel:result is None 2023-11-27T16:09:23.598 INFO:teuthology.orchestra.run.smithi100.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-11-27T16:09:23.598 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-11-27T16:09:23.598 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-11-27T16:09:23.598 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-27T16:09:23.598 DEBUG:teuthology.orchestra.run.smithi100:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-27T16:09:23.633 INFO:teuthology.orchestra.run.smithi100.stdout:ttyS1 2023-11-27T16:09:23.651 DEBUG:teuthology.parallel:result is None 2023-11-27T16:09:23.651 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-27T16:09:23.658 INFO:teuthology.task.internal:Creating test directory... 2023-11-27T16:09:23.658 DEBUG:teuthology.orchestra.run.smithi100:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-27T16:09:23.693 DEBUG:teuthology.orchestra.run.smithi156:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-27T16:09:23.698 DEBUG:teuthology.orchestra.run.smithi186:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-27T16:09:23.719 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-27T16:09:23.726 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-27T16:09:23.732 INFO:teuthology.task.internal:Creating archive directory... 2023-11-27T16:09:23.733 DEBUG:teuthology.orchestra.run.smithi100:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-27T16:09:23.750 DEBUG:teuthology.orchestra.run.smithi156:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-27T16:09:23.753 DEBUG:teuthology.orchestra.run.smithi186:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-27T16:09:23.791 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-27T16:09:23.798 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-27T16:09:23.798 DEBUG:teuthology.orchestra.run.smithi100:> 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-11-27T16:09:23.807 DEBUG:teuthology.orchestra.run.smithi156:> 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-11-27T16:09:23.811 DEBUG:teuthology.orchestra.run.smithi186:> 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-11-27T16:09:23.832 INFO:teuthology.orchestra.run.smithi100.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-27T16:09:23.841 INFO:teuthology.orchestra.run.smithi100.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-27T16:09:23.850 INFO:teuthology.orchestra.run.smithi156.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-27T16:09:23.860 INFO:teuthology.orchestra.run.smithi156.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-27T16:09:23.872 INFO:teuthology.orchestra.run.smithi186.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-27T16:09:23.884 INFO:teuthology.orchestra.run.smithi186.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-27T16:09:23.886 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-27T16:09:23.894 INFO:teuthology.task.internal:Configuring sudo... 2023-11-27T16:09:23.894 DEBUG:teuthology.orchestra.run.smithi100:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-27T16:09:23.897 DEBUG:teuthology.orchestra.run.smithi156:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-27T16:09:23.905 DEBUG:teuthology.orchestra.run.smithi186:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-27T16:09:23.935 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-27T16:09:23.964 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-27T16:09:23.965 DEBUG:teuthology.orchestra.run.smithi100:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-27T16:09:23.967 DEBUG:teuthology.orchestra.run.smithi156:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-27T16:09:23.971 DEBUG:teuthology.orchestra.run.smithi186:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-27T16:09:23.993 DEBUG:teuthology.orchestra.run.smithi100:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-27T16:09:24.068 DEBUG:teuthology.orchestra.run.smithi100:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-27T16:09:24.118 DEBUG:teuthology.orchestra.run.smithi100:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-27T16:09:24.203 DEBUG:teuthology.orchestra.run.smithi100:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-27T16:09:24.244 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2023-11-27T16:09:24.244 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-27T16:09:24.314 DEBUG:teuthology.orchestra.run.smithi156:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-27T16:09:24.354 DEBUG:teuthology.orchestra.run.smithi156:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-27T16:09:24.428 DEBUG:teuthology.orchestra.run.smithi156:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-27T16:09:24.474 DEBUG:teuthology.orchestra.run.smithi156:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-27T16:09:24.513 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2023-11-27T16:09:24.514 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-27T16:09:24.581 DEBUG:teuthology.orchestra.run.smithi186:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-27T16:09:24.629 DEBUG:teuthology.orchestra.run.smithi186:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-27T16:09:24.684 DEBUG:teuthology.orchestra.run.smithi186:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-27T16:09:24.768 DEBUG:teuthology.orchestra.run.smithi186:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-27T16:09:24.814 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2023-11-27T16:09:24.814 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-27T16:09:24.907 DEBUG:teuthology.orchestra.run.smithi100:> sudo service rsyslog restart 2023-11-27T16:09:24.910 DEBUG:teuthology.orchestra.run.smithi156:> sudo service rsyslog restart 2023-11-27T16:09:24.913 DEBUG:teuthology.orchestra.run.smithi186:> sudo service rsyslog restart 2023-11-27T16:09:24.969 INFO:teuthology.orchestra.run.smithi156.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-27T16:09:24.969 INFO:teuthology.orchestra.run.smithi100.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-27T16:09:25.002 INFO:teuthology.orchestra.run.smithi186.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-27T16:09:25.429 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-27T16:09:25.437 INFO:teuthology.task.internal:Starting timer... 2023-11-27T16:09:25.438 INFO:teuthology.run_tasks:Running task pcp... 2023-11-27T16:09:25.448 INFO:teuthology.run_tasks:Running task selinux... 2023-11-27T16:09:25.457 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-27T16:09:25.458 DEBUG:teuthology.orchestra.run.smithi100:> sudo service auditd rotate 2023-11-27T16:09:25.512 INFO:teuthology.orchestra.run.smithi100.stdout:Rotating logs: 2023-11-27T16:09:25.513 DEBUG:teuthology.orchestra.run.smithi156:> sudo service auditd rotate 2023-11-27T16:09:25.564 INFO:teuthology.orchestra.run.smithi156.stdout:Rotating logs: 2023-11-27T16:09:25.566 DEBUG:teuthology.orchestra.run.smithi186:> sudo service auditd rotate 2023-11-27T16:09:25.616 INFO:teuthology.orchestra.run.smithi186.stdout:Rotating logs: 2023-11-27T16:09:25.618 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-27T16:09:25.618 DEBUG:teuthology.orchestra.run.smithi100:> /usr/sbin/getenforce 2023-11-27T16:09:25.646 INFO:teuthology.orchestra.run.smithi100.stdout:Permissive 2023-11-27T16:09:25.646 DEBUG:teuthology.orchestra.run.smithi156:> /usr/sbin/getenforce 2023-11-27T16:09:25.672 INFO:teuthology.orchestra.run.smithi156.stdout:Permissive 2023-11-27T16:09:25.672 DEBUG:teuthology.orchestra.run.smithi186:> /usr/sbin/getenforce 2023-11-27T16:09:25.698 INFO:teuthology.orchestra.run.smithi186.stdout:Permissive 2023-11-27T16:09:25.698 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi100.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi156.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi186.front.sepia.ceph.com': 'permissive'} 2023-11-27T16:09:25.698 DEBUG:teuthology.orchestra.run.smithi100:> 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-11-27T16:09:25.725 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-27T16:09:25.726 DEBUG:teuthology.orchestra.run.smithi156:> 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-11-27T16:09:25.753 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-27T16:09:25.754 DEBUG:teuthology.orchestra.run.smithi186:> 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-11-27T16:09:25.781 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-27T16:09:25.781 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-27T16:09:25.782 DEBUG:teuthology.orchestra.run.smithi100:> sudo /usr/sbin/setenforce permissive 2023-11-27T16:09:25.808 DEBUG:teuthology.orchestra.run.smithi156:> sudo /usr/sbin/setenforce permissive 2023-11-27T16:09:25.835 DEBUG:teuthology.orchestra.run.smithi186:> sudo /usr/sbin/setenforce permissive 2023-11-27T16:09:25.863 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-27T16:09:25.872 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-11-27T16:09:25.873 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-27T16:09:25.892 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-11-27T16:09:25.893 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi100.front.sepia.ceph.com,smithi156.front.sepia.ceph.com,smithi186.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-27T16:20:11.104 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi100.front.sepia.ceph.com'), Remote(name='ubuntu@smithi156.front.sepia.ceph.com'), Remote(name='ubuntu@smithi186.front.sepia.ceph.com')] 2023-11-27T16:20:11.105 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi100.front.sepia.ceph.com' 2023-11-27T16:20:11.106 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi100.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-27T16:20:11.175 DEBUG:teuthology.orchestra.run.smithi100:> true 2023-11-27T16:20:11.245 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi100.front.sepia.ceph.com' 2023-11-27T16:20:11.246 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi156.front.sepia.ceph.com' 2023-11-27T16:20:11.246 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi156.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-27T16:20:11.315 DEBUG:teuthology.orchestra.run.smithi156:> true 2023-11-27T16:20:11.385 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi156.front.sepia.ceph.com' 2023-11-27T16:20:11.385 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi186.front.sepia.ceph.com' 2023-11-27T16:20:11.386 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-27T16:20:11.455 DEBUG:teuthology.orchestra.run.smithi186:> true 2023-11-27T16:20:11.524 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi186.front.sepia.ceph.com' 2023-11-27T16:20:11.525 INFO:teuthology.run_tasks:Running task clock... 2023-11-27T16:20:11.536 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-27T16:20:11.537 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-27T16:20:11.537 DEBUG:teuthology.orchestra.run.smithi100:> 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-11-27T16:20:11.540 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-27T16:20:11.540 DEBUG:teuthology.orchestra.run.smithi156:> 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-11-27T16:20:11.543 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-27T16:20:11.543 DEBUG:teuthology.orchestra.run.smithi186:> 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-11-27T16:20:11.573 INFO:teuthology.orchestra.run.smithi100.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-27T16:20:11.578 INFO:teuthology.orchestra.run.smithi156.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-27T16:20:11.589 INFO:teuthology.orchestra.run.smithi100.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-27T16:20:11.594 INFO:teuthology.orchestra.run.smithi156.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-27T16:20:11.596 INFO:teuthology.orchestra.run.smithi186.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-27T16:20:11.611 INFO:teuthology.orchestra.run.smithi186.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-27T16:20:11.660 INFO:teuthology.orchestra.run.smithi100.stderr:sudo: ntpd: command not found 2023-11-27T16:20:11.668 INFO:teuthology.orchestra.run.smithi156.stderr:sudo: ntpd: command not found 2023-11-27T16:20:11.672 INFO:teuthology.orchestra.run.smithi100.stdout:506 Cannot talk to daemon 2023-11-27T16:20:11.681 INFO:teuthology.orchestra.run.smithi156.stdout:506 Cannot talk to daemon 2023-11-27T16:20:11.687 INFO:teuthology.orchestra.run.smithi186.stderr:sudo: ntpd: command not found 2023-11-27T16:20:11.687 INFO:teuthology.orchestra.run.smithi100.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-27T16:20:11.696 INFO:teuthology.orchestra.run.smithi156.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-27T16:20:11.699 INFO:teuthology.orchestra.run.smithi186.stdout:506 Cannot talk to daemon 2023-11-27T16:20:11.701 INFO:teuthology.orchestra.run.smithi100.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-27T16:20:11.711 INFO:teuthology.orchestra.run.smithi156.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-27T16:20:11.713 INFO:teuthology.orchestra.run.smithi186.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-27T16:20:11.728 INFO:teuthology.orchestra.run.smithi186.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-27T16:20:11.774 INFO:teuthology.orchestra.run.smithi100.stderr:bash: ntpq: command not found 2023-11-27T16:20:11.777 INFO:teuthology.orchestra.run.smithi100.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-27T16:20:11.777 INFO:teuthology.orchestra.run.smithi100.stdout:=============================================================================== 2023-11-27T16:20:11.777 INFO:teuthology.orchestra.run.smithi100.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-27T16:20:11.778 INFO:teuthology.orchestra.run.smithi100.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-27T16:20:11.778 INFO:teuthology.orchestra.run.smithi100.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-27T16:20:11.778 INFO:teuthology.orchestra.run.smithi100.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-27T16:20:11.783 INFO:teuthology.orchestra.run.smithi156.stderr:bash: ntpq: command not found 2023-11-27T16:20:11.786 INFO:teuthology.orchestra.run.smithi156.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-27T16:20:11.787 INFO:teuthology.orchestra.run.smithi156.stdout:=============================================================================== 2023-11-27T16:20:11.787 INFO:teuthology.orchestra.run.smithi156.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-27T16:20:11.787 INFO:teuthology.orchestra.run.smithi156.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-27T16:20:11.787 INFO:teuthology.orchestra.run.smithi156.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-27T16:20:11.787 INFO:teuthology.orchestra.run.smithi156.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-27T16:20:11.809 INFO:teuthology.orchestra.run.smithi186.stderr:bash: ntpq: command not found 2023-11-27T16:20:11.812 INFO:teuthology.orchestra.run.smithi186.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-27T16:20:11.812 INFO:teuthology.orchestra.run.smithi186.stdout:=============================================================================== 2023-11-27T16:20:11.812 INFO:teuthology.orchestra.run.smithi186.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-27T16:20:11.812 INFO:teuthology.orchestra.run.smithi186.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-27T16:20:11.812 INFO:teuthology.orchestra.run.smithi186.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-27T16:20:11.812 INFO:teuthology.orchestra.run.smithi186.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-27T16:20:11.813 INFO:teuthology.run_tasks:Running task pexec... 2023-11-27T16:20:11.827 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-27T16:20:11.828 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi100.front.sepia.ceph.com 2023-11-27T16:20:11.828 DEBUG:teuthology.orchestra.run.smithi100:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-27T16:20:11.829 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi156.front.sepia.ceph.com 2023-11-27T16:20:11.829 DEBUG:teuthology.orchestra.run.smithi156:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-27T16:20:11.829 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi186.front.sepia.ceph.com 2023-11-27T16:20:11.830 DEBUG:teuthology.orchestra.run.smithi186:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-27T16:20:12.203 INFO:teuthology.orchestra.run.smithi100.stdout:Updating Subscription Management repositories. 2023-11-27T16:20:12.204 INFO:teuthology.orchestra.run.smithi156.stdout:Updating Subscription Management repositories. 2023-11-27T16:20:12.225 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-11-27T16:20:13.651 INFO:teuthology.orchestra.run.smithi100.stdout:Last metadata expiration check: 0:01:53 ago on Mon 27 Nov 2023 04:18:20 PM UTC. 2023-11-27T16:20:13.819 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:01:49 ago on Mon 27 Nov 2023 04:18:24 PM UTC. 2023-11-27T16:20:13.965 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:01:45 ago on Mon 27 Nov 2023 04:18:28 PM UTC. 2023-11-27T16:20:15.369 INFO:teuthology.orchestra.run.smithi100.stdout:Dependencies resolved. 2023-11-27T16:20:15.370 INFO:teuthology.orchestra.run.smithi100.stdout:================================================================================ 2023-11-27T16:20:15.370 INFO:teuthology.orchestra.run.smithi100.stdout: Package Architecture Version Repository Size 2023-11-27T16:20:15.370 INFO:teuthology.orchestra.run.smithi100.stdout:================================================================================ 2023-11-27T16:20:15.370 INFO:teuthology.orchestra.run.smithi100.stdout:Resetting modules: 2023-11-27T16:20:15.371 INFO:teuthology.orchestra.run.smithi100.stdout: container-tools 2023-11-27T16:20:15.371 INFO:teuthology.orchestra.run.smithi100.stdout: 2023-11-27T16:20:15.371 INFO:teuthology.orchestra.run.smithi100.stdout:Transaction Summary 2023-11-27T16:20:15.371 INFO:teuthology.orchestra.run.smithi100.stdout:================================================================================ 2023-11-27T16:20:15.371 INFO:teuthology.orchestra.run.smithi100.stdout: 2023-11-27T16:20:15.539 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2023-11-27T16:20:15.540 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2023-11-27T16:20:15.540 INFO:teuthology.orchestra.run.smithi186.stdout: Package Architecture Version Repository Size 2023-11-27T16:20:15.540 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2023-11-27T16:20:15.540 INFO:teuthology.orchestra.run.smithi186.stdout:Resetting modules: 2023-11-27T16:20:15.540 INFO:teuthology.orchestra.run.smithi186.stdout: container-tools 2023-11-27T16:20:15.541 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-27T16:20:15.541 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2023-11-27T16:20:15.541 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2023-11-27T16:20:15.541 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-27T16:20:15.722 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2023-11-27T16:20:15.723 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2023-11-27T16:20:15.724 INFO:teuthology.orchestra.run.smithi156.stdout: Package Architecture Version Repository Size 2023-11-27T16:20:15.724 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2023-11-27T16:20:15.724 INFO:teuthology.orchestra.run.smithi156.stdout:Resetting modules: 2023-11-27T16:20:15.724 INFO:teuthology.orchestra.run.smithi156.stdout: container-tools 2023-11-27T16:20:15.724 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-11-27T16:20:15.725 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction Summary 2023-11-27T16:20:15.725 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2023-11-27T16:20:15.725 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-11-27T16:20:16.325 INFO:teuthology.orchestra.run.smithi100.stdout:Last metadata expiration check: 0:01:55 ago on Mon 27 Nov 2023 04:18:20 PM UTC. 2023-11-27T16:20:16.528 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:01:52 ago on Mon 27 Nov 2023 04:18:24 PM UTC. 2023-11-27T16:20:16.688 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:01:48 ago on Mon 27 Nov 2023 04:18:28 PM UTC. 2023-11-27T16:20:24.248 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2023-11-27T16:20:24.689 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-11-27T16:20:26.324 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:02:01 ago on Mon 27 Nov 2023 04:18:24 PM UTC. 2023-11-27T16:20:26.406 INFO:teuthology.orchestra.run.smithi100.stdout:Complete! 2023-11-27T16:20:26.629 INFO:teuthology.orchestra.run.smithi156.stdout:Complete! 2023-11-27T16:20:26.862 INFO:teuthology.orchestra.run.smithi100.stdout:Updating Subscription Management repositories. 2023-11-27T16:20:27.088 INFO:teuthology.orchestra.run.smithi156.stdout:Updating Subscription Management repositories. 2023-11-27T16:20:28.004 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2023-11-27T16:20:28.096 INFO:teuthology.orchestra.run.smithi186.stdout:========================================================================================================================== 2023-11-27T16:20:28.096 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repository Size 2023-11-27T16:20:28.096 INFO:teuthology.orchestra.run.smithi186.stdout:========================================================================================================================== 2023-11-27T16:20:28.096 INFO:teuthology.orchestra.run.smithi186.stdout:Installing group/module packages: 2023-11-27T16:20:28.097 INFO:teuthology.orchestra.run.smithi186.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-11-27T16:20:28.097 INFO:teuthology.orchestra.run.smithi186.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-11-27T16:20:28.097 INFO:teuthology.orchestra.run.smithi186.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-11-27T16:20:28.097 INFO:teuthology.orchestra.run.smithi186.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-11-27T16:20:28.097 INFO:teuthology.orchestra.run.smithi186.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-11-27T16:20:28.097 INFO:teuthology.orchestra.run.smithi186.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-27T16:20:28.098 INFO:teuthology.orchestra.run.smithi186.stdout:Installing dependencies: 2023-11-27T16:20:28.098 INFO:teuthology.orchestra.run.smithi186.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-11-27T16:20:28.098 INFO:teuthology.orchestra.run.smithi186.stdout:Downgrading: 2023-11-27T16:20:28.098 INFO:teuthology.orchestra.run.smithi186.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-11-27T16:20:28.098 INFO:teuthology.orchestra.run.smithi186.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-11-27T16:20:28.098 INFO:teuthology.orchestra.run.smithi186.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-11-27T16:20:28.098 INFO:teuthology.orchestra.run.smithi186.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-11-27T16:20:28.098 INFO:teuthology.orchestra.run.smithi186.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-11-27T16:20:28.099 INFO:teuthology.orchestra.run.smithi186.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-11-27T16:20:28.099 INFO:teuthology.orchestra.run.smithi186.stdout: libslirp x86_64 4.3.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 69 k 2023-11-27T16:20:28.099 INFO:teuthology.orchestra.run.smithi186.stdout: podman x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 11 M 2023-11-27T16:20:28.099 INFO:teuthology.orchestra.run.smithi186.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-11-27T16:20:28.099 INFO:teuthology.orchestra.run.smithi186.stdout: podman-docker noarch 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 56 k 2023-11-27T16:20:28.099 INFO:teuthology.orchestra.run.smithi186.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-11-27T16:20:28.099 INFO:teuthology.orchestra.run.smithi186.stdout: slirp4netns x86_64 1.1.8-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-27T16:20:28.100 INFO:teuthology.orchestra.run.smithi186.stdout:Installing module profiles: 2023-11-27T16:20:28.100 INFO:teuthology.orchestra.run.smithi186.stdout: container-tools/common 2023-11-27T16:20:28.100 INFO:teuthology.orchestra.run.smithi186.stdout:Enabling module streams: 2023-11-27T16:20:28.100 INFO:teuthology.orchestra.run.smithi186.stdout: container-tools 3.0 2023-11-27T16:20:28.100 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-27T16:20:28.100 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2023-11-27T16:20:28.100 INFO:teuthology.orchestra.run.smithi186.stdout:========================================================================================================================== 2023-11-27T16:20:28.101 INFO:teuthology.orchestra.run.smithi186.stdout:Install 7 Packages 2023-11-27T16:20:28.101 INFO:teuthology.orchestra.run.smithi186.stdout:Downgrade 12 Packages 2023-11-27T16:20:28.101 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-27T16:20:28.101 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 51 M 2023-11-27T16:20:28.101 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2023-11-27T16:20:28.246 INFO:teuthology.orchestra.run.smithi186.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 625 kB/s | 91 kB 00:00 2023-11-27T16:20:28.271 INFO:teuthology.orchestra.run.smithi186.stdout:(2/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 300 kB/s | 51 kB 00:00 2023-11-27T16:20:28.288 INFO:teuthology.orchestra.run.smithi186.stdout:(3/19): container-selinux-2.178.0-2.module+el8. 281 kB/s | 53 kB 00:00 2023-11-27T16:20:28.330 INFO:teuthology.orchestra.run.smithi186.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 5.9 MB/s | 511 kB 00:00 2023-11-27T16:20:28.447 INFO:teuthology.orchestra.run.smithi186.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 394 kB/s | 69 kB 00:00 2023-11-27T16:20:28.451 INFO:teuthology.orchestra.run.smithi100.stdout:Last metadata expiration check: 0:02:08 ago on Mon 27 Nov 2023 04:18:20 PM UTC. 2023-11-27T16:20:28.489 INFO:teuthology.orchestra.run.smithi186.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 454 kB/s | 72 kB 00:00 2023-11-27T16:20:28.510 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:02:00 ago on Mon 27 Nov 2023 04:18:28 PM UTC. 2023-11-27T16:20:28.556 INFO:teuthology.orchestra.run.smithi186.stdout:(7/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 11 MB/s | 2.9 MB 00:00 2023-11-27T16:20:28.606 INFO:teuthology.orchestra.run.smithi186.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 478 kB/s | 56 kB 00:00 2023-11-27T16:20:28.664 INFO:teuthology.orchestra.run.smithi186.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 469 kB/s | 51 kB 00:00 2023-11-27T16:20:28.898 INFO:teuthology.orchestra.run.smithi186.stdout:(10/19): podman-3.0.1-9.module+el8.6.0+14874+64 24 MB/s | 11 MB 00:00 2023-11-27T16:20:28.932 INFO:teuthology.orchestra.run.smithi186.stdout:(11/19): podman-catatonit-3.0.1-9.module+el8.6. 1.2 MB/s | 322 kB 00:00 2023-11-27T16:20:28.999 INFO:teuthology.orchestra.run.smithi186.stdout:(12/19): yajl-2.1.0-10.el8.x86_64.rpm 408 kB/s | 41 kB 00:00 2023-11-27T16:20:29.099 INFO:teuthology.orchestra.run.smithi186.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 13 MB/s | 2.2 MB 00:00 2023-11-27T16:20:29.333 INFO:teuthology.orchestra.run.smithi186.stdout:(14/19): containernetworking-plugins-0.9.1-1.mo 26 MB/s | 19 MB 00:00 2023-11-27T16:20:29.467 INFO:teuthology.orchestra.run.smithi186.stdout:(15/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 14 MB/s | 6.4 MB 00:00 2023-11-27T16:20:29.516 INFO:teuthology.orchestra.run.smithi186.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 5.8 MB/s | 1.1 MB 00:00 2023-11-27T16:20:29.608 INFO:teuthology.orchestra.run.smithi186.stdout:(17/19): buildah-1.19.9-3.module+el8.6.0+14874+ 13 MB/s | 6.8 MB 00:00 2023-11-27T16:20:29.633 INFO:teuthology.orchestra.run.smithi186.stdout:(18/19): crun-0.18-3.module+el8.6.0+14874+64436 1.1 MB/s | 185 kB 00:00 2023-11-27T16:20:29.658 INFO:teuthology.orchestra.run.smithi186.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 356 kB/s | 51 kB 00:00 2023-11-27T16:20:29.659 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2023-11-27T16:20:29.659 INFO:teuthology.orchestra.run.smithi186.stdout:Total 32 MB/s | 51 MB 00:01 2023-11-27T16:20:30.135 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2023-11-27T16:20:30.142 INFO:teuthology.orchestra.run.smithi100.stdout:Dependencies resolved. 2023-11-27T16:20:30.177 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2023-11-27T16:20:30.177 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2023-11-27T16:20:30.234 INFO:teuthology.orchestra.run.smithi100.stdout:========================================================================================================================== 2023-11-27T16:20:30.234 INFO:teuthology.orchestra.run.smithi100.stdout: Package Arch Version Repository Size 2023-11-27T16:20:30.234 INFO:teuthology.orchestra.run.smithi100.stdout:========================================================================================================================== 2023-11-27T16:20:30.234 INFO:teuthology.orchestra.run.smithi100.stdout:Installing group/module packages: 2023-11-27T16:20:30.234 INFO:teuthology.orchestra.run.smithi100.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-11-27T16:20:30.234 INFO:teuthology.orchestra.run.smithi100.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-11-27T16:20:30.234 INFO:teuthology.orchestra.run.smithi100.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-11-27T16:20:30.234 INFO:teuthology.orchestra.run.smithi100.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-11-27T16:20:30.234 INFO:teuthology.orchestra.run.smithi100.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-11-27T16:20:30.234 INFO:teuthology.orchestra.run.smithi100.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-27T16:20:30.235 INFO:teuthology.orchestra.run.smithi100.stdout:Installing dependencies: 2023-11-27T16:20:30.235 INFO:teuthology.orchestra.run.smithi100.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-11-27T16:20:30.235 INFO:teuthology.orchestra.run.smithi100.stdout:Downgrading: 2023-11-27T16:20:30.235 INFO:teuthology.orchestra.run.smithi100.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-11-27T16:20:30.235 INFO:teuthology.orchestra.run.smithi100.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-11-27T16:20:30.235 INFO:teuthology.orchestra.run.smithi100.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-11-27T16:20:30.235 INFO:teuthology.orchestra.run.smithi100.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-11-27T16:20:30.235 INFO:teuthology.orchestra.run.smithi100.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-11-27T16:20:30.235 INFO:teuthology.orchestra.run.smithi100.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-11-27T16:20:30.235 INFO:teuthology.orchestra.run.smithi100.stdout: libslirp x86_64 4.3.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 69 k 2023-11-27T16:20:30.235 INFO:teuthology.orchestra.run.smithi100.stdout: podman x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 11 M 2023-11-27T16:20:30.235 INFO:teuthology.orchestra.run.smithi100.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-11-27T16:20:30.235 INFO:teuthology.orchestra.run.smithi100.stdout: podman-docker noarch 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 56 k 2023-11-27T16:20:30.236 INFO:teuthology.orchestra.run.smithi100.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-11-27T16:20:30.236 INFO:teuthology.orchestra.run.smithi100.stdout: slirp4netns x86_64 1.1.8-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-27T16:20:30.236 INFO:teuthology.orchestra.run.smithi100.stdout:Installing module profiles: 2023-11-27T16:20:30.236 INFO:teuthology.orchestra.run.smithi100.stdout: container-tools/common 2023-11-27T16:20:30.236 INFO:teuthology.orchestra.run.smithi100.stdout:Enabling module streams: 2023-11-27T16:20:30.236 INFO:teuthology.orchestra.run.smithi100.stdout: container-tools 3.0 2023-11-27T16:20:30.236 INFO:teuthology.orchestra.run.smithi100.stdout: 2023-11-27T16:20:30.236 INFO:teuthology.orchestra.run.smithi100.stdout:Transaction Summary 2023-11-27T16:20:30.236 INFO:teuthology.orchestra.run.smithi100.stdout:========================================================================================================================== 2023-11-27T16:20:30.236 INFO:teuthology.orchestra.run.smithi100.stdout:Install 7 Packages 2023-11-27T16:20:30.236 INFO:teuthology.orchestra.run.smithi100.stdout:Downgrade 12 Packages 2023-11-27T16:20:30.236 INFO:teuthology.orchestra.run.smithi100.stdout: 2023-11-27T16:20:30.237 INFO:teuthology.orchestra.run.smithi100.stdout:Total download size: 51 M 2023-11-27T16:20:30.237 INFO:teuthology.orchestra.run.smithi100.stdout:Downloading Packages: 2023-11-27T16:20:30.342 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2023-11-27T16:20:30.387 INFO:teuthology.orchestra.run.smithi100.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 609 kB/s | 91 kB 00:00 2023-11-27T16:20:30.412 INFO:teuthology.orchestra.run.smithi100.stdout:(2/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 294 kB/s | 51 kB 00:00 2023-11-27T16:20:30.437 INFO:teuthology.orchestra.run.smithi156.stdout:========================================================================================================================== 2023-11-27T16:20:30.437 INFO:teuthology.orchestra.run.smithi156.stdout: Package Arch Version Repository Size 2023-11-27T16:20:30.437 INFO:teuthology.orchestra.run.smithi156.stdout:========================================================================================================================== 2023-11-27T16:20:30.437 INFO:teuthology.orchestra.run.smithi156.stdout:Installing group/module packages: 2023-11-27T16:20:30.437 INFO:teuthology.orchestra.run.smithi156.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-11-27T16:20:30.437 INFO:teuthology.orchestra.run.smithi156.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-11-27T16:20:30.437 INFO:teuthology.orchestra.run.smithi156.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-11-27T16:20:30.438 INFO:teuthology.orchestra.run.smithi156.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-11-27T16:20:30.438 INFO:teuthology.orchestra.run.smithi156.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-11-27T16:20:30.438 INFO:teuthology.orchestra.run.smithi156.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-27T16:20:30.438 INFO:teuthology.orchestra.run.smithi156.stdout:Installing dependencies: 2023-11-27T16:20:30.438 INFO:teuthology.orchestra.run.smithi156.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-11-27T16:20:30.438 INFO:teuthology.orchestra.run.smithi156.stdout:Downgrading: 2023-11-27T16:20:30.438 INFO:teuthology.orchestra.run.smithi156.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-11-27T16:20:30.438 INFO:teuthology.orchestra.run.smithi156.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-11-27T16:20:30.438 INFO:teuthology.orchestra.run.smithi156.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-11-27T16:20:30.438 INFO:teuthology.orchestra.run.smithi156.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-11-27T16:20:30.438 INFO:teuthology.orchestra.run.smithi156.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-11-27T16:20:30.438 INFO:teuthology.orchestra.run.smithi156.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-11-27T16:20:30.439 INFO:teuthology.orchestra.run.smithi156.stdout: libslirp x86_64 4.3.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 69 k 2023-11-27T16:20:30.439 INFO:teuthology.orchestra.run.smithi156.stdout: podman x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 11 M 2023-11-27T16:20:30.439 INFO:teuthology.orchestra.run.smithi156.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-11-27T16:20:30.439 INFO:teuthology.orchestra.run.smithi156.stdout: podman-docker noarch 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 56 k 2023-11-27T16:20:30.439 INFO:teuthology.orchestra.run.smithi156.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-11-27T16:20:30.439 INFO:teuthology.orchestra.run.smithi156.stdout: slirp4netns x86_64 1.1.8-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-27T16:20:30.439 INFO:teuthology.orchestra.run.smithi156.stdout:Installing module profiles: 2023-11-27T16:20:30.439 INFO:teuthology.orchestra.run.smithi156.stdout: container-tools/common 2023-11-27T16:20:30.439 INFO:teuthology.orchestra.run.smithi156.stdout:Enabling module streams: 2023-11-27T16:20:30.439 INFO:teuthology.orchestra.run.smithi156.stdout: container-tools 3.0 2023-11-27T16:20:30.439 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-11-27T16:20:30.439 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction Summary 2023-11-27T16:20:30.440 INFO:teuthology.orchestra.run.smithi156.stdout:========================================================================================================================== 2023-11-27T16:20:30.440 INFO:teuthology.orchestra.run.smithi156.stdout:Install 7 Packages 2023-11-27T16:20:30.440 INFO:teuthology.orchestra.run.smithi156.stdout:Downgrade 12 Packages 2023-11-27T16:20:30.440 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-11-27T16:20:30.440 INFO:teuthology.orchestra.run.smithi156.stdout:Total download size: 51 M 2023-11-27T16:20:30.440 INFO:teuthology.orchestra.run.smithi156.stdout:Downloading Packages: 2023-11-27T16:20:30.446 INFO:teuthology.orchestra.run.smithi100.stdout:(3/19): container-selinux-2.178.0-2.module+el8. 254 kB/s | 53 kB 00:00 2023-11-27T16:20:30.521 INFO:teuthology.orchestra.run.smithi100.stdout:(4/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 637 kB/s | 69 kB 00:00 2023-11-27T16:20:30.605 INFO:teuthology.orchestra.run.smithi100.stdout:(5/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 18 MB/s | 2.9 MB 00:00 2023-11-27T16:20:30.609 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2023-11-27T16:20:30.612 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2023-11-27T16:20:30.629 INFO:teuthology.orchestra.run.smithi156.stdout:(1/19): container-selinux-2.178.0-2.module+el8. 281 kB/s | 53 kB 00:00 2023-11-27T16:20:30.638 INFO:teuthology.orchestra.run.smithi100.stdout:(6/19): criu-3.15-1.module+el8.6.0+14874+644362 2.0 MB/s | 511 kB 00:00 2023-11-27T16:20:30.680 INFO:teuthology.orchestra.run.smithi156.stdout:(2/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 215 kB/s | 51 kB 00:00 2023-11-27T16:20:30.705 INFO:teuthology.orchestra.run.smithi156.stdout:(3/19): containers-common-1.2.4-1.module+el8.6. 345 kB/s | 91 kB 00:00 2023-11-27T16:20:30.713 INFO:teuthology.orchestra.run.smithi100.stdout:(7/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 374 kB/s | 72 kB 00:00 2023-11-27T16:20:30.755 INFO:teuthology.orchestra.run.smithi156.stdout:(4/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 921 kB/s | 69 kB 00:00 2023-11-27T16:20:30.797 INFO:teuthology.orchestra.run.smithi100.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 352 kB/s | 56 kB 00:00 2023-11-27T16:20:30.847 INFO:teuthology.orchestra.run.smithi156.stdout:(5/19): criu-3.15-1.module+el8.6.0+14874+644362 2.3 MB/s | 511 kB 00:00 2023-11-27T16:20:30.898 INFO:teuthology.orchestra.run.smithi156.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 507 kB/s | 72 kB 00:00 2023-11-27T16:20:30.948 INFO:teuthology.orchestra.run.smithi100.stdout:(9/19): podman-3.0.1-9.module+el8.6.0+14874+644 32 MB/s | 11 MB 00:00 2023-11-27T16:20:30.973 INFO:teuthology.orchestra.run.smithi100.stdout:(10/19): conmon-2.0.26-1.module+el8.6.0+14874+6 197 kB/s | 51 kB 00:00 2023-11-27T16:20:30.981 INFO:teuthology.orchestra.run.smithi156.stdout:(7/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 10 MB/s | 2.9 MB 00:00 2023-11-27T16:20:31.073 INFO:teuthology.orchestra.run.smithi156.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 319 kB/s | 56 kB 00:00 2023-11-27T16:20:31.123 INFO:teuthology.orchestra.run.smithi156.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 359 kB/s | 51 kB 00:00 2023-11-27T16:20:31.154 INFO:teuthology.orchestra.run.smithi100.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 225 kB/s | 41 kB 00:00 2023-11-27T16:20:31.190 INFO:teuthology.orchestra.run.smithi100.stdout:(12/19): podman-catatonit-3.0.1-9.module+el8.6. 1.3 MB/s | 322 kB 00:00 2023-11-27T16:20:31.307 INFO:teuthology.orchestra.run.smithi156.stdout:(10/19): podman-3.0.1-9.module+el8.6.0+14874+64 24 MB/s | 11 MB 00:00 2023-11-27T16:20:31.369 INFO:teuthology.orchestra.run.smithi156.stdout:(11/19): podman-catatonit-3.0.1-9.module+el8.6. 1.3 MB/s | 322 kB 00:00 2023-11-27T16:20:31.390 INFO:teuthology.orchestra.run.smithi100.stdout:(13/19): containernetworking-plugins-0.9.1-1.mo 32 MB/s | 19 MB 00:00 2023-11-27T16:20:31.432 INFO:teuthology.orchestra.run.smithi156.stdout:(12/19): yajl-2.1.0-10.el8.x86_64.rpm 326 kB/s | 41 kB 00:00 2023-11-27T16:20:31.440 INFO:teuthology.orchestra.run.smithi100.stdout:(14/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 7.7 MB/s | 2.2 MB 00:00 2023-11-27T16:20:31.566 INFO:teuthology.orchestra.run.smithi100.stdout:(15/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 17 MB/s | 6.4 MB 00:00 2023-11-27T16:20:31.608 INFO:teuthology.orchestra.run.smithi100.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 6.4 MB/s | 1.1 MB 00:00 2023-11-27T16:20:31.666 INFO:teuthology.orchestra.run.smithi100.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 1.8 MB/s | 185 kB 00:00 2023-11-27T16:20:31.708 INFO:teuthology.orchestra.run.smithi156.stdout:(13/19): containernetworking-plugins-0.9.1-1.mo 30 MB/s | 19 MB 00:00 2023-11-27T16:20:31.775 INFO:teuthology.orchestra.run.smithi156.stdout:(14/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 5.4 MB/s | 2.2 MB 00:00 2023-11-27T16:20:31.775 INFO:teuthology.orchestra.run.smithi100.stdout:(18/19): buildah-1.19.9-3.module+el8.6.0+14874+ 18 MB/s | 6.8 MB 00:00 2023-11-27T16:20:31.788 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2023-11-27T16:20:31.800 INFO:teuthology.orchestra.run.smithi100.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 263 kB/s | 51 kB 00:00 2023-11-27T16:20:31.801 INFO:teuthology.orchestra.run.smithi100.stdout:-------------------------------------------------------------------------------- 2023-11-27T16:20:31.801 INFO:teuthology.orchestra.run.smithi100.stdout:Total 32 MB/s | 51 MB 00:01 2023-11-27T16:20:31.833 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-11-27T16:20:31.892 INFO:teuthology.orchestra.run.smithi156.stdout:(15/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 14 MB/s | 6.4 MB 00:00 2023-11-27T16:20:31.934 INFO:teuthology.orchestra.run.smithi156.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 6.7 MB/s | 1.1 MB 00:00 2023-11-27T16:20:31.976 INFO:teuthology.orchestra.run.smithi156.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 2.2 MB/s | 185 kB 00:00 2023-11-27T16:20:32.019 INFO:teuthology.orchestra.run.smithi186.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-11-27T16:20:32.028 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-11-27T16:20:32.046 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-11-27T16:20:32.109 INFO:teuthology.orchestra.run.smithi156.stdout:(18/19): buildah-1.19.9-3.module+el8.6.0+14874+ 17 MB/s | 6.8 MB 00:00 2023-11-27T16:20:32.126 INFO:teuthology.orchestra.run.smithi156.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 263 kB/s | 51 kB 00:00 2023-11-27T16:20:32.126 INFO:teuthology.orchestra.run.smithi156.stdout:-------------------------------------------------------------------------------- 2023-11-27T16:20:32.127 INFO:teuthology.orchestra.run.smithi156.stdout:Total 30 MB/s | 51 MB 00:01 2023-11-27T16:20:32.252 INFO:teuthology.orchestra.run.smithi186.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-11-27T16:20:32.274 INFO:teuthology.orchestra.run.smithi100.stdout:Running transaction check 2023-11-27T16:20:32.316 INFO:teuthology.orchestra.run.smithi100.stdout:Transaction check succeeded. 2023-11-27T16:20:32.316 INFO:teuthology.orchestra.run.smithi100.stdout:Running transaction test 2023-11-27T16:20:32.600 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction check 2023-11-27T16:20:32.643 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction check succeeded. 2023-11-27T16:20:32.643 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction test 2023-11-27T16:20:32.783 INFO:teuthology.orchestra.run.smithi100.stdout:Transaction test succeeded. 2023-11-27T16:20:32.786 INFO:teuthology.orchestra.run.smithi100.stdout:Running transaction 2023-11-27T16:20:33.067 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction test succeeded. 2023-11-27T16:20:33.071 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction 2023-11-27T16:20:33.973 INFO:teuthology.orchestra.run.smithi100.stdout: Preparing : 1/1 2023-11-27T16:20:34.030 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-11-27T16:20:34.185 INFO:teuthology.orchestra.run.smithi100.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-11-27T16:20:34.194 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-11-27T16:20:34.210 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-11-27T16:20:34.216 INFO:teuthology.orchestra.run.smithi156.stdout: Preparing : 1/1 2023-11-27T16:20:34.265 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-11-27T16:20:34.377 INFO:teuthology.orchestra.run.smithi100.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-11-27T16:20:34.436 INFO:teuthology.orchestra.run.smithi156.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-11-27T16:20:34.445 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-11-27T16:20:34.468 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-11-27T16:20:34.635 INFO:teuthology.orchestra.run.smithi156.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-11-27T16:20:49.463 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-11-27T16:20:51.321 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-11-27T16:20:51.406 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-11-27T16:20:51.579 INFO:teuthology.orchestra.run.smithi186.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-11-27T16:20:51.794 INFO:teuthology.orchestra.run.smithi186.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-11-27T16:20:51.826 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-11-27T16:20:52.014 INFO:teuthology.orchestra.run.smithi186.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-11-27T16:20:52.224 INFO:teuthology.orchestra.run.smithi186.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-11-27T16:20:52.225 INFO:teuthology.orchestra.run.smithi186.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-11-27T16:20:52.225 INFO:teuthology.orchestra.run.smithi186.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-11-27T16:20:52.225 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-27T16:20:53.043 INFO:teuthology.orchestra.run.smithi186.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-11-27T16:20:53.185 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-11-27T16:20:53.283 INFO:teuthology.orchestra.run.smithi186.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-11-27T16:20:53.405 INFO:teuthology.orchestra.run.smithi100.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-11-27T16:20:53.603 INFO:teuthology.orchestra.run.smithi100.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-11-27T16:20:53.625 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-11-27T16:20:53.822 INFO:teuthology.orchestra.run.smithi100.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-11-27T16:20:53.840 INFO:teuthology.orchestra.run.smithi156.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-11-27T16:20:54.049 INFO:teuthology.orchestra.run.smithi100.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-11-27T16:20:54.049 INFO:teuthology.orchestra.run.smithi100.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-11-27T16:20:54.049 INFO:teuthology.orchestra.run.smithi100.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-11-27T16:20:54.049 INFO:teuthology.orchestra.run.smithi100.stdout: 2023-11-27T16:20:54.061 INFO:teuthology.orchestra.run.smithi156.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-11-27T16:20:54.231 INFO:teuthology.orchestra.run.smithi156.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-11-27T16:20:54.415 INFO:teuthology.orchestra.run.smithi156.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-11-27T16:20:54.416 INFO:teuthology.orchestra.run.smithi156.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-11-27T16:20:54.416 INFO:teuthology.orchestra.run.smithi156.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-11-27T16:20:54.416 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-11-27T16:20:54.765 INFO:teuthology.orchestra.run.smithi186.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-11-27T16:20:54.870 INFO:teuthology.orchestra.run.smithi100.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-11-27T16:20:55.103 INFO:teuthology.orchestra.run.smithi186.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-11-27T16:20:55.123 INFO:teuthology.orchestra.run.smithi100.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-11-27T16:20:55.220 INFO:teuthology.orchestra.run.smithi156.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-11-27T16:20:55.447 INFO:teuthology.orchestra.run.smithi156.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-11-27T16:20:55.520 INFO:teuthology.orchestra.run.smithi186.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-11-27T16:20:55.840 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-11-27T16:20:56.576 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-11-27T16:20:56.589 INFO:teuthology.orchestra.run.smithi100.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-11-27T16:20:56.883 INFO:teuthology.orchestra.run.smithi100.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-11-27T16:20:56.891 INFO:teuthology.orchestra.run.smithi156.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-11-27T16:20:57.227 INFO:teuthology.orchestra.run.smithi156.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-11-27T16:20:57.265 INFO:teuthology.orchestra.run.smithi100.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-11-27T16:20:57.296 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-11-27T16:20:57.548 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-11-27T16:20:57.555 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-11-27T16:20:57.618 INFO:teuthology.orchestra.run.smithi156.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-11-27T16:20:57.744 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-11-27T16:20:57.867 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-11-27T16:20:57.974 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-11-27T16:20:58.106 INFO:teuthology.orchestra.run.smithi186.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-11-27T16:20:58.107 INFO:teuthology.orchestra.run.smithi186.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-11-27T16:20:58.280 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-11-27T16:20:58.432 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-11-27T16:20:58.593 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-11-27T16:20:58.664 INFO:teuthology.orchestra.run.smithi186.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-11-27T16:20:58.664 INFO:teuthology.orchestra.run.smithi186.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-11-27T16:20:58.858 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-11-27T16:20:59.030 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-11-27T16:20:59.040 INFO:teuthology.orchestra.run.smithi186.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-11-27T16:20:59.225 INFO:teuthology.orchestra.run.smithi186.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-11-27T16:20:59.264 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-11-27T16:20:59.303 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-11-27T16:20:59.391 INFO:teuthology.orchestra.run.smithi186.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-11-27T16:20:59.449 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-11-27T16:20:59.539 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-11-27T16:20:59.572 INFO:teuthology.orchestra.run.smithi186.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-11-27T16:20:59.648 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-11-27T16:20:59.708 INFO:teuthology.orchestra.run.smithi186.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-11-27T16:20:59.763 INFO:teuthology.orchestra.run.smithi100.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-11-27T16:20:59.763 INFO:teuthology.orchestra.run.smithi100.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-11-27T16:20:59.764 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-11-27T16:20:59.908 INFO:teuthology.orchestra.run.smithi186.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-11-27T16:20:59.973 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-11-27T16:21:00.087 INFO:teuthology.orchestra.run.smithi186.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-11-27T16:21:00.088 INFO:teuthology.orchestra.run.smithi186.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-11-27T16:21:00.094 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-11-27T16:21:00.105 INFO:teuthology.orchestra.run.smithi156.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-11-27T16:21:00.105 INFO:teuthology.orchestra.run.smithi156.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-11-27T16:21:00.268 INFO:teuthology.orchestra.run.smithi100.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-11-27T16:21:00.268 INFO:teuthology.orchestra.run.smithi100.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-11-27T16:21:00.299 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-11-27T16:21:00.431 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-11-27T16:21:00.440 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-11-27T16:21:00.573 INFO:teuthology.orchestra.run.smithi100.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-11-27T16:21:00.631 INFO:teuthology.orchestra.run.smithi156.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-11-27T16:21:00.631 INFO:teuthology.orchestra.run.smithi156.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-11-27T16:21:00.749 INFO:teuthology.orchestra.run.smithi100.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-11-27T16:21:00.799 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-11-27T16:21:00.834 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-11-27T16:21:00.915 INFO:teuthology.orchestra.run.smithi100.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-11-27T16:21:00.932 INFO:teuthology.orchestra.run.smithi156.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-11-27T16:21:01.093 INFO:teuthology.orchestra.run.smithi100.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-11-27T16:21:01.100 INFO:teuthology.orchestra.run.smithi156.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-11-27T16:21:01.241 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-11-27T16:21:01.241 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-11-27T16:21:01.241 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-11-27T16:21:01.241 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-11-27T16:21:01.241 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-11-27T16:21:01.241 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-11-27T16:21:01.241 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-11-27T16:21:01.241 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-11-27T16:21:01.241 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-11-27T16:21:01.241 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-11-27T16:21:01.242 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-11-27T16:21:01.242 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-11-27T16:21:01.242 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-11-27T16:21:01.242 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-11-27T16:21:01.242 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-11-27T16:21:01.242 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-11-27T16:21:01.242 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-11-27T16:21:01.242 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-11-27T16:21:01.242 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-11-27T16:21:01.242 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-11-27T16:21:01.242 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-11-27T16:21:01.242 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-11-27T16:21:01.242 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-11-27T16:21:01.243 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-11-27T16:21:01.243 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-11-27T16:21:01.243 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-11-27T16:21:01.243 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-11-27T16:21:01.243 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-11-27T16:21:01.243 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-11-27T16:21:01.243 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-11-27T16:21:01.243 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-11-27T16:21:01.243 INFO:teuthology.orchestra.run.smithi156.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-11-27T16:21:01.257 INFO:teuthology.orchestra.run.smithi100.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-11-27T16:21:01.390 INFO:teuthology.orchestra.run.smithi100.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-11-27T16:21:01.422 INFO:teuthology.orchestra.run.smithi156.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-11-27T16:21:01.550 INFO:teuthology.orchestra.run.smithi100.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-11-27T16:21:01.551 INFO:teuthology.orchestra.run.smithi100.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-11-27T16:21:01.582 INFO:teuthology.orchestra.run.smithi156.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-11-27T16:21:01.707 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-11-27T16:21:01.764 INFO:teuthology.orchestra.run.smithi156.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-11-27T16:21:01.955 INFO:teuthology.orchestra.run.smithi156.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-11-27T16:21:01.955 INFO:teuthology.orchestra.run.smithi156.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-11-27T16:21:02.123 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-11-27T16:21:02.232 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-11-27T16:21:02.616 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-11-27T16:21:02.616 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:02:38 ago on Mon 27 Nov 2023 04:18:24 PM UTC. 2023-11-27T16:21:02.628 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-11-27T16:21:02.628 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-11-27T16:21:02.628 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-11-27T16:21:02.628 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-11-27T16:21:02.628 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-11-27T16:21:02.628 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-11-27T16:21:02.628 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-11-27T16:21:02.628 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-11-27T16:21:02.628 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-11-27T16:21:02.628 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-11-27T16:21:02.629 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-11-27T16:21:02.629 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-11-27T16:21:02.629 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-11-27T16:21:02.629 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-11-27T16:21:02.629 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-11-27T16:21:02.629 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-11-27T16:21:02.629 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-11-27T16:21:02.629 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-11-27T16:21:02.629 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-11-27T16:21:02.629 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-11-27T16:21:02.630 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-11-27T16:21:02.630 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-11-27T16:21:02.630 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-11-27T16:21:02.630 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-11-27T16:21:02.630 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-11-27T16:21:02.630 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-11-27T16:21:02.630 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-11-27T16:21:02.630 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-11-27T16:21:02.631 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-11-27T16:21:02.631 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-11-27T16:21:02.631 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-11-27T16:21:02.643 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-11-27T16:21:03.032 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-11-27T16:21:03.032 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-11-27T16:21:03.032 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-11-27T16:21:03.032 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-11-27T16:21:03.032 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-11-27T16:21:03.032 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-11-27T16:21:03.032 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-11-27T16:21:03.033 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-11-27T16:21:03.033 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-11-27T16:21:03.033 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-11-27T16:21:03.033 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-11-27T16:21:03.033 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-11-27T16:21:03.033 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-11-27T16:21:03.033 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-11-27T16:21:03.033 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-11-27T16:21:03.033 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-11-27T16:21:03.033 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-11-27T16:21:03.033 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-11-27T16:21:03.033 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-11-27T16:21:03.033 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-11-27T16:21:03.034 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-11-27T16:21:03.034 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-11-27T16:21:03.034 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-11-27T16:21:03.034 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-11-27T16:21:03.034 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-11-27T16:21:03.034 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-11-27T16:21:03.034 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-11-27T16:21:03.034 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-11-27T16:21:03.034 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-11-27T16:21:03.034 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-11-27T16:21:03.034 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-11-27T16:21:03.991 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-11-27T16:21:03.991 INFO:teuthology.orchestra.run.smithi100.stdout:Last metadata expiration check: 0:02:43 ago on Mon 27 Nov 2023 04:18:20 PM UTC. 2023-11-27T16:21:04.499 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-11-27T16:21:04.499 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:02:36 ago on Mon 27 Nov 2023 04:18:28 PM UTC. 2023-11-27T16:21:10.661 INFO:teuthology.orchestra.run.smithi100.stdout:Installed products updated. 2023-11-27T16:21:10.857 INFO:teuthology.orchestra.run.smithi100.stdout: 2023-11-27T16:21:10.858 INFO:teuthology.orchestra.run.smithi100.stdout:Downgraded: 2023-11-27T16:21:10.858 INFO:teuthology.orchestra.run.smithi100.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-11-27T16:21:10.858 INFO:teuthology.orchestra.run.smithi100.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-11-27T16:21:10.858 INFO:teuthology.orchestra.run.smithi100.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-11-27T16:21:10.858 INFO:teuthology.orchestra.run.smithi100.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-11-27T16:21:10.859 INFO:teuthology.orchestra.run.smithi100.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-11-27T16:21:10.859 INFO:teuthology.orchestra.run.smithi100.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-11-27T16:21:10.859 INFO:teuthology.orchestra.run.smithi100.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-11-27T16:21:10.859 INFO:teuthology.orchestra.run.smithi100.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-11-27T16:21:10.859 INFO:teuthology.orchestra.run.smithi100.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-11-27T16:21:10.859 INFO:teuthology.orchestra.run.smithi100.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-11-27T16:21:10.859 INFO:teuthology.orchestra.run.smithi100.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-11-27T16:21:10.859 INFO:teuthology.orchestra.run.smithi100.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-11-27T16:21:10.860 INFO:teuthology.orchestra.run.smithi100.stdout:Installed: 2023-11-27T16:21:10.860 INFO:teuthology.orchestra.run.smithi100.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-11-27T16:21:10.860 INFO:teuthology.orchestra.run.smithi100.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-11-27T16:21:10.860 INFO:teuthology.orchestra.run.smithi100.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-11-27T16:21:10.860 INFO:teuthology.orchestra.run.smithi100.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-11-27T16:21:10.860 INFO:teuthology.orchestra.run.smithi100.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-11-27T16:21:10.860 INFO:teuthology.orchestra.run.smithi100.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-11-27T16:21:10.861 INFO:teuthology.orchestra.run.smithi100.stdout: yajl-2.1.0-10.el8.x86_64 2023-11-27T16:21:10.861 INFO:teuthology.orchestra.run.smithi100.stdout: 2023-11-27T16:21:10.861 INFO:teuthology.orchestra.run.smithi100.stdout:Complete! 2023-11-27T16:21:10.940 INFO:teuthology.orchestra.run.smithi156.stdout:Installed products updated. 2023-11-27T16:21:11.034 DEBUG:teuthology.parallel:result is None 2023-11-27T16:21:11.144 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-11-27T16:21:11.144 INFO:teuthology.orchestra.run.smithi156.stdout:Downgraded: 2023-11-27T16:21:11.144 INFO:teuthology.orchestra.run.smithi156.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-11-27T16:21:11.144 INFO:teuthology.orchestra.run.smithi156.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-11-27T16:21:11.145 INFO:teuthology.orchestra.run.smithi156.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-11-27T16:21:11.145 INFO:teuthology.orchestra.run.smithi156.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-11-27T16:21:11.145 INFO:teuthology.orchestra.run.smithi156.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-11-27T16:21:11.145 INFO:teuthology.orchestra.run.smithi156.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-11-27T16:21:11.145 INFO:teuthology.orchestra.run.smithi156.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-11-27T16:21:11.145 INFO:teuthology.orchestra.run.smithi156.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-11-27T16:21:11.145 INFO:teuthology.orchestra.run.smithi156.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-11-27T16:21:11.146 INFO:teuthology.orchestra.run.smithi156.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-11-27T16:21:11.146 INFO:teuthology.orchestra.run.smithi156.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-11-27T16:21:11.146 INFO:teuthology.orchestra.run.smithi156.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-11-27T16:21:11.146 INFO:teuthology.orchestra.run.smithi156.stdout:Installed: 2023-11-27T16:21:11.146 INFO:teuthology.orchestra.run.smithi156.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-11-27T16:21:11.146 INFO:teuthology.orchestra.run.smithi156.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-11-27T16:21:11.147 INFO:teuthology.orchestra.run.smithi156.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-11-27T16:21:11.147 INFO:teuthology.orchestra.run.smithi156.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-11-27T16:21:11.147 INFO:teuthology.orchestra.run.smithi156.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-11-27T16:21:11.147 INFO:teuthology.orchestra.run.smithi156.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-11-27T16:21:11.147 INFO:teuthology.orchestra.run.smithi156.stdout: yajl-2.1.0-10.el8.x86_64 2023-11-27T16:21:11.147 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-11-27T16:21:11.148 INFO:teuthology.orchestra.run.smithi156.stdout:Complete! 2023-11-27T16:21:11.305 INFO:teuthology.orchestra.run.smithi186.stdout:Installed products updated. 2023-11-27T16:21:11.342 DEBUG:teuthology.parallel:result is None 2023-11-27T16:21:11.503 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-27T16:21:11.503 INFO:teuthology.orchestra.run.smithi186.stdout:Downgraded: 2023-11-27T16:21:11.503 INFO:teuthology.orchestra.run.smithi186.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-11-27T16:21:11.503 INFO:teuthology.orchestra.run.smithi186.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-11-27T16:21:11.503 INFO:teuthology.orchestra.run.smithi186.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-11-27T16:21:11.503 INFO:teuthology.orchestra.run.smithi186.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-11-27T16:21:11.503 INFO:teuthology.orchestra.run.smithi186.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-11-27T16:21:11.503 INFO:teuthology.orchestra.run.smithi186.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-11-27T16:21:11.504 INFO:teuthology.orchestra.run.smithi186.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-11-27T16:21:11.504 INFO:teuthology.orchestra.run.smithi186.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-11-27T16:21:11.504 INFO:teuthology.orchestra.run.smithi186.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-11-27T16:21:11.504 INFO:teuthology.orchestra.run.smithi186.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-11-27T16:21:11.504 INFO:teuthology.orchestra.run.smithi186.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-11-27T16:21:11.504 INFO:teuthology.orchestra.run.smithi186.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-11-27T16:21:11.504 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2023-11-27T16:21:11.504 INFO:teuthology.orchestra.run.smithi186.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-11-27T16:21:11.504 INFO:teuthology.orchestra.run.smithi186.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-11-27T16:21:11.504 INFO:teuthology.orchestra.run.smithi186.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-11-27T16:21:11.504 INFO:teuthology.orchestra.run.smithi186.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-11-27T16:21:11.504 INFO:teuthology.orchestra.run.smithi186.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-11-27T16:21:11.504 INFO:teuthology.orchestra.run.smithi186.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-11-27T16:21:11.505 INFO:teuthology.orchestra.run.smithi186.stdout: yajl-2.1.0-10.el8.x86_64 2023-11-27T16:21:11.505 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-27T16:21:11.505 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2023-11-27T16:21:11.683 DEBUG:teuthology.parallel:result is None 2023-11-27T16:21:11.684 INFO:teuthology.run_tasks:Running task install... 2023-11-27T16:21:11.692 DEBUG:teuthology.task.install:project ceph 2023-11-27T16:21:11.693 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'c8a64eba7efb84dff55f17b859fdb3830b8c8e22'}} 2023-11-27T16:21:11.693 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'c8a64eba7efb84dff55f17b859fdb3830b8c8e22'} 2023-11-27T16:21:11.693 INFO:teuthology.task.install:Using flavor: default 2023-11-27T16:21:11.699 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-11-27T16:21:11.699 INFO:teuthology.task.install:extra packages: [] 2023-11-27T16:21:11.699 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': 'c8a64eba7efb84dff55f17b859fdb3830b8c8e22', 'tag': None, 'wait_for_package': False} 2023-11-27T16:21:11.700 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=c8a64eba7efb84dff55f17b859fdb3830b8c8e22 2023-11-27T16:21:11.702 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': 'c8a64eba7efb84dff55f17b859fdb3830b8c8e22', 'tag': None, 'wait_for_package': False} 2023-11-27T16:21:11.702 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=c8a64eba7efb84dff55f17b859fdb3830b8c8e22 2023-11-27T16:21:11.703 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': 'c8a64eba7efb84dff55f17b859fdb3830b8c8e22', 'tag': None, 'wait_for_package': False} 2023-11-27T16:21:11.703 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=c8a64eba7efb84dff55f17b859fdb3830b8c8e22 2023-11-27T16:21:11.850 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-26-1627/c8a64eba7efb84dff55f17b859fdb3830b8c8e22/centos/8/flavors/default/ 2023-11-27T16:21:11.850 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7549.gc8a64eba 2023-11-27T16:21:11.922 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-26-1627/c8a64eba7efb84dff55f17b859fdb3830b8c8e22/centos/8/flavors/default/ 2023-11-27T16:21:11.922 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7549.gc8a64eba 2023-11-27T16:21:11.926 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-26-1627/c8a64eba7efb84dff55f17b859fdb3830b8c8e22/centos/8/flavors/default/ 2023-11-27T16:21:11.926 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7549.gc8a64eba 2023-11-27T16:21:12.237 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-26-1627/c8a64eba7efb84dff55f17b859fdb3830b8c8e22/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-26-1627/c8a64eba7efb84dff55f17b859fdb3830b8c8e22/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-26-1627/c8a64eba7efb84dff55f17b859fdb3830b8c8e22/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-11-27T16:21:12.237 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2023-11-27T16:21:12.237 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-11-27T16:21:12.268 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-11-27T16:21:12.268 DEBUG:teuthology.orchestra.run.smithi156:> 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/c8a64eba7efb84dff55f17b859fdb3830b8c8e22/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-11-27T16:21:12.304 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-26-1627/c8a64eba7efb84dff55f17b859fdb3830b8c8e22/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-26-1627/c8a64eba7efb84dff55f17b859fdb3830b8c8e22/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-26-1627/c8a64eba7efb84dff55f17b859fdb3830b8c8e22/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-11-27T16:21:12.304 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2023-11-27T16:21:12.304 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-11-27T16:21:12.333 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-11-27T16:21:12.333 DEBUG:teuthology.orchestra.run.smithi186:> 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/c8a64eba7efb84dff55f17b859fdb3830b8c8e22/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-11-27T16:21:12.339 DEBUG:teuthology.orchestra.run.smithi156:> 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-11-27T16:21:12.342 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-26-1627/c8a64eba7efb84dff55f17b859fdb3830b8c8e22/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-26-1627/c8a64eba7efb84dff55f17b859fdb3830b8c8e22/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-26-1627/c8a64eba7efb84dff55f17b859fdb3830b8c8e22/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-11-27T16:21:12.342 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2023-11-27T16:21:12.343 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-11-27T16:21:12.377 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-11-27T16:21:12.377 DEBUG:teuthology.orchestra.run.smithi100:> 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/c8a64eba7efb84dff55f17b859fdb3830b8c8e22/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-11-27T16:21:12.403 DEBUG:teuthology.orchestra.run.smithi186:> 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-11-27T16:21:12.419 DEBUG:teuthology.orchestra.run.smithi156:> 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-11-27T16:21:12.449 DEBUG:teuthology.orchestra.run.smithi100:> 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-11-27T16:21:12.483 DEBUG:teuthology.orchestra.run.smithi186:> 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-11-27T16:21:12.486 INFO:teuthology.orchestra.run.smithi156.stdout:check_obsoletes = 1 2023-11-27T16:21:12.488 DEBUG:teuthology.orchestra.run.smithi156:> sudo yum clean all 2023-11-27T16:21:12.528 DEBUG:teuthology.orchestra.run.smithi100:> 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-11-27T16:21:12.550 INFO:teuthology.orchestra.run.smithi186.stdout:check_obsoletes = 1 2023-11-27T16:21:12.552 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum clean all 2023-11-27T16:21:12.596 INFO:teuthology.orchestra.run.smithi100.stdout:check_obsoletes = 1 2023-11-27T16:21:12.597 DEBUG:teuthology.orchestra.run.smithi100:> sudo yum clean all 2023-11-27T16:21:12.862 INFO:teuthology.orchestra.run.smithi156.stdout:Updating Subscription Management repositories. 2023-11-27T16:21:12.923 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-11-27T16:21:12.968 INFO:teuthology.orchestra.run.smithi100.stdout:Updating Subscription Management repositories. 2023-11-27T16:21:13.851 INFO:teuthology.orchestra.run.smithi156.stdout:44 files removed 2023-11-27T16:21:13.901 DEBUG:teuthology.orchestra.run.smithi156:> sudo yum -y install ceph-radosgw 2023-11-27T16:21:13.910 INFO:teuthology.orchestra.run.smithi100.stdout:44 files removed 2023-11-27T16:21:13.912 INFO:teuthology.orchestra.run.smithi186.stdout:44 files removed 2023-11-27T16:21:13.960 DEBUG:teuthology.orchestra.run.smithi100:> sudo yum -y install ceph-radosgw 2023-11-27T16:21:13.966 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph-radosgw 2023-11-27T16:21:14.233 INFO:teuthology.orchestra.run.smithi156.stdout:Updating Subscription Management repositories. 2023-11-27T16:21:14.291 INFO:teuthology.orchestra.run.smithi100.stdout:Updating Subscription Management repositories. 2023-11-27T16:21:14.302 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-11-27T16:21:16.077 INFO:teuthology.orchestra.run.smithi100.stdout:ceph packages for x86_64 109 kB/s | 81 kB 00:00 2023-11-27T16:21:16.173 INFO:teuthology.orchestra.run.smithi186.stdout:ceph packages for x86_64 149 kB/s | 81 kB 00:00 2023-11-27T16:21:16.369 INFO:teuthology.orchestra.run.smithi156.stdout:ceph packages for x86_64 103 kB/s | 81 kB 00:00 2023-11-27T16:21:16.561 INFO:teuthology.orchestra.run.smithi100.stdout:ceph noarch packages 21 kB/s | 9.5 kB 00:00 2023-11-27T16:21:16.590 INFO:teuthology.orchestra.run.smithi186.stdout:ceph noarch packages 25 kB/s | 9.5 kB 00:00 2023-11-27T16:21:16.811 INFO:teuthology.orchestra.run.smithi156.stdout:ceph noarch packages 23 kB/s | 9.5 kB 00:00 2023-11-27T16:21:16.969 INFO:teuthology.orchestra.run.smithi100.stdout:ceph source packages 3.9 kB/s | 1.5 kB 00:00 2023-11-27T16:21:17.099 INFO:teuthology.orchestra.run.smithi186.stdout:ceph source packages 3.1 kB/s | 1.5 kB 00:00 2023-11-27T16:21:17.178 INFO:teuthology.orchestra.run.smithi156.stdout:ceph source packages 4.3 kB/s | 1.5 kB 00:00 2023-11-27T16:21:17.253 INFO:teuthology.orchestra.run.smithi100.stdout:Copr repo for python3-asyncssh owned by ceph 13 kB/s | 3.5 kB 00:00 2023-11-27T16:21:17.316 INFO:teuthology.orchestra.run.smithi186.stdout:Copr repo for python3-asyncssh owned by ceph 18 kB/s | 3.5 kB 00:00 2023-11-27T16:21:17.346 INFO:teuthology.orchestra.run.smithi156.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-11-27T16:21:18.596 INFO:teuthology.orchestra.run.smithi156.stdout:Extra Packages for Enterprise Linux 13 MB/s | 16 MB 00:01 2023-11-27T16:21:19.353 INFO:teuthology.orchestra.run.smithi186.stdout:Extra Packages for Enterprise Linux 7.9 MB/s | 16 MB 00:02 2023-11-27T16:21:21.065 INFO:teuthology.orchestra.run.smithi100.stdout:Extra Packages for Enterprise Linux 4.2 MB/s | 16 MB 00:03 2023-11-27T16:21:22.130 INFO:teuthology.orchestra.run.smithi156.stdout:lab-extras 637 kB/s | 24 kB 00:00 2023-11-27T16:21:22.892 INFO:teuthology.orchestra.run.smithi186.stdout:lab-extras 580 kB/s | 24 kB 00:00 2023-11-27T16:21:23.365 INFO:teuthology.orchestra.run.smithi156.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 46 MB/s | 53 MB 00:01 2023-11-27T16:21:24.011 INFO:teuthology.orchestra.run.smithi186.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 51 MB/s | 53 MB 00:01 2023-11-27T16:21:24.637 INFO:teuthology.orchestra.run.smithi100.stdout:lab-extras 385 kB/s | 24 kB 00:00 2023-11-27T16:21:25.872 INFO:teuthology.orchestra.run.smithi100.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 46 MB/s | 53 MB 00:01 2023-11-27T16:21:31.849 INFO:teuthology.orchestra.run.smithi156.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 44 MB/s | 47 MB 00:01 2023-11-27T16:21:32.312 INFO:teuthology.orchestra.run.smithi186.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 46 MB/s | 47 MB 00:01 2023-11-27T16:21:34.190 INFO:teuthology.orchestra.run.smithi100.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 46 MB/s | 47 MB 00:01 2023-11-27T16:21:42.901 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2023-11-27T16:21:42.903 INFO:teuthology.orchestra.run.smithi156.stdout:==================================================================================================== 2023-11-27T16:21:42.903 INFO:teuthology.orchestra.run.smithi156.stdout: Package Arch Version Repository Size 2023-11-27T16:21:42.903 INFO:teuthology.orchestra.run.smithi156.stdout:==================================================================================================== 2023-11-27T16:21:42.904 INFO:teuthology.orchestra.run.smithi156.stdout:Installing: 2023-11-27T16:21:42.904 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-radosgw x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 14 M 2023-11-27T16:21:42.904 INFO:teuthology.orchestra.run.smithi156.stdout:Upgrading: 2023-11-27T16:21:42.904 INFO:teuthology.orchestra.run.smithi156.stdout: librados2 x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 3.8 M 2023-11-27T16:21:42.904 INFO:teuthology.orchestra.run.smithi156.stdout: librbd1 x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 3.7 M 2023-11-27T16:21:42.904 INFO:teuthology.orchestra.run.smithi156.stdout:Installing dependencies: 2023-11-27T16:21:42.905 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-base x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 5.4 M 2023-11-27T16:21:42.905 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-common x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 23 M 2023-11-27T16:21:42.905 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-selinux x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 24 k 2023-11-27T16:21:42.905 INFO:teuthology.orchestra.run.smithi156.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-11-27T16:21:42.905 INFO:teuthology.orchestra.run.smithi156.stdout: libcephfs2 x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 838 k 2023-11-27T16:21:42.905 INFO:teuthology.orchestra.run.smithi156.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-11-27T16:21:42.906 INFO:teuthology.orchestra.run.smithi156.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-11-27T16:21:42.906 INFO:teuthology.orchestra.run.smithi156.stdout: libradosstriper1 x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 517 k 2023-11-27T16:21:42.906 INFO:teuthology.orchestra.run.smithi156.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-11-27T16:21:42.906 INFO:teuthology.orchestra.run.smithi156.stdout: librgw2 x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 6.9 M 2023-11-27T16:21:42.906 INFO:teuthology.orchestra.run.smithi156.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-11-27T16:21:42.906 INFO:teuthology.orchestra.run.smithi156.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-11-27T16:21:42.907 INFO:teuthology.orchestra.run.smithi156.stdout: python3-ceph-argparse x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 45 k 2023-11-27T16:21:42.907 INFO:teuthology.orchestra.run.smithi156.stdout: python3-ceph-common x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 129 k 2023-11-27T16:21:42.907 INFO:teuthology.orchestra.run.smithi156.stdout: python3-cephfs x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 197 k 2023-11-27T16:21:42.907 INFO:teuthology.orchestra.run.smithi156.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-11-27T16:21:42.907 INFO:teuthology.orchestra.run.smithi156.stdout: python3-rados x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 372 k 2023-11-27T16:21:42.907 INFO:teuthology.orchestra.run.smithi156.stdout: python3-rbd x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 364 k 2023-11-27T16:21:42.908 INFO:teuthology.orchestra.run.smithi156.stdout: python3-rgw x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 107 k 2023-11-27T16:21:42.908 INFO:teuthology.orchestra.run.smithi156.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-11-27T16:21:42.908 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-11-27T16:21:42.908 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction Summary 2023-11-27T16:21:42.908 INFO:teuthology.orchestra.run.smithi156.stdout:==================================================================================================== 2023-11-27T16:21:42.908 INFO:teuthology.orchestra.run.smithi156.stdout:Install 21 Packages 2023-11-27T16:21:42.908 INFO:teuthology.orchestra.run.smithi156.stdout:Upgrade 2 Packages 2023-11-27T16:21:42.909 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-11-27T16:21:42.909 INFO:teuthology.orchestra.run.smithi156.stdout:Total download size: 62 M 2023-11-27T16:21:42.909 INFO:teuthology.orchestra.run.smithi156.stdout:Downloading Packages: 2023-11-27T16:21:43.324 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2023-11-27T16:21:43.327 INFO:teuthology.orchestra.run.smithi186.stdout:==================================================================================================== 2023-11-27T16:21:43.327 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repository Size 2023-11-27T16:21:43.327 INFO:teuthology.orchestra.run.smithi186.stdout:==================================================================================================== 2023-11-27T16:21:43.327 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2023-11-27T16:21:43.327 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-radosgw x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 14 M 2023-11-27T16:21:43.328 INFO:teuthology.orchestra.run.smithi186.stdout:Upgrading: 2023-11-27T16:21:43.328 INFO:teuthology.orchestra.run.smithi186.stdout: librados2 x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 3.8 M 2023-11-27T16:21:43.328 INFO:teuthology.orchestra.run.smithi186.stdout: librbd1 x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 3.7 M 2023-11-27T16:21:43.328 INFO:teuthology.orchestra.run.smithi186.stdout:Installing dependencies: 2023-11-27T16:21:43.328 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-base x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 5.4 M 2023-11-27T16:21:43.328 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-common x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 23 M 2023-11-27T16:21:43.328 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-selinux x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 24 k 2023-11-27T16:21:43.329 INFO:teuthology.orchestra.run.smithi186.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-11-27T16:21:43.329 INFO:teuthology.orchestra.run.smithi186.stdout: libcephfs2 x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 838 k 2023-11-27T16:21:43.329 INFO:teuthology.orchestra.run.smithi186.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-11-27T16:21:43.329 INFO:teuthology.orchestra.run.smithi186.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-11-27T16:21:43.329 INFO:teuthology.orchestra.run.smithi186.stdout: libradosstriper1 x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 517 k 2023-11-27T16:21:43.329 INFO:teuthology.orchestra.run.smithi186.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-11-27T16:21:43.330 INFO:teuthology.orchestra.run.smithi186.stdout: librgw2 x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 6.9 M 2023-11-27T16:21:43.330 INFO:teuthology.orchestra.run.smithi186.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-11-27T16:21:43.330 INFO:teuthology.orchestra.run.smithi186.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-11-27T16:21:43.330 INFO:teuthology.orchestra.run.smithi186.stdout: python3-ceph-argparse x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 45 k 2023-11-27T16:21:43.330 INFO:teuthology.orchestra.run.smithi186.stdout: python3-ceph-common x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 129 k 2023-11-27T16:21:43.330 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cephfs x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 197 k 2023-11-27T16:21:43.330 INFO:teuthology.orchestra.run.smithi186.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-11-27T16:21:43.331 INFO:teuthology.orchestra.run.smithi186.stdout: python3-rados x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 372 k 2023-11-27T16:21:43.331 INFO:teuthology.orchestra.run.smithi186.stdout: python3-rbd x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 364 k 2023-11-27T16:21:43.331 INFO:teuthology.orchestra.run.smithi186.stdout: python3-rgw x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 107 k 2023-11-27T16:21:43.331 INFO:teuthology.orchestra.run.smithi186.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-11-27T16:21:43.331 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-27T16:21:43.331 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2023-11-27T16:21:43.331 INFO:teuthology.orchestra.run.smithi186.stdout:==================================================================================================== 2023-11-27T16:21:43.332 INFO:teuthology.orchestra.run.smithi186.stdout:Install 21 Packages 2023-11-27T16:21:43.332 INFO:teuthology.orchestra.run.smithi186.stdout:Upgrade 2 Packages 2023-11-27T16:21:43.332 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-27T16:21:43.332 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 62 M 2023-11-27T16:21:43.332 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2023-11-27T16:21:43.917 INFO:teuthology.orchestra.run.smithi156.stdout:(1/23): ceph-radosgw-18.0.0-7549.gc8a64eba.el8. 17 MB/s | 14 MB 00:00 2023-11-27T16:21:44.000 INFO:teuthology.orchestra.run.smithi156.stdout:(2/23): ceph-selinux-18.0.0-7549.gc8a64eba.el8. 292 kB/s | 24 kB 00:00 2023-11-27T16:21:44.212 INFO:teuthology.orchestra.run.smithi186.stdout:(1/23): ceph-base-18.0.0-7549.gc8a64eba.el8.x86 8.3 MB/s | 5.4 MB 00:00 2023-11-27T16:21:44.262 INFO:teuthology.orchestra.run.smithi186.stdout:(2/23): ceph-selinux-18.0.0-7549.gc8a64eba.el8. 487 kB/s | 24 kB 00:00 2023-11-27T16:21:44.609 INFO:teuthology.orchestra.run.smithi156.stdout:(3/23): libcephfs2-18.0.0-7549.gc8a64eba.el8.x8 1.3 MB/s | 838 kB 00:00 2023-11-27T16:21:44.700 INFO:teuthology.orchestra.run.smithi156.stdout:(4/23): libradosstriper1-18.0.0-7549.gc8a64eba. 5.5 MB/s | 517 kB 00:00 2023-11-27T16:21:45.163 INFO:teuthology.orchestra.run.smithi186.stdout:(3/23): libcephfs2-18.0.0-7549.gc8a64eba.el8.x8 932 kB/s | 838 kB 00:00 2023-11-27T16:21:45.215 INFO:teuthology.orchestra.run.smithi100.stdout:Dependencies resolved. 2023-11-27T16:21:45.217 INFO:teuthology.orchestra.run.smithi100.stdout:==================================================================================================== 2023-11-27T16:21:45.217 INFO:teuthology.orchestra.run.smithi100.stdout: Package Arch Version Repository Size 2023-11-27T16:21:45.217 INFO:teuthology.orchestra.run.smithi100.stdout:==================================================================================================== 2023-11-27T16:21:45.218 INFO:teuthology.orchestra.run.smithi100.stdout:Installing: 2023-11-27T16:21:45.218 INFO:teuthology.orchestra.run.smithi100.stdout: ceph-radosgw x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 14 M 2023-11-27T16:21:45.218 INFO:teuthology.orchestra.run.smithi100.stdout:Upgrading: 2023-11-27T16:21:45.219 INFO:teuthology.orchestra.run.smithi100.stdout: librados2 x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 3.8 M 2023-11-27T16:21:45.219 INFO:teuthology.orchestra.run.smithi100.stdout: librbd1 x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 3.7 M 2023-11-27T16:21:45.219 INFO:teuthology.orchestra.run.smithi100.stdout:Installing dependencies: 2023-11-27T16:21:45.221 INFO:teuthology.orchestra.run.smithi100.stdout: ceph-base x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 5.4 M 2023-11-27T16:21:45.221 INFO:teuthology.orchestra.run.smithi100.stdout: ceph-common x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 23 M 2023-11-27T16:21:45.221 INFO:teuthology.orchestra.run.smithi100.stdout: ceph-selinux x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 24 k 2023-11-27T16:21:45.221 INFO:teuthology.orchestra.run.smithi100.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-11-27T16:21:45.221 INFO:teuthology.orchestra.run.smithi100.stdout: libcephfs2 x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 838 k 2023-11-27T16:21:45.221 INFO:teuthology.orchestra.run.smithi100.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-11-27T16:21:45.221 INFO:teuthology.orchestra.run.smithi100.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-11-27T16:21:45.221 INFO:teuthology.orchestra.run.smithi100.stdout: libradosstriper1 x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 517 k 2023-11-27T16:21:45.221 INFO:teuthology.orchestra.run.smithi100.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-11-27T16:21:45.222 INFO:teuthology.orchestra.run.smithi100.stdout: librgw2 x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 6.9 M 2023-11-27T16:21:45.222 INFO:teuthology.orchestra.run.smithi100.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-11-27T16:21:45.222 INFO:teuthology.orchestra.run.smithi100.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-11-27T16:21:45.222 INFO:teuthology.orchestra.run.smithi100.stdout: python3-ceph-argparse x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 45 k 2023-11-27T16:21:45.222 INFO:teuthology.orchestra.run.smithi100.stdout: python3-ceph-common x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 129 k 2023-11-27T16:21:45.222 INFO:teuthology.orchestra.run.smithi100.stdout: python3-cephfs x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 197 k 2023-11-27T16:21:45.222 INFO:teuthology.orchestra.run.smithi100.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-11-27T16:21:45.222 INFO:teuthology.orchestra.run.smithi100.stdout: python3-rados x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 372 k 2023-11-27T16:21:45.222 INFO:teuthology.orchestra.run.smithi100.stdout: python3-rbd x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 364 k 2023-11-27T16:21:45.222 INFO:teuthology.orchestra.run.smithi100.stdout: python3-rgw x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 107 k 2023-11-27T16:21:45.222 INFO:teuthology.orchestra.run.smithi100.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-11-27T16:21:45.222 INFO:teuthology.orchestra.run.smithi100.stdout: 2023-11-27T16:21:45.223 INFO:teuthology.orchestra.run.smithi100.stdout:Transaction Summary 2023-11-27T16:21:45.223 INFO:teuthology.orchestra.run.smithi100.stdout:==================================================================================================== 2023-11-27T16:21:45.223 INFO:teuthology.orchestra.run.smithi100.stdout:Install 21 Packages 2023-11-27T16:21:45.223 INFO:teuthology.orchestra.run.smithi100.stdout:Upgrade 2 Packages 2023-11-27T16:21:45.223 INFO:teuthology.orchestra.run.smithi100.stdout: 2023-11-27T16:21:45.224 INFO:teuthology.orchestra.run.smithi100.stdout:Total download size: 62 M 2023-11-27T16:21:45.224 INFO:teuthology.orchestra.run.smithi100.stdout:Downloading Packages: 2023-11-27T16:21:45.434 INFO:teuthology.orchestra.run.smithi156.stdout:(5/23): librgw2-18.0.0-7549.gc8a64eba.el8.x86_6 9.5 MB/s | 6.9 MB 00:00 2023-11-27T16:21:45.484 INFO:teuthology.orchestra.run.smithi156.stdout:(6/23): python3-ceph-argparse-18.0.0-7549.gc8a6 901 kB/s | 45 kB 00:00 2023-11-27T16:21:45.505 INFO:teuthology.orchestra.run.smithi186.stdout:(4/23): libradosstriper1-18.0.0-7549.gc8a64eba. 1.5 MB/s | 517 kB 00:00 2023-11-27T16:21:45.560 INFO:teuthology.orchestra.run.smithi156.stdout:(7/23): python3-ceph-common-18.0.0-7549.gc8a64e 1.7 MB/s | 129 kB 00:00 2023-11-27T16:21:45.652 INFO:teuthology.orchestra.run.smithi156.stdout:(8/23): python3-cephfs-18.0.0-7549.gc8a64eba.el 2.1 MB/s | 197 kB 00:00 2023-11-27T16:21:45.752 INFO:teuthology.orchestra.run.smithi156.stdout:(9/23): python3-rados-18.0.0-7549.gc8a64eba.el8 3.6 MB/s | 372 kB 00:00 2023-11-27T16:21:45.853 INFO:teuthology.orchestra.run.smithi156.stdout:(10/23): python3-rbd-18.0.0-7549.gc8a64eba.el8. 3.6 MB/s | 364 kB 00:00 2023-11-27T16:21:45.944 INFO:teuthology.orchestra.run.smithi156.stdout:(11/23): python3-rgw-18.0.0-7549.gc8a64eba.el8. 1.1 MB/s | 107 kB 00:00 2023-11-27T16:21:46.253 INFO:teuthology.orchestra.run.smithi156.stdout:(12/23): gperftools-libs-2.7-9.el8.x86_64.rpm 994 kB/s | 306 kB 00:00 2023-11-27T16:21:46.303 INFO:teuthology.orchestra.run.smithi156.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 1.1 MB/s | 59 kB 00:00 2023-11-27T16:21:46.362 INFO:teuthology.orchestra.run.smithi156.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.3 MB/s | 75 kB 00:00 2023-11-27T16:21:46.388 INFO:teuthology.orchestra.run.smithi186.stdout:(5/23): librgw2-18.0.0-7549.gc8a64eba.el8.x86_6 7.9 MB/s | 6.9 MB 00:00 2023-11-27T16:21:46.447 INFO:teuthology.orchestra.run.smithi186.stdout:(6/23): python3-ceph-argparse-18.0.0-7549.gc8a6 769 kB/s | 45 kB 00:00 2023-11-27T16:21:46.530 INFO:teuthology.orchestra.run.smithi186.stdout:(7/23): python3-ceph-common-18.0.0-7549.gc8a64e 1.5 MB/s | 129 kB 00:00 2023-11-27T16:21:46.537 INFO:teuthology.orchestra.run.smithi156.stdout:(15/23): thrift-0.13.0-2.el8.x86_64.rpm 9.9 MB/s | 1.7 MB 00:00 2023-11-27T16:21:46.614 INFO:teuthology.orchestra.run.smithi186.stdout:(8/23): python3-cephfs-18.0.0-7549.gc8a64eba.el 2.3 MB/s | 197 kB 00:00 2023-11-27T16:21:46.671 INFO:teuthology.orchestra.run.smithi156.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 351 kB/s | 47 kB 00:00 2023-11-27T16:21:46.715 INFO:teuthology.orchestra.run.smithi186.stdout:(9/23): python3-rados-18.0.0-7549.gc8a64eba.el8 3.6 MB/s | 372 kB 00:00 2023-11-27T16:21:46.823 INFO:teuthology.orchestra.run.smithi186.stdout:(10/23): python3-rbd-18.0.0-7549.gc8a64eba.el8. 3.3 MB/s | 364 kB 00:00 2023-11-27T16:21:46.829 INFO:teuthology.orchestra.run.smithi156.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.6 MB/s | 259 kB 00:00 2023-11-27T16:21:46.907 INFO:teuthology.orchestra.run.smithi186.stdout:(11/23): python3-rgw-18.0.0-7549.gc8a64eba.el8. 1.3 MB/s | 107 kB 00:00 2023-11-27T16:21:46.963 INFO:teuthology.orchestra.run.smithi156.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 330 kB/s | 44 kB 00:00 2023-11-27T16:21:47.030 INFO:teuthology.orchestra.run.smithi156.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 5.2 MB/s | 354 kB 00:00 2023-11-27T16:21:47.355 INFO:teuthology.orchestra.run.smithi156.stdout:(20/23): ceph-base-18.0.0-7549.gc8a64eba.el8.x8 1.3 MB/s | 5.4 MB 00:04 2023-11-27T16:21:47.423 INFO:teuthology.orchestra.run.smithi186.stdout:(12/23): gperftools-libs-2.7-9.el8.x86_64.rpm 593 kB/s | 306 kB 00:00 2023-11-27T16:21:47.524 INFO:teuthology.orchestra.run.smithi186.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 588 kB/s | 59 kB 00:00 2023-11-27T16:21:47.682 INFO:teuthology.orchestra.run.smithi186.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 474 kB/s | 75 kB 00:00 2023-11-27T16:21:47.982 INFO:teuthology.orchestra.run.smithi100.stdout:(1/23): ceph-base-18.0.0-7549.gc8a64eba.el8.x86 2.0 MB/s | 5.4 MB 00:02 2023-11-27T16:21:48.005 INFO:teuthology.orchestra.run.smithi156.stdout:(21/23): librados2-18.0.0-7549.gc8a64eba.el8.x8 3.9 MB/s | 3.8 MB 00:00 2023-11-27T16:21:48.074 INFO:teuthology.orchestra.run.smithi100.stdout:(2/23): ceph-selinux-18.0.0-7549.gc8a64eba.el8. 266 kB/s | 24 kB 00:00 2023-11-27T16:21:48.174 INFO:teuthology.orchestra.run.smithi186.stdout:(15/23): thrift-0.13.0-2.el8.x86_64.rpm 3.5 MB/s | 1.7 MB 00:00 2023-11-27T16:21:48.291 INFO:teuthology.orchestra.run.smithi186.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 402 kB/s | 47 kB 00:00 2023-11-27T16:21:48.375 INFO:teuthology.orchestra.run.smithi100.stdout:(3/23): libcephfs2-18.0.0-7549.gc8a64eba.el8.x8 2.7 MB/s | 838 kB 00:00 2023-11-27T16:21:48.408 INFO:teuthology.orchestra.run.smithi186.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 2.2 MB/s | 259 kB 00:00 2023-11-27T16:21:48.550 INFO:teuthology.orchestra.run.smithi186.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 311 kB/s | 44 kB 00:00 2023-11-27T16:21:48.583 INFO:teuthology.orchestra.run.smithi100.stdout:(4/23): libradosstriper1-18.0.0-7549.gc8a64eba. 2.4 MB/s | 517 kB 00:00 2023-11-27T16:21:48.684 INFO:teuthology.orchestra.run.smithi186.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 2.6 MB/s | 354 kB 00:00 2023-11-27T16:21:49.734 INFO:teuthology.orchestra.run.smithi186.stdout:(20/23): librados2-18.0.0-7549.gc8a64eba.el8.x8 3.6 MB/s | 3.8 MB 00:01 2023-11-27T16:21:50.347 INFO:teuthology.orchestra.run.smithi156.stdout:(22/23): librbd1-18.0.0-7549.gc8a64eba.el8.x86_ 1.2 MB/s | 3.7 MB 00:02 2023-11-27T16:21:50.742 INFO:teuthology.orchestra.run.smithi186.stdout:(21/23): librbd1-18.0.0-7549.gc8a64eba.el8.x86_ 3.7 MB/s | 3.7 MB 00:01 2023-11-27T16:21:50.943 INFO:teuthology.orchestra.run.smithi186.stdout:(22/23): ceph-radosgw-18.0.0-7549.gc8a64eba.el8 1.9 MB/s | 14 MB 00:07 2023-11-27T16:21:51.325 INFO:teuthology.orchestra.run.smithi100.stdout:(5/23): librgw2-18.0.0-7549.gc8a64eba.el8.x86_6 2.5 MB/s | 6.9 MB 00:02 2023-11-27T16:21:51.408 INFO:teuthology.orchestra.run.smithi100.stdout:(6/23): python3-ceph-argparse-18.0.0-7549.gc8a6 538 kB/s | 45 kB 00:00 2023-11-27T16:21:51.492 INFO:teuthology.orchestra.run.smithi100.stdout:(7/23): python3-ceph-common-18.0.0-7549.gc8a64e 1.5 MB/s | 129 kB 00:00 2023-11-27T16:21:51.625 INFO:teuthology.orchestra.run.smithi100.stdout:(8/23): python3-cephfs-18.0.0-7549.gc8a64eba.el 1.4 MB/s | 197 kB 00:00 2023-11-27T16:21:51.809 INFO:teuthology.orchestra.run.smithi100.stdout:(9/23): python3-rados-18.0.0-7549.gc8a64eba.el8 2.0 MB/s | 372 kB 00:00 2023-11-27T16:21:51.984 INFO:teuthology.orchestra.run.smithi100.stdout:(10/23): python3-rbd-18.0.0-7549.gc8a64eba.el8. 2.0 MB/s | 364 kB 00:00 2023-11-27T16:21:52.043 INFO:teuthology.orchestra.run.smithi100.stdout:(11/23): python3-rgw-18.0.0-7549.gc8a64eba.el8. 1.8 MB/s | 107 kB 00:00 2023-11-27T16:21:52.377 INFO:teuthology.orchestra.run.smithi100.stdout:(12/23): ceph-radosgw-18.0.0-7549.gc8a64eba.el8 2.0 MB/s | 14 MB 00:07 2023-11-27T16:21:53.068 INFO:teuthology.orchestra.run.smithi100.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 85 kB/s | 59 kB 00:00 2023-11-27T16:21:53.160 INFO:teuthology.orchestra.run.smithi100.stdout:(14/23): gperftools-libs-2.7-9.el8.x86_64.rpm 274 kB/s | 306 kB 00:01 2023-11-27T16:21:53.286 INFO:teuthology.orchestra.run.smithi100.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 346 kB/s | 75 kB 00:00 2023-11-27T16:21:53.436 INFO:teuthology.orchestra.run.smithi100.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 313 kB/s | 47 kB 00:00 2023-11-27T16:21:53.544 INFO:teuthology.orchestra.run.smithi100.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 2.3 MB/s | 259 kB 00:00 2023-11-27T16:21:53.728 INFO:teuthology.orchestra.run.smithi100.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 240 kB/s | 44 kB 00:00 2023-11-27T16:21:53.770 INFO:teuthology.orchestra.run.smithi100.stdout:(19/23): thrift-0.13.0-2.el8.x86_64.rpm 2.8 MB/s | 1.7 MB 00:00 2023-11-27T16:21:53.846 INFO:teuthology.orchestra.run.smithi100.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 3.0 MB/s | 354 kB 00:00 2023-11-27T16:21:54.438 INFO:teuthology.orchestra.run.smithi100.stdout:(21/23): ceph-common-18.0.0-7549.gc8a64eba.el8. 2.5 MB/s | 23 MB 00:09 2023-11-27T16:21:55.221 INFO:teuthology.orchestra.run.smithi100.stdout:(22/23): librados2-18.0.0-7549.gc8a64eba.el8.x8 2.6 MB/s | 3.8 MB 00:01 2023-11-27T16:21:55.309 INFO:teuthology.orchestra.run.smithi186.stdout:(23/23): ceph-common-18.0.0-7549.gc8a64eba.el8. 1.9 MB/s | 23 MB 00:11 2023-11-27T16:21:55.312 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2023-11-27T16:21:55.312 INFO:teuthology.orchestra.run.smithi186.stdout:Total 5.1 MB/s | 62 MB 00:11 2023-11-27T16:21:55.338 INFO:teuthology.orchestra.run.smithi100.stdout:(23/23): librbd1-18.0.0-7549.gc8a64eba.el8.x86_ 2.5 MB/s | 3.7 MB 00:01 2023-11-27T16:21:55.341 INFO:teuthology.orchestra.run.smithi100.stdout:-------------------------------------------------------------------------------- 2023-11-27T16:21:55.342 INFO:teuthology.orchestra.run.smithi100.stdout:Total 6.1 MB/s | 62 MB 00:10 2023-11-27T16:21:55.358 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2023-11-27T16:21:55.391 INFO:teuthology.orchestra.run.smithi100.stdout:Running transaction check 2023-11-27T16:21:55.403 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2023-11-27T16:21:55.403 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2023-11-27T16:21:55.436 INFO:teuthology.orchestra.run.smithi100.stdout:Transaction check succeeded. 2023-11-27T16:21:55.437 INFO:teuthology.orchestra.run.smithi100.stdout:Running transaction test 2023-11-27T16:21:55.743 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2023-11-27T16:21:55.747 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2023-11-27T16:21:55.781 INFO:teuthology.orchestra.run.smithi156.stdout:(23/23): ceph-common-18.0.0-7549.gc8a64eba.el8. 1.8 MB/s | 23 MB 00:12 2023-11-27T16:21:55.783 INFO:teuthology.orchestra.run.smithi156.stdout:-------------------------------------------------------------------------------- 2023-11-27T16:21:55.784 INFO:teuthology.orchestra.run.smithi156.stdout:Total 4.8 MB/s | 62 MB 00:12 2023-11-27T16:21:55.784 INFO:teuthology.orchestra.run.smithi100.stdout:Transaction test succeeded. 2023-11-27T16:21:55.788 INFO:teuthology.orchestra.run.smithi100.stdout:Running transaction 2023-11-27T16:21:55.830 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction check 2023-11-27T16:21:55.877 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction check succeeded. 2023-11-27T16:21:55.877 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction test 2023-11-27T16:21:56.220 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction test succeeded. 2023-11-27T16:21:56.223 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction 2023-11-27T16:21:56.896 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2023-11-27T16:21:56.964 INFO:teuthology.orchestra.run.smithi100.stdout: Preparing : 1/1 2023-11-27T16:21:57.107 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-11-27T16:21:57.152 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-11-27T16:21:57.290 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-11-27T16:21:57.371 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-11-27T16:21:57.381 INFO:teuthology.orchestra.run.smithi156.stdout: Preparing : 1/1 2023-11-27T16:21:57.607 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-11-27T16:21:57.734 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-11-27T16:21:57.780 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-11-27T16:21:57.785 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-11-27T16:21:57.924 INFO:teuthology.orchestra.run.smithi186.stdout: Upgrading : librados2-2:18.0.0-7549.gc8a64eba.el8.x86_64 3/25 2023-11-27T16:21:57.971 INFO:teuthology.orchestra.run.smithi100.stdout: Upgrading : librados2-2:18.0.0-7549.gc8a64eba.el8.x86_64 3/25 2023-11-27T16:21:58.008 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: librados2-2:18.0.0-7549.gc8a64eba.el8.x86_64 3/25 2023-11-27T16:21:58.071 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: librados2-2:18.0.0-7549.gc8a64eba.el8.x86_64 3/25 2023-11-27T16:21:58.189 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-11-27T16:21:58.246 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-rados-2:18.0.0-7549.gc8a64eba.el8.x86_64 4/25 2023-11-27T16:21:58.269 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : python3-rados-2:18.0.0-7549.gc8a64eba.el8.x86_64 4/25 2023-11-27T16:21:58.389 INFO:teuthology.orchestra.run.smithi156.stdout: Upgrading : librados2-2:18.0.0-7549.gc8a64eba.el8.x86_64 3/25 2023-11-27T16:21:58.475 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-11-27T16:21:58.488 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: librados2-2:18.0.0-7549.gc8a64eba.el8.x86_64 3/25 2023-11-27T16:21:58.511 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-11-27T16:21:58.694 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-rados-2:18.0.0-7549.gc8a64eba.el8.x86_64 4/25 2023-11-27T16:21:58.698 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : libcephfs2-2:18.0.0-7549.gc8a64eba.el8.x86_64 6/25 2023-11-27T16:21:58.704 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : libcephfs2-2:18.0.0-7549.gc8a64eba.el8.x86_64 6/25 2023-11-27T16:21:58.991 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-11-27T16:21:59.105 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: libcephfs2-2:18.0.0-7549.gc8a64eba.el8.x86_64 6/25 2023-11-27T16:21:59.217 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: libcephfs2-2:18.0.0-7549.gc8a64eba.el8.x86_64 6/25 2023-11-27T16:21:59.238 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : libcephfs2-2:18.0.0-7549.gc8a64eba.el8.x86_64 6/25 2023-11-27T16:21:59.289 INFO:teuthology.orchestra.run.smithi186.stdout: Upgrading : librbd1-2:18.0.0-7549.gc8a64eba.el8.x86_64 7/25 2023-11-27T16:21:59.392 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: librbd1-2:18.0.0-7549.gc8a64eba.el8.x86_64 7/25 2023-11-27T16:21:59.438 INFO:teuthology.orchestra.run.smithi100.stdout: Upgrading : librbd1-2:18.0.0-7549.gc8a64eba.el8.x86_64 7/25 2023-11-27T16:21:59.513 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: librbd1-2:18.0.0-7549.gc8a64eba.el8.x86_64 7/25 2023-11-27T16:21:59.557 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-11-27T16:21:59.625 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-11-27T16:21:59.645 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: libcephfs2-2:18.0.0-7549.gc8a64eba.el8.x86_64 6/25 2023-11-27T16:21:59.688 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-11-27T16:21:59.737 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-11-27T16:21:59.888 INFO:teuthology.orchestra.run.smithi156.stdout: Upgrading : librbd1-2:18.0.0-7549.gc8a64eba.el8.x86_64 7/25 2023-11-27T16:21:59.982 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: librbd1-2:18.0.0-7549.gc8a64eba.el8.x86_64 7/25 2023-11-27T16:22:00.139 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-11-27T16:22:00.206 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-11-27T16:22:00.445 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-11-27T16:22:00.538 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-11-27T16:22:00.598 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : librgw2-2:18.0.0-7549.gc8a64eba.el8.x86_64 10/25 2023-11-27T16:22:00.694 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: librgw2-2:18.0.0-7549.gc8a64eba.el8.x86_64 10/25 2023-11-27T16:22:00.704 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : librgw2-2:18.0.0-7549.gc8a64eba.el8.x86_64 10/25 2023-11-27T16:22:00.799 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: librgw2-2:18.0.0-7549.gc8a64eba.el8.x86_64 10/25 2023-11-27T16:22:00.825 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-ceph-argparse-2:18.0.0-7549.gc8a64eba.el8. 11/25 2023-11-27T16:22:00.948 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : python3-ceph-argparse-2:18.0.0-7549.gc8a64eba.el8. 11/25 2023-11-27T16:22:00.973 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-11-27T16:22:00.975 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-cephfs-2:18.0.0-7549.gc8a64eba.el8.x86_64 12/25 2023-11-27T16:22:01.107 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : python3-cephfs-2:18.0.0-7549.gc8a64eba.el8.x86_64 12/25 2023-11-27T16:22:01.138 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : librgw2-2:18.0.0-7549.gc8a64eba.el8.x86_64 10/25 2023-11-27T16:22:01.233 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: librgw2-2:18.0.0-7549.gc8a64eba.el8.x86_64 10/25 2023-11-27T16:22:01.234 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-rgw-2:18.0.0-7549.gc8a64eba.el8.x86_64 13/25 2023-11-27T16:22:01.306 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : python3-rgw-2:18.0.0-7549.gc8a64eba.el8.x86_64 13/25 2023-11-27T16:22:01.374 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-ceph-argparse-2:18.0.0-7549.gc8a64eba.el8. 11/25 2023-11-27T16:22:01.428 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-rbd-2:18.0.0-7549.gc8a64eba.el8.x86_64 14/25 2023-11-27T16:22:01.508 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : python3-rbd-2:18.0.0-7549.gc8a64eba.el8.x86_64 14/25 2023-11-27T16:22:01.524 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-cephfs-2:18.0.0-7549.gc8a64eba.el8.x86_64 12/25 2023-11-27T16:22:01.607 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : libradosstriper1-2:18.0.0-7549.gc8a64eba.el8.x86_6 15/25 2023-11-27T16:22:01.654 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : libradosstriper1-2:18.0.0-7549.gc8a64eba.el8.x86_6 15/25 2023-11-27T16:22:01.728 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7549.gc8a64eba.el8.x86_6 15/25 2023-11-27T16:22:01.749 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-rgw-2:18.0.0-7549.gc8a64eba.el8.x86_64 13/25 2023-11-27T16:22:01.786 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7549.gc8a64eba.el8.x86_6 15/25 2023-11-27T16:22:01.863 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-11-27T16:22:01.974 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-rbd-2:18.0.0-7549.gc8a64eba.el8.x86_64 14/25 2023-11-27T16:22:02.093 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-11-27T16:22:02.155 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : libradosstriper1-2:18.0.0-7549.gc8a64eba.el8.x86_6 15/25 2023-11-27T16:22:02.214 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7549.gc8a64eba.el8.x86_6 15/25 2023-11-27T16:22:02.249 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-11-27T16:22:02.313 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-11-27T16:22:02.331 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-11-27T16:22:02.479 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-11-27T16:22:02.521 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : python3-ceph-common-2:18.0.0-7549.gc8a64eba.el8.x8 19/25 2023-11-27T16:22:02.528 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-11-27T16:22:02.711 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-11-27T16:22:02.790 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-11-27T16:22:02.915 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-ceph-common-2:18.0.0-7549.gc8a64eba.el8.x8 19/25 2023-11-27T16:22:02.955 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-ceph-common-2:18.0.0-7549.gc8a64eba.el8.x8 19/25 2023-11-27T16:22:06.648 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: ceph-common-2:18.0.0-7549.gc8a64eba.el8.x86_64 20/25 2023-11-27T16:22:06.704 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-common-2:18.0.0-7549.gc8a64eba.el8.x86_64 20/25 2023-11-27T16:22:06.870 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : ceph-common-2:18.0.0-7549.gc8a64eba.el8.x86_64 20/25 2023-11-27T16:22:06.939 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-common-2:18.0.0-7549.gc8a64eba.el8.x86_64 20/25 2023-11-27T16:22:06.965 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: ceph-common-2:18.0.0-7549.gc8a64eba.el8.x86_64 20/25 2023-11-27T16:22:07.196 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : ceph-common-2:18.0.0-7549.gc8a64eba.el8.x86_64 20/25 2023-11-27T16:22:07.464 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: ceph-common-2:18.0.0-7549.gc8a64eba.el8.x86_64 20/25 2023-11-27T16:22:07.582 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-common-2:18.0.0-7549.gc8a64eba.el8.x86_64 20/25 2023-11-27T16:22:07.724 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : ceph-base-2:18.0.0-7549.gc8a64eba.el8.x86_64 21/25 2023-11-27T16:22:07.800 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: ceph-common-2:18.0.0-7549.gc8a64eba.el8.x86_64 20/25 2023-11-27T16:22:07.830 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: ceph-base-2:18.0.0-7549.gc8a64eba.el8.x86_64 21/25 2023-11-27T16:22:07.837 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-base-2:18.0.0-7549.gc8a64eba.el8.x86_64 21/25 2023-11-27T16:22:07.922 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-base-2:18.0.0-7549.gc8a64eba.el8.x86_64 21/25 2023-11-27T16:22:07.978 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : ceph-selinux-2:18.0.0-7549.gc8a64eba.el8.x86_64 22/25 2023-11-27T16:22:08.027 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : ceph-base-2:18.0.0-7549.gc8a64eba.el8.x86_64 21/25 2023-11-27T16:22:08.064 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-selinux-2:18.0.0-7549.gc8a64eba.el8.x86_64 22/25 2023-11-27T16:22:08.099 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: ceph-base-2:18.0.0-7549.gc8a64eba.el8.x86_64 21/25 2023-11-27T16:22:08.229 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : ceph-selinux-2:18.0.0-7549.gc8a64eba.el8.x86_64 22/25 2023-11-27T16:22:26.526 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7549.gc8a64eba.el8.x86_64 22/25 2023-11-27T16:22:26.526 INFO:teuthology.orchestra.run.smithi100.stdout:skipping the directory /sys 2023-11-27T16:22:26.526 INFO:teuthology.orchestra.run.smithi100.stdout:skipping the directory /proc 2023-11-27T16:22:26.526 INFO:teuthology.orchestra.run.smithi100.stdout:skipping the directory /dev 2023-11-27T16:22:26.526 INFO:teuthology.orchestra.run.smithi100.stdout:skipping the directory /run 2023-11-27T16:22:26.527 INFO:teuthology.orchestra.run.smithi100.stdout:skipping the directory /mnt 2023-11-27T16:22:26.527 INFO:teuthology.orchestra.run.smithi100.stdout:skipping the directory /var/tmp 2023-11-27T16:22:26.527 INFO:teuthology.orchestra.run.smithi100.stdout:skipping the directory /home 2023-11-27T16:22:26.527 INFO:teuthology.orchestra.run.smithi100.stdout:skipping the directory /tmp 2023-11-27T16:22:26.527 INFO:teuthology.orchestra.run.smithi100.stdout:skipping the directory /dev 2023-11-27T16:22:26.527 INFO:teuthology.orchestra.run.smithi100.stdout: 2023-11-27T16:22:26.737 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7549.gc8a64eba.el8.x86_64 22/25 2023-11-27T16:22:26.737 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /sys 2023-11-27T16:22:26.737 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /proc 2023-11-27T16:22:26.737 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /dev 2023-11-27T16:22:26.738 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /run 2023-11-27T16:22:26.738 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /mnt 2023-11-27T16:22:26.738 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /var/tmp 2023-11-27T16:22:26.738 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /home 2023-11-27T16:22:26.738 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /tmp 2023-11-27T16:22:26.738 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /dev 2023-11-27T16:22:26.738 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-27T16:22:26.872 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7549.gc8a64eba.el8.x86_64 22/25 2023-11-27T16:22:26.873 INFO:teuthology.orchestra.run.smithi156.stdout:skipping the directory /sys 2023-11-27T16:22:26.873 INFO:teuthology.orchestra.run.smithi156.stdout:skipping the directory /proc 2023-11-27T16:22:26.873 INFO:teuthology.orchestra.run.smithi156.stdout:skipping the directory /dev 2023-11-27T16:22:26.873 INFO:teuthology.orchestra.run.smithi156.stdout:skipping the directory /run 2023-11-27T16:22:26.873 INFO:teuthology.orchestra.run.smithi156.stdout:skipping the directory /mnt 2023-11-27T16:22:26.873 INFO:teuthology.orchestra.run.smithi156.stdout:skipping the directory /var/tmp 2023-11-27T16:22:26.873 INFO:teuthology.orchestra.run.smithi156.stdout:skipping the directory /home 2023-11-27T16:22:26.873 INFO:teuthology.orchestra.run.smithi156.stdout:skipping the directory /tmp 2023-11-27T16:22:26.873 INFO:teuthology.orchestra.run.smithi156.stdout:skipping the directory /dev 2023-11-27T16:22:26.873 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-11-27T16:22:27.970 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : ceph-radosgw-2:18.0.0-7549.gc8a64eba.el8.x86_64 23/25 2023-11-27T16:22:27.992 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7549.gc8a64eba.el8.x86_64 23/25 2023-11-27T16:22:27.992 INFO:teuthology.orchestra.run.smithi100.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-27T16:22:28.192 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-radosgw-2:18.0.0-7549.gc8a64eba.el8.x86_64 23/25 2023-11-27T16:22:28.202 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-27T16:22:28.202 INFO:teuthology.orchestra.run.smithi100.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-27T16:22:28.213 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7549.gc8a64eba.el8.x86_64 23/25 2023-11-27T16:22:28.213 INFO:teuthology.orchestra.run.smithi186.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-27T16:22:28.308 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : ceph-radosgw-2:18.0.0-7549.gc8a64eba.el8.x86_64 23/25 2023-11-27T16:22:28.329 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7549.gc8a64eba.el8.x86_64 23/25 2023-11-27T16:22:28.329 INFO:teuthology.orchestra.run.smithi156.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-27T16:22:28.421 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-27T16:22:28.421 INFO:teuthology.orchestra.run.smithi186.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-27T16:22:28.536 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-27T16:22:28.536 INFO:teuthology.orchestra.run.smithi156.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-27T16:22:28.840 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-27T16:22:28.840 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : ceph-base-2:18.0.0-7549.gc8a64eba.el8.x86_64 1/25 2023-11-27T16:22:28.840 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : ceph-common-2:18.0.0-7549.gc8a64eba.el8.x86_64 2/25 2023-11-27T16:22:28.840 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : ceph-radosgw-2:18.0.0-7549.gc8a64eba.el8.x86_64 3/25 2023-11-27T16:22:28.840 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : ceph-selinux-2:18.0.0-7549.gc8a64eba.el8.x86_64 4/25 2023-11-27T16:22:28.840 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : libcephfs2-2:18.0.0-7549.gc8a64eba.el8.x86_64 5/25 2023-11-27T16:22:28.841 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : libradosstriper1-2:18.0.0-7549.gc8a64eba.el8.x86_6 6/25 2023-11-27T16:22:28.841 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : librgw2-2:18.0.0-7549.gc8a64eba.el8.x86_64 7/25 2023-11-27T16:22:28.841 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7549.gc8a64eba.el8. 8/25 2023-11-27T16:22:28.841 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : python3-ceph-common-2:18.0.0-7549.gc8a64eba.el8.x8 9/25 2023-11-27T16:22:28.841 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : python3-cephfs-2:18.0.0-7549.gc8a64eba.el8.x86_64 10/25 2023-11-27T16:22:28.841 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : python3-rados-2:18.0.0-7549.gc8a64eba.el8.x86_64 11/25 2023-11-27T16:22:28.841 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : python3-rbd-2:18.0.0-7549.gc8a64eba.el8.x86_64 12/25 2023-11-27T16:22:28.841 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : python3-rgw-2:18.0.0-7549.gc8a64eba.el8.x86_64 13/25 2023-11-27T16:22:28.841 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-11-27T16:22:28.841 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-11-27T16:22:28.841 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-11-27T16:22:28.841 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-11-27T16:22:28.841 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-11-27T16:22:28.841 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-11-27T16:22:28.842 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-11-27T16:22:28.842 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-11-27T16:22:28.842 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : librados2-2:18.0.0-7549.gc8a64eba.el8.x86_64 22/25 2023-11-27T16:22:28.842 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-11-27T16:22:28.842 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : librbd1-2:18.0.0-7549.gc8a64eba.el8.x86_64 24/25 2023-11-27T16:22:29.067 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-27T16:22:29.067 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-base-2:18.0.0-7549.gc8a64eba.el8.x86_64 1/25 2023-11-27T16:22:29.067 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-common-2:18.0.0-7549.gc8a64eba.el8.x86_64 2/25 2023-11-27T16:22:29.067 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-radosgw-2:18.0.0-7549.gc8a64eba.el8.x86_64 3/25 2023-11-27T16:22:29.067 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-selinux-2:18.0.0-7549.gc8a64eba.el8.x86_64 4/25 2023-11-27T16:22:29.067 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libcephfs2-2:18.0.0-7549.gc8a64eba.el8.x86_64 5/25 2023-11-27T16:22:29.067 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libradosstriper1-2:18.0.0-7549.gc8a64eba.el8.x86_6 6/25 2023-11-27T16:22:29.067 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : librgw2-2:18.0.0-7549.gc8a64eba.el8.x86_64 7/25 2023-11-27T16:22:29.067 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7549.gc8a64eba.el8. 8/25 2023-11-27T16:22:29.067 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-ceph-common-2:18.0.0-7549.gc8a64eba.el8.x8 9/25 2023-11-27T16:22:29.067 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-cephfs-2:18.0.0-7549.gc8a64eba.el8.x86_64 10/25 2023-11-27T16:22:29.068 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-rados-2:18.0.0-7549.gc8a64eba.el8.x86_64 11/25 2023-11-27T16:22:29.068 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-rbd-2:18.0.0-7549.gc8a64eba.el8.x86_64 12/25 2023-11-27T16:22:29.068 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-rgw-2:18.0.0-7549.gc8a64eba.el8.x86_64 13/25 2023-11-27T16:22:29.068 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-11-27T16:22:29.068 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-11-27T16:22:29.068 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-11-27T16:22:29.068 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-11-27T16:22:29.068 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-11-27T16:22:29.068 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-11-27T16:22:29.068 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-11-27T16:22:29.068 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-11-27T16:22:29.068 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : librados2-2:18.0.0-7549.gc8a64eba.el8.x86_64 22/25 2023-11-27T16:22:29.068 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-11-27T16:22:29.068 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : librbd1-2:18.0.0-7549.gc8a64eba.el8.x86_64 24/25 2023-11-27T16:22:29.157 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-27T16:22:29.157 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : ceph-base-2:18.0.0-7549.gc8a64eba.el8.x86_64 1/25 2023-11-27T16:22:29.157 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : ceph-common-2:18.0.0-7549.gc8a64eba.el8.x86_64 2/25 2023-11-27T16:22:29.157 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : ceph-radosgw-2:18.0.0-7549.gc8a64eba.el8.x86_64 3/25 2023-11-27T16:22:29.157 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : ceph-selinux-2:18.0.0-7549.gc8a64eba.el8.x86_64 4/25 2023-11-27T16:22:29.157 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : libcephfs2-2:18.0.0-7549.gc8a64eba.el8.x86_64 5/25 2023-11-27T16:22:29.157 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : libradosstriper1-2:18.0.0-7549.gc8a64eba.el8.x86_6 6/25 2023-11-27T16:22:29.157 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : librgw2-2:18.0.0-7549.gc8a64eba.el8.x86_64 7/25 2023-11-27T16:22:29.157 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7549.gc8a64eba.el8. 8/25 2023-11-27T16:22:29.157 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-ceph-common-2:18.0.0-7549.gc8a64eba.el8.x8 9/25 2023-11-27T16:22:29.157 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-cephfs-2:18.0.0-7549.gc8a64eba.el8.x86_64 10/25 2023-11-27T16:22:29.158 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-rados-2:18.0.0-7549.gc8a64eba.el8.x86_64 11/25 2023-11-27T16:22:29.158 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-rbd-2:18.0.0-7549.gc8a64eba.el8.x86_64 12/25 2023-11-27T16:22:29.158 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-rgw-2:18.0.0-7549.gc8a64eba.el8.x86_64 13/25 2023-11-27T16:22:29.158 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-11-27T16:22:29.158 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-11-27T16:22:29.158 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-11-27T16:22:29.158 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-11-27T16:22:29.158 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-11-27T16:22:29.158 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-11-27T16:22:29.158 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-11-27T16:22:29.158 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-11-27T16:22:29.158 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : librados2-2:18.0.0-7549.gc8a64eba.el8.x86_64 22/25 2023-11-27T16:22:29.159 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-11-27T16:22:29.159 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : librbd1-2:18.0.0-7549.gc8a64eba.el8.x86_64 24/25 2023-11-27T16:22:30.223 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-11-27T16:22:30.223 INFO:teuthology.orchestra.run.smithi100.stdout:Last metadata expiration check: 0:00:57 ago on Mon 27 Nov 2023 04:21:33 PM UTC. 2023-11-27T16:22:30.447 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-11-27T16:22:30.447 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:00:59 ago on Mon 27 Nov 2023 04:21:31 PM UTC. 2023-11-27T16:22:30.536 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-11-27T16:22:30.537 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:00:59 ago on Mon 27 Nov 2023 04:21:31 PM UTC. 2023-11-27T16:22:37.608 INFO:teuthology.orchestra.run.smithi156.stdout:Installed products updated. 2023-11-27T16:22:37.799 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-11-27T16:22:37.799 INFO:teuthology.orchestra.run.smithi156.stdout:Upgraded: 2023-11-27T16:22:37.799 INFO:teuthology.orchestra.run.smithi156.stdout: librados2-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:37.799 INFO:teuthology.orchestra.run.smithi156.stdout: librbd1-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:37.799 INFO:teuthology.orchestra.run.smithi156.stdout:Installed: 2023-11-27T16:22:37.799 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-base-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:37.799 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-common-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:37.799 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-radosgw-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:37.800 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-selinux-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:37.800 INFO:teuthology.orchestra.run.smithi156.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-11-27T16:22:37.800 INFO:teuthology.orchestra.run.smithi156.stdout: libcephfs2-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:37.800 INFO:teuthology.orchestra.run.smithi156.stdout: liboath-2.6.2-3.el8.x86_64 2023-11-27T16:22:37.800 INFO:teuthology.orchestra.run.smithi156.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-11-27T16:22:37.800 INFO:teuthology.orchestra.run.smithi156.stdout: libradosstriper1-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:37.800 INFO:teuthology.orchestra.run.smithi156.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-11-27T16:22:37.800 INFO:teuthology.orchestra.run.smithi156.stdout: librgw2-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:37.800 INFO:teuthology.orchestra.run.smithi156.stdout: libunwind-1.3.1-3.el8.x86_64 2023-11-27T16:22:37.800 INFO:teuthology.orchestra.run.smithi156.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-11-27T16:22:37.800 INFO:teuthology.orchestra.run.smithi156.stdout: python3-ceph-argparse-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:37.800 INFO:teuthology.orchestra.run.smithi156.stdout: python3-ceph-common-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:37.800 INFO:teuthology.orchestra.run.smithi156.stdout: python3-cephfs-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:37.801 INFO:teuthology.orchestra.run.smithi156.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-11-27T16:22:37.801 INFO:teuthology.orchestra.run.smithi156.stdout: python3-rados-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:37.801 INFO:teuthology.orchestra.run.smithi156.stdout: python3-rbd-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:37.801 INFO:teuthology.orchestra.run.smithi156.stdout: python3-rgw-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:37.801 INFO:teuthology.orchestra.run.smithi156.stdout: thrift-0.13.0-2.el8.x86_64 2023-11-27T16:22:37.801 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-11-27T16:22:37.801 INFO:teuthology.orchestra.run.smithi156.stdout:Complete! 2023-11-27T16:22:37.974 DEBUG:teuthology.orchestra.run.smithi156:> sudo yum -y install ceph-test 2023-11-27T16:22:38.275 INFO:teuthology.orchestra.run.smithi100.stdout:Installed products updated. 2023-11-27T16:22:38.325 INFO:teuthology.orchestra.run.smithi156.stdout:Updating Subscription Management repositories. 2023-11-27T16:22:38.393 INFO:teuthology.orchestra.run.smithi186.stdout:Installed products updated. 2023-11-27T16:22:38.462 INFO:teuthology.orchestra.run.smithi100.stdout: 2023-11-27T16:22:38.462 INFO:teuthology.orchestra.run.smithi100.stdout:Upgraded: 2023-11-27T16:22:38.462 INFO:teuthology.orchestra.run.smithi100.stdout: librados2-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:38.462 INFO:teuthology.orchestra.run.smithi100.stdout: librbd1-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:38.462 INFO:teuthology.orchestra.run.smithi100.stdout:Installed: 2023-11-27T16:22:38.462 INFO:teuthology.orchestra.run.smithi100.stdout: ceph-base-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:38.462 INFO:teuthology.orchestra.run.smithi100.stdout: ceph-common-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:38.462 INFO:teuthology.orchestra.run.smithi100.stdout: ceph-radosgw-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:38.462 INFO:teuthology.orchestra.run.smithi100.stdout: ceph-selinux-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:38.463 INFO:teuthology.orchestra.run.smithi100.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-11-27T16:22:38.463 INFO:teuthology.orchestra.run.smithi100.stdout: libcephfs2-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:38.463 INFO:teuthology.orchestra.run.smithi100.stdout: liboath-2.6.2-3.el8.x86_64 2023-11-27T16:22:38.463 INFO:teuthology.orchestra.run.smithi100.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-11-27T16:22:38.463 INFO:teuthology.orchestra.run.smithi100.stdout: libradosstriper1-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:38.463 INFO:teuthology.orchestra.run.smithi100.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-11-27T16:22:38.463 INFO:teuthology.orchestra.run.smithi100.stdout: librgw2-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:38.463 INFO:teuthology.orchestra.run.smithi100.stdout: libunwind-1.3.1-3.el8.x86_64 2023-11-27T16:22:38.463 INFO:teuthology.orchestra.run.smithi100.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-11-27T16:22:38.463 INFO:teuthology.orchestra.run.smithi100.stdout: python3-ceph-argparse-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:38.463 INFO:teuthology.orchestra.run.smithi100.stdout: python3-ceph-common-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:38.463 INFO:teuthology.orchestra.run.smithi100.stdout: python3-cephfs-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:38.463 INFO:teuthology.orchestra.run.smithi100.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-11-27T16:22:38.464 INFO:teuthology.orchestra.run.smithi100.stdout: python3-rados-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:38.464 INFO:teuthology.orchestra.run.smithi100.stdout: python3-rbd-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:38.464 INFO:teuthology.orchestra.run.smithi100.stdout: python3-rgw-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:38.464 INFO:teuthology.orchestra.run.smithi100.stdout: thrift-0.13.0-2.el8.x86_64 2023-11-27T16:22:38.464 INFO:teuthology.orchestra.run.smithi100.stdout: 2023-11-27T16:22:38.464 INFO:teuthology.orchestra.run.smithi100.stdout:Complete! 2023-11-27T16:22:38.577 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-27T16:22:38.578 INFO:teuthology.orchestra.run.smithi186.stdout:Upgraded: 2023-11-27T16:22:38.578 INFO:teuthology.orchestra.run.smithi186.stdout: librados2-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:38.578 INFO:teuthology.orchestra.run.smithi186.stdout: librbd1-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:38.578 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2023-11-27T16:22:38.578 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-base-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:38.578 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-common-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:38.578 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-radosgw-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:38.578 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-selinux-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:38.578 INFO:teuthology.orchestra.run.smithi186.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-11-27T16:22:38.578 INFO:teuthology.orchestra.run.smithi186.stdout: libcephfs2-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:38.578 INFO:teuthology.orchestra.run.smithi186.stdout: liboath-2.6.2-3.el8.x86_64 2023-11-27T16:22:38.578 INFO:teuthology.orchestra.run.smithi186.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-11-27T16:22:38.578 INFO:teuthology.orchestra.run.smithi186.stdout: libradosstriper1-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:38.579 INFO:teuthology.orchestra.run.smithi186.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-11-27T16:22:38.579 INFO:teuthology.orchestra.run.smithi186.stdout: librgw2-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:38.579 INFO:teuthology.orchestra.run.smithi186.stdout: libunwind-1.3.1-3.el8.x86_64 2023-11-27T16:22:38.579 INFO:teuthology.orchestra.run.smithi186.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-11-27T16:22:38.579 INFO:teuthology.orchestra.run.smithi186.stdout: python3-ceph-argparse-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:38.579 INFO:teuthology.orchestra.run.smithi186.stdout: python3-ceph-common-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:38.579 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cephfs-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:38.579 INFO:teuthology.orchestra.run.smithi186.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-11-27T16:22:38.579 INFO:teuthology.orchestra.run.smithi186.stdout: python3-rados-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:38.579 INFO:teuthology.orchestra.run.smithi186.stdout: python3-rbd-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:38.579 INFO:teuthology.orchestra.run.smithi186.stdout: python3-rgw-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:38.579 INFO:teuthology.orchestra.run.smithi186.stdout: thrift-0.13.0-2.el8.x86_64 2023-11-27T16:22:38.579 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-27T16:22:38.579 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2023-11-27T16:22:38.634 DEBUG:teuthology.orchestra.run.smithi100:> sudo yum -y install ceph-test 2023-11-27T16:22:38.733 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph-test 2023-11-27T16:22:38.981 INFO:teuthology.orchestra.run.smithi100.stdout:Updating Subscription Management repositories. 2023-11-27T16:22:39.083 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-11-27T16:22:39.743 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:01:08 ago on Mon 27 Nov 2023 04:21:31 PM UTC. 2023-11-27T16:22:40.517 INFO:teuthology.orchestra.run.smithi100.stdout:Last metadata expiration check: 0:01:07 ago on Mon 27 Nov 2023 04:21:33 PM UTC. 2023-11-27T16:22:40.753 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:01:09 ago on Mon 27 Nov 2023 04:21:31 PM UTC. 2023-11-27T16:22:41.110 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2023-11-27T16:22:41.111 INFO:teuthology.orchestra.run.smithi156.stdout:============================================================================================ 2023-11-27T16:22:41.111 INFO:teuthology.orchestra.run.smithi156.stdout: Package Arch Version Repository Size 2023-11-27T16:22:41.111 INFO:teuthology.orchestra.run.smithi156.stdout:============================================================================================ 2023-11-27T16:22:41.111 INFO:teuthology.orchestra.run.smithi156.stdout:Installing: 2023-11-27T16:22:41.112 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-test x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 49 M 2023-11-27T16:22:41.112 INFO:teuthology.orchestra.run.smithi156.stdout:Installing dependencies: 2023-11-27T16:22:41.112 INFO:teuthology.orchestra.run.smithi156.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-11-27T16:22:41.112 INFO:teuthology.orchestra.run.smithi156.stdout: libcephsqlite x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 183 k 2023-11-27T16:22:41.112 INFO:teuthology.orchestra.run.smithi156.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-11-27T16:22:41.112 INFO:teuthology.orchestra.run.smithi156.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-11-27T16:22:41.112 INFO:teuthology.orchestra.run.smithi156.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-11-27T16:22:41.112 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-11-27T16:22:41.113 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction Summary 2023-11-27T16:22:41.113 INFO:teuthology.orchestra.run.smithi156.stdout:============================================================================================ 2023-11-27T16:22:41.113 INFO:teuthology.orchestra.run.smithi156.stdout:Install 6 Packages 2023-11-27T16:22:41.113 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-11-27T16:22:41.114 INFO:teuthology.orchestra.run.smithi156.stdout:Total download size: 50 M 2023-11-27T16:22:41.114 INFO:teuthology.orchestra.run.smithi156.stdout:Installed size: 223 M 2023-11-27T16:22:41.114 INFO:teuthology.orchestra.run.smithi156.stdout:Downloading Packages: 2023-11-27T16:22:41.145 INFO:teuthology.orchestra.run.smithi156.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 2.1 MB/s | 70 kB 00:00 2023-11-27T16:22:41.271 INFO:teuthology.orchestra.run.smithi156.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 2.5 MB/s | 323 kB 00:00 2023-11-27T16:22:41.396 INFO:teuthology.orchestra.run.smithi156.stdout:(3/6): libcephsqlite-18.0.0-7549.gc8a64eba.el8. 647 kB/s | 183 kB 00:00 2023-11-27T16:22:41.429 INFO:teuthology.orchestra.run.smithi156.stdout:(4/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.2 MB/s | 187 kB 00:00 2023-11-27T16:22:41.538 INFO:teuthology.orchestra.run.smithi156.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 1.4 MB/s | 202 kB 00:00 2023-11-27T16:22:41.898 INFO:teuthology.orchestra.run.smithi100.stdout:Dependencies resolved. 2023-11-27T16:22:41.899 INFO:teuthology.orchestra.run.smithi100.stdout:============================================================================================ 2023-11-27T16:22:41.899 INFO:teuthology.orchestra.run.smithi100.stdout: Package Arch Version Repository Size 2023-11-27T16:22:41.899 INFO:teuthology.orchestra.run.smithi100.stdout:============================================================================================ 2023-11-27T16:22:41.899 INFO:teuthology.orchestra.run.smithi100.stdout:Installing: 2023-11-27T16:22:41.899 INFO:teuthology.orchestra.run.smithi100.stdout: ceph-test x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 49 M 2023-11-27T16:22:41.899 INFO:teuthology.orchestra.run.smithi100.stdout:Installing dependencies: 2023-11-27T16:22:41.899 INFO:teuthology.orchestra.run.smithi100.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-11-27T16:22:41.899 INFO:teuthology.orchestra.run.smithi100.stdout: libcephsqlite x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 183 k 2023-11-27T16:22:41.899 INFO:teuthology.orchestra.run.smithi100.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-11-27T16:22:41.899 INFO:teuthology.orchestra.run.smithi100.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-11-27T16:22:41.899 INFO:teuthology.orchestra.run.smithi100.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-11-27T16:22:41.900 INFO:teuthology.orchestra.run.smithi100.stdout: 2023-11-27T16:22:41.900 INFO:teuthology.orchestra.run.smithi100.stdout:Transaction Summary 2023-11-27T16:22:41.900 INFO:teuthology.orchestra.run.smithi100.stdout:============================================================================================ 2023-11-27T16:22:41.900 INFO:teuthology.orchestra.run.smithi100.stdout:Install 6 Packages 2023-11-27T16:22:41.900 INFO:teuthology.orchestra.run.smithi100.stdout: 2023-11-27T16:22:41.900 INFO:teuthology.orchestra.run.smithi100.stdout:Total download size: 50 M 2023-11-27T16:22:41.901 INFO:teuthology.orchestra.run.smithi100.stdout:Installed size: 223 M 2023-11-27T16:22:41.901 INFO:teuthology.orchestra.run.smithi100.stdout:Downloading Packages: 2023-11-27T16:22:41.943 INFO:teuthology.orchestra.run.smithi100.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.6 MB/s | 70 kB 00:00 2023-11-27T16:22:42.093 INFO:teuthology.orchestra.run.smithi100.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 2.1 MB/s | 323 kB 00:00 2023-11-27T16:22:42.126 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2023-11-27T16:22:42.127 INFO:teuthology.orchestra.run.smithi186.stdout:============================================================================================ 2023-11-27T16:22:42.128 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repository Size 2023-11-27T16:22:42.128 INFO:teuthology.orchestra.run.smithi186.stdout:============================================================================================ 2023-11-27T16:22:42.128 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2023-11-27T16:22:42.128 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-test x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 49 M 2023-11-27T16:22:42.128 INFO:teuthology.orchestra.run.smithi186.stdout:Installing dependencies: 2023-11-27T16:22:42.128 INFO:teuthology.orchestra.run.smithi186.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-11-27T16:22:42.128 INFO:teuthology.orchestra.run.smithi186.stdout: libcephsqlite x86_64 2:18.0.0-7549.gc8a64eba.el8 ceph 183 k 2023-11-27T16:22:42.128 INFO:teuthology.orchestra.run.smithi186.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-11-27T16:22:42.128 INFO:teuthology.orchestra.run.smithi186.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-11-27T16:22:42.128 INFO:teuthology.orchestra.run.smithi186.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-11-27T16:22:42.128 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-27T16:22:42.128 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2023-11-27T16:22:42.128 INFO:teuthology.orchestra.run.smithi186.stdout:============================================================================================ 2023-11-27T16:22:42.129 INFO:teuthology.orchestra.run.smithi186.stdout:Install 6 Packages 2023-11-27T16:22:42.129 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-27T16:22:42.129 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 50 M 2023-11-27T16:22:42.129 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 223 M 2023-11-27T16:22:42.129 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2023-11-27T16:22:42.161 INFO:teuthology.orchestra.run.smithi186.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 2.2 MB/s | 70 kB 00:00 2023-11-27T16:22:42.244 INFO:teuthology.orchestra.run.smithi100.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.2 MB/s | 187 kB 00:00 2023-11-27T16:22:42.311 INFO:teuthology.orchestra.run.smithi186.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 2.1 MB/s | 323 kB 00:00 2023-11-27T16:22:42.318 INFO:teuthology.orchestra.run.smithi100.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 2.6 MB/s | 202 kB 00:00 2023-11-27T16:22:42.419 INFO:teuthology.orchestra.run.smithi100.stdout:(5/6): libcephsqlite-18.0.0-7549.gc8a64eba.el8. 353 kB/s | 183 kB 00:00 2023-11-27T16:22:42.462 INFO:teuthology.orchestra.run.smithi186.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.2 MB/s | 187 kB 00:00 2023-11-27T16:22:42.587 INFO:teuthology.orchestra.run.smithi186.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 1.6 MB/s | 202 kB 00:00 2023-11-27T16:22:42.762 INFO:teuthology.orchestra.run.smithi186.stdout:(5/6): libcephsqlite-18.0.0-7549.gc8a64eba.el8. 289 kB/s | 183 kB 00:00 2023-11-27T16:22:43.763 INFO:teuthology.orchestra.run.smithi156.stdout:(6/6): ceph-test-18.0.0-7549.gc8a64eba.el8.x86_ 19 MB/s | 49 MB 00:02 2023-11-27T16:22:43.765 INFO:teuthology.orchestra.run.smithi156.stdout:-------------------------------------------------------------------------------- 2023-11-27T16:22:43.765 INFO:teuthology.orchestra.run.smithi156.stdout:Total 19 MB/s | 50 MB 00:02 2023-11-27T16:22:43.803 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction check 2023-11-27T16:22:43.824 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction check succeeded. 2023-11-27T16:22:43.825 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction test 2023-11-27T16:22:44.095 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction test succeeded. 2023-11-27T16:22:44.099 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction 2023-11-27T16:22:44.539 INFO:teuthology.orchestra.run.smithi156.stdout: Preparing : 1/1 2023-11-27T16:22:44.665 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-11-27T16:22:44.737 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-11-27T16:22:44.934 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-11-27T16:22:47.468 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-11-27T16:22:47.468 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-11-27T16:22:47.468 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : libcephsqlite-2:18.0.0-7549.gc8a64eba.el8.x86_64 5/6 2023-11-27T16:22:47.470 INFO:teuthology.orchestra.run.smithi186.stdout:(6/6): ceph-test-18.0.0-7549.gc8a64eba.el8.x86_ 12 MB/s | 49 MB 00:04 2023-11-27T16:22:47.470 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2023-11-27T16:22:47.471 INFO:teuthology.orchestra.run.smithi186.stdout:Total 12 MB/s | 50 MB 00:04 2023-11-27T16:22:47.471 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2023-11-27T16:22:47.471 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2023-11-27T16:22:47.471 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2023-11-27T16:22:47.471 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2023-11-27T16:22:47.472 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2023-11-27T16:22:47.472 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2023-11-27T16:22:47.472 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-11-27T16:22:47.473 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-11-27T16:22:47.473 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-11-27T16:22:47.641 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-11-27T16:22:47.823 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-11-27T16:22:47.966 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : libcephsqlite-2:18.0.0-7549.gc8a64eba.el8.x86_64 5/6 2023-11-27T16:22:49.835 INFO:teuthology.orchestra.run.smithi100.stdout:(6/6): ceph-test-18.0.0-7549.gc8a64eba.el8.x86_ 6.2 MB/s | 49 MB 00:07 2023-11-27T16:22:49.837 INFO:teuthology.orchestra.run.smithi100.stdout:-------------------------------------------------------------------------------- 2023-11-27T16:22:49.837 INFO:teuthology.orchestra.run.smithi100.stdout:Total 6.3 MB/s | 50 MB 00:07 2023-11-27T16:22:49.874 INFO:teuthology.orchestra.run.smithi100.stdout:Running transaction check 2023-11-27T16:22:49.895 INFO:teuthology.orchestra.run.smithi100.stdout:Transaction check succeeded. 2023-11-27T16:22:49.895 INFO:teuthology.orchestra.run.smithi100.stdout:Running transaction test 2023-11-27T16:22:50.157 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7549.gc8a64eba.el8.x86_64 5/6 2023-11-27T16:22:50.167 INFO:teuthology.orchestra.run.smithi100.stdout:Transaction test succeeded. 2023-11-27T16:22:50.170 INFO:teuthology.orchestra.run.smithi100.stdout:Running transaction 2023-11-27T16:22:50.411 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : ceph-test-2:18.0.0-7549.gc8a64eba.el8.x86_64 6/6 2023-11-27T16:22:50.612 INFO:teuthology.orchestra.run.smithi100.stdout: Preparing : 1/1 2023-11-27T16:22:50.639 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: ceph-test-2:18.0.0-7549.gc8a64eba.el8.x86_64 6/6 2023-11-27T16:22:50.639 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : ceph-test-2:18.0.0-7549.gc8a64eba.el8.x86_64 1/6 2023-11-27T16:22:50.639 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : libcephsqlite-2:18.0.0-7549.gc8a64eba.el8.x86_64 2/6 2023-11-27T16:22:50.639 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-11-27T16:22:50.640 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-11-27T16:22:50.640 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-11-27T16:22:50.754 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-11-27T16:22:50.830 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-11-27T16:22:51.080 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-11-27T16:22:51.238 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-11-27T16:22:51.403 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-11-27T16:22:51.562 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : libcephsqlite-2:18.0.0-7549.gc8a64eba.el8.x86_64 5/6 2023-11-27T16:22:51.754 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-11-27T16:22:51.755 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:01:20 ago on Mon 27 Nov 2023 04:21:31 PM UTC. 2023-11-27T16:22:52.684 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7549.gc8a64eba.el8.x86_64 5/6 2023-11-27T16:22:52.962 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-test-2:18.0.0-7549.gc8a64eba.el8.x86_64 6/6 2023-11-27T16:22:53.185 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-test-2:18.0.0-7549.gc8a64eba.el8.x86_64 6/6 2023-11-27T16:22:53.186 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-test-2:18.0.0-7549.gc8a64eba.el8.x86_64 1/6 2023-11-27T16:22:53.186 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libcephsqlite-2:18.0.0-7549.gc8a64eba.el8.x86_64 2/6 2023-11-27T16:22:53.186 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-11-27T16:22:53.186 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-11-27T16:22:53.186 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-11-27T16:22:54.283 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-11-27T16:22:54.283 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:01:23 ago on Mon 27 Nov 2023 04:21:31 PM UTC. 2023-11-27T16:22:56.262 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7549.gc8a64eba.el8.x86_64 5/6 2023-11-27T16:22:56.492 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : ceph-test-2:18.0.0-7549.gc8a64eba.el8.x86_64 6/6 2023-11-27T16:22:56.747 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: ceph-test-2:18.0.0-7549.gc8a64eba.el8.x86_64 6/6 2023-11-27T16:22:56.747 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : ceph-test-2:18.0.0-7549.gc8a64eba.el8.x86_64 1/6 2023-11-27T16:22:56.747 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : libcephsqlite-2:18.0.0-7549.gc8a64eba.el8.x86_64 2/6 2023-11-27T16:22:56.747 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-11-27T16:22:56.747 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-11-27T16:22:56.747 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-11-27T16:22:58.052 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-11-27T16:22:58.052 INFO:teuthology.orchestra.run.smithi100.stdout:Last metadata expiration check: 0:01:25 ago on Mon 27 Nov 2023 04:21:33 PM UTC. 2023-11-27T16:22:58.855 INFO:teuthology.orchestra.run.smithi156.stdout:Installed products updated. 2023-11-27T16:22:59.038 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-11-27T16:22:59.038 INFO:teuthology.orchestra.run.smithi156.stdout:Installed: 2023-11-27T16:22:59.038 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-test-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:59.038 INFO:teuthology.orchestra.run.smithi156.stdout: jq-1.6-3.el8.x86_64 2023-11-27T16:22:59.038 INFO:teuthology.orchestra.run.smithi156.stdout: libcephsqlite-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:22:59.038 INFO:teuthology.orchestra.run.smithi156.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-11-27T16:22:59.039 INFO:teuthology.orchestra.run.smithi156.stdout: socat-1.7.4.1-1.el8.x86_64 2023-11-27T16:22:59.039 INFO:teuthology.orchestra.run.smithi156.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-11-27T16:22:59.039 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-11-27T16:22:59.039 INFO:teuthology.orchestra.run.smithi156.stdout:Complete! 2023-11-27T16:22:59.183 DEBUG:teuthology.orchestra.run.smithi156:> sudo yum -y install ceph 2023-11-27T16:22:59.520 INFO:teuthology.orchestra.run.smithi156.stdout:Updating Subscription Management repositories. 2023-11-27T16:23:00.995 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:01:29 ago on Mon 27 Nov 2023 04:21:31 PM UTC. 2023-11-27T16:23:02.076 INFO:teuthology.orchestra.run.smithi186.stdout:Installed products updated. 2023-11-27T16:23:02.258 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-27T16:23:02.258 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2023-11-27T16:23:02.258 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-test-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:23:02.258 INFO:teuthology.orchestra.run.smithi186.stdout: jq-1.6-3.el8.x86_64 2023-11-27T16:23:02.259 INFO:teuthology.orchestra.run.smithi186.stdout: libcephsqlite-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:23:02.259 INFO:teuthology.orchestra.run.smithi186.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-11-27T16:23:02.259 INFO:teuthology.orchestra.run.smithi186.stdout: socat-1.7.4.1-1.el8.x86_64 2023-11-27T16:23:02.259 INFO:teuthology.orchestra.run.smithi186.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-11-27T16:23:02.259 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-27T16:23:02.259 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2023-11-27T16:23:02.392 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph 2023-11-27T16:23:02.432 INFO:teuthology.orchestra.run.smithi156.stderr:Error: 2023-11-27T16:23:02.433 INFO:teuthology.orchestra.run.smithi156.stderr: Problem: conflicting requests 2023-11-27T16:23:02.433 INFO:teuthology.orchestra.run.smithi156.stderr: - nothing provides lua-devel needed by ceph-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:23:02.433 INFO:teuthology.orchestra.run.smithi156.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-11-27T16:23:02.512 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-27T16:23:02.513 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/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_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/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_2442239d2653456406c25ae0c71b689c8f2657b6/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_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi156 with status 1: 'sudo yum -y install ceph' 2023-11-27T16:23:02.515 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/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_2442239d2653456406c25ae0c71b689c8f2657b6/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_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/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_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/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_2442239d2653456406c25ae0c71b689c8f2657b6/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_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi156 with status 1: 'sudo yum -y install ceph' 2023-11-27T16:23:02.584 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=71fff58b03cc45e4bf1d7ef7be00a288 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/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_2442239d2653456406c25ae0c71b689c8f2657b6/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_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/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_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/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_2442239d2653456406c25ae0c71b689c8f2657b6/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_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi156 with status 1: 'sudo yum -y install ceph' 2023-11-27T16:23:02.588 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-11-27T16:23:02.597 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-27T16:23:02.609 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-27T16:23:02.609 DEBUG:teuthology.orchestra.run.smithi100:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-27T16:23:02.623 DEBUG:teuthology.orchestra.run.smithi156:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-27T16:23:02.626 DEBUG:teuthology.orchestra.run.smithi186:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-27T16:23:02.633 INFO:teuthology.orchestra.run.smithi100.stderr:bash: ntpq: command not found 2023-11-27T16:23:02.638 INFO:teuthology.orchestra.run.smithi100.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-27T16:23:02.638 INFO:teuthology.orchestra.run.smithi100.stdout:=============================================================================== 2023-11-27T16:23:02.638 INFO:teuthology.orchestra.run.smithi100.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 35 -522us[ -547us] +/- 75ms 2023-11-27T16:23:02.638 INFO:teuthology.orchestra.run.smithi100.stdout:^* hv02.front.sepia.ceph.com 3 6 77 35 -1549us[-1574us] +/- 54ms 2023-11-27T16:23:02.639 INFO:teuthology.orchestra.run.smithi100.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 34 +3337us[+3337us] +/- 92ms 2023-11-27T16:23:02.639 INFO:teuthology.orchestra.run.smithi100.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-11-27T16:23:02.639 INFO:teuthology.orchestra.run.smithi156.stderr:bash: ntpq: command not found 2023-11-27T16:23:02.643 INFO:teuthology.orchestra.run.smithi186.stderr:bash: ntpq: command not found 2023-11-27T16:23:02.644 INFO:teuthology.orchestra.run.smithi156.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-27T16:23:02.644 INFO:teuthology.orchestra.run.smithi156.stdout:=============================================================================== 2023-11-27T16:23:02.644 INFO:teuthology.orchestra.run.smithi156.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 34 -564us[ -564us] +/- 76ms 2023-11-27T16:23:02.645 INFO:teuthology.orchestra.run.smithi156.stdout:^* hv02.front.sepia.ceph.com 3 6 77 35 -1595us[-1611us] +/- 54ms 2023-11-27T16:23:02.645 INFO:teuthology.orchestra.run.smithi156.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 36 +3284us[+3267us] +/- 92ms 2023-11-27T16:23:02.645 INFO:teuthology.orchestra.run.smithi156.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-11-27T16:23:02.647 INFO:teuthology.orchestra.run.smithi186.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-27T16:23:02.647 INFO:teuthology.orchestra.run.smithi186.stdout:=============================================================================== 2023-11-27T16:23:02.647 INFO:teuthology.orchestra.run.smithi186.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 34 -592us[ -592us] +/- 75ms 2023-11-27T16:23:02.647 INFO:teuthology.orchestra.run.smithi186.stdout:^* hv02.front.sepia.ceph.com 3 6 77 35 -1557us[-1522us] +/- 54ms 2023-11-27T16:23:02.647 INFO:teuthology.orchestra.run.smithi186.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 35 +3279us[+3279us] +/- 92ms 2023-11-27T16:23:02.648 INFO:teuthology.orchestra.run.smithi186.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-11-27T16:23:02.649 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-27T16:23:02.657 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-27T16:23:02.657 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-27T16:23:02.665 DEBUG:teuthology.orchestra.run.smithi100:> 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-11-27T16:23:02.734 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-11-27T16:23:02.787 DEBUG:teuthology.orchestra.run.smithi156:> 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-11-27T16:23:02.883 DEBUG:teuthology.orchestra.run.smithi186:> 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-11-27T16:23:02.977 DEBUG:teuthology.orchestra.run.smithi100:> 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-11-27T16:23:03.010 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-27T16:23:03.010 DEBUG:teuthology.orchestra.run.smithi156:> 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-11-27T16:23:03.042 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-27T16:23:03.043 DEBUG:teuthology.orchestra.run.smithi186:> 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-11-27T16:23:03.074 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-27T16:23:03.075 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-27T16:23:03.084 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-27T16:23:03.092 INFO:teuthology.task.internal:Duration was 817.654685 seconds 2023-11-27T16:23:03.093 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-27T16:23:03.102 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-27T16:23:03.102 DEBUG:teuthology.orchestra.run.smithi100:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-27T16:23:03.105 DEBUG:teuthology.orchestra.run.smithi156:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-27T16:23:03.109 DEBUG:teuthology.orchestra.run.smithi186:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-27T16:23:03.150 INFO:teuthology.orchestra.run.smithi100.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-27T16:23:03.151 INFO:teuthology.orchestra.run.smithi156.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-27T16:23:03.160 INFO:teuthology.orchestra.run.smithi186.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-27T16:23:03.502 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-27T16:23:03.502 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi100.front.sepia.ceph.com 2023-11-27T16:23:03.503 DEBUG:teuthology.orchestra.run.smithi100:> 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-11-27T16:23:03.524 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi156.front.sepia.ceph.com 2023-11-27T16:23:03.524 DEBUG:teuthology.orchestra.run.smithi156:> 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-11-27T16:23:03.565 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi186.front.sepia.ceph.com 2023-11-27T16:23:03.565 DEBUG:teuthology.orchestra.run.smithi186:> 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-11-27T16:23:03.589 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-27T16:23:03.589 DEBUG:teuthology.orchestra.run.smithi100:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-27T16:23:03.592 DEBUG:teuthology.orchestra.run.smithi156:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-27T16:23:03.608 DEBUG:teuthology.orchestra.run.smithi186:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-27T16:23:03.672 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-27T16:23:03.672 DEBUG:teuthology.orchestra.run.smithi100:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-27T16:23:03.675 DEBUG:teuthology.orchestra.run.smithi156:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-27T16:23:03.689 DEBUG:teuthology.orchestra.run.smithi186:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-27T16:23:03.801 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-27T16:23:03.812 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-27T16:23:03.812 DEBUG:teuthology.orchestra.run.smithi100:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-27T16:23:03.855 DEBUG:teuthology.orchestra.run.smithi156:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-27T16:23:03.893 DEBUG:teuthology.orchestra.run.smithi186:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-27T16:23:03.946 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-27T16:23:03.956 DEBUG:teuthology.orchestra.run.smithi100:> 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-11-27T16:23:03.958 DEBUG:teuthology.orchestra.run.smithi156:> 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-11-27T16:23:03.961 DEBUG:teuthology.orchestra.run.smithi186:> 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-11-27T16:23:03.981 INFO:teuthology.orchestra.run.smithi100.stdout:kernel.core_pattern = core 2023-11-27T16:23:03.983 INFO:teuthology.orchestra.run.smithi156.stdout:kernel.core_pattern = core 2023-11-27T16:23:03.987 INFO:teuthology.orchestra.run.smithi186.stdout:kernel.core_pattern = core 2023-11-27T16:23:04.003 DEBUG:teuthology.orchestra.run.smithi100:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-27T16:23:04.052 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-27T16:23:04.053 DEBUG:teuthology.orchestra.run.smithi156:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-27T16:23:04.068 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-27T16:23:04.069 DEBUG:teuthology.orchestra.run.smithi186:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-27T16:23:04.086 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-27T16:23:04.086 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-27T16:23:04.096 INFO:teuthology.task.internal:Transferring archived files... 2023-11-27T16:23:04.097 DEBUG:teuthology.misc:Transferring archived files from smithi100:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-11-27_16:03:00-orch:cephadm-wip-adk-testing-2023-11-26-1627-distro-default-smithi/7467863/remote/smithi100 2023-11-27T16:23:04.098 DEBUG:teuthology.orchestra.run.smithi100:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-27T16:23:04.151 DEBUG:teuthology.misc:Transferring archived files from smithi156:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-11-27_16:03:00-orch:cephadm-wip-adk-testing-2023-11-26-1627-distro-default-smithi/7467863/remote/smithi156 2023-11-27T16:23:04.152 DEBUG:teuthology.orchestra.run.smithi156:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-27T16:23:04.203 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:01:33 ago on Mon 27 Nov 2023 04:21:31 PM UTC. 2023-11-27T16:23:04.216 DEBUG:teuthology.misc:Transferring archived files from smithi186:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-11-27_16:03:00-orch:cephadm-wip-adk-testing-2023-11-26-1627-distro-default-smithi/7467863/remote/smithi186 2023-11-27T16:23:04.217 DEBUG:teuthology.orchestra.run.smithi186:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-27T16:23:04.266 INFO:teuthology.task.internal:Removing archive directory... 2023-11-27T16:23:04.266 DEBUG:teuthology.orchestra.run.smithi100:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-27T16:23:04.269 DEBUG:teuthology.orchestra.run.smithi156:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-27T16:23:04.271 DEBUG:teuthology.orchestra.run.smithi186:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-27T16:23:04.317 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-27T16:23:04.328 INFO:teuthology.task.internal:Not uploading archives. 2023-11-27T16:23:04.329 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-27T16:23:04.338 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-27T16:23:04.338 DEBUG:teuthology.orchestra.run.smithi100:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-27T16:23:04.341 DEBUG:teuthology.orchestra.run.smithi156:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-27T16:23:04.343 DEBUG:teuthology.orchestra.run.smithi186:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-27T16:23:04.355 INFO:teuthology.orchestra.run.smithi100.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 27 16:23 /home/ubuntu/cephtest 2023-11-27T16:23:04.357 INFO:teuthology.orchestra.run.smithi156.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 27 16:23 /home/ubuntu/cephtest 2023-11-27T16:23:04.372 INFO:teuthology.orchestra.run.smithi186.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 27 16:23 /home/ubuntu/cephtest 2023-11-27T16:23:04.378 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-27T16:23:04.388 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-27T16:23:04.407 INFO:teuthology.nuke:Checking targets against current locks 2023-11-27T16:23:04.435 DEBUG:teuthology.nuke:shortname: smithi100 2023-11-27T16:23:04.435 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-27T16:23:04.458 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi100.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-27_16:03:00-orch:cephadm-wip-adk-testing-2023-11-26-1627-distro-default-smithi/7467863', '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-11-27 16:03:17.302909', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-11-27T16:23:04.462 DEBUG:teuthology.nuke:shortname: smithi156 2023-11-27T16:23:04.462 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-27T16:23:04.484 DEBUG:teuthology.nuke:shortname: smithi186 2023-11-27T16:23:04.485 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-27T16:23:04.489 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi156.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-27_16:03:00-orch:cephadm-wip-adk-testing-2023-11-26-1627-distro-default-smithi/7467863', '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-11-27 16:03:17.305129', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-11-27T16:23:04.515 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi186.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-27_16:03:00-orch:cephadm-wip-adk-testing-2023-11-26-1627-distro-default-smithi/7467863', '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-11-27 16:03:17.304087', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-11-27T16:23:04.522 INFO:teuthology.orchestra.console.smithi100:Power off 2023-11-27T16:23:04.523 DEBUG:teuthology.orchestra.console.smithi100:pexpect command: ipmitool -H smithi100.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-27T16:23:04.545 DEBUG:teuthology.orchestra.console.smithi100:power off output: Chassis Power Control: Down/Off 2023-11-27T16:23:04.546 DEBUG:teuthology.orchestra.console.smithi100:pexpect command: ipmitool -H smithi100.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-27T16:23:04.565 INFO:teuthology.orchestra.console.smithi156:Power off 2023-11-27T16:23:04.566 DEBUG:teuthology.orchestra.console.smithi156:pexpect command: ipmitool -H smithi156.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-27T16:23:04.576 DEBUG:teuthology.orchestra.console.smithi100:check power output: Chassis Power is on 2023-11-27T16:23:04.589 DEBUG:teuthology.orchestra.console.smithi156:power off output: Chassis Power Control: Down/Off 2023-11-27T16:23:04.589 DEBUG:teuthology.orchestra.console.smithi156:pexpect command: ipmitool -H smithi156.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-27T16:23:04.604 INFO:teuthology.orchestra.console.smithi186:Power off 2023-11-27T16:23:04.605 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-27T16:23:04.615 DEBUG:teuthology.orchestra.console.smithi156:check power output: Chassis Power is on 2023-11-27T16:23:04.627 DEBUG:teuthology.orchestra.console.smithi186:power off output: Chassis Power Control: Down/Off 2023-11-27T16:23:04.627 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-27T16:23:04.649 DEBUG:teuthology.orchestra.console.smithi186:check power output: Chassis Power is on 2023-11-27T16:23:05.641 INFO:teuthology.orchestra.run.smithi186.stderr:Error: 2023-11-27T16:23:05.642 INFO:teuthology.orchestra.run.smithi186.stderr: Problem: conflicting requests 2023-11-27T16:23:05.642 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides lua-devel needed by ceph-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:23:05.643 INFO:teuthology.orchestra.run.smithi186.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-11-27T16:23:05.725 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-27T16:23:06.401 INFO:teuthology.orchestra.run.smithi100.stdout:Installed products updated. 2023-11-27T16:23:06.584 INFO:teuthology.orchestra.run.smithi100.stdout: 2023-11-27T16:23:06.584 INFO:teuthology.orchestra.run.smithi100.stdout:Installed: 2023-11-27T16:23:06.584 INFO:teuthology.orchestra.run.smithi100.stdout: ceph-test-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:23:06.584 INFO:teuthology.orchestra.run.smithi100.stdout: jq-1.6-3.el8.x86_64 2023-11-27T16:23:06.584 INFO:teuthology.orchestra.run.smithi100.stdout: libcephsqlite-2:18.0.0-7549.gc8a64eba.el8.x86_64 2023-11-27T16:23:06.585 INFO:teuthology.orchestra.run.smithi100.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-11-27T16:23:06.585 INFO:teuthology.orchestra.run.smithi100.stdout: socat-1.7.4.1-1.el8.x86_64 2023-11-27T16:23:06.585 INFO:teuthology.orchestra.run.smithi100.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-11-27T16:23:06.585 INFO:teuthology.orchestra.run.smithi100.stdout: 2023-11-27T16:23:06.585 INFO:teuthology.orchestra.run.smithi100.stdout:Complete! 2023-11-27T16:23:06.720 DEBUG:teuthology.orchestra.run.smithi100:> sudo yum -y install ceph 2023-11-27T16:23:07.053 INFO:teuthology.orchestra.run.smithi100.stdout:Updating Subscription Management repositories. 2023-11-27T16:23:08.255 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-27T16:23:08.578 DEBUG:teuthology.orchestra.console.smithi100:pexpect command: ipmitool -H smithi100.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-27T16:23:08.617 DEBUG:teuthology.orchestra.console.smithi156:pexpect command: ipmitool -H smithi156.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-27T16:23:08.651 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-27T16:23:08.688 DEBUG:teuthology.orchestra.console.smithi100:check power output: Chassis Power is on 2023-11-27T16:23:08.726 DEBUG:teuthology.orchestra.console.smithi156:check power output: Chassis Power is on 2023-11-27T16:23:08.762 DEBUG:teuthology.orchestra.console.smithi186:check power output: Chassis Power is on 2023-11-27T16:23:12.690 DEBUG:teuthology.orchestra.console.smithi100:pexpect command: ipmitool -H smithi100.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-27T16:23:12.727 DEBUG:teuthology.orchestra.console.smithi156:pexpect command: ipmitool -H smithi156.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-27T16:23:12.763 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-27T16:23:12.800 DEBUG:teuthology.orchestra.console.smithi100:check power output: Chassis Power is on 2023-11-27T16:23:12.836 DEBUG:teuthology.orchestra.console.smithi156:check power output: Chassis Power is on 2023-11-27T16:23:12.873 DEBUG:teuthology.orchestra.console.smithi186:check power output: Chassis Power is off 2023-11-27T16:23:12.974 INFO:teuthology.orchestra.console.smithi186:Power off completed 2023-11-27T16:23:16.802 DEBUG:teuthology.orchestra.console.smithi100:pexpect command: ipmitool -H smithi100.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-27T16:23:16.838 DEBUG:teuthology.orchestra.console.smithi156:pexpect command: ipmitool -H smithi156.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-27T16:23:16.912 DEBUG:teuthology.orchestra.console.smithi100:check power output: Chassis Power is off 2023-11-27T16:23:16.947 DEBUG:teuthology.orchestra.console.smithi156:check power output: Chassis Power is off 2023-11-27T16:23:17.014 INFO:teuthology.orchestra.console.smithi100:Power off completed 2023-11-27T16:23:17.048 INFO:teuthology.orchestra.console.smithi156:Power off completed 2023-11-27T16:23:17.152 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/classic task/test_host_drain} duration: 817.6546852588654 failure_reason: 'Command failed on smithi156 with status 1: ''sudo yum -y install ceph''' flavor: default owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=71fff58b03cc45e4bf1d7ef7be00a288 status: fail success: false 2023-11-27T16:23:17.153 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-27T16:23:17.235 INFO:teuthology.run:FAIL