2023-12-06T07:14:23.890 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-06T07:14:23.890 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_adking@teuthology --name adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi --archive /home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479366 --description orch:cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/classic task/test_host_drain} --verbose -- /home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479366/orig.config.yaml 2023-12-06T07:14:23.924 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-06T07:14:24.002 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479366 branch: wip-adk-testing-2023-12-05-1905 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: '7479366' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-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-12-05-1905 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: 0482646fcf78576d871bc87843257d82edb79541 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 0482646fcf78576d871bc87843257d82edb79541 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2023-12-05-1905 sha1: 0482646fcf78576d871bc87843257d82edb79541 owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - osd.1 - - host.b - mon.b - mgr.b - osd.2 - osd.3 - - host.c - mon.c - osd.4 - osd.5 seed: 2836 sha1: 0482646fcf78576d871bc87843257d82edb79541 sleep_before_teardown: 0 subset: 1/14 suite: orch:cephadm suite_branch: wip-adk-testing-2023-12-05-1905 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_0482646fcf78576d871bc87843257d82edb79541/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 0482646fcf78576d871bc87843257d82edb79541 targets: smithi032.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi045.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi105.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools:3.0 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - install: null - cephadm: null - cephadm.shell: host.a: - "set -ex\nHOSTNAMES=$(ceph orch host ls --format json | jq -r '.[] | .hostname')\n\ for host in $HOSTNAMES; do\n # find the hostname for \"host.c\" which will\ \ have no mgr\n HAS_MGRS=$(ceph orch ps --hostname ${host} --format json |\ \ jq 'any(.daemon_type == \"mgr\")')\n if [ \"$HAS_MGRS\" == \"false\" ]; then\n\ \ HOST_C=\"${host}\"\n fi\ndone\n# One last thing to worry about before\ \ draining the host\n# is that the teuthology test tends to put the explicit\n\ # hostnames in the placement for the mon service.\n# We want to make sure we\ \ can drain without providing\n# --force and there is a check for the host being\ \ removed\n# being listed explicitly in the placements. Therefore,\n# we should\ \ remove it from the mon placement.\nceph orch ls mon --export > mon.yaml\n\ sed /\"$HOST_C\"/d mon.yaml > mon_adjusted.yaml\nceph orch apply -i mon_adjusted.yaml\n\ # now drain that host\nceph orch host drain $HOST_C --zap-osd-devices\n# wait\ \ for drain to complete\nHOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\n\ while [ \"$HOST_C_DAEMONS\" != \"No daemons reported\" ]; do\n sleep 15\n \ \ HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\ndone\n# we want to check\ \ the ability to remove the host from\n# the CRUSH map, so we should first verify\ \ the host is in\n# the CRUSH map.\nceph osd getcrushmap -o compiled-crushmap\n\ crushtool -d compiled-crushmap -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\n\ if ! grep -q \"$HOST_C\" <<< \"$CRUSH_MAP\"; then\n printf \"Expected to see\ \ $HOST_C in CRUSH map. Saw:\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n# If the drain\ \ was successful, we should be able to remove the\n# host without force with\ \ no issues. If there are still daemons\n# we will get a response telling us\ \ to drain the host and a\n# non-zero return code\nceph orch host rm $HOST_C\ \ --rm-crush-entry\n# verify we've successfully removed the host from the CRUSH\ \ map\nsleep 30\nceph osd getcrushmap -o compiled-crushmap\ncrushtool -d compiled-crushmap\ \ -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\nif grep -q \"$HOST_C\" <<<\ \ \"$CRUSH_MAP\"; then\n printf \"Saw $HOST_C in CRUSH map after it should\ \ have been removed.\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-12-06_06:12:16 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-06T07:14:24.002 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_0482646fcf78576d871bc87843257d82edb79541/qa; will attempt to use it 2023-12-06T07:14:24.002 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_0482646fcf78576d871bc87843257d82edb79541/qa/tasks 2023-12-06T07:14:24.003 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-06T07:14:24.004 INFO:teuthology.task.internal:Checking packages... 2023-12-06T07:14:24.028 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '0482646fcf78576d871bc87843257d82edb79541' 2023-12-06T07:14:24.028 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-06T07:14:24.028 INFO:teuthology.packaging:ref: None 2023-12-06T07:14:24.028 INFO:teuthology.packaging:tag: None 2023-12-06T07:14:24.028 INFO:teuthology.packaging:branch: wip-adk-testing-2023-12-05-1905 2023-12-06T07:14:24.029 INFO:teuthology.packaging:sha1: 0482646fcf78576d871bc87843257d82edb79541 2023-12-06T07:14:24.029 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-12-05-1905 2023-12-06T07:14:24.344 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-26.g0482646f 2023-12-06T07:14:24.344 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-06T07:14:24.350 INFO:teuthology.task.internal:no buildpackages task found 2023-12-06T07:14:24.351 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-06T07:14:24.358 INFO:teuthology.task.internal:Saving configuration 2023-12-06T07:14:24.374 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-06T07:14:24.381 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-06T07:14:24.408 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi032.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479366', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-06 07:09:30.800473', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-06T07:14:24.427 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi045.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479366', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-06 07:09:30.801910', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-06T07:14:24.450 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi105.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479366', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-06 07:09:30.803007', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-06T07:14:24.450 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-06T07:14:24.457 INFO:teuthology.task.internal:roles: ubuntu@smithi032.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2023-12-06T07:14:24.457 INFO:teuthology.task.internal:roles: ubuntu@smithi045.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2023-12-06T07:14:24.457 INFO:teuthology.task.internal:roles: ubuntu@smithi105.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2023-12-06T07:14:24.457 INFO:teuthology.run_tasks:Running task console_log... 2023-12-06T07:14:24.570 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fd178863ee0>, signals=[15]) 2023-12-06T07:14:24.571 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-06T07:14:24.578 INFO:teuthology.task.internal:Opening connections... 2023-12-06T07:14:24.578 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi032.front.sepia.ceph.com 2023-12-06T07:14:24.581 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi032.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T07:14:24.650 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi045.front.sepia.ceph.com 2023-12-06T07:14:24.650 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T07:14:24.718 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi105.front.sepia.ceph.com 2023-12-06T07:14:24.719 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T07:14:24.785 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-06T07:14:24.792 DEBUG:teuthology.orchestra.run.smithi032:> uname -m 2023-12-06T07:14:24.813 INFO:teuthology.orchestra.run.smithi032.stdout:x86_64 2023-12-06T07:14:24.813 DEBUG:teuthology.orchestra.run.smithi032:> cat /etc/os-release 2023-12-06T07:14:24.874 INFO:teuthology.orchestra.run.smithi032.stdout:NAME="Red Hat Enterprise Linux" 2023-12-06T07:14:24.874 INFO:teuthology.orchestra.run.smithi032.stdout:VERSION="8.6 (Ootpa)" 2023-12-06T07:14:24.874 INFO:teuthology.orchestra.run.smithi032.stdout:ID="rhel" 2023-12-06T07:14:24.874 INFO:teuthology.orchestra.run.smithi032.stdout:ID_LIKE="fedora" 2023-12-06T07:14:24.874 INFO:teuthology.orchestra.run.smithi032.stdout:VERSION_ID="8.6" 2023-12-06T07:14:24.874 INFO:teuthology.orchestra.run.smithi032.stdout:PLATFORM_ID="platform:el8" 2023-12-06T07:14:24.875 INFO:teuthology.orchestra.run.smithi032.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-06T07:14:24.875 INFO:teuthology.orchestra.run.smithi032.stdout:ANSI_COLOR="0;31" 2023-12-06T07:14:24.875 INFO:teuthology.orchestra.run.smithi032.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-06T07:14:24.875 INFO:teuthology.orchestra.run.smithi032.stdout:HOME_URL="https://www.redhat.com/" 2023-12-06T07:14:24.875 INFO:teuthology.orchestra.run.smithi032.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-06T07:14:24.875 INFO:teuthology.orchestra.run.smithi032.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-06T07:14:24.875 INFO:teuthology.orchestra.run.smithi032.stdout: 2023-12-06T07:14:24.875 INFO:teuthology.orchestra.run.smithi032.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-06T07:14:24.875 INFO:teuthology.orchestra.run.smithi032.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-06T07:14:24.875 INFO:teuthology.orchestra.run.smithi032.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-06T07:14:24.875 INFO:teuthology.orchestra.run.smithi032.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-06T07:14:24.876 INFO:teuthology.lock.ops:Updating smithi032.front.sepia.ceph.com on lock server 2023-12-06T07:14:24.904 DEBUG:teuthology.orchestra.run.smithi045:> uname -m 2023-12-06T07:14:24.925 INFO:teuthology.orchestra.run.smithi045.stdout:x86_64 2023-12-06T07:14:24.926 DEBUG:teuthology.orchestra.run.smithi045:> cat /etc/os-release 2023-12-06T07:14:24.986 INFO:teuthology.orchestra.run.smithi045.stdout:NAME="Red Hat Enterprise Linux" 2023-12-06T07:14:24.986 INFO:teuthology.orchestra.run.smithi045.stdout:VERSION="8.6 (Ootpa)" 2023-12-06T07:14:24.986 INFO:teuthology.orchestra.run.smithi045.stdout:ID="rhel" 2023-12-06T07:14:24.986 INFO:teuthology.orchestra.run.smithi045.stdout:ID_LIKE="fedora" 2023-12-06T07:14:24.986 INFO:teuthology.orchestra.run.smithi045.stdout:VERSION_ID="8.6" 2023-12-06T07:14:24.986 INFO:teuthology.orchestra.run.smithi045.stdout:PLATFORM_ID="platform:el8" 2023-12-06T07:14:24.986 INFO:teuthology.orchestra.run.smithi045.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-06T07:14:24.986 INFO:teuthology.orchestra.run.smithi045.stdout:ANSI_COLOR="0;31" 2023-12-06T07:14:24.987 INFO:teuthology.orchestra.run.smithi045.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-06T07:14:24.987 INFO:teuthology.orchestra.run.smithi045.stdout:HOME_URL="https://www.redhat.com/" 2023-12-06T07:14:24.987 INFO:teuthology.orchestra.run.smithi045.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-06T07:14:24.987 INFO:teuthology.orchestra.run.smithi045.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-06T07:14:24.987 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-06T07:14:24.987 INFO:teuthology.orchestra.run.smithi045.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-06T07:14:24.987 INFO:teuthology.orchestra.run.smithi045.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-06T07:14:24.987 INFO:teuthology.orchestra.run.smithi045.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-06T07:14:24.987 INFO:teuthology.orchestra.run.smithi045.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-06T07:14:24.987 INFO:teuthology.lock.ops:Updating smithi045.front.sepia.ceph.com on lock server 2023-12-06T07:14:25.012 DEBUG:teuthology.orchestra.run.smithi105:> uname -m 2023-12-06T07:14:25.033 INFO:teuthology.orchestra.run.smithi105.stdout:x86_64 2023-12-06T07:14:25.034 DEBUG:teuthology.orchestra.run.smithi105:> cat /etc/os-release 2023-12-06T07:14:25.092 INFO:teuthology.orchestra.run.smithi105.stdout:NAME="Red Hat Enterprise Linux" 2023-12-06T07:14:25.092 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION="8.6 (Ootpa)" 2023-12-06T07:14:25.093 INFO:teuthology.orchestra.run.smithi105.stdout:ID="rhel" 2023-12-06T07:14:25.093 INFO:teuthology.orchestra.run.smithi105.stdout:ID_LIKE="fedora" 2023-12-06T07:14:25.093 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION_ID="8.6" 2023-12-06T07:14:25.093 INFO:teuthology.orchestra.run.smithi105.stdout:PLATFORM_ID="platform:el8" 2023-12-06T07:14:25.093 INFO:teuthology.orchestra.run.smithi105.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-06T07:14:25.093 INFO:teuthology.orchestra.run.smithi105.stdout:ANSI_COLOR="0;31" 2023-12-06T07:14:25.093 INFO:teuthology.orchestra.run.smithi105.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-06T07:14:25.093 INFO:teuthology.orchestra.run.smithi105.stdout:HOME_URL="https://www.redhat.com/" 2023-12-06T07:14:25.093 INFO:teuthology.orchestra.run.smithi105.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-06T07:14:25.093 INFO:teuthology.orchestra.run.smithi105.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-06T07:14:25.093 INFO:teuthology.orchestra.run.smithi105.stdout: 2023-12-06T07:14:25.093 INFO:teuthology.orchestra.run.smithi105.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-06T07:14:25.093 INFO:teuthology.orchestra.run.smithi105.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-06T07:14:25.093 INFO:teuthology.orchestra.run.smithi105.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-06T07:14:25.094 INFO:teuthology.orchestra.run.smithi105.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-06T07:14:25.094 INFO:teuthology.lock.ops:Updating smithi105.front.sepia.ceph.com on lock server 2023-12-06T07:14:25.112 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-06T07:14:25.122 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-06T07:14:25.128 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-06T07:14:25.128 DEBUG:teuthology.orchestra.run.smithi032:> test '!' -e /home/ubuntu/cephtest 2023-12-06T07:14:25.130 DEBUG:teuthology.orchestra.run.smithi045:> test '!' -e /home/ubuntu/cephtest 2023-12-06T07:14:25.133 DEBUG:teuthology.orchestra.run.smithi105:> test '!' -e /home/ubuntu/cephtest 2023-12-06T07:14:25.151 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-06T07:14:25.157 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-06T07:14:25.158 DEBUG:teuthology.orchestra.run.smithi032:> test -z $(ls -A /var/lib/ceph) 2023-12-06T07:14:25.190 DEBUG:teuthology.orchestra.run.smithi045:> test -z $(ls -A /var/lib/ceph) 2023-12-06T07:14:25.193 DEBUG:teuthology.orchestra.run.smithi105:> test -z $(ls -A /var/lib/ceph) 2023-12-06T07:14:25.227 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-06T07:14:25.301 INFO:teuthology.run_tasks:Running task kernel... 2023-12-06T07:14:25.315 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-06T07:14:25.316 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-06T07:14:25.316 DEBUG:teuthology.orchestra.run.smithi032:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-06T07:14:25.316 DEBUG:teuthology.orchestra.run.smithi045:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-06T07:14:25.317 DEBUG:teuthology.orchestra.run.smithi105:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-06T07:14:25.336 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T07:14:25.336 DEBUG:teuthology.orchestra.run.smithi032:> uname -r 2023-12-06T07:14:25.337 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T07:14:25.337 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T07:14:25.338 DEBUG:teuthology.orchestra.run.smithi045:> uname -r 2023-12-06T07:14:25.338 DEBUG:teuthology.orchestra.run.smithi105:> uname -r 2023-12-06T07:14:25.397 INFO:teuthology.orchestra.run.smithi032.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-06T07:14:25.397 INFO:teuthology.task.kernel:Running kernel on smithi032: 4.18.0-372.9.1.el8.x86_64 2023-12-06T07:14:25.397 DEBUG:teuthology.orchestra.run.smithi032:> sudo yum install -y kernel 2023-12-06T07:14:25.399 INFO:teuthology.orchestra.run.smithi045.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-06T07:14:25.399 INFO:teuthology.orchestra.run.smithi105.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-06T07:14:25.399 INFO:teuthology.task.kernel:Running kernel on smithi045: 4.18.0-372.9.1.el8.x86_64 2023-12-06T07:14:25.399 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum install -y kernel 2023-12-06T07:14:25.400 INFO:teuthology.task.kernel:Running kernel on smithi105: 4.18.0-372.9.1.el8.x86_64 2023-12-06T07:14:25.400 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum install -y kernel 2023-12-06T07:14:26.576 INFO:teuthology.orchestra.run.smithi105.stdout:Updating Subscription Management repositories. 2023-12-06T07:14:26.576 INFO:teuthology.orchestra.run.smithi105.stdout:Unable to read consumer identity 2023-12-06T07:14:26.595 INFO:teuthology.orchestra.run.smithi045.stdout:Updating Subscription Management repositories. 2023-12-06T07:14:26.595 INFO:teuthology.orchestra.run.smithi045.stdout:Unable to read consumer identity 2023-12-06T07:14:26.615 INFO:teuthology.orchestra.run.smithi032.stdout:Updating Subscription Management repositories. 2023-12-06T07:14:26.615 INFO:teuthology.orchestra.run.smithi032.stdout:Unable to read consumer identity 2023-12-06T07:14:28.007 INFO:teuthology.orchestra.run.smithi032.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2023-12-06T07:14:28.021 INFO:teuthology.orchestra.run.smithi105.stdout:Copr repo for python3-asyncssh owned by ceph 19 kB/s | 3.5 kB 00:00 2023-12-06T07:14:28.359 INFO:teuthology.orchestra.run.smithi045.stdout:Copr repo for python3-asyncssh owned by ceph 11 kB/s | 3.5 kB 00:00 2023-12-06T07:14:28.816 INFO:teuthology.orchestra.run.smithi032.stdout:Extra Packages for Enterprise Linux 20 MB/s | 16 MB 00:00 2023-12-06T07:14:29.088 INFO:teuthology.orchestra.run.smithi105.stdout:Extra Packages for Enterprise Linux 15 MB/s | 16 MB 00:01 2023-12-06T07:14:29.526 INFO:teuthology.orchestra.run.smithi045.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2023-12-06T07:14:32.492 INFO:teuthology.orchestra.run.smithi032.stdout:lab-extras 420 kB/s | 24 kB 00:00 2023-12-06T07:14:32.663 INFO:teuthology.orchestra.run.smithi105.stdout:lab-extras 210 kB/s | 24 kB 00:00 2023-12-06T07:14:33.186 INFO:teuthology.orchestra.run.smithi032.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-06T07:14:33.244 INFO:teuthology.orchestra.run.smithi032.stdout:Dependencies resolved. 2023-12-06T07:14:33.245 INFO:teuthology.orchestra.run.smithi032.stdout:Nothing to do. 2023-12-06T07:14:33.245 INFO:teuthology.orchestra.run.smithi032.stdout:Complete! 2023-12-06T07:14:33.335 INFO:teuthology.orchestra.run.smithi045.stdout:lab-extras 544 kB/s | 24 kB 00:00 2023-12-06T07:14:33.363 DEBUG:teuthology.orchestra.run.smithi032:> echo no | sudo yum reinstall kernel || true 2023-12-06T07:14:33.383 INFO:teuthology.orchestra.run.smithi105.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-06T07:14:33.429 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2023-12-06T07:14:33.430 INFO:teuthology.orchestra.run.smithi105.stdout:Nothing to do. 2023-12-06T07:14:33.430 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2023-12-06T07:14:33.538 DEBUG:teuthology.orchestra.run.smithi105:> echo no | sudo yum reinstall kernel || true 2023-12-06T07:14:33.713 INFO:teuthology.orchestra.run.smithi032.stdout:Updating Subscription Management repositories. 2023-12-06T07:14:33.713 INFO:teuthology.orchestra.run.smithi032.stdout:Unable to read consumer identity 2023-12-06T07:14:33.871 INFO:teuthology.orchestra.run.smithi105.stdout:Updating Subscription Management repositories. 2023-12-06T07:14:33.871 INFO:teuthology.orchestra.run.smithi105.stdout:Unable to read consumer identity 2023-12-06T07:14:33.994 INFO:teuthology.orchestra.run.smithi032.stdout:Last metadata expiration check: 0:00:01 ago on Wed 06 Dec 2023 07:14:32 AM UTC. 2023-12-06T07:14:34.036 INFO:teuthology.orchestra.run.smithi032.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-06T07:14:34.079 INFO:teuthology.orchestra.run.smithi032.stderr:Error: No packages marked for reinstall. 2023-12-06T07:14:34.089 INFO:teuthology.orchestra.run.smithi045.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-06T07:14:34.125 DEBUG:teuthology.orchestra.run.smithi032:> sudo yum reinstall -y kernel || true 2023-12-06T07:14:34.135 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:00:02 ago on Wed 06 Dec 2023 07:14:32 AM UTC. 2023-12-06T07:14:34.149 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-12-06T07:14:34.150 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2023-12-06T07:14:34.150 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-12-06T07:14:34.176 INFO:teuthology.orchestra.run.smithi105.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-06T07:14:34.209 INFO:teuthology.orchestra.run.smithi105.stderr:Error: No packages marked for reinstall. 2023-12-06T07:14:34.256 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum reinstall -y kernel || true 2023-12-06T07:14:34.268 DEBUG:teuthology.orchestra.run.smithi045:> echo no | sudo yum reinstall kernel || true 2023-12-06T07:14:34.473 INFO:teuthology.orchestra.run.smithi032.stdout:Updating Subscription Management repositories. 2023-12-06T07:14:34.474 INFO:teuthology.orchestra.run.smithi032.stdout:Unable to read consumer identity 2023-12-06T07:14:34.585 INFO:teuthology.orchestra.run.smithi105.stdout:Updating Subscription Management repositories. 2023-12-06T07:14:34.586 INFO:teuthology.orchestra.run.smithi105.stdout:Unable to read consumer identity 2023-12-06T07:14:34.619 INFO:teuthology.orchestra.run.smithi045.stdout:Updating Subscription Management repositories. 2023-12-06T07:14:34.619 INFO:teuthology.orchestra.run.smithi045.stdout:Unable to read consumer identity 2023-12-06T07:14:34.768 INFO:teuthology.orchestra.run.smithi032.stdout:Last metadata expiration check: 0:00:02 ago on Wed 06 Dec 2023 07:14:32 AM UTC. 2023-12-06T07:14:34.813 INFO:teuthology.orchestra.run.smithi032.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-06T07:14:34.836 INFO:teuthology.orchestra.run.smithi032.stderr:Error: No packages marked for reinstall. 2023-12-06T07:14:34.867 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:00:02 ago on Wed 06 Dec 2023 07:14:32 AM UTC. 2023-12-06T07:14:34.888 DEBUG:teuthology.orchestra.run.smithi032:> rpm -q kernel | sort -rV | head -n 1 2023-12-06T07:14:34.899 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:00:01 ago on Wed 06 Dec 2023 07:14:33 AM UTC. 2023-12-06T07:14:34.910 INFO:teuthology.orchestra.run.smithi105.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-06T07:14:34.929 INFO:teuthology.orchestra.run.smithi105.stderr:Error: No packages marked for reinstall. 2023-12-06T07:14:34.942 INFO:teuthology.orchestra.run.smithi045.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-06T07:14:34.971 INFO:teuthology.orchestra.run.smithi032.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-06T07:14:34.971 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-06T07:14:34.971 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-06T07:14:34.971 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-06T07:14:34.971 DEBUG:teuthology.orchestra.run.smithi032:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-06T07:14:34.979 DEBUG:teuthology.orchestra.run.smithi105:> rpm -q kernel | sort -rV | head -n 1 2023-12-06T07:14:34.985 INFO:teuthology.orchestra.run.smithi045.stderr:Error: No packages marked for reinstall. 2023-12-06T07:14:34.998 INFO:teuthology.orchestra.run.smithi032.stdout:ttyS1 2023-12-06T07:14:35.011 DEBUG:teuthology.parallel:result is None 2023-12-06T07:14:35.033 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum reinstall -y kernel || true 2023-12-06T07:14:35.059 INFO:teuthology.orchestra.run.smithi105.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-06T07:14:35.060 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-06T07:14:35.060 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-06T07:14:35.060 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-12-06T07:14:35.060 DEBUG:teuthology.orchestra.run.smithi105:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-06T07:14:35.098 INFO:teuthology.orchestra.run.smithi105.stdout:ttyS1 2023-12-06T07:14:35.110 DEBUG:teuthology.parallel:result is None 2023-12-06T07:14:35.383 INFO:teuthology.orchestra.run.smithi045.stdout:Updating Subscription Management repositories. 2023-12-06T07:14:35.383 INFO:teuthology.orchestra.run.smithi045.stdout:Unable to read consumer identity 2023-12-06T07:14:35.654 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:00:02 ago on Wed 06 Dec 2023 07:14:33 AM UTC. 2023-12-06T07:14:35.696 INFO:teuthology.orchestra.run.smithi045.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-06T07:14:35.725 INFO:teuthology.orchestra.run.smithi045.stderr:Error: No packages marked for reinstall. 2023-12-06T07:14:35.773 DEBUG:teuthology.orchestra.run.smithi045:> rpm -q kernel | sort -rV | head -n 1 2023-12-06T07:14:35.856 INFO:teuthology.orchestra.run.smithi045.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-06T07:14:35.856 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-06T07:14:35.856 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-06T07:14:35.856 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-06T07:14:35.856 DEBUG:teuthology.orchestra.run.smithi045:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-06T07:14:35.893 INFO:teuthology.orchestra.run.smithi045.stdout:ttyS1 2023-12-06T07:14:35.911 DEBUG:teuthology.parallel:result is None 2023-12-06T07:14:35.911 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-06T07:14:35.924 INFO:teuthology.task.internal:Creating test directory... 2023-12-06T07:14:35.924 DEBUG:teuthology.orchestra.run.smithi032:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-06T07:14:35.926 DEBUG:teuthology.orchestra.run.smithi045:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-06T07:14:35.953 DEBUG:teuthology.orchestra.run.smithi105:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-06T07:14:35.974 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-06T07:14:35.981 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-06T07:14:35.990 INFO:teuthology.task.internal:Creating archive directory... 2023-12-06T07:14:35.990 DEBUG:teuthology.orchestra.run.smithi032:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-06T07:14:35.992 DEBUG:teuthology.orchestra.run.smithi045:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-06T07:14:36.011 DEBUG:teuthology.orchestra.run.smithi105:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-06T07:14:36.042 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-06T07:14:36.050 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-06T07:14:36.050 DEBUG:teuthology.orchestra.run.smithi032:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-06T07:14:36.052 DEBUG:teuthology.orchestra.run.smithi045:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-06T07:14:36.069 DEBUG:teuthology.orchestra.run.smithi105:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-06T07:14:36.091 INFO:teuthology.orchestra.run.smithi032.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T07:14:36.104 INFO:teuthology.orchestra.run.smithi032.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T07:14:36.129 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T07:14:36.141 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T07:14:36.157 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T07:14:36.167 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T07:14:36.169 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-06T07:14:36.177 INFO:teuthology.task.internal:Configuring sudo... 2023-12-06T07:14:36.177 DEBUG:teuthology.orchestra.run.smithi032:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-06T07:14:36.180 DEBUG:teuthology.orchestra.run.smithi045:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-06T07:14:36.182 DEBUG:teuthology.orchestra.run.smithi105:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-06T07:14:36.211 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-06T07:14:36.223 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-06T07:14:36.223 DEBUG:teuthology.orchestra.run.smithi032:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-06T07:14:36.251 DEBUG:teuthology.orchestra.run.smithi045:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-06T07:14:36.253 DEBUG:teuthology.orchestra.run.smithi105:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-06T07:14:36.271 DEBUG:teuthology.orchestra.run.smithi032:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-06T07:14:36.356 DEBUG:teuthology.orchestra.run.smithi032:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-06T07:14:36.411 DEBUG:teuthology.orchestra.run.smithi032:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-06T07:14:36.497 DEBUG:teuthology.orchestra.run.smithi032:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-06T07:14:36.540 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2023-12-06T07:14:36.541 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-06T07:14:36.614 DEBUG:teuthology.orchestra.run.smithi045:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-06T07:14:36.659 DEBUG:teuthology.orchestra.run.smithi045:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-06T07:14:36.719 DEBUG:teuthology.orchestra.run.smithi045:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-06T07:14:36.803 DEBUG:teuthology.orchestra.run.smithi045:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-06T07:14:36.851 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-12-06T07:14:36.851 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-06T07:14:36.921 DEBUG:teuthology.orchestra.run.smithi105:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-06T07:14:36.965 DEBUG:teuthology.orchestra.run.smithi105:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-06T07:14:37.033 DEBUG:teuthology.orchestra.run.smithi105:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-06T07:14:37.080 DEBUG:teuthology.orchestra.run.smithi105:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-06T07:14:37.124 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2023-12-06T07:14:37.124 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-06T07:14:37.194 DEBUG:teuthology.orchestra.run.smithi032:> sudo service rsyslog restart 2023-12-06T07:14:37.196 DEBUG:teuthology.orchestra.run.smithi045:> sudo service rsyslog restart 2023-12-06T07:14:37.198 DEBUG:teuthology.orchestra.run.smithi105:> sudo service rsyslog restart 2023-12-06T07:14:37.258 INFO:teuthology.orchestra.run.smithi032.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-06T07:14:37.285 INFO:teuthology.orchestra.run.smithi105.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-06T07:14:37.303 INFO:teuthology.orchestra.run.smithi045.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-06T07:14:37.711 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-06T07:14:37.719 INFO:teuthology.task.internal:Starting timer... 2023-12-06T07:14:37.719 INFO:teuthology.run_tasks:Running task pcp... 2023-12-06T07:14:37.730 INFO:teuthology.run_tasks:Running task selinux... 2023-12-06T07:14:37.741 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-06T07:14:37.742 DEBUG:teuthology.orchestra.run.smithi032:> sudo service auditd rotate 2023-12-06T07:14:37.803 INFO:teuthology.orchestra.run.smithi032.stdout:Rotating logs: 2023-12-06T07:14:37.805 DEBUG:teuthology.orchestra.run.smithi045:> sudo service auditd rotate 2023-12-06T07:14:37.871 INFO:teuthology.orchestra.run.smithi045.stdout:Rotating logs: 2023-12-06T07:14:37.873 DEBUG:teuthology.orchestra.run.smithi105:> sudo service auditd rotate 2023-12-06T07:14:37.936 INFO:teuthology.orchestra.run.smithi105.stdout:Rotating logs: 2023-12-06T07:14:37.938 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-06T07:14:37.938 DEBUG:teuthology.orchestra.run.smithi032:> /usr/sbin/getenforce 2023-12-06T07:14:37.963 INFO:teuthology.orchestra.run.smithi032.stdout:Permissive 2023-12-06T07:14:37.964 DEBUG:teuthology.orchestra.run.smithi045:> /usr/sbin/getenforce 2023-12-06T07:14:37.987 INFO:teuthology.orchestra.run.smithi045.stdout:Permissive 2023-12-06T07:14:37.987 DEBUG:teuthology.orchestra.run.smithi105:> /usr/sbin/getenforce 2023-12-06T07:14:38.008 INFO:teuthology.orchestra.run.smithi105.stdout:Permissive 2023-12-06T07:14:38.008 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi032.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi045.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi105.front.sepia.ceph.com': 'permissive'} 2023-12-06T07:14:38.009 DEBUG:teuthology.orchestra.run.smithi032:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-06T07:14:38.036 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T07:14:38.037 DEBUG:teuthology.orchestra.run.smithi045:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-06T07:14:38.066 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T07:14:38.067 DEBUG:teuthology.orchestra.run.smithi105:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-06T07:14:38.094 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T07:14:38.094 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-06T07:14:38.095 DEBUG:teuthology.orchestra.run.smithi032:> sudo /usr/sbin/setenforce permissive 2023-12-06T07:14:38.122 DEBUG:teuthology.orchestra.run.smithi045:> sudo /usr/sbin/setenforce permissive 2023-12-06T07:14:38.166 DEBUG:teuthology.orchestra.run.smithi105:> sudo /usr/sbin/setenforce permissive 2023-12-06T07:14:38.193 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-06T07:14:38.204 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-06T07:14:38.211 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-06T07:14:38.353 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-06T07:14:38.374 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-12-06T07:14:38.376 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi032.front.sepia.ceph.com,smithi045.front.sepia.ceph.com,smithi105.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-06T07:25:36.644 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi032.front.sepia.ceph.com'), Remote(name='ubuntu@smithi045.front.sepia.ceph.com'), Remote(name='ubuntu@smithi105.front.sepia.ceph.com')] 2023-12-06T07:25:36.645 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi032.front.sepia.ceph.com' 2023-12-06T07:25:36.646 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi032.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T07:25:36.716 DEBUG:teuthology.orchestra.run.smithi032:> true 2023-12-06T07:25:36.788 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi032.front.sepia.ceph.com' 2023-12-06T07:25:36.789 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2023-12-06T07:25:36.790 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T07:25:36.862 DEBUG:teuthology.orchestra.run.smithi045:> true 2023-12-06T07:25:36.932 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi045.front.sepia.ceph.com' 2023-12-06T07:25:36.933 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2023-12-06T07:25:36.933 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T07:25:37.002 DEBUG:teuthology.orchestra.run.smithi105:> true 2023-12-06T07:25:37.076 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi105.front.sepia.ceph.com' 2023-12-06T07:25:37.077 INFO:teuthology.run_tasks:Running task clock... 2023-12-06T07:25:37.089 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-06T07:25:37.089 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-06T07:25:37.089 DEBUG:teuthology.orchestra.run.smithi032:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-06T07:25:37.092 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-06T07:25:37.092 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-06T07:25:37.094 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-06T07:25:37.094 DEBUG:teuthology.orchestra.run.smithi105:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-06T07:25:37.127 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-06T07:25:37.128 INFO:teuthology.orchestra.run.smithi032.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-06T07:25:37.143 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-06T07:25:37.145 INFO:teuthology.orchestra.run.smithi032.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-06T07:25:37.151 INFO:teuthology.orchestra.run.smithi105.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-06T07:25:37.166 INFO:teuthology.orchestra.run.smithi105.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-06T07:25:37.216 INFO:teuthology.orchestra.run.smithi032.stderr:sudo: ntpd: command not found 2023-12-06T07:25:37.222 INFO:teuthology.orchestra.run.smithi045.stderr:sudo: ntpd: command not found 2023-12-06T07:25:37.229 INFO:teuthology.orchestra.run.smithi032.stdout:506 Cannot talk to daemon 2023-12-06T07:25:37.231 INFO:teuthology.orchestra.run.smithi105.stderr:sudo: ntpd: command not found 2023-12-06T07:25:37.237 INFO:teuthology.orchestra.run.smithi045.stdout:506 Cannot talk to daemon 2023-12-06T07:25:37.242 INFO:teuthology.orchestra.run.smithi105.stdout:506 Cannot talk to daemon 2023-12-06T07:25:37.244 INFO:teuthology.orchestra.run.smithi032.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-06T07:25:37.251 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-06T07:25:37.257 INFO:teuthology.orchestra.run.smithi105.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-06T07:25:37.259 INFO:teuthology.orchestra.run.smithi032.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-06T07:25:37.266 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-06T07:25:37.271 INFO:teuthology.orchestra.run.smithi105.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-06T07:25:37.326 INFO:teuthology.orchestra.run.smithi032.stderr:bash: ntpq: command not found 2023-12-06T07:25:37.330 INFO:teuthology.orchestra.run.smithi032.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-06T07:25:37.330 INFO:teuthology.orchestra.run.smithi032.stdout:=============================================================================== 2023-12-06T07:25:37.330 INFO:teuthology.orchestra.run.smithi032.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T07:25:37.330 INFO:teuthology.orchestra.run.smithi032.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T07:25:37.330 INFO:teuthology.orchestra.run.smithi032.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T07:25:37.330 INFO:teuthology.orchestra.run.smithi032.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T07:25:37.337 INFO:teuthology.orchestra.run.smithi105.stderr:bash: ntpq: command not found 2023-12-06T07:25:37.338 INFO:teuthology.orchestra.run.smithi045.stderr:bash: ntpq: command not found 2023-12-06T07:25:37.340 INFO:teuthology.orchestra.run.smithi105.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-06T07:25:37.340 INFO:teuthology.orchestra.run.smithi105.stdout:=============================================================================== 2023-12-06T07:25:37.340 INFO:teuthology.orchestra.run.smithi105.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T07:25:37.340 INFO:teuthology.orchestra.run.smithi105.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T07:25:37.340 INFO:teuthology.orchestra.run.smithi105.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T07:25:37.341 INFO:teuthology.orchestra.run.smithi105.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T07:25:37.343 INFO:teuthology.orchestra.run.smithi045.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-06T07:25:37.343 INFO:teuthology.orchestra.run.smithi045.stdout:=============================================================================== 2023-12-06T07:25:37.343 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T07:25:37.344 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T07:25:37.344 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T07:25:37.344 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T07:25:37.344 INFO:teuthology.run_tasks:Running task pexec... 2023-12-06T07:25:37.354 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-06T07:25:37.355 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi032.front.sepia.ceph.com 2023-12-06T07:25:37.355 DEBUG:teuthology.orchestra.run.smithi032:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-06T07:25:37.355 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi045.front.sepia.ceph.com 2023-12-06T07:25:37.355 DEBUG:teuthology.orchestra.run.smithi045:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-06T07:25:37.356 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi105.front.sepia.ceph.com 2023-12-06T07:25:37.356 DEBUG:teuthology.orchestra.run.smithi105:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-06T07:25:37.755 INFO:teuthology.orchestra.run.smithi105.stdout:Updating Subscription Management repositories. 2023-12-06T07:25:37.763 INFO:teuthology.orchestra.run.smithi032.stdout:Updating Subscription Management repositories. 2023-12-06T07:25:37.777 INFO:teuthology.orchestra.run.smithi045.stdout:Updating Subscription Management repositories. 2023-12-06T07:25:39.601 INFO:teuthology.orchestra.run.smithi045.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 30 kB/s | 4.5 kB 00:00 2023-12-06T07:25:39.713 INFO:teuthology.orchestra.run.smithi032.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 20 kB/s | 4.5 kB 00:00 2023-12-06T07:25:39.759 INFO:teuthology.orchestra.run.smithi105.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 17 kB/s | 4.5 kB 00:00 2023-12-06T07:25:40.011 INFO:teuthology.orchestra.run.smithi045.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 44 kB/s | 4.1 kB 00:00 2023-12-06T07:25:40.093 INFO:teuthology.orchestra.run.smithi032.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 41 kB/s | 4.1 kB 00:00 2023-12-06T07:25:40.362 INFO:teuthology.orchestra.run.smithi105.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 25 kB/s | 4.1 kB 00:00 2023-12-06T07:25:42.107 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-12-06T07:25:42.108 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-12-06T07:25:42.108 INFO:teuthology.orchestra.run.smithi045.stdout: Package Architecture Version Repository Size 2023-12-06T07:25:42.108 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-12-06T07:25:42.108 INFO:teuthology.orchestra.run.smithi045.stdout:Resetting modules: 2023-12-06T07:25:42.108 INFO:teuthology.orchestra.run.smithi045.stdout: container-tools 2023-12-06T07:25:42.108 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-06T07:25:42.108 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-12-06T07:25:42.108 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-12-06T07:25:42.108 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-06T07:25:42.197 INFO:teuthology.orchestra.run.smithi032.stdout:Dependencies resolved. 2023-12-06T07:25:42.198 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2023-12-06T07:25:42.198 INFO:teuthology.orchestra.run.smithi032.stdout: Package Architecture Version Repository Size 2023-12-06T07:25:42.198 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2023-12-06T07:25:42.198 INFO:teuthology.orchestra.run.smithi032.stdout:Resetting modules: 2023-12-06T07:25:42.198 INFO:teuthology.orchestra.run.smithi032.stdout: container-tools 2023-12-06T07:25:42.198 INFO:teuthology.orchestra.run.smithi032.stdout: 2023-12-06T07:25:42.198 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction Summary 2023-12-06T07:25:42.198 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2023-12-06T07:25:42.198 INFO:teuthology.orchestra.run.smithi032.stdout: 2023-12-06T07:25:42.394 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2023-12-06T07:25:42.395 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2023-12-06T07:25:42.395 INFO:teuthology.orchestra.run.smithi105.stdout: Package Architecture Version Repository Size 2023-12-06T07:25:42.395 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2023-12-06T07:25:42.395 INFO:teuthology.orchestra.run.smithi105.stdout:Resetting modules: 2023-12-06T07:25:42.396 INFO:teuthology.orchestra.run.smithi105.stdout: container-tools 2023-12-06T07:25:42.396 INFO:teuthology.orchestra.run.smithi105.stdout: 2023-12-06T07:25:42.396 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2023-12-06T07:25:42.396 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2023-12-06T07:25:42.396 INFO:teuthology.orchestra.run.smithi105.stdout: 2023-12-06T07:25:52.785 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-12-06T07:25:53.284 INFO:teuthology.orchestra.run.smithi045.stdout:Updating Subscription Management repositories. 2023-12-06T07:25:53.583 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2023-12-06T07:25:53.711 INFO:teuthology.orchestra.run.smithi032.stdout:Complete! 2023-12-06T07:25:54.022 INFO:teuthology.orchestra.run.smithi105.stdout:Updating Subscription Management repositories. 2023-12-06T07:25:54.184 INFO:teuthology.orchestra.run.smithi032.stdout:Updating Subscription Management repositories. 2023-12-06T07:25:55.062 INFO:teuthology.orchestra.run.smithi045.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 38 kB/s | 4.5 kB 00:00 2023-12-06T07:25:55.484 INFO:teuthology.orchestra.run.smithi045.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 29 kB/s | 4.1 kB 00:00 2023-12-06T07:25:55.828 INFO:teuthology.orchestra.run.smithi105.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 31 kB/s | 4.5 kB 00:00 2023-12-06T07:25:56.022 INFO:teuthology.orchestra.run.smithi032.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 28 kB/s | 4.5 kB 00:00 2023-12-06T07:25:56.235 INFO:teuthology.orchestra.run.smithi105.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 32 kB/s | 4.1 kB 00:00 2023-12-06T07:25:56.492 INFO:teuthology.orchestra.run.smithi032.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 22 kB/s | 4.1 kB 00:00 2023-12-06T07:25:57.560 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-12-06T07:25:57.662 INFO:teuthology.orchestra.run.smithi045.stdout:========================================================================================================================== 2023-12-06T07:25:57.662 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2023-12-06T07:25:57.662 INFO:teuthology.orchestra.run.smithi045.stdout:========================================================================================================================== 2023-12-06T07:25:57.662 INFO:teuthology.orchestra.run.smithi045.stdout:Installing group/module packages: 2023-12-06T07:25:57.662 INFO:teuthology.orchestra.run.smithi045.stdout: buildah x86_64 1.19.9-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.8 M 2023-12-06T07:25:57.663 INFO:teuthology.orchestra.run.smithi045.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-06T07:25:57.663 INFO:teuthology.orchestra.run.smithi045.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-06T07:25:57.663 INFO:teuthology.orchestra.run.smithi045.stdout: skopeo x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.4 M 2023-12-06T07:25:57.663 INFO:teuthology.orchestra.run.smithi045.stdout: toolbox x86_64 0.0.99.3-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-12-06T07:25:57.663 INFO:teuthology.orchestra.run.smithi045.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-06T07:25:57.663 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2023-12-06T07:25:57.663 INFO:teuthology.orchestra.run.smithi045.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-06T07:25:57.663 INFO:teuthology.orchestra.run.smithi045.stdout:Downgrading: 2023-12-06T07:25:57.663 INFO:teuthology.orchestra.run.smithi045.stdout: conmon x86_64 2:2.0.26-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-06T07:25:57.663 INFO:teuthology.orchestra.run.smithi045.stdout: container-selinux noarch 2:2.178.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 53 k 2023-12-06T07:25:57.663 INFO:teuthology.orchestra.run.smithi045.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 19 M 2023-12-06T07:25:57.663 INFO:teuthology.orchestra.run.smithi045.stdout: containers-common x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 91 k 2023-12-06T07:25:57.663 INFO:teuthology.orchestra.run.smithi045.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-06T07:25:57.663 INFO:teuthology.orchestra.run.smithi045.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 72 k 2023-12-06T07:25:57.664 INFO:teuthology.orchestra.run.smithi045.stdout: libslirp x86_64 4.3.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 69 k 2023-12-06T07:25:57.664 INFO:teuthology.orchestra.run.smithi045.stdout: podman x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 11 M 2023-12-06T07:25:57.664 INFO:teuthology.orchestra.run.smithi045.stdout: podman-catatonit x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 322 k 2023-12-06T07:25:57.664 INFO:teuthology.orchestra.run.smithi045.stdout: podman-docker noarch 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 56 k 2023-12-06T07:25:57.664 INFO:teuthology.orchestra.run.smithi045.stdout: runc x86_64 1.0.0-73.rc95.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.9 M 2023-12-06T07:25:57.664 INFO:teuthology.orchestra.run.smithi045.stdout: slirp4netns x86_64 1.1.8-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-06T07:25:57.664 INFO:teuthology.orchestra.run.smithi045.stdout:Installing module profiles: 2023-12-06T07:25:57.664 INFO:teuthology.orchestra.run.smithi045.stdout: container-tools/common 2023-12-06T07:25:57.664 INFO:teuthology.orchestra.run.smithi045.stdout:Enabling module streams: 2023-12-06T07:25:57.664 INFO:teuthology.orchestra.run.smithi045.stdout: container-tools 3.0 2023-12-06T07:25:57.664 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-06T07:25:57.664 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-12-06T07:25:57.664 INFO:teuthology.orchestra.run.smithi045.stdout:========================================================================================================================== 2023-12-06T07:25:57.664 INFO:teuthology.orchestra.run.smithi045.stdout:Install 7 Packages 2023-12-06T07:25:57.664 INFO:teuthology.orchestra.run.smithi045.stdout:Downgrade 12 Packages 2023-12-06T07:25:57.664 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-06T07:25:57.665 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 51 M 2023-12-06T07:25:57.665 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-12-06T07:25:57.877 INFO:teuthology.orchestra.run.smithi045.stdout:(1/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 243 kB/s | 51 kB 00:00 2023-12-06T07:25:57.902 INFO:teuthology.orchestra.run.smithi045.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 224 kB/s | 53 kB 00:00 2023-12-06T07:25:57.919 INFO:teuthology.orchestra.run.smithi045.stdout:(3/19): containers-common-1.2.4-1.module+el8.6. 360 kB/s | 91 kB 00:00 2023-12-06T07:25:58.028 INFO:teuthology.orchestra.run.smithi045.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 3.3 MB/s | 511 kB 00:00 2023-12-06T07:25:58.086 INFO:teuthology.orchestra.run.smithi045.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 376 kB/s | 69 kB 00:00 2023-12-06T07:25:58.097 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2023-12-06T07:25:58.187 INFO:teuthology.orchestra.run.smithi045.stdout:(6/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 11 MB/s | 2.9 MB 00:00 2023-12-06T07:25:58.188 INFO:teuthology.orchestra.run.smithi105.stdout:========================================================================================================================== 2023-12-06T07:25:58.188 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repository Size 2023-12-06T07:25:58.188 INFO:teuthology.orchestra.run.smithi105.stdout:========================================================================================================================== 2023-12-06T07:25:58.188 INFO:teuthology.orchestra.run.smithi105.stdout:Installing group/module packages: 2023-12-06T07:25:58.188 INFO:teuthology.orchestra.run.smithi105.stdout: buildah x86_64 1.19.9-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.8 M 2023-12-06T07:25:58.188 INFO:teuthology.orchestra.run.smithi105.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-06T07:25:58.188 INFO:teuthology.orchestra.run.smithi105.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-06T07:25:58.188 INFO:teuthology.orchestra.run.smithi105.stdout: skopeo x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.4 M 2023-12-06T07:25:58.188 INFO:teuthology.orchestra.run.smithi105.stdout: toolbox x86_64 0.0.99.3-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-12-06T07:25:58.189 INFO:teuthology.orchestra.run.smithi105.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-06T07:25:58.189 INFO:teuthology.orchestra.run.smithi105.stdout:Installing dependencies: 2023-12-06T07:25:58.189 INFO:teuthology.orchestra.run.smithi105.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-06T07:25:58.189 INFO:teuthology.orchestra.run.smithi105.stdout:Downgrading: 2023-12-06T07:25:58.189 INFO:teuthology.orchestra.run.smithi105.stdout: conmon x86_64 2:2.0.26-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-06T07:25:58.189 INFO:teuthology.orchestra.run.smithi105.stdout: container-selinux noarch 2:2.178.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 53 k 2023-12-06T07:25:58.189 INFO:teuthology.orchestra.run.smithi105.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 19 M 2023-12-06T07:25:58.189 INFO:teuthology.orchestra.run.smithi105.stdout: containers-common x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 91 k 2023-12-06T07:25:58.189 INFO:teuthology.orchestra.run.smithi105.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-06T07:25:58.189 INFO:teuthology.orchestra.run.smithi105.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 72 k 2023-12-06T07:25:58.189 INFO:teuthology.orchestra.run.smithi105.stdout: libslirp x86_64 4.3.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 69 k 2023-12-06T07:25:58.189 INFO:teuthology.orchestra.run.smithi105.stdout: podman x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 11 M 2023-12-06T07:25:58.189 INFO:teuthology.orchestra.run.smithi105.stdout: podman-catatonit x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 322 k 2023-12-06T07:25:58.189 INFO:teuthology.orchestra.run.smithi105.stdout: podman-docker noarch 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 56 k 2023-12-06T07:25:58.189 INFO:teuthology.orchestra.run.smithi105.stdout: runc x86_64 1.0.0-73.rc95.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.9 M 2023-12-06T07:25:58.190 INFO:teuthology.orchestra.run.smithi105.stdout: slirp4netns x86_64 1.1.8-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-06T07:25:58.190 INFO:teuthology.orchestra.run.smithi105.stdout:Installing module profiles: 2023-12-06T07:25:58.190 INFO:teuthology.orchestra.run.smithi105.stdout: container-tools/common 2023-12-06T07:25:58.190 INFO:teuthology.orchestra.run.smithi105.stdout:Enabling module streams: 2023-12-06T07:25:58.190 INFO:teuthology.orchestra.run.smithi105.stdout: container-tools 3.0 2023-12-06T07:25:58.190 INFO:teuthology.orchestra.run.smithi105.stdout: 2023-12-06T07:25:58.190 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2023-12-06T07:25:58.190 INFO:teuthology.orchestra.run.smithi105.stdout:========================================================================================================================== 2023-12-06T07:25:58.190 INFO:teuthology.orchestra.run.smithi105.stdout:Install 7 Packages 2023-12-06T07:25:58.190 INFO:teuthology.orchestra.run.smithi105.stdout:Downgrade 12 Packages 2023-12-06T07:25:58.190 INFO:teuthology.orchestra.run.smithi105.stdout: 2023-12-06T07:25:58.191 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 51 M 2023-12-06T07:25:58.191 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2023-12-06T07:25:58.237 INFO:teuthology.orchestra.run.smithi045.stdout:(7/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 345 kB/s | 72 kB 00:00 2023-12-06T07:25:58.356 INFO:teuthology.orchestra.run.smithi105.stdout:(1/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 313 kB/s | 51 kB 00:00 2023-12-06T07:25:58.379 INFO:teuthology.orchestra.run.smithi045.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 291 kB/s | 56 kB 00:00 2023-12-06T07:25:58.404 INFO:teuthology.orchestra.run.smithi045.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 305 kB/s | 51 kB 00:00 2023-12-06T07:25:58.423 INFO:teuthology.orchestra.run.smithi105.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 229 kB/s | 53 kB 00:00 2023-12-06T07:25:58.482 INFO:teuthology.orchestra.run.smithi105.stdout:(3/19): criu-3.15-1.module+el8.6.0+14874+644362 4.0 MB/s | 511 kB 00:00 2023-12-06T07:25:58.507 INFO:teuthology.orchestra.run.smithi105.stdout:(4/19): containers-common-1.2.4-1.module+el8.6. 289 kB/s | 91 kB 00:00 2023-12-06T07:25:58.532 INFO:teuthology.orchestra.run.smithi105.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 634 kB/s | 69 kB 00:00 2023-12-06T07:25:58.540 INFO:teuthology.orchestra.run.smithi032.stdout:Dependencies resolved. 2023-12-06T07:25:58.588 INFO:teuthology.orchestra.run.smithi045.stdout:(10/19): podman-3.0.1-9.module+el8.6.0+14874+64 22 MB/s | 11 MB 00:00 2023-12-06T07:25:58.621 INFO:teuthology.orchestra.run.smithi045.stdout:(11/19): podman-catatonit-3.0.1-9.module+el8.6. 1.4 MB/s | 322 kB 00:00 2023-12-06T07:25:58.624 INFO:teuthology.orchestra.run.smithi105.stdout:(6/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 20 MB/s | 2.9 MB 00:00 2023-12-06T07:25:58.642 INFO:teuthology.orchestra.run.smithi105.stdout:(7/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 536 kB/s | 72 kB 00:00 2023-12-06T07:25:58.642 INFO:teuthology.orchestra.run.smithi032.stdout:========================================================================================================================== 2023-12-06T07:25:58.642 INFO:teuthology.orchestra.run.smithi032.stdout: Package Arch Version Repository Size 2023-12-06T07:25:58.642 INFO:teuthology.orchestra.run.smithi032.stdout:========================================================================================================================== 2023-12-06T07:25:58.642 INFO:teuthology.orchestra.run.smithi032.stdout:Installing group/module packages: 2023-12-06T07:25:58.642 INFO:teuthology.orchestra.run.smithi032.stdout: buildah x86_64 1.19.9-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.8 M 2023-12-06T07:25:58.642 INFO:teuthology.orchestra.run.smithi032.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-06T07:25:58.642 INFO:teuthology.orchestra.run.smithi032.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-06T07:25:58.642 INFO:teuthology.orchestra.run.smithi032.stdout: skopeo x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.4 M 2023-12-06T07:25:58.642 INFO:teuthology.orchestra.run.smithi032.stdout: toolbox x86_64 0.0.99.3-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-12-06T07:25:58.642 INFO:teuthology.orchestra.run.smithi032.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-06T07:25:58.643 INFO:teuthology.orchestra.run.smithi032.stdout:Installing dependencies: 2023-12-06T07:25:58.643 INFO:teuthology.orchestra.run.smithi032.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-06T07:25:58.643 INFO:teuthology.orchestra.run.smithi032.stdout:Downgrading: 2023-12-06T07:25:58.643 INFO:teuthology.orchestra.run.smithi032.stdout: conmon x86_64 2:2.0.26-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-06T07:25:58.643 INFO:teuthology.orchestra.run.smithi032.stdout: container-selinux noarch 2:2.178.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 53 k 2023-12-06T07:25:58.643 INFO:teuthology.orchestra.run.smithi032.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 19 M 2023-12-06T07:25:58.643 INFO:teuthology.orchestra.run.smithi032.stdout: containers-common x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 91 k 2023-12-06T07:25:58.643 INFO:teuthology.orchestra.run.smithi032.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-06T07:25:58.643 INFO:teuthology.orchestra.run.smithi032.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 72 k 2023-12-06T07:25:58.643 INFO:teuthology.orchestra.run.smithi032.stdout: libslirp x86_64 4.3.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 69 k 2023-12-06T07:25:58.643 INFO:teuthology.orchestra.run.smithi032.stdout: podman x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 11 M 2023-12-06T07:25:58.643 INFO:teuthology.orchestra.run.smithi032.stdout: podman-catatonit x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 322 k 2023-12-06T07:25:58.643 INFO:teuthology.orchestra.run.smithi032.stdout: podman-docker noarch 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 56 k 2023-12-06T07:25:58.643 INFO:teuthology.orchestra.run.smithi032.stdout: runc x86_64 1.0.0-73.rc95.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.9 M 2023-12-06T07:25:58.643 INFO:teuthology.orchestra.run.smithi032.stdout: slirp4netns x86_64 1.1.8-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-06T07:25:58.644 INFO:teuthology.orchestra.run.smithi032.stdout:Installing module profiles: 2023-12-06T07:25:58.644 INFO:teuthology.orchestra.run.smithi032.stdout: container-tools/common 2023-12-06T07:25:58.644 INFO:teuthology.orchestra.run.smithi032.stdout:Enabling module streams: 2023-12-06T07:25:58.644 INFO:teuthology.orchestra.run.smithi032.stdout: container-tools 3.0 2023-12-06T07:25:58.644 INFO:teuthology.orchestra.run.smithi032.stdout: 2023-12-06T07:25:58.644 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction Summary 2023-12-06T07:25:58.644 INFO:teuthology.orchestra.run.smithi032.stdout:========================================================================================================================== 2023-12-06T07:25:58.644 INFO:teuthology.orchestra.run.smithi032.stdout:Install 7 Packages 2023-12-06T07:25:58.644 INFO:teuthology.orchestra.run.smithi032.stdout:Downgrade 12 Packages 2023-12-06T07:25:58.644 INFO:teuthology.orchestra.run.smithi032.stdout: 2023-12-06T07:25:58.645 INFO:teuthology.orchestra.run.smithi032.stdout:Total download size: 51 M 2023-12-06T07:25:58.645 INFO:teuthology.orchestra.run.smithi032.stdout:Downloading Packages: 2023-12-06T07:25:58.747 INFO:teuthology.orchestra.run.smithi045.stdout:(12/19): yajl-2.1.0-10.el8.x86_64.rpm 257 kB/s | 41 kB 00:00 2023-12-06T07:25:58.820 INFO:teuthology.orchestra.run.smithi032.stdout:(1/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 295 kB/s | 51 kB 00:00 2023-12-06T07:25:58.821 INFO:teuthology.orchestra.run.smithi045.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 11 MB/s | 2.2 MB 00:00 2023-12-06T07:25:58.842 INFO:teuthology.orchestra.run.smithi105.stdout:(8/19): podman-3.0.1-9.module+el8.6.0+14874+644 35 MB/s | 11 MB 00:00 2023-12-06T07:25:58.845 INFO:teuthology.orchestra.run.smithi032.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 265 kB/s | 53 kB 00:00 2023-12-06T07:25:58.858 INFO:teuthology.orchestra.run.smithi105.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 235 kB/s | 51 kB 00:00 2023-12-06T07:25:58.875 INFO:teuthology.orchestra.run.smithi105.stdout:(10/19): podman-docker-3.0.1-9.module+el8.6.0+1 223 kB/s | 56 kB 00:00 2023-12-06T07:25:58.879 INFO:teuthology.orchestra.run.smithi032.stdout:(3/19): containers-common-1.2.4-1.module+el8.6. 390 kB/s | 91 kB 00:00 2023-12-06T07:25:58.946 INFO:teuthology.orchestra.run.smithi032.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 4.0 MB/s | 511 kB 00:00 2023-12-06T07:25:59.021 INFO:teuthology.orchestra.run.smithi032.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 393 kB/s | 69 kB 00:00 2023-12-06T07:25:59.026 INFO:teuthology.orchestra.run.smithi105.stdout:(11/19): podman-catatonit-3.0.1-9.module+el8.6. 1.9 MB/s | 322 kB 00:00 2023-12-06T07:25:59.051 INFO:teuthology.orchestra.run.smithi105.stdout:(12/19): yajl-2.1.0-10.el8.x86_64.rpm 232 kB/s | 41 kB 00:00 2023-12-06T07:25:59.080 INFO:teuthology.orchestra.run.smithi032.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 539 kB/s | 72 kB 00:00 2023-12-06T07:25:59.155 INFO:teuthology.orchestra.run.smithi032.stdout:(7/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 10 MB/s | 2.9 MB 00:00 2023-12-06T07:25:59.230 INFO:teuthology.orchestra.run.smithi045.stdout:(14/19): containernetworking-plugins-0.9.1-1.mo 22 MB/s | 19 MB 00:00 2023-12-06T07:25:59.271 INFO:teuthology.orchestra.run.smithi032.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 294 kB/s | 56 kB 00:00 2023-12-06T07:25:59.289 INFO:teuthology.orchestra.run.smithi032.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 382 kB/s | 51 kB 00:00 2023-12-06T07:25:59.339 INFO:teuthology.orchestra.run.smithi045.stdout:(15/19): buildah-1.19.9-3.module+el8.6.0+14874+ 13 MB/s | 6.8 MB 00:00 2023-12-06T07:25:59.359 INFO:teuthology.orchestra.run.smithi105.stdout:(13/19): containernetworking-plugins-0.9.1-1.mo 36 MB/s | 19 MB 00:00 2023-12-06T07:25:59.389 INFO:teuthology.orchestra.run.smithi045.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 6.7 MB/s | 1.1 MB 00:00 2023-12-06T07:25:59.426 INFO:teuthology.orchestra.run.smithi105.stdout:(14/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 5.5 MB/s | 2.2 MB 00:00 2023-12-06T07:25:59.456 INFO:teuthology.orchestra.run.smithi032.stdout:(10/19): podman-3.0.1-9.module+el8.6.0+14874+64 25 MB/s | 11 MB 00:00 2023-12-06T07:25:59.489 INFO:teuthology.orchestra.run.smithi032.stdout:(11/19): podman-catatonit-3.0.1-9.module+el8.6. 1.6 MB/s | 322 kB 00:00 2023-12-06T07:25:59.514 INFO:teuthology.orchestra.run.smithi045.stdout:(17/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 8.3 MB/s | 6.4 MB 00:00 2023-12-06T07:25:59.518 INFO:teuthology.orchestra.run.smithi105.stdout:(15/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 14 MB/s | 6.4 MB 00:00 2023-12-06T07:25:59.540 INFO:teuthology.orchestra.run.smithi045.stdout:(18/19): udica-0.2.4-1.module+el8.6.0+14874+644 337 kB/s | 51 kB 00:00 2023-12-06T07:25:59.565 INFO:teuthology.orchestra.run.smithi045.stdout:(19/19): crun-0.18-3.module+el8.6.0+14874+64436 821 kB/s | 185 kB 00:00 2023-12-06T07:25:59.565 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-12-06T07:25:59.565 INFO:teuthology.orchestra.run.smithi045.stdout:Total 27 MB/s | 51 MB 00:01 2023-12-06T07:25:59.619 INFO:teuthology.orchestra.run.smithi105.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 5.6 MB/s | 1.1 MB 00:00 2023-12-06T07:25:59.644 INFO:teuthology.orchestra.run.smithi105.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 1.4 MB/s | 185 kB 00:00 2023-12-06T07:25:59.648 INFO:teuthology.orchestra.run.smithi032.stdout:(12/19): yajl-2.1.0-10.el8.x86_64.rpm 213 kB/s | 41 kB 00:00 2023-12-06T07:25:59.698 INFO:teuthology.orchestra.run.smithi032.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 11 MB/s | 2.2 MB 00:00 2023-12-06T07:25:59.769 INFO:teuthology.orchestra.run.smithi105.stdout:(18/19): buildah-1.19.9-3.module+el8.6.0+14874+ 17 MB/s | 6.8 MB 00:00 2023-12-06T07:25:59.803 INFO:teuthology.orchestra.run.smithi105.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 275 kB/s | 51 kB 00:00 2023-12-06T07:25:59.803 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2023-12-06T07:25:59.803 INFO:teuthology.orchestra.run.smithi105.stdout:Total 31 MB/s | 51 MB 00:01 2023-12-06T07:25:59.940 INFO:teuthology.orchestra.run.smithi032.stdout:(14/19): containernetworking-plugins-0.9.1-1.mo 28 MB/s | 19 MB 00:00 2023-12-06T07:26:00.058 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-12-06T07:26:00.105 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-12-06T07:26:00.105 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-12-06T07:26:00.132 INFO:teuthology.orchestra.run.smithi032.stdout:(15/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 13 MB/s | 6.4 MB 00:00 2023-12-06T07:26:00.185 INFO:teuthology.orchestra.run.smithi032.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 4.4 MB/s | 1.1 MB 00:00 2023-12-06T07:26:00.279 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2023-12-06T07:26:00.291 INFO:teuthology.orchestra.run.smithi032.stdout:(17/19): buildah-1.19.9-3.module+el8.6.0+14874+ 11 MB/s | 6.8 MB 00:00 2023-12-06T07:26:00.316 INFO:teuthology.orchestra.run.smithi032.stdout:(18/19): crun-0.18-3.module+el8.6.0+14874+64436 1.0 MB/s | 185 kB 00:00 2023-12-06T07:26:00.322 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2023-12-06T07:26:00.323 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2023-12-06T07:26:00.349 INFO:teuthology.orchestra.run.smithi032.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 303 kB/s | 51 kB 00:00 2023-12-06T07:26:00.350 INFO:teuthology.orchestra.run.smithi032.stdout:-------------------------------------------------------------------------------- 2023-12-06T07:26:00.350 INFO:teuthology.orchestra.run.smithi032.stdout:Total 30 MB/s | 51 MB 00:01 2023-12-06T07:26:00.557 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-12-06T07:26:00.561 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-12-06T07:26:00.746 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2023-12-06T07:26:00.750 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2023-12-06T07:26:00.837 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction check 2023-12-06T07:26:00.883 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction check succeeded. 2023-12-06T07:26:00.883 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction test 2023-12-06T07:26:01.341 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction test succeeded. 2023-12-06T07:26:01.345 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction 2023-12-06T07:26:01.825 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-12-06T07:26:01.884 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-06T07:26:01.887 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2023-12-06T07:26:01.942 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-06T07:26:02.091 INFO:teuthology.orchestra.run.smithi045.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-06T07:26:02.094 INFO:teuthology.orchestra.run.smithi105.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-06T07:26:02.100 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-06T07:26:02.103 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-06T07:26:02.118 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-06T07:26:02.121 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-06T07:26:02.286 INFO:teuthology.orchestra.run.smithi105.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-06T07:26:02.315 INFO:teuthology.orchestra.run.smithi045.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-06T07:26:02.520 INFO:teuthology.orchestra.run.smithi032.stdout: Preparing : 1/1 2023-12-06T07:26:02.565 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-06T07:26:02.738 INFO:teuthology.orchestra.run.smithi032.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-06T07:26:02.747 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-06T07:26:02.769 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-06T07:26:03.046 INFO:teuthology.orchestra.run.smithi032.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-06T07:26:19.315 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-06T07:26:20.283 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-06T07:26:20.994 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-06T07:26:21.085 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-06T07:26:21.283 INFO:teuthology.orchestra.run.smithi105.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-06T07:26:21.484 INFO:teuthology.orchestra.run.smithi105.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-06T07:26:21.666 INFO:teuthology.orchestra.run.smithi105.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-06T07:26:21.877 INFO:teuthology.orchestra.run.smithi105.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-06T07:26:21.878 INFO:teuthology.orchestra.run.smithi105.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-06T07:26:21.878 INFO:teuthology.orchestra.run.smithi105.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-06T07:26:21.878 INFO:teuthology.orchestra.run.smithi105.stdout: 2023-12-06T07:26:22.174 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-06T07:26:22.466 INFO:teuthology.orchestra.run.smithi045.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-06T07:26:22.673 INFO:teuthology.orchestra.run.smithi105.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-06T07:26:22.697 INFO:teuthology.orchestra.run.smithi045.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-06T07:26:22.875 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-06T07:26:22.892 INFO:teuthology.orchestra.run.smithi105.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-06T07:26:22.912 INFO:teuthology.orchestra.run.smithi045.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-06T07:26:23.076 INFO:teuthology.orchestra.run.smithi032.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-06T07:26:23.150 INFO:teuthology.orchestra.run.smithi045.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-06T07:26:23.150 INFO:teuthology.orchestra.run.smithi045.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-06T07:26:23.150 INFO:teuthology.orchestra.run.smithi045.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-06T07:26:23.150 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-06T07:26:23.401 INFO:teuthology.orchestra.run.smithi032.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-06T07:26:23.559 INFO:teuthology.orchestra.run.smithi032.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-06T07:26:23.746 INFO:teuthology.orchestra.run.smithi032.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-06T07:26:23.746 INFO:teuthology.orchestra.run.smithi032.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-06T07:26:23.747 INFO:teuthology.orchestra.run.smithi032.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-06T07:26:23.747 INFO:teuthology.orchestra.run.smithi032.stdout: 2023-12-06T07:26:23.995 INFO:teuthology.orchestra.run.smithi045.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-06T07:26:24.205 INFO:teuthology.orchestra.run.smithi045.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-06T07:26:24.355 INFO:teuthology.orchestra.run.smithi105.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-06T07:26:24.493 INFO:teuthology.orchestra.run.smithi032.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-06T07:26:24.651 INFO:teuthology.orchestra.run.smithi105.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-06T07:26:24.703 INFO:teuthology.orchestra.run.smithi032.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-06T07:26:25.046 INFO:teuthology.orchestra.run.smithi105.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-06T07:26:25.307 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-06T07:26:25.710 INFO:teuthology.orchestra.run.smithi045.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-06T07:26:26.014 INFO:teuthology.orchestra.run.smithi045.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-06T07:26:26.036 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-06T07:26:26.232 INFO:teuthology.orchestra.run.smithi032.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-06T07:26:26.435 INFO:teuthology.orchestra.run.smithi045.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-06T07:26:26.507 INFO:teuthology.orchestra.run.smithi032.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-06T07:26:26.759 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-06T07:26:26.766 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-06T07:26:26.879 INFO:teuthology.orchestra.run.smithi032.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-06T07:26:26.974 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-06T07:26:27.122 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-06T07:26:27.151 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-06T07:26:27.333 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-06T07:26:27.465 INFO:teuthology.orchestra.run.smithi105.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-06T07:26:27.465 INFO:teuthology.orchestra.run.smithi105.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-06T07:26:27.569 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-06T07:26:27.771 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-06T07:26:27.868 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-06T07:26:27.946 INFO:teuthology.orchestra.run.smithi105.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-06T07:26:27.946 INFO:teuthology.orchestra.run.smithi105.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-06T07:26:28.117 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-06T07:26:28.267 INFO:teuthology.orchestra.run.smithi105.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-06T07:26:28.354 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-06T07:26:28.426 INFO:teuthology.orchestra.run.smithi105.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-06T07:26:28.567 INFO:teuthology.orchestra.run.smithi105.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-06T07:26:28.587 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-06T07:26:28.604 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-06T07:26:28.745 INFO:teuthology.orchestra.run.smithi105.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-06T07:26:28.799 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-06T07:26:28.826 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-06T07:26:28.875 INFO:teuthology.orchestra.run.smithi105.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-06T07:26:28.970 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-06T07:26:28.985 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-06T07:26:29.008 INFO:teuthology.orchestra.run.smithi105.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-06T07:26:29.103 INFO:teuthology.orchestra.run.smithi045.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-06T07:26:29.103 INFO:teuthology.orchestra.run.smithi045.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-06T07:26:29.143 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-06T07:26:29.179 INFO:teuthology.orchestra.run.smithi105.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-06T07:26:29.179 INFO:teuthology.orchestra.run.smithi105.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-06T07:26:29.292 INFO:teuthology.orchestra.run.smithi032.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-06T07:26:29.292 INFO:teuthology.orchestra.run.smithi032.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-06T07:26:29.391 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-06T07:26:29.431 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-06T07:26:29.614 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-06T07:26:29.646 INFO:teuthology.orchestra.run.smithi045.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-06T07:26:29.646 INFO:teuthology.orchestra.run.smithi045.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-06T07:26:29.822 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-06T07:26:29.896 INFO:teuthology.orchestra.run.smithi032.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-06T07:26:29.896 INFO:teuthology.orchestra.run.smithi032.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-06T07:26:29.920 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-06T07:26:29.987 INFO:teuthology.orchestra.run.smithi045.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-06T07:26:30.078 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-06T07:26:30.146 INFO:teuthology.orchestra.run.smithi045.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-06T07:26:30.202 INFO:teuthology.orchestra.run.smithi032.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-06T07:26:30.300 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-06T07:26:30.300 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-06T07:26:30.300 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-06T07:26:30.300 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-06T07:26:30.300 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-06T07:26:30.300 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-06T07:26:30.300 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-06T07:26:30.300 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-06T07:26:30.300 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-06T07:26:30.301 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-06T07:26:30.301 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-06T07:26:30.301 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-06T07:26:30.301 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-06T07:26:30.301 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-06T07:26:30.301 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-06T07:26:30.301 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-06T07:26:30.301 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-06T07:26:30.301 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-06T07:26:30.301 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-06T07:26:30.301 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-06T07:26:30.301 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-06T07:26:30.301 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-06T07:26:30.301 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-06T07:26:30.301 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-06T07:26:30.302 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-06T07:26:30.302 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-06T07:26:30.302 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-06T07:26:30.302 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-06T07:26:30.302 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-06T07:26:30.302 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-06T07:26:30.302 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-06T07:26:30.304 INFO:teuthology.orchestra.run.smithi045.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-06T07:26:30.353 INFO:teuthology.orchestra.run.smithi032.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-06T07:26:30.479 INFO:teuthology.orchestra.run.smithi045.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-06T07:26:30.502 INFO:teuthology.orchestra.run.smithi032.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-06T07:26:30.617 INFO:teuthology.orchestra.run.smithi045.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-06T07:26:30.645 INFO:teuthology.orchestra.run.smithi032.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-06T07:26:30.762 INFO:teuthology.orchestra.run.smithi045.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-06T07:26:30.768 INFO:teuthology.orchestra.run.smithi032.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-06T07:26:30.918 INFO:teuthology.orchestra.run.smithi045.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-06T07:26:30.918 INFO:teuthology.orchestra.run.smithi045.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-06T07:26:30.927 INFO:teuthology.orchestra.run.smithi032.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-06T07:26:31.083 INFO:teuthology.orchestra.run.smithi032.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-06T07:26:31.083 INFO:teuthology.orchestra.run.smithi032.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-06T07:26:31.112 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-06T07:26:31.243 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-06T07:26:31.651 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-06T07:26:31.805 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-06T07:26:32.051 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-06T07:26:32.052 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-06T07:26:32.052 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-06T07:26:32.052 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-06T07:26:32.052 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-06T07:26:32.052 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-06T07:26:32.052 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-06T07:26:32.052 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-06T07:26:32.052 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-06T07:26:32.052 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-06T07:26:32.052 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-06T07:26:32.052 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-06T07:26:32.052 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-06T07:26:32.052 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-06T07:26:32.052 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-06T07:26:32.053 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-06T07:26:32.053 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-06T07:26:32.053 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-06T07:26:32.053 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-06T07:26:32.053 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-06T07:26:32.053 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-06T07:26:32.053 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-06T07:26:32.053 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-06T07:26:32.053 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-06T07:26:32.053 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-06T07:26:32.053 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-06T07:26:32.053 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-06T07:26:32.053 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-06T07:26:32.053 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-06T07:26:32.054 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-06T07:26:32.054 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-06T07:26:32.217 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-06T07:26:32.217 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-06T07:26:32.217 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-06T07:26:32.217 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-06T07:26:32.218 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-06T07:26:32.218 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-06T07:26:32.218 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-06T07:26:32.218 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-06T07:26:32.218 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-06T07:26:32.218 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-06T07:26:32.218 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-06T07:26:32.218 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-06T07:26:32.218 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-06T07:26:32.218 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-06T07:26:32.218 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-06T07:26:32.218 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-06T07:26:32.218 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-06T07:26:32.219 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-06T07:26:32.219 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-06T07:26:32.219 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-06T07:26:32.219 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-06T07:26:32.219 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-06T07:26:32.219 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-06T07:26:32.219 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-06T07:26:32.219 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-06T07:26:32.219 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-06T07:26:32.219 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-06T07:26:32.219 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-06T07:26:32.219 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-06T07:26:32.219 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-06T07:26:32.219 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-06T07:26:39.286 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-06T07:26:39.287 INFO:teuthology.orchestra.run.smithi105.stdout:Installed products updated. 2023-12-06T07:26:39.470 INFO:teuthology.orchestra.run.smithi105.stdout: 2023-12-06T07:26:39.470 INFO:teuthology.orchestra.run.smithi105.stdout:Downgraded: 2023-12-06T07:26:39.470 INFO:teuthology.orchestra.run.smithi105.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-06T07:26:39.470 INFO:teuthology.orchestra.run.smithi105.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-06T07:26:39.470 INFO:teuthology.orchestra.run.smithi105.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-06T07:26:39.470 INFO:teuthology.orchestra.run.smithi105.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-06T07:26:39.471 INFO:teuthology.orchestra.run.smithi105.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-06T07:26:39.471 INFO:teuthology.orchestra.run.smithi105.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-06T07:26:39.471 INFO:teuthology.orchestra.run.smithi105.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-06T07:26:39.471 INFO:teuthology.orchestra.run.smithi105.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-06T07:26:39.471 INFO:teuthology.orchestra.run.smithi105.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-06T07:26:39.471 INFO:teuthology.orchestra.run.smithi105.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-06T07:26:39.471 INFO:teuthology.orchestra.run.smithi105.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-06T07:26:39.471 INFO:teuthology.orchestra.run.smithi105.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-06T07:26:39.471 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2023-12-06T07:26:39.471 INFO:teuthology.orchestra.run.smithi105.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-06T07:26:39.471 INFO:teuthology.orchestra.run.smithi105.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-06T07:26:39.471 INFO:teuthology.orchestra.run.smithi105.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-06T07:26:39.471 INFO:teuthology.orchestra.run.smithi105.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-06T07:26:39.471 INFO:teuthology.orchestra.run.smithi105.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-06T07:26:39.471 INFO:teuthology.orchestra.run.smithi105.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-06T07:26:39.472 INFO:teuthology.orchestra.run.smithi105.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-06T07:26:39.472 INFO:teuthology.orchestra.run.smithi105.stdout: 2023-12-06T07:26:39.472 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2023-12-06T07:26:39.645 DEBUG:teuthology.parallel:result is None 2023-12-06T07:26:42.061 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-06T07:26:42.061 INFO:teuthology.orchestra.run.smithi032.stdout:Installed products updated. 2023-12-06T07:26:42.266 INFO:teuthology.orchestra.run.smithi032.stdout: 2023-12-06T07:26:42.266 INFO:teuthology.orchestra.run.smithi032.stdout:Downgraded: 2023-12-06T07:26:42.266 INFO:teuthology.orchestra.run.smithi032.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-06T07:26:42.266 INFO:teuthology.orchestra.run.smithi032.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-06T07:26:42.266 INFO:teuthology.orchestra.run.smithi032.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-06T07:26:42.266 INFO:teuthology.orchestra.run.smithi032.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-06T07:26:42.266 INFO:teuthology.orchestra.run.smithi032.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-06T07:26:42.266 INFO:teuthology.orchestra.run.smithi032.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-06T07:26:42.266 INFO:teuthology.orchestra.run.smithi032.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-06T07:26:42.267 INFO:teuthology.orchestra.run.smithi032.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-06T07:26:42.267 INFO:teuthology.orchestra.run.smithi032.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-06T07:26:42.267 INFO:teuthology.orchestra.run.smithi032.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-06T07:26:42.267 INFO:teuthology.orchestra.run.smithi032.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-06T07:26:42.267 INFO:teuthology.orchestra.run.smithi032.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-06T07:26:42.267 INFO:teuthology.orchestra.run.smithi032.stdout:Installed: 2023-12-06T07:26:42.267 INFO:teuthology.orchestra.run.smithi032.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-06T07:26:42.267 INFO:teuthology.orchestra.run.smithi032.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-06T07:26:42.267 INFO:teuthology.orchestra.run.smithi032.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-06T07:26:42.267 INFO:teuthology.orchestra.run.smithi032.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-06T07:26:42.267 INFO:teuthology.orchestra.run.smithi032.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-06T07:26:42.267 INFO:teuthology.orchestra.run.smithi032.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-06T07:26:42.267 INFO:teuthology.orchestra.run.smithi032.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-06T07:26:42.267 INFO:teuthology.orchestra.run.smithi032.stdout: 2023-12-06T07:26:42.267 INFO:teuthology.orchestra.run.smithi032.stdout:Complete! 2023-12-06T07:26:42.383 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-06T07:26:42.384 INFO:teuthology.orchestra.run.smithi045.stdout:Installed products updated. 2023-12-06T07:26:42.458 DEBUG:teuthology.parallel:result is None 2023-12-06T07:26:42.598 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-06T07:26:42.599 INFO:teuthology.orchestra.run.smithi045.stdout:Downgraded: 2023-12-06T07:26:42.599 INFO:teuthology.orchestra.run.smithi045.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-06T07:26:42.599 INFO:teuthology.orchestra.run.smithi045.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-06T07:26:42.599 INFO:teuthology.orchestra.run.smithi045.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-06T07:26:42.599 INFO:teuthology.orchestra.run.smithi045.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-06T07:26:42.599 INFO:teuthology.orchestra.run.smithi045.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-06T07:26:42.599 INFO:teuthology.orchestra.run.smithi045.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-06T07:26:42.599 INFO:teuthology.orchestra.run.smithi045.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-06T07:26:42.599 INFO:teuthology.orchestra.run.smithi045.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-06T07:26:42.599 INFO:teuthology.orchestra.run.smithi045.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-06T07:26:42.599 INFO:teuthology.orchestra.run.smithi045.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-06T07:26:42.599 INFO:teuthology.orchestra.run.smithi045.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-06T07:26:42.599 INFO:teuthology.orchestra.run.smithi045.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-06T07:26:42.600 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-12-06T07:26:42.600 INFO:teuthology.orchestra.run.smithi045.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-06T07:26:42.600 INFO:teuthology.orchestra.run.smithi045.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-06T07:26:42.600 INFO:teuthology.orchestra.run.smithi045.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-06T07:26:42.600 INFO:teuthology.orchestra.run.smithi045.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-06T07:26:42.600 INFO:teuthology.orchestra.run.smithi045.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-06T07:26:42.600 INFO:teuthology.orchestra.run.smithi045.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-06T07:26:42.600 INFO:teuthology.orchestra.run.smithi045.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-06T07:26:42.600 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-06T07:26:42.600 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-12-06T07:26:42.793 DEBUG:teuthology.parallel:result is None 2023-12-06T07:26:42.793 INFO:teuthology.run_tasks:Running task install... 2023-12-06T07:26:42.803 DEBUG:teuthology.task.install:project ceph 2023-12-06T07:26:42.803 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '0482646fcf78576d871bc87843257d82edb79541'}} 2023-12-06T07:26:42.803 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '0482646fcf78576d871bc87843257d82edb79541'} 2023-12-06T07:26:42.803 INFO:teuthology.task.install:Using flavor: default 2023-12-06T07:26:42.810 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2023-12-06T07:26:42.810 INFO:teuthology.task.install:extra packages: [] 2023-12-06T07:26:42.810 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': '0482646fcf78576d871bc87843257d82edb79541', 'tag': None, 'wait_for_package': False} 2023-12-06T07:26:42.811 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=0482646fcf78576d871bc87843257d82edb79541 2023-12-06T07:26:42.813 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': '0482646fcf78576d871bc87843257d82edb79541', 'tag': None, 'wait_for_package': False} 2023-12-06T07:26:42.813 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=0482646fcf78576d871bc87843257d82edb79541 2023-12-06T07:26:42.814 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': '0482646fcf78576d871bc87843257d82edb79541', 'tag': None, 'wait_for_package': False} 2023-12-06T07:26:42.814 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=0482646fcf78576d871bc87843257d82edb79541 2023-12-06T07:26:42.968 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2023-12-05-1905/0482646fcf78576d871bc87843257d82edb79541/centos/8/flavors/default/ 2023-12-06T07:26:42.968 INFO:teuthology.task.install.rpm:Package version is 19.0.0-26.g0482646f 2023-12-06T07:26:42.981 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2023-12-05-1905/0482646fcf78576d871bc87843257d82edb79541/centos/8/flavors/default/ 2023-12-06T07:26:42.981 INFO:teuthology.task.install.rpm:Package version is 19.0.0-26.g0482646f 2023-12-06T07:26:43.056 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2023-12-05-1905/0482646fcf78576d871bc87843257d82edb79541/centos/8/flavors/default/ 2023-12-06T07:26:43.056 INFO:teuthology.task.install.rpm:Package version is 19.0.0-26.g0482646f 2023-12-06T07:26:43.159 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2023-12-05-1905/0482646fcf78576d871bc87843257d82edb79541/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-12-05-1905/0482646fcf78576d871bc87843257d82edb79541/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-12-05-1905/0482646fcf78576d871bc87843257d82edb79541/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-06T07:26:43.159 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2023-12-06T07:26:43.159 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-06T07:26:43.164 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2023-12-05-1905/0482646fcf78576d871bc87843257d82edb79541/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-12-05-1905/0482646fcf78576d871bc87843257d82edb79541/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-12-05-1905/0482646fcf78576d871bc87843257d82edb79541/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-06T07:26:43.164 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-12-06T07:26:43.164 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-06T07:26:43.169 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2023-12-05-1905/0482646fcf78576d871bc87843257d82edb79541/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-12-05-1905/0482646fcf78576d871bc87843257d82edb79541/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-12-05-1905/0482646fcf78576d871bc87843257d82edb79541/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-06T07:26:43.169 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2023-12-06T07:26:43.169 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-06T07:26:43.191 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2023-12-06T07:26:43.192 DEBUG:teuthology.orchestra.run.smithi105:> 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/0482646fcf78576d871bc87843257d82edb79541/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-06T07:26:43.193 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2023-12-06T07:26:43.193 DEBUG:teuthology.orchestra.run.smithi045:> 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/0482646fcf78576d871bc87843257d82edb79541/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-06T07:26:43.202 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2023-12-06T07:26:43.203 DEBUG:teuthology.orchestra.run.smithi032:> 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/0482646fcf78576d871bc87843257d82edb79541/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-06T07:26:43.262 DEBUG:teuthology.orchestra.run.smithi045:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2023-12-06T07:26:43.263 DEBUG:teuthology.orchestra.run.smithi105:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2023-12-06T07:26:43.274 DEBUG:teuthology.orchestra.run.smithi032:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2023-12-06T07:26:43.341 DEBUG:teuthology.orchestra.run.smithi045:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2023-12-06T07:26:43.343 DEBUG:teuthology.orchestra.run.smithi105:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2023-12-06T07:26:43.356 DEBUG:teuthology.orchestra.run.smithi032:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2023-12-06T07:26:43.407 INFO:teuthology.orchestra.run.smithi045.stdout:check_obsoletes = 1 2023-12-06T07:26:43.409 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum clean all 2023-12-06T07:26:43.410 INFO:teuthology.orchestra.run.smithi105.stdout:check_obsoletes = 1 2023-12-06T07:26:43.411 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum clean all 2023-12-06T07:26:43.425 INFO:teuthology.orchestra.run.smithi032.stdout:check_obsoletes = 1 2023-12-06T07:26:43.427 DEBUG:teuthology.orchestra.run.smithi032:> sudo yum clean all 2023-12-06T07:26:43.782 INFO:teuthology.orchestra.run.smithi105.stdout:Updating Subscription Management repositories. 2023-12-06T07:26:43.799 INFO:teuthology.orchestra.run.smithi045.stdout:Updating Subscription Management repositories. 2023-12-06T07:26:43.822 INFO:teuthology.orchestra.run.smithi032.stdout:Updating Subscription Management repositories. 2023-12-06T07:26:45.181 INFO:teuthology.orchestra.run.smithi105.stdout:44 files removed 2023-12-06T07:26:45.191 INFO:teuthology.orchestra.run.smithi045.stdout:44 files removed 2023-12-06T07:26:45.233 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install ceph-radosgw 2023-12-06T07:26:45.235 INFO:teuthology.orchestra.run.smithi032.stdout:44 files removed 2023-12-06T07:26:45.244 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-radosgw 2023-12-06T07:26:45.291 DEBUG:teuthology.orchestra.run.smithi032:> sudo yum -y install ceph-radosgw 2023-12-06T07:26:45.564 INFO:teuthology.orchestra.run.smithi105.stdout:Updating Subscription Management repositories. 2023-12-06T07:26:45.598 INFO:teuthology.orchestra.run.smithi045.stdout:Updating Subscription Management repositories. 2023-12-06T07:26:45.643 INFO:teuthology.orchestra.run.smithi032.stdout:Updating Subscription Management repositories. 2023-12-06T07:26:47.286 INFO:teuthology.orchestra.run.smithi045.stdout:ceph packages for x86_64 239 kB/s | 81 kB 00:00 2023-12-06T07:26:47.354 INFO:teuthology.orchestra.run.smithi105.stdout:ceph packages for x86_64 195 kB/s | 81 kB 00:00 2023-12-06T07:26:47.545 INFO:teuthology.orchestra.run.smithi045.stdout:ceph noarch packages 42 kB/s | 9.5 kB 00:00 2023-12-06T07:26:47.566 INFO:teuthology.orchestra.run.smithi032.stdout:ceph packages for x86_64 199 kB/s | 81 kB 00:00 2023-12-06T07:26:47.713 INFO:teuthology.orchestra.run.smithi105.stdout:ceph noarch packages 29 kB/s | 9.5 kB 00:00 2023-12-06T07:26:47.829 INFO:teuthology.orchestra.run.smithi045.stdout:ceph source packages 5.7 kB/s | 1.5 kB 00:00 2023-12-06T07:26:47.891 INFO:teuthology.orchestra.run.smithi032.stdout:ceph noarch packages 33 kB/s | 9.5 kB 00:00 2023-12-06T07:26:48.006 INFO:teuthology.orchestra.run.smithi105.stdout:ceph source packages 5.5 kB/s | 1.5 kB 00:00 2023-12-06T07:26:48.013 INFO:teuthology.orchestra.run.smithi045.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2023-12-06T07:26:48.173 INFO:teuthology.orchestra.run.smithi105.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-12-06T07:26:48.234 INFO:teuthology.orchestra.run.smithi032.stdout:ceph source packages 4.6 kB/s | 1.5 kB 00:00 2023-12-06T07:26:48.435 INFO:teuthology.orchestra.run.smithi032.stdout:Copr repo for python3-asyncssh owned by ceph 19 kB/s | 3.5 kB 00:00 2023-12-06T07:26:48.932 INFO:teuthology.orchestra.run.smithi105.stdout:Extra Packages for Enterprise Linux 22 MB/s | 16 MB 00:00 2023-12-06T07:26:50.015 INFO:teuthology.orchestra.run.smithi032.stdout:Extra Packages for Enterprise Linux 10 MB/s | 16 MB 00:01 2023-12-06T07:26:51.533 INFO:teuthology.orchestra.run.smithi045.stdout:Extra Packages for Enterprise Linux 4.6 MB/s | 16 MB 00:03 2023-12-06T07:26:52.458 INFO:teuthology.orchestra.run.smithi105.stdout:lab-extras 370 kB/s | 24 kB 00:00 2023-12-06T07:26:53.593 INFO:teuthology.orchestra.run.smithi105.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 45 MB/s | 47 MB 00:01 2023-12-06T07:26:53.669 INFO:teuthology.orchestra.run.smithi032.stdout:lab-extras 569 kB/s | 24 kB 00:00 2023-12-06T07:26:54.998 INFO:teuthology.orchestra.run.smithi032.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 38 MB/s | 47 MB 00:01 2023-12-06T07:26:55.238 INFO:teuthology.orchestra.run.smithi045.stdout:lab-extras 364 kB/s | 24 kB 00:00 2023-12-06T07:26:56.499 INFO:teuthology.orchestra.run.smithi045.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 40 MB/s | 47 MB 00:01 2023-12-06T07:27:01.812 INFO:teuthology.orchestra.run.smithi105.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 46 MB/s | 53 MB 00:01 2023-12-06T07:27:03.556 INFO:teuthology.orchestra.run.smithi032.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 48 MB/s | 53 MB 00:01 2023-12-06T07:27:05.361 INFO:teuthology.orchestra.run.smithi045.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 44 MB/s | 53 MB 00:01 2023-12-06T07:27:13.069 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2023-12-06T07:27:13.072 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================================== 2023-12-06T07:27:13.072 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repository Size 2023-12-06T07:27:13.072 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================================== 2023-12-06T07:27:13.072 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2023-12-06T07:27:13.072 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-radosgw x86_64 2:19.0.0-26.g0482646f.el8 ceph 14 M 2023-12-06T07:27:13.072 INFO:teuthology.orchestra.run.smithi105.stdout:Upgrading: 2023-12-06T07:27:13.072 INFO:teuthology.orchestra.run.smithi105.stdout: librados2 x86_64 2:19.0.0-26.g0482646f.el8 ceph 3.8 M 2023-12-06T07:27:13.072 INFO:teuthology.orchestra.run.smithi105.stdout: librbd1 x86_64 2:19.0.0-26.g0482646f.el8 ceph 3.7 M 2023-12-06T07:27:13.072 INFO:teuthology.orchestra.run.smithi105.stdout:Installing dependencies: 2023-12-06T07:27:13.072 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-base x86_64 2:19.0.0-26.g0482646f.el8 ceph 5.4 M 2023-12-06T07:27:13.073 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-common x86_64 2:19.0.0-26.g0482646f.el8 ceph 23 M 2023-12-06T07:27:13.073 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-selinux x86_64 2:19.0.0-26.g0482646f.el8 ceph 24 k 2023-12-06T07:27:13.073 INFO:teuthology.orchestra.run.smithi105.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-06T07:27:13.073 INFO:teuthology.orchestra.run.smithi105.stdout: libcephfs2 x86_64 2:19.0.0-26.g0482646f.el8 ceph 838 k 2023-12-06T07:27:13.073 INFO:teuthology.orchestra.run.smithi105.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-06T07:27:13.073 INFO:teuthology.orchestra.run.smithi105.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-06T07:27:13.073 INFO:teuthology.orchestra.run.smithi105.stdout: libradosstriper1 x86_64 2:19.0.0-26.g0482646f.el8 ceph 517 k 2023-12-06T07:27:13.073 INFO:teuthology.orchestra.run.smithi105.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-06T07:27:13.073 INFO:teuthology.orchestra.run.smithi105.stdout: librgw2 x86_64 2:19.0.0-26.g0482646f.el8 ceph 6.9 M 2023-12-06T07:27:13.073 INFO:teuthology.orchestra.run.smithi105.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-06T07:27:13.073 INFO:teuthology.orchestra.run.smithi105.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-06T07:27:13.073 INFO:teuthology.orchestra.run.smithi105.stdout: python3-ceph-argparse x86_64 2:19.0.0-26.g0482646f.el8 ceph 45 k 2023-12-06T07:27:13.073 INFO:teuthology.orchestra.run.smithi105.stdout: python3-ceph-common x86_64 2:19.0.0-26.g0482646f.el8 ceph 129 k 2023-12-06T07:27:13.073 INFO:teuthology.orchestra.run.smithi105.stdout: python3-cephfs x86_64 2:19.0.0-26.g0482646f.el8 ceph 196 k 2023-12-06T07:27:13.074 INFO:teuthology.orchestra.run.smithi105.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-06T07:27:13.074 INFO:teuthology.orchestra.run.smithi105.stdout: python3-rados x86_64 2:19.0.0-26.g0482646f.el8 ceph 371 k 2023-12-06T07:27:13.074 INFO:teuthology.orchestra.run.smithi105.stdout: python3-rbd x86_64 2:19.0.0-26.g0482646f.el8 ceph 364 k 2023-12-06T07:27:13.074 INFO:teuthology.orchestra.run.smithi105.stdout: python3-rgw x86_64 2:19.0.0-26.g0482646f.el8 ceph 107 k 2023-12-06T07:27:13.074 INFO:teuthology.orchestra.run.smithi105.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-06T07:27:13.074 INFO:teuthology.orchestra.run.smithi105.stdout: 2023-12-06T07:27:13.074 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2023-12-06T07:27:13.074 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================================== 2023-12-06T07:27:13.074 INFO:teuthology.orchestra.run.smithi105.stdout:Install 21 Packages 2023-12-06T07:27:13.074 INFO:teuthology.orchestra.run.smithi105.stdout:Upgrade 2 Packages 2023-12-06T07:27:13.074 INFO:teuthology.orchestra.run.smithi105.stdout: 2023-12-06T07:27:13.075 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 62 M 2023-12-06T07:27:13.075 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2023-12-06T07:27:14.036 INFO:teuthology.orchestra.run.smithi105.stdout:(1/23): ceph-base-19.0.0-26.g0482646f.el8.x86_6 6.5 MB/s | 5.4 MB 00:00 2023-12-06T07:27:14.103 INFO:teuthology.orchestra.run.smithi105.stdout:(2/23): ceph-selinux-19.0.0-26.g0482646f.el8.x8 365 kB/s | 24 kB 00:00 2023-12-06T07:27:14.237 INFO:teuthology.orchestra.run.smithi105.stdout:(3/23): libcephfs2-19.0.0-26.g0482646f.el8.x86_ 6.2 MB/s | 838 kB 00:00 2023-12-06T07:27:14.370 INFO:teuthology.orchestra.run.smithi105.stdout:(4/23): libradosstriper1-19.0.0-26.g0482646f.el 3.8 MB/s | 517 kB 00:00 2023-12-06T07:27:14.829 INFO:teuthology.orchestra.run.smithi105.stdout:(5/23): ceph-radosgw-19.0.0-26.g0482646f.el8.x8 8.6 MB/s | 14 MB 00:01 2023-12-06T07:27:14.904 INFO:teuthology.orchestra.run.smithi105.stdout:(6/23): python3-ceph-argparse-19.0.0-26.g048264 597 kB/s | 45 kB 00:00 2023-12-06T07:27:14.987 INFO:teuthology.orchestra.run.smithi105.stdout:(7/23): python3-ceph-common-19.0.0-26.g0482646f 1.5 MB/s | 129 kB 00:00 2023-12-06T07:27:15.080 INFO:teuthology.orchestra.run.smithi105.stdout:(8/23): python3-cephfs-19.0.0-26.g0482646f.el8. 2.1 MB/s | 196 kB 00:00 2023-12-06T07:27:15.213 INFO:teuthology.orchestra.run.smithi105.stdout:(9/23): librgw2-19.0.0-26.g0482646f.el8.x86_64. 8.2 MB/s | 6.9 MB 00:00 2023-12-06T07:27:15.238 INFO:teuthology.orchestra.run.smithi105.stdout:(10/23): python3-rados-19.0.0-26.g0482646f.el8. 2.3 MB/s | 371 kB 00:00 2023-12-06T07:27:15.264 INFO:teuthology.orchestra.run.smithi105.stdout:(11/23): python3-rbd-19.0.0-26.g0482646f.el8.x8 7.1 MB/s | 364 kB 00:00 2023-12-06T07:27:15.280 INFO:teuthology.orchestra.run.smithi105.stdout:(12/23): python3-rgw-19.0.0-26.g0482646f.el8.x8 2.5 MB/s | 107 kB 00:00 2023-12-06T07:27:15.498 INFO:teuthology.orchestra.run.smithi105.stdout:(13/23): ceph-common-19.0.0-26.g0482646f.el8.x8 9.8 MB/s | 23 MB 00:02 2023-12-06T07:27:15.612 INFO:teuthology.orchestra.run.smithi032.stdout:Dependencies resolved. 2023-12-06T07:27:15.614 INFO:teuthology.orchestra.run.smithi105.stdout:(14/23): liboath-2.6.2-3.el8.x86_64.rpm 176 kB/s | 59 kB 00:00 2023-12-06T07:27:15.615 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================================== 2023-12-06T07:27:15.615 INFO:teuthology.orchestra.run.smithi032.stdout: Package Arch Version Repository Size 2023-12-06T07:27:15.615 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================================== 2023-12-06T07:27:15.615 INFO:teuthology.orchestra.run.smithi032.stdout:Installing: 2023-12-06T07:27:15.615 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-radosgw x86_64 2:19.0.0-26.g0482646f.el8 ceph 14 M 2023-12-06T07:27:15.615 INFO:teuthology.orchestra.run.smithi032.stdout:Upgrading: 2023-12-06T07:27:15.615 INFO:teuthology.orchestra.run.smithi032.stdout: librados2 x86_64 2:19.0.0-26.g0482646f.el8 ceph 3.8 M 2023-12-06T07:27:15.615 INFO:teuthology.orchestra.run.smithi032.stdout: librbd1 x86_64 2:19.0.0-26.g0482646f.el8 ceph 3.7 M 2023-12-06T07:27:15.615 INFO:teuthology.orchestra.run.smithi032.stdout:Installing dependencies: 2023-12-06T07:27:15.616 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-base x86_64 2:19.0.0-26.g0482646f.el8 ceph 5.4 M 2023-12-06T07:27:15.616 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-common x86_64 2:19.0.0-26.g0482646f.el8 ceph 23 M 2023-12-06T07:27:15.616 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-selinux x86_64 2:19.0.0-26.g0482646f.el8 ceph 24 k 2023-12-06T07:27:15.616 INFO:teuthology.orchestra.run.smithi032.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-06T07:27:15.616 INFO:teuthology.orchestra.run.smithi032.stdout: libcephfs2 x86_64 2:19.0.0-26.g0482646f.el8 ceph 838 k 2023-12-06T07:27:15.616 INFO:teuthology.orchestra.run.smithi032.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-06T07:27:15.616 INFO:teuthology.orchestra.run.smithi032.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-06T07:27:15.616 INFO:teuthology.orchestra.run.smithi032.stdout: libradosstriper1 x86_64 2:19.0.0-26.g0482646f.el8 ceph 517 k 2023-12-06T07:27:15.616 INFO:teuthology.orchestra.run.smithi032.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-06T07:27:15.616 INFO:teuthology.orchestra.run.smithi032.stdout: librgw2 x86_64 2:19.0.0-26.g0482646f.el8 ceph 6.9 M 2023-12-06T07:27:15.616 INFO:teuthology.orchestra.run.smithi032.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-06T07:27:15.616 INFO:teuthology.orchestra.run.smithi032.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-06T07:27:15.616 INFO:teuthology.orchestra.run.smithi032.stdout: python3-ceph-argparse x86_64 2:19.0.0-26.g0482646f.el8 ceph 45 k 2023-12-06T07:27:15.616 INFO:teuthology.orchestra.run.smithi032.stdout: python3-ceph-common x86_64 2:19.0.0-26.g0482646f.el8 ceph 129 k 2023-12-06T07:27:15.616 INFO:teuthology.orchestra.run.smithi032.stdout: python3-cephfs x86_64 2:19.0.0-26.g0482646f.el8 ceph 196 k 2023-12-06T07:27:15.616 INFO:teuthology.orchestra.run.smithi032.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-06T07:27:15.617 INFO:teuthology.orchestra.run.smithi032.stdout: python3-rados x86_64 2:19.0.0-26.g0482646f.el8 ceph 371 k 2023-12-06T07:27:15.617 INFO:teuthology.orchestra.run.smithi032.stdout: python3-rbd x86_64 2:19.0.0-26.g0482646f.el8 ceph 364 k 2023-12-06T07:27:15.617 INFO:teuthology.orchestra.run.smithi032.stdout: python3-rgw x86_64 2:19.0.0-26.g0482646f.el8 ceph 107 k 2023-12-06T07:27:15.617 INFO:teuthology.orchestra.run.smithi032.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-06T07:27:15.617 INFO:teuthology.orchestra.run.smithi032.stdout: 2023-12-06T07:27:15.617 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction Summary 2023-12-06T07:27:15.617 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================================== 2023-12-06T07:27:15.617 INFO:teuthology.orchestra.run.smithi032.stdout:Install 21 Packages 2023-12-06T07:27:15.617 INFO:teuthology.orchestra.run.smithi032.stdout:Upgrade 2 Packages 2023-12-06T07:27:15.617 INFO:teuthology.orchestra.run.smithi032.stdout: 2023-12-06T07:27:15.618 INFO:teuthology.orchestra.run.smithi032.stdout:Total download size: 62 M 2023-12-06T07:27:15.618 INFO:teuthology.orchestra.run.smithi032.stdout:Downloading Packages: 2023-12-06T07:27:15.631 INFO:teuthology.orchestra.run.smithi105.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 584 kB/s | 75 kB 00:00 2023-12-06T07:27:15.690 INFO:teuthology.orchestra.run.smithi105.stdout:(16/23): gperftools-libs-2.7-9.el8.x86_64.rpm 718 kB/s | 306 kB 00:00 2023-12-06T07:27:16.107 INFO:teuthology.orchestra.run.smithi105.stdout:(17/23): python3-prettytable-0.7.2-14.el8.noarc 105 kB/s | 44 kB 00:00 2023-12-06T07:27:16.132 INFO:teuthology.orchestra.run.smithi105.stdout:(18/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 518 kB/s | 259 kB 00:00 2023-12-06T07:27:16.259 INFO:teuthology.orchestra.run.smithi105.stdout:(19/23): thrift-0.13.0-2.el8.x86_64.rpm 2.7 MB/s | 1.7 MB 00:00 2023-12-06T07:27:16.291 INFO:teuthology.orchestra.run.smithi105.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 1.9 MB/s | 354 kB 00:00 2023-12-06T07:27:16.408 INFO:teuthology.orchestra.run.smithi105.stdout:(21/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 170 kB/s | 47 kB 00:00 2023-12-06T07:27:16.725 INFO:teuthology.orchestra.run.smithi105.stdout:(22/23): librados2-19.0.0-26.g0482646f.el8.x86_ 8.1 MB/s | 3.8 MB 00:00 2023-12-06T07:27:16.948 INFO:teuthology.orchestra.run.smithi032.stdout:(1/23): ceph-base-19.0.0-26.g0482646f.el8.x86_6 5.4 MB/s | 5.4 MB 00:00 2023-12-06T07:27:17.007 INFO:teuthology.orchestra.run.smithi032.stdout:(2/23): ceph-selinux-19.0.0-26.g0482646f.el8.x8 418 kB/s | 24 kB 00:00 2023-12-06T07:27:17.083 INFO:teuthology.orchestra.run.smithi105.stdout:(23/23): librbd1-19.0.0-26.g0482646f.el8.x86_64 4.7 MB/s | 3.7 MB 00:00 2023-12-06T07:27:17.089 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2023-12-06T07:27:17.089 INFO:teuthology.orchestra.run.smithi105.stdout:Total 15 MB/s | 62 MB 00:04 2023-12-06T07:27:17.135 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2023-12-06T07:27:17.157 INFO:teuthology.orchestra.run.smithi032.stdout:(3/23): libcephfs2-19.0.0-26.g0482646f.el8.x86_ 5.5 MB/s | 838 kB 00:00 2023-12-06T07:27:17.182 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2023-12-06T07:27:17.182 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2023-12-06T07:27:17.291 INFO:teuthology.orchestra.run.smithi032.stdout:(4/23): libradosstriper1-19.0.0-26.g0482646f.el 3.8 MB/s | 517 kB 00:00 2023-12-06T07:27:17.400 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-12-06T07:27:17.402 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================================== 2023-12-06T07:27:17.403 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2023-12-06T07:27:17.403 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================================== 2023-12-06T07:27:17.403 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-12-06T07:27:17.403 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-radosgw x86_64 2:19.0.0-26.g0482646f.el8 ceph 14 M 2023-12-06T07:27:17.403 INFO:teuthology.orchestra.run.smithi045.stdout:Upgrading: 2023-12-06T07:27:17.403 INFO:teuthology.orchestra.run.smithi045.stdout: librados2 x86_64 2:19.0.0-26.g0482646f.el8 ceph 3.8 M 2023-12-06T07:27:17.403 INFO:teuthology.orchestra.run.smithi045.stdout: librbd1 x86_64 2:19.0.0-26.g0482646f.el8 ceph 3.7 M 2023-12-06T07:27:17.403 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2023-12-06T07:27:17.403 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-base x86_64 2:19.0.0-26.g0482646f.el8 ceph 5.4 M 2023-12-06T07:27:17.403 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-common x86_64 2:19.0.0-26.g0482646f.el8 ceph 23 M 2023-12-06T07:27:17.404 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-selinux x86_64 2:19.0.0-26.g0482646f.el8 ceph 24 k 2023-12-06T07:27:17.404 INFO:teuthology.orchestra.run.smithi045.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-06T07:27:17.404 INFO:teuthology.orchestra.run.smithi045.stdout: libcephfs2 x86_64 2:19.0.0-26.g0482646f.el8 ceph 838 k 2023-12-06T07:27:17.404 INFO:teuthology.orchestra.run.smithi045.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-06T07:27:17.404 INFO:teuthology.orchestra.run.smithi045.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-06T07:27:17.404 INFO:teuthology.orchestra.run.smithi045.stdout: libradosstriper1 x86_64 2:19.0.0-26.g0482646f.el8 ceph 517 k 2023-12-06T07:27:17.404 INFO:teuthology.orchestra.run.smithi045.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-06T07:27:17.404 INFO:teuthology.orchestra.run.smithi045.stdout: librgw2 x86_64 2:19.0.0-26.g0482646f.el8 ceph 6.9 M 2023-12-06T07:27:17.404 INFO:teuthology.orchestra.run.smithi045.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-06T07:27:17.404 INFO:teuthology.orchestra.run.smithi045.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-06T07:27:17.404 INFO:teuthology.orchestra.run.smithi045.stdout: python3-ceph-argparse x86_64 2:19.0.0-26.g0482646f.el8 ceph 45 k 2023-12-06T07:27:17.404 INFO:teuthology.orchestra.run.smithi045.stdout: python3-ceph-common x86_64 2:19.0.0-26.g0482646f.el8 ceph 129 k 2023-12-06T07:27:17.404 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cephfs x86_64 2:19.0.0-26.g0482646f.el8 ceph 196 k 2023-12-06T07:27:17.405 INFO:teuthology.orchestra.run.smithi045.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-06T07:27:17.405 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rados x86_64 2:19.0.0-26.g0482646f.el8 ceph 371 k 2023-12-06T07:27:17.405 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rbd x86_64 2:19.0.0-26.g0482646f.el8 ceph 364 k 2023-12-06T07:27:17.405 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rgw x86_64 2:19.0.0-26.g0482646f.el8 ceph 107 k 2023-12-06T07:27:17.405 INFO:teuthology.orchestra.run.smithi045.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-06T07:27:17.405 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-06T07:27:17.405 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-12-06T07:27:17.405 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================================== 2023-12-06T07:27:17.405 INFO:teuthology.orchestra.run.smithi045.stdout:Install 21 Packages 2023-12-06T07:27:17.405 INFO:teuthology.orchestra.run.smithi045.stdout:Upgrade 2 Packages 2023-12-06T07:27:17.405 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-06T07:27:17.406 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 62 M 2023-12-06T07:27:17.406 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-12-06T07:27:17.525 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2023-12-06T07:27:17.529 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2023-12-06T07:27:17.950 INFO:teuthology.orchestra.run.smithi032.stdout:(5/23): ceph-radosgw-19.0.0-26.g0482646f.el8.x8 6.9 MB/s | 14 MB 00:02 2023-12-06T07:27:18.050 INFO:teuthology.orchestra.run.smithi032.stdout:(6/23): python3-ceph-argparse-19.0.0-26.g048264 449 kB/s | 45 kB 00:00 2023-12-06T07:27:18.150 INFO:teuthology.orchestra.run.smithi032.stdout:(7/23): python3-ceph-common-19.0.0-26.g0482646f 1.3 MB/s | 129 kB 00:00 2023-12-06T07:27:18.250 INFO:teuthology.orchestra.run.smithi032.stdout:(8/23): python3-cephfs-19.0.0-26.g0482646f.el8. 1.9 MB/s | 196 kB 00:00 2023-12-06T07:27:18.359 INFO:teuthology.orchestra.run.smithi032.stdout:(9/23): python3-rados-19.0.0-26.g0482646f.el8.x 3.3 MB/s | 371 kB 00:00 2023-12-06T07:27:18.459 INFO:teuthology.orchestra.run.smithi032.stdout:(10/23): python3-rbd-19.0.0-26.g0482646f.el8.x8 3.6 MB/s | 364 kB 00:00 2023-12-06T07:27:18.543 INFO:teuthology.orchestra.run.smithi032.stdout:(11/23): python3-rgw-19.0.0-26.g0482646f.el8.x8 1.3 MB/s | 107 kB 00:00 2023-12-06T07:27:18.678 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2023-12-06T07:27:18.760 INFO:teuthology.orchestra.run.smithi032.stdout:(12/23): ceph-common-19.0.0-26.g0482646f.el8.x8 8.0 MB/s | 23 MB 00:02 2023-12-06T07:27:18.814 INFO:teuthology.orchestra.run.smithi045.stdout:(1/23): ceph-base-19.0.0-26.g0482646f.el8.x86_6 3.9 MB/s | 5.4 MB 00:01 2023-12-06T07:27:18.852 INFO:teuthology.orchestra.run.smithi032.stdout:(13/23): librgw2-19.0.0-26.g0482646f.el8.x86_64 4.4 MB/s | 6.9 MB 00:01 2023-12-06T07:27:18.858 INFO:teuthology.orchestra.run.smithi045.stdout:(2/23): ceph-selinux-19.0.0-26.g0482646f.el8.x8 560 kB/s | 24 kB 00:00 2023-12-06T07:27:18.869 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-06T07:27:18.983 INFO:teuthology.orchestra.run.smithi045.stdout:(3/23): libcephfs2-19.0.0-26.g0482646f.el8.x86_ 6.6 MB/s | 838 kB 00:00 2023-12-06T07:27:19.067 INFO:teuthology.orchestra.run.smithi045.stdout:(4/23): libradosstriper1-19.0.0-26.g0482646f.el 6.1 MB/s | 517 kB 00:00 2023-12-06T07:27:19.067 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-06T07:27:19.133 INFO:teuthology.orchestra.run.smithi032.stdout:(14/23): liboath-2.6.2-3.el8.x86_64.rpm 158 kB/s | 59 kB 00:00 2023-12-06T07:27:19.186 INFO:teuthology.orchestra.run.smithi032.stdout:(15/23): gperftools-libs-2.7-9.el8.x86_64.rpm 477 kB/s | 306 kB 00:00 2023-12-06T07:27:19.211 INFO:teuthology.orchestra.run.smithi032.stdout:(16/23): libunwind-1.3.1-3.el8.x86_64.rpm 209 kB/s | 75 kB 00:00 2023-12-06T07:27:19.386 INFO:teuthology.orchestra.run.smithi032.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.3 MB/s | 259 kB 00:00 2023-12-06T07:27:19.403 INFO:teuthology.orchestra.run.smithi032.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 229 kB/s | 44 kB 00:00 2023-12-06T07:27:19.468 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-06T07:27:19.487 INFO:teuthology.orchestra.run.smithi032.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 3.4 MB/s | 354 kB 00:00 2023-12-06T07:27:19.512 INFO:teuthology.orchestra.run.smithi032.stdout:(20/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 430 kB/s | 47 kB 00:00 2023-12-06T07:27:19.621 INFO:teuthology.orchestra.run.smithi032.stdout:(21/23): thrift-0.13.0-2.el8.x86_64.rpm 3.6 MB/s | 1.7 MB 00:00 2023-12-06T07:27:19.642 INFO:teuthology.orchestra.run.smithi105.stdout: Upgrading : librados2-2:19.0.0-26.g0482646f.el8.x86_64 3/25 2023-12-06T07:27:19.745 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: librados2-2:19.0.0-26.g0482646f.el8.x86_64 3/25 2023-12-06T07:27:19.932 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-rados-2:19.0.0-26.g0482646f.el8.x86_64 4/25 2023-12-06T07:27:19.967 INFO:teuthology.orchestra.run.smithi045.stdout:(5/23): librgw2-19.0.0-26.g0482646f.el8.x86_64. 7.7 MB/s | 6.9 MB 00:00 2023-12-06T07:27:20.042 INFO:teuthology.orchestra.run.smithi045.stdout:(6/23): python3-ceph-argparse-19.0.0-26.g048264 598 kB/s | 45 kB 00:00 2023-12-06T07:27:20.126 INFO:teuthology.orchestra.run.smithi045.stdout:(7/23): python3-ceph-common-19.0.0-26.g0482646f 1.5 MB/s | 129 kB 00:00 2023-12-06T07:27:20.178 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-06T07:27:20.201 INFO:teuthology.orchestra.run.smithi045.stdout:(8/23): python3-cephfs-19.0.0-26.g0482646f.el8. 2.6 MB/s | 196 kB 00:00 2023-12-06T07:27:20.280 INFO:teuthology.orchestra.run.smithi032.stdout:(22/23): librbd1-19.0.0-26.g0482646f.el8.x86_64 4.8 MB/s | 3.7 MB 00:00 2023-12-06T07:27:20.318 INFO:teuthology.orchestra.run.smithi045.stdout:(9/23): python3-rados-19.0.0-26.g0482646f.el8.x 3.1 MB/s | 371 kB 00:00 2023-12-06T07:27:20.376 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : libcephfs2-2:19.0.0-26.g0482646f.el8.x86_64 6/25 2023-12-06T07:27:20.388 INFO:teuthology.orchestra.run.smithi032.stdout:(23/23): librados2-19.0.0-26.g0482646f.el8.x86_ 4.2 MB/s | 3.8 MB 00:00 2023-12-06T07:27:20.390 INFO:teuthology.orchestra.run.smithi032.stdout:-------------------------------------------------------------------------------- 2023-12-06T07:27:20.390 INFO:teuthology.orchestra.run.smithi032.stdout:Total 13 MB/s | 62 MB 00:04 2023-12-06T07:27:20.393 INFO:teuthology.orchestra.run.smithi045.stdout:(10/23): python3-rbd-19.0.0-26.g0482646f.el8.x8 4.8 MB/s | 364 kB 00:00 2023-12-06T07:27:20.439 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction check 2023-12-06T07:27:20.444 INFO:teuthology.orchestra.run.smithi045.stdout:(11/23): python3-rgw-19.0.0-26.g0482646f.el8.x8 2.1 MB/s | 107 kB 00:00 2023-12-06T07:27:20.489 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction check succeeded. 2023-12-06T07:27:20.489 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction test 2023-12-06T07:27:20.780 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: libcephfs2-2:19.0.0-26.g0482646f.el8.x86_64 6/25 2023-12-06T07:27:20.836 INFO:teuthology.orchestra.run.smithi045.stdout:(12/23): ceph-common-19.0.0-26.g0482646f.el8.x8 6.6 MB/s | 23 MB 00:03 2023-12-06T07:27:20.852 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction test succeeded. 2023-12-06T07:27:20.856 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction 2023-12-06T07:27:21.009 INFO:teuthology.orchestra.run.smithi105.stdout: Upgrading : librbd1-2:19.0.0-26.g0482646f.el8.x86_64 7/25 2023-12-06T07:27:21.056 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: librbd1-2:19.0.0-26.g0482646f.el8.x86_64 7/25 2023-12-06T07:27:21.257 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-06T07:27:21.261 INFO:teuthology.orchestra.run.smithi045.stdout:(13/23): gperftools-libs-2.7-9.el8.x86_64.rpm 375 kB/s | 306 kB 00:00 2023-12-06T07:27:21.353 INFO:teuthology.orchestra.run.smithi045.stdout:(14/23): liboath-2.6.2-3.el8.x86_64.rpm 114 kB/s | 59 kB 00:00 2023-12-06T07:27:21.411 INFO:teuthology.orchestra.run.smithi045.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 500 kB/s | 75 kB 00:00 2023-12-06T07:27:21.562 INFO:teuthology.orchestra.run.smithi045.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.7 MB/s | 259 kB 00:00 2023-12-06T07:27:21.567 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-06T07:27:21.678 INFO:teuthology.orchestra.run.smithi045.stdout:(17/23): python3-prettytable-0.7.2-14.el8.noarc 377 kB/s | 44 kB 00:00 2023-12-06T07:27:21.929 INFO:teuthology.orchestra.run.smithi045.stdout:(18/23): thrift-0.13.0-2.el8.x86_64.rpm 3.0 MB/s | 1.7 MB 00:00 2023-12-06T07:27:22.006 INFO:teuthology.orchestra.run.smithi032.stdout: Preparing : 1/1 2023-12-06T07:27:22.111 INFO:teuthology.orchestra.run.smithi045.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 819 kB/s | 354 kB 00:00 2023-12-06T07:27:22.207 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-06T07:27:22.247 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-06T07:27:22.346 INFO:teuthology.orchestra.run.smithi045.stdout:(20/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 112 kB/s | 47 kB 00:00 2023-12-06T07:27:22.392 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : librgw2-2:19.0.0-26.g0482646f.el8.x86_64 10/25 2023-12-06T07:27:22.461 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: librgw2-2:19.0.0-26.g0482646f.el8.x86_64 10/25 2023-12-06T07:27:22.547 INFO:teuthology.orchestra.run.smithi045.stdout:(21/23): librados2-19.0.0-26.g0482646f.el8.x86_ 8.8 MB/s | 3.8 MB 00:00 2023-12-06T07:27:22.595 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-ceph-argparse-2:19.0.0-26.g0482646f.el8.x8 11/25 2023-12-06T07:27:22.762 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-cephfs-2:19.0.0-26.g0482646f.el8.x86_64 12/25 2023-12-06T07:27:22.855 INFO:teuthology.orchestra.run.smithi045.stdout:(22/23): librbd1-19.0.0-26.g0482646f.el8.x86_64 7.3 MB/s | 3.7 MB 00:00 2023-12-06T07:27:22.977 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-rgw-2:19.0.0-26.g0482646f.el8.x86_64 13/25 2023-12-06T07:27:23.017 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-06T07:27:23.170 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-rbd-2:19.0.0-26.g0482646f.el8.x86_64 14/25 2023-12-06T07:27:23.326 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : libradosstriper1-2:19.0.0-26.g0482646f.el8.x86_64 15/25 2023-12-06T07:27:23.382 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: libradosstriper1-2:19.0.0-26.g0482646f.el8.x86_64 15/25 2023-12-06T07:27:23.440 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-06T07:27:23.509 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-06T07:27:23.585 INFO:teuthology.orchestra.run.smithi032.stdout: Upgrading : librados2-2:19.0.0-26.g0482646f.el8.x86_64 3/25 2023-12-06T07:27:23.681 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-06T07:27:23.682 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: librados2-2:19.0.0-26.g0482646f.el8.x86_64 3/25 2023-12-06T07:27:23.842 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-rados-2:19.0.0-26.g0482646f.el8.x86_64 4/25 2023-12-06T07:27:23.919 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-06T07:27:24.051 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-06T07:27:24.084 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-ceph-common-2:19.0.0-26.g0482646f.el8.x86_ 19/25 2023-12-06T07:27:24.252 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : libcephfs2-2:19.0.0-26.g0482646f.el8.x86_64 6/25 2023-12-06T07:27:24.682 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: libcephfs2-2:19.0.0-26.g0482646f.el8.x86_64 6/25 2023-12-06T07:27:24.697 INFO:teuthology.orchestra.run.smithi045.stdout:(23/23): ceph-radosgw-19.0.0-26.g0482646f.el8.x 1.9 MB/s | 14 MB 00:07 2023-12-06T07:27:24.701 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-12-06T07:27:24.701 INFO:teuthology.orchestra.run.smithi045.stdout:Total 8.4 MB/s | 62 MB 00:07 2023-12-06T07:27:24.749 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-12-06T07:27:24.799 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-12-06T07:27:24.799 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-12-06T07:27:24.877 INFO:teuthology.orchestra.run.smithi032.stdout: Upgrading : librbd1-2:19.0.0-26.g0482646f.el8.x86_64 7/25 2023-12-06T07:27:24.964 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: librbd1-2:19.0.0-26.g0482646f.el8.x86_64 7/25 2023-12-06T07:27:25.144 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-06T07:27:25.165 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-12-06T07:27:25.169 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-12-06T07:27:25.269 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-06T07:27:26.021 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-06T07:27:26.177 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : librgw2-2:19.0.0-26.g0482646f.el8.x86_64 10/25 2023-12-06T07:27:26.242 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: librgw2-2:19.0.0-26.g0482646f.el8.x86_64 10/25 2023-12-06T07:27:26.364 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-ceph-argparse-2:19.0.0-26.g0482646f.el8.x8 11/25 2023-12-06T07:27:26.392 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-12-06T07:27:26.514 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-cephfs-2:19.0.0-26.g0482646f.el8.x86_64 12/25 2023-12-06T07:27:26.599 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-06T07:27:26.740 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-rgw-2:19.0.0-26.g0482646f.el8.x86_64 13/25 2023-12-06T07:27:26.794 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-06T07:27:26.917 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-rbd-2:19.0.0-26.g0482646f.el8.x86_64 14/25 2023-12-06T07:27:27.060 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : libradosstriper1-2:19.0.0-26.g0482646f.el8.x86_64 15/25 2023-12-06T07:27:27.131 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: libradosstriper1-2:19.0.0-26.g0482646f.el8.x86_64 15/25 2023-12-06T07:27:27.229 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-06T07:27:27.246 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-06T07:27:27.441 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-06T07:27:27.594 INFO:teuthology.orchestra.run.smithi045.stdout: Upgrading : librados2-2:19.0.0-26.g0482646f.el8.x86_64 3/25 2023-12-06T07:27:27.669 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-06T07:27:27.700 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librados2-2:19.0.0-26.g0482646f.el8.x86_64 3/25 2023-12-06T07:27:27.758 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-common-2:19.0.0-26.g0482646f.el8.x86_64 20/25 2023-12-06T07:27:27.835 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-ceph-common-2:19.0.0-26.g0482646f.el8.x86_ 19/25 2023-12-06T07:27:27.918 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-rados-2:19.0.0-26.g0482646f.el8.x86_64 4/25 2023-12-06T07:27:27.992 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-common-2:19.0.0-26.g0482646f.el8.x86_64 20/25 2023-12-06T07:27:28.203 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-06T07:27:28.403 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libcephfs2-2:19.0.0-26.g0482646f.el8.x86_64 6/25 2023-12-06T07:27:28.585 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-common-2:19.0.0-26.g0482646f.el8.x86_64 20/25 2023-12-06T07:27:28.845 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-base-2:19.0.0-26.g0482646f.el8.x86_64 21/25 2023-12-06T07:27:28.868 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: libcephfs2-2:19.0.0-26.g0482646f.el8.x86_64 6/25 2023-12-06T07:27:28.916 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-base-2:19.0.0-26.g0482646f.el8.x86_64 21/25 2023-12-06T07:27:29.057 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-selinux-2:19.0.0-26.g0482646f.el8.x86_64 22/25 2023-12-06T07:27:29.060 INFO:teuthology.orchestra.run.smithi045.stdout: Upgrading : librbd1-2:19.0.0-26.g0482646f.el8.x86_64 7/25 2023-12-06T07:27:29.128 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librbd1-2:19.0.0-26.g0482646f.el8.x86_64 7/25 2023-12-06T07:27:29.336 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-06T07:27:29.478 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-06T07:27:30.229 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-06T07:27:30.419 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : librgw2-2:19.0.0-26.g0482646f.el8.x86_64 10/25 2023-12-06T07:27:30.474 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librgw2-2:19.0.0-26.g0482646f.el8.x86_64 10/25 2023-12-06T07:27:30.598 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-ceph-argparse-2:19.0.0-26.g0482646f.el8.x8 11/25 2023-12-06T07:27:30.782 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-cephfs-2:19.0.0-26.g0482646f.el8.x86_64 12/25 2023-12-06T07:27:30.991 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-rgw-2:19.0.0-26.g0482646f.el8.x86_64 13/25 2023-12-06T07:27:31.227 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-rbd-2:19.0.0-26.g0482646f.el8.x86_64 14/25 2023-12-06T07:27:31.378 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libradosstriper1-2:19.0.0-26.g0482646f.el8.x86_64 15/25 2023-12-06T07:27:31.471 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: libradosstriper1-2:19.0.0-26.g0482646f.el8.x86_64 15/25 2023-12-06T07:27:31.588 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-06T07:27:31.783 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-06T07:27:32.050 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: ceph-common-2:19.0.0-26.g0482646f.el8.x86_64 20/25 2023-12-06T07:27:32.062 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-06T07:27:32.269 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-ceph-common-2:19.0.0-26.g0482646f.el8.x86_ 19/25 2023-12-06T07:27:32.277 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : ceph-common-2:19.0.0-26.g0482646f.el8.x86_64 20/25 2023-12-06T07:27:32.905 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: ceph-common-2:19.0.0-26.g0482646f.el8.x86_64 20/25 2023-12-06T07:27:33.162 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : ceph-base-2:19.0.0-26.g0482646f.el8.x86_64 21/25 2023-12-06T07:27:33.239 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: ceph-base-2:19.0.0-26.g0482646f.el8.x86_64 21/25 2023-12-06T07:27:33.443 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : ceph-selinux-2:19.0.0-26.g0482646f.el8.x86_64 22/25 2023-12-06T07:27:36.520 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-common-2:19.0.0-26.g0482646f.el8.x86_64 20/25 2023-12-06T07:27:36.794 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-common-2:19.0.0-26.g0482646f.el8.x86_64 20/25 2023-12-06T07:27:37.423 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-common-2:19.0.0-26.g0482646f.el8.x86_64 20/25 2023-12-06T07:27:37.702 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-base-2:19.0.0-26.g0482646f.el8.x86_64 21/25 2023-12-06T07:27:37.784 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-base-2:19.0.0-26.g0482646f.el8.x86_64 21/25 2023-12-06T07:27:37.951 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-selinux-2:19.0.0-26.g0482646f.el8.x86_64 22/25 2023-12-06T07:27:47.355 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-selinux-2:19.0.0-26.g0482646f.el8.x86_64 22/25 2023-12-06T07:27:47.355 INFO:teuthology.orchestra.run.smithi105.stdout:skipping the directory /sys 2023-12-06T07:27:47.355 INFO:teuthology.orchestra.run.smithi105.stdout:skipping the directory /proc 2023-12-06T07:27:47.355 INFO:teuthology.orchestra.run.smithi105.stdout:skipping the directory /dev 2023-12-06T07:27:47.355 INFO:teuthology.orchestra.run.smithi105.stdout:skipping the directory /run 2023-12-06T07:27:47.355 INFO:teuthology.orchestra.run.smithi105.stdout:skipping the directory /mnt 2023-12-06T07:27:47.356 INFO:teuthology.orchestra.run.smithi105.stdout:skipping the directory /var/tmp 2023-12-06T07:27:47.356 INFO:teuthology.orchestra.run.smithi105.stdout:skipping the directory /home 2023-12-06T07:27:47.356 INFO:teuthology.orchestra.run.smithi105.stdout:skipping the directory /tmp 2023-12-06T07:27:47.356 INFO:teuthology.orchestra.run.smithi105.stdout:skipping the directory /dev 2023-12-06T07:27:47.356 INFO:teuthology.orchestra.run.smithi105.stdout: 2023-12-06T07:27:48.809 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-radosgw-2:19.0.0-26.g0482646f.el8.x86_64 23/25 2023-12-06T07:27:48.829 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-26.g0482646f.el8.x86_64 23/25 2023-12-06T07:27:48.830 INFO:teuthology.orchestra.run.smithi105.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-06T07:27:49.041 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-06T07:27:49.041 INFO:teuthology.orchestra.run.smithi105.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-06T07:27:49.674 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-06T07:27:49.674 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-base-2:19.0.0-26.g0482646f.el8.x86_64 1/25 2023-12-06T07:27:49.675 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-common-2:19.0.0-26.g0482646f.el8.x86_64 2/25 2023-12-06T07:27:49.675 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-radosgw-2:19.0.0-26.g0482646f.el8.x86_64 3/25 2023-12-06T07:27:49.675 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-selinux-2:19.0.0-26.g0482646f.el8.x86_64 4/25 2023-12-06T07:27:49.675 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : libcephfs2-2:19.0.0-26.g0482646f.el8.x86_64 5/25 2023-12-06T07:27:49.675 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : libradosstriper1-2:19.0.0-26.g0482646f.el8.x86_64 6/25 2023-12-06T07:27:49.675 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : librgw2-2:19.0.0-26.g0482646f.el8.x86_64 7/25 2023-12-06T07:27:49.675 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-ceph-argparse-2:19.0.0-26.g0482646f.el8.x8 8/25 2023-12-06T07:27:49.675 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-ceph-common-2:19.0.0-26.g0482646f.el8.x86_ 9/25 2023-12-06T07:27:49.675 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-cephfs-2:19.0.0-26.g0482646f.el8.x86_64 10/25 2023-12-06T07:27:49.675 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-rados-2:19.0.0-26.g0482646f.el8.x86_64 11/25 2023-12-06T07:27:49.675 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-rbd-2:19.0.0-26.g0482646f.el8.x86_64 12/25 2023-12-06T07:27:49.675 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-rgw-2:19.0.0-26.g0482646f.el8.x86_64 13/25 2023-12-06T07:27:49.675 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-06T07:27:49.675 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-06T07:27:49.676 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-06T07:27:49.676 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-06T07:27:49.676 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-06T07:27:49.676 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-06T07:27:49.676 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-06T07:27:49.676 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-06T07:27:49.676 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : librados2-2:19.0.0-26.g0482646f.el8.x86_64 22/25 2023-12-06T07:27:49.676 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-06T07:27:49.676 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : librbd1-2:19.0.0-26.g0482646f.el8.x86_64 24/25 2023-12-06T07:27:52.949 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: ceph-selinux-2:19.0.0-26.g0482646f.el8.x86_64 22/25 2023-12-06T07:27:52.949 INFO:teuthology.orchestra.run.smithi032.stdout:skipping the directory /sys 2023-12-06T07:27:52.949 INFO:teuthology.orchestra.run.smithi032.stdout:skipping the directory /proc 2023-12-06T07:27:52.949 INFO:teuthology.orchestra.run.smithi032.stdout:skipping the directory /dev 2023-12-06T07:27:52.949 INFO:teuthology.orchestra.run.smithi032.stdout:skipping the directory /run 2023-12-06T07:27:52.949 INFO:teuthology.orchestra.run.smithi032.stdout:skipping the directory /mnt 2023-12-06T07:27:52.950 INFO:teuthology.orchestra.run.smithi032.stdout:skipping the directory /var/tmp 2023-12-06T07:27:52.950 INFO:teuthology.orchestra.run.smithi032.stdout:skipping the directory /home 2023-12-06T07:27:52.950 INFO:teuthology.orchestra.run.smithi032.stdout:skipping the directory /tmp 2023-12-06T07:27:52.950 INFO:teuthology.orchestra.run.smithi032.stdout:skipping the directory /dev 2023-12-06T07:27:52.950 INFO:teuthology.orchestra.run.smithi032.stdout: 2023-12-06T07:27:54.618 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : ceph-radosgw-2:19.0.0-26.g0482646f.el8.x86_64 23/25 2023-12-06T07:27:54.642 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-26.g0482646f.el8.x86_64 23/25 2023-12-06T07:27:54.642 INFO:teuthology.orchestra.run.smithi032.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-06T07:27:54.859 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-06T07:27:54.860 INFO:teuthology.orchestra.run.smithi032.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-06T07:27:55.473 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-06T07:27:55.474 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : ceph-base-2:19.0.0-26.g0482646f.el8.x86_64 1/25 2023-12-06T07:27:55.474 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : ceph-common-2:19.0.0-26.g0482646f.el8.x86_64 2/25 2023-12-06T07:27:55.474 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : ceph-radosgw-2:19.0.0-26.g0482646f.el8.x86_64 3/25 2023-12-06T07:27:55.474 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : ceph-selinux-2:19.0.0-26.g0482646f.el8.x86_64 4/25 2023-12-06T07:27:55.474 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : libcephfs2-2:19.0.0-26.g0482646f.el8.x86_64 5/25 2023-12-06T07:27:55.474 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : libradosstriper1-2:19.0.0-26.g0482646f.el8.x86_64 6/25 2023-12-06T07:27:55.474 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : librgw2-2:19.0.0-26.g0482646f.el8.x86_64 7/25 2023-12-06T07:27:55.474 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-ceph-argparse-2:19.0.0-26.g0482646f.el8.x8 8/25 2023-12-06T07:27:55.474 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-ceph-common-2:19.0.0-26.g0482646f.el8.x86_ 9/25 2023-12-06T07:27:55.474 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-cephfs-2:19.0.0-26.g0482646f.el8.x86_64 10/25 2023-12-06T07:27:55.474 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-rados-2:19.0.0-26.g0482646f.el8.x86_64 11/25 2023-12-06T07:27:55.474 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-rbd-2:19.0.0-26.g0482646f.el8.x86_64 12/25 2023-12-06T07:27:55.474 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-rgw-2:19.0.0-26.g0482646f.el8.x86_64 13/25 2023-12-06T07:27:55.475 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-06T07:27:55.475 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-06T07:27:55.475 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-06T07:27:55.475 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-06T07:27:55.475 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-06T07:27:55.475 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-06T07:27:55.475 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-06T07:27:55.475 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-06T07:27:55.475 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : librados2-2:19.0.0-26.g0482646f.el8.x86_64 22/25 2023-12-06T07:27:55.475 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-06T07:27:55.475 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : librbd1-2:19.0.0-26.g0482646f.el8.x86_64 24/25 2023-12-06T07:27:56.689 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-06T07:27:56.689 INFO:teuthology.orchestra.run.smithi105.stdout:Installed products updated. 2023-12-06T07:27:56.879 INFO:teuthology.orchestra.run.smithi105.stdout: 2023-12-06T07:27:56.879 INFO:teuthology.orchestra.run.smithi105.stdout:Upgraded: 2023-12-06T07:27:56.879 INFO:teuthology.orchestra.run.smithi105.stdout: librados2-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:27:56.879 INFO:teuthology.orchestra.run.smithi105.stdout: librbd1-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:27:56.879 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2023-12-06T07:27:56.879 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-base-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:27:56.879 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-common-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:27:56.879 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-radosgw-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:27:56.879 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-selinux-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:27:56.880 INFO:teuthology.orchestra.run.smithi105.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-06T07:27:56.880 INFO:teuthology.orchestra.run.smithi105.stdout: libcephfs2-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:27:56.880 INFO:teuthology.orchestra.run.smithi105.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-06T07:27:56.880 INFO:teuthology.orchestra.run.smithi105.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-06T07:27:56.880 INFO:teuthology.orchestra.run.smithi105.stdout: libradosstriper1-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:27:56.880 INFO:teuthology.orchestra.run.smithi105.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-06T07:27:56.880 INFO:teuthology.orchestra.run.smithi105.stdout: librgw2-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:27:56.880 INFO:teuthology.orchestra.run.smithi105.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-06T07:27:56.880 INFO:teuthology.orchestra.run.smithi105.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-06T07:27:56.880 INFO:teuthology.orchestra.run.smithi105.stdout: python3-ceph-argparse-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:27:56.880 INFO:teuthology.orchestra.run.smithi105.stdout: python3-ceph-common-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:27:56.880 INFO:teuthology.orchestra.run.smithi105.stdout: python3-cephfs-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:27:56.880 INFO:teuthology.orchestra.run.smithi105.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-06T07:27:56.880 INFO:teuthology.orchestra.run.smithi105.stdout: python3-rados-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:27:56.880 INFO:teuthology.orchestra.run.smithi105.stdout: python3-rbd-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:27:56.881 INFO:teuthology.orchestra.run.smithi105.stdout: python3-rgw-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:27:56.881 INFO:teuthology.orchestra.run.smithi105.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-06T07:27:56.881 INFO:teuthology.orchestra.run.smithi105.stdout: 2023-12-06T07:27:56.881 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2023-12-06T07:27:57.030 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install ceph-test 2023-12-06T07:27:57.383 INFO:teuthology.orchestra.run.smithi105.stdout:Updating Subscription Management repositories. 2023-12-06T07:27:57.453 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-selinux-2:19.0.0-26.g0482646f.el8.x86_64 22/25 2023-12-06T07:27:57.454 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /sys 2023-12-06T07:27:57.454 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /proc 2023-12-06T07:27:57.454 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /dev 2023-12-06T07:27:57.454 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /run 2023-12-06T07:27:57.454 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /mnt 2023-12-06T07:27:57.454 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /var/tmp 2023-12-06T07:27:57.454 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /home 2023-12-06T07:27:57.454 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /tmp 2023-12-06T07:27:57.454 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /dev 2023-12-06T07:27:57.454 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-06T07:27:59.016 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-radosgw-2:19.0.0-26.g0482646f.el8.x86_64 23/25 2023-12-06T07:27:59.038 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-26.g0482646f.el8.x86_64 23/25 2023-12-06T07:27:59.038 INFO:teuthology.orchestra.run.smithi045.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-06T07:27:59.251 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-06T07:27:59.251 INFO:teuthology.orchestra.run.smithi045.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-06T07:27:59.899 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-06T07:27:59.899 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-base-2:19.0.0-26.g0482646f.el8.x86_64 1/25 2023-12-06T07:27:59.899 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-common-2:19.0.0-26.g0482646f.el8.x86_64 2/25 2023-12-06T07:27:59.899 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-radosgw-2:19.0.0-26.g0482646f.el8.x86_64 3/25 2023-12-06T07:27:59.899 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-selinux-2:19.0.0-26.g0482646f.el8.x86_64 4/25 2023-12-06T07:27:59.899 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libcephfs2-2:19.0.0-26.g0482646f.el8.x86_64 5/25 2023-12-06T07:27:59.900 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libradosstriper1-2:19.0.0-26.g0482646f.el8.x86_64 6/25 2023-12-06T07:27:59.900 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librgw2-2:19.0.0-26.g0482646f.el8.x86_64 7/25 2023-12-06T07:27:59.900 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-ceph-argparse-2:19.0.0-26.g0482646f.el8.x8 8/25 2023-12-06T07:27:59.900 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-ceph-common-2:19.0.0-26.g0482646f.el8.x86_ 9/25 2023-12-06T07:27:59.900 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-cephfs-2:19.0.0-26.g0482646f.el8.x86_64 10/25 2023-12-06T07:27:59.900 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-rados-2:19.0.0-26.g0482646f.el8.x86_64 11/25 2023-12-06T07:27:59.900 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-rbd-2:19.0.0-26.g0482646f.el8.x86_64 12/25 2023-12-06T07:27:59.900 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-rgw-2:19.0.0-26.g0482646f.el8.x86_64 13/25 2023-12-06T07:27:59.900 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-06T07:27:59.900 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-06T07:27:59.900 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-06T07:27:59.900 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-06T07:27:59.900 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-06T07:27:59.901 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-06T07:27:59.901 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-06T07:27:59.901 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-06T07:27:59.901 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librados2-2:19.0.0-26.g0482646f.el8.x86_64 22/25 2023-12-06T07:27:59.901 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-06T07:27:59.901 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librbd1-2:19.0.0-26.g0482646f.el8.x86_64 24/25 2023-12-06T07:28:03.546 INFO:teuthology.orchestra.run.smithi105.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 29 kB/s | 4.5 kB 00:00 2023-12-06T07:28:03.935 INFO:teuthology.orchestra.run.smithi105.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 40 kB/s | 4.1 kB 00:00 2023-12-06T07:28:04.662 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-06T07:28:04.662 INFO:teuthology.orchestra.run.smithi032.stdout:Installed products updated. 2023-12-06T07:28:04.868 INFO:teuthology.orchestra.run.smithi032.stdout: 2023-12-06T07:28:04.868 INFO:teuthology.orchestra.run.smithi032.stdout:Upgraded: 2023-12-06T07:28:04.868 INFO:teuthology.orchestra.run.smithi032.stdout: librados2-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:28:04.868 INFO:teuthology.orchestra.run.smithi032.stdout: librbd1-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:28:04.868 INFO:teuthology.orchestra.run.smithi032.stdout:Installed: 2023-12-06T07:28:04.868 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-base-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:28:04.868 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-common-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:28:04.868 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-radosgw-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:28:04.868 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-selinux-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:28:04.868 INFO:teuthology.orchestra.run.smithi032.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-06T07:28:04.868 INFO:teuthology.orchestra.run.smithi032.stdout: libcephfs2-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:28:04.868 INFO:teuthology.orchestra.run.smithi032.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-06T07:28:04.869 INFO:teuthology.orchestra.run.smithi032.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-06T07:28:04.869 INFO:teuthology.orchestra.run.smithi032.stdout: libradosstriper1-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:28:04.869 INFO:teuthology.orchestra.run.smithi032.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-06T07:28:04.869 INFO:teuthology.orchestra.run.smithi032.stdout: librgw2-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:28:04.869 INFO:teuthology.orchestra.run.smithi032.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-06T07:28:04.869 INFO:teuthology.orchestra.run.smithi032.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-06T07:28:04.869 INFO:teuthology.orchestra.run.smithi032.stdout: python3-ceph-argparse-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:28:04.869 INFO:teuthology.orchestra.run.smithi032.stdout: python3-ceph-common-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:28:04.869 INFO:teuthology.orchestra.run.smithi032.stdout: python3-cephfs-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:28:04.869 INFO:teuthology.orchestra.run.smithi032.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-06T07:28:04.869 INFO:teuthology.orchestra.run.smithi032.stdout: python3-rados-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:28:04.869 INFO:teuthology.orchestra.run.smithi032.stdout: python3-rbd-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:28:04.869 INFO:teuthology.orchestra.run.smithi032.stdout: python3-rgw-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:28:04.869 INFO:teuthology.orchestra.run.smithi032.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-06T07:28:04.869 INFO:teuthology.orchestra.run.smithi032.stdout: 2023-12-06T07:28:04.870 INFO:teuthology.orchestra.run.smithi032.stdout:Complete! 2023-12-06T07:28:05.026 DEBUG:teuthology.orchestra.run.smithi032:> sudo yum -y install ceph-test 2023-12-06T07:28:05.396 INFO:teuthology.orchestra.run.smithi032.stdout:Updating Subscription Management repositories. 2023-12-06T07:28:05.579 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2023-12-06T07:28:05.580 INFO:teuthology.orchestra.run.smithi105.stdout:========================================================================================== 2023-12-06T07:28:05.580 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repository Size 2023-12-06T07:28:05.580 INFO:teuthology.orchestra.run.smithi105.stdout:========================================================================================== 2023-12-06T07:28:05.581 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2023-12-06T07:28:05.581 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-test x86_64 2:19.0.0-26.g0482646f.el8 ceph 49 M 2023-12-06T07:28:05.581 INFO:teuthology.orchestra.run.smithi105.stdout:Installing dependencies: 2023-12-06T07:28:05.581 INFO:teuthology.orchestra.run.smithi105.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-06T07:28:05.581 INFO:teuthology.orchestra.run.smithi105.stdout: libcephsqlite x86_64 2:19.0.0-26.g0482646f.el8 ceph 183 k 2023-12-06T07:28:05.581 INFO:teuthology.orchestra.run.smithi105.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-06T07:28:05.581 INFO:teuthology.orchestra.run.smithi105.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-06T07:28:05.581 INFO:teuthology.orchestra.run.smithi105.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-06T07:28:05.581 INFO:teuthology.orchestra.run.smithi105.stdout: 2023-12-06T07:28:05.581 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2023-12-06T07:28:05.581 INFO:teuthology.orchestra.run.smithi105.stdout:========================================================================================== 2023-12-06T07:28:05.581 INFO:teuthology.orchestra.run.smithi105.stdout:Install 6 Packages 2023-12-06T07:28:05.581 INFO:teuthology.orchestra.run.smithi105.stdout: 2023-12-06T07:28:05.582 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 50 M 2023-12-06T07:28:05.582 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 223 M 2023-12-06T07:28:05.582 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2023-12-06T07:28:05.625 INFO:teuthology.orchestra.run.smithi105.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.6 MB/s | 70 kB 00:00 2023-12-06T07:28:05.792 INFO:teuthology.orchestra.run.smithi105.stdout:(2/6): libcephsqlite-19.0.0-26.g0482646f.el8.x8 873 kB/s | 183 kB 00:00 2023-12-06T07:28:05.884 INFO:teuthology.orchestra.run.smithi105.stdout:(3/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.3 MB/s | 323 kB 00:00 2023-12-06T07:28:06.018 INFO:teuthology.orchestra.run.smithi105.stdout:(4/6): oniguruma-6.8.2-2.el8.x86_64.rpm 832 kB/s | 187 kB 00:00 2023-12-06T07:28:06.043 INFO:teuthology.orchestra.run.smithi105.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 1.2 MB/s | 202 kB 00:00 2023-12-06T07:28:07.224 INFO:teuthology.orchestra.run.smithi032.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 32 kB/s | 4.5 kB 00:00 2023-12-06T07:28:07.639 INFO:teuthology.orchestra.run.smithi032.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 31 kB/s | 4.1 kB 00:00 2023-12-06T07:28:08.110 INFO:teuthology.orchestra.run.smithi105.stdout:(6/6): ceph-test-19.0.0-26.g0482646f.el8.x86_64 20 MB/s | 49 MB 00:02 2023-12-06T07:28:08.111 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2023-12-06T07:28:08.111 INFO:teuthology.orchestra.run.smithi105.stdout:Total 20 MB/s | 50 MB 00:02 2023-12-06T07:28:08.145 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2023-12-06T07:28:08.166 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2023-12-06T07:28:08.166 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2023-12-06T07:28:08.443 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2023-12-06T07:28:08.447 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2023-12-06T07:28:08.905 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2023-12-06T07:28:09.053 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-06T07:28:09.133 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-06T07:28:09.319 INFO:teuthology.orchestra.run.smithi032.stdout:Dependencies resolved. 2023-12-06T07:28:09.320 INFO:teuthology.orchestra.run.smithi032.stdout:========================================================================================== 2023-12-06T07:28:09.320 INFO:teuthology.orchestra.run.smithi032.stdout: Package Arch Version Repository Size 2023-12-06T07:28:09.320 INFO:teuthology.orchestra.run.smithi032.stdout:========================================================================================== 2023-12-06T07:28:09.320 INFO:teuthology.orchestra.run.smithi032.stdout:Installing: 2023-12-06T07:28:09.320 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-test x86_64 2:19.0.0-26.g0482646f.el8 ceph 49 M 2023-12-06T07:28:09.321 INFO:teuthology.orchestra.run.smithi032.stdout:Installing dependencies: 2023-12-06T07:28:09.321 INFO:teuthology.orchestra.run.smithi032.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-06T07:28:09.321 INFO:teuthology.orchestra.run.smithi032.stdout: libcephsqlite x86_64 2:19.0.0-26.g0482646f.el8 ceph 183 k 2023-12-06T07:28:09.321 INFO:teuthology.orchestra.run.smithi032.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-06T07:28:09.321 INFO:teuthology.orchestra.run.smithi032.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-06T07:28:09.321 INFO:teuthology.orchestra.run.smithi032.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-06T07:28:09.321 INFO:teuthology.orchestra.run.smithi032.stdout: 2023-12-06T07:28:09.321 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction Summary 2023-12-06T07:28:09.321 INFO:teuthology.orchestra.run.smithi032.stdout:========================================================================================== 2023-12-06T07:28:09.321 INFO:teuthology.orchestra.run.smithi032.stdout:Install 6 Packages 2023-12-06T07:28:09.321 INFO:teuthology.orchestra.run.smithi032.stdout: 2023-12-06T07:28:09.322 INFO:teuthology.orchestra.run.smithi032.stdout:Total download size: 50 M 2023-12-06T07:28:09.322 INFO:teuthology.orchestra.run.smithi032.stdout:Installed size: 223 M 2023-12-06T07:28:09.322 INFO:teuthology.orchestra.run.smithi032.stdout:Downloading Packages: 2023-12-06T07:28:09.357 INFO:teuthology.orchestra.run.smithi032.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 2.0 MB/s | 70 kB 00:00 2023-12-06T07:28:09.359 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-06T07:28:09.496 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-06T07:28:09.496 INFO:teuthology.orchestra.run.smithi045.stdout:Installed products updated. 2023-12-06T07:28:09.503 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-06T07:28:09.515 INFO:teuthology.orchestra.run.smithi032.stdout:(2/6): libcephsqlite-19.0.0-26.g0482646f.el8.x8 948 kB/s | 183 kB 00:00 2023-12-06T07:28:09.541 INFO:teuthology.orchestra.run.smithi032.stdout:(3/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.8 MB/s | 323 kB 00:00 2023-12-06T07:28:09.625 INFO:teuthology.orchestra.run.smithi032.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 2.6 MB/s | 202 kB 00:00 2023-12-06T07:28:09.651 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-06T07:28:09.658 INFO:teuthology.orchestra.run.smithi032.stdout:(5/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.3 MB/s | 187 kB 00:00 2023-12-06T07:28:09.703 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-06T07:28:09.703 INFO:teuthology.orchestra.run.smithi045.stdout:Upgraded: 2023-12-06T07:28:09.703 INFO:teuthology.orchestra.run.smithi045.stdout: librados2-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:28:09.703 INFO:teuthology.orchestra.run.smithi045.stdout: librbd1-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:28:09.703 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-12-06T07:28:09.703 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-base-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:28:09.703 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-common-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:28:09.703 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-radosgw-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:28:09.703 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-selinux-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:28:09.703 INFO:teuthology.orchestra.run.smithi045.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-06T07:28:09.703 INFO:teuthology.orchestra.run.smithi045.stdout: libcephfs2-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:28:09.704 INFO:teuthology.orchestra.run.smithi045.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-06T07:28:09.704 INFO:teuthology.orchestra.run.smithi045.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-06T07:28:09.704 INFO:teuthology.orchestra.run.smithi045.stdout: libradosstriper1-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:28:09.704 INFO:teuthology.orchestra.run.smithi045.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-06T07:28:09.704 INFO:teuthology.orchestra.run.smithi045.stdout: librgw2-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:28:09.704 INFO:teuthology.orchestra.run.smithi045.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-06T07:28:09.704 INFO:teuthology.orchestra.run.smithi045.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-06T07:28:09.704 INFO:teuthology.orchestra.run.smithi045.stdout: python3-ceph-argparse-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:28:09.704 INFO:teuthology.orchestra.run.smithi045.stdout: python3-ceph-common-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:28:09.704 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cephfs-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:28:09.704 INFO:teuthology.orchestra.run.smithi045.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-06T07:28:09.704 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rados-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:28:09.704 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rbd-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:28:09.704 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rgw-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:28:09.704 INFO:teuthology.orchestra.run.smithi045.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-06T07:28:09.705 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-06T07:28:09.705 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-12-06T07:28:09.827 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : libcephsqlite-2:19.0.0-26.g0482646f.el8.x86_64 5/6 2023-12-06T07:28:09.875 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-test 2023-12-06T07:28:10.245 INFO:teuthology.orchestra.run.smithi045.stdout:Updating Subscription Management repositories. 2023-12-06T07:28:11.667 INFO:teuthology.orchestra.run.smithi032.stdout:(6/6): ceph-test-19.0.0-26.g0482646f.el8.x86_64 21 MB/s | 49 MB 00:02 2023-12-06T07:28:11.668 INFO:teuthology.orchestra.run.smithi032.stdout:-------------------------------------------------------------------------------- 2023-12-06T07:28:11.668 INFO:teuthology.orchestra.run.smithi032.stdout:Total 21 MB/s | 50 MB 00:02 2023-12-06T07:28:11.708 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction check 2023-12-06T07:28:11.731 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction check succeeded. 2023-12-06T07:28:11.731 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction test 2023-12-06T07:28:12.011 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction test succeeded. 2023-12-06T07:28:12.015 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction 2023-12-06T07:28:12.084 INFO:teuthology.orchestra.run.smithi045.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 47 kB/s | 4.5 kB 00:00 2023-12-06T07:28:12.466 INFO:teuthology.orchestra.run.smithi032.stdout: Preparing : 1/1 2023-12-06T07:28:12.475 INFO:teuthology.orchestra.run.smithi045.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 37 kB/s | 4.1 kB 00:00 2023-12-06T07:28:12.588 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-06T07:28:12.678 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-06T07:28:12.877 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-06T07:28:13.022 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-06T07:28:13.187 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-06T07:28:13.321 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : libcephsqlite-2:19.0.0-26.g0482646f.el8.x86_64 5/6 2023-12-06T07:28:14.148 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-12-06T07:28:14.149 INFO:teuthology.orchestra.run.smithi045.stdout:========================================================================================== 2023-12-06T07:28:14.149 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2023-12-06T07:28:14.149 INFO:teuthology.orchestra.run.smithi045.stdout:========================================================================================== 2023-12-06T07:28:14.149 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-12-06T07:28:14.149 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-test x86_64 2:19.0.0-26.g0482646f.el8 ceph 49 M 2023-12-06T07:28:14.150 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2023-12-06T07:28:14.150 INFO:teuthology.orchestra.run.smithi045.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-06T07:28:14.150 INFO:teuthology.orchestra.run.smithi045.stdout: libcephsqlite x86_64 2:19.0.0-26.g0482646f.el8 ceph 183 k 2023-12-06T07:28:14.150 INFO:teuthology.orchestra.run.smithi045.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-06T07:28:14.150 INFO:teuthology.orchestra.run.smithi045.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-06T07:28:14.150 INFO:teuthology.orchestra.run.smithi045.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-06T07:28:14.150 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-06T07:28:14.150 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-12-06T07:28:14.150 INFO:teuthology.orchestra.run.smithi045.stdout:========================================================================================== 2023-12-06T07:28:14.150 INFO:teuthology.orchestra.run.smithi045.stdout:Install 6 Packages 2023-12-06T07:28:14.150 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-12-06T07:28:14.151 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 50 M 2023-12-06T07:28:14.151 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 223 M 2023-12-06T07:28:14.151 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-12-06T07:28:14.189 INFO:teuthology.orchestra.run.smithi045.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.8 MB/s | 70 kB 00:00 2023-12-06T07:28:14.314 INFO:teuthology.orchestra.run.smithi045.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 2.7 MB/s | 323 kB 00:00 2023-12-06T07:28:14.356 INFO:teuthology.orchestra.run.smithi045.stdout:(3/6): libcephsqlite-19.0.0-26.g0482646f.el8.x8 895 kB/s | 183 kB 00:00 2023-12-06T07:28:14.440 INFO:teuthology.orchestra.run.smithi045.stdout:(4/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.5 MB/s | 187 kB 00:00 2023-12-06T07:28:14.548 INFO:teuthology.orchestra.run.smithi045.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 1.0 MB/s | 202 kB 00:00 2023-12-06T07:28:14.662 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: libcephsqlite-2:19.0.0-26.g0482646f.el8.x86_64 5/6 2023-12-06T07:28:14.915 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : ceph-test-2:19.0.0-26.g0482646f.el8.x86_64 6/6 2023-12-06T07:28:15.142 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: ceph-test-2:19.0.0-26.g0482646f.el8.x86_64 6/6 2023-12-06T07:28:15.142 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : ceph-test-2:19.0.0-26.g0482646f.el8.x86_64 1/6 2023-12-06T07:28:15.142 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : libcephsqlite-2:19.0.0-26.g0482646f.el8.x86_64 2/6 2023-12-06T07:28:15.142 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-06T07:28:15.143 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-06T07:28:15.143 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-06T07:28:16.548 INFO:teuthology.orchestra.run.smithi045.stdout:(6/6): ceph-test-19.0.0-26.g0482646f.el8.x86_64 21 MB/s | 49 MB 00:02 2023-12-06T07:28:16.550 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-12-06T07:28:16.550 INFO:teuthology.orchestra.run.smithi045.stdout:Total 21 MB/s | 50 MB 00:02 2023-12-06T07:28:16.590 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-12-06T07:28:16.613 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-12-06T07:28:16.613 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-12-06T07:28:16.895 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-12-06T07:28:16.899 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-12-06T07:28:17.364 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-12-06T07:28:17.520 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-06T07:28:17.610 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-06T07:28:17.827 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-06T07:28:18.005 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-06T07:28:18.161 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-06T07:28:18.337 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libcephsqlite-2:19.0.0-26.g0482646f.el8.x86_64 5/6 2023-12-06T07:28:18.340 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: libcephsqlite-2:19.0.0-26.g0482646f.el8.x86_64 5/6 2023-12-06T07:28:18.617 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : ceph-test-2:19.0.0-26.g0482646f.el8.x86_64 6/6 2023-12-06T07:28:18.859 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: ceph-test-2:19.0.0-26.g0482646f.el8.x86_64 6/6 2023-12-06T07:28:18.859 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : ceph-test-2:19.0.0-26.g0482646f.el8.x86_64 1/6 2023-12-06T07:28:18.860 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : libcephsqlite-2:19.0.0-26.g0482646f.el8.x86_64 2/6 2023-12-06T07:28:18.860 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-06T07:28:18.860 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-06T07:28:18.860 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-06T07:28:22.997 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-06T07:28:22.997 INFO:teuthology.orchestra.run.smithi105.stdout:Installed products updated. 2023-12-06T07:28:23.181 INFO:teuthology.orchestra.run.smithi105.stdout: 2023-12-06T07:28:23.181 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2023-12-06T07:28:23.181 INFO:teuthology.orchestra.run.smithi105.stdout: ceph-test-2:19.0.0-26.g0482646f.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-06T07:28:23.181 INFO:teuthology.orchestra.run.smithi105.stdout: libcephsqlite-2:19.0.0-26.g0482646f.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-06T07:28:23.181 INFO:teuthology.orchestra.run.smithi105.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-06T07:28:23.181 INFO:teuthology.orchestra.run.smithi105.stdout: 2023-12-06T07:28:23.182 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2023-12-06T07:28:23.326 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum -y install ceph 2023-12-06T07:28:23.377 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: libcephsqlite-2:19.0.0-26.g0482646f.el8.x86_64 5/6 2023-12-06T07:28:23.663 INFO:teuthology.orchestra.run.smithi105.stdout:Updating Subscription Management repositories. 2023-12-06T07:28:23.675 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-test-2:19.0.0-26.g0482646f.el8.x86_64 6/6 2023-12-06T07:28:23.913 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-test-2:19.0.0-26.g0482646f.el8.x86_64 6/6 2023-12-06T07:28:23.914 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-test-2:19.0.0-26.g0482646f.el8.x86_64 1/6 2023-12-06T07:28:23.914 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libcephsqlite-2:19.0.0-26.g0482646f.el8.x86_64 2/6 2023-12-06T07:28:23.914 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-06T07:28:23.914 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-06T07:28:23.914 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-06T07:28:25.439 INFO:teuthology.orchestra.run.smithi105.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 38 kB/s | 4.5 kB 00:00 2023-12-06T07:28:25.873 INFO:teuthology.orchestra.run.smithi105.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 25 kB/s | 4.1 kB 00:00 2023-12-06T07:28:27.386 INFO:teuthology.orchestra.run.smithi105.stderr:Error: 2023-12-06T07:28:27.389 INFO:teuthology.orchestra.run.smithi105.stderr: Problem: conflicting requests 2023-12-06T07:28:27.389 INFO:teuthology.orchestra.run.smithi105.stderr: - nothing provides lua-devel needed by ceph-2:19.0.0-26.g0482646f.el8.x86_64 2023-12-06T07:28:27.389 INFO:teuthology.orchestra.run.smithi105.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-06T07:28:27.474 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T07:28:27.475 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 283, in _update_package_list_and_install _retry_if_failures_are_recoverable(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 155, in _retry_if_failures_are_recoverable return remote.run(args=args, stderr=stderr, stdout=stdout) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi105 with status 1: 'sudo yum -y install ceph' 2023-12-06T07:28:27.477 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 622, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 283, in _update_package_list_and_install _retry_if_failures_are_recoverable(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 155, in _retry_if_failures_are_recoverable return remote.run(args=args, stderr=stderr, stdout=stdout) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi105 with status 1: 'sudo yum -y install ceph' 2023-12-06T07:28:27.554 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=795ece80393b4f9eb23214e4af5888a1 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 622, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 283, in _update_package_list_and_install _retry_if_failures_are_recoverable(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 155, in _retry_if_failures_are_recoverable return remote.run(args=args, stderr=stderr, stdout=stdout) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi105 with status 1: 'sudo yum -y install ceph' 2023-12-06T07:28:27.558 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-06T07:28:27.568 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-06T07:28:27.668 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-06T07:28:27.668 DEBUG:teuthology.orchestra.run.smithi032:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-06T07:28:27.682 DEBUG:teuthology.orchestra.run.smithi045:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-06T07:28:27.686 DEBUG:teuthology.orchestra.run.smithi105:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-06T07:28:27.694 INFO:teuthology.orchestra.run.smithi032.stderr:bash: ntpq: command not found 2023-12-06T07:28:27.700 INFO:teuthology.orchestra.run.smithi032.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-06T07:28:27.700 INFO:teuthology.orchestra.run.smithi032.stdout:=============================================================================== 2023-12-06T07:28:27.700 INFO:teuthology.orchestra.run.smithi032.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 34 +1120us[+1120us] +/- 77ms 2023-12-06T07:28:27.700 INFO:teuthology.orchestra.run.smithi032.stdout:^* hv02.front.sepia.ceph.com 3 6 77 35 -874us[ -857us] +/- 56ms 2023-12-06T07:28:27.700 INFO:teuthology.orchestra.run.smithi032.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 35 -49us[ -49us] +/- 66ms 2023-12-06T07:28:27.700 INFO:teuthology.orchestra.run.smithi032.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T07:28:27.702 INFO:teuthology.orchestra.run.smithi105.stderr:bash: ntpq: command not found 2023-12-06T07:28:27.703 INFO:teuthology.orchestra.run.smithi045.stderr:bash: ntpq: command not found 2023-12-06T07:28:27.706 INFO:teuthology.orchestra.run.smithi105.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-06T07:28:27.706 INFO:teuthology.orchestra.run.smithi105.stdout:=============================================================================== 2023-12-06T07:28:27.706 INFO:teuthology.orchestra.run.smithi105.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 35 +1134us[+1126us] +/- 77ms 2023-12-06T07:28:27.706 INFO:teuthology.orchestra.run.smithi105.stdout:^* hv02.front.sepia.ceph.com 3 6 77 34 -852us[ -861us] +/- 56ms 2023-12-06T07:28:27.706 INFO:teuthology.orchestra.run.smithi105.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 34 -35us[ -35us] +/- 66ms 2023-12-06T07:28:27.707 INFO:teuthology.orchestra.run.smithi105.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T07:28:27.708 INFO:teuthology.orchestra.run.smithi045.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-06T07:28:27.708 INFO:teuthology.orchestra.run.smithi045.stdout:=============================================================================== 2023-12-06T07:28:27.708 INFO:teuthology.orchestra.run.smithi045.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 34 +1117us[+1117us] +/- 77ms 2023-12-06T07:28:27.708 INFO:teuthology.orchestra.run.smithi045.stdout:^* hv02.front.sepia.ceph.com 3 6 77 35 -864us[ -847us] +/- 56ms 2023-12-06T07:28:27.708 INFO:teuthology.orchestra.run.smithi045.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 34 -36us[ -36us] +/- 66ms 2023-12-06T07:28:27.708 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T07:28:27.710 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-06T07:28:27.719 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-06T07:28:27.720 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-06T07:28:27.733 DEBUG:teuthology.orchestra.run.smithi032:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-06T07:28:27.879 DEBUG:teuthology.orchestra.run.smithi045:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-06T07:28:27.991 DEBUG:teuthology.orchestra.run.smithi105:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-06T07:28:28.109 DEBUG:teuthology.orchestra.run.smithi032:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-06T07:28:28.147 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T07:28:28.148 DEBUG:teuthology.orchestra.run.smithi045:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-06T07:28:28.184 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T07:28:28.184 DEBUG:teuthology.orchestra.run.smithi105:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-06T07:28:28.215 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T07:28:28.216 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-06T07:28:28.225 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-06T07:28:28.241 INFO:teuthology.task.internal:Duration was 830.521053 seconds 2023-12-06T07:28:28.241 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-06T07:28:28.251 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-06T07:28:28.252 DEBUG:teuthology.orchestra.run.smithi032:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-06T07:28:28.254 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-06T07:28:28.257 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-06T07:28:28.302 INFO:teuthology.orchestra.run.smithi105.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-06T07:28:28.305 INFO:teuthology.orchestra.run.smithi045.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-06T07:28:28.308 INFO:teuthology.orchestra.run.smithi032.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-06T07:28:28.653 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-06T07:28:28.653 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi032.front.sepia.ceph.com 2023-12-06T07:28:28.653 DEBUG:teuthology.orchestra.run.smithi032:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-06T07:28:28.681 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi045.front.sepia.ceph.com 2023-12-06T07:28:28.681 DEBUG:teuthology.orchestra.run.smithi045:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-06T07:28:28.706 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi105.front.sepia.ceph.com 2023-12-06T07:28:28.706 DEBUG:teuthology.orchestra.run.smithi105:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-06T07:28:28.730 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-06T07:28:28.730 DEBUG:teuthology.orchestra.run.smithi032:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-06T07:28:28.733 DEBUG:teuthology.orchestra.run.smithi045:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-06T07:28:28.748 DEBUG:teuthology.orchestra.run.smithi105:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-06T07:28:28.813 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-06T07:28:28.813 DEBUG:teuthology.orchestra.run.smithi032:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-06T07:28:28.816 DEBUG:teuthology.orchestra.run.smithi045:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-06T07:28:28.831 DEBUG:teuthology.orchestra.run.smithi105:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-06T07:28:28.921 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-06T07:28:28.931 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-06T07:28:28.932 DEBUG:teuthology.orchestra.run.smithi032:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-06T07:28:28.971 DEBUG:teuthology.orchestra.run.smithi045:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-06T07:28:29.007 DEBUG:teuthology.orchestra.run.smithi105:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-06T07:28:29.044 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-06T07:28:29.054 DEBUG:teuthology.orchestra.run.smithi032:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-06T07:28:29.056 DEBUG:teuthology.orchestra.run.smithi045:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-06T07:28:29.058 DEBUG:teuthology.orchestra.run.smithi105:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-06T07:28:29.083 INFO:teuthology.orchestra.run.smithi032.stdout:kernel.core_pattern = core 2023-12-06T07:28:29.083 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern = core 2023-12-06T07:28:29.110 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern = core 2023-12-06T07:28:29.125 DEBUG:teuthology.orchestra.run.smithi032:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-06T07:28:29.156 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T07:28:29.157 DEBUG:teuthology.orchestra.run.smithi045:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-06T07:28:29.173 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T07:28:29.174 DEBUG:teuthology.orchestra.run.smithi105:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-06T07:28:29.189 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T07:28:29.190 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-06T07:28:29.200 INFO:teuthology.task.internal:Transferring archived files... 2023-12-06T07:28:29.201 DEBUG:teuthology.misc:Transferring archived files from smithi032:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479366/remote/smithi032 2023-12-06T07:28:29.202 DEBUG:teuthology.orchestra.run.smithi032:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-06T07:28:29.254 DEBUG:teuthology.misc:Transferring archived files from smithi045:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479366/remote/smithi045 2023-12-06T07:28:29.255 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-06T07:28:29.310 DEBUG:teuthology.misc:Transferring archived files from smithi105:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479366/remote/smithi105 2023-12-06T07:28:29.311 DEBUG:teuthology.orchestra.run.smithi105:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-06T07:28:29.368 INFO:teuthology.task.internal:Removing archive directory... 2023-12-06T07:28:29.368 DEBUG:teuthology.orchestra.run.smithi032:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-06T07:28:29.371 DEBUG:teuthology.orchestra.run.smithi045:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-06T07:28:29.373 DEBUG:teuthology.orchestra.run.smithi105:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-06T07:28:29.389 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-06T07:28:29.401 INFO:teuthology.task.internal:Not uploading archives. 2023-12-06T07:28:29.401 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-06T07:28:29.411 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-06T07:28:29.411 DEBUG:teuthology.orchestra.run.smithi032:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-06T07:28:29.430 DEBUG:teuthology.orchestra.run.smithi045:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-06T07:28:29.432 DEBUG:teuthology.orchestra.run.smithi105:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-06T07:28:29.445 INFO:teuthology.orchestra.run.smithi032.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 6 07:28 /home/ubuntu/cephtest 2023-12-06T07:28:29.447 INFO:teuthology.orchestra.run.smithi045.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 6 07:28 /home/ubuntu/cephtest 2023-12-06T07:28:29.448 INFO:teuthology.orchestra.run.smithi105.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 6 07:28 /home/ubuntu/cephtest 2023-12-06T07:28:29.449 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-06T07:28:29.459 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-06T07:28:29.481 INFO:teuthology.nuke:Checking targets against current locks 2023-12-06T07:28:29.508 DEBUG:teuthology.nuke:shortname: smithi032 2023-12-06T07:28:29.508 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-06T07:28:29.533 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi032.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479366', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-06 07:09:30.800473', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-06T07:28:29.539 DEBUG:teuthology.nuke:shortname: smithi045 2023-12-06T07:28:29.540 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-06T07:28:29.564 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi045.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479366', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-06 07:09:30.801910', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-06T07:28:29.571 DEBUG:teuthology.nuke:shortname: smithi105 2023-12-06T07:28:29.571 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-06T07:28:29.601 INFO:teuthology.orchestra.console.smithi032:Power off 2023-12-06T07:28:29.602 DEBUG:teuthology.orchestra.console.smithi032:pexpect command: ipmitool -H smithi032.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-06T07:28:29.614 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi105.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-06_06:12:16-orch:cephadm-wip-adk-testing-2023-12-05-1905-distro-default-smithi/7479366', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-06 07:09:30.803007', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-06T07:28:29.632 DEBUG:teuthology.orchestra.console.smithi032:power off output: Chassis Power Control: Down/Off 2023-12-06T07:28:29.632 DEBUG:teuthology.orchestra.console.smithi032:pexpect command: ipmitool -H smithi032.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T07:28:29.653 INFO:teuthology.orchestra.console.smithi045:Power off 2023-12-06T07:28:29.654 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-06T07:28:29.665 DEBUG:teuthology.orchestra.console.smithi032:check power output: Chassis Power is on 2023-12-06T07:28:29.678 DEBUG:teuthology.orchestra.console.smithi045:power off output: Chassis Power Control: Down/Off 2023-12-06T07:28:29.678 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T07:28:29.695 INFO:teuthology.orchestra.console.smithi105:Power off 2023-12-06T07:28:29.696 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-06T07:28:29.706 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is on 2023-12-06T07:28:29.717 DEBUG:teuthology.orchestra.console.smithi105:power off output: Chassis Power Control: Down/Off 2023-12-06T07:28:29.717 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T07:28:29.740 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is on 2023-12-06T07:28:30.639 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-06T07:28:30.640 INFO:teuthology.orchestra.run.smithi032.stdout:Installed products updated. 2023-12-06T07:28:30.839 INFO:teuthology.orchestra.run.smithi032.stdout: 2023-12-06T07:28:30.839 INFO:teuthology.orchestra.run.smithi032.stdout:Installed: 2023-12-06T07:28:30.839 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-test-2:19.0.0-26.g0482646f.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-06T07:28:30.839 INFO:teuthology.orchestra.run.smithi032.stdout: libcephsqlite-2:19.0.0-26.g0482646f.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-06T07:28:30.840 INFO:teuthology.orchestra.run.smithi032.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-06T07:28:30.840 INFO:teuthology.orchestra.run.smithi032.stdout: 2023-12-06T07:28:30.840 INFO:teuthology.orchestra.run.smithi032.stdout:Complete! 2023-12-06T07:28:30.972 DEBUG:teuthology.orchestra.run.smithi032:> sudo yum -y install ceph 2023-12-06T07:28:31.328 INFO:teuthology.orchestra.run.smithi032.stdout:Updating Subscription Management repositories. 2023-12-06T07:28:32.840 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T07:28:33.365 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T07:28:33.366 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-06T07:28:33.666 DEBUG:teuthology.orchestra.console.smithi032:pexpect command: ipmitool -H smithi032.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T07:28:33.707 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T07:28:33.741 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T07:28:33.776 DEBUG:teuthology.orchestra.console.smithi032:check power output: Chassis Power is on 2023-12-06T07:28:33.817 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is on 2023-12-06T07:28:33.853 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is on 2023-12-06T07:28:37.779 DEBUG:teuthology.orchestra.console.smithi032:pexpect command: ipmitool -H smithi032.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T07:28:37.821 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T07:28:37.854 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T07:28:37.895 DEBUG:teuthology.orchestra.console.smithi032:check power output: Chassis Power is off 2023-12-06T07:28:37.942 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is on 2023-12-06T07:28:37.971 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is off 2023-12-06T07:28:37.996 INFO:teuthology.orchestra.console.smithi032:Power off completed 2023-12-06T07:28:38.072 INFO:teuthology.orchestra.console.smithi105:Power off completed 2023-12-06T07:28:41.946 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T07:28:42.057 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is off 2023-12-06T07:28:42.157 INFO:teuthology.orchestra.console.smithi045:Power off completed 2023-12-06T07:28:42.262 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: 830.521053314209 failure_reason: 'Command failed on smithi105 with status 1: ''sudo yum -y install ceph''' flavor: default owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=795ece80393b4f9eb23214e4af5888a1 status: fail success: false 2023-12-06T07:28:42.262 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-06T07:28:42.341 INFO:teuthology.run:FAIL