2024-03-11T12:18:57.124 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-11T12:18:57.125 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/adking-2024-03-11_12:07:34-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/7590855 --owner scheduled_adking@teuthology --name adking-2024-03-11_12:07:34-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi --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-2024-03-11_12:07:34-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/7590855/orig.config.yaml 2024-03-11T12:18:57.157 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-11T12:18:57.245 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-03-11_12:07:34-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/7590855 branch: wip-adk3-testing-2024-03-11-0143-reef 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: '7590855' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2024-03-11_12:07:34-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-adk3-testing-2024-03-11-0143-reef 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: e1b0c2aac6a095145a28ab2d96914badf5f65354 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: e1b0c2aac6a095145a28ab2d96914badf5f65354 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk3-testing-2024-03-11-0143-reef sha1: e1b0c2aac6a095145a28ab2d96914badf5f65354 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: 9290 sha1: e1b0c2aac6a095145a28ab2d96914badf5f65354 sleep_before_teardown: 0 subset: 1/15 suite: orch:cephadm suite_branch: wip-adk3-testing-2024-03-11-0143-reef suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_e1b0c2aac6a095145a28ab2d96914badf5f65354/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: e1b0c2aac6a095145a28ab2d96914badf5f65354 targets: smithi164.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFSSFZDE0FHe44Nu4PxoPwQJ7QWUoAZzuJ6yWFLZIdjnFXOUjnvkguarSSf6dbqDfMHiuF6o4w5Jz9KIeXhpLdY= smithi173.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAImRhF63rxQYRnkxplpdVsfK1osvNtkik326B4vHMYDs3mhDAX42WNjJsS7PMecS2ru1gvmcvU372ZlhYYeiCY= smithi203.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBILrQhCMY+HjeMTix5xszlS5NhZ7SoNB2gKYBJd9xD4Piwzy9wsCdOrxsD749KJ5biG4QFjDswM9/0f7M8WGUM0= 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: e691533f9cbb33d85b2187bba20d7102f098636d timestamp: 2024-03-11_12:07:34 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-03-11T12:18:57.245 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_e1b0c2aac6a095145a28ab2d96914badf5f65354/qa; will attempt to use it 2024-03-11T12:18:57.246 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_e1b0c2aac6a095145a28ab2d96914badf5f65354/qa/tasks 2024-03-11T12:18:57.246 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-11T12:18:57.247 INFO:teuthology.task.internal:Checking packages... 2024-03-11T12:18:57.272 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'e1b0c2aac6a095145a28ab2d96914badf5f65354' 2024-03-11T12:18:57.272 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-11T12:18:57.272 INFO:teuthology.packaging:ref: None 2024-03-11T12:18:57.272 INFO:teuthology.packaging:tag: None 2024-03-11T12:18:57.272 INFO:teuthology.packaging:branch: wip-adk3-testing-2024-03-11-0143-reef 2024-03-11T12:18:57.272 INFO:teuthology.packaging:sha1: e1b0c2aac6a095145a28ab2d96914badf5f65354 2024-03-11T12:18:57.272 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-adk3-testing-2024-03-11-0143-reef 2024-03-11T12:18:57.416 INFO:teuthology.task.internal:Found packages for ceph version 18.2.1-802.ge1b0c2aa 2024-03-11T12:18:57.417 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-11T12:18:57.424 INFO:teuthology.task.internal:no buildpackages task found 2024-03-11T12:18:57.424 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-11T12:18:57.430 INFO:teuthology.task.internal:Saving configuration 2024-03-11T12:18:57.444 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-11T12:18:57.449 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-11T12:18:57.474 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi164.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-11_12:07:34-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/7590855', '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': '2024-03-11 12:08:50.356166', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFSSFZDE0FHe44Nu4PxoPwQJ7QWUoAZzuJ6yWFLZIdjnFXOUjnvkguarSSf6dbqDfMHiuF6o4w5Jz9KIeXhpLdY='} 2024-03-11T12:18:57.498 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi173.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-11_12:07:34-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/7590855', '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': '2024-03-11 12:08:50.353582', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAImRhF63rxQYRnkxplpdVsfK1osvNtkik326B4vHMYDs3mhDAX42WNjJsS7PMecS2ru1gvmcvU372ZlhYYeiCY='} 2024-03-11T12:18:57.522 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi203.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-11_12:07:34-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/7590855', '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': '2024-03-11 12:08:50.354933', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBILrQhCMY+HjeMTix5xszlS5NhZ7SoNB2gKYBJd9xD4Piwzy9wsCdOrxsD749KJ5biG4QFjDswM9/0f7M8WGUM0='} 2024-03-11T12:18:57.522 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-11T12:18:57.528 INFO:teuthology.task.internal:roles: ubuntu@smithi164.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2024-03-11T12:18:57.528 INFO:teuthology.task.internal:roles: ubuntu@smithi173.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2024-03-11T12:18:57.529 INFO:teuthology.task.internal:roles: ubuntu@smithi203.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-03-11T12:18:57.529 INFO:teuthology.run_tasks:Running task console_log... 2024-03-11T12:18:57.647 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fcb46aede50>, signals=[15]) 2024-03-11T12:18:57.647 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-11T12:18:57.653 INFO:teuthology.task.internal:Opening connections... 2024-03-11T12:18:57.653 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi164.front.sepia.ceph.com 2024-03-11T12:18:57.655 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-11T12:18:57.735 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi173.front.sepia.ceph.com 2024-03-11T12:18:57.736 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi173.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-11T12:18:57.810 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi203.front.sepia.ceph.com 2024-03-11T12:18:57.811 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-11T12:18:57.905 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-11T12:18:57.911 DEBUG:teuthology.orchestra.run.smithi164:> uname -m 2024-03-11T12:18:57.933 INFO:teuthology.orchestra.run.smithi164.stdout:x86_64 2024-03-11T12:18:57.933 DEBUG:teuthology.orchestra.run.smithi164:> cat /etc/os-release 2024-03-11T12:18:57.993 INFO:teuthology.orchestra.run.smithi164.stdout:NAME="Red Hat Enterprise Linux" 2024-03-11T12:18:57.993 INFO:teuthology.orchestra.run.smithi164.stdout:VERSION="8.6 (Ootpa)" 2024-03-11T12:18:57.993 INFO:teuthology.orchestra.run.smithi164.stdout:ID="rhel" 2024-03-11T12:18:57.993 INFO:teuthology.orchestra.run.smithi164.stdout:ID_LIKE="fedora" 2024-03-11T12:18:57.993 INFO:teuthology.orchestra.run.smithi164.stdout:VERSION_ID="8.6" 2024-03-11T12:18:57.993 INFO:teuthology.orchestra.run.smithi164.stdout:PLATFORM_ID="platform:el8" 2024-03-11T12:18:57.993 INFO:teuthology.orchestra.run.smithi164.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-03-11T12:18:57.993 INFO:teuthology.orchestra.run.smithi164.stdout:ANSI_COLOR="0;31" 2024-03-11T12:18:57.993 INFO:teuthology.orchestra.run.smithi164.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-03-11T12:18:57.993 INFO:teuthology.orchestra.run.smithi164.stdout:HOME_URL="https://www.redhat.com/" 2024-03-11T12:18:57.993 INFO:teuthology.orchestra.run.smithi164.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-03-11T12:18:57.994 INFO:teuthology.orchestra.run.smithi164.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-11T12:18:57.994 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:18:57.994 INFO:teuthology.orchestra.run.smithi164.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-03-11T12:18:57.994 INFO:teuthology.orchestra.run.smithi164.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-03-11T12:18:57.994 INFO:teuthology.orchestra.run.smithi164.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-03-11T12:18:57.994 INFO:teuthology.orchestra.run.smithi164.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-03-11T12:18:57.994 INFO:teuthology.lock.ops:Updating smithi164.front.sepia.ceph.com on lock server 2024-03-11T12:18:58.013 DEBUG:teuthology.orchestra.run.smithi173:> uname -m 2024-03-11T12:18:58.034 INFO:teuthology.orchestra.run.smithi173.stdout:x86_64 2024-03-11T12:18:58.034 DEBUG:teuthology.orchestra.run.smithi173:> cat /etc/os-release 2024-03-11T12:18:58.093 INFO:teuthology.orchestra.run.smithi173.stdout:NAME="Red Hat Enterprise Linux" 2024-03-11T12:18:58.093 INFO:teuthology.orchestra.run.smithi173.stdout:VERSION="8.6 (Ootpa)" 2024-03-11T12:18:58.093 INFO:teuthology.orchestra.run.smithi173.stdout:ID="rhel" 2024-03-11T12:18:58.093 INFO:teuthology.orchestra.run.smithi173.stdout:ID_LIKE="fedora" 2024-03-11T12:18:58.093 INFO:teuthology.orchestra.run.smithi173.stdout:VERSION_ID="8.6" 2024-03-11T12:18:58.093 INFO:teuthology.orchestra.run.smithi173.stdout:PLATFORM_ID="platform:el8" 2024-03-11T12:18:58.093 INFO:teuthology.orchestra.run.smithi173.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-03-11T12:18:58.093 INFO:teuthology.orchestra.run.smithi173.stdout:ANSI_COLOR="0;31" 2024-03-11T12:18:58.094 INFO:teuthology.orchestra.run.smithi173.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-03-11T12:18:58.094 INFO:teuthology.orchestra.run.smithi173.stdout:HOME_URL="https://www.redhat.com/" 2024-03-11T12:18:58.094 INFO:teuthology.orchestra.run.smithi173.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-03-11T12:18:58.094 INFO:teuthology.orchestra.run.smithi173.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-11T12:18:58.094 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:18:58.094 INFO:teuthology.orchestra.run.smithi173.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-03-11T12:18:58.094 INFO:teuthology.orchestra.run.smithi173.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-03-11T12:18:58.094 INFO:teuthology.orchestra.run.smithi173.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-03-11T12:18:58.094 INFO:teuthology.orchestra.run.smithi173.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-03-11T12:18:58.094 INFO:teuthology.lock.ops:Updating smithi173.front.sepia.ceph.com on lock server 2024-03-11T12:18:58.113 DEBUG:teuthology.orchestra.run.smithi203:> uname -m 2024-03-11T12:18:58.134 INFO:teuthology.orchestra.run.smithi203.stdout:x86_64 2024-03-11T12:18:58.135 DEBUG:teuthology.orchestra.run.smithi203:> cat /etc/os-release 2024-03-11T12:18:58.194 INFO:teuthology.orchestra.run.smithi203.stdout:NAME="Red Hat Enterprise Linux" 2024-03-11T12:18:58.194 INFO:teuthology.orchestra.run.smithi203.stdout:VERSION="8.6 (Ootpa)" 2024-03-11T12:18:58.194 INFO:teuthology.orchestra.run.smithi203.stdout:ID="rhel" 2024-03-11T12:18:58.195 INFO:teuthology.orchestra.run.smithi203.stdout:ID_LIKE="fedora" 2024-03-11T12:18:58.195 INFO:teuthology.orchestra.run.smithi203.stdout:VERSION_ID="8.6" 2024-03-11T12:18:58.195 INFO:teuthology.orchestra.run.smithi203.stdout:PLATFORM_ID="platform:el8" 2024-03-11T12:18:58.195 INFO:teuthology.orchestra.run.smithi203.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-03-11T12:18:58.195 INFO:teuthology.orchestra.run.smithi203.stdout:ANSI_COLOR="0;31" 2024-03-11T12:18:58.195 INFO:teuthology.orchestra.run.smithi203.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-03-11T12:18:58.195 INFO:teuthology.orchestra.run.smithi203.stdout:HOME_URL="https://www.redhat.com/" 2024-03-11T12:18:58.195 INFO:teuthology.orchestra.run.smithi203.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-03-11T12:18:58.195 INFO:teuthology.orchestra.run.smithi203.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-11T12:18:58.195 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:18:58.195 INFO:teuthology.orchestra.run.smithi203.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-03-11T12:18:58.195 INFO:teuthology.orchestra.run.smithi203.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-03-11T12:18:58.195 INFO:teuthology.orchestra.run.smithi203.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-03-11T12:18:58.195 INFO:teuthology.orchestra.run.smithi203.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-03-11T12:18:58.196 INFO:teuthology.lock.ops:Updating smithi203.front.sepia.ceph.com on lock server 2024-03-11T12:18:58.221 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-11T12:18:58.230 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-11T12:18:58.266 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-11T12:18:58.266 DEBUG:teuthology.orchestra.run.smithi164:> test '!' -e /home/ubuntu/cephtest 2024-03-11T12:18:58.268 DEBUG:teuthology.orchestra.run.smithi173:> test '!' -e /home/ubuntu/cephtest 2024-03-11T12:18:58.270 DEBUG:teuthology.orchestra.run.smithi203:> test '!' -e /home/ubuntu/cephtest 2024-03-11T12:18:58.289 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-11T12:18:58.295 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-11T12:18:58.295 DEBUG:teuthology.orchestra.run.smithi164:> test -z $(ls -A /var/lib/ceph) 2024-03-11T12:18:58.328 DEBUG:teuthology.orchestra.run.smithi173:> test -z $(ls -A /var/lib/ceph) 2024-03-11T12:18:58.330 DEBUG:teuthology.orchestra.run.smithi203:> test -z $(ls -A /var/lib/ceph) 2024-03-11T12:18:58.365 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-11T12:18:58.437 INFO:teuthology.run_tasks:Running task kernel... 2024-03-11T12:18:58.455 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-11T12:18:58.455 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 2024-03-11T12:18:58.455 DEBUG:teuthology.orchestra.run.smithi164:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-11T12:18:58.456 DEBUG:teuthology.orchestra.run.smithi173:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-11T12:18:58.456 DEBUG:teuthology.orchestra.run.smithi203:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-11T12:18:58.475 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-11T12:18:58.475 DEBUG:teuthology.orchestra.run.smithi173:> uname -r 2024-03-11T12:18:58.476 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-11T12:18:58.476 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-11T12:18:58.477 DEBUG:teuthology.orchestra.run.smithi203:> uname -r 2024-03-11T12:18:58.478 DEBUG:teuthology.orchestra.run.smithi164:> uname -r 2024-03-11T12:18:58.535 INFO:teuthology.orchestra.run.smithi173.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-03-11T12:18:58.536 INFO:teuthology.task.kernel:Running kernel on smithi173: 4.18.0-513.9.1.el8_9.x86_64 2024-03-11T12:18:58.536 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum install -y kernel 2024-03-11T12:18:58.538 INFO:teuthology.orchestra.run.smithi164.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-03-11T12:18:58.539 INFO:teuthology.orchestra.run.smithi203.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-03-11T12:18:58.539 INFO:teuthology.task.kernel:Running kernel on smithi164: 4.18.0-513.9.1.el8_9.x86_64 2024-03-11T12:18:58.539 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum install -y kernel 2024-03-11T12:18:58.539 INFO:teuthology.task.kernel:Running kernel on smithi203: 4.18.0-513.9.1.el8_9.x86_64 2024-03-11T12:18:58.541 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum install -y kernel 2024-03-11T12:19:00.022 INFO:teuthology.orchestra.run.smithi164.stdout:Updating Subscription Management repositories. 2024-03-11T12:19:00.022 INFO:teuthology.orchestra.run.smithi164.stdout:Unable to read consumer identity 2024-03-11T12:19:00.118 INFO:teuthology.orchestra.run.smithi173.stdout:Updating Subscription Management repositories. 2024-03-11T12:19:00.118 INFO:teuthology.orchestra.run.smithi173.stdout:Unable to read consumer identity 2024-03-11T12:19:00.146 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:19:00.146 INFO:teuthology.orchestra.run.smithi164.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-03-11T12:19:00.146 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:19:00.209 INFO:teuthology.orchestra.run.smithi203.stdout:Updating Subscription Management repositories. 2024-03-11T12:19:00.209 INFO:teuthology.orchestra.run.smithi203.stdout:Unable to read consumer identity 2024-03-11T12:19:00.244 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:19:00.244 INFO:teuthology.orchestra.run.smithi173.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-03-11T12:19:00.244 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:19:00.391 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:19:00.392 INFO:teuthology.orchestra.run.smithi203.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-03-11T12:19:00.392 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:19:01.948 INFO:teuthology.orchestra.run.smithi164.stdout:Copr repo for python3-asyncssh owned by ceph 13 kB/s | 3.5 kB 00:00 2024-03-11T12:19:02.185 INFO:teuthology.orchestra.run.smithi173.stdout:Copr repo for python3-asyncssh owned by ceph 13 kB/s | 3.5 kB 00:00 2024-03-11T12:19:02.489 INFO:teuthology.orchestra.run.smithi203.stdout:Copr repo for python3-asyncssh owned by ceph 9.0 kB/s | 3.5 kB 00:00 2024-03-11T12:19:02.778 INFO:teuthology.orchestra.run.smithi173.stdout:Extra Packages for Enterprise Linux 29 MB/s | 16 MB 00:00 2024-03-11T12:19:03.590 INFO:teuthology.orchestra.run.smithi203.stdout:Extra Packages for Enterprise Linux 15 MB/s | 16 MB 00:01 2024-03-11T12:19:04.132 INFO:teuthology.orchestra.run.smithi164.stdout:Extra Packages for Enterprise Linux 7.5 MB/s | 16 MB 00:02 2024-03-11T12:19:06.411 INFO:teuthology.orchestra.run.smithi173.stdout:lab-extras 226 kB/s | 24 kB 00:00 2024-03-11T12:19:07.166 INFO:teuthology.orchestra.run.smithi173.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-03-11T12:19:07.167 INFO:teuthology.orchestra.run.smithi173.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-03-11T12:19:07.181 INFO:teuthology.orchestra.run.smithi203.stdout:lab-extras 424 kB/s | 24 kB 00:00 2024-03-11T12:19:07.243 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-03-11T12:19:07.244 INFO:teuthology.orchestra.run.smithi173.stdout:Nothing to do. 2024-03-11T12:19:07.244 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-03-11T12:19:07.407 DEBUG:teuthology.orchestra.run.smithi173:> echo no | sudo yum reinstall kernel || true 2024-03-11T12:19:07.699 INFO:teuthology.orchestra.run.smithi164.stdout:lab-extras 483 kB/s | 24 kB 00:00 2024-03-11T12:19:07.744 INFO:teuthology.orchestra.run.smithi173.stdout:Updating Subscription Management repositories. 2024-03-11T12:19:07.745 INFO:teuthology.orchestra.run.smithi173.stdout:Unable to read consumer identity 2024-03-11T12:19:07.811 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:19:07.811 INFO:teuthology.orchestra.run.smithi173.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-03-11T12:19:07.812 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:19:07.901 INFO:teuthology.orchestra.run.smithi203.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-03-11T12:19:07.901 INFO:teuthology.orchestra.run.smithi203.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-03-11T12:19:07.989 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-03-11T12:19:07.990 INFO:teuthology.orchestra.run.smithi203.stdout:Nothing to do. 2024-03-11T12:19:07.990 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-03-11T12:19:08.123 DEBUG:teuthology.orchestra.run.smithi203:> echo no | sudo yum reinstall kernel || true 2024-03-11T12:19:08.124 INFO:teuthology.orchestra.run.smithi173.stdout:Last metadata expiration check: 0:00:02 ago on Mon 11 Mar 2024 12:19:06 PM UTC. 2024-03-11T12:19:08.216 INFO:teuthology.orchestra.run.smithi173.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-03-11T12:19:08.223 INFO:teuthology.orchestra.run.smithi173.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-03-11T12:19:08.269 INFO:teuthology.orchestra.run.smithi173.stderr:Error: No packages marked for reinstall. 2024-03-11T12:19:08.317 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum reinstall -y kernel || true 2024-03-11T12:19:08.435 INFO:teuthology.orchestra.run.smithi164.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-03-11T12:19:08.435 INFO:teuthology.orchestra.run.smithi164.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-03-11T12:19:08.458 INFO:teuthology.orchestra.run.smithi203.stdout:Updating Subscription Management repositories. 2024-03-11T12:19:08.459 INFO:teuthology.orchestra.run.smithi203.stdout:Unable to read consumer identity 2024-03-11T12:19:08.510 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-11T12:19:08.511 INFO:teuthology.orchestra.run.smithi164.stdout:Nothing to do. 2024-03-11T12:19:08.511 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-11T12:19:08.564 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:19:08.564 INFO:teuthology.orchestra.run.smithi203.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-03-11T12:19:08.564 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:19:08.645 DEBUG:teuthology.orchestra.run.smithi164:> echo no | sudo yum reinstall kernel || true 2024-03-11T12:19:08.651 INFO:teuthology.orchestra.run.smithi173.stdout:Updating Subscription Management repositories. 2024-03-11T12:19:08.651 INFO:teuthology.orchestra.run.smithi173.stdout:Unable to read consumer identity 2024-03-11T12:19:08.712 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:19:08.712 INFO:teuthology.orchestra.run.smithi173.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-03-11T12:19:08.712 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:19:08.867 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:00:01 ago on Mon 11 Mar 2024 12:19:07 PM UTC. 2024-03-11T12:19:08.947 INFO:teuthology.orchestra.run.smithi203.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-03-11T12:19:08.948 INFO:teuthology.orchestra.run.smithi203.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-03-11T12:19:08.981 INFO:teuthology.orchestra.run.smithi164.stdout:Updating Subscription Management repositories. 2024-03-11T12:19:08.982 INFO:teuthology.orchestra.run.smithi164.stdout:Unable to read consumer identity 2024-03-11T12:19:08.989 INFO:teuthology.orchestra.run.smithi203.stderr:Error: No packages marked for reinstall. 2024-03-11T12:19:09.014 INFO:teuthology.orchestra.run.smithi173.stdout:Last metadata expiration check: 0:00:03 ago on Mon 11 Mar 2024 12:19:06 PM UTC. 2024-03-11T12:19:09.036 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum reinstall -y kernel || true 2024-03-11T12:19:09.054 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:19:09.054 INFO:teuthology.orchestra.run.smithi164.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-03-11T12:19:09.054 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:19:09.076 INFO:teuthology.orchestra.run.smithi173.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-03-11T12:19:09.076 INFO:teuthology.orchestra.run.smithi173.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-03-11T12:19:09.127 INFO:teuthology.orchestra.run.smithi173.stderr:Error: No packages marked for reinstall. 2024-03-11T12:19:09.174 DEBUG:teuthology.orchestra.run.smithi173:> rpm -q kernel | sort -rV | head -n 1 2024-03-11T12:19:09.329 INFO:teuthology.orchestra.run.smithi173.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-03-11T12:19:09.329 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-03-11T12:19:09.330 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-03-11T12:19:09.330 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-03-11T12:19:09.330 DEBUG:teuthology.orchestra.run.smithi173:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-11T12:19:09.361 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:00:02 ago on Mon 11 Mar 2024 12:19:07 PM UTC. 2024-03-11T12:19:09.363 INFO:teuthology.orchestra.run.smithi173.stdout:ttyS1 2024-03-11T12:19:09.369 INFO:teuthology.orchestra.run.smithi203.stdout:Updating Subscription Management repositories. 2024-03-11T12:19:09.370 INFO:teuthology.orchestra.run.smithi203.stdout:Unable to read consumer identity 2024-03-11T12:19:09.378 DEBUG:teuthology.parallel:result is None 2024-03-11T12:19:09.440 INFO:teuthology.orchestra.run.smithi164.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-03-11T12:19:09.445 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:19:09.445 INFO:teuthology.orchestra.run.smithi203.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-03-11T12:19:09.445 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:19:09.446 INFO:teuthology.orchestra.run.smithi164.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-03-11T12:19:09.507 INFO:teuthology.orchestra.run.smithi164.stderr:Error: No packages marked for reinstall. 2024-03-11T12:19:09.554 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum reinstall -y kernel || true 2024-03-11T12:19:09.746 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:00:02 ago on Mon 11 Mar 2024 12:19:07 PM UTC. 2024-03-11T12:19:09.809 INFO:teuthology.orchestra.run.smithi203.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-03-11T12:19:09.810 INFO:teuthology.orchestra.run.smithi203.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-03-11T12:19:09.842 INFO:teuthology.orchestra.run.smithi203.stderr:Error: No packages marked for reinstall. 2024-03-11T12:19:09.891 INFO:teuthology.orchestra.run.smithi164.stdout:Updating Subscription Management repositories. 2024-03-11T12:19:09.891 INFO:teuthology.orchestra.run.smithi164.stdout:Unable to read consumer identity 2024-03-11T12:19:09.892 DEBUG:teuthology.orchestra.run.smithi203:> rpm -q kernel | sort -rV | head -n 1 2024-03-11T12:19:09.962 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:19:09.962 INFO:teuthology.orchestra.run.smithi164.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-03-11T12:19:09.962 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:19:10.043 INFO:teuthology.orchestra.run.smithi203.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-03-11T12:19:10.043 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-03-11T12:19:10.043 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-03-11T12:19:10.043 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-03-11T12:19:10.043 DEBUG:teuthology.orchestra.run.smithi203:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-11T12:19:10.077 INFO:teuthology.orchestra.run.smithi203.stdout:ttyS1 2024-03-11T12:19:10.091 DEBUG:teuthology.parallel:result is None 2024-03-11T12:19:10.265 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:00:03 ago on Mon 11 Mar 2024 12:19:07 PM UTC. 2024-03-11T12:19:10.328 INFO:teuthology.orchestra.run.smithi164.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-03-11T12:19:10.328 INFO:teuthology.orchestra.run.smithi164.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-03-11T12:19:10.367 INFO:teuthology.orchestra.run.smithi164.stderr:Error: No packages marked for reinstall. 2024-03-11T12:19:10.419 DEBUG:teuthology.orchestra.run.smithi164:> rpm -q kernel | sort -rV | head -n 1 2024-03-11T12:19:10.583 INFO:teuthology.orchestra.run.smithi164.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-03-11T12:19:10.583 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-03-11T12:19:10.584 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-03-11T12:19:10.584 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-03-11T12:19:10.584 DEBUG:teuthology.orchestra.run.smithi164:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-11T12:19:10.620 INFO:teuthology.orchestra.run.smithi164.stdout:ttyS1 2024-03-11T12:19:10.632 DEBUG:teuthology.parallel:result is None 2024-03-11T12:19:10.633 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-11T12:19:10.642 INFO:teuthology.task.internal:Creating test directory... 2024-03-11T12:19:10.642 DEBUG:teuthology.orchestra.run.smithi164:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-11T12:19:10.675 DEBUG:teuthology.orchestra.run.smithi173:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-11T12:19:10.677 DEBUG:teuthology.orchestra.run.smithi203:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-11T12:19:10.696 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-11T12:19:10.702 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-11T12:19:10.709 INFO:teuthology.task.internal:Creating archive directory... 2024-03-11T12:19:10.710 DEBUG:teuthology.orchestra.run.smithi164:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-11T12:19:10.732 DEBUG:teuthology.orchestra.run.smithi173:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-11T12:19:10.738 DEBUG:teuthology.orchestra.run.smithi203:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-11T12:19:10.767 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-11T12:19:10.774 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-11T12:19:10.774 DEBUG:teuthology.orchestra.run.smithi164:> 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 2024-03-11T12:19:10.796 DEBUG:teuthology.orchestra.run.smithi173:> 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 2024-03-11T12:19:10.805 DEBUG:teuthology.orchestra.run.smithi203:> 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 2024-03-11T12:19:10.825 INFO:teuthology.orchestra.run.smithi164.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-11T12:19:10.835 INFO:teuthology.orchestra.run.smithi164.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-11T12:19:10.843 INFO:teuthology.orchestra.run.smithi203.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-11T12:19:10.853 INFO:teuthology.orchestra.run.smithi203.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-11T12:19:10.861 INFO:teuthology.orchestra.run.smithi173.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-11T12:19:10.873 INFO:teuthology.orchestra.run.smithi173.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-11T12:19:10.875 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-11T12:19:10.882 INFO:teuthology.task.internal:Configuring sudo... 2024-03-11T12:19:10.882 DEBUG:teuthology.orchestra.run.smithi164:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-11T12:19:10.884 DEBUG:teuthology.orchestra.run.smithi173:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-11T12:19:10.886 DEBUG:teuthology.orchestra.run.smithi203:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-11T12:19:10.924 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-11T12:19:10.935 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-11T12:19:10.935 DEBUG:teuthology.orchestra.run.smithi164:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-11T12:19:10.952 DEBUG:teuthology.orchestra.run.smithi173:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-11T12:19:10.957 DEBUG:teuthology.orchestra.run.smithi203:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-11T12:19:10.981 DEBUG:teuthology.orchestra.run.smithi164:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-11T12:19:11.051 DEBUG:teuthology.orchestra.run.smithi164:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-11T12:19:11.111 DEBUG:teuthology.orchestra.run.smithi164:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-11T12:19:11.154 DEBUG:teuthology.orchestra.run.smithi164:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-11T12:19:11.197 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-03-11T12:19:11.198 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-11T12:19:11.264 DEBUG:teuthology.orchestra.run.smithi173:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-11T12:19:11.312 DEBUG:teuthology.orchestra.run.smithi173:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-11T12:19:11.361 DEBUG:teuthology.orchestra.run.smithi173:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-11T12:19:11.447 DEBUG:teuthology.orchestra.run.smithi173:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-11T12:19:11.492 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-03-11T12:19:11.492 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-11T12:19:11.560 DEBUG:teuthology.orchestra.run.smithi203:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-11T12:19:11.604 DEBUG:teuthology.orchestra.run.smithi203:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-11T12:19:11.658 DEBUG:teuthology.orchestra.run.smithi203:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-11T12:19:11.747 DEBUG:teuthology.orchestra.run.smithi203:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-11T12:19:11.786 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2024-03-11T12:19:11.786 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-11T12:19:11.853 DEBUG:teuthology.orchestra.run.smithi164:> sudo service rsyslog restart 2024-03-11T12:19:11.855 DEBUG:teuthology.orchestra.run.smithi173:> sudo service rsyslog restart 2024-03-11T12:19:11.858 DEBUG:teuthology.orchestra.run.smithi203:> sudo service rsyslog restart 2024-03-11T12:19:11.905 INFO:teuthology.orchestra.run.smithi173.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-11T12:19:11.912 INFO:teuthology.orchestra.run.smithi164.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-11T12:19:11.938 INFO:teuthology.orchestra.run.smithi203.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-11T12:19:12.387 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-11T12:19:12.395 INFO:teuthology.task.internal:Starting timer... 2024-03-11T12:19:12.395 INFO:teuthology.run_tasks:Running task pcp... 2024-03-11T12:19:12.412 INFO:teuthology.run_tasks:Running task selinux... 2024-03-11T12:19:12.425 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-03-11T12:19:12.426 DEBUG:teuthology.orchestra.run.smithi164:> sudo service auditd rotate 2024-03-11T12:19:12.483 INFO:teuthology.orchestra.run.smithi164.stdout:Rotating logs: 2024-03-11T12:19:12.485 DEBUG:teuthology.orchestra.run.smithi173:> sudo service auditd rotate 2024-03-11T12:19:12.542 INFO:teuthology.orchestra.run.smithi173.stdout:Rotating logs: 2024-03-11T12:19:12.544 DEBUG:teuthology.orchestra.run.smithi203:> sudo service auditd rotate 2024-03-11T12:19:12.603 INFO:teuthology.orchestra.run.smithi203.stdout:Rotating logs: 2024-03-11T12:19:12.605 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-11T12:19:12.605 DEBUG:teuthology.orchestra.run.smithi164:> /usr/sbin/getenforce 2024-03-11T12:19:12.631 INFO:teuthology.orchestra.run.smithi164.stdout:Permissive 2024-03-11T12:19:12.631 DEBUG:teuthology.orchestra.run.smithi173:> /usr/sbin/getenforce 2024-03-11T12:19:12.659 INFO:teuthology.orchestra.run.smithi173.stdout:Permissive 2024-03-11T12:19:12.659 DEBUG:teuthology.orchestra.run.smithi203:> /usr/sbin/getenforce 2024-03-11T12:19:12.687 INFO:teuthology.orchestra.run.smithi203.stdout:Permissive 2024-03-11T12:19:12.687 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi164.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi173.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi203.front.sepia.ceph.com': 'permissive'} 2024-03-11T12:19:12.688 DEBUG:teuthology.orchestra.run.smithi164:> 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 2024-03-11T12:19:12.716 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-11T12:19:12.716 DEBUG:teuthology.orchestra.run.smithi173:> 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 2024-03-11T12:19:12.744 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-11T12:19:12.744 DEBUG:teuthology.orchestra.run.smithi203:> 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 2024-03-11T12:19:12.772 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-11T12:19:12.773 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-11T12:19:12.773 DEBUG:teuthology.orchestra.run.smithi164:> sudo /usr/sbin/setenforce permissive 2024-03-11T12:19:12.802 DEBUG:teuthology.orchestra.run.smithi173:> sudo /usr/sbin/setenforce permissive 2024-03-11T12:19:12.843 DEBUG:teuthology.orchestra.run.smithi203:> sudo /usr/sbin/setenforce permissive 2024-03-11T12:19:12.890 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-11T12:19:12.899 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-11T12:19:12.921 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'}]}] 2024-03-11T12:19:12.922 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi164.front.sepia.ceph.com,smithi173.front.sepia.ceph.com,smithi203.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-11T12:29:35.144 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi164.front.sepia.ceph.com'), Remote(name='ubuntu@smithi173.front.sepia.ceph.com'), Remote(name='ubuntu@smithi203.front.sepia.ceph.com')] 2024-03-11T12:29:35.145 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-03-11T12:29:35.146 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-11T12:29:35.225 DEBUG:teuthology.orchestra.run.smithi164:> true 2024-03-11T12:29:35.294 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-03-11T12:29:35.294 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi173.front.sepia.ceph.com' 2024-03-11T12:29:35.295 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi173.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-11T12:29:35.368 DEBUG:teuthology.orchestra.run.smithi173:> true 2024-03-11T12:29:35.436 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi173.front.sepia.ceph.com' 2024-03-11T12:29:35.437 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi203.front.sepia.ceph.com' 2024-03-11T12:29:35.437 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-11T12:29:35.510 DEBUG:teuthology.orchestra.run.smithi203:> true 2024-03-11T12:29:35.581 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi203.front.sepia.ceph.com' 2024-03-11T12:29:35.582 INFO:teuthology.run_tasks:Running task clock... 2024-03-11T12:29:35.592 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-11T12:29:35.592 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-11T12:29:35.593 DEBUG:teuthology.orchestra.run.smithi164:> 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 2024-03-11T12:29:35.596 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-11T12:29:35.596 DEBUG:teuthology.orchestra.run.smithi173:> 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 2024-03-11T12:29:35.598 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-11T12:29:35.598 DEBUG:teuthology.orchestra.run.smithi203:> 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 2024-03-11T12:29:35.630 INFO:teuthology.orchestra.run.smithi164.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-11T12:29:35.630 INFO:teuthology.orchestra.run.smithi173.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-11T12:29:35.646 INFO:teuthology.orchestra.run.smithi173.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-11T12:29:35.646 INFO:teuthology.orchestra.run.smithi164.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-11T12:29:35.656 INFO:teuthology.orchestra.run.smithi203.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-11T12:29:35.672 INFO:teuthology.orchestra.run.smithi203.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-11T12:29:35.716 INFO:teuthology.orchestra.run.smithi173.stderr:sudo: ntpd: command not found 2024-03-11T12:29:35.719 INFO:teuthology.orchestra.run.smithi164.stderr:sudo: ntpd: command not found 2024-03-11T12:29:35.729 INFO:teuthology.orchestra.run.smithi173.stdout:506 Cannot talk to daemon 2024-03-11T12:29:35.732 INFO:teuthology.orchestra.run.smithi164.stdout:506 Cannot talk to daemon 2024-03-11T12:29:35.738 INFO:teuthology.orchestra.run.smithi203.stderr:sudo: ntpd: command not found 2024-03-11T12:29:35.744 INFO:teuthology.orchestra.run.smithi173.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-11T12:29:35.748 INFO:teuthology.orchestra.run.smithi164.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-11T12:29:35.751 INFO:teuthology.orchestra.run.smithi203.stdout:506 Cannot talk to daemon 2024-03-11T12:29:35.758 INFO:teuthology.orchestra.run.smithi173.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-11T12:29:35.763 INFO:teuthology.orchestra.run.smithi164.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-11T12:29:35.765 INFO:teuthology.orchestra.run.smithi203.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-11T12:29:35.780 INFO:teuthology.orchestra.run.smithi203.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-11T12:29:35.832 INFO:teuthology.orchestra.run.smithi173.stderr:bash: ntpq: command not found 2024-03-11T12:29:35.833 INFO:teuthology.orchestra.run.smithi164.stderr:bash: ntpq: command not found 2024-03-11T12:29:35.835 INFO:teuthology.orchestra.run.smithi173.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-11T12:29:35.835 INFO:teuthology.orchestra.run.smithi173.stdout:=============================================================================== 2024-03-11T12:29:35.835 INFO:teuthology.orchestra.run.smithi173.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-11T12:29:35.835 INFO:teuthology.orchestra.run.smithi173.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-11T12:29:35.836 INFO:teuthology.orchestra.run.smithi173.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-11T12:29:35.836 INFO:teuthology.orchestra.run.smithi173.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-11T12:29:35.837 INFO:teuthology.orchestra.run.smithi164.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-11T12:29:35.837 INFO:teuthology.orchestra.run.smithi164.stdout:=============================================================================== 2024-03-11T12:29:35.837 INFO:teuthology.orchestra.run.smithi164.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-11T12:29:35.837 INFO:teuthology.orchestra.run.smithi164.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-11T12:29:35.837 INFO:teuthology.orchestra.run.smithi164.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-11T12:29:35.837 INFO:teuthology.orchestra.run.smithi164.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-11T12:29:35.847 INFO:teuthology.orchestra.run.smithi203.stderr:bash: ntpq: command not found 2024-03-11T12:29:35.851 INFO:teuthology.orchestra.run.smithi203.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-11T12:29:35.851 INFO:teuthology.orchestra.run.smithi203.stdout:=============================================================================== 2024-03-11T12:29:35.851 INFO:teuthology.orchestra.run.smithi203.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-11T12:29:35.851 INFO:teuthology.orchestra.run.smithi203.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-11T12:29:35.851 INFO:teuthology.orchestra.run.smithi203.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-11T12:29:35.851 INFO:teuthology.orchestra.run.smithi203.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-11T12:29:35.852 INFO:teuthology.run_tasks:Running task pexec... 2024-03-11T12:29:35.861 INFO:teuthology.task.pexec:Executing custom commands... 2024-03-11T12:29:35.862 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi164.front.sepia.ceph.com 2024-03-11T12:29:35.862 DEBUG:teuthology.orchestra.run.smithi164:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-03-11T12:29:35.862 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi173.front.sepia.ceph.com 2024-03-11T12:29:35.862 DEBUG:teuthology.orchestra.run.smithi173:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-03-11T12:29:35.863 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi203.front.sepia.ceph.com 2024-03-11T12:29:35.863 DEBUG:teuthology.orchestra.run.smithi203:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-03-11T12:29:36.255 INFO:teuthology.orchestra.run.smithi164.stdout:Updating Subscription Management repositories. 2024-03-11T12:29:36.255 INFO:teuthology.orchestra.run.smithi173.stdout:Updating Subscription Management repositories. 2024-03-11T12:29:36.272 INFO:teuthology.orchestra.run.smithi203.stdout:Updating Subscription Management repositories. 2024-03-11T12:29:37.917 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 79 kB/s | 4.5 kB 00:00 2024-03-11T12:29:38.075 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 34 kB/s | 4.1 kB 00:00 2024-03-11T12:29:38.087 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 30 kB/s | 4.5 kB 00:00 2024-03-11T12:29:38.396 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 39 kB/s | 4.5 kB 00:00 2024-03-11T12:29:38.520 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 35 kB/s | 4.1 kB 00:00 2024-03-11T12:29:38.758 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 30 kB/s | 4.1 kB 00:00 2024-03-11T12:29:41.273 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-03-11T12:29:41.274 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-03-11T12:29:41.274 INFO:teuthology.orchestra.run.smithi173.stdout: Package Architecture Version Repository Size 2024-03-11T12:29:41.274 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-03-11T12:29:41.274 INFO:teuthology.orchestra.run.smithi173.stdout:Resetting modules: 2024-03-11T12:29:41.274 INFO:teuthology.orchestra.run.smithi173.stdout: container-tools 2024-03-11T12:29:41.274 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:29:41.275 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction Summary 2024-03-11T12:29:41.275 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-03-11T12:29:41.275 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:29:41.520 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-11T12:29:41.521 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-11T12:29:41.521 INFO:teuthology.orchestra.run.smithi164.stdout: Package Architecture Version Repository Size 2024-03-11T12:29:41.522 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-11T12:29:41.522 INFO:teuthology.orchestra.run.smithi164.stdout:Resetting modules: 2024-03-11T12:29:41.522 INFO:teuthology.orchestra.run.smithi164.stdout: container-tools 2024-03-11T12:29:41.522 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:29:41.522 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-11T12:29:41.522 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-11T12:29:41.522 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:29:41.561 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-03-11T12:29:41.562 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-03-11T12:29:41.562 INFO:teuthology.orchestra.run.smithi203.stdout: Package Architecture Version Repository Size 2024-03-11T12:29:41.562 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-03-11T12:29:41.562 INFO:teuthology.orchestra.run.smithi203.stdout:Resetting modules: 2024-03-11T12:29:41.562 INFO:teuthology.orchestra.run.smithi203.stdout: container-tools 2024-03-11T12:29:41.562 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:29:41.562 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-03-11T12:29:41.562 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-03-11T12:29:41.562 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:29:53.177 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-11T12:29:53.654 INFO:teuthology.orchestra.run.smithi164.stdout:Updating Subscription Management repositories. 2024-03-11T12:29:54.178 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-03-11T12:29:54.337 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-03-11T12:29:54.647 INFO:teuthology.orchestra.run.smithi173.stdout:Updating Subscription Management repositories. 2024-03-11T12:29:54.796 INFO:teuthology.orchestra.run.smithi203.stdout:Updating Subscription Management repositories. 2024-03-11T12:29:55.678 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 43 kB/s | 4.5 kB 00:00 2024-03-11T12:29:56.443 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 25 kB/s | 4.1 kB 00:00 2024-03-11T12:29:56.680 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 27 kB/s | 4.1 kB 00:00 2024-03-11T12:29:56.725 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 27 kB/s | 4.5 kB 00:00 2024-03-11T12:29:56.986 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 43 kB/s | 4.5 kB 00:00 2024-03-11T12:29:57.308 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 45 kB/s | 4.1 kB 00:00 2024-03-11T12:29:59.165 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-11T12:29:59.327 INFO:teuthology.orchestra.run.smithi164.stdout:========================================================================================================================== 2024-03-11T12:29:59.327 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repository Size 2024-03-11T12:29:59.327 INFO:teuthology.orchestra.run.smithi164.stdout:========================================================================================================================== 2024-03-11T12:29:59.327 INFO:teuthology.orchestra.run.smithi164.stdout:Installing group/module packages: 2024-03-11T12:29:59.327 INFO:teuthology.orchestra.run.smithi164.stdout: buildah x86_64 1.19.9-6.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.6 M 2024-03-11T12:29:59.327 INFO:teuthology.orchestra.run.smithi164.stdout: cockpit-podman noarch 29-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 1.1 M 2024-03-11T12:29:59.327 INFO:teuthology.orchestra.run.smithi164.stdout: crun x86_64 0.18-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 185 k 2024-03-11T12:29:59.327 INFO:teuthology.orchestra.run.smithi164.stdout: skopeo x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.2 M 2024-03-11T12:29:59.327 INFO:teuthology.orchestra.run.smithi164.stdout: toolbox x86_64 0.0.99.3-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.2 M 2024-03-11T12:29:59.327 INFO:teuthology.orchestra.run.smithi164.stdout: udica noarch 0.2.4-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-03-11T12:29:59.327 INFO:teuthology.orchestra.run.smithi164.stdout:Installing dependencies: 2024-03-11T12:29:59.328 INFO:teuthology.orchestra.run.smithi164.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-03-11T12:29:59.328 INFO:teuthology.orchestra.run.smithi164.stdout:Downgrading: 2024-03-11T12:29:59.328 INFO:teuthology.orchestra.run.smithi164.stdout: conmon x86_64 2:2.0.26-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-03-11T12:29:59.328 INFO:teuthology.orchestra.run.smithi164.stdout: container-selinux noarch 2:2.189.0-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 55 k 2024-03-11T12:29:59.328 INFO:teuthology.orchestra.run.smithi164.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 19 M 2024-03-11T12:29:59.328 INFO:teuthology.orchestra.run.smithi164.stdout: containers-common x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 91 k 2024-03-11T12:29:59.328 INFO:teuthology.orchestra.run.smithi164.stdout: criu x86_64 3.15-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 511 k 2024-03-11T12:29:59.328 INFO:teuthology.orchestra.run.smithi164.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 72 k 2024-03-11T12:29:59.328 INFO:teuthology.orchestra.run.smithi164.stdout: libslirp x86_64 4.3.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 69 k 2024-03-11T12:29:59.328 INFO:teuthology.orchestra.run.smithi164.stdout: podman x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 11 M 2024-03-11T12:29:59.328 INFO:teuthology.orchestra.run.smithi164.stdout: podman-catatonit x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 323 k 2024-03-11T12:29:59.328 INFO:teuthology.orchestra.run.smithi164.stdout: podman-docker noarch 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 57 k 2024-03-11T12:29:59.328 INFO:teuthology.orchestra.run.smithi164.stdout: runc x86_64 1.0.0-73.rc95.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.9 M 2024-03-11T12:29:59.328 INFO:teuthology.orchestra.run.smithi164.stdout: slirp4netns x86_64 1.1.8-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-03-11T12:29:59.328 INFO:teuthology.orchestra.run.smithi164.stdout:Installing module profiles: 2024-03-11T12:29:59.329 INFO:teuthology.orchestra.run.smithi164.stdout: container-tools/common 2024-03-11T12:29:59.329 INFO:teuthology.orchestra.run.smithi164.stdout:Enabling module streams: 2024-03-11T12:29:59.329 INFO:teuthology.orchestra.run.smithi164.stdout: container-tools 3.0 2024-03-11T12:29:59.329 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:29:59.329 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-11T12:29:59.329 INFO:teuthology.orchestra.run.smithi164.stdout:========================================================================================================================== 2024-03-11T12:29:59.329 INFO:teuthology.orchestra.run.smithi164.stdout:Install 7 Packages 2024-03-11T12:29:59.329 INFO:teuthology.orchestra.run.smithi164.stdout:Downgrade 12 Packages 2024-03-11T12:29:59.329 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:29:59.330 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 50 M 2024-03-11T12:29:59.330 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-11T12:29:59.545 INFO:teuthology.orchestra.run.smithi164.stdout:(1/19): criu-3.15-1.module+el8.7.0+16533+44634e 2.3 MB/s | 511 kB 00:00 2024-03-11T12:29:59.569 INFO:teuthology.orchestra.run.smithi164.stdout:(2/19): conmon-2.0.26-3.module+el8.7.0+16533+44 214 kB/s | 51 kB 00:00 2024-03-11T12:29:59.678 INFO:teuthology.orchestra.run.smithi164.stdout:(3/19): fuse-overlayfs-1.4.0-2.module+el8.7.0+1 539 kB/s | 72 kB 00:00 2024-03-11T12:29:59.703 INFO:teuthology.orchestra.run.smithi164.stdout:(4/19): libslirp-4.3.1-1.module+el8.7.0+16533+4 517 kB/s | 69 kB 00:00 2024-03-11T12:29:59.808 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-03-11T12:29:59.969 INFO:teuthology.orchestra.run.smithi173.stdout:========================================================================================================================== 2024-03-11T12:29:59.969 INFO:teuthology.orchestra.run.smithi173.stdout: Package Arch Version Repository Size 2024-03-11T12:29:59.969 INFO:teuthology.orchestra.run.smithi173.stdout:========================================================================================================================== 2024-03-11T12:29:59.969 INFO:teuthology.orchestra.run.smithi173.stdout:Installing group/module packages: 2024-03-11T12:29:59.970 INFO:teuthology.orchestra.run.smithi173.stdout: buildah x86_64 1.19.9-6.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.6 M 2024-03-11T12:29:59.970 INFO:teuthology.orchestra.run.smithi173.stdout: cockpit-podman noarch 29-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 1.1 M 2024-03-11T12:29:59.970 INFO:teuthology.orchestra.run.smithi173.stdout: crun x86_64 0.18-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 185 k 2024-03-11T12:29:59.970 INFO:teuthology.orchestra.run.smithi173.stdout: skopeo x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.2 M 2024-03-11T12:29:59.970 INFO:teuthology.orchestra.run.smithi173.stdout: toolbox x86_64 0.0.99.3-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.2 M 2024-03-11T12:29:59.970 INFO:teuthology.orchestra.run.smithi173.stdout: udica noarch 0.2.4-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-03-11T12:29:59.971 INFO:teuthology.orchestra.run.smithi173.stdout:Installing dependencies: 2024-03-11T12:29:59.971 INFO:teuthology.orchestra.run.smithi173.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-03-11T12:29:59.971 INFO:teuthology.orchestra.run.smithi173.stdout:Downgrading: 2024-03-11T12:29:59.971 INFO:teuthology.orchestra.run.smithi173.stdout: conmon x86_64 2:2.0.26-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-03-11T12:29:59.971 INFO:teuthology.orchestra.run.smithi173.stdout: container-selinux noarch 2:2.189.0-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 55 k 2024-03-11T12:29:59.971 INFO:teuthology.orchestra.run.smithi173.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 19 M 2024-03-11T12:29:59.971 INFO:teuthology.orchestra.run.smithi173.stdout: containers-common x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 91 k 2024-03-11T12:29:59.971 INFO:teuthology.orchestra.run.smithi173.stdout: criu x86_64 3.15-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 511 k 2024-03-11T12:29:59.972 INFO:teuthology.orchestra.run.smithi173.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 72 k 2024-03-11T12:29:59.972 INFO:teuthology.orchestra.run.smithi173.stdout: libslirp x86_64 4.3.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 69 k 2024-03-11T12:29:59.972 INFO:teuthology.orchestra.run.smithi173.stdout: podman x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 11 M 2024-03-11T12:29:59.972 INFO:teuthology.orchestra.run.smithi173.stdout: podman-catatonit x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 323 k 2024-03-11T12:29:59.972 INFO:teuthology.orchestra.run.smithi173.stdout: podman-docker noarch 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 57 k 2024-03-11T12:29:59.972 INFO:teuthology.orchestra.run.smithi173.stdout: runc x86_64 1.0.0-73.rc95.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.9 M 2024-03-11T12:29:59.972 INFO:teuthology.orchestra.run.smithi173.stdout: slirp4netns x86_64 1.1.8-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-03-11T12:29:59.972 INFO:teuthology.orchestra.run.smithi173.stdout:Installing module profiles: 2024-03-11T12:29:59.972 INFO:teuthology.orchestra.run.smithi173.stdout: container-tools/common 2024-03-11T12:29:59.972 INFO:teuthology.orchestra.run.smithi173.stdout:Enabling module streams: 2024-03-11T12:29:59.973 INFO:teuthology.orchestra.run.smithi173.stdout: container-tools 3.0 2024-03-11T12:29:59.973 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:29:59.973 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction Summary 2024-03-11T12:29:59.973 INFO:teuthology.orchestra.run.smithi173.stdout:========================================================================================================================== 2024-03-11T12:29:59.973 INFO:teuthology.orchestra.run.smithi173.stdout:Install 7 Packages 2024-03-11T12:29:59.973 INFO:teuthology.orchestra.run.smithi173.stdout:Downgrade 12 Packages 2024-03-11T12:29:59.973 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:29:59.974 INFO:teuthology.orchestra.run.smithi173.stdout:Total download size: 50 M 2024-03-11T12:29:59.974 INFO:teuthology.orchestra.run.smithi173.stdout:Downloading Packages: 2024-03-11T12:29:59.979 INFO:teuthology.orchestra.run.smithi164.stdout:(5/19): containernetworking-plugins-0.9.1-1.mod 29 MB/s | 19 MB 00:00 2024-03-11T12:30:00.004 INFO:teuthology.orchestra.run.smithi164.stdout:(6/19): podman-docker-3.0.1-15.module+el8.7.0+1 190 kB/s | 57 kB 00:00 2024-03-11T12:30:00.121 INFO:teuthology.orchestra.run.smithi164.stdout:(7/19): container-selinux-2.189.0-1.module+el8. 471 kB/s | 55 kB 00:00 2024-03-11T12:30:00.141 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-03-11T12:30:00.146 INFO:teuthology.orchestra.run.smithi173.stdout:(1/19): conmon-2.0.26-3.module+el8.7.0+16533+44 295 kB/s | 51 kB 00:00 2024-03-11T12:30:00.179 INFO:teuthology.orchestra.run.smithi164.stdout:(8/19): runc-1.0.0-73.rc95.module+el8.7.0+16533 14 MB/s | 2.9 MB 00:00 2024-03-11T12:30:00.221 INFO:teuthology.orchestra.run.smithi173.stdout:(2/19): criu-3.15-1.module+el8.7.0+16533+44634e 2.0 MB/s | 511 kB 00:00 2024-03-11T12:30:00.238 INFO:teuthology.orchestra.run.smithi173.stdout:(3/19): fuse-overlayfs-1.4.0-2.module+el8.7.0+1 785 kB/s | 72 kB 00:00 2024-03-11T12:30:00.297 INFO:teuthology.orchestra.run.smithi164.stdout:(9/19): podman-3.0.1-15.module+el8.7.0+18021+1e 17 MB/s | 11 MB 00:00 2024-03-11T12:30:00.299 INFO:teuthology.orchestra.run.smithi203.stdout:========================================================================================================================== 2024-03-11T12:30:00.299 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2024-03-11T12:30:00.299 INFO:teuthology.orchestra.run.smithi203.stdout:========================================================================================================================== 2024-03-11T12:30:00.299 INFO:teuthology.orchestra.run.smithi203.stdout:Installing group/module packages: 2024-03-11T12:30:00.299 INFO:teuthology.orchestra.run.smithi203.stdout: buildah x86_64 1.19.9-6.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.6 M 2024-03-11T12:30:00.299 INFO:teuthology.orchestra.run.smithi203.stdout: cockpit-podman noarch 29-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 1.1 M 2024-03-11T12:30:00.299 INFO:teuthology.orchestra.run.smithi203.stdout: crun x86_64 0.18-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 185 k 2024-03-11T12:30:00.299 INFO:teuthology.orchestra.run.smithi203.stdout: skopeo x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.2 M 2024-03-11T12:30:00.299 INFO:teuthology.orchestra.run.smithi203.stdout: toolbox x86_64 0.0.99.3-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.2 M 2024-03-11T12:30:00.299 INFO:teuthology.orchestra.run.smithi203.stdout: udica noarch 0.2.4-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-03-11T12:30:00.299 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2024-03-11T12:30:00.299 INFO:teuthology.orchestra.run.smithi203.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-03-11T12:30:00.300 INFO:teuthology.orchestra.run.smithi203.stdout:Downgrading: 2024-03-11T12:30:00.300 INFO:teuthology.orchestra.run.smithi203.stdout: conmon x86_64 2:2.0.26-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-03-11T12:30:00.300 INFO:teuthology.orchestra.run.smithi203.stdout: container-selinux noarch 2:2.189.0-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 55 k 2024-03-11T12:30:00.300 INFO:teuthology.orchestra.run.smithi203.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 19 M 2024-03-11T12:30:00.300 INFO:teuthology.orchestra.run.smithi203.stdout: containers-common x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 91 k 2024-03-11T12:30:00.300 INFO:teuthology.orchestra.run.smithi203.stdout: criu x86_64 3.15-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 511 k 2024-03-11T12:30:00.300 INFO:teuthology.orchestra.run.smithi203.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 72 k 2024-03-11T12:30:00.300 INFO:teuthology.orchestra.run.smithi203.stdout: libslirp x86_64 4.3.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 69 k 2024-03-11T12:30:00.300 INFO:teuthology.orchestra.run.smithi203.stdout: podman x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 11 M 2024-03-11T12:30:00.300 INFO:teuthology.orchestra.run.smithi203.stdout: podman-catatonit x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 323 k 2024-03-11T12:30:00.300 INFO:teuthology.orchestra.run.smithi203.stdout: podman-docker noarch 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 57 k 2024-03-11T12:30:00.300 INFO:teuthology.orchestra.run.smithi203.stdout: runc x86_64 1.0.0-73.rc95.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.9 M 2024-03-11T12:30:00.301 INFO:teuthology.orchestra.run.smithi203.stdout: slirp4netns x86_64 1.1.8-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-03-11T12:30:00.301 INFO:teuthology.orchestra.run.smithi203.stdout:Installing module profiles: 2024-03-11T12:30:00.301 INFO:teuthology.orchestra.run.smithi203.stdout: container-tools/common 2024-03-11T12:30:00.301 INFO:teuthology.orchestra.run.smithi203.stdout:Enabling module streams: 2024-03-11T12:30:00.301 INFO:teuthology.orchestra.run.smithi203.stdout: container-tools 3.0 2024-03-11T12:30:00.301 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:30:00.301 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-03-11T12:30:00.301 INFO:teuthology.orchestra.run.smithi203.stdout:========================================================================================================================== 2024-03-11T12:30:00.301 INFO:teuthology.orchestra.run.smithi203.stdout:Install 7 Packages 2024-03-11T12:30:00.301 INFO:teuthology.orchestra.run.smithi203.stdout:Downgrade 12 Packages 2024-03-11T12:30:00.301 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:30:00.302 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 50 M 2024-03-11T12:30:00.302 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-03-11T12:30:00.322 INFO:teuthology.orchestra.run.smithi164.stdout:(10/19): containers-common-1.2.4-2.module+el8.7 454 kB/s | 91 kB 00:00 2024-03-11T12:30:00.347 INFO:teuthology.orchestra.run.smithi164.stdout:(11/19): podman-catatonit-3.0.1-15.module+el8.7 1.9 MB/s | 323 kB 00:00 2024-03-11T12:30:00.355 INFO:teuthology.orchestra.run.smithi173.stdout:(4/19): libslirp-4.3.1-1.module+el8.7.0+16533+4 517 kB/s | 69 kB 00:00 2024-03-11T12:30:00.389 INFO:teuthology.orchestra.run.smithi164.stdout:(12/19): slirp4netns-1.1.8-1.module+el8.7.0+165 557 kB/s | 51 kB 00:00 2024-03-11T12:30:00.451 INFO:teuthology.orchestra.run.smithi203.stdout:(1/19): conmon-2.0.26-3.module+el8.7.0+16533+44 345 kB/s | 51 kB 00:00 2024-03-11T12:30:00.523 INFO:teuthology.orchestra.run.smithi164.stdout:(13/19): cockpit-podman-29-2.module+el8.7.0+165 5.3 MB/s | 1.1 MB 00:00 2024-03-11T12:30:00.548 INFO:teuthology.orchestra.run.smithi164.stdout:(14/19): crun-0.18-3.module+el8.7.0+16533+44634 921 kB/s | 185 kB 00:00 2024-03-11T12:30:00.560 INFO:teuthology.orchestra.run.smithi203.stdout:(2/19): fuse-overlayfs-1.4.0-2.module+el8.7.0+1 664 kB/s | 72 kB 00:00 2024-03-11T12:30:00.580 INFO:teuthology.orchestra.run.smithi173.stdout:(5/19): podman-3.0.1-15.module+el8.7.0+18021+1e 31 MB/s | 11 MB 00:00 2024-03-11T12:30:00.593 INFO:teuthology.orchestra.run.smithi203.stdout:(3/19): criu-3.15-1.module+el8.7.0+16533+44634e 1.7 MB/s | 511 kB 00:00 2024-03-11T12:30:00.606 INFO:teuthology.orchestra.run.smithi173.stdout:(6/19): podman-docker-3.0.1-15.module+el8.7.0+1 228 kB/s | 57 kB 00:00 2024-03-11T12:30:00.640 INFO:teuthology.orchestra.run.smithi164.stdout:(15/19): skopeo-1.2.4-2.module+el8.7.0+16533+44 25 MB/s | 6.2 MB 00:00 2024-03-11T12:30:00.682 INFO:teuthology.orchestra.run.smithi164.stdout:(16/19): udica-0.2.4-1.module+el8.7.0+16533+446 378 kB/s | 51 kB 00:00 2024-03-11T12:30:00.719 INFO:teuthology.orchestra.run.smithi203.stdout:(4/19): libslirp-4.3.1-1.module+el8.7.0+16533+4 436 kB/s | 69 kB 00:00 2024-03-11T12:30:00.732 INFO:teuthology.orchestra.run.smithi164.stdout:(17/19): toolbox-0.0.99.3-1.module+el8.7.0+1653 11 MB/s | 2.2 MB 00:00 2024-03-11T12:30:00.848 INFO:teuthology.orchestra.run.smithi173.stdout:(7/19): containernetworking-plugins-0.9.1-1.mod 21 MB/s | 19 MB 00:00 2024-03-11T12:30:00.873 INFO:teuthology.orchestra.run.smithi173.stdout:(8/19): container-selinux-2.189.0-1.module+el8. 206 kB/s | 55 kB 00:00 2024-03-11T12:30:00.916 INFO:teuthology.orchestra.run.smithi164.stdout:(18/19): buildah-1.19.9-6.module+el8.7.0+16533+ 24 MB/s | 6.6 MB 00:00 2024-03-11T12:30:00.942 INFO:teuthology.orchestra.run.smithi164.stdout:(19/19): yajl-2.1.0-12.el8.x86_64.rpm 158 kB/s | 41 kB 00:00 2024-03-11T12:30:00.942 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:30:00.942 INFO:teuthology.orchestra.run.smithi164.stdout:Total 31 MB/s | 50 MB 00:01 2024-03-11T12:30:00.944 INFO:teuthology.orchestra.run.smithi203.stdout:(5/19): containernetworking-plugins-0.9.1-1.mod 29 MB/s | 19 MB 00:00 2024-03-11T12:30:00.949 INFO:teuthology.orchestra.run.smithi173.stdout:(9/19): runc-1.0.0-73.rc95.module+el8.7.0+16533 7.8 MB/s | 2.9 MB 00:00 2024-03-11T12:30:00.969 INFO:teuthology.orchestra.run.smithi203.stdout:(6/19): podman-docker-3.0.1-15.module+el8.7.0+1 229 kB/s | 57 kB 00:00 2024-03-11T12:30:00.982 INFO:teuthology.orchestra.run.smithi173.stdout:(10/19): containers-common-1.2.4-2.module+el8.7 682 kB/s | 91 kB 00:00 2024-03-11T12:30:01.016 INFO:teuthology.orchestra.run.smithi173.stdout:(11/19): podman-catatonit-3.0.1-15.module+el8.7 2.2 MB/s | 323 kB 00:00 2024-03-11T12:30:01.074 INFO:teuthology.orchestra.run.smithi173.stdout:(12/19): slirp4netns-1.1.8-1.module+el8.7.0+165 409 kB/s | 51 kB 00:00 2024-03-11T12:30:01.111 INFO:teuthology.orchestra.run.smithi203.stdout:(7/19): container-selinux-2.189.0-1.module+el8. 388 kB/s | 55 kB 00:00 2024-03-11T12:30:01.150 INFO:teuthology.orchestra.run.smithi173.stdout:(13/19): crun-0.18-3.module+el8.7.0+16533+44634 1.4 MB/s | 185 kB 00:00 2024-03-11T12:30:01.169 INFO:teuthology.orchestra.run.smithi203.stdout:(8/19): runc-1.0.0-73.rc95.module+el8.7.0+16533 13 MB/s | 2.9 MB 00:00 2024-03-11T12:30:01.191 INFO:teuthology.orchestra.run.smithi173.stdout:(14/19): cockpit-podman-29-2.module+el8.7.0+165 5.1 MB/s | 1.1 MB 00:00 2024-03-11T12:30:01.300 INFO:teuthology.orchestra.run.smithi173.stdout:(15/19): toolbox-0.0.99.3-1.module+el8.7.0+1653 15 MB/s | 2.2 MB 00:00 2024-03-11T12:30:01.317 INFO:teuthology.orchestra.run.smithi173.stdout:(16/19): udica-0.2.4-1.module+el8.7.0+16533+446 404 kB/s | 51 kB 00:00 2024-03-11T12:30:01.395 INFO:teuthology.orchestra.run.smithi203.stdout:(9/19): podman-3.0.1-15.module+el8.7.0+18021+1e 13 MB/s | 11 MB 00:00 2024-03-11T12:30:01.419 INFO:teuthology.orchestra.run.smithi173.stdout:(17/19): skopeo-1.2.4-2.module+el8.7.0+16533+44 18 MB/s | 6.2 MB 00:00 2024-03-11T12:30:01.420 INFO:teuthology.orchestra.run.smithi203.stdout:(10/19): containers-common-1.2.4-2.module+el8.7 295 kB/s | 91 kB 00:00 2024-03-11T12:30:01.425 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-11T12:30:01.445 INFO:teuthology.orchestra.run.smithi203.stdout:(11/19): podman-catatonit-3.0.1-15.module+el8.7 1.1 MB/s | 323 kB 00:00 2024-03-11T12:30:01.467 INFO:teuthology.orchestra.run.smithi173.stdout:(18/19): yajl-2.1.0-12.el8.x86_64.rpm 273 kB/s | 41 kB 00:00 2024-03-11T12:30:01.470 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-11T12:30:01.470 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-11T12:30:01.537 INFO:teuthology.orchestra.run.smithi203.stdout:(12/19): slirp4netns-1.1.8-1.module+el8.7.0+165 360 kB/s | 51 kB 00:00 2024-03-11T12:30:01.562 INFO:teuthology.orchestra.run.smithi203.stdout:(13/19): crun-0.18-3.module+el8.7.0+16533+44634 1.5 MB/s | 185 kB 00:00 2024-03-11T12:30:01.576 INFO:teuthology.orchestra.run.smithi173.stdout:(19/19): buildah-1.19.9-6.module+el8.7.0+16533+ 24 MB/s | 6.6 MB 00:00 2024-03-11T12:30:01.577 INFO:teuthology.orchestra.run.smithi173.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:30:01.577 INFO:teuthology.orchestra.run.smithi173.stdout:Total 31 MB/s | 50 MB 00:01 2024-03-11T12:30:01.607 INFO:teuthology.orchestra.run.smithi203.stdout:(14/19): cockpit-podman-29-2.module+el8.7.0+165 5.7 MB/s | 1.1 MB 00:00 2024-03-11T12:30:01.715 INFO:teuthology.orchestra.run.smithi203.stdout:(15/19): udica-0.2.4-1.module+el8.7.0+16533+446 466 kB/s | 51 kB 00:00 2024-03-11T12:30:01.791 INFO:teuthology.orchestra.run.smithi203.stdout:(16/19): toolbox-0.0.99.3-1.module+el8.7.0+1653 9.7 MB/s | 2.2 MB 00:00 2024-03-11T12:30:01.883 INFO:teuthology.orchestra.run.smithi203.stdout:(17/19): skopeo-1.2.4-2.module+el8.7.0+16533+44 18 MB/s | 6.2 MB 00:00 2024-03-11T12:30:01.898 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-11T12:30:01.906 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-11T12:30:01.916 INFO:teuthology.orchestra.run.smithi203.stdout:(18/19): yajl-2.1.0-12.el8.x86_64.rpm 328 kB/s | 41 kB 00:00 2024-03-11T12:30:02.058 INFO:teuthology.orchestra.run.smithi203.stdout:(19/19): buildah-1.19.9-6.module+el8.7.0+16533+ 19 MB/s | 6.6 MB 00:00 2024-03-11T12:30:02.059 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:30:02.059 INFO:teuthology.orchestra.run.smithi203.stdout:Total 28 MB/s | 50 MB 00:01 2024-03-11T12:30:02.061 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction check 2024-03-11T12:30:02.105 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction check succeeded. 2024-03-11T12:30:02.105 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction test 2024-03-11T12:30:02.537 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction test succeeded. 2024-03-11T12:30:02.546 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-03-11T12:30:02.546 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction 2024-03-11T12:30:02.589 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-03-11T12:30:02.590 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-03-11T12:30:03.011 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-03-11T12:30:03.020 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-03-11T12:30:03.112 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-11T12:30:03.128 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533+4 1/1 2024-03-11T12:30:03.145 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-03-11T12:30:03.319 INFO:teuthology.orchestra.run.smithi164.stdout: Downgrading : container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-03-11T12:30:03.806 INFO:teuthology.orchestra.run.smithi173.stdout: Preparing : 1/1 2024-03-11T12:30:03.821 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533+4 1/1 2024-03-11T12:30:03.837 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-03-11T12:30:04.005 INFO:teuthology.orchestra.run.smithi173.stdout: Downgrading : container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-03-11T12:30:04.223 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-03-11T12:30:04.239 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533+4 1/1 2024-03-11T12:30:04.256 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-03-11T12:30:04.440 INFO:teuthology.orchestra.run.smithi203.stdout: Downgrading : container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-03-11T12:30:20.186 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-03-11T12:30:20.391 INFO:teuthology.orchestra.run.smithi164.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-03-11T12:30:20.409 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-03-11T12:30:20.573 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : yajl-2.1.0-12.el8.x86_64 3/31 2024-03-11T12:30:20.739 INFO:teuthology.orchestra.run.smithi164.stdout: Downgrading : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 4/31 2024-03-11T12:30:20.791 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-03-11T12:30:20.983 INFO:teuthology.orchestra.run.smithi164.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 5/31 2024-03-11T12:30:20.983 INFO:teuthology.orchestra.run.smithi164.stdout: Downgrading : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 6/31 2024-03-11T12:30:20.983 INFO:teuthology.orchestra.run.smithi164.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2024-03-11T12:30:20.983 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:30:20.993 INFO:teuthology.orchestra.run.smithi173.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-03-11T12:30:21.011 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-03-11T12:30:21.201 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : yajl-2.1.0-12.el8.x86_64 3/31 2024-03-11T12:30:21.358 INFO:teuthology.orchestra.run.smithi173.stdout: Downgrading : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 4/31 2024-03-11T12:30:21.397 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-03-11T12:30:21.578 INFO:teuthology.orchestra.run.smithi203.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-03-11T12:30:21.585 INFO:teuthology.orchestra.run.smithi173.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 5/31 2024-03-11T12:30:21.585 INFO:teuthology.orchestra.run.smithi173.stdout: Downgrading : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 6/31 2024-03-11T12:30:21.585 INFO:teuthology.orchestra.run.smithi173.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2024-03-11T12:30:21.585 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:30:21.596 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-03-11T12:30:21.770 INFO:teuthology.orchestra.run.smithi164.stdout: Downgrading : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 7/31 2024-03-11T12:30:21.810 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : yajl-2.1.0-12.el8.x86_64 3/31 2024-03-11T12:30:21.992 INFO:teuthology.orchestra.run.smithi203.stdout: Downgrading : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 4/31 2024-03-11T12:30:22.211 INFO:teuthology.orchestra.run.smithi203.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 5/31 2024-03-11T12:30:22.212 INFO:teuthology.orchestra.run.smithi203.stdout: Downgrading : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 6/31 2024-03-11T12:30:22.212 INFO:teuthology.orchestra.run.smithi203.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2024-03-11T12:30:22.212 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:30:22.423 INFO:teuthology.orchestra.run.smithi173.stdout: Downgrading : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 7/31 2024-03-11T12:30:23.030 INFO:teuthology.orchestra.run.smithi203.stdout: Downgrading : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 7/31 2024-03-11T12:30:23.473 INFO:teuthology.orchestra.run.smithi164.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 8/31 2024-03-11T12:30:23.714 INFO:teuthology.orchestra.run.smithi164.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.7.0 9/31 2024-03-11T12:30:23.916 INFO:teuthology.orchestra.run.smithi164.stdout: Downgrading : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 10/31 2024-03-11T12:30:24.147 INFO:teuthology.orchestra.run.smithi173.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 8/31 2024-03-11T12:30:24.391 INFO:teuthology.orchestra.run.smithi173.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.7.0 9/31 2024-03-11T12:30:24.627 INFO:teuthology.orchestra.run.smithi173.stdout: Downgrading : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 10/31 2024-03-11T12:30:24.770 INFO:teuthology.orchestra.run.smithi203.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 8/31 2024-03-11T12:30:25.051 INFO:teuthology.orchestra.run.smithi203.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.7.0 9/31 2024-03-11T12:30:25.207 INFO:teuthology.orchestra.run.smithi164.stdout: Downgrading : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 11/31 2024-03-11T12:30:25.269 INFO:teuthology.orchestra.run.smithi203.stdout: Downgrading : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 10/31 2024-03-11T12:30:25.479 INFO:teuthology.orchestra.run.smithi164.stdout: Downgrading : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 12/31 2024-03-11T12:30:25.739 INFO:teuthology.orchestra.run.smithi164.stdout: Downgrading : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-03-11T12:30:25.984 INFO:teuthology.orchestra.run.smithi173.stdout: Downgrading : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 11/31 2024-03-11T12:30:26.096 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 14/31 2024-03-11T12:30:26.234 INFO:teuthology.orchestra.run.smithi173.stdout: Downgrading : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 12/31 2024-03-11T12:30:26.501 INFO:teuthology.orchestra.run.smithi173.stdout: Downgrading : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-03-11T12:30:26.622 INFO:teuthology.orchestra.run.smithi203.stdout: Downgrading : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 11/31 2024-03-11T12:30:26.824 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 15/31 2024-03-11T12:30:26.865 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 14/31 2024-03-11T12:30:26.896 INFO:teuthology.orchestra.run.smithi203.stdout: Downgrading : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 12/31 2024-03-11T12:30:27.186 INFO:teuthology.orchestra.run.smithi203.stdout: Downgrading : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-03-11T12:30:27.511 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 16/31 2024-03-11T12:30:27.567 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 14/31 2024-03-11T12:30:27.591 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 15/31 2024-03-11T12:30:27.714 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 17/31 2024-03-11T12:30:27.933 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 18/31 2024-03-11T12:30:28.131 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 19/31 2024-03-11T12:30:28.275 INFO:teuthology.orchestra.run.smithi164.stdout: Cleanup : podman-docker-3:4.6.1-8.module+el8.9.0+21243+a5865 20/31 2024-03-11T12:30:28.289 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: podman-3:4.6.1-8.module+el8.9.0+21243+a586538b.x86 21/31 2024-03-11T12:30:28.289 INFO:teuthology.orchestra.run.smithi164.stdout: Cleanup : podman-3:4.6.1-8.module+el8.9.0+21243+a586538b.x86 21/31 2024-03-11T12:30:28.326 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 15/31 2024-03-11T12:30:28.334 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 16/31 2024-03-11T12:30:28.550 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 17/31 2024-03-11T12:30:28.651 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: podman-3:4.6.1-8.module+el8.9.0+21243+a586538b.x86 21/31 2024-03-11T12:30:28.767 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 18/31 2024-03-11T12:30:28.816 INFO:teuthology.orchestra.run.smithi164.stdout: Cleanup : containers-common-2:1-70.module+el8.9.0+20326+3870 22/31 2024-03-11T12:30:28.816 INFO:teuthology.orchestra.run.smithi164.stdout: Cleanup : container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-03-11T12:30:29.008 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 19/31 2024-03-11T12:30:29.034 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-03-11T12:30:29.034 INFO:teuthology.orchestra.run.smithi164.stdout: Cleanup : podman-catatonit-3:4.6.1-8.module+el8.9.0+21243+a5 24/31 2024-03-11T12:30:29.049 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 16/31 2024-03-11T12:30:29.144 INFO:teuthology.orchestra.run.smithi173.stdout: Cleanup : podman-docker-3:4.6.1-8.module+el8.9.0+21243+a5865 20/31 2024-03-11T12:30:29.157 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: podman-3:4.6.1-8.module+el8.9.0+21243+a586538b.x86 21/31 2024-03-11T12:30:29.158 INFO:teuthology.orchestra.run.smithi173.stdout: Cleanup : podman-3:4.6.1-8.module+el8.9.0+21243+a586538b.x86 21/31 2024-03-11T12:30:29.183 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: podman-catatonit-3:4.6.1-8.module+el8.9.0+21243+a5 24/31 2024-03-11T12:30:29.326 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 17/31 2024-03-11T12:30:29.341 INFO:teuthology.orchestra.run.smithi164.stdout: Cleanup : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 25/31 2024-03-11T12:30:29.469 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: podman-3:4.6.1-8.module+el8.9.0+21243+a586538b.x86 21/31 2024-03-11T12:30:29.516 INFO:teuthology.orchestra.run.smithi164.stdout: Cleanup : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 26/31 2024-03-11T12:30:29.518 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 18/31 2024-03-11T12:30:29.685 INFO:teuthology.orchestra.run.smithi173.stdout: Cleanup : containers-common-2:1-70.module+el8.9.0+20326+3870 22/31 2024-03-11T12:30:29.685 INFO:teuthology.orchestra.run.smithi173.stdout: Cleanup : container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-03-11T12:30:29.716 INFO:teuthology.orchestra.run.smithi164.stdout: Cleanup : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 27/31 2024-03-11T12:30:29.734 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 19/31 2024-03-11T12:30:29.878 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-03-11T12:30:29.879 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : podman-docker-3:4.6.1-8.module+el8.9.0+21243+a5865 20/31 2024-03-11T12:30:29.879 INFO:teuthology.orchestra.run.smithi173.stdout: Cleanup : podman-catatonit-3:4.6.1-8.module+el8.9.0+21243+a5 24/31 2024-03-11T12:30:29.890 INFO:teuthology.orchestra.run.smithi164.stdout: Cleanup : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 28/31 2024-03-11T12:30:29.892 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: podman-3:4.6.1-8.module+el8.9.0+21243+a586538b.x86 21/31 2024-03-11T12:30:29.892 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : podman-3:4.6.1-8.module+el8.9.0+21243+a586538b.x86 21/31 2024-03-11T12:30:30.019 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: podman-catatonit-3:4.6.1-8.module+el8.9.0+21243+a5 24/31 2024-03-11T12:30:30.057 INFO:teuthology.orchestra.run.smithi164.stdout: Cleanup : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 29/31 2024-03-11T12:30:30.230 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: podman-3:4.6.1-8.module+el8.9.0+21243+a586538b.x86 21/31 2024-03-11T12:30:30.235 INFO:teuthology.orchestra.run.smithi173.stdout: Cleanup : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 25/31 2024-03-11T12:30:30.252 INFO:teuthology.orchestra.run.smithi164.stdout: Cleanup : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 30/31 2024-03-11T12:30:30.253 INFO:teuthology.orchestra.run.smithi164.stdout: Cleanup : containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-03-11T12:30:30.410 INFO:teuthology.orchestra.run.smithi173.stdout: Cleanup : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 26/31 2024-03-11T12:30:30.454 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : containers-common-2:1-70.module+el8.9.0+20326+3870 22/31 2024-03-11T12:30:30.454 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-03-11T12:30:30.473 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-03-11T12:30:30.626 INFO:teuthology.orchestra.run.smithi173.stdout: Cleanup : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 27/31 2024-03-11T12:30:30.671 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-03-11T12:30:30.671 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : podman-catatonit-3:4.6.1-8.module+el8.9.0+21243+a5 24/31 2024-03-11T12:30:30.843 INFO:teuthology.orchestra.run.smithi173.stdout: Cleanup : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 28/31 2024-03-11T12:30:30.845 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: podman-catatonit-3:4.6.1-8.module+el8.9.0+21243+a5 24/31 2024-03-11T12:30:31.027 INFO:teuthology.orchestra.run.smithi173.stdout: Cleanup : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 29/31 2024-03-11T12:30:31.045 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 25/31 2024-03-11T12:30:31.236 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 26/31 2024-03-11T12:30:31.263 INFO:teuthology.orchestra.run.smithi173.stdout: Cleanup : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 30/31 2024-03-11T12:30:31.263 INFO:teuthology.orchestra.run.smithi173.stdout: Cleanup : containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-03-11T12:30:31.462 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 27/31 2024-03-11T12:30:31.518 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-03-11T12:30:31.653 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 28/31 2024-03-11T12:30:31.861 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 29/31 2024-03-11T12:30:32.064 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 30/31 2024-03-11T12:30:32.064 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-03-11T12:30:32.303 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-03-11T12:30:48.065 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 31/31 2024-03-11T12:30:48.506 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-03-11T12:30:48.506 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 1/31 2024-03-11T12:30:48.506 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 2/31 2024-03-11T12:30:48.506 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.7.0 3/31 2024-03-11T12:30:48.506 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : containernetworking-plugins-1:1.3.0-4.module+el8.9 4/31 2024-03-11T12:30:48.506 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 5/31 2024-03-11T12:30:48.506 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 6/31 2024-03-11T12:30:48.506 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 7/31 2024-03-11T12:30:48.506 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 8/31 2024-03-11T12:30:48.506 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 9/31 2024-03-11T12:30:48.506 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 10/31 2024-03-11T12:30:48.507 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 11/31 2024-03-11T12:30:48.507 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : podman-3:4.6.1-8.module+el8.9.0+21243+a586538b.x86 12/31 2024-03-11T12:30:48.507 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-03-11T12:30:48.507 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : podman-docker-3:4.6.1-8.module+el8.9.0+21243+a5865 14/31 2024-03-11T12:30:48.507 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 15/31 2024-03-11T12:30:48.507 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 16/31 2024-03-11T12:30:48.507 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : container-selinux-2:2.189.0-1.module+el8.7.0+16533 17/31 2024-03-11T12:30:48.507 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : container-selinux-2:2.221.0-1.module+el8.9.0+20326 18/31 2024-03-11T12:30:48.507 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 19/31 2024-03-11T12:30:48.507 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : containers-common-2:1-70.module+el8.9.0+20326+3870 20/31 2024-03-11T12:30:48.507 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 21/31 2024-03-11T12:30:48.507 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : podman-catatonit-3:4.6.1-8.module+el8.9.0+21243+a5 22/31 2024-03-11T12:30:48.507 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 23/31 2024-03-11T12:30:48.507 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 24/31 2024-03-11T12:30:48.507 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 25/31 2024-03-11T12:30:48.507 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 26/31 2024-03-11T12:30:48.508 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 27/31 2024-03-11T12:30:48.508 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 28/31 2024-03-11T12:30:48.508 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 29/31 2024-03-11T12:30:48.508 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 30/31 2024-03-11T12:30:49.129 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 31/31 2024-03-11T12:30:49.567 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-03-11T12:30:49.567 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 1/31 2024-03-11T12:30:49.567 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 2/31 2024-03-11T12:30:49.567 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.7.0 3/31 2024-03-11T12:30:49.567 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : containernetworking-plugins-1:1.3.0-4.module+el8.9 4/31 2024-03-11T12:30:49.567 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 5/31 2024-03-11T12:30:49.568 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 6/31 2024-03-11T12:30:49.568 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 7/31 2024-03-11T12:30:49.568 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 8/31 2024-03-11T12:30:49.568 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 9/31 2024-03-11T12:30:49.568 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 10/31 2024-03-11T12:30:49.568 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 11/31 2024-03-11T12:30:49.568 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : podman-3:4.6.1-8.module+el8.9.0+21243+a586538b.x86 12/31 2024-03-11T12:30:49.568 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-03-11T12:30:49.568 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : podman-docker-3:4.6.1-8.module+el8.9.0+21243+a5865 14/31 2024-03-11T12:30:49.568 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 15/31 2024-03-11T12:30:49.568 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 16/31 2024-03-11T12:30:49.568 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : container-selinux-2:2.189.0-1.module+el8.7.0+16533 17/31 2024-03-11T12:30:49.568 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : container-selinux-2:2.221.0-1.module+el8.9.0+20326 18/31 2024-03-11T12:30:49.568 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 19/31 2024-03-11T12:30:49.569 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : containers-common-2:1-70.module+el8.9.0+20326+3870 20/31 2024-03-11T12:30:49.569 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 21/31 2024-03-11T12:30:49.569 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : podman-catatonit-3:4.6.1-8.module+el8.9.0+21243+a5 22/31 2024-03-11T12:30:49.569 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 23/31 2024-03-11T12:30:49.569 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 24/31 2024-03-11T12:30:49.569 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 25/31 2024-03-11T12:30:49.569 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 26/31 2024-03-11T12:30:49.570 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 27/31 2024-03-11T12:30:49.570 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 28/31 2024-03-11T12:30:49.570 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 29/31 2024-03-11T12:30:49.570 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 30/31 2024-03-11T12:30:49.795 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 31/31 2024-03-11T12:30:50.243 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-03-11T12:30:50.243 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 1/31 2024-03-11T12:30:50.243 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 2/31 2024-03-11T12:30:50.243 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.7.0 3/31 2024-03-11T12:30:50.243 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : containernetworking-plugins-1:1.3.0-4.module+el8.9 4/31 2024-03-11T12:30:50.243 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 5/31 2024-03-11T12:30:50.243 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 6/31 2024-03-11T12:30:50.244 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 7/31 2024-03-11T12:30:50.244 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 8/31 2024-03-11T12:30:50.244 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 9/31 2024-03-11T12:30:50.244 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 10/31 2024-03-11T12:30:50.244 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 11/31 2024-03-11T12:30:50.244 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : podman-3:4.6.1-8.module+el8.9.0+21243+a586538b.x86 12/31 2024-03-11T12:30:50.244 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-03-11T12:30:50.244 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : podman-docker-3:4.6.1-8.module+el8.9.0+21243+a5865 14/31 2024-03-11T12:30:50.244 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 15/31 2024-03-11T12:30:50.244 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 16/31 2024-03-11T12:30:50.244 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : container-selinux-2:2.189.0-1.module+el8.7.0+16533 17/31 2024-03-11T12:30:50.244 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : container-selinux-2:2.221.0-1.module+el8.9.0+20326 18/31 2024-03-11T12:30:50.244 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 19/31 2024-03-11T12:30:50.244 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : containers-common-2:1-70.module+el8.9.0+20326+3870 20/31 2024-03-11T12:30:50.244 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 21/31 2024-03-11T12:30:50.244 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : podman-catatonit-3:4.6.1-8.module+el8.9.0+21243+a5 22/31 2024-03-11T12:30:50.245 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 23/31 2024-03-11T12:30:50.245 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 24/31 2024-03-11T12:30:50.245 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 25/31 2024-03-11T12:30:50.245 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 26/31 2024-03-11T12:30:50.245 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 27/31 2024-03-11T12:30:50.246 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 28/31 2024-03-11T12:30:50.246 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 29/31 2024-03-11T12:30:50.246 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 30/31 2024-03-11T12:31:04.434 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 31/31 2024-03-11T12:31:04.434 INFO:teuthology.orchestra.run.smithi164.stdout:Installed products updated. 2024-03-11T12:31:04.987 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:31:04.987 INFO:teuthology.orchestra.run.smithi164.stdout:Downgraded: 2024-03-11T12:31:04.987 INFO:teuthology.orchestra.run.smithi164.stdout: conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x86_64 2024-03-11T12:31:04.987 INFO:teuthology.orchestra.run.smithi164.stdout: container-selinux-2:2.189.0-1.module+el8.7.0+16533+44634e24.noarch 2024-03-11T12:31:04.987 INFO:teuthology.orchestra.run.smithi164.stdout: containernetworking-plugins-0.9.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-03-11T12:31:04.987 INFO:teuthology.orchestra.run.smithi164.stdout: containers-common-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-03-11T12:31:04.987 INFO:teuthology.orchestra.run.smithi164.stdout: criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 2024-03-11T12:31:04.988 INFO:teuthology.orchestra.run.smithi164.stdout: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e24.x86_64 2024-03-11T12:31:04.988 INFO:teuthology.orchestra.run.smithi164.stdout: libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-03-11T12:31:04.988 INFO:teuthology.orchestra.run.smithi164.stdout: podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-03-11T12:31:04.988 INFO:teuthology.orchestra.run.smithi164.stdout: podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-03-11T12:31:04.988 INFO:teuthology.orchestra.run.smithi164.stdout: podman-docker-3.0.1-15.module+el8.7.0+18021+1e286cc8.noarch 2024-03-11T12:31:04.988 INFO:teuthology.orchestra.run.smithi164.stdout: runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x86_64 2024-03-11T12:31:04.988 INFO:teuthology.orchestra.run.smithi164.stdout: slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24.x86_64 2024-03-11T12:31:04.988 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-11T12:31:04.988 INFO:teuthology.orchestra.run.smithi164.stdout: buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86_64 2024-03-11T12:31:04.988 INFO:teuthology.orchestra.run.smithi164.stdout: cockpit-podman-29-2.module+el8.7.0+16533+44634e24.noarch 2024-03-11T12:31:04.988 INFO:teuthology.orchestra.run.smithi164.stdout: crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 2024-03-11T12:31:04.988 INFO:teuthology.orchestra.run.smithi164.stdout: skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-03-11T12:31:04.988 INFO:teuthology.orchestra.run.smithi164.stdout: toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x86_64 2024-03-11T12:31:04.988 INFO:teuthology.orchestra.run.smithi164.stdout: udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 2024-03-11T12:31:04.988 INFO:teuthology.orchestra.run.smithi164.stdout: yajl-2.1.0-12.el8.x86_64 2024-03-11T12:31:04.988 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:31:04.988 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-11T12:31:05.193 DEBUG:teuthology.parallel:result is None 2024-03-11T12:31:05.348 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 31/31 2024-03-11T12:31:05.348 INFO:teuthology.orchestra.run.smithi173.stdout:Installed products updated. 2024-03-11T12:31:05.905 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:31:05.905 INFO:teuthology.orchestra.run.smithi173.stdout:Downgraded: 2024-03-11T12:31:05.906 INFO:teuthology.orchestra.run.smithi173.stdout: conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x86_64 2024-03-11T12:31:05.906 INFO:teuthology.orchestra.run.smithi173.stdout: container-selinux-2:2.189.0-1.module+el8.7.0+16533+44634e24.noarch 2024-03-11T12:31:05.906 INFO:teuthology.orchestra.run.smithi173.stdout: containernetworking-plugins-0.9.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-03-11T12:31:05.906 INFO:teuthology.orchestra.run.smithi173.stdout: containers-common-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-03-11T12:31:05.906 INFO:teuthology.orchestra.run.smithi173.stdout: criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 2024-03-11T12:31:05.906 INFO:teuthology.orchestra.run.smithi173.stdout: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e24.x86_64 2024-03-11T12:31:05.906 INFO:teuthology.orchestra.run.smithi173.stdout: libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-03-11T12:31:05.906 INFO:teuthology.orchestra.run.smithi173.stdout: podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-03-11T12:31:05.906 INFO:teuthology.orchestra.run.smithi173.stdout: podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-03-11T12:31:05.906 INFO:teuthology.orchestra.run.smithi173.stdout: podman-docker-3.0.1-15.module+el8.7.0+18021+1e286cc8.noarch 2024-03-11T12:31:05.906 INFO:teuthology.orchestra.run.smithi173.stdout: runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x86_64 2024-03-11T12:31:05.906 INFO:teuthology.orchestra.run.smithi173.stdout: slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24.x86_64 2024-03-11T12:31:05.906 INFO:teuthology.orchestra.run.smithi173.stdout:Installed: 2024-03-11T12:31:05.906 INFO:teuthology.orchestra.run.smithi173.stdout: buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86_64 2024-03-11T12:31:05.907 INFO:teuthology.orchestra.run.smithi173.stdout: cockpit-podman-29-2.module+el8.7.0+16533+44634e24.noarch 2024-03-11T12:31:05.907 INFO:teuthology.orchestra.run.smithi173.stdout: crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 2024-03-11T12:31:05.907 INFO:teuthology.orchestra.run.smithi173.stdout: skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-03-11T12:31:05.907 INFO:teuthology.orchestra.run.smithi173.stdout: toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x86_64 2024-03-11T12:31:05.907 INFO:teuthology.orchestra.run.smithi173.stdout: udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 2024-03-11T12:31:05.907 INFO:teuthology.orchestra.run.smithi173.stdout: yajl-2.1.0-12.el8.x86_64 2024-03-11T12:31:05.907 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:31:05.907 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-03-11T12:31:05.985 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 31/31 2024-03-11T12:31:05.985 INFO:teuthology.orchestra.run.smithi203.stdout:Installed products updated. 2024-03-11T12:31:06.105 DEBUG:teuthology.parallel:result is None 2024-03-11T12:31:06.533 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:31:06.533 INFO:teuthology.orchestra.run.smithi203.stdout:Downgraded: 2024-03-11T12:31:06.533 INFO:teuthology.orchestra.run.smithi203.stdout: conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x86_64 2024-03-11T12:31:06.533 INFO:teuthology.orchestra.run.smithi203.stdout: container-selinux-2:2.189.0-1.module+el8.7.0+16533+44634e24.noarch 2024-03-11T12:31:06.534 INFO:teuthology.orchestra.run.smithi203.stdout: containernetworking-plugins-0.9.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-03-11T12:31:06.534 INFO:teuthology.orchestra.run.smithi203.stdout: containers-common-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-03-11T12:31:06.534 INFO:teuthology.orchestra.run.smithi203.stdout: criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 2024-03-11T12:31:06.534 INFO:teuthology.orchestra.run.smithi203.stdout: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e24.x86_64 2024-03-11T12:31:06.534 INFO:teuthology.orchestra.run.smithi203.stdout: libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-03-11T12:31:06.534 INFO:teuthology.orchestra.run.smithi203.stdout: podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-03-11T12:31:06.534 INFO:teuthology.orchestra.run.smithi203.stdout: podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-03-11T12:31:06.534 INFO:teuthology.orchestra.run.smithi203.stdout: podman-docker-3.0.1-15.module+el8.7.0+18021+1e286cc8.noarch 2024-03-11T12:31:06.534 INFO:teuthology.orchestra.run.smithi203.stdout: runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x86_64 2024-03-11T12:31:06.534 INFO:teuthology.orchestra.run.smithi203.stdout: slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24.x86_64 2024-03-11T12:31:06.534 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-03-11T12:31:06.534 INFO:teuthology.orchestra.run.smithi203.stdout: buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86_64 2024-03-11T12:31:06.534 INFO:teuthology.orchestra.run.smithi203.stdout: cockpit-podman-29-2.module+el8.7.0+16533+44634e24.noarch 2024-03-11T12:31:06.534 INFO:teuthology.orchestra.run.smithi203.stdout: crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 2024-03-11T12:31:06.534 INFO:teuthology.orchestra.run.smithi203.stdout: skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-03-11T12:31:06.535 INFO:teuthology.orchestra.run.smithi203.stdout: toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x86_64 2024-03-11T12:31:06.535 INFO:teuthology.orchestra.run.smithi203.stdout: udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 2024-03-11T12:31:06.535 INFO:teuthology.orchestra.run.smithi203.stdout: yajl-2.1.0-12.el8.x86_64 2024-03-11T12:31:06.535 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:31:06.535 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-03-11T12:31:06.721 DEBUG:teuthology.parallel:result is None 2024-03-11T12:31:06.721 INFO:teuthology.run_tasks:Running task install... 2024-03-11T12:31:06.730 DEBUG:teuthology.task.install:project ceph 2024-03-11T12:31:06.731 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'e1b0c2aac6a095145a28ab2d96914badf5f65354'}} 2024-03-11T12:31:06.731 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'e1b0c2aac6a095145a28ab2d96914badf5f65354'} 2024-03-11T12:31:06.731 INFO:teuthology.task.install:Using flavor: default 2024-03-11T12:31:06.736 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']} 2024-03-11T12:31:06.736 INFO:teuthology.task.install:extra packages: [] 2024-03-11T12:31:06.737 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': 'e1b0c2aac6a095145a28ab2d96914badf5f65354', 'tag': None, 'wait_for_package': False} 2024-03-11T12:31:06.737 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=e1b0c2aac6a095145a28ab2d96914badf5f65354 2024-03-11T12:31:06.739 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': 'e1b0c2aac6a095145a28ab2d96914badf5f65354', 'tag': None, 'wait_for_package': False} 2024-03-11T12:31:06.740 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=e1b0c2aac6a095145a28ab2d96914badf5f65354 2024-03-11T12:31:06.740 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': 'e1b0c2aac6a095145a28ab2d96914badf5f65354', 'tag': None, 'wait_for_package': False} 2024-03-11T12:31:06.741 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=e1b0c2aac6a095145a28ab2d96914badf5f65354 2024-03-11T12:31:06.885 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-adk3-testing-2024-03-11-0143-reef/e1b0c2aac6a095145a28ab2d96914badf5f65354/centos/8/flavors/default/ 2024-03-11T12:31:06.885 INFO:teuthology.task.install.rpm:Package version is 18.2.1-802.ge1b0c2aa 2024-03-11T12:31:06.889 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-adk3-testing-2024-03-11-0143-reef/e1b0c2aac6a095145a28ab2d96914badf5f65354/centos/8/flavors/default/ 2024-03-11T12:31:06.889 INFO:teuthology.task.install.rpm:Package version is 18.2.1-802.ge1b0c2aa 2024-03-11T12:31:06.997 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-adk3-testing-2024-03-11-0143-reef/e1b0c2aac6a095145a28ab2d96914badf5f65354/centos/8/flavors/default/ 2024-03-11T12:31:06.997 INFO:teuthology.task.install.rpm:Package version is 18.2.1-802.ge1b0c2aa 2024-03-11T12:31:07.258 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk3-testing-2024-03-11-0143-reef/e1b0c2aac6a095145a28ab2d96914badf5f65354/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk3-testing-2024-03-11-0143-reef/e1b0c2aac6a095145a28ab2d96914badf5f65354/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk3-testing-2024-03-11-0143-reef/e1b0c2aac6a095145a28ab2d96914badf5f65354/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-03-11T12:31:07.259 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-03-11T12:31:07.259 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-03-11T12:31:07.264 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk3-testing-2024-03-11-0143-reef/e1b0c2aac6a095145a28ab2d96914badf5f65354/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk3-testing-2024-03-11-0143-reef/e1b0c2aac6a095145a28ab2d96914badf5f65354/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk3-testing-2024-03-11-0143-reef/e1b0c2aac6a095145a28ab2d96914badf5f65354/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-03-11T12:31:07.264 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2024-03-11T12:31:07.264 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-03-11T12:31:07.293 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 2024-03-11T12:31:07.293 DEBUG:teuthology.orchestra.run.smithi173:> 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/e1b0c2aac6a095145a28ab2d96914badf5f65354/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-03-11T12:31:07.294 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 2024-03-11T12:31:07.294 DEBUG:teuthology.orchestra.run.smithi203:> 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/e1b0c2aac6a095145a28ab2d96914badf5f65354/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-03-11T12:31:07.359 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk3-testing-2024-03-11-0143-reef/e1b0c2aac6a095145a28ab2d96914badf5f65354/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk3-testing-2024-03-11-0143-reef/e1b0c2aac6a095145a28ab2d96914badf5f65354/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk3-testing-2024-03-11-0143-reef/e1b0c2aac6a095145a28ab2d96914badf5f65354/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-03-11T12:31:07.359 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-03-11T12:31:07.359 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-03-11T12:31:07.363 DEBUG:teuthology.orchestra.run.smithi203:> 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 2024-03-11T12:31:07.364 DEBUG:teuthology.orchestra.run.smithi173:> 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 2024-03-11T12:31:07.393 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 2024-03-11T12:31:07.393 DEBUG:teuthology.orchestra.run.smithi164:> 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/e1b0c2aac6a095145a28ab2d96914badf5f65354/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-03-11T12:31:07.441 DEBUG:teuthology.orchestra.run.smithi203:> 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 2024-03-11T12:31:07.444 DEBUG:teuthology.orchestra.run.smithi173:> 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 2024-03-11T12:31:07.465 DEBUG:teuthology.orchestra.run.smithi164:> 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 2024-03-11T12:31:07.507 INFO:teuthology.orchestra.run.smithi203.stdout:check_obsoletes = 1 2024-03-11T12:31:07.508 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum clean all 2024-03-11T12:31:07.510 INFO:teuthology.orchestra.run.smithi173.stdout:check_obsoletes = 1 2024-03-11T12:31:07.512 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum clean all 2024-03-11T12:31:07.546 DEBUG:teuthology.orchestra.run.smithi164:> 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 2024-03-11T12:31:07.614 INFO:teuthology.orchestra.run.smithi164.stdout:check_obsoletes = 1 2024-03-11T12:31:07.615 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum clean all 2024-03-11T12:31:07.888 INFO:teuthology.orchestra.run.smithi203.stdout:Updating Subscription Management repositories. 2024-03-11T12:31:07.889 INFO:teuthology.orchestra.run.smithi173.stdout:Updating Subscription Management repositories. 2024-03-11T12:31:07.997 INFO:teuthology.orchestra.run.smithi164.stdout:Updating Subscription Management repositories. 2024-03-11T12:31:09.180 INFO:teuthology.orchestra.run.smithi203.stdout:61 files removed 2024-03-11T12:31:09.233 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-radosgw 2024-03-11T12:31:09.380 INFO:teuthology.orchestra.run.smithi173.stdout:61 files removed 2024-03-11T12:31:09.395 INFO:teuthology.orchestra.run.smithi164.stdout:61 files removed 2024-03-11T12:31:09.431 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install ceph-radosgw 2024-03-11T12:31:09.453 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph-radosgw 2024-03-11T12:31:09.571 INFO:teuthology.orchestra.run.smithi203.stdout:Updating Subscription Management repositories. 2024-03-11T12:31:09.766 INFO:teuthology.orchestra.run.smithi173.stdout:Updating Subscription Management repositories. 2024-03-11T12:31:09.803 INFO:teuthology.orchestra.run.smithi164.stdout:Updating Subscription Management repositories. 2024-03-11T12:31:11.645 INFO:teuthology.orchestra.run.smithi203.stdout:ceph packages for x86_64 136 kB/s | 80 kB 00:00 2024-03-11T12:31:11.773 INFO:teuthology.orchestra.run.smithi173.stdout:ceph packages for x86_64 132 kB/s | 80 kB 00:00 2024-03-11T12:31:11.943 INFO:teuthology.orchestra.run.smithi164.stdout:ceph packages for x86_64 143 kB/s | 80 kB 00:00 2024-03-11T12:31:12.262 INFO:teuthology.orchestra.run.smithi203.stdout:ceph noarch packages 17 kB/s | 9.9 kB 00:00 2024-03-11T12:31:12.490 INFO:teuthology.orchestra.run.smithi173.stdout:ceph noarch packages 15 kB/s | 9.9 kB 00:00 2024-03-11T12:31:12.610 INFO:teuthology.orchestra.run.smithi164.stdout:ceph noarch packages 16 kB/s | 9.9 kB 00:00 2024-03-11T12:31:13.022 INFO:teuthology.orchestra.run.smithi203.stdout:ceph source packages 2.0 kB/s | 1.5 kB 00:00 2024-03-11T12:31:13.156 INFO:teuthology.orchestra.run.smithi203.stdout:Copr repo for python3-asyncssh owned by ceph 32 kB/s | 3.5 kB 00:00 2024-03-11T12:31:13.274 INFO:teuthology.orchestra.run.smithi173.stdout:ceph source packages 2.0 kB/s | 1.5 kB 00:00 2024-03-11T12:31:13.319 INFO:teuthology.orchestra.run.smithi164.stdout:ceph source packages 2.2 kB/s | 1.5 kB 00:00 2024-03-11T12:31:13.425 INFO:teuthology.orchestra.run.smithi173.stdout:Copr repo for python3-asyncssh owned by ceph 28 kB/s | 3.5 kB 00:00 2024-03-11T12:31:13.486 INFO:teuthology.orchestra.run.smithi164.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2024-03-11T12:31:14.795 INFO:teuthology.orchestra.run.smithi173.stdout:Extra Packages for Enterprise Linux 12 MB/s | 16 MB 00:01 2024-03-11T12:31:14.813 INFO:teuthology.orchestra.run.smithi203.stdout:Extra Packages for Enterprise Linux 9.9 MB/s | 16 MB 00:01 2024-03-11T12:31:15.407 INFO:teuthology.orchestra.run.smithi164.stdout:Extra Packages for Enterprise Linux 8.5 MB/s | 16 MB 00:01 2024-03-11T12:31:18.326 INFO:teuthology.orchestra.run.smithi173.stdout:lab-extras 367 kB/s | 24 kB 00:00 2024-03-11T12:31:18.398 INFO:teuthology.orchestra.run.smithi203.stdout:lab-extras 429 kB/s | 24 kB 00:00 2024-03-11T12:31:18.921 INFO:teuthology.orchestra.run.smithi164.stdout:lab-extras 500 kB/s | 24 kB 00:00 2024-03-11T12:31:19.162 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat CodeReady Linux Builder for RHEL 8 x86_ 12 MB/s | 8.8 MB 00:00 2024-03-11T12:31:19.792 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 45 MB/s | 59 MB 00:01 2024-03-11T12:31:20.248 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 47 MB/s | 59 MB 00:01 2024-03-11T12:31:22.096 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 47 MB/s | 66 MB 00:01 2024-03-11T12:31:30.641 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat CodeReady Linux Builder for RHEL 8 x86_ 17 MB/s | 8.8 MB 00:00 2024-03-11T12:31:31.143 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 47 MB/s | 66 MB 00:01 2024-03-11T12:31:32.955 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 46 MB/s | 59 MB 00:01 2024-03-11T12:31:33.549 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 51 MB/s | 66 MB 00:01 2024-03-11T12:31:41.693 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat CodeReady Linux Builder for RHEL 8 x86_ 15 MB/s | 8.8 MB 00:00 2024-03-11T12:31:48.311 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-03-11T12:31:48.313 INFO:teuthology.orchestra.run.smithi173.stdout:=================================================================================================== 2024-03-11T12:31:48.313 INFO:teuthology.orchestra.run.smithi173.stdout: Package Arch Version Repository Size 2024-03-11T12:31:48.314 INFO:teuthology.orchestra.run.smithi173.stdout:=================================================================================================== 2024-03-11T12:31:48.314 INFO:teuthology.orchestra.run.smithi173.stdout:Installing: 2024-03-11T12:31:48.314 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-radosgw x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 13 M 2024-03-11T12:31:48.314 INFO:teuthology.orchestra.run.smithi173.stdout:Upgrading: 2024-03-11T12:31:48.314 INFO:teuthology.orchestra.run.smithi173.stdout: librados2 x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 3.7 M 2024-03-11T12:31:48.314 INFO:teuthology.orchestra.run.smithi173.stdout: librbd1 x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 3.6 M 2024-03-11T12:31:48.314 INFO:teuthology.orchestra.run.smithi173.stdout:Installing dependencies: 2024-03-11T12:31:48.314 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-base x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 5.4 M 2024-03-11T12:31:48.314 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-common x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 22 M 2024-03-11T12:31:48.314 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-selinux x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 24 k 2024-03-11T12:31:48.314 INFO:teuthology.orchestra.run.smithi173.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2024-03-11T12:31:48.314 INFO:teuthology.orchestra.run.smithi173.stdout: libcephfs2 x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 774 k 2024-03-11T12:31:48.314 INFO:teuthology.orchestra.run.smithi173.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2024-03-11T12:31:48.315 INFO:teuthology.orchestra.run.smithi173.stdout: librabbitmq x86_64 0.9.0-5.el8_9 rhel-8-for-x86_64-baseos-rpms 47 k 2024-03-11T12:31:48.315 INFO:teuthology.orchestra.run.smithi173.stdout: libradosstriper1 x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 474 k 2024-03-11T12:31:48.315 INFO:teuthology.orchestra.run.smithi173.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2024-03-11T12:31:48.315 INFO:teuthology.orchestra.run.smithi173.stdout: librgw2 x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 6.5 M 2024-03-11T12:31:48.315 INFO:teuthology.orchestra.run.smithi173.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2024-03-11T12:31:48.315 INFO:teuthology.orchestra.run.smithi173.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2024-03-11T12:31:48.315 INFO:teuthology.orchestra.run.smithi173.stdout: python3-ceph-argparse x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 45 k 2024-03-11T12:31:48.315 INFO:teuthology.orchestra.run.smithi173.stdout: python3-ceph-common x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 126 k 2024-03-11T12:31:48.315 INFO:teuthology.orchestra.run.smithi173.stdout: python3-cephfs x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 197 k 2024-03-11T12:31:48.315 INFO:teuthology.orchestra.run.smithi173.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2024-03-11T12:31:48.315 INFO:teuthology.orchestra.run.smithi173.stdout: python3-rados x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 371 k 2024-03-11T12:31:48.315 INFO:teuthology.orchestra.run.smithi173.stdout: python3-rbd x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 365 k 2024-03-11T12:31:48.315 INFO:teuthology.orchestra.run.smithi173.stdout: python3-rgw x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 106 k 2024-03-11T12:31:48.316 INFO:teuthology.orchestra.run.smithi173.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2024-03-11T12:31:48.316 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:31:48.316 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction Summary 2024-03-11T12:31:48.316 INFO:teuthology.orchestra.run.smithi173.stdout:=================================================================================================== 2024-03-11T12:31:48.316 INFO:teuthology.orchestra.run.smithi173.stdout:Install 21 Packages 2024-03-11T12:31:48.316 INFO:teuthology.orchestra.run.smithi173.stdout:Upgrade 2 Packages 2024-03-11T12:31:48.316 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:31:48.317 INFO:teuthology.orchestra.run.smithi173.stdout:Total download size: 59 M 2024-03-11T12:31:48.317 INFO:teuthology.orchestra.run.smithi173.stdout:Downloading Packages: 2024-03-11T12:31:48.593 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-11T12:31:48.595 INFO:teuthology.orchestra.run.smithi164.stdout:=================================================================================================== 2024-03-11T12:31:48.595 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repository Size 2024-03-11T12:31:48.595 INFO:teuthology.orchestra.run.smithi164.stdout:=================================================================================================== 2024-03-11T12:31:48.595 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-11T12:31:48.595 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-radosgw x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 13 M 2024-03-11T12:31:48.596 INFO:teuthology.orchestra.run.smithi164.stdout:Upgrading: 2024-03-11T12:31:48.596 INFO:teuthology.orchestra.run.smithi164.stdout: librados2 x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 3.7 M 2024-03-11T12:31:48.596 INFO:teuthology.orchestra.run.smithi164.stdout: librbd1 x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 3.6 M 2024-03-11T12:31:48.596 INFO:teuthology.orchestra.run.smithi164.stdout:Installing dependencies: 2024-03-11T12:31:48.596 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-base x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 5.4 M 2024-03-11T12:31:48.596 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-common x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 22 M 2024-03-11T12:31:48.596 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-selinux x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 24 k 2024-03-11T12:31:48.596 INFO:teuthology.orchestra.run.smithi164.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2024-03-11T12:31:48.596 INFO:teuthology.orchestra.run.smithi164.stdout: libcephfs2 x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 774 k 2024-03-11T12:31:48.596 INFO:teuthology.orchestra.run.smithi164.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2024-03-11T12:31:48.596 INFO:teuthology.orchestra.run.smithi164.stdout: librabbitmq x86_64 0.9.0-5.el8_9 rhel-8-for-x86_64-baseos-rpms 47 k 2024-03-11T12:31:48.596 INFO:teuthology.orchestra.run.smithi164.stdout: libradosstriper1 x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 474 k 2024-03-11T12:31:48.596 INFO:teuthology.orchestra.run.smithi164.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2024-03-11T12:31:48.596 INFO:teuthology.orchestra.run.smithi164.stdout: librgw2 x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 6.5 M 2024-03-11T12:31:48.597 INFO:teuthology.orchestra.run.smithi164.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2024-03-11T12:31:48.597 INFO:teuthology.orchestra.run.smithi164.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2024-03-11T12:31:48.597 INFO:teuthology.orchestra.run.smithi164.stdout: python3-ceph-argparse x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 45 k 2024-03-11T12:31:48.597 INFO:teuthology.orchestra.run.smithi164.stdout: python3-ceph-common x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 126 k 2024-03-11T12:31:48.597 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cephfs x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 197 k 2024-03-11T12:31:48.597 INFO:teuthology.orchestra.run.smithi164.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2024-03-11T12:31:48.597 INFO:teuthology.orchestra.run.smithi164.stdout: python3-rados x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 371 k 2024-03-11T12:31:48.597 INFO:teuthology.orchestra.run.smithi164.stdout: python3-rbd x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 365 k 2024-03-11T12:31:48.597 INFO:teuthology.orchestra.run.smithi164.stdout: python3-rgw x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 106 k 2024-03-11T12:31:48.597 INFO:teuthology.orchestra.run.smithi164.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2024-03-11T12:31:48.597 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:31:48.597 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-11T12:31:48.597 INFO:teuthology.orchestra.run.smithi164.stdout:=================================================================================================== 2024-03-11T12:31:48.597 INFO:teuthology.orchestra.run.smithi164.stdout:Install 21 Packages 2024-03-11T12:31:48.598 INFO:teuthology.orchestra.run.smithi164.stdout:Upgrade 2 Packages 2024-03-11T12:31:48.598 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:31:48.598 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 59 M 2024-03-11T12:31:48.598 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-11T12:31:49.044 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-03-11T12:31:49.047 INFO:teuthology.orchestra.run.smithi203.stdout:=================================================================================================== 2024-03-11T12:31:49.047 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2024-03-11T12:31:49.047 INFO:teuthology.orchestra.run.smithi203.stdout:=================================================================================================== 2024-03-11T12:31:49.047 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-03-11T12:31:49.047 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-radosgw x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 13 M 2024-03-11T12:31:49.047 INFO:teuthology.orchestra.run.smithi203.stdout:Upgrading: 2024-03-11T12:31:49.047 INFO:teuthology.orchestra.run.smithi203.stdout: librados2 x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 3.7 M 2024-03-11T12:31:49.047 INFO:teuthology.orchestra.run.smithi203.stdout: librbd1 x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 3.6 M 2024-03-11T12:31:49.047 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2024-03-11T12:31:49.047 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-base x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 5.4 M 2024-03-11T12:31:49.047 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-common x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 22 M 2024-03-11T12:31:49.047 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-selinux x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 24 k 2024-03-11T12:31:49.048 INFO:teuthology.orchestra.run.smithi203.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2024-03-11T12:31:49.048 INFO:teuthology.orchestra.run.smithi203.stdout: libcephfs2 x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 774 k 2024-03-11T12:31:49.048 INFO:teuthology.orchestra.run.smithi203.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2024-03-11T12:31:49.048 INFO:teuthology.orchestra.run.smithi203.stdout: librabbitmq x86_64 0.9.0-5.el8_9 rhel-8-for-x86_64-baseos-rpms 47 k 2024-03-11T12:31:49.048 INFO:teuthology.orchestra.run.smithi203.stdout: libradosstriper1 x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 474 k 2024-03-11T12:31:49.048 INFO:teuthology.orchestra.run.smithi203.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2024-03-11T12:31:49.048 INFO:teuthology.orchestra.run.smithi203.stdout: librgw2 x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 6.5 M 2024-03-11T12:31:49.048 INFO:teuthology.orchestra.run.smithi203.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2024-03-11T12:31:49.048 INFO:teuthology.orchestra.run.smithi203.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2024-03-11T12:31:49.048 INFO:teuthology.orchestra.run.smithi203.stdout: python3-ceph-argparse x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 45 k 2024-03-11T12:31:49.048 INFO:teuthology.orchestra.run.smithi203.stdout: python3-ceph-common x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 126 k 2024-03-11T12:31:49.048 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cephfs x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 197 k 2024-03-11T12:31:49.048 INFO:teuthology.orchestra.run.smithi203.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2024-03-11T12:31:49.048 INFO:teuthology.orchestra.run.smithi203.stdout: python3-rados x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 371 k 2024-03-11T12:31:49.049 INFO:teuthology.orchestra.run.smithi203.stdout: python3-rbd x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 365 k 2024-03-11T12:31:49.049 INFO:teuthology.orchestra.run.smithi203.stdout: python3-rgw x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 106 k 2024-03-11T12:31:49.049 INFO:teuthology.orchestra.run.smithi203.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2024-03-11T12:31:49.049 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:31:49.049 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-03-11T12:31:49.049 INFO:teuthology.orchestra.run.smithi203.stdout:=================================================================================================== 2024-03-11T12:31:49.049 INFO:teuthology.orchestra.run.smithi203.stdout:Install 21 Packages 2024-03-11T12:31:49.049 INFO:teuthology.orchestra.run.smithi203.stdout:Upgrade 2 Packages 2024-03-11T12:31:49.049 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:31:49.049 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 59 M 2024-03-11T12:31:49.050 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-03-11T12:31:49.689 INFO:teuthology.orchestra.run.smithi173.stdout:(1/23): ceph-base-18.2.1-802.ge1b0c2aa.el8.x86_ 4.7 MB/s | 5.4 MB 00:01 2024-03-11T12:31:49.793 INFO:teuthology.orchestra.run.smithi173.stdout:(2/23): ceph-selinux-18.2.1-802.ge1b0c2aa.el8.x 233 kB/s | 24 kB 00:00 2024-03-11T12:31:50.014 INFO:teuthology.orchestra.run.smithi173.stdout:(3/23): libcephfs2-18.2.1-802.ge1b0c2aa.el8.x86 3.4 MB/s | 774 kB 00:00 2024-03-11T12:31:50.024 INFO:teuthology.orchestra.run.smithi164.stdout:(1/23): ceph-base-18.2.1-802.ge1b0c2aa.el8.x86_ 4.0 MB/s | 5.4 MB 00:01 2024-03-11T12:31:50.116 INFO:teuthology.orchestra.run.smithi164.stdout:(2/23): ceph-selinux-18.2.1-802.ge1b0c2aa.el8.x 266 kB/s | 24 kB 00:00 2024-03-11T12:31:50.165 INFO:teuthology.orchestra.run.smithi173.stdout:(4/23): libradosstriper1-18.2.1-802.ge1b0c2aa.e 3.1 MB/s | 474 kB 00:00 2024-03-11T12:31:50.391 INFO:teuthology.orchestra.run.smithi164.stdout:(3/23): libcephfs2-18.2.1-802.ge1b0c2aa.el8.x86 2.7 MB/s | 774 kB 00:00 2024-03-11T12:31:50.699 INFO:teuthology.orchestra.run.smithi164.stdout:(4/23): libradosstriper1-18.2.1-802.ge1b0c2aa.e 1.5 MB/s | 474 kB 00:00 2024-03-11T12:31:50.882 INFO:teuthology.orchestra.run.smithi173.stdout:(5/23): ceph-radosgw-18.2.1-802.ge1b0c2aa.el8.x 5.6 MB/s | 13 MB 00:02 2024-03-11T12:31:50.998 INFO:teuthology.orchestra.run.smithi173.stdout:(6/23): python3-ceph-argparse-18.2.1-802.ge1b0c 383 kB/s | 45 kB 00:00 2024-03-11T12:31:51.099 INFO:teuthology.orchestra.run.smithi173.stdout:(7/23): python3-ceph-common-18.2.1-802.ge1b0c2a 1.2 MB/s | 126 kB 00:00 2024-03-11T12:31:51.199 INFO:teuthology.orchestra.run.smithi173.stdout:(8/23): python3-cephfs-18.2.1-802.ge1b0c2aa.el8 1.9 MB/s | 197 kB 00:00 2024-03-11T12:31:51.702 INFO:teuthology.orchestra.run.smithi203.stdout:(1/23): ceph-base-18.2.1-802.ge1b0c2aa.el8.x86_ 2.2 MB/s | 5.4 MB 00:02 2024-03-11T12:31:51.786 INFO:teuthology.orchestra.run.smithi203.stdout:(2/23): ceph-selinux-18.2.1-802.ge1b0c2aa.el8.x 292 kB/s | 24 kB 00:00 2024-03-11T12:31:51.864 INFO:teuthology.orchestra.run.smithi173.stdout:(9/23): librgw2-18.2.1-802.ge1b0c2aa.el8.x86_64 3.8 MB/s | 6.5 MB 00:01 2024-03-11T12:31:51.978 INFO:teuthology.orchestra.run.smithi203.stdout:(3/23): libcephfs2-18.2.1-802.ge1b0c2aa.el8.x86 3.9 MB/s | 774 kB 00:00 2024-03-11T12:31:51.983 INFO:teuthology.orchestra.run.smithi173.stdout:(10/23): python3-rbd-18.2.1-802.ge1b0c2aa.el8.x 3.0 MB/s | 365 kB 00:00 2024-03-11T12:31:52.008 INFO:teuthology.orchestra.run.smithi173.stdout:(11/23): python3-rados-18.2.1-802.ge1b0c2aa.el8 459 kB/s | 371 kB 00:00 2024-03-11T12:31:52.050 INFO:teuthology.orchestra.run.smithi173.stdout:(12/23): python3-rgw-18.2.1-802.ge1b0c2aa.el8.x 1.6 MB/s | 106 kB 00:00 2024-03-11T12:31:52.087 INFO:teuthology.orchestra.run.smithi203.stdout:(4/23): libradosstriper1-18.2.1-802.ge1b0c2aa.e 4.3 MB/s | 474 kB 00:00 2024-03-11T12:31:52.108 INFO:teuthology.orchestra.run.smithi164.stdout:(5/23): ceph-common-18.2.1-802.ge1b0c2aa.el8.x8 6.3 MB/s | 22 MB 00:03 2024-03-11T12:31:52.183 INFO:teuthology.orchestra.run.smithi164.stdout:(6/23): python3-ceph-argparse-18.2.1-802.ge1b0c 597 kB/s | 45 kB 00:00 2024-03-11T12:31:52.267 INFO:teuthology.orchestra.run.smithi164.stdout:(7/23): python3-ceph-common-18.2.1-802.ge1b0c2a 1.5 MB/s | 126 kB 00:00 2024-03-11T12:31:52.375 INFO:teuthology.orchestra.run.smithi164.stdout:(8/23): python3-cephfs-18.2.1-802.ge1b0c2aa.el8 1.8 MB/s | 197 kB 00:00 2024-03-11T12:31:52.476 INFO:teuthology.orchestra.run.smithi164.stdout:(9/23): python3-rados-18.2.1-802.ge1b0c2aa.el8. 3.6 MB/s | 371 kB 00:00 2024-03-11T12:31:52.576 INFO:teuthology.orchestra.run.smithi164.stdout:(10/23): python3-rbd-18.2.1-802.ge1b0c2aa.el8.x 3.6 MB/s | 365 kB 00:00 2024-03-11T12:31:52.668 INFO:teuthology.orchestra.run.smithi164.stdout:(11/23): python3-rgw-18.2.1-802.ge1b0c2aa.el8.x 1.1 MB/s | 106 kB 00:00 2024-03-11T12:31:52.834 INFO:teuthology.orchestra.run.smithi173.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 75 kB/s | 59 kB 00:00 2024-03-11T12:31:52.926 INFO:teuthology.orchestra.run.smithi173.stdout:(14/23): gperftools-libs-2.7-9.el8.x86_64.rpm 334 kB/s | 306 kB 00:00 2024-03-11T12:31:52.995 INFO:teuthology.orchestra.run.smithi203.stdout:(5/23): librgw2-18.2.1-802.ge1b0c2aa.el8.x86_64 7.2 MB/s | 6.5 MB 00:00 2024-03-11T12:31:53.079 INFO:teuthology.orchestra.run.smithi203.stdout:(6/23): python3-ceph-argparse-18.2.1-802.ge1b0c 538 kB/s | 45 kB 00:00 2024-03-11T12:31:53.126 INFO:teuthology.orchestra.run.smithi173.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 257 kB/s | 75 kB 00:00 2024-03-11T12:31:53.177 INFO:teuthology.orchestra.run.smithi164.stdout:(12/23): gperftools-libs-2.7-9.el8.x86_64.rpm 602 kB/s | 306 kB 00:00 2024-03-11T12:31:53.260 INFO:teuthology.orchestra.run.smithi164.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 708 kB/s | 59 kB 00:00 2024-03-11T12:31:53.288 INFO:teuthology.orchestra.run.smithi203.stdout:(7/23): ceph-common-18.2.1-802.ge1b0c2aa.el8.x8 5.4 MB/s | 22 MB 00:04 2024-03-11T12:31:53.335 INFO:teuthology.orchestra.run.smithi203.stdout:(8/23): python3-ceph-common-18.2.1-802.ge1b0c2a 491 kB/s | 126 kB 00:00 2024-03-11T12:31:53.371 INFO:teuthology.orchestra.run.smithi203.stdout:(9/23): python3-cephfs-18.2.1-802.ge1b0c2aa.el8 2.3 MB/s | 197 kB 00:00 2024-03-11T12:31:53.386 INFO:teuthology.orchestra.run.smithi164.stdout:(14/23): librgw2-18.2.1-802.ge1b0c2aa.el8.x86_6 2.4 MB/s | 6.5 MB 00:02 2024-03-11T12:31:53.397 INFO:teuthology.orchestra.run.smithi203.stdout:(10/23): python3-rados-18.2.1-802.ge1b0c2aa.el8 5.9 MB/s | 371 kB 00:00 2024-03-11T12:31:53.411 INFO:teuthology.orchestra.run.smithi164.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 500 kB/s | 75 kB 00:00 2024-03-11T12:31:53.422 INFO:teuthology.orchestra.run.smithi203.stdout:(11/23): python3-rbd-18.2.1-802.ge1b0c2aa.el8.x 7.1 MB/s | 365 kB 00:00 2024-03-11T12:31:53.447 INFO:teuthology.orchestra.run.smithi203.stdout:(12/23): python3-rgw-18.2.1-802.ge1b0c2aa.el8.x 2.1 MB/s | 106 kB 00:00 2024-03-11T12:31:53.493 INFO:teuthology.orchestra.run.smithi173.stdout:(16/23): librabbitmq-0.9.0-5.el8_9.x86_64.rpm 128 kB/s | 47 kB 00:00 2024-03-11T12:31:53.511 INFO:teuthology.orchestra.run.smithi164.stdout:(16/23): python3-prettytable-0.7.2-14.el8.noarc 440 kB/s | 44 kB 00:00 2024-03-11T12:31:53.577 INFO:teuthology.orchestra.run.smithi173.stdout:(17/23): python3-prettytable-0.7.2-14.el8.noarc 528 kB/s | 44 kB 00:00 2024-03-11T12:31:53.611 INFO:teuthology.orchestra.run.smithi164.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 2.5 MB/s | 259 kB 00:00 2024-03-11T12:31:53.672 INFO:teuthology.orchestra.run.smithi203.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 261 kB/s | 59 kB 00:00 2024-03-11T12:31:53.694 INFO:teuthology.orchestra.run.smithi173.stdout:(18/23): thrift-0.13.0-2.el8.x86_64.rpm 2.3 MB/s | 1.7 MB 00:00 2024-03-11T12:31:53.719 INFO:teuthology.orchestra.run.smithi173.stdout:(19/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.8 MB/s | 259 kB 00:00 2024-03-11T12:31:53.773 INFO:teuthology.orchestra.run.smithi203.stdout:(14/23): gperftools-libs-2.7-9.el8.x86_64.rpm 874 kB/s | 306 kB 00:00 2024-03-11T12:31:53.795 INFO:teuthology.orchestra.run.smithi164.stdout:(18/23): librdkafka-0.11.4-3.el8.x86_64.rpm 1.9 MB/s | 354 kB 00:00 2024-03-11T12:31:53.798 INFO:teuthology.orchestra.run.smithi203.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 600 kB/s | 75 kB 00:00 2024-03-11T12:31:53.870 INFO:teuthology.orchestra.run.smithi173.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 2.0 MB/s | 354 kB 00:00 2024-03-11T12:31:53.912 INFO:teuthology.orchestra.run.smithi164.stdout:(19/23): librabbitmq-0.9.0-5.el8_9.x86_64.rpm 404 kB/s | 47 kB 00:00 2024-03-11T12:31:53.957 INFO:teuthology.orchestra.run.smithi203.stdout:(16/23): python3-prettytable-0.7.2-14.el8.noarc 278 kB/s | 44 kB 00:00 2024-03-11T12:31:54.024 INFO:teuthology.orchestra.run.smithi203.stdout:(17/23): thrift-0.13.0-2.el8.x86_64.rpm 6.9 MB/s | 1.7 MB 00:00 2024-03-11T12:31:54.107 INFO:teuthology.orchestra.run.smithi203.stdout:(18/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.7 MB/s | 259 kB 00:00 2024-03-11T12:31:54.220 INFO:teuthology.orchestra.run.smithi173.stdout:(21/23): librados2-18.2.1-802.ge1b0c2aa.el8.x86 7.4 MB/s | 3.7 MB 00:00 2024-03-11T12:31:54.224 INFO:teuthology.orchestra.run.smithi203.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 1.7 MB/s | 354 kB 00:00 2024-03-11T12:31:54.250 INFO:teuthology.orchestra.run.smithi203.stdout:(20/23): librabbitmq-0.9.0-5.el8_9.x86_64.rpm 331 kB/s | 47 kB 00:00 2024-03-11T12:31:54.692 INFO:teuthology.orchestra.run.smithi203.stdout:(21/23): librbd1-18.2.1-802.ge1b0c2aa.el8.x86_6 8.1 MB/s | 3.6 MB 00:00 2024-03-11T12:31:54.758 INFO:teuthology.orchestra.run.smithi203.stdout:(22/23): librados2-18.2.1-802.ge1b0c2aa.el8.x86 6.9 MB/s | 3.7 MB 00:00 2024-03-11T12:31:54.762 INFO:teuthology.orchestra.run.smithi164.stdout:(20/23): librados2-18.2.1-802.ge1b0c2aa.el8.x86 4.3 MB/s | 3.7 MB 00:00 2024-03-11T12:31:54.926 INFO:teuthology.orchestra.run.smithi203.stdout:(23/23): ceph-radosgw-18.2.1-802.ge1b0c2aa.el8. 2.3 MB/s | 13 MB 00:05 2024-03-11T12:31:54.928 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:31:54.928 INFO:teuthology.orchestra.run.smithi203.stdout:Total 10 MB/s | 59 MB 00:05 2024-03-11T12:31:54.979 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-03-11T12:31:55.025 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-03-11T12:31:55.025 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-03-11T12:31:55.087 INFO:teuthology.orchestra.run.smithi173.stdout:(22/23): librbd1-18.2.1-802.ge1b0c2aa.el8.x86_6 2.9 MB/s | 3.6 MB 00:01 2024-03-11T12:31:55.246 INFO:teuthology.orchestra.run.smithi164.stdout:(21/23): thrift-0.13.0-2.el8.x86_64.rpm 955 kB/s | 1.7 MB 00:01 2024-03-11T12:31:55.304 INFO:teuthology.orchestra.run.smithi164.stdout:(22/23): librbd1-18.2.1-802.ge1b0c2aa.el8.x86_6 6.6 MB/s | 3.6 MB 00:00 2024-03-11T12:31:55.355 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-03-11T12:31:55.364 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-03-11T12:31:56.536 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-03-11T12:31:56.772 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2024-03-11T12:31:56.954 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2024-03-11T12:31:57.353 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2024-03-11T12:31:57.588 INFO:teuthology.orchestra.run.smithi203.stdout: Upgrading : librados2-2:18.2.1-802.ge1b0c2aa.el8.x86_64 3/25 2024-03-11T12:31:57.683 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: librados2-2:18.2.1-802.ge1b0c2aa.el8.x86_64 3/25 2024-03-11T12:31:57.877 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-rados-2:18.2.1-802.ge1b0c2aa.el8.x86_64 4/25 2024-03-11T12:31:58.102 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2024-03-11T12:31:58.304 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : libcephfs2-2:18.2.1-802.ge1b0c2aa.el8.x86_64 6/25 2024-03-11T12:31:58.698 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: libcephfs2-2:18.2.1-802.ge1b0c2aa.el8.x86_64 6/25 2024-03-11T12:31:58.888 INFO:teuthology.orchestra.run.smithi203.stdout: Upgrading : librbd1-2:18.2.1-802.ge1b0c2aa.el8.x86_64 7/25 2024-03-11T12:31:58.989 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: librbd1-2:18.2.1-802.ge1b0c2aa.el8.x86_64 7/25 2024-03-11T12:31:59.202 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : librabbitmq-0.9.0-5.el8_9.x86_64 8/25 2024-03-11T12:31:59.730 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2024-03-11T12:31:59.786 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2024-03-11T12:31:59.916 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-ceph-argparse-2:18.2.1-802.ge1b0c2aa.el8.x 10/25 2024-03-11T12:32:00.124 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-cephfs-2:18.2.1-802.ge1b0c2aa.el8.x86_64 11/25 2024-03-11T12:32:00.381 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-rbd-2:18.2.1-802.ge1b0c2aa.el8.x86_64 12/25 2024-03-11T12:32:00.579 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : libradosstriper1-2:18.2.1-802.ge1b0c2aa.el8.x86_64 13/25 2024-03-11T12:32:00.640 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: libradosstriper1-2:18.2.1-802.ge1b0c2aa.el8.x86_64 13/25 2024-03-11T12:32:00.772 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 14/25 2024-03-11T12:32:01.006 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 15/25 2024-03-11T12:32:01.829 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 16/25 2024-03-11T12:32:02.046 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : librgw2-2:18.2.1-802.ge1b0c2aa.el8.x86_64 17/25 2024-03-11T12:32:02.121 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: librgw2-2:18.2.1-802.ge1b0c2aa.el8.x86_64 17/25 2024-03-11T12:32:02.388 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-rgw-2:18.2.1-802.ge1b0c2aa.el8.x86_64 18/25 2024-03-11T12:32:02.554 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-ceph-common-2:18.2.1-802.ge1b0c2aa.el8.x86 19/25 2024-03-11T12:32:04.045 INFO:teuthology.orchestra.run.smithi164.stdout:(23/23): ceph-radosgw-18.2.1-802.ge1b0c2aa.el8. 871 kB/s | 13 MB 00:15 2024-03-11T12:32:04.048 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:32:04.048 INFO:teuthology.orchestra.run.smithi164.stdout:Total 3.8 MB/s | 59 MB 00:15 2024-03-11T12:32:04.100 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-11T12:32:04.146 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-11T12:32:04.146 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-11T12:32:04.477 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-11T12:32:04.488 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-11T12:32:05.520 INFO:teuthology.orchestra.run.smithi173.stdout:(23/23): ceph-common-18.2.1-802.ge1b0c2aa.el8.x 1.3 MB/s | 22 MB 00:16 2024-03-11T12:32:05.524 INFO:teuthology.orchestra.run.smithi173.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:32:05.525 INFO:teuthology.orchestra.run.smithi173.stdout:Total 3.4 MB/s | 59 MB 00:17 2024-03-11T12:32:05.571 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction check 2024-03-11T12:32:05.617 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction check succeeded. 2024-03-11T12:32:05.617 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction test 2024-03-11T12:32:05.642 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-11T12:32:05.850 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2024-03-11T12:32:05.947 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction test succeeded. 2024-03-11T12:32:05.957 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction 2024-03-11T12:32:06.024 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2024-03-11T12:32:06.292 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-common-2:18.2.1-802.ge1b0c2aa.el8.x86_64 20/25 2024-03-11T12:32:06.430 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2024-03-11T12:32:06.607 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-common-2:18.2.1-802.ge1b0c2aa.el8.x86_64 20/25 2024-03-11T12:32:06.649 INFO:teuthology.orchestra.run.smithi164.stdout: Upgrading : librados2-2:18.2.1-802.ge1b0c2aa.el8.x86_64 3/25 2024-03-11T12:32:06.727 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: librados2-2:18.2.1-802.ge1b0c2aa.el8.x86_64 3/25 2024-03-11T12:32:06.913 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-rados-2:18.2.1-802.ge1b0c2aa.el8.x86_64 4/25 2024-03-11T12:32:07.138 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2024-03-11T12:32:07.160 INFO:teuthology.orchestra.run.smithi173.stdout: Preparing : 1/1 2024-03-11T12:32:07.188 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-common-2:18.2.1-802.ge1b0c2aa.el8.x86_64 20/25 2024-03-11T12:32:07.307 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : libcephfs2-2:18.2.1-802.ge1b0c2aa.el8.x86_64 6/25 2024-03-11T12:32:07.403 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2024-03-11T12:32:07.504 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-base-2:18.2.1-802.ge1b0c2aa.el8.x86_64 21/25 2024-03-11T12:32:07.560 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2024-03-11T12:32:07.600 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-base-2:18.2.1-802.ge1b0c2aa.el8.x86_64 21/25 2024-03-11T12:32:07.699 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: libcephfs2-2:18.2.1-802.ge1b0c2aa.el8.x86_64 6/25 2024-03-11T12:32:07.778 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-selinux-2:18.2.1-802.ge1b0c2aa.el8.x86_64 22/25 2024-03-11T12:32:07.866 INFO:teuthology.orchestra.run.smithi164.stdout: Upgrading : librbd1-2:18.2.1-802.ge1b0c2aa.el8.x86_64 7/25 2024-03-11T12:32:07.933 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: librbd1-2:18.2.1-802.ge1b0c2aa.el8.x86_64 7/25 2024-03-11T12:32:07.966 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2024-03-11T12:32:08.144 INFO:teuthology.orchestra.run.smithi173.stdout: Upgrading : librados2-2:18.2.1-802.ge1b0c2aa.el8.x86_64 3/25 2024-03-11T12:32:08.147 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : librabbitmq-0.9.0-5.el8_9.x86_64 8/25 2024-03-11T12:32:08.244 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: librados2-2:18.2.1-802.ge1b0c2aa.el8.x86_64 3/25 2024-03-11T12:32:08.299 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2024-03-11T12:32:08.371 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2024-03-11T12:32:08.424 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-rados-2:18.2.1-802.ge1b0c2aa.el8.x86_64 4/25 2024-03-11T12:32:08.510 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-ceph-argparse-2:18.2.1-802.ge1b0c2aa.el8.x 10/25 2024-03-11T12:32:08.683 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2024-03-11T12:32:08.734 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-cephfs-2:18.2.1-802.ge1b0c2aa.el8.x86_64 11/25 2024-03-11T12:32:08.886 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : libcephfs2-2:18.2.1-802.ge1b0c2aa.el8.x86_64 6/25 2024-03-11T12:32:08.964 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-rbd-2:18.2.1-802.ge1b0c2aa.el8.x86_64 12/25 2024-03-11T12:32:09.124 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : libradosstriper1-2:18.2.1-802.ge1b0c2aa.el8.x86_64 13/25 2024-03-11T12:32:09.199 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: libradosstriper1-2:18.2.1-802.ge1b0c2aa.el8.x86_64 13/25 2024-03-11T12:32:09.268 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: libcephfs2-2:18.2.1-802.ge1b0c2aa.el8.x86_64 6/25 2024-03-11T12:32:09.324 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 14/25 2024-03-11T12:32:09.452 INFO:teuthology.orchestra.run.smithi173.stdout: Upgrading : librbd1-2:18.2.1-802.ge1b0c2aa.el8.x86_64 7/25 2024-03-11T12:32:09.515 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 15/25 2024-03-11T12:32:09.561 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: librbd1-2:18.2.1-802.ge1b0c2aa.el8.x86_64 7/25 2024-03-11T12:32:09.702 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2024-03-11T12:32:09.751 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2024-03-11T12:32:09.942 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : librabbitmq-0.9.0-5.el8_9.x86_64 9/25 2024-03-11T12:32:10.121 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-ceph-argparse-2:18.2.1-802.ge1b0c2aa.el8.x 10/25 2024-03-11T12:32:10.320 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-cephfs-2:18.2.1-802.ge1b0c2aa.el8.x86_64 11/25 2024-03-11T12:32:10.389 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 16/25 2024-03-11T12:32:10.565 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : librgw2-2:18.2.1-802.ge1b0c2aa.el8.x86_64 17/25 2024-03-11T12:32:10.590 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-rbd-2:18.2.1-802.ge1b0c2aa.el8.x86_64 12/25 2024-03-11T12:32:10.623 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: librgw2-2:18.2.1-802.ge1b0c2aa.el8.x86_64 17/25 2024-03-11T12:32:10.777 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : libradosstriper1-2:18.2.1-802.ge1b0c2aa.el8.x86_64 13/25 2024-03-11T12:32:10.850 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: libradosstriper1-2:18.2.1-802.ge1b0c2aa.el8.x86_64 13/25 2024-03-11T12:32:10.866 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-rgw-2:18.2.1-802.ge1b0c2aa.el8.x86_64 18/25 2024-03-11T12:32:10.977 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 14/25 2024-03-11T12:32:11.024 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-ceph-common-2:18.2.1-802.ge1b0c2aa.el8.x86 19/25 2024-03-11T12:32:11.219 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 15/25 2024-03-11T12:32:12.018 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 16/25 2024-03-11T12:32:12.185 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : librgw2-2:18.2.1-802.ge1b0c2aa.el8.x86_64 17/25 2024-03-11T12:32:12.290 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: librgw2-2:18.2.1-802.ge1b0c2aa.el8.x86_64 17/25 2024-03-11T12:32:12.510 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-rgw-2:18.2.1-802.ge1b0c2aa.el8.x86_64 18/25 2024-03-11T12:32:12.702 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-ceph-common-2:18.2.1-802.ge1b0c2aa.el8.x86 19/25 2024-03-11T12:32:14.751 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-common-2:18.2.1-802.ge1b0c2aa.el8.x86_64 20/25 2024-03-11T12:32:15.251 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-common-2:18.2.1-802.ge1b0c2aa.el8.x86_64 20/25 2024-03-11T12:32:15.833 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-common-2:18.2.1-802.ge1b0c2aa.el8.x86_64 20/25 2024-03-11T12:32:16.090 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-base-2:18.2.1-802.ge1b0c2aa.el8.x86_64 21/25 2024-03-11T12:32:16.175 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-base-2:18.2.1-802.ge1b0c2aa.el8.x86_64 21/25 2024-03-11T12:32:16.348 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-selinux-2:18.2.1-802.ge1b0c2aa.el8.x86_64 22/25 2024-03-11T12:32:16.867 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: ceph-common-2:18.2.1-802.ge1b0c2aa.el8.x86_64 20/25 2024-03-11T12:32:17.185 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : ceph-common-2:18.2.1-802.ge1b0c2aa.el8.x86_64 20/25 2024-03-11T12:32:17.763 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: ceph-common-2:18.2.1-802.ge1b0c2aa.el8.x86_64 20/25 2024-03-11T12:32:18.068 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : ceph-base-2:18.2.1-802.ge1b0c2aa.el8.x86_64 21/25 2024-03-11T12:32:18.152 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: ceph-base-2:18.2.1-802.ge1b0c2aa.el8.x86_64 21/25 2024-03-11T12:32:18.292 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : ceph-selinux-2:18.2.1-802.ge1b0c2aa.el8.x86_64 22/25 2024-03-11T12:32:26.802 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-selinux-2:18.2.1-802.ge1b0c2aa.el8.x86_64 22/25 2024-03-11T12:32:26.802 INFO:teuthology.orchestra.run.smithi203.stdout:skipping the directory /sys 2024-03-11T12:32:26.803 INFO:teuthology.orchestra.run.smithi203.stdout:skipping the directory /proc 2024-03-11T12:32:26.803 INFO:teuthology.orchestra.run.smithi203.stdout:skipping the directory /dev 2024-03-11T12:32:26.803 INFO:teuthology.orchestra.run.smithi203.stdout:skipping the directory /run 2024-03-11T12:32:26.803 INFO:teuthology.orchestra.run.smithi203.stdout:skipping the directory /mnt 2024-03-11T12:32:26.803 INFO:teuthology.orchestra.run.smithi203.stdout:skipping the directory /var/tmp 2024-03-11T12:32:26.803 INFO:teuthology.orchestra.run.smithi203.stdout:skipping the directory /home 2024-03-11T12:32:26.803 INFO:teuthology.orchestra.run.smithi203.stdout:skipping the directory /tmp 2024-03-11T12:32:26.803 INFO:teuthology.orchestra.run.smithi203.stdout:skipping the directory /dev 2024-03-11T12:32:26.803 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:32:28.160 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-radosgw-2:18.2.1-802.ge1b0c2aa.el8.x86_64 23/25 2024-03-11T12:32:28.181 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-radosgw-2:18.2.1-802.ge1b0c2aa.el8.x86_64 23/25 2024-03-11T12:32:28.181 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2024-03-11T12:32:28.477 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2024-03-11T12:32:28.477 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2024-03-11T12:32:29.199 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2024-03-11T12:32:29.199 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-base-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/25 2024-03-11T12:32:29.199 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-common-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2/25 2024-03-11T12:32:29.200 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-radosgw-2:18.2.1-802.ge1b0c2aa.el8.x86_64 3/25 2024-03-11T12:32:29.200 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-selinux-2:18.2.1-802.ge1b0c2aa.el8.x86_64 4/25 2024-03-11T12:32:29.200 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libcephfs2-2:18.2.1-802.ge1b0c2aa.el8.x86_64 5/25 2024-03-11T12:32:29.200 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libradosstriper1-2:18.2.1-802.ge1b0c2aa.el8.x86_64 6/25 2024-03-11T12:32:29.200 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : librgw2-2:18.2.1-802.ge1b0c2aa.el8.x86_64 7/25 2024-03-11T12:32:29.200 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-ceph-argparse-2:18.2.1-802.ge1b0c2aa.el8.x 8/25 2024-03-11T12:32:29.200 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-ceph-common-2:18.2.1-802.ge1b0c2aa.el8.x86 9/25 2024-03-11T12:32:29.200 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-cephfs-2:18.2.1-802.ge1b0c2aa.el8.x86_64 10/25 2024-03-11T12:32:29.200 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-rados-2:18.2.1-802.ge1b0c2aa.el8.x86_64 11/25 2024-03-11T12:32:29.200 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-rbd-2:18.2.1-802.ge1b0c2aa.el8.x86_64 12/25 2024-03-11T12:32:29.200 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-rgw-2:18.2.1-802.ge1b0c2aa.el8.x86_64 13/25 2024-03-11T12:32:29.201 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2024-03-11T12:32:29.201 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2024-03-11T12:32:29.201 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2024-03-11T12:32:29.201 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2024-03-11T12:32:29.201 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 18/25 2024-03-11T12:32:29.201 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2024-03-11T12:32:29.201 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2024-03-11T12:32:29.201 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : librabbitmq-0.9.0-5.el8_9.x86_64 21/25 2024-03-11T12:32:29.201 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : librados2-2:18.2.1-802.ge1b0c2aa.el8.x86_64 22/25 2024-03-11T12:32:29.201 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2024-03-11T12:32:29.201 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : librbd1-2:18.2.1-802.ge1b0c2aa.el8.x86_64 24/25 2024-03-11T12:32:35.142 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-selinux-2:18.2.1-802.ge1b0c2aa.el8.x86_64 22/25 2024-03-11T12:32:35.143 INFO:teuthology.orchestra.run.smithi164.stdout:skipping the directory /sys 2024-03-11T12:32:35.143 INFO:teuthology.orchestra.run.smithi164.stdout:skipping the directory /proc 2024-03-11T12:32:35.143 INFO:teuthology.orchestra.run.smithi164.stdout:skipping the directory /dev 2024-03-11T12:32:35.143 INFO:teuthology.orchestra.run.smithi164.stdout:skipping the directory /run 2024-03-11T12:32:35.143 INFO:teuthology.orchestra.run.smithi164.stdout:skipping the directory /mnt 2024-03-11T12:32:35.143 INFO:teuthology.orchestra.run.smithi164.stdout:skipping the directory /var/tmp 2024-03-11T12:32:35.143 INFO:teuthology.orchestra.run.smithi164.stdout:skipping the directory /home 2024-03-11T12:32:35.143 INFO:teuthology.orchestra.run.smithi164.stdout:skipping the directory /tmp 2024-03-11T12:32:35.143 INFO:teuthology.orchestra.run.smithi164.stdout:skipping the directory /dev 2024-03-11T12:32:35.143 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:32:36.486 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-radosgw-2:18.2.1-802.ge1b0c2aa.el8.x86_64 23/25 2024-03-11T12:32:36.509 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-radosgw-2:18.2.1-802.ge1b0c2aa.el8.x86_64 23/25 2024-03-11T12:32:36.509 INFO:teuthology.orchestra.run.smithi164.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2024-03-11T12:32:36.730 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2024-03-11T12:32:36.731 INFO:teuthology.orchestra.run.smithi164.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2024-03-11T12:32:36.990 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: ceph-selinux-2:18.2.1-802.ge1b0c2aa.el8.x86_64 22/25 2024-03-11T12:32:36.990 INFO:teuthology.orchestra.run.smithi173.stdout:skipping the directory /sys 2024-03-11T12:32:36.990 INFO:teuthology.orchestra.run.smithi173.stdout:skipping the directory /proc 2024-03-11T12:32:36.990 INFO:teuthology.orchestra.run.smithi173.stdout:skipping the directory /dev 2024-03-11T12:32:36.990 INFO:teuthology.orchestra.run.smithi173.stdout:skipping the directory /run 2024-03-11T12:32:36.990 INFO:teuthology.orchestra.run.smithi173.stdout:skipping the directory /mnt 2024-03-11T12:32:36.990 INFO:teuthology.orchestra.run.smithi173.stdout:skipping the directory /var/tmp 2024-03-11T12:32:36.990 INFO:teuthology.orchestra.run.smithi173.stdout:skipping the directory /home 2024-03-11T12:32:36.990 INFO:teuthology.orchestra.run.smithi173.stdout:skipping the directory /tmp 2024-03-11T12:32:36.990 INFO:teuthology.orchestra.run.smithi173.stdout:skipping the directory /dev 2024-03-11T12:32:36.991 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:32:37.405 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2024-03-11T12:32:37.406 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-base-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/25 2024-03-11T12:32:37.406 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-common-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2/25 2024-03-11T12:32:37.406 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-radosgw-2:18.2.1-802.ge1b0c2aa.el8.x86_64 3/25 2024-03-11T12:32:37.406 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-selinux-2:18.2.1-802.ge1b0c2aa.el8.x86_64 4/25 2024-03-11T12:32:37.406 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : libcephfs2-2:18.2.1-802.ge1b0c2aa.el8.x86_64 5/25 2024-03-11T12:32:37.406 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : libradosstriper1-2:18.2.1-802.ge1b0c2aa.el8.x86_64 6/25 2024-03-11T12:32:37.406 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : librgw2-2:18.2.1-802.ge1b0c2aa.el8.x86_64 7/25 2024-03-11T12:32:37.406 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-ceph-argparse-2:18.2.1-802.ge1b0c2aa.el8.x 8/25 2024-03-11T12:32:37.406 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-ceph-common-2:18.2.1-802.ge1b0c2aa.el8.x86 9/25 2024-03-11T12:32:37.406 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-cephfs-2:18.2.1-802.ge1b0c2aa.el8.x86_64 10/25 2024-03-11T12:32:37.406 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-rados-2:18.2.1-802.ge1b0c2aa.el8.x86_64 11/25 2024-03-11T12:32:37.406 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-rbd-2:18.2.1-802.ge1b0c2aa.el8.x86_64 12/25 2024-03-11T12:32:37.406 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-rgw-2:18.2.1-802.ge1b0c2aa.el8.x86_64 13/25 2024-03-11T12:32:37.407 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2024-03-11T12:32:37.407 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2024-03-11T12:32:37.407 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2024-03-11T12:32:37.407 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2024-03-11T12:32:37.407 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 18/25 2024-03-11T12:32:37.407 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2024-03-11T12:32:37.407 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2024-03-11T12:32:37.407 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : librabbitmq-0.9.0-5.el8_9.x86_64 21/25 2024-03-11T12:32:37.407 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : librados2-2:18.2.1-802.ge1b0c2aa.el8.x86_64 22/25 2024-03-11T12:32:37.407 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2024-03-11T12:32:37.407 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : librbd1-2:18.2.1-802.ge1b0c2aa.el8.x86_64 24/25 2024-03-11T12:32:38.339 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : ceph-radosgw-2:18.2.1-802.ge1b0c2aa.el8.x86_64 23/25 2024-03-11T12:32:38.361 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: ceph-radosgw-2:18.2.1-802.ge1b0c2aa.el8.x86_64 23/25 2024-03-11T12:32:38.361 INFO:teuthology.orchestra.run.smithi173.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2024-03-11T12:32:38.608 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2024-03-11T12:32:38.608 INFO:teuthology.orchestra.run.smithi173.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2024-03-11T12:32:39.284 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2024-03-11T12:32:39.284 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : ceph-base-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/25 2024-03-11T12:32:39.284 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : ceph-common-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2/25 2024-03-11T12:32:39.285 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : ceph-radosgw-2:18.2.1-802.ge1b0c2aa.el8.x86_64 3/25 2024-03-11T12:32:39.285 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : ceph-selinux-2:18.2.1-802.ge1b0c2aa.el8.x86_64 4/25 2024-03-11T12:32:39.285 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : libcephfs2-2:18.2.1-802.ge1b0c2aa.el8.x86_64 5/25 2024-03-11T12:32:39.285 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : libradosstriper1-2:18.2.1-802.ge1b0c2aa.el8.x86_64 6/25 2024-03-11T12:32:39.285 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : librgw2-2:18.2.1-802.ge1b0c2aa.el8.x86_64 7/25 2024-03-11T12:32:39.285 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-ceph-argparse-2:18.2.1-802.ge1b0c2aa.el8.x 8/25 2024-03-11T12:32:39.285 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-ceph-common-2:18.2.1-802.ge1b0c2aa.el8.x86 9/25 2024-03-11T12:32:39.285 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-cephfs-2:18.2.1-802.ge1b0c2aa.el8.x86_64 10/25 2024-03-11T12:32:39.285 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-rados-2:18.2.1-802.ge1b0c2aa.el8.x86_64 11/25 2024-03-11T12:32:39.285 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-rbd-2:18.2.1-802.ge1b0c2aa.el8.x86_64 12/25 2024-03-11T12:32:39.285 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-rgw-2:18.2.1-802.ge1b0c2aa.el8.x86_64 13/25 2024-03-11T12:32:39.285 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2024-03-11T12:32:39.285 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2024-03-11T12:32:39.285 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2024-03-11T12:32:39.286 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2024-03-11T12:32:39.286 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : librabbitmq-0.9.0-5.el8_9.x86_64 18/25 2024-03-11T12:32:39.286 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2024-03-11T12:32:39.286 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 20/25 2024-03-11T12:32:39.286 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2024-03-11T12:32:39.286 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : librados2-2:18.2.1-802.ge1b0c2aa.el8.x86_64 22/25 2024-03-11T12:32:39.286 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2024-03-11T12:32:39.286 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : librbd1-2:18.2.1-802.ge1b0c2aa.el8.x86_64 24/25 2024-03-11T12:32:41.091 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2024-03-11T12:32:41.091 INFO:teuthology.orchestra.run.smithi203.stdout:Installed products updated. 2024-03-11T12:32:41.727 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:32:41.728 INFO:teuthology.orchestra.run.smithi203.stdout:Upgraded: 2024-03-11T12:32:41.728 INFO:teuthology.orchestra.run.smithi203.stdout: librados2-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:32:41.728 INFO:teuthology.orchestra.run.smithi203.stdout: librbd1-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:32:41.728 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-03-11T12:32:41.728 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-base-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:32:41.728 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-common-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:32:41.728 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-radosgw-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:32:41.728 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-selinux-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:32:41.728 INFO:teuthology.orchestra.run.smithi203.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2024-03-11T12:32:41.728 INFO:teuthology.orchestra.run.smithi203.stdout: libcephfs2-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:32:41.728 INFO:teuthology.orchestra.run.smithi203.stdout: liboath-2.6.2-3.el8.x86_64 2024-03-11T12:32:41.728 INFO:teuthology.orchestra.run.smithi203.stdout: librabbitmq-0.9.0-5.el8_9.x86_64 2024-03-11T12:32:41.728 INFO:teuthology.orchestra.run.smithi203.stdout: libradosstriper1-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:32:41.728 INFO:teuthology.orchestra.run.smithi203.stdout: librdkafka-0.11.4-3.el8.x86_64 2024-03-11T12:32:41.729 INFO:teuthology.orchestra.run.smithi203.stdout: librgw2-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:32:41.729 INFO:teuthology.orchestra.run.smithi203.stdout: libunwind-1.3.1-3.el8.x86_64 2024-03-11T12:32:41.729 INFO:teuthology.orchestra.run.smithi203.stdout: lttng-ust-2.8.1-11.el8.x86_64 2024-03-11T12:32:41.729 INFO:teuthology.orchestra.run.smithi203.stdout: python3-ceph-argparse-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:32:41.729 INFO:teuthology.orchestra.run.smithi203.stdout: python3-ceph-common-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:32:41.729 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cephfs-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:32:41.729 INFO:teuthology.orchestra.run.smithi203.stdout: python3-prettytable-0.7.2-14.el8.noarch 2024-03-11T12:32:41.729 INFO:teuthology.orchestra.run.smithi203.stdout: python3-rados-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:32:41.729 INFO:teuthology.orchestra.run.smithi203.stdout: python3-rbd-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:32:41.729 INFO:teuthology.orchestra.run.smithi203.stdout: python3-rgw-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:32:41.729 INFO:teuthology.orchestra.run.smithi203.stdout: thrift-0.13.0-2.el8.x86_64 2024-03-11T12:32:41.729 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:32:41.729 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-03-11T12:32:41.949 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-test 2024-03-11T12:32:42.304 INFO:teuthology.orchestra.run.smithi203.stdout:Updating Subscription Management repositories. 2024-03-11T12:32:44.209 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 26 kB/s | 4.5 kB 00:00 2024-03-11T12:32:44.892 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 25 kB/s | 4.1 kB 00:00 2024-03-11T12:32:47.244 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-03-11T12:32:47.245 INFO:teuthology.orchestra.run.smithi203.stdout:=========================================================================================== 2024-03-11T12:32:47.245 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2024-03-11T12:32:47.245 INFO:teuthology.orchestra.run.smithi203.stdout:=========================================================================================== 2024-03-11T12:32:47.245 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-03-11T12:32:47.245 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-test x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 47 M 2024-03-11T12:32:47.245 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2024-03-11T12:32:47.245 INFO:teuthology.orchestra.run.smithi203.stdout: jq x86_64 1.6-7.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2024-03-11T12:32:47.245 INFO:teuthology.orchestra.run.smithi203.stdout: libcephsqlite x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 142 k 2024-03-11T12:32:47.246 INFO:teuthology.orchestra.run.smithi203.stdout: oniguruma x86_64 6.8.2-2.1.el8_9 rhel-8-for-x86_64-appstream-rpms 188 k 2024-03-11T12:32:47.246 INFO:teuthology.orchestra.run.smithi203.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2024-03-11T12:32:47.246 INFO:teuthology.orchestra.run.smithi203.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2024-03-11T12:32:47.246 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:32:47.246 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-03-11T12:32:47.246 INFO:teuthology.orchestra.run.smithi203.stdout:=========================================================================================== 2024-03-11T12:32:47.246 INFO:teuthology.orchestra.run.smithi203.stdout:Install 6 Packages 2024-03-11T12:32:47.246 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:32:47.247 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 48 M 2024-03-11T12:32:47.247 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 212 M 2024-03-11T12:32:47.247 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-03-11T12:32:47.297 INFO:teuthology.orchestra.run.smithi203.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.4 MB/s | 70 kB 00:00 2024-03-11T12:32:47.453 INFO:teuthology.orchestra.run.smithi203.stdout:(2/6): libcephsqlite-18.2.1-802.ge1b0c2aa.el8.x 691 kB/s | 142 kB 00:00 2024-03-11T12:32:47.478 INFO:teuthology.orchestra.run.smithi203.stdout:(3/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.8 MB/s | 323 kB 00:00 2024-03-11T12:32:47.612 INFO:teuthology.orchestra.run.smithi203.stdout:(4/6): oniguruma-6.8.2-2.1.el8_9.x86_64.rpm 1.4 MB/s | 188 kB 00:00 2024-03-11T12:32:47.646 INFO:teuthology.orchestra.run.smithi203.stdout:(5/6): jq-1.6-7.el8.x86_64.rpm 1.0 MB/s | 202 kB 00:00 2024-03-11T12:32:49.678 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2024-03-11T12:32:49.679 INFO:teuthology.orchestra.run.smithi164.stdout:Installed products updated. 2024-03-11T12:32:50.252 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:32:50.252 INFO:teuthology.orchestra.run.smithi164.stdout:Upgraded: 2024-03-11T12:32:50.252 INFO:teuthology.orchestra.run.smithi164.stdout: librados2-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:32:50.252 INFO:teuthology.orchestra.run.smithi164.stdout: librbd1-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:32:50.252 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-11T12:32:50.252 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-base-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:32:50.252 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-common-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:32:50.252 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-radosgw-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:32:50.252 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-selinux-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:32:50.252 INFO:teuthology.orchestra.run.smithi164.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2024-03-11T12:32:50.252 INFO:teuthology.orchestra.run.smithi164.stdout: libcephfs2-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:32:50.253 INFO:teuthology.orchestra.run.smithi164.stdout: liboath-2.6.2-3.el8.x86_64 2024-03-11T12:32:50.253 INFO:teuthology.orchestra.run.smithi164.stdout: librabbitmq-0.9.0-5.el8_9.x86_64 2024-03-11T12:32:50.253 INFO:teuthology.orchestra.run.smithi164.stdout: libradosstriper1-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:32:50.253 INFO:teuthology.orchestra.run.smithi164.stdout: librdkafka-0.11.4-3.el8.x86_64 2024-03-11T12:32:50.253 INFO:teuthology.orchestra.run.smithi164.stdout: librgw2-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:32:50.253 INFO:teuthology.orchestra.run.smithi164.stdout: libunwind-1.3.1-3.el8.x86_64 2024-03-11T12:32:50.253 INFO:teuthology.orchestra.run.smithi164.stdout: lttng-ust-2.8.1-11.el8.x86_64 2024-03-11T12:32:50.253 INFO:teuthology.orchestra.run.smithi164.stdout: python3-ceph-argparse-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:32:50.253 INFO:teuthology.orchestra.run.smithi164.stdout: python3-ceph-common-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:32:50.253 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cephfs-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:32:50.253 INFO:teuthology.orchestra.run.smithi164.stdout: python3-prettytable-0.7.2-14.el8.noarch 2024-03-11T12:32:50.253 INFO:teuthology.orchestra.run.smithi164.stdout: python3-rados-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:32:50.253 INFO:teuthology.orchestra.run.smithi164.stdout: python3-rbd-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:32:50.253 INFO:teuthology.orchestra.run.smithi164.stdout: python3-rgw-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:32:50.253 INFO:teuthology.orchestra.run.smithi164.stdout: thrift-0.13.0-2.el8.x86_64 2024-03-11T12:32:50.253 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:32:50.254 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-11T12:32:50.466 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph-test 2024-03-11T12:32:50.822 INFO:teuthology.orchestra.run.smithi164.stdout:Updating Subscription Management repositories. 2024-03-11T12:32:52.124 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2024-03-11T12:32:52.124 INFO:teuthology.orchestra.run.smithi173.stdout:Installed products updated. 2024-03-11T12:32:52.677 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:32:52.677 INFO:teuthology.orchestra.run.smithi173.stdout:Upgraded: 2024-03-11T12:32:52.677 INFO:teuthology.orchestra.run.smithi173.stdout: librados2-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:32:52.677 INFO:teuthology.orchestra.run.smithi173.stdout: librbd1-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:32:52.678 INFO:teuthology.orchestra.run.smithi173.stdout:Installed: 2024-03-11T12:32:52.678 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-base-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:32:52.678 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-common-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:32:52.678 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-radosgw-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:32:52.678 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-selinux-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:32:52.678 INFO:teuthology.orchestra.run.smithi173.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2024-03-11T12:32:52.678 INFO:teuthology.orchestra.run.smithi173.stdout: libcephfs2-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:32:52.678 INFO:teuthology.orchestra.run.smithi173.stdout: liboath-2.6.2-3.el8.x86_64 2024-03-11T12:32:52.678 INFO:teuthology.orchestra.run.smithi173.stdout: librabbitmq-0.9.0-5.el8_9.x86_64 2024-03-11T12:32:52.678 INFO:teuthology.orchestra.run.smithi173.stdout: libradosstriper1-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:32:52.678 INFO:teuthology.orchestra.run.smithi173.stdout: librdkafka-0.11.4-3.el8.x86_64 2024-03-11T12:32:52.678 INFO:teuthology.orchestra.run.smithi173.stdout: librgw2-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:32:52.678 INFO:teuthology.orchestra.run.smithi173.stdout: libunwind-1.3.1-3.el8.x86_64 2024-03-11T12:32:52.678 INFO:teuthology.orchestra.run.smithi173.stdout: lttng-ust-2.8.1-11.el8.x86_64 2024-03-11T12:32:52.679 INFO:teuthology.orchestra.run.smithi173.stdout: python3-ceph-argparse-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:32:52.679 INFO:teuthology.orchestra.run.smithi173.stdout: python3-ceph-common-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:32:52.679 INFO:teuthology.orchestra.run.smithi173.stdout: python3-cephfs-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:32:52.679 INFO:teuthology.orchestra.run.smithi173.stdout: python3-prettytable-0.7.2-14.el8.noarch 2024-03-11T12:32:52.679 INFO:teuthology.orchestra.run.smithi173.stdout: python3-rados-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:32:52.679 INFO:teuthology.orchestra.run.smithi173.stdout: python3-rbd-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:32:52.679 INFO:teuthology.orchestra.run.smithi173.stdout: python3-rgw-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:32:52.679 INFO:teuthology.orchestra.run.smithi173.stdout: thrift-0.13.0-2.el8.x86_64 2024-03-11T12:32:52.679 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:32:52.679 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-03-11T12:32:52.689 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 32 kB/s | 4.5 kB 00:00 2024-03-11T12:32:52.878 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install ceph-test 2024-03-11T12:32:53.230 INFO:teuthology.orchestra.run.smithi173.stdout:Updating Subscription Management repositories. 2024-03-11T12:32:53.370 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 30 kB/s | 4.1 kB 00:00 2024-03-11T12:32:55.243 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 31 kB/s | 4.1 kB 00:00 2024-03-11T12:32:55.593 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 32 kB/s | 4.5 kB 00:00 2024-03-11T12:32:55.599 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-11T12:32:55.600 INFO:teuthology.orchestra.run.smithi164.stdout:=========================================================================================== 2024-03-11T12:32:55.600 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repository Size 2024-03-11T12:32:55.600 INFO:teuthology.orchestra.run.smithi164.stdout:=========================================================================================== 2024-03-11T12:32:55.600 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-11T12:32:55.601 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-test x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 47 M 2024-03-11T12:32:55.601 INFO:teuthology.orchestra.run.smithi164.stdout:Installing dependencies: 2024-03-11T12:32:55.601 INFO:teuthology.orchestra.run.smithi164.stdout: jq x86_64 1.6-7.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2024-03-11T12:32:55.601 INFO:teuthology.orchestra.run.smithi164.stdout: libcephsqlite x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 142 k 2024-03-11T12:32:55.601 INFO:teuthology.orchestra.run.smithi164.stdout: oniguruma x86_64 6.8.2-2.1.el8_9 rhel-8-for-x86_64-appstream-rpms 188 k 2024-03-11T12:32:55.601 INFO:teuthology.orchestra.run.smithi164.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2024-03-11T12:32:55.601 INFO:teuthology.orchestra.run.smithi164.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2024-03-11T12:32:55.601 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:32:55.601 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-11T12:32:55.601 INFO:teuthology.orchestra.run.smithi164.stdout:=========================================================================================== 2024-03-11T12:32:55.601 INFO:teuthology.orchestra.run.smithi164.stdout:Install 6 Packages 2024-03-11T12:32:55.601 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:32:55.602 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 48 M 2024-03-11T12:32:55.602 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 212 M 2024-03-11T12:32:55.602 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-11T12:32:55.648 INFO:teuthology.orchestra.run.smithi164.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.5 MB/s | 70 kB 00:00 2024-03-11T12:32:55.790 INFO:teuthology.orchestra.run.smithi164.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 2.3 MB/s | 323 kB 00:00 2024-03-11T12:32:55.907 INFO:teuthology.orchestra.run.smithi164.stdout:(3/6): jq-1.6-7.el8.x86_64.rpm 1.7 MB/s | 202 kB 00:00 2024-03-11T12:32:56.024 INFO:teuthology.orchestra.run.smithi164.stdout:(4/6): oniguruma-6.8.2-2.1.el8_9.x86_64.rpm 1.6 MB/s | 188 kB 00:00 2024-03-11T12:32:56.130 INFO:teuthology.orchestra.run.smithi164.stdout:(5/6): libcephsqlite-18.2.1-802.ge1b0c2aa.el8.x 270 kB/s | 142 kB 00:00 2024-03-11T12:32:58.011 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-03-11T12:32:58.012 INFO:teuthology.orchestra.run.smithi173.stdout:=========================================================================================== 2024-03-11T12:32:58.012 INFO:teuthology.orchestra.run.smithi173.stdout: Package Arch Version Repository Size 2024-03-11T12:32:58.012 INFO:teuthology.orchestra.run.smithi173.stdout:=========================================================================================== 2024-03-11T12:32:58.012 INFO:teuthology.orchestra.run.smithi173.stdout:Installing: 2024-03-11T12:32:58.012 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-test x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 47 M 2024-03-11T12:32:58.013 INFO:teuthology.orchestra.run.smithi173.stdout:Installing dependencies: 2024-03-11T12:32:58.013 INFO:teuthology.orchestra.run.smithi173.stdout: jq x86_64 1.6-7.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2024-03-11T12:32:58.013 INFO:teuthology.orchestra.run.smithi173.stdout: libcephsqlite x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 142 k 2024-03-11T12:32:58.013 INFO:teuthology.orchestra.run.smithi173.stdout: oniguruma x86_64 6.8.2-2.1.el8_9 rhel-8-for-x86_64-appstream-rpms 188 k 2024-03-11T12:32:58.013 INFO:teuthology.orchestra.run.smithi173.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2024-03-11T12:32:58.013 INFO:teuthology.orchestra.run.smithi173.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2024-03-11T12:32:58.013 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:32:58.013 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction Summary 2024-03-11T12:32:58.013 INFO:teuthology.orchestra.run.smithi173.stdout:=========================================================================================== 2024-03-11T12:32:58.013 INFO:teuthology.orchestra.run.smithi173.stdout:Install 6 Packages 2024-03-11T12:32:58.013 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:32:58.014 INFO:teuthology.orchestra.run.smithi173.stdout:Total download size: 48 M 2024-03-11T12:32:58.014 INFO:teuthology.orchestra.run.smithi173.stdout:Installed size: 212 M 2024-03-11T12:32:58.014 INFO:teuthology.orchestra.run.smithi173.stdout:Downloading Packages: 2024-03-11T12:32:58.061 INFO:teuthology.orchestra.run.smithi173.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.4 MB/s | 70 kB 00:00 2024-03-11T12:32:58.245 INFO:teuthology.orchestra.run.smithi173.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.7 MB/s | 323 kB 00:00 2024-03-11T12:32:58.362 INFO:teuthology.orchestra.run.smithi173.stdout:(3/6): jq-1.6-7.el8.x86_64.rpm 1.7 MB/s | 202 kB 00:00 2024-03-11T12:32:58.438 INFO:teuthology.orchestra.run.smithi173.stdout:(4/6): libcephsqlite-18.2.1-802.ge1b0c2aa.el8.x 336 kB/s | 142 kB 00:00 2024-03-11T12:32:58.529 INFO:teuthology.orchestra.run.smithi173.stdout:(5/6): oniguruma-6.8.2-2.1.el8_9.x86_64.rpm 1.1 MB/s | 188 kB 00:00 2024-03-11T12:32:58.807 INFO:teuthology.orchestra.run.smithi164.stdout:(6/6): ceph-test-18.2.1-802.ge1b0c2aa.el8.x86_6 15 MB/s | 47 MB 00:03 2024-03-11T12:32:58.810 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:32:58.810 INFO:teuthology.orchestra.run.smithi164.stdout:Total 15 MB/s | 48 MB 00:03 2024-03-11T12:32:58.850 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-11T12:32:58.872 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-11T12:32:58.872 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-11T12:32:59.138 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-11T12:32:59.147 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-11T12:32:59.632 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-11T12:32:59.791 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : oniguruma-6.8.2-2.1.el8_9.x86_64 1/6 2024-03-11T12:32:59.902 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: oniguruma-6.8.2-2.1.el8_9.x86_64 1/6 2024-03-11T12:33:00.119 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : jq-1.6-7.el8.x86_64 2/6 2024-03-11T12:33:00.309 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2024-03-11T12:33:00.528 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2024-03-11T12:33:00.657 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : libcephsqlite-2:18.2.1-802.ge1b0c2aa.el8.x86_64 5/6 2024-03-11T12:33:02.788 INFO:teuthology.orchestra.run.smithi173.stdout:(6/6): ceph-test-18.2.1-802.ge1b0c2aa.el8.x86_6 9.8 MB/s | 47 MB 00:04 2024-03-11T12:33:02.790 INFO:teuthology.orchestra.run.smithi173.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:33:02.790 INFO:teuthology.orchestra.run.smithi173.stdout:Total 10 MB/s | 48 MB 00:04 2024-03-11T12:33:02.830 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction check 2024-03-11T12:33:02.851 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction check succeeded. 2024-03-11T12:33:02.851 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction test 2024-03-11T12:33:03.118 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction test succeeded. 2024-03-11T12:33:03.127 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction 2024-03-11T12:33:03.583 INFO:teuthology.orchestra.run.smithi173.stdout: Preparing : 1/1 2024-03-11T12:33:03.777 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : oniguruma-6.8.2-2.1.el8_9.x86_64 1/6 2024-03-11T12:33:03.841 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: oniguruma-6.8.2-2.1.el8_9.x86_64 1/6 2024-03-11T12:33:04.080 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : jq-1.6-7.el8.x86_64 2/6 2024-03-11T12:33:04.311 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2024-03-11T12:33:04.489 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2024-03-11T12:33:04.677 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : libcephsqlite-2:18.2.1-802.ge1b0c2aa.el8.x86_64 5/6 2024-03-11T12:33:05.113 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: libcephsqlite-2:18.2.1-802.ge1b0c2aa.el8.x86_64 5/6 2024-03-11T12:33:05.338 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-test-2:18.2.1-802.ge1b0c2aa.el8.x86_64 6/6 2024-03-11T12:33:05.609 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-test-2:18.2.1-802.ge1b0c2aa.el8.x86_64 6/6 2024-03-11T12:33:05.609 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-test-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/6 2024-03-11T12:33:05.609 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : libcephsqlite-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2/6 2024-03-11T12:33:05.609 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2024-03-11T12:33:05.609 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2024-03-11T12:33:05.609 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : jq-1.6-7.el8.x86_64 5/6 2024-03-11T12:33:07.519 INFO:teuthology.orchestra.run.smithi203.stdout:(6/6): ceph-test-18.2.1-802.ge1b0c2aa.el8.x86_6 2.3 MB/s | 47 MB 00:20 2024-03-11T12:33:07.522 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:33:07.522 INFO:teuthology.orchestra.run.smithi203.stdout:Total 2.4 MB/s | 48 MB 00:20 2024-03-11T12:33:07.563 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-03-11T12:33:07.585 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-03-11T12:33:07.585 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-03-11T12:33:07.852 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-03-11T12:33:07.861 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-03-11T12:33:08.325 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-03-11T12:33:08.468 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : oniguruma-6.8.2-2.1.el8_9.x86_64 1/6 2024-03-11T12:33:08.547 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: oniguruma-6.8.2-2.1.el8_9.x86_64 1/6 2024-03-11T12:33:08.771 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : jq-1.6-7.el8.x86_64 2/6 2024-03-11T12:33:08.977 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2024-03-11T12:33:09.147 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: libcephsqlite-2:18.2.1-802.ge1b0c2aa.el8.x86_64 5/6 2024-03-11T12:33:09.155 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2024-03-11T12:33:09.327 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : libcephsqlite-2:18.2.1-802.ge1b0c2aa.el8.x86_64 5/6 2024-03-11T12:33:09.407 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : ceph-test-2:18.2.1-802.ge1b0c2aa.el8.x86_64 6/6 2024-03-11T12:33:09.673 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: ceph-test-2:18.2.1-802.ge1b0c2aa.el8.x86_64 6/6 2024-03-11T12:33:09.673 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : ceph-test-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/6 2024-03-11T12:33:09.673 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : libcephsqlite-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2/6 2024-03-11T12:33:09.673 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2024-03-11T12:33:09.673 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2024-03-11T12:33:09.674 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : jq-1.6-7.el8.x86_64 5/6 2024-03-11T12:33:13.778 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: libcephsqlite-2:18.2.1-802.ge1b0c2aa.el8.x86_64 5/6 2024-03-11T12:33:14.024 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-test-2:18.2.1-802.ge1b0c2aa.el8.x86_64 6/6 2024-03-11T12:33:14.290 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-test-2:18.2.1-802.ge1b0c2aa.el8.x86_64 6/6 2024-03-11T12:33:14.291 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-test-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/6 2024-03-11T12:33:14.291 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libcephsqlite-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2/6 2024-03-11T12:33:14.291 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2024-03-11T12:33:14.291 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2024-03-11T12:33:14.291 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : jq-1.6-7.el8.x86_64 5/6 2024-03-11T12:33:14.344 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : oniguruma-6.8.2-2.1.el8_9.x86_64 6/6 2024-03-11T12:33:14.345 INFO:teuthology.orchestra.run.smithi164.stdout:Installed products updated. 2024-03-11T12:33:14.895 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:33:14.895 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-11T12:33:14.895 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-test-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:33:14.895 INFO:teuthology.orchestra.run.smithi164.stdout: jq-1.6-7.el8.x86_64 2024-03-11T12:33:14.895 INFO:teuthology.orchestra.run.smithi164.stdout: libcephsqlite-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:33:14.895 INFO:teuthology.orchestra.run.smithi164.stdout: oniguruma-6.8.2-2.1.el8_9.x86_64 2024-03-11T12:33:14.895 INFO:teuthology.orchestra.run.smithi164.stdout: socat-1.7.4.1-1.el8.x86_64 2024-03-11T12:33:14.895 INFO:teuthology.orchestra.run.smithi164.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2024-03-11T12:33:14.896 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:33:14.896 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-11T12:33:15.061 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph 2024-03-11T12:33:15.407 INFO:teuthology.orchestra.run.smithi164.stdout:Updating Subscription Management repositories. 2024-03-11T12:33:17.005 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 29 kB/s | 4.5 kB 00:00 2024-03-11T12:33:17.611 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 53 kB/s | 4.1 kB 00:00 2024-03-11T12:33:19.199 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : oniguruma-6.8.2-2.1.el8_9.x86_64 6/6 2024-03-11T12:33:19.200 INFO:teuthology.orchestra.run.smithi173.stdout:Installed products updated. 2024-03-11T12:33:19.748 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:33:19.748 INFO:teuthology.orchestra.run.smithi173.stdout:Installed: 2024-03-11T12:33:19.748 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-test-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:33:19.748 INFO:teuthology.orchestra.run.smithi173.stdout: jq-1.6-7.el8.x86_64 2024-03-11T12:33:19.748 INFO:teuthology.orchestra.run.smithi173.stdout: libcephsqlite-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:33:19.748 INFO:teuthology.orchestra.run.smithi173.stdout: oniguruma-6.8.2-2.1.el8_9.x86_64 2024-03-11T12:33:19.748 INFO:teuthology.orchestra.run.smithi173.stdout: socat-1.7.4.1-1.el8.x86_64 2024-03-11T12:33:19.748 INFO:teuthology.orchestra.run.smithi173.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2024-03-11T12:33:19.748 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:33:19.748 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-03-11T12:33:19.874 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-11T12:33:19.877 INFO:teuthology.orchestra.run.smithi164.stdout:====================================================================================================== 2024-03-11T12:33:19.878 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repository Size 2024-03-11T12:33:19.878 INFO:teuthology.orchestra.run.smithi164.stdout:====================================================================================================== 2024-03-11T12:33:19.878 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-11T12:33:19.878 INFO:teuthology.orchestra.run.smithi164.stdout: ceph x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 6.4 k 2024-03-11T12:33:19.878 INFO:teuthology.orchestra.run.smithi164.stdout:Installing dependencies: 2024-03-11T12:33:19.878 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mds x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 2.3 M 2024-03-11T12:33:19.878 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 1.6 M 2024-03-11T12:33:19.878 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-modules-core noarch 2:18.2.1-802.ge1b0c2aa.el8 ceph-noarch 245 k 2024-03-11T12:33:19.882 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mon x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 4.6 M 2024-03-11T12:33:19.882 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-osd x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 18 M 2024-03-11T12:33:19.882 INFO:teuthology.orchestra.run.smithi164.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2024-03-11T12:33:19.882 INFO:teuthology.orchestra.run.smithi164.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2024-03-11T12:33:19.882 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cffi x86_64 1.11.5-6.el8 rhel-8-for-x86_64-baseos-rpms 238 k 2024-03-11T12:33:19.882 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2024-03-11T12:33:19.882 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2024-03-11T12:33:19.882 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cryptography x86_64 3.2.1-7.el8_9 rhel-8-for-x86_64-baseos-rpms 559 k 2024-03-11T12:33:19.882 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2024-03-11T12:33:19.882 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2024-03-11T12:33:19.883 INFO:teuthology.orchestra.run.smithi164.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2024-03-11T12:33:19.883 INFO:teuthology.orchestra.run.smithi164.stdout: python3-mako noarch 1.0.6-14.el8 rhel-8-for-x86_64-appstream-rpms 157 k 2024-03-11T12:33:19.883 INFO:teuthology.orchestra.run.smithi164.stdout: python3-markupsafe x86_64 0.23-19.el8 rhel-8-for-x86_64-appstream-rpms 39 k 2024-03-11T12:33:19.883 INFO:teuthology.orchestra.run.smithi164.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2024-03-11T12:33:19.883 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2024-03-11T12:33:19.883 INFO:teuthology.orchestra.run.smithi164.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2024-03-11T12:33:19.883 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 rhel-8-for-x86_64-appstream-rpms 103 k 2024-03-11T12:33:19.883 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pycparser noarch 2.14-14.el8 rhel-8-for-x86_64-baseos-rpms 109 k 2024-03-11T12:33:19.883 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pytz noarch 2017.2-11.el8 rhel-8-for-x86_64-appstream-rpms 54 k 2024-03-11T12:33:19.883 INFO:teuthology.orchestra.run.smithi164.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2024-03-11T12:33:19.883 INFO:teuthology.orchestra.run.smithi164.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2024-03-11T12:33:19.883 INFO:teuthology.orchestra.run.smithi164.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2024-03-11T12:33:19.883 INFO:teuthology.orchestra.run.smithi164.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2024-03-11T12:33:19.883 INFO:teuthology.orchestra.run.smithi164.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2024-03-11T12:33:19.883 INFO:teuthology.orchestra.run.smithi164.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2024-03-11T12:33:19.883 INFO:teuthology.orchestra.run.smithi164.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2024-03-11T12:33:19.884 INFO:teuthology.orchestra.run.smithi164.stdout: python3-werkzeug noarch 0.12.2-4.el8 rhel-8-for-x86_64-appstream-rpms 457 k 2024-03-11T12:33:19.884 INFO:teuthology.orchestra.run.smithi164.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2024-03-11T12:33:19.884 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:33:19.884 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-11T12:33:19.884 INFO:teuthology.orchestra.run.smithi164.stdout:====================================================================================================== 2024-03-11T12:33:19.884 INFO:teuthology.orchestra.run.smithi164.stdout:Install 32 Packages 2024-03-11T12:33:19.884 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:33:19.884 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 30 M 2024-03-11T12:33:19.885 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 120 M 2024-03-11T12:33:19.885 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-11T12:33:19.922 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install ceph 2024-03-11T12:33:20.176 INFO:teuthology.orchestra.run.smithi164.stdout:(1/32): ceph-18.2.1-802.ge1b0c2aa.el8.x86_64.rp 53 kB/s | 6.4 kB 00:00 2024-03-11T12:33:20.263 INFO:teuthology.orchestra.run.smithi173.stdout:Updating Subscription Management repositories. 2024-03-11T12:33:20.559 INFO:teuthology.orchestra.run.smithi164.stdout:(2/32): ceph-mgr-18.2.1-802.ge1b0c2aa.el8.x86_6 3.1 MB/s | 1.6 MB 00:00 2024-03-11T12:33:20.693 INFO:teuthology.orchestra.run.smithi164.stdout:(3/32): ceph-mds-18.2.1-802.ge1b0c2aa.el8.x86_6 3.6 MB/s | 2.3 MB 00:00 2024-03-11T12:33:20.760 INFO:teuthology.orchestra.run.smithi164.stdout:(4/32): ceph-mgr-modules-core-18.2.1-802.ge1b0c 3.6 MB/s | 245 kB 00:00 2024-03-11T12:33:20.986 INFO:teuthology.orchestra.run.smithi164.stdout:(5/32): ceph-mon-18.2.1-802.ge1b0c2aa.el8.x86_6 5.7 MB/s | 4.6 MB 00:00 2024-03-11T12:33:21.252 INFO:teuthology.orchestra.run.smithi164.stdout:(6/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rpm 89 kB/s | 44 kB 00:00 2024-03-11T12:33:21.544 INFO:teuthology.orchestra.run.smithi164.stdout:(7/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 592 kB/s | 173 kB 00:00 2024-03-11T12:33:21.569 INFO:teuthology.orchestra.run.smithi164.stdout:(8/32): python3-beautifulsoup4-4.6.3-2.el8.1.no 318 kB/s | 185 kB 00:00 2024-03-11T12:33:21.824 INFO:teuthology.orchestra.run.smithi164.stdout:(9/32): ceph-osd-18.2.1-802.ge1b0c2aa.el8.x86_6 14 MB/s | 18 MB 00:01 2024-03-11T12:33:21.853 INFO:teuthology.orchestra.run.smithi164.stdout:(10/32): python3-jaraco-6.2-6.el8.noarch.rpm 39 kB/s | 11 kB 00:00 2024-03-11T12:33:21.879 INFO:teuthology.orchestra.run.smithi164.stdout:(11/32): python3-cherrypy-18.4.0-1.el8.noarch.r 1.1 MB/s | 384 kB 00:00 2024-03-11T12:33:21.957 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : oniguruma-6.8.2-2.1.el8_9.x86_64 6/6 2024-03-11T12:33:21.957 INFO:teuthology.orchestra.run.smithi203.stdout:Installed products updated. 2024-03-11T12:33:21.962 INFO:teuthology.orchestra.run.smithi164.stdout:(12/32): python3-jaraco-functools-2.0-4.el8.noa 128 kB/s | 18 kB 00:00 2024-03-11T12:33:22.004 INFO:teuthology.orchestra.run.smithi164.stdout:(13/32): python3-more-itertools-7.2.0-3.el8.noa 469 kB/s | 59 kB 00:00 2024-03-11T12:33:22.138 INFO:teuthology.orchestra.run.smithi164.stdout:(14/32): python3-portend-2.6-1.el8.noarch.rpm 117 kB/s | 16 kB 00:00 2024-03-11T12:33:22.171 INFO:teuthology.orchestra.run.smithi164.stdout:(15/32): python3-pecan-1.3.2-9.el8.noarch.rpm 1.3 MB/s | 283 kB 00:00 2024-03-11T12:33:22.297 INFO:teuthology.orchestra.run.smithi164.stdout:(16/32): python3-simplegeneric-0.8.1-17.el8.noa 118 kB/s | 19 kB 00:00 2024-03-11T12:33:22.352 INFO:teuthology.orchestra.run.smithi164.stdout:(17/32): python3-logutils-0.3.5-11.el8.noarch.r 98 kB/s | 49 kB 00:00 2024-03-11T12:33:22.380 INFO:teuthology.orchestra.run.smithi164.stdout:(18/32): python3-singledispatch-3.4.0.3-18.el8. 114 kB/s | 24 kB 00:00 2024-03-11T12:33:22.438 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 29 kB/s | 4.1 kB 00:00 2024-03-11T12:33:22.464 INFO:teuthology.orchestra.run.smithi164.stdout:(19/32): python3-tempora-1.14.1-5.el8.noarch.rp 175 kB/s | 29 kB 00:00 2024-03-11T12:33:22.508 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:33:22.508 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-03-11T12:33:22.508 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-test-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:33:22.508 INFO:teuthology.orchestra.run.smithi203.stdout: jq-1.6-7.el8.x86_64 2024-03-11T12:33:22.508 INFO:teuthology.orchestra.run.smithi203.stdout: libcephsqlite-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:33:22.508 INFO:teuthology.orchestra.run.smithi203.stdout: oniguruma-6.8.2-2.1.el8_9.x86_64 2024-03-11T12:33:22.508 INFO:teuthology.orchestra.run.smithi203.stdout: socat-1.7.4.1-1.el8.x86_64 2024-03-11T12:33:22.508 INFO:teuthology.orchestra.run.smithi203.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2024-03-11T12:33:22.508 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:33:22.508 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-03-11T12:33:22.552 INFO:teuthology.orchestra.run.smithi164.stdout:(20/32): python3-trustme-0.6.0-4.el8.noarch.rpm 138 kB/s | 27 kB 00:00 2024-03-11T12:33:22.598 INFO:teuthology.orchestra.run.smithi164.stdout:(21/32): python3-waitress-1.4.3-1.el8.noarch.rp 1.1 MB/s | 255 kB 00:00 2024-03-11T12:33:22.640 INFO:teuthology.orchestra.run.smithi164.stdout:(22/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 1.4 MB/s | 251 kB 00:00 2024-03-11T12:33:22.671 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph 2024-03-11T12:33:22.674 INFO:teuthology.orchestra.run.smithi164.stdout:(23/32): python3-webtest-2.0.33-1.el8.noarch.rp 701 kB/s | 85 kB 00:00 2024-03-11T12:33:22.741 INFO:teuthology.orchestra.run.smithi164.stdout:(24/32): python3-zc-lockfile-2.0-2.el8.noarch.r 161 kB/s | 23 kB 00:00 2024-03-11T12:33:22.809 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 28 kB/s | 4.5 kB 00:00 2024-03-11T12:33:22.866 INFO:teuthology.orchestra.run.smithi164.stdout:(25/32): python3-pyOpenSSL-19.0.0-1.el8.noarch. 829 kB/s | 103 kB 00:00 2024-03-11T12:33:22.914 INFO:teuthology.orchestra.run.smithi164.stdout:(26/32): python3-markupsafe-0.23-19.el8.x86_64. 166 kB/s | 39 kB 00:00 2024-03-11T12:33:22.951 INFO:teuthology.orchestra.run.smithi164.stdout:(27/32): python3-werkzeug-0.12.2-4.el8.noarch.r 1.4 MB/s | 457 kB 00:00 2024-03-11T12:33:23.011 INFO:teuthology.orchestra.run.smithi203.stdout:Updating Subscription Management repositories. 2024-03-11T12:33:23.051 INFO:teuthology.orchestra.run.smithi164.stdout:(28/32): python3-pycparser-2.14-14.el8.noarch.r 1.1 MB/s | 109 kB 00:00 2024-03-11T12:33:23.076 INFO:teuthology.orchestra.run.smithi164.stdout:(29/32): python3-pytz-2017.2-11.el8.noarch.rpm 336 kB/s | 54 kB 00:00 2024-03-11T12:33:23.126 INFO:teuthology.orchestra.run.smithi164.stdout:(30/32): python3-mako-1.0.6-14.el8.noarch.rpm 605 kB/s | 157 kB 00:00 2024-03-11T12:33:23.168 INFO:teuthology.orchestra.run.smithi164.stdout:(31/32): python3-cffi-1.11.5-6.el8.x86_64.rpm 2.0 MB/s | 238 kB 00:00 2024-03-11T12:33:23.210 INFO:teuthology.orchestra.run.smithi164.stdout:(32/32): python3-cryptography-3.2.1-7.el8_9.x86 4.1 MB/s | 559 kB 00:00 2024-03-11T12:33:23.214 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:33:23.214 INFO:teuthology.orchestra.run.smithi164.stdout:Total 9.0 MB/s | 30 MB 00:03 2024-03-11T12:33:23.311 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-11T12:33:23.349 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-11T12:33:23.349 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-11T12:33:23.570 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-11T12:33:23.579 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-11T12:33:24.607 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 30 kB/s | 4.5 kB 00:00 2024-03-11T12:33:24.687 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-11T12:33:24.915 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2024-03-11T12:33:25.106 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-03-11T12:33:25.110 INFO:teuthology.orchestra.run.smithi173.stdout:====================================================================================================== 2024-03-11T12:33:25.110 INFO:teuthology.orchestra.run.smithi173.stdout: Package Arch Version Repository Size 2024-03-11T12:33:25.110 INFO:teuthology.orchestra.run.smithi173.stdout:====================================================================================================== 2024-03-11T12:33:25.110 INFO:teuthology.orchestra.run.smithi173.stdout:Installing: 2024-03-11T12:33:25.110 INFO:teuthology.orchestra.run.smithi173.stdout: ceph x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 6.4 k 2024-03-11T12:33:25.110 INFO:teuthology.orchestra.run.smithi173.stdout:Installing dependencies: 2024-03-11T12:33:25.110 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-mds x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 2.3 M 2024-03-11T12:33:25.110 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-mgr x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 1.6 M 2024-03-11T12:33:25.111 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-mgr-modules-core noarch 2:18.2.1-802.ge1b0c2aa.el8 ceph-noarch 245 k 2024-03-11T12:33:25.111 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-mon x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 4.6 M 2024-03-11T12:33:25.111 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-osd x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 18 M 2024-03-11T12:33:25.111 INFO:teuthology.orchestra.run.smithi173.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2024-03-11T12:33:25.111 INFO:teuthology.orchestra.run.smithi173.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2024-03-11T12:33:25.111 INFO:teuthology.orchestra.run.smithi173.stdout: python3-cffi x86_64 1.11.5-6.el8 rhel-8-for-x86_64-baseos-rpms 238 k 2024-03-11T12:33:25.111 INFO:teuthology.orchestra.run.smithi173.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2024-03-11T12:33:25.111 INFO:teuthology.orchestra.run.smithi173.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2024-03-11T12:33:25.111 INFO:teuthology.orchestra.run.smithi173.stdout: python3-cryptography x86_64 3.2.1-7.el8_9 rhel-8-for-x86_64-baseos-rpms 559 k 2024-03-11T12:33:25.111 INFO:teuthology.orchestra.run.smithi173.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2024-03-11T12:33:25.111 INFO:teuthology.orchestra.run.smithi173.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2024-03-11T12:33:25.112 INFO:teuthology.orchestra.run.smithi173.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2024-03-11T12:33:25.112 INFO:teuthology.orchestra.run.smithi173.stdout: python3-mako noarch 1.0.6-14.el8 rhel-8-for-x86_64-appstream-rpms 157 k 2024-03-11T12:33:25.112 INFO:teuthology.orchestra.run.smithi173.stdout: python3-markupsafe x86_64 0.23-19.el8 rhel-8-for-x86_64-appstream-rpms 39 k 2024-03-11T12:33:25.112 INFO:teuthology.orchestra.run.smithi173.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2024-03-11T12:33:25.112 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2024-03-11T12:33:25.112 INFO:teuthology.orchestra.run.smithi173.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2024-03-11T12:33:25.112 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 rhel-8-for-x86_64-appstream-rpms 103 k 2024-03-11T12:33:25.112 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pycparser noarch 2.14-14.el8 rhel-8-for-x86_64-baseos-rpms 109 k 2024-03-11T12:33:25.112 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pytz noarch 2017.2-11.el8 rhel-8-for-x86_64-appstream-rpms 54 k 2024-03-11T12:33:25.112 INFO:teuthology.orchestra.run.smithi173.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2024-03-11T12:33:25.112 INFO:teuthology.orchestra.run.smithi173.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2024-03-11T12:33:25.112 INFO:teuthology.orchestra.run.smithi173.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2024-03-11T12:33:25.112 INFO:teuthology.orchestra.run.smithi173.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2024-03-11T12:33:25.112 INFO:teuthology.orchestra.run.smithi173.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2024-03-11T12:33:25.113 INFO:teuthology.orchestra.run.smithi173.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2024-03-11T12:33:25.113 INFO:teuthology.orchestra.run.smithi173.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2024-03-11T12:33:25.113 INFO:teuthology.orchestra.run.smithi173.stdout: python3-werkzeug noarch 0.12.2-4.el8 rhel-8-for-x86_64-appstream-rpms 457 k 2024-03-11T12:33:25.113 INFO:teuthology.orchestra.run.smithi173.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2024-03-11T12:33:25.113 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:33:25.113 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction Summary 2024-03-11T12:33:25.113 INFO:teuthology.orchestra.run.smithi173.stdout:====================================================================================================== 2024-03-11T12:33:25.113 INFO:teuthology.orchestra.run.smithi173.stdout:Install 32 Packages 2024-03-11T12:33:25.113 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:33:25.114 INFO:teuthology.orchestra.run.smithi173.stdout:Total download size: 30 M 2024-03-11T12:33:25.114 INFO:teuthology.orchestra.run.smithi173.stdout:Installed size: 120 M 2024-03-11T12:33:25.114 INFO:teuthology.orchestra.run.smithi173.stdout:Downloading Packages: 2024-03-11T12:33:25.174 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2024-03-11T12:33:25.247 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 31 kB/s | 4.1 kB 00:00 2024-03-11T12:33:25.364 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 3/32 2024-03-11T12:33:25.620 INFO:teuthology.orchestra.run.smithi173.stdout:(1/32): ceph-18.2.1-802.ge1b0c2aa.el8.x86_64.rp 39 kB/s | 6.4 kB 00:00 2024-03-11T12:33:25.719 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 4/32 2024-03-11T12:33:25.981 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-cryptography-3.2.1-7.el8_9.x86_64 5/32 2024-03-11T12:33:26.161 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 6/32 2024-03-11T12:33:26.166 INFO:teuthology.orchestra.run.smithi173.stdout:(2/32): ceph-mgr-18.2.1-802.ge1b0c2aa.el8.x86_6 2.2 MB/s | 1.6 MB 00:00 2024-03-11T12:33:26.266 INFO:teuthology.orchestra.run.smithi173.stdout:(3/32): ceph-mon-18.2.1-802.ge1b0c2aa.el8.x86_6 7.2 MB/s | 4.6 MB 00:00 2024-03-11T12:33:26.316 INFO:teuthology.orchestra.run.smithi173.stdout:(4/32): ceph-mds-18.2.1-802.ge1b0c2aa.el8.x86_6 2.7 MB/s | 2.3 MB 00:00 2024-03-11T12:33:26.346 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 7/32 2024-03-11T12:33:26.350 INFO:teuthology.orchestra.run.smithi173.stdout:(5/32): ceph-mgr-modules-core-18.2.1-802.ge1b0c 2.9 MB/s | 245 kB 00:00 2024-03-11T12:33:26.468 INFO:teuthology.orchestra.run.smithi173.stdout:(6/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rpm 290 kB/s | 44 kB 00:00 2024-03-11T12:33:26.568 INFO:teuthology.orchestra.run.smithi173.stdout:(7/32): python3-beautifulsoup4-4.6.3-2.el8.1.no 854 kB/s | 185 kB 00:00 2024-03-11T12:33:26.592 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 8/32 2024-03-11T12:33:26.601 INFO:teuthology.orchestra.run.smithi173.stdout:(8/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 1.3 MB/s | 173 kB 00:00 2024-03-11T12:33:26.652 INFO:teuthology.orchestra.run.smithi173.stdout:(9/32): python3-jaraco-6.2-6.el8.noarch.rpm 222 kB/s | 11 kB 00:00 2024-03-11T12:33:26.685 INFO:teuthology.orchestra.run.smithi173.stdout:(10/32): python3-cherrypy-18.4.0-1.el8.noarch.r 3.2 MB/s | 384 kB 00:00 2024-03-11T12:33:26.719 INFO:teuthology.orchestra.run.smithi173.stdout:(11/32): python3-jaraco-functools-2.0-4.el8.noa 262 kB/s | 18 kB 00:00 2024-03-11T12:33:26.732 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 9/32 2024-03-11T12:33:26.744 INFO:teuthology.orchestra.run.smithi173.stdout:(12/32): python3-logutils-0.3.5-11.el8.noarch.r 832 kB/s | 49 kB 00:00 2024-03-11T12:33:26.820 INFO:teuthology.orchestra.run.smithi173.stdout:(13/32): python3-more-itertools-7.2.0-3.el8.noa 585 kB/s | 59 kB 00:00 2024-03-11T12:33:26.845 INFO:teuthology.orchestra.run.smithi173.stdout:(14/32): python3-pecan-1.3.2-9.el8.noarch.rpm 2.8 MB/s | 283 kB 00:00 2024-03-11T12:33:26.870 INFO:teuthology.orchestra.run.smithi173.stdout:(15/32): python3-portend-2.6-1.el8.noarch.rpm 310 kB/s | 16 kB 00:00 2024-03-11T12:33:26.906 INFO:teuthology.orchestra.run.smithi173.stdout:(16/32): python3-simplegeneric-0.8.1-17.el8.noa 318 kB/s | 19 kB 00:00 2024-03-11T12:33:26.929 INFO:teuthology.orchestra.run.smithi173.stdout:(17/32): python3-singledispatch-3.4.0.3-18.el8. 409 kB/s | 24 kB 00:00 2024-03-11T12:33:26.963 INFO:teuthology.orchestra.run.smithi173.stdout:(18/32): python3-tempora-1.14.1-5.el8.noarch.rp 525 kB/s | 29 kB 00:00 2024-03-11T12:33:26.988 INFO:teuthology.orchestra.run.smithi173.stdout:(19/32): python3-trustme-0.6.0-4.el8.noarch.rpm 469 kB/s | 27 kB 00:00 2024-03-11T12:33:26.997 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 10/32 2024-03-11T12:33:27.022 INFO:teuthology.orchestra.run.smithi173.stdout:(20/32): python3-waitress-1.4.3-1.el8.noarch.rp 4.3 MB/s | 255 kB 00:00 2024-03-11T12:33:27.072 INFO:teuthology.orchestra.run.smithi173.stdout:(21/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 2.9 MB/s | 251 kB 00:00 2024-03-11T12:33:27.131 INFO:teuthology.orchestra.run.smithi173.stdout:(22/32): python3-webtest-2.0.33-1.el8.noarch.rp 785 kB/s | 85 kB 00:00 2024-03-11T12:33:27.156 INFO:teuthology.orchestra.run.smithi173.stdout:(23/32): python3-zc-lockfile-2.0-2.el8.noarch.r 275 kB/s | 23 kB 00:00 2024-03-11T12:33:27.290 INFO:teuthology.orchestra.run.smithi173.stdout:(24/32): python3-pycparser-2.14-14.el8.noarch.r 688 kB/s | 109 kB 00:00 2024-03-11T12:33:27.312 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 11/32 2024-03-11T12:33:27.365 INFO:teuthology.orchestra.run.smithi173.stdout:(25/32): python3-cffi-1.11.5-6.el8.x86_64.rpm 1.1 MB/s | 238 kB 00:00 2024-03-11T12:33:27.449 INFO:teuthology.orchestra.run.smithi173.stdout:(26/32): python3-cryptography-3.2.1-7.el8_9.x86 3.4 MB/s | 559 kB 00:00 2024-03-11T12:33:27.482 INFO:teuthology.orchestra.run.smithi173.stdout:(27/32): python3-werkzeug-0.12.2-4.el8.noarch.r 3.8 MB/s | 457 kB 00:00 2024-03-11T12:33:27.503 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-03-11T12:33:27.506 INFO:teuthology.orchestra.run.smithi203.stdout:====================================================================================================== 2024-03-11T12:33:27.506 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2024-03-11T12:33:27.506 INFO:teuthology.orchestra.run.smithi203.stdout:====================================================================================================== 2024-03-11T12:33:27.506 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-03-11T12:33:27.506 INFO:teuthology.orchestra.run.smithi203.stdout: ceph x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 6.4 k 2024-03-11T12:33:27.507 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2024-03-11T12:33:27.507 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mds x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 2.3 M 2024-03-11T12:33:27.507 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 1.6 M 2024-03-11T12:33:27.507 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr-modules-core noarch 2:18.2.1-802.ge1b0c2aa.el8 ceph-noarch 245 k 2024-03-11T12:33:27.507 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mon x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 4.6 M 2024-03-11T12:33:27.507 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-osd x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 18 M 2024-03-11T12:33:27.507 INFO:teuthology.orchestra.run.smithi203.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2024-03-11T12:33:27.507 INFO:teuthology.orchestra.run.smithi203.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2024-03-11T12:33:27.507 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cffi x86_64 1.11.5-6.el8 rhel-8-for-x86_64-baseos-rpms 238 k 2024-03-11T12:33:27.507 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2024-03-11T12:33:27.507 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2024-03-11T12:33:27.507 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cryptography x86_64 3.2.1-7.el8_9 rhel-8-for-x86_64-baseos-rpms 559 k 2024-03-11T12:33:27.507 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2024-03-11T12:33:27.507 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2024-03-11T12:33:27.508 INFO:teuthology.orchestra.run.smithi203.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2024-03-11T12:33:27.508 INFO:teuthology.orchestra.run.smithi203.stdout: python3-mako noarch 1.0.6-14.el8 rhel-8-for-x86_64-appstream-rpms 157 k 2024-03-11T12:33:27.508 INFO:teuthology.orchestra.run.smithi203.stdout: python3-markupsafe x86_64 0.23-19.el8 rhel-8-for-x86_64-appstream-rpms 39 k 2024-03-11T12:33:27.508 INFO:teuthology.orchestra.run.smithi203.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2024-03-11T12:33:27.508 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2024-03-11T12:33:27.508 INFO:teuthology.orchestra.run.smithi203.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2024-03-11T12:33:27.508 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 rhel-8-for-x86_64-appstream-rpms 103 k 2024-03-11T12:33:27.508 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pycparser noarch 2.14-14.el8 rhel-8-for-x86_64-baseos-rpms 109 k 2024-03-11T12:33:27.508 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pytz noarch 2017.2-11.el8 rhel-8-for-x86_64-appstream-rpms 54 k 2024-03-11T12:33:27.508 INFO:teuthology.orchestra.run.smithi203.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2024-03-11T12:33:27.508 INFO:teuthology.orchestra.run.smithi203.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2024-03-11T12:33:27.508 INFO:teuthology.orchestra.run.smithi203.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2024-03-11T12:33:27.508 INFO:teuthology.orchestra.run.smithi203.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2024-03-11T12:33:27.508 INFO:teuthology.orchestra.run.smithi203.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2024-03-11T12:33:27.509 INFO:teuthology.orchestra.run.smithi203.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2024-03-11T12:33:27.509 INFO:teuthology.orchestra.run.smithi203.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2024-03-11T12:33:27.509 INFO:teuthology.orchestra.run.smithi203.stdout: python3-werkzeug noarch 0.12.2-4.el8 rhel-8-for-x86_64-appstream-rpms 457 k 2024-03-11T12:33:27.509 INFO:teuthology.orchestra.run.smithi203.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2024-03-11T12:33:27.509 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:33:27.509 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-03-11T12:33:27.509 INFO:teuthology.orchestra.run.smithi203.stdout:====================================================================================================== 2024-03-11T12:33:27.509 INFO:teuthology.orchestra.run.smithi203.stdout:Install 32 Packages 2024-03-11T12:33:27.509 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:33:27.510 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 30 M 2024-03-11T12:33:27.510 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 120 M 2024-03-11T12:33:27.510 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-03-11T12:33:27.553 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 12/32 2024-03-11T12:33:27.599 INFO:teuthology.orchestra.run.smithi173.stdout:(28/32): python3-pyOpenSSL-19.0.0-1.el8.noarch. 886 kB/s | 103 kB 00:00 2024-03-11T12:33:27.625 INFO:teuthology.orchestra.run.smithi173.stdout:(29/32): python3-markupsafe-0.23-19.el8.x86_64. 221 kB/s | 39 kB 00:00 2024-03-11T12:33:27.742 INFO:teuthology.orchestra.run.smithi173.stdout:(30/32): python3-mako-1.0.6-14.el8.noarch.rpm 1.1 MB/s | 157 kB 00:00 2024-03-11T12:33:27.770 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 13/32 2024-03-11T12:33:27.792 INFO:teuthology.orchestra.run.smithi173.stdout:(31/32): python3-pytz-2017.2-11.el8.noarch.rpm 325 kB/s | 54 kB 00:00 2024-03-11T12:33:27.840 INFO:teuthology.orchestra.run.smithi203.stdout:(1/32): ceph-18.2.1-802.ge1b0c2aa.el8.x86_64.rp 35 kB/s | 6.4 kB 00:00 2024-03-11T12:33:28.011 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 14/32 2024-03-11T12:33:28.190 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 15/32 2024-03-11T12:33:28.273 INFO:teuthology.orchestra.run.smithi203.stdout:(2/32): ceph-mgr-18.2.1-802.ge1b0c2aa.el8.x86_6 2.5 MB/s | 1.6 MB 00:00 2024-03-11T12:33:28.354 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 16/32 2024-03-11T12:33:28.517 INFO:teuthology.orchestra.run.smithi173.stdout:(32/32): ceph-osd-18.2.1-802.ge1b0c2aa.el8.x86_ 7.5 MB/s | 18 MB 00:02 2024-03-11T12:33:28.520 INFO:teuthology.orchestra.run.smithi173.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:33:28.520 INFO:teuthology.orchestra.run.smithi173.stdout:Total 8.8 MB/s | 30 MB 00:03 2024-03-11T12:33:28.523 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 17/32 2024-03-11T12:33:28.616 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction check 2024-03-11T12:33:28.654 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction check succeeded. 2024-03-11T12:33:28.654 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction test 2024-03-11T12:33:28.683 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 18/32 2024-03-11T12:33:28.855 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 19/32 2024-03-11T12:33:28.878 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction test succeeded. 2024-03-11T12:33:28.887 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction 2024-03-11T12:33:29.056 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 20/32 2024-03-11T12:33:29.115 INFO:teuthology.orchestra.run.smithi203.stdout:(3/32): ceph-mon-18.2.1-802.ge1b0c2aa.el8.x86_6 3.6 MB/s | 4.6 MB 00:01 2024-03-11T12:33:29.207 INFO:teuthology.orchestra.run.smithi203.stdout:(4/32): ceph-mgr-modules-core-18.2.1-802.ge1b0c 2.6 MB/s | 245 kB 00:00 2024-03-11T12:33:29.258 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2024-03-11T12:33:29.441 INFO:teuthology.orchestra.run.smithi203.stdout:(5/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rpm 187 kB/s | 44 kB 00:00 2024-03-11T12:33:29.497 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2024-03-11T12:33:29.591 INFO:teuthology.orchestra.run.smithi203.stdout:(6/32): python3-beautifulsoup4-4.6.3-2.el8.1.no 1.2 MB/s | 185 kB 00:00 2024-03-11T12:33:29.677 INFO:teuthology.orchestra.run.smithi203.stdout:(7/32): ceph-mds-18.2.1-802.ge1b0c2aa.el8.x86_6 1.1 MB/s | 2.3 MB 00:02 2024-03-11T12:33:29.692 INFO:teuthology.orchestra.run.smithi203.stdout:(8/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 1.7 MB/s | 173 kB 00:00 2024-03-11T12:33:29.749 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2024-03-11T12:33:29.751 INFO:teuthology.orchestra.run.smithi203.stdout:(9/32): python3-jaraco-6.2-6.el8.noarch.rpm 190 kB/s | 11 kB 00:00 2024-03-11T12:33:29.959 INFO:teuthology.orchestra.run.smithi203.stdout:(10/32): ceph-osd-18.2.1-802.ge1b0c2aa.el8.x86_ 11 MB/s | 18 MB 00:01 2024-03-11T12:33:29.961 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 24/32 2024-03-11T12:33:29.985 INFO:teuthology.orchestra.run.smithi203.stdout:(11/32): python3-jaraco-functools-2.0-4.el8.noa 75 kB/s | 18 kB 00:00 2024-03-11T12:33:30.043 INFO:teuthology.orchestra.run.smithi203.stdout:(12/32): python3-more-itertools-7.2.0-3.el8.noa 1.0 MB/s | 59 kB 00:00 2024-03-11T12:33:30.075 INFO:teuthology.orchestra.run.smithi173.stdout: Preparing : 1/1 2024-03-11T12:33:30.094 INFO:teuthology.orchestra.run.smithi203.stdout:(13/32): python3-cherrypy-18.4.0-1.el8.noarch.r 919 kB/s | 384 kB 00:00 2024-03-11T12:33:30.177 INFO:teuthology.orchestra.run.smithi203.stdout:(14/32): python3-portend-2.6-1.el8.noarch.rpm 187 kB/s | 16 kB 00:00 2024-03-11T12:33:30.202 INFO:teuthology.orchestra.run.smithi203.stdout:(15/32): python3-logutils-0.3.5-11.el8.noarch.r 201 kB/s | 49 kB 00:00 2024-03-11T12:33:30.236 INFO:teuthology.orchestra.run.smithi203.stdout:(16/32): python3-simplegeneric-0.8.1-17.el8.noa 320 kB/s | 19 kB 00:00 2024-03-11T12:33:30.238 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 25/32 2024-03-11T12:33:30.261 INFO:teuthology.orchestra.run.smithi203.stdout:(17/32): python3-pecan-1.3.2-9.el8.noarch.rpm 1.3 MB/s | 283 kB 00:00 2024-03-11T12:33:30.290 INFO:teuthology.orchestra.run.smithi203.stdout:(18/32): python3-singledispatch-3.4.0.3-18.el8. 285 kB/s | 24 kB 00:00 2024-03-11T12:33:30.290 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2024-03-11T12:33:30.312 INFO:teuthology.orchestra.run.smithi203.stdout:(19/32): python3-tempora-1.14.1-5.el8.noarch.rp 387 kB/s | 29 kB 00:00 2024-03-11T12:33:30.337 INFO:teuthology.orchestra.run.smithi203.stdout:(20/32): python3-trustme-0.6.0-4.el8.noarch.rpm 364 kB/s | 27 kB 00:00 2024-03-11T12:33:30.421 INFO:teuthology.orchestra.run.smithi203.stdout:(21/32): python3-webtest-2.0.33-1.el8.noarch.rp 1.0 MB/s | 85 kB 00:00 2024-03-11T12:33:30.446 INFO:teuthology.orchestra.run.smithi203.stdout:(22/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 1.8 MB/s | 251 kB 00:00 2024-03-11T12:33:30.545 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2024-03-11T12:33:30.547 INFO:teuthology.orchestra.run.smithi203.stdout:(23/32): python3-zc-lockfile-2.0-2.el8.noarch.r 183 kB/s | 23 kB 00:00 2024-03-11T12:33:30.576 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2024-03-11T12:33:30.589 INFO:teuthology.orchestra.run.smithi203.stdout:(24/32): python3-waitress-1.4.3-1.el8.noarch.rp 846 kB/s | 255 kB 00:00 2024-03-11T12:33:30.614 INFO:teuthology.orchestra.run.smithi203.stdout:(25/32): python3-werkzeug-0.12.2-4.el8.noarch.r 2.7 MB/s | 457 kB 00:00 2024-03-11T12:33:30.673 INFO:teuthology.orchestra.run.smithi203.stdout:(26/32): python3-markupsafe-0.23-19.el8.x86_64. 308 kB/s | 39 kB 00:00 2024-03-11T12:33:30.693 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 3/32 2024-03-11T12:33:30.731 INFO:teuthology.orchestra.run.smithi203.stdout:(27/32): python3-mako-1.0.6-14.el8.noarch.rpm 1.4 MB/s | 157 kB 00:00 2024-03-11T12:33:30.773 INFO:teuthology.orchestra.run.smithi203.stdout:(28/32): python3-pyOpenSSL-19.0.0-1.el8.noarch. 562 kB/s | 103 kB 00:00 2024-03-11T12:33:30.815 INFO:teuthology.orchestra.run.smithi203.stdout:(29/32): python3-pytz-2017.2-11.el8.noarch.rpm 382 kB/s | 54 kB 00:00 2024-03-11T12:33:30.857 INFO:teuthology.orchestra.run.smithi203.stdout:(30/32): python3-pycparser-2.14-14.el8.noarch.r 868 kB/s | 109 kB 00:00 2024-03-11T12:33:30.908 INFO:teuthology.orchestra.run.smithi203.stdout:(31/32): python3-cffi-1.11.5-6.el8.x86_64.rpm 1.7 MB/s | 238 kB 00:00 2024-03-11T12:33:30.925 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 4/32 2024-03-11T12:33:30.941 INFO:teuthology.orchestra.run.smithi203.stdout:(32/32): python3-cryptography-3.2.1-7.el8_9.x86 4.4 MB/s | 559 kB 00:00 2024-03-11T12:33:30.946 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:33:30.946 INFO:teuthology.orchestra.run.smithi203.stdout:Total 8.7 MB/s | 30 MB 00:03 2024-03-11T12:33:30.999 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-mgr-modules-core-2:18.2.1-802.ge1b0c2aa.el8.n 27/32 2024-03-11T12:33:31.046 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-03-11T12:33:31.083 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-03-11T12:33:31.084 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-03-11T12:33:31.248 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 5/32 2024-03-11T12:33:31.308 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-03-11T12:33:31.317 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-03-11T12:33:31.387 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-mgr-2:18.2.1-802.ge1b0c2aa.el8.x86_64 28/32 2024-03-11T12:33:31.476 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 6/32 2024-03-11T12:33:31.649 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 7/32 2024-03-11T12:33:32.046 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 8/32 2024-03-11T12:33:32.367 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-cryptography-3.2.1-7.el8_9.x86_64 9/32 2024-03-11T12:33:32.448 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-03-11T12:33:32.522 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 10/32 2024-03-11T12:33:32.697 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2024-03-11T12:33:32.964 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-mgr-2:18.2.1-802.ge1b0c2aa.el8.x86_64 28/32 2024-03-11T12:33:32.968 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2024-03-11T12:33:33.008 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 11/32 2024-03-11T12:33:33.186 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-osd-2:18.2.1-802.ge1b0c2aa.el8.x86_64 29/32 2024-03-11T12:33:33.199 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 3/32 2024-03-11T12:33:33.257 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 12/32 2024-03-11T12:33:33.461 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 13/32 2024-03-11T12:33:33.547 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 4/32 2024-03-11T12:33:33.649 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-osd-2:18.2.1-802.ge1b0c2aa.el8.x86_64 29/32 2024-03-11T12:33:33.744 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 14/32 2024-03-11T12:33:33.800 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-cryptography-3.2.1-7.el8_9.x86_64 5/32 2024-03-11T12:33:33.836 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-mon-2:18.2.1-802.ge1b0c2aa.el8.x86_64 30/32 2024-03-11T12:33:33.952 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 15/32 2024-03-11T12:33:34.005 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 6/32 2024-03-11T12:33:34.053 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-mon-2:18.2.1-802.ge1b0c2aa.el8.x86_64 30/32 2024-03-11T12:33:34.117 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 16/32 2024-03-11T12:33:34.173 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 7/32 2024-03-11T12:33:34.235 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-mds-2:18.2.1-802.ge1b0c2aa.el8.x86_64 31/32 2024-03-11T12:33:34.255 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-mds-2:18.2.1-802.ge1b0c2aa.el8.x86_64 31/32 2024-03-11T12:33:34.326 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 17/32 2024-03-11T12:33:34.384 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-2:18.2.1-802.ge1b0c2aa.el8.x86_64 32/32 2024-03-11T12:33:34.429 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 8/32 2024-03-11T12:33:34.570 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 18/32 2024-03-11T12:33:34.602 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 9/32 2024-03-11T12:33:34.773 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-2:18.2.1-802.ge1b0c2aa.el8.x86_64 32/32 2024-03-11T12:33:34.774 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/32 2024-03-11T12:33:34.774 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-mds-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2/32 2024-03-11T12:33:34.774 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-mgr-2:18.2.1-802.ge1b0c2aa.el8.x86_64 3/32 2024-03-11T12:33:34.774 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-mon-2:18.2.1-802.ge1b0c2aa.el8.x86_64 4/32 2024-03-11T12:33:34.774 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-osd-2:18.2.1-802.ge1b0c2aa.el8.x86_64 5/32 2024-03-11T12:33:34.774 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-mgr-modules-core-2:18.2.1-802.ge1b0c2aa.el8.n 6/32 2024-03-11T12:33:34.774 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 7/32 2024-03-11T12:33:34.774 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 8/32 2024-03-11T12:33:34.774 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 9/32 2024-03-11T12:33:34.774 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 10/32 2024-03-11T12:33:34.775 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 11/32 2024-03-11T12:33:34.775 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 12/32 2024-03-11T12:33:34.775 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 13/32 2024-03-11T12:33:34.775 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 14/32 2024-03-11T12:33:34.775 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 15/32 2024-03-11T12:33:34.775 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-portend-2.6-1.el8.noarch 16/32 2024-03-11T12:33:34.775 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 17/32 2024-03-11T12:33:34.775 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 18/32 2024-03-11T12:33:34.775 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 19/32 2024-03-11T12:33:34.775 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 20/32 2024-03-11T12:33:34.775 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 21/32 2024-03-11T12:33:34.775 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 22/32 2024-03-11T12:33:34.775 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 23/32 2024-03-11T12:33:34.775 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 24/32 2024-03-11T12:33:34.776 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 25/32 2024-03-11T12:33:34.776 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 26/32 2024-03-11T12:33:34.776 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 27/32 2024-03-11T12:33:34.776 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 28/32 2024-03-11T12:33:34.776 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 29/32 2024-03-11T12:33:34.776 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 30/32 2024-03-11T12:33:34.776 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 31/32 2024-03-11T12:33:34.777 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 19/32 2024-03-11T12:33:34.839 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 10/32 2024-03-11T12:33:34.976 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 20/32 2024-03-11T12:33:35.172 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 11/32 2024-03-11T12:33:35.195 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2024-03-11T12:33:35.364 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 12/32 2024-03-11T12:33:35.476 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2024-03-11T12:33:35.600 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 13/32 2024-03-11T12:33:35.736 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2024-03-11T12:33:35.877 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 14/32 2024-03-11T12:33:36.015 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 24/32 2024-03-11T12:33:36.044 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 15/32 2024-03-11T12:33:36.242 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 16/32 2024-03-11T12:33:36.304 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 25/32 2024-03-11T12:33:36.409 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 17/32 2024-03-11T12:33:36.603 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 18/32 2024-03-11T12:33:36.670 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2024-03-11T12:33:36.810 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 19/32 2024-03-11T12:33:37.034 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 20/32 2024-03-11T12:33:37.093 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : ceph-mgr-modules-core-2:18.2.1-802.ge1b0c2aa.el8.n 27/32 2024-03-11T12:33:37.203 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2024-03-11T12:33:37.305 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : ceph-mgr-2:18.2.1-802.ge1b0c2aa.el8.x86_64 28/32 2024-03-11T12:33:37.469 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2024-03-11T12:33:37.736 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2024-03-11T12:33:37.940 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 24/32 2024-03-11T12:33:38.300 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 25/32 2024-03-11T12:33:38.630 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2024-03-11T12:33:38.871 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: ceph-mgr-2:18.2.1-802.ge1b0c2aa.el8.x86_64 28/32 2024-03-11T12:33:39.027 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-mgr-modules-core-2:18.2.1-802.ge1b0c2aa.el8.n 27/32 2024-03-11T12:33:39.240 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-mgr-2:18.2.1-802.ge1b0c2aa.el8.x86_64 28/32 2024-03-11T12:33:40.280 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : ceph-osd-2:18.2.1-802.ge1b0c2aa.el8.x86_64 29/32 2024-03-11T12:33:40.747 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: ceph-osd-2:18.2.1-802.ge1b0c2aa.el8.x86_64 29/32 2024-03-11T12:33:40.806 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-mgr-2:18.2.1-802.ge1b0c2aa.el8.x86_64 28/32 2024-03-11T12:33:40.972 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : ceph-mon-2:18.2.1-802.ge1b0c2aa.el8.x86_64 30/32 2024-03-11T12:33:40.998 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-osd-2:18.2.1-802.ge1b0c2aa.el8.x86_64 29/32 2024-03-11T12:33:41.188 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: ceph-mon-2:18.2.1-802.ge1b0c2aa.el8.x86_64 30/32 2024-03-11T12:33:41.380 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : ceph-mds-2:18.2.1-802.ge1b0c2aa.el8.x86_64 31/32 2024-03-11T12:33:41.398 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: ceph-mds-2:18.2.1-802.ge1b0c2aa.el8.x86_64 31/32 2024-03-11T12:33:41.461 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-osd-2:18.2.1-802.ge1b0c2aa.el8.x86_64 29/32 2024-03-11T12:33:41.538 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : ceph-2:18.2.1-802.ge1b0c2aa.el8.x86_64 32/32 2024-03-11T12:33:41.638 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-mon-2:18.2.1-802.ge1b0c2aa.el8.x86_64 30/32 2024-03-11T12:33:41.856 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-mon-2:18.2.1-802.ge1b0c2aa.el8.x86_64 30/32 2024-03-11T12:33:41.938 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: ceph-2:18.2.1-802.ge1b0c2aa.el8.x86_64 32/32 2024-03-11T12:33:41.938 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : ceph-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/32 2024-03-11T12:33:41.938 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : ceph-mds-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2/32 2024-03-11T12:33:41.938 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : ceph-mgr-2:18.2.1-802.ge1b0c2aa.el8.x86_64 3/32 2024-03-11T12:33:41.939 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : ceph-mon-2:18.2.1-802.ge1b0c2aa.el8.x86_64 4/32 2024-03-11T12:33:41.939 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : ceph-osd-2:18.2.1-802.ge1b0c2aa.el8.x86_64 5/32 2024-03-11T12:33:41.939 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : ceph-mgr-modules-core-2:18.2.1-802.ge1b0c2aa.el8.n 6/32 2024-03-11T12:33:41.939 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 7/32 2024-03-11T12:33:41.939 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 8/32 2024-03-11T12:33:41.939 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 9/32 2024-03-11T12:33:41.939 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 10/32 2024-03-11T12:33:41.939 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 11/32 2024-03-11T12:33:41.939 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 12/32 2024-03-11T12:33:41.939 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 13/32 2024-03-11T12:33:41.939 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 14/32 2024-03-11T12:33:41.939 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 15/32 2024-03-11T12:33:41.939 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-portend-2.6-1.el8.noarch 16/32 2024-03-11T12:33:41.939 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 17/32 2024-03-11T12:33:41.940 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 18/32 2024-03-11T12:33:41.940 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 19/32 2024-03-11T12:33:41.940 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 20/32 2024-03-11T12:33:41.940 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 21/32 2024-03-11T12:33:41.940 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 22/32 2024-03-11T12:33:41.940 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 23/32 2024-03-11T12:33:41.940 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 24/32 2024-03-11T12:33:41.940 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 25/32 2024-03-11T12:33:41.940 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 26/32 2024-03-11T12:33:41.940 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-cryptography-3.2.1-7.el8_9.x86_64 27/32 2024-03-11T12:33:41.940 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 28/32 2024-03-11T12:33:41.940 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 29/32 2024-03-11T12:33:41.940 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 30/32 2024-03-11T12:33:41.940 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 31/32 2024-03-11T12:33:42.030 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-mds-2:18.2.1-802.ge1b0c2aa.el8.x86_64 31/32 2024-03-11T12:33:42.049 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-mds-2:18.2.1-802.ge1b0c2aa.el8.x86_64 31/32 2024-03-11T12:33:42.220 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-2:18.2.1-802.ge1b0c2aa.el8.x86_64 32/32 2024-03-11T12:33:42.620 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-2:18.2.1-802.ge1b0c2aa.el8.x86_64 32/32 2024-03-11T12:33:42.620 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/32 2024-03-11T12:33:42.620 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-mds-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2/32 2024-03-11T12:33:42.620 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-mgr-2:18.2.1-802.ge1b0c2aa.el8.x86_64 3/32 2024-03-11T12:33:42.620 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-mon-2:18.2.1-802.ge1b0c2aa.el8.x86_64 4/32 2024-03-11T12:33:42.620 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-osd-2:18.2.1-802.ge1b0c2aa.el8.x86_64 5/32 2024-03-11T12:33:42.620 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-mgr-modules-core-2:18.2.1-802.ge1b0c2aa.el8.n 6/32 2024-03-11T12:33:42.620 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 7/32 2024-03-11T12:33:42.620 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 8/32 2024-03-11T12:33:42.620 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 9/32 2024-03-11T12:33:42.620 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 10/32 2024-03-11T12:33:42.621 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 11/32 2024-03-11T12:33:42.621 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 12/32 2024-03-11T12:33:42.621 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 13/32 2024-03-11T12:33:42.621 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 14/32 2024-03-11T12:33:42.621 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 15/32 2024-03-11T12:33:42.621 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-portend-2.6-1.el8.noarch 16/32 2024-03-11T12:33:42.621 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 17/32 2024-03-11T12:33:42.621 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 18/32 2024-03-11T12:33:42.621 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 19/32 2024-03-11T12:33:42.621 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 20/32 2024-03-11T12:33:42.621 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 21/32 2024-03-11T12:33:42.621 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 22/32 2024-03-11T12:33:42.621 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 23/32 2024-03-11T12:33:42.621 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 24/32 2024-03-11T12:33:42.621 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 25/32 2024-03-11T12:33:42.621 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 26/32 2024-03-11T12:33:42.621 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 27/32 2024-03-11T12:33:42.622 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 28/32 2024-03-11T12:33:42.622 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 29/32 2024-03-11T12:33:42.622 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 30/32 2024-03-11T12:33:42.622 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 31/32 2024-03-11T12:33:44.965 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-cryptography-3.2.1-7.el8_9.x86_64 32/32 2024-03-11T12:33:44.965 INFO:teuthology.orchestra.run.smithi164.stdout:Installed products updated. 2024-03-11T12:33:45.540 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:33:45.540 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-11T12:33:45.540 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:33:45.540 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mds-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:33:45.540 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:33:45.540 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-modules-core-2:18.2.1-802.ge1b0c2aa.el8.noarch 2024-03-11T12:33:45.541 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mon-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:33:45.541 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-osd-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:33:45.541 INFO:teuthology.orchestra.run.smithi164.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2024-03-11T12:33:45.541 INFO:teuthology.orchestra.run.smithi164.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2024-03-11T12:33:45.541 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cffi-1.11.5-6.el8.x86_64 2024-03-11T12:33:45.541 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cheroot-8.5.2-1.el8.noarch 2024-03-11T12:33:45.541 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2024-03-11T12:33:45.541 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cryptography-3.2.1-7.el8_9.x86_64 2024-03-11T12:33:45.541 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jaraco-6.2-6.el8.noarch 2024-03-11T12:33:45.541 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2024-03-11T12:33:45.541 INFO:teuthology.orchestra.run.smithi164.stdout: python3-logutils-0.3.5-11.el8.noarch 2024-03-11T12:33:45.541 INFO:teuthology.orchestra.run.smithi164.stdout: python3-mako-1.0.6-14.el8.noarch 2024-03-11T12:33:45.541 INFO:teuthology.orchestra.run.smithi164.stdout: python3-markupsafe-0.23-19.el8.x86_64 2024-03-11T12:33:45.541 INFO:teuthology.orchestra.run.smithi164.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2024-03-11T12:33:45.541 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pecan-1.3.2-9.el8.noarch 2024-03-11T12:33:45.542 INFO:teuthology.orchestra.run.smithi164.stdout: python3-portend-2.6-1.el8.noarch 2024-03-11T12:33:45.542 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2024-03-11T12:33:45.542 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pycparser-2.14-14.el8.noarch 2024-03-11T12:33:45.542 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pytz-2017.2-11.el8.noarch 2024-03-11T12:33:45.542 INFO:teuthology.orchestra.run.smithi164.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2024-03-11T12:33:45.542 INFO:teuthology.orchestra.run.smithi164.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2024-03-11T12:33:45.542 INFO:teuthology.orchestra.run.smithi164.stdout: python3-tempora-1.14.1-5.el8.noarch 2024-03-11T12:33:45.542 INFO:teuthology.orchestra.run.smithi164.stdout: python3-trustme-0.6.0-4.el8.noarch 2024-03-11T12:33:45.542 INFO:teuthology.orchestra.run.smithi164.stdout: python3-waitress-1.4.3-1.el8.noarch 2024-03-11T12:33:45.542 INFO:teuthology.orchestra.run.smithi164.stdout: python3-webob-1.8.5-1.el8.1.noarch 2024-03-11T12:33:45.542 INFO:teuthology.orchestra.run.smithi164.stdout: python3-webtest-2.0.33-1.el8.noarch 2024-03-11T12:33:45.542 INFO:teuthology.orchestra.run.smithi164.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2024-03-11T12:33:45.542 INFO:teuthology.orchestra.run.smithi164.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2024-03-11T12:33:45.542 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:33:45.542 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-11T12:33:45.728 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph-base 2024-03-11T12:33:46.082 INFO:teuthology.orchestra.run.smithi164.stdout:Updating Subscription Management repositories. 2024-03-11T12:33:47.821 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 46 kB/s | 4.5 kB 00:00 2024-03-11T12:33:48.446 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 42 kB/s | 4.1 kB 00:00 2024-03-11T12:33:50.609 INFO:teuthology.orchestra.run.smithi164.stdout:Package ceph-base-2:18.2.1-802.ge1b0c2aa.el8.x86_64 is already installed. 2024-03-11T12:33:50.794 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-11T12:33:50.795 INFO:teuthology.orchestra.run.smithi164.stdout:Nothing to do. 2024-03-11T12:33:50.795 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-11T12:33:50.946 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install cephadm 2024-03-11T12:33:51.295 INFO:teuthology.orchestra.run.smithi164.stdout:Updating Subscription Management repositories. 2024-03-11T12:33:53.028 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 37 kB/s | 4.5 kB 00:00 2024-03-11T12:33:53.671 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 34 kB/s | 4.1 kB 00:00 2024-03-11T12:33:53.706 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 32/32 2024-03-11T12:33:53.706 INFO:teuthology.orchestra.run.smithi173.stdout:Installed products updated. 2024-03-11T12:33:54.254 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:33:54.255 INFO:teuthology.orchestra.run.smithi173.stdout:Installed: 2024-03-11T12:33:54.255 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:33:54.255 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-mds-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:33:54.255 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-mgr-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:33:54.255 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-mgr-modules-core-2:18.2.1-802.ge1b0c2aa.el8.noarch 2024-03-11T12:33:54.255 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-mon-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:33:54.255 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-osd-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:33:54.255 INFO:teuthology.orchestra.run.smithi173.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2024-03-11T12:33:54.255 INFO:teuthology.orchestra.run.smithi173.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2024-03-11T12:33:54.255 INFO:teuthology.orchestra.run.smithi173.stdout: python3-cffi-1.11.5-6.el8.x86_64 2024-03-11T12:33:54.255 INFO:teuthology.orchestra.run.smithi173.stdout: python3-cheroot-8.5.2-1.el8.noarch 2024-03-11T12:33:54.255 INFO:teuthology.orchestra.run.smithi173.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2024-03-11T12:33:54.256 INFO:teuthology.orchestra.run.smithi173.stdout: python3-cryptography-3.2.1-7.el8_9.x86_64 2024-03-11T12:33:54.256 INFO:teuthology.orchestra.run.smithi173.stdout: python3-jaraco-6.2-6.el8.noarch 2024-03-11T12:33:54.256 INFO:teuthology.orchestra.run.smithi173.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2024-03-11T12:33:54.256 INFO:teuthology.orchestra.run.smithi173.stdout: python3-logutils-0.3.5-11.el8.noarch 2024-03-11T12:33:54.256 INFO:teuthology.orchestra.run.smithi173.stdout: python3-mako-1.0.6-14.el8.noarch 2024-03-11T12:33:54.256 INFO:teuthology.orchestra.run.smithi173.stdout: python3-markupsafe-0.23-19.el8.x86_64 2024-03-11T12:33:54.256 INFO:teuthology.orchestra.run.smithi173.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2024-03-11T12:33:54.256 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pecan-1.3.2-9.el8.noarch 2024-03-11T12:33:54.256 INFO:teuthology.orchestra.run.smithi173.stdout: python3-portend-2.6-1.el8.noarch 2024-03-11T12:33:54.256 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2024-03-11T12:33:54.256 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pycparser-2.14-14.el8.noarch 2024-03-11T12:33:54.256 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pytz-2017.2-11.el8.noarch 2024-03-11T12:33:54.256 INFO:teuthology.orchestra.run.smithi173.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2024-03-11T12:33:54.256 INFO:teuthology.orchestra.run.smithi173.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2024-03-11T12:33:54.257 INFO:teuthology.orchestra.run.smithi173.stdout: python3-tempora-1.14.1-5.el8.noarch 2024-03-11T12:33:54.257 INFO:teuthology.orchestra.run.smithi173.stdout: python3-trustme-0.6.0-4.el8.noarch 2024-03-11T12:33:54.257 INFO:teuthology.orchestra.run.smithi173.stdout: python3-waitress-1.4.3-1.el8.noarch 2024-03-11T12:33:54.257 INFO:teuthology.orchestra.run.smithi173.stdout: python3-webob-1.8.5-1.el8.1.noarch 2024-03-11T12:33:54.257 INFO:teuthology.orchestra.run.smithi173.stdout: python3-webtest-2.0.33-1.el8.noarch 2024-03-11T12:33:54.257 INFO:teuthology.orchestra.run.smithi173.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2024-03-11T12:33:54.257 INFO:teuthology.orchestra.run.smithi173.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2024-03-11T12:33:54.257 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:33:54.257 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-03-11T12:33:54.438 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install ceph-base 2024-03-11T12:33:54.788 INFO:teuthology.orchestra.run.smithi173.stdout:Updating Subscription Management repositories. 2024-03-11T12:33:55.897 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-11T12:33:55.898 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-11T12:33:55.899 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repository Size 2024-03-11T12:33:55.899 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-11T12:33:55.899 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-11T12:33:55.899 INFO:teuthology.orchestra.run.smithi164.stdout: cephadm noarch 2:18.2.1-802.ge1b0c2aa.el8 ceph-noarch 172 k 2024-03-11T12:33:55.899 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:33:55.899 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-11T12:33:55.899 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-11T12:33:55.899 INFO:teuthology.orchestra.run.smithi164.stdout:Install 1 Package 2024-03-11T12:33:55.899 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:33:55.899 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 172 k 2024-03-11T12:33:55.899 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 691 k 2024-03-11T12:33:55.899 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-11T12:33:56.439 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 34 kB/s | 4.1 kB 00:00 2024-03-11T12:33:56.495 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-cryptography-3.2.1-7.el8_9.x86_64 32/32 2024-03-11T12:33:56.496 INFO:teuthology.orchestra.run.smithi203.stdout:Installed products updated. 2024-03-11T12:33:56.549 INFO:teuthology.orchestra.run.smithi164.stdout:cephadm-18.2.1-802.ge1b0c2aa.el8.noarch.rpm 266 kB/s | 172 kB 00:00 2024-03-11T12:33:56.549 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:33:56.550 INFO:teuthology.orchestra.run.smithi164.stdout:Total 265 kB/s | 172 kB 00:00 2024-03-11T12:33:56.550 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-11T12:33:56.558 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-11T12:33:56.559 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-11T12:33:56.561 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-11T12:33:56.569 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-11T12:33:56.613 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-11T12:33:56.800 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 29 kB/s | 4.5 kB 00:00 2024-03-11T12:33:57.100 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:33:57.100 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-03-11T12:33:57.101 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:33:57.101 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mds-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:33:57.101 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:33:57.101 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr-modules-core-2:18.2.1-802.ge1b0c2aa.el8.noarch 2024-03-11T12:33:57.101 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mon-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:33:57.101 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-osd-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:33:57.101 INFO:teuthology.orchestra.run.smithi203.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2024-03-11T12:33:57.101 INFO:teuthology.orchestra.run.smithi203.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2024-03-11T12:33:57.101 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cffi-1.11.5-6.el8.x86_64 2024-03-11T12:33:57.101 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cheroot-8.5.2-1.el8.noarch 2024-03-11T12:33:57.101 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2024-03-11T12:33:57.101 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cryptography-3.2.1-7.el8_9.x86_64 2024-03-11T12:33:57.101 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jaraco-6.2-6.el8.noarch 2024-03-11T12:33:57.102 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2024-03-11T12:33:57.102 INFO:teuthology.orchestra.run.smithi203.stdout: python3-logutils-0.3.5-11.el8.noarch 2024-03-11T12:33:57.102 INFO:teuthology.orchestra.run.smithi203.stdout: python3-mako-1.0.6-14.el8.noarch 2024-03-11T12:33:57.102 INFO:teuthology.orchestra.run.smithi203.stdout: python3-markupsafe-0.23-19.el8.x86_64 2024-03-11T12:33:57.102 INFO:teuthology.orchestra.run.smithi203.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2024-03-11T12:33:57.102 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pecan-1.3.2-9.el8.noarch 2024-03-11T12:33:57.102 INFO:teuthology.orchestra.run.smithi203.stdout: python3-portend-2.6-1.el8.noarch 2024-03-11T12:33:57.102 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2024-03-11T12:33:57.102 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pycparser-2.14-14.el8.noarch 2024-03-11T12:33:57.102 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pytz-2017.2-11.el8.noarch 2024-03-11T12:33:57.102 INFO:teuthology.orchestra.run.smithi203.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2024-03-11T12:33:57.102 INFO:teuthology.orchestra.run.smithi203.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2024-03-11T12:33:57.102 INFO:teuthology.orchestra.run.smithi203.stdout: python3-tempora-1.14.1-5.el8.noarch 2024-03-11T12:33:57.102 INFO:teuthology.orchestra.run.smithi203.stdout: python3-trustme-0.6.0-4.el8.noarch 2024-03-11T12:33:57.102 INFO:teuthology.orchestra.run.smithi203.stdout: python3-waitress-1.4.3-1.el8.noarch 2024-03-11T12:33:57.103 INFO:teuthology.orchestra.run.smithi203.stdout: python3-webob-1.8.5-1.el8.1.noarch 2024-03-11T12:33:57.103 INFO:teuthology.orchestra.run.smithi203.stdout: python3-webtest-2.0.33-1.el8.noarch 2024-03-11T12:33:57.103 INFO:teuthology.orchestra.run.smithi203.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2024-03-11T12:33:57.103 INFO:teuthology.orchestra.run.smithi203.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2024-03-11T12:33:57.103 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:33:57.103 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-03-11T12:33:57.287 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-base 2024-03-11T12:33:57.644 INFO:teuthology.orchestra.run.smithi203.stdout:Updating Subscription Management repositories. 2024-03-11T12:33:58.365 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: cephadm-2:18.2.1-802.ge1b0c2aa.el8.noarch 1/1 2024-03-11T12:33:58.536 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : cephadm-2:18.2.1-802.ge1b0c2aa.el8.noarch 1/1 2024-03-11T12:33:58.739 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: cephadm-2:18.2.1-802.ge1b0c2aa.el8.noarch 1/1 2024-03-11T12:33:58.932 INFO:teuthology.orchestra.run.smithi173.stdout:Package ceph-base-2:18.2.1-802.ge1b0c2aa.el8.x86_64 is already installed. 2024-03-11T12:33:59.120 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-03-11T12:33:59.121 INFO:teuthology.orchestra.run.smithi173.stdout:Nothing to do. 2024-03-11T12:33:59.121 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-03-11T12:33:59.250 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 38 kB/s | 4.5 kB 00:00 2024-03-11T12:33:59.271 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install cephadm 2024-03-11T12:33:59.618 INFO:teuthology.orchestra.run.smithi173.stdout:Updating Subscription Management repositories. 2024-03-11T12:33:59.905 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 27 kB/s | 4.1 kB 00:00 2024-03-11T12:34:01.496 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 23 kB/s | 4.1 kB 00:00 2024-03-11T12:34:01.817 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 43 kB/s | 4.5 kB 00:00 2024-03-11T12:34:01.953 INFO:teuthology.orchestra.run.smithi203.stdout:Package ceph-base-2:18.2.1-802.ge1b0c2aa.el8.x86_64 is already installed. 2024-03-11T12:34:02.139 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-03-11T12:34:02.140 INFO:teuthology.orchestra.run.smithi203.stdout:Nothing to do. 2024-03-11T12:34:02.140 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-03-11T12:34:02.285 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install cephadm 2024-03-11T12:34:02.634 INFO:teuthology.orchestra.run.smithi203.stdout:Updating Subscription Management repositories. 2024-03-11T12:34:04.143 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-03-11T12:34:04.144 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-03-11T12:34:04.144 INFO:teuthology.orchestra.run.smithi173.stdout: Package Arch Version Repository Size 2024-03-11T12:34:04.144 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-03-11T12:34:04.144 INFO:teuthology.orchestra.run.smithi173.stdout:Installing: 2024-03-11T12:34:04.144 INFO:teuthology.orchestra.run.smithi173.stdout: cephadm noarch 2:18.2.1-802.ge1b0c2aa.el8 ceph-noarch 172 k 2024-03-11T12:34:04.144 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:34:04.144 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction Summary 2024-03-11T12:34:04.144 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-03-11T12:34:04.144 INFO:teuthology.orchestra.run.smithi173.stdout:Install 1 Package 2024-03-11T12:34:04.144 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:34:04.144 INFO:teuthology.orchestra.run.smithi173.stdout:Total download size: 172 k 2024-03-11T12:34:04.145 INFO:teuthology.orchestra.run.smithi173.stdout:Installed size: 691 k 2024-03-11T12:34:04.145 INFO:teuthology.orchestra.run.smithi173.stdout:Downloading Packages: 2024-03-11T12:34:04.448 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 50 kB/s | 4.5 kB 00:00 2024-03-11T12:34:04.611 INFO:teuthology.orchestra.run.smithi173.stdout:cephadm-18.2.1-802.ge1b0c2aa.el8.noarch.rpm 370 kB/s | 172 kB 00:00 2024-03-11T12:34:04.611 INFO:teuthology.orchestra.run.smithi173.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:34:04.612 INFO:teuthology.orchestra.run.smithi173.stdout:Total 369 kB/s | 172 kB 00:00 2024-03-11T12:34:04.612 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction check 2024-03-11T12:34:04.620 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction check succeeded. 2024-03-11T12:34:04.620 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction test 2024-03-11T12:34:04.623 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction test succeeded. 2024-03-11T12:34:04.632 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction 2024-03-11T12:34:04.674 INFO:teuthology.orchestra.run.smithi173.stdout: Preparing : 1/1 2024-03-11T12:34:04.986 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 88 kB/s | 4.1 kB 00:00 2024-03-11T12:34:06.861 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: cephadm-2:18.2.1-802.ge1b0c2aa.el8.noarch 1/1 2024-03-11T12:34:07.063 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : cephadm-2:18.2.1-802.ge1b0c2aa.el8.noarch 1/1 2024-03-11T12:34:07.237 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-03-11T12:34:07.237 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-03-11T12:34:07.237 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2024-03-11T12:34:07.237 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-03-11T12:34:07.238 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-03-11T12:34:07.238 INFO:teuthology.orchestra.run.smithi203.stdout: cephadm noarch 2:18.2.1-802.ge1b0c2aa.el8 ceph-noarch 172 k 2024-03-11T12:34:07.238 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:34:07.238 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-03-11T12:34:07.238 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-03-11T12:34:07.238 INFO:teuthology.orchestra.run.smithi203.stdout:Install 1 Package 2024-03-11T12:34:07.238 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:34:07.239 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 172 k 2024-03-11T12:34:07.239 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 691 k 2024-03-11T12:34:07.239 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-03-11T12:34:07.269 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: cephadm-2:18.2.1-802.ge1b0c2aa.el8.noarch 1/1 2024-03-11T12:34:07.449 INFO:teuthology.orchestra.run.smithi203.stdout:cephadm-18.2.1-802.ge1b0c2aa.el8.noarch.rpm 820 kB/s | 172 kB 00:00 2024-03-11T12:34:07.450 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:34:07.450 INFO:teuthology.orchestra.run.smithi203.stdout:Total 816 kB/s | 172 kB 00:00 2024-03-11T12:34:07.450 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-03-11T12:34:07.458 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-03-11T12:34:07.458 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-03-11T12:34:07.460 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-03-11T12:34:07.469 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-03-11T12:34:07.521 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-03-11T12:34:08.806 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : cephadm-2:18.2.1-802.ge1b0c2aa.el8.noarch 1/1 2024-03-11T12:34:08.806 INFO:teuthology.orchestra.run.smithi164.stdout:Installed products updated. 2024-03-11T12:34:09.294 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: cephadm-2:18.2.1-802.ge1b0c2aa.el8.noarch 1/1 2024-03-11T12:34:09.352 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:34:09.352 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-11T12:34:09.352 INFO:teuthology.orchestra.run.smithi164.stdout: cephadm-2:18.2.1-802.ge1b0c2aa.el8.noarch 2024-03-11T12:34:09.352 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:34:09.352 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-11T12:34:09.472 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : cephadm-2:18.2.1-802.ge1b0c2aa.el8.noarch 1/1 2024-03-11T12:34:09.521 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph-immutable-object-cache 2024-03-11T12:34:09.674 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: cephadm-2:18.2.1-802.ge1b0c2aa.el8.noarch 1/1 2024-03-11T12:34:09.888 INFO:teuthology.orchestra.run.smithi164.stdout:Updating Subscription Management repositories. 2024-03-11T12:34:11.654 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 37 kB/s | 4.5 kB 00:00 2024-03-11T12:34:12.351 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 25 kB/s | 4.1 kB 00:00 2024-03-11T12:34:14.159 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : cephadm-2:18.2.1-802.ge1b0c2aa.el8.noarch 1/1 2024-03-11T12:34:14.159 INFO:teuthology.orchestra.run.smithi173.stdout:Installed products updated. 2024-03-11T12:34:14.689 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-11T12:34:14.689 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-11T12:34:14.689 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repo Size 2024-03-11T12:34:14.689 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-11T12:34:14.689 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-11T12:34:14.689 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-immutable-object-cache x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 166 k 2024-03-11T12:34:14.690 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:34:14.690 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-11T12:34:14.690 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-11T12:34:14.690 INFO:teuthology.orchestra.run.smithi164.stdout:Install 1 Package 2024-03-11T12:34:14.690 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:34:14.690 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 166 k 2024-03-11T12:34:14.690 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 503 k 2024-03-11T12:34:14.691 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-11T12:34:14.729 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:34:14.730 INFO:teuthology.orchestra.run.smithi173.stdout:Installed: 2024-03-11T12:34:14.730 INFO:teuthology.orchestra.run.smithi173.stdout: cephadm-2:18.2.1-802.ge1b0c2aa.el8.noarch 2024-03-11T12:34:14.730 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:34:14.730 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-03-11T12:34:14.902 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install ceph-immutable-object-cache 2024-03-11T12:34:15.206 INFO:teuthology.orchestra.run.smithi164.stdout:ceph-immutable-object-cache-18.2.1-802.ge1b0c2a 321 kB/s | 166 kB 00:00 2024-03-11T12:34:15.209 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:34:15.209 INFO:teuthology.orchestra.run.smithi164.stdout:Total 320 kB/s | 166 kB 00:00 2024-03-11T12:34:15.209 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-11T12:34:15.219 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-11T12:34:15.219 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-11T12:34:15.269 INFO:teuthology.orchestra.run.smithi173.stdout:Updating Subscription Management repositories. 2024-03-11T12:34:15.275 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-11T12:34:15.284 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-11T12:34:15.399 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-11T12:34:15.571 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-immutable-object-cache-2:18.2.1-802.ge1b0c2aa.e 1/1 2024-03-11T12:34:15.967 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.2.1-802.ge1b0c2aa.e 1/1 2024-03-11T12:34:17.039 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 24 kB/s | 4.1 kB 00:00 2024-03-11T12:34:17.368 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 40 kB/s | 4.5 kB 00:00 2024-03-11T12:34:19.023 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : cephadm-2:18.2.1-802.ge1b0c2aa.el8.noarch 1/1 2024-03-11T12:34:19.023 INFO:teuthology.orchestra.run.smithi203.stdout:Installed products updated. 2024-03-11T12:34:19.569 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:34:19.569 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-03-11T12:34:19.569 INFO:teuthology.orchestra.run.smithi203.stdout: cephadm-2:18.2.1-802.ge1b0c2aa.el8.noarch 2024-03-11T12:34:19.569 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:34:19.569 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-03-11T12:34:19.725 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-immutable-object-cache 2024-03-11T12:34:19.782 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-03-11T12:34:19.783 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-03-11T12:34:19.784 INFO:teuthology.orchestra.run.smithi173.stdout: Package Arch Version Repo Size 2024-03-11T12:34:19.784 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-03-11T12:34:19.784 INFO:teuthology.orchestra.run.smithi173.stdout:Installing: 2024-03-11T12:34:19.784 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-immutable-object-cache x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 166 k 2024-03-11T12:34:19.784 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:34:19.784 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction Summary 2024-03-11T12:34:19.784 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-03-11T12:34:19.784 INFO:teuthology.orchestra.run.smithi173.stdout:Install 1 Package 2024-03-11T12:34:19.784 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:34:19.784 INFO:teuthology.orchestra.run.smithi173.stdout:Total download size: 166 k 2024-03-11T12:34:19.784 INFO:teuthology.orchestra.run.smithi173.stdout:Installed size: 503 k 2024-03-11T12:34:19.784 INFO:teuthology.orchestra.run.smithi173.stdout:Downloading Packages: 2024-03-11T12:34:20.090 INFO:teuthology.orchestra.run.smithi203.stdout:Updating Subscription Management repositories. 2024-03-11T12:34:20.122 INFO:teuthology.orchestra.run.smithi173.stdout:ceph-immutable-object-cache-18.2.1-802.ge1b0c2a 491 kB/s | 166 kB 00:00 2024-03-11T12:34:20.122 INFO:teuthology.orchestra.run.smithi173.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:34:20.123 INFO:teuthology.orchestra.run.smithi173.stdout:Total 489 kB/s | 166 kB 00:00 2024-03-11T12:34:20.123 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction check 2024-03-11T12:34:20.134 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction check succeeded. 2024-03-11T12:34:20.134 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction test 2024-03-11T12:34:20.189 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction test succeeded. 2024-03-11T12:34:20.198 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction 2024-03-11T12:34:20.318 INFO:teuthology.orchestra.run.smithi173.stdout: Preparing : 1/1 2024-03-11T12:34:20.540 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : ceph-immutable-object-cache-2:18.2.1-802.ge1b0c2aa.e 1/1 2024-03-11T12:34:20.947 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.2.1-802.ge1b0c2aa.e 1/1 2024-03-11T12:34:21.950 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 39 kB/s | 4.5 kB 00:00 2024-03-11T12:34:22.617 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 24 kB/s | 4.1 kB 00:00 2024-03-11T12:34:24.708 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-immutable-object-cache-2:18.2.1-802.ge1b0c2aa.e 1/1 2024-03-11T12:34:24.708 INFO:teuthology.orchestra.run.smithi164.stdout:Installed products updated. 2024-03-11T12:34:24.980 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-03-11T12:34:24.981 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-03-11T12:34:24.981 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repo Size 2024-03-11T12:34:24.981 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-03-11T12:34:24.981 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-03-11T12:34:24.981 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-immutable-object-cache x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 166 k 2024-03-11T12:34:24.981 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:34:24.981 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-03-11T12:34:24.981 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-03-11T12:34:24.981 INFO:teuthology.orchestra.run.smithi203.stdout:Install 1 Package 2024-03-11T12:34:24.981 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:34:24.982 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 166 k 2024-03-11T12:34:24.982 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 503 k 2024-03-11T12:34:24.982 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-03-11T12:34:25.175 INFO:teuthology.orchestra.run.smithi203.stdout:ceph-immutable-object-cache-18.2.1-802.ge1b0c2a 859 kB/s | 166 kB 00:00 2024-03-11T12:34:25.176 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:34:25.176 INFO:teuthology.orchestra.run.smithi203.stdout:Total 854 kB/s | 166 kB 00:00 2024-03-11T12:34:25.176 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-03-11T12:34:25.187 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-03-11T12:34:25.188 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-03-11T12:34:25.241 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-03-11T12:34:25.249 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-03-11T12:34:25.254 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:34:25.254 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-11T12:34:25.254 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-immutable-object-cache-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:34:25.254 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:34:25.254 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-11T12:34:25.364 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-03-11T12:34:25.428 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph-mgr 2024-03-11T12:34:25.564 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-immutable-object-cache-2:18.2.1-802.ge1b0c2aa.e 1/1 2024-03-11T12:34:25.781 INFO:teuthology.orchestra.run.smithi164.stdout:Updating Subscription Management repositories. 2024-03-11T12:34:25.984 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.2.1-802.ge1b0c2aa.e 1/1 2024-03-11T12:34:27.594 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 23 kB/s | 4.5 kB 00:00 2024-03-11T12:34:28.254 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 32 kB/s | 4.1 kB 00:00 2024-03-11T12:34:30.342 INFO:teuthology.orchestra.run.smithi164.stdout:Package ceph-mgr-2:18.2.1-802.ge1b0c2aa.el8.x86_64 is already installed. 2024-03-11T12:34:30.531 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-11T12:34:30.532 INFO:teuthology.orchestra.run.smithi164.stdout:Nothing to do. 2024-03-11T12:34:30.532 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-11T12:34:30.906 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph-mgr-dashboard 2024-03-11T12:34:31.053 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : ceph-immutable-object-cache-2:18.2.1-802.ge1b0c2aa.e 1/1 2024-03-11T12:34:31.053 INFO:teuthology.orchestra.run.smithi173.stdout:Installed products updated. 2024-03-11T12:34:31.262 INFO:teuthology.orchestra.run.smithi164.stdout:Updating Subscription Management repositories. 2024-03-11T12:34:31.595 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:34:31.595 INFO:teuthology.orchestra.run.smithi173.stdout:Installed: 2024-03-11T12:34:31.595 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-immutable-object-cache-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:34:31.595 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:34:31.595 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-03-11T12:34:31.768 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install ceph-mgr 2024-03-11T12:34:32.122 INFO:teuthology.orchestra.run.smithi173.stdout:Updating Subscription Management repositories. 2024-03-11T12:34:33.205 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 23 kB/s | 4.5 kB 00:00 2024-03-11T12:34:33.916 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 24 kB/s | 4.1 kB 00:00 2024-03-11T12:34:33.984 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 29 kB/s | 4.1 kB 00:00 2024-03-11T12:34:34.317 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 45 kB/s | 4.5 kB 00:00 2024-03-11T12:34:35.731 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-immutable-object-cache-2:18.2.1-802.ge1b0c2aa.e 1/1 2024-03-11T12:34:35.731 INFO:teuthology.orchestra.run.smithi203.stdout:Installed products updated. 2024-03-11T12:34:36.142 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-11T12:34:36.143 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-11T12:34:36.143 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repository Size 2024-03-11T12:34:36.143 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-11T12:34:36.144 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-11T12:34:36.144 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-dashboard noarch 2:18.2.1-802.ge1b0c2aa.el8 ceph-noarch 1.7 M 2024-03-11T12:34:36.144 INFO:teuthology.orchestra.run.smithi164.stdout:Installing dependencies: 2024-03-11T12:34:36.144 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-grafana-dashboards noarch 2:18.2.1-802.ge1b0c2aa.el8 ceph-noarch 23 k 2024-03-11T12:34:36.144 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-prometheus-alerts noarch 2:18.2.1-802.ge1b0c2aa.el8 ceph-noarch 15 k 2024-03-11T12:34:36.144 INFO:teuthology.orchestra.run.smithi164.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2024-03-11T12:34:36.144 INFO:teuthology.orchestra.run.smithi164.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2024-03-11T12:34:36.144 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:34:36.144 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-11T12:34:36.144 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-11T12:34:36.144 INFO:teuthology.orchestra.run.smithi164.stdout:Install 5 Packages 2024-03-11T12:34:36.144 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:34:36.145 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 2.0 M 2024-03-11T12:34:36.145 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 8.3 M 2024-03-11T12:34:36.145 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-11T12:34:36.286 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:34:36.286 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-03-11T12:34:36.286 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-immutable-object-cache-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:34:36.287 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:34:36.287 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-03-11T12:34:36.422 INFO:teuthology.orchestra.run.smithi173.stdout:Package ceph-mgr-2:18.2.1-802.ge1b0c2aa.el8.x86_64 is already installed. 2024-03-11T12:34:36.449 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-mgr 2024-03-11T12:34:36.606 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-03-11T12:34:36.607 INFO:teuthology.orchestra.run.smithi173.stdout:Nothing to do. 2024-03-11T12:34:36.607 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-03-11T12:34:36.618 INFO:teuthology.orchestra.run.smithi164.stdout:(1/5): ceph-mgr-dashboard-18.2.1-802.ge1b0c2aa. 6.2 MB/s | 1.7 MB 00:00 2024-03-11T12:34:36.643 INFO:teuthology.orchestra.run.smithi164.stdout:(2/5): ceph-prometheus-alerts-18.2.1-802.ge1b0c 48 kB/s | 15 kB 00:00 2024-03-11T12:34:36.668 INFO:teuthology.orchestra.run.smithi164.stdout:(3/5): ceph-grafana-dashboards-18.2.1-802.ge1b0 70 kB/s | 23 kB 00:00 2024-03-11T12:34:36.754 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install ceph-mgr-dashboard 2024-03-11T12:34:36.804 INFO:teuthology.orchestra.run.smithi203.stdout:Updating Subscription Management repositories. 2024-03-11T12:34:36.994 INFO:teuthology.orchestra.run.smithi164.stdout:(4/5): python3-repoze-lru-0.7-6.el8.noarch.rpm 90 kB/s | 34 kB 00:00 2024-03-11T12:34:37.102 INFO:teuthology.orchestra.run.smithi173.stdout:Updating Subscription Management repositories. 2024-03-11T12:34:37.177 INFO:teuthology.orchestra.run.smithi164.stdout:(5/5): python3-routes-2.4.1-12.el8.noarch.rpm 368 kB/s | 196 kB 00:00 2024-03-11T12:34:37.180 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:34:37.180 INFO:teuthology.orchestra.run.smithi164.stdout:Total 1.9 MB/s | 2.0 MB 00:01 2024-03-11T12:34:37.180 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-11T12:34:37.188 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-11T12:34:37.188 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-11T12:34:37.249 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-11T12:34:37.258 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-11T12:34:37.512 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-11T12:34:37.698 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/5 2024-03-11T12:34:37.870 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/5 2024-03-11T12:34:38.002 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-prometheus-alerts-2:18.2.1-802.ge1b0c2aa.el8.no 3/5 2024-03-11T12:34:38.332 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-grafana-dashboards-2:18.2.1-802.ge1b0c2aa.el8.n 4/5 2024-03-11T12:34:38.459 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 72 kB/s | 4.5 kB 00:00 2024-03-11T12:34:38.574 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-mgr-dashboard-2:18.2.1-802.ge1b0c2aa.el8.noarch 5/5 2024-03-11T12:34:38.853 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.2.1-802.ge1b0c2aa.el8.noarch 5/5 2024-03-11T12:34:38.853 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-grafana-dashboards-2:18.2.1-802.ge1b0c2aa.el8.n 1/5 2024-03-11T12:34:38.853 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-mgr-dashboard-2:18.2.1-802.ge1b0c2aa.el8.noarch 2/5 2024-03-11T12:34:38.853 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-prometheus-alerts-2:18.2.1-802.ge1b0c2aa.el8.no 3/5 2024-03-11T12:34:38.853 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/5 2024-03-11T12:34:38.957 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 33 kB/s | 4.1 kB 00:00 2024-03-11T12:34:39.125 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 25 kB/s | 4.1 kB 00:00 2024-03-11T12:34:39.294 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 32 kB/s | 4.5 kB 00:00 2024-03-11T12:34:41.199 INFO:teuthology.orchestra.run.smithi203.stdout:Package ceph-mgr-2:18.2.1-802.ge1b0c2aa.el8.x86_64 is already installed. 2024-03-11T12:34:41.382 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-03-11T12:34:41.383 INFO:teuthology.orchestra.run.smithi203.stdout:Nothing to do. 2024-03-11T12:34:41.383 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-03-11T12:34:41.526 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-mgr-dashboard 2024-03-11T12:34:41.592 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-03-11T12:34:41.593 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-03-11T12:34:41.594 INFO:teuthology.orchestra.run.smithi173.stdout: Package Arch Version Repository Size 2024-03-11T12:34:41.594 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-03-11T12:34:41.594 INFO:teuthology.orchestra.run.smithi173.stdout:Installing: 2024-03-11T12:34:41.594 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-mgr-dashboard noarch 2:18.2.1-802.ge1b0c2aa.el8 ceph-noarch 1.7 M 2024-03-11T12:34:41.594 INFO:teuthology.orchestra.run.smithi173.stdout:Installing dependencies: 2024-03-11T12:34:41.594 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-grafana-dashboards noarch 2:18.2.1-802.ge1b0c2aa.el8 ceph-noarch 23 k 2024-03-11T12:34:41.594 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-prometheus-alerts noarch 2:18.2.1-802.ge1b0c2aa.el8 ceph-noarch 15 k 2024-03-11T12:34:41.594 INFO:teuthology.orchestra.run.smithi173.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2024-03-11T12:34:41.594 INFO:teuthology.orchestra.run.smithi173.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2024-03-11T12:34:41.594 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:34:41.594 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction Summary 2024-03-11T12:34:41.594 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-03-11T12:34:41.594 INFO:teuthology.orchestra.run.smithi173.stdout:Install 5 Packages 2024-03-11T12:34:41.595 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:34:41.595 INFO:teuthology.orchestra.run.smithi173.stdout:Total download size: 2.0 M 2024-03-11T12:34:41.595 INFO:teuthology.orchestra.run.smithi173.stdout:Installed size: 8.3 M 2024-03-11T12:34:41.595 INFO:teuthology.orchestra.run.smithi173.stdout:Downloading Packages: 2024-03-11T12:34:41.877 INFO:teuthology.orchestra.run.smithi203.stdout:Updating Subscription Management repositories. 2024-03-11T12:34:41.885 INFO:teuthology.orchestra.run.smithi173.stdout:(1/5): ceph-grafana-dashboards-18.2.1-802.ge1b0 164 kB/s | 23 kB 00:00 2024-03-11T12:34:41.977 INFO:teuthology.orchestra.run.smithi173.stdout:(2/5): python3-repoze-lru-0.7-6.el8.noarch.rpm 368 kB/s | 34 kB 00:00 2024-03-11T12:34:41.994 INFO:teuthology.orchestra.run.smithi173.stdout:(3/5): ceph-prometheus-alerts-18.2.1-802.ge1b0c 59 kB/s | 15 kB 00:00 2024-03-11T12:34:42.060 INFO:teuthology.orchestra.run.smithi173.stdout:(4/5): python3-routes-2.4.1-12.el8.noarch.rpm 2.3 MB/s | 196 kB 00:00 2024-03-11T12:34:42.848 INFO:teuthology.orchestra.run.smithi173.stdout:(5/5): ceph-mgr-dashboard-18.2.1-802.ge1b0c2aa. 1.6 MB/s | 1.7 MB 00:01 2024-03-11T12:34:42.851 INFO:teuthology.orchestra.run.smithi173.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:34:42.851 INFO:teuthology.orchestra.run.smithi173.stdout:Total 1.6 MB/s | 2.0 MB 00:01 2024-03-11T12:34:42.852 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction check 2024-03-11T12:34:42.860 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction check succeeded. 2024-03-11T12:34:42.860 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction test 2024-03-11T12:34:42.927 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction test succeeded. 2024-03-11T12:34:42.936 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction 2024-03-11T12:34:43.169 INFO:teuthology.orchestra.run.smithi173.stdout: Preparing : 1/1 2024-03-11T12:34:43.393 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/5 2024-03-11T12:34:43.623 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/5 2024-03-11T12:34:43.743 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : ceph-prometheus-alerts-2:18.2.1-802.ge1b0c2aa.el8.no 3/5 2024-03-11T12:34:43.773 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 45 kB/s | 4.5 kB 00:00 2024-03-11T12:34:44.119 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : ceph-grafana-dashboards-2:18.2.1-802.ge1b0c2aa.el8.n 4/5 2024-03-11T12:34:44.319 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : ceph-mgr-dashboard-2:18.2.1-802.ge1b0c2aa.el8.noarch 5/5 2024-03-11T12:34:44.383 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 39 kB/s | 4.1 kB 00:00 2024-03-11T12:34:44.600 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.2.1-802.ge1b0c2aa.el8.noarch 5/5 2024-03-11T12:34:44.600 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : ceph-grafana-dashboards-2:18.2.1-802.ge1b0c2aa.el8.n 1/5 2024-03-11T12:34:44.600 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : ceph-mgr-dashboard-2:18.2.1-802.ge1b0c2aa.el8.noarch 2/5 2024-03-11T12:34:44.600 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : ceph-prometheus-alerts-2:18.2.1-802.ge1b0c2aa.el8.no 3/5 2024-03-11T12:34:44.600 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/5 2024-03-11T12:34:46.655 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-03-11T12:34:46.656 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-03-11T12:34:46.656 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2024-03-11T12:34:46.656 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-03-11T12:34:46.656 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-03-11T12:34:46.656 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr-dashboard noarch 2:18.2.1-802.ge1b0c2aa.el8 ceph-noarch 1.7 M 2024-03-11T12:34:46.657 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2024-03-11T12:34:46.657 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-grafana-dashboards noarch 2:18.2.1-802.ge1b0c2aa.el8 ceph-noarch 23 k 2024-03-11T12:34:46.657 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-prometheus-alerts noarch 2:18.2.1-802.ge1b0c2aa.el8 ceph-noarch 15 k 2024-03-11T12:34:46.657 INFO:teuthology.orchestra.run.smithi203.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2024-03-11T12:34:46.657 INFO:teuthology.orchestra.run.smithi203.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2024-03-11T12:34:46.657 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:34:46.657 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-03-11T12:34:46.657 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-03-11T12:34:46.657 INFO:teuthology.orchestra.run.smithi203.stdout:Install 5 Packages 2024-03-11T12:34:46.657 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:34:46.658 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 2.0 M 2024-03-11T12:34:46.658 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 8.3 M 2024-03-11T12:34:46.658 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-03-11T12:34:46.905 INFO:teuthology.orchestra.run.smithi203.stdout:(1/5): ceph-grafana-dashboards-18.2.1-802.ge1b0 156 kB/s | 23 kB 00:00 2024-03-11T12:34:47.155 INFO:teuthology.orchestra.run.smithi203.stdout:(2/5): ceph-prometheus-alerts-18.2.1-802.ge1b0c 37 kB/s | 15 kB 00:00 2024-03-11T12:34:47.219 INFO:teuthology.orchestra.run.smithi203.stdout:(3/5): ceph-mgr-dashboard-18.2.1-802.ge1b0c2aa. 3.8 MB/s | 1.7 MB 00:00 2024-03-11T12:34:47.231 INFO:teuthology.orchestra.run.smithi203.stdout:(4/5): python3-repoze-lru-0.7-6.el8.noarch.rpm 103 kB/s | 34 kB 00:00 2024-03-11T12:34:47.706 INFO:teuthology.orchestra.run.smithi203.stdout:(5/5): python3-routes-2.4.1-12.el8.noarch.rpm 357 kB/s | 196 kB 00:00 2024-03-11T12:34:47.709 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:34:47.709 INFO:teuthology.orchestra.run.smithi203.stdout:Total 1.9 MB/s | 2.0 MB 00:01 2024-03-11T12:34:47.710 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-03-11T12:34:47.717 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-03-11T12:34:47.717 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-03-11T12:34:47.778 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-03-11T12:34:47.787 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-03-11T12:34:48.004 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-03-11T12:34:48.233 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/5 2024-03-11T12:34:48.405 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/5 2024-03-11T12:34:48.567 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-prometheus-alerts-2:18.2.1-802.ge1b0c2aa.el8.no 3/5 2024-03-11T12:34:48.910 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-grafana-dashboards-2:18.2.1-802.ge1b0c2aa.el8.n 4/5 2024-03-11T12:34:49.111 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-mgr-dashboard-2:18.2.1-802.ge1b0c2aa.el8.noarch 5/5 2024-03-11T12:34:49.409 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.2.1-802.ge1b0c2aa.el8.noarch 5/5 2024-03-11T12:34:49.409 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-grafana-dashboards-2:18.2.1-802.ge1b0c2aa.el8.n 1/5 2024-03-11T12:34:49.409 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-mgr-dashboard-2:18.2.1-802.ge1b0c2aa.el8.noarch 2/5 2024-03-11T12:34:49.409 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-prometheus-alerts-2:18.2.1-802.ge1b0c2aa.el8.no 3/5 2024-03-11T12:34:49.410 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/5 2024-03-11T12:34:50.549 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/5 2024-03-11T12:34:50.549 INFO:teuthology.orchestra.run.smithi164.stdout:Installed products updated. 2024-03-11T12:34:51.112 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:34:51.112 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-11T12:34:51.112 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-grafana-dashboards-2:18.2.1-802.ge1b0c2aa.el8.noarch 2024-03-11T12:34:51.113 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-dashboard-2:18.2.1-802.ge1b0c2aa.el8.noarch 2024-03-11T12:34:51.113 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-prometheus-alerts-2:18.2.1-802.ge1b0c2aa.el8.noarch 2024-03-11T12:34:51.113 INFO:teuthology.orchestra.run.smithi164.stdout: python3-repoze-lru-0.7-6.el8.noarch 2024-03-11T12:34:51.113 INFO:teuthology.orchestra.run.smithi164.stdout: python3-routes-2.4.1-12.el8.noarch 2024-03-11T12:34:51.113 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:34:51.113 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-11T12:34:51.283 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph-mgr-diskprediction-local 2024-03-11T12:34:51.637 INFO:teuthology.orchestra.run.smithi164.stdout:Updating Subscription Management repositories. 2024-03-11T12:34:53.576 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 44 kB/s | 4.5 kB 00:00 2024-03-11T12:34:54.193 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 47 kB/s | 4.1 kB 00:00 2024-03-11T12:34:55.842 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/5 2024-03-11T12:34:55.843 INFO:teuthology.orchestra.run.smithi173.stdout:Installed products updated. 2024-03-11T12:34:56.390 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:34:56.391 INFO:teuthology.orchestra.run.smithi173.stdout:Installed: 2024-03-11T12:34:56.391 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-grafana-dashboards-2:18.2.1-802.ge1b0c2aa.el8.noarch 2024-03-11T12:34:56.391 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-mgr-dashboard-2:18.2.1-802.ge1b0c2aa.el8.noarch 2024-03-11T12:34:56.391 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-prometheus-alerts-2:18.2.1-802.ge1b0c2aa.el8.noarch 2024-03-11T12:34:56.391 INFO:teuthology.orchestra.run.smithi173.stdout: python3-repoze-lru-0.7-6.el8.noarch 2024-03-11T12:34:56.391 INFO:teuthology.orchestra.run.smithi173.stdout: python3-routes-2.4.1-12.el8.noarch 2024-03-11T12:34:56.391 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:34:56.391 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-03-11T12:34:56.446 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-11T12:34:56.447 INFO:teuthology.orchestra.run.smithi164.stdout:======================================================================================================================= 2024-03-11T12:34:56.447 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repository Size 2024-03-11T12:34:56.447 INFO:teuthology.orchestra.run.smithi164.stdout:======================================================================================================================= 2024-03-11T12:34:56.447 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-11T12:34:56.447 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-diskprediction-local noarch 2:18.2.1-802.ge1b0c2aa.el8 ceph-noarch 7.4 M 2024-03-11T12:34:56.448 INFO:teuthology.orchestra.run.smithi164.stdout:Installing dependencies: 2024-03-11T12:34:56.448 INFO:teuthology.orchestra.run.smithi164.stdout: libgfortran x86_64 8.5.0-20.el8 rhel-8-for-x86_64-baseos-rpms 645 k 2024-03-11T12:34:56.448 INFO:teuthology.orchestra.run.smithi164.stdout: libquadmath x86_64 8.5.0-20.el8 rhel-8-for-x86_64-baseos-rpms 172 k 2024-03-11T12:34:56.448 INFO:teuthology.orchestra.run.smithi164.stdout: openblas x86_64 0.3.15-6.el8 rhel-8-for-x86_64-appstream-rpms 5.0 M 2024-03-11T12:34:56.448 INFO:teuthology.orchestra.run.smithi164.stdout: openblas-threads x86_64 0.3.15-6.el8 rhel-8-for-x86_64-appstream-rpms 5.2 M 2024-03-11T12:34:56.448 INFO:teuthology.orchestra.run.smithi164.stdout: python3-numpy x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 3.7 M 2024-03-11T12:34:56.448 INFO:teuthology.orchestra.run.smithi164.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 225 k 2024-03-11T12:34:56.448 INFO:teuthology.orchestra.run.smithi164.stdout: python3-scipy x86_64 1.0.0-21.module+el8.9.0+20976+d3c38525 rhel-8-for-x86_64-appstream-rpms 14 M 2024-03-11T12:34:56.448 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:34:56.448 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-11T12:34:56.448 INFO:teuthology.orchestra.run.smithi164.stdout:======================================================================================================================= 2024-03-11T12:34:56.448 INFO:teuthology.orchestra.run.smithi164.stdout:Install 8 Packages 2024-03-11T12:34:56.448 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:34:56.449 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 36 M 2024-03-11T12:34:56.449 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 207 M 2024-03-11T12:34:56.449 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-11T12:34:56.555 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install ceph-mgr-diskprediction-local 2024-03-11T12:34:56.632 INFO:teuthology.orchestra.run.smithi164.stdout:(1/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 1.2 MB/s | 225 kB 00:00 2024-03-11T12:34:56.749 INFO:teuthology.orchestra.run.smithi164.stdout:(2/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 12 MB/s | 3.7 MB 00:00 2024-03-11T12:34:56.899 INFO:teuthology.orchestra.run.smithi164.stdout:(3/8): openblas-threads-0.3.15-6.el8.x86_64.rpm 19 MB/s | 5.2 MB 00:00 2024-03-11T12:34:56.906 INFO:teuthology.orchestra.run.smithi173.stdout:Updating Subscription Management repositories. 2024-03-11T12:34:57.008 INFO:teuthology.orchestra.run.smithi164.stdout:(4/8): openblas-0.3.15-6.el8.x86_64.rpm 20 MB/s | 5.0 MB 00:00 2024-03-11T12:34:57.108 INFO:teuthology.orchestra.run.smithi164.stdout:(5/8): libgfortran-8.5.0-20.el8.x86_64.rpm 6.3 MB/s | 645 kB 00:00 2024-03-11T12:34:57.350 INFO:teuthology.orchestra.run.smithi164.stdout:(6/8): python3-scipy-1.0.0-21.module+el8.9.0+20 30 MB/s | 14 MB 00:00 2024-03-11T12:34:57.375 INFO:teuthology.orchestra.run.smithi164.stdout:(7/8): libquadmath-8.5.0-20.el8.x86_64.rpm 647 kB/s | 172 kB 00:00 2024-03-11T12:34:57.859 INFO:teuthology.orchestra.run.smithi164.stdout:(8/8): ceph-mgr-diskprediction-local-18.2.1-802 5.3 MB/s | 7.4 MB 00:01 2024-03-11T12:34:57.860 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:34:57.860 INFO:teuthology.orchestra.run.smithi164.stdout:Total 26 MB/s | 36 MB 00:01 2024-03-11T12:34:57.976 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/5 2024-03-11T12:34:57.976 INFO:teuthology.orchestra.run.smithi203.stdout:Installed products updated. 2024-03-11T12:34:58.107 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-11T12:34:58.125 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-11T12:34:58.126 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-11T12:34:58.435 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-11T12:34:58.443 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-11T12:34:58.534 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:34:58.534 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-03-11T12:34:58.534 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-grafana-dashboards-2:18.2.1-802.ge1b0c2aa.el8.noarch 2024-03-11T12:34:58.534 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr-dashboard-2:18.2.1-802.ge1b0c2aa.el8.noarch 2024-03-11T12:34:58.534 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-prometheus-alerts-2:18.2.1-802.ge1b0c2aa.el8.noarch 2024-03-11T12:34:58.534 INFO:teuthology.orchestra.run.smithi203.stdout: python3-repoze-lru-0.7-6.el8.noarch 2024-03-11T12:34:58.534 INFO:teuthology.orchestra.run.smithi203.stdout: python3-routes-2.4.1-12.el8.noarch 2024-03-11T12:34:58.534 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:34:58.534 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-03-11T12:34:58.699 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-mgr-diskprediction-local 2024-03-11T12:34:58.771 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 30 kB/s | 4.1 kB 00:00 2024-03-11T12:34:59.009 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-11T12:34:59.051 INFO:teuthology.orchestra.run.smithi203.stdout:Updating Subscription Management repositories. 2024-03-11T12:34:59.163 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : libquadmath-8.5.0-20.el8.x86_64 1/8 2024-03-11T12:34:59.176 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 28 kB/s | 4.5 kB 00:00 2024-03-11T12:34:59.279 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: libquadmath-8.5.0-20.el8.x86_64 1/8 2024-03-11T12:34:59.461 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : libgfortran-8.5.0-20.el8.x86_64 2/8 2024-03-11T12:35:00.082 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: libgfortran-8.5.0-20.el8.x86_64 2/8 2024-03-11T12:35:00.255 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : openblas-threads-0.3.15-6.el8.x86_64 3/8 2024-03-11T12:35:00.724 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 35 kB/s | 4.5 kB 00:00 2024-03-11T12:35:00.846 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: openblas-threads-0.3.15-6.el8.x86_64 3/8 2024-03-11T12:35:01.055 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : openblas-0.3.15-6.el8.x86_64 4/8 2024-03-11T12:35:01.387 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 26 kB/s | 4.1 kB 00:00 2024-03-11T12:35:01.484 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-03-11T12:35:01.485 INFO:teuthology.orchestra.run.smithi173.stdout:======================================================================================================================= 2024-03-11T12:35:01.485 INFO:teuthology.orchestra.run.smithi173.stdout: Package Arch Version Repository Size 2024-03-11T12:35:01.485 INFO:teuthology.orchestra.run.smithi173.stdout:======================================================================================================================= 2024-03-11T12:35:01.485 INFO:teuthology.orchestra.run.smithi173.stdout:Installing: 2024-03-11T12:35:01.485 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-mgr-diskprediction-local noarch 2:18.2.1-802.ge1b0c2aa.el8 ceph-noarch 7.4 M 2024-03-11T12:35:01.485 INFO:teuthology.orchestra.run.smithi173.stdout:Installing dependencies: 2024-03-11T12:35:01.485 INFO:teuthology.orchestra.run.smithi173.stdout: libgfortran x86_64 8.5.0-20.el8 rhel-8-for-x86_64-baseos-rpms 645 k 2024-03-11T12:35:01.486 INFO:teuthology.orchestra.run.smithi173.stdout: libquadmath x86_64 8.5.0-20.el8 rhel-8-for-x86_64-baseos-rpms 172 k 2024-03-11T12:35:01.486 INFO:teuthology.orchestra.run.smithi173.stdout: openblas x86_64 0.3.15-6.el8 rhel-8-for-x86_64-appstream-rpms 5.0 M 2024-03-11T12:35:01.486 INFO:teuthology.orchestra.run.smithi173.stdout: openblas-threads x86_64 0.3.15-6.el8 rhel-8-for-x86_64-appstream-rpms 5.2 M 2024-03-11T12:35:01.486 INFO:teuthology.orchestra.run.smithi173.stdout: python3-numpy x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 3.7 M 2024-03-11T12:35:01.486 INFO:teuthology.orchestra.run.smithi173.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 225 k 2024-03-11T12:35:01.486 INFO:teuthology.orchestra.run.smithi173.stdout: python3-scipy x86_64 1.0.0-21.module+el8.9.0+20976+d3c38525 rhel-8-for-x86_64-appstream-rpms 14 M 2024-03-11T12:35:01.486 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:35:01.486 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction Summary 2024-03-11T12:35:01.486 INFO:teuthology.orchestra.run.smithi173.stdout:======================================================================================================================= 2024-03-11T12:35:01.486 INFO:teuthology.orchestra.run.smithi173.stdout:Install 8 Packages 2024-03-11T12:35:01.486 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:35:01.487 INFO:teuthology.orchestra.run.smithi173.stdout:Total download size: 36 M 2024-03-11T12:35:01.487 INFO:teuthology.orchestra.run.smithi173.stdout:Installed size: 207 M 2024-03-11T12:35:01.487 INFO:teuthology.orchestra.run.smithi173.stdout:Downloading Packages: 2024-03-11T12:35:01.652 INFO:teuthology.orchestra.run.smithi173.stdout:(1/8): libgfortran-8.5.0-20.el8.x86_64.rpm 3.8 MB/s | 645 kB 00:00 2024-03-11T12:35:01.708 INFO:teuthology.orchestra.run.smithi173.stdout:(2/8): libquadmath-8.5.0-20.el8.x86_64.rpm 781 kB/s | 172 kB 00:00 2024-03-11T12:35:01.748 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: openblas-0.3.15-6.el8.x86_64 4/8 2024-03-11T12:35:01.894 INFO:teuthology.orchestra.run.smithi173.stdout:(3/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 15 MB/s | 3.7 MB 00:00 2024-03-11T12:35:01.919 INFO:teuthology.orchestra.run.smithi173.stdout:(4/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 1.0 MB/s | 225 kB 00:00 2024-03-11T12:35:02.178 INFO:teuthology.orchestra.run.smithi173.stdout:(5/8): openblas-threads-0.3.15-6.el8.x86_64.rpm 18 MB/s | 5.2 MB 00:00 2024-03-11T12:35:02.251 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2024-03-11T12:35:02.261 INFO:teuthology.orchestra.run.smithi173.stdout:(6/8): openblas-0.3.15-6.el8.x86_64.rpm 15 MB/s | 5.0 MB 00:00 2024-03-11T12:35:02.455 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2024-03-11T12:35:02.620 INFO:teuthology.orchestra.run.smithi173.stdout:(7/8): python3-scipy-1.0.0-21.module+el8.9.0+20 31 MB/s | 14 MB 00:00 2024-03-11T12:35:03.647 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-03-11T12:35:03.647 INFO:teuthology.orchestra.run.smithi203.stdout:======================================================================================================================= 2024-03-11T12:35:03.647 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2024-03-11T12:35:03.648 INFO:teuthology.orchestra.run.smithi203.stdout:======================================================================================================================= 2024-03-11T12:35:03.648 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-03-11T12:35:03.648 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr-diskprediction-local noarch 2:18.2.1-802.ge1b0c2aa.el8 ceph-noarch 7.4 M 2024-03-11T12:35:03.648 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2024-03-11T12:35:03.648 INFO:teuthology.orchestra.run.smithi203.stdout: libgfortran x86_64 8.5.0-20.el8 rhel-8-for-x86_64-baseos-rpms 645 k 2024-03-11T12:35:03.648 INFO:teuthology.orchestra.run.smithi203.stdout: libquadmath x86_64 8.5.0-20.el8 rhel-8-for-x86_64-baseos-rpms 172 k 2024-03-11T12:35:03.648 INFO:teuthology.orchestra.run.smithi203.stdout: openblas x86_64 0.3.15-6.el8 rhel-8-for-x86_64-appstream-rpms 5.0 M 2024-03-11T12:35:03.648 INFO:teuthology.orchestra.run.smithi203.stdout: openblas-threads x86_64 0.3.15-6.el8 rhel-8-for-x86_64-appstream-rpms 5.2 M 2024-03-11T12:35:03.648 INFO:teuthology.orchestra.run.smithi203.stdout: python3-numpy x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 3.7 M 2024-03-11T12:35:03.648 INFO:teuthology.orchestra.run.smithi203.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 225 k 2024-03-11T12:35:03.648 INFO:teuthology.orchestra.run.smithi203.stdout: python3-scipy x86_64 1.0.0-21.module+el8.9.0+20976+d3c38525 rhel-8-for-x86_64-appstream-rpms 14 M 2024-03-11T12:35:03.648 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:35:03.649 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-03-11T12:35:03.649 INFO:teuthology.orchestra.run.smithi203.stdout:======================================================================================================================= 2024-03-11T12:35:03.649 INFO:teuthology.orchestra.run.smithi203.stdout:Install 8 Packages 2024-03-11T12:35:03.649 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:35:03.649 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 36 M 2024-03-11T12:35:03.649 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 207 M 2024-03-11T12:35:03.649 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-03-11T12:35:03.830 INFO:teuthology.orchestra.run.smithi203.stdout:(1/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 1.2 MB/s | 225 kB 00:00 2024-03-11T12:35:03.913 INFO:teuthology.orchestra.run.smithi203.stdout:(2/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 14 MB/s | 3.7 MB 00:00 2024-03-11T12:35:04.055 INFO:teuthology.orchestra.run.smithi203.stdout:(3/8): openblas-threads-0.3.15-6.el8.x86_64.rpm 23 MB/s | 5.2 MB 00:00 2024-03-11T12:35:04.189 INFO:teuthology.orchestra.run.smithi203.stdout:(4/8): openblas-0.3.15-6.el8.x86_64.rpm 18 MB/s | 5.0 MB 00:00 2024-03-11T12:35:04.216 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2024-03-11T12:35:04.281 INFO:teuthology.orchestra.run.smithi203.stdout:(5/8): ceph-mgr-diskprediction-local-18.2.1-802 12 MB/s | 7.4 MB 00:00 2024-03-11T12:35:04.331 INFO:teuthology.orchestra.run.smithi203.stdout:(6/8): libgfortran-8.5.0-20.el8.x86_64.rpm 4.4 MB/s | 645 kB 00:00 2024-03-11T12:35:04.398 INFO:teuthology.orchestra.run.smithi203.stdout:(7/8): libquadmath-8.5.0-20.el8.x86_64.rpm 1.4 MB/s | 172 kB 00:00 2024-03-11T12:35:04.582 INFO:teuthology.orchestra.run.smithi203.stdout:(8/8): python3-scipy-1.0.0-21.module+el8.9.0+20 26 MB/s | 14 MB 00:00 2024-03-11T12:35:04.583 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:35:04.583 INFO:teuthology.orchestra.run.smithi203.stdout:Total 39 MB/s | 36 MB 00:00 2024-03-11T12:35:04.834 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-03-11T12:35:04.853 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-03-11T12:35:04.853 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-03-11T12:35:05.163 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-03-11T12:35:05.171 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-03-11T12:35:05.491 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-scipy-1.0.0-21.module+el8.9.0+20976+d3c38525 7/8 2024-03-11T12:35:05.654 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-mgr-diskprediction-local-2:18.2.1-802.ge1b0c2aa 8/8 2024-03-11T12:35:05.713 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-03-11T12:35:05.907 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : libquadmath-8.5.0-20.el8.x86_64 1/8 2024-03-11T12:35:05.936 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.2.1-802.ge1b0c2aa 8/8 2024-03-11T12:35:05.936 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.2.1-802.ge1b0c2aa 1/8 2024-03-11T12:35:05.936 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 2/8 2024-03-11T12:35:05.936 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 3/8 2024-03-11T12:35:05.937 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : openblas-threads-0.3.15-6.el8.x86_64 4/8 2024-03-11T12:35:05.937 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : openblas-0.3.15-6.el8.x86_64 5/8 2024-03-11T12:35:05.937 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-scipy-1.0.0-21.module+el8.9.0+20976+d3c38525 6/8 2024-03-11T12:35:05.937 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : libgfortran-8.5.0-20.el8.x86_64 7/8 2024-03-11T12:35:06.053 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: libquadmath-8.5.0-20.el8.x86_64 1/8 2024-03-11T12:35:06.267 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : libgfortran-8.5.0-20.el8.x86_64 2/8 2024-03-11T12:35:06.891 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: libgfortran-8.5.0-20.el8.x86_64 2/8 2024-03-11T12:35:07.115 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : openblas-threads-0.3.15-6.el8.x86_64 3/8 2024-03-11T12:35:07.722 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: openblas-threads-0.3.15-6.el8.x86_64 3/8 2024-03-11T12:35:07.924 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : openblas-0.3.15-6.el8.x86_64 4/8 2024-03-11T12:35:08.613 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: openblas-0.3.15-6.el8.x86_64 4/8 2024-03-11T12:35:08.903 INFO:teuthology.orchestra.run.smithi173.stdout:(8/8): ceph-mgr-diskprediction-local-18.2.1-802 1.0 MB/s | 7.4 MB 00:07 2024-03-11T12:35:08.904 INFO:teuthology.orchestra.run.smithi173.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:35:08.904 INFO:teuthology.orchestra.run.smithi173.stdout:Total 4.9 MB/s | 36 MB 00:07 2024-03-11T12:35:08.978 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2024-03-11T12:35:09.160 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction check 2024-03-11T12:35:09.165 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2024-03-11T12:35:09.178 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction check succeeded. 2024-03-11T12:35:09.178 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction test 2024-03-11T12:35:09.489 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction test succeeded. 2024-03-11T12:35:09.497 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction 2024-03-11T12:35:10.078 INFO:teuthology.orchestra.run.smithi173.stdout: Preparing : 1/1 2024-03-11T12:35:10.216 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : libquadmath-8.5.0-20.el8.x86_64 1/8 2024-03-11T12:35:10.350 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: libquadmath-8.5.0-20.el8.x86_64 1/8 2024-03-11T12:35:10.555 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : libgfortran-8.5.0-20.el8.x86_64 2/8 2024-03-11T12:35:10.956 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2024-03-11T12:35:11.194 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: libgfortran-8.5.0-20.el8.x86_64 2/8 2024-03-11T12:35:11.416 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : openblas-threads-0.3.15-6.el8.x86_64 3/8 2024-03-11T12:35:12.009 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: openblas-threads-0.3.15-6.el8.x86_64 3/8 2024-03-11T12:35:12.245 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-scipy-1.0.0-21.module+el8.9.0+20976+d3c38525 7/8 2024-03-11T12:35:12.274 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : openblas-0.3.15-6.el8.x86_64 4/8 2024-03-11T12:35:12.398 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-mgr-diskprediction-local-2:18.2.1-802.ge1b0c2aa 8/8 2024-03-11T12:35:12.680 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.2.1-802.ge1b0c2aa 8/8 2024-03-11T12:35:12.680 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.2.1-802.ge1b0c2aa 1/8 2024-03-11T12:35:12.680 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 2/8 2024-03-11T12:35:12.680 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 3/8 2024-03-11T12:35:12.680 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : openblas-threads-0.3.15-6.el8.x86_64 4/8 2024-03-11T12:35:12.680 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : openblas-0.3.15-6.el8.x86_64 5/8 2024-03-11T12:35:12.680 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-scipy-1.0.0-21.module+el8.9.0+20976+d3c38525 6/8 2024-03-11T12:35:12.680 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libgfortran-8.5.0-20.el8.x86_64 7/8 2024-03-11T12:35:12.964 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: openblas-0.3.15-6.el8.x86_64 4/8 2024-03-11T12:35:13.286 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2024-03-11T12:35:13.532 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2024-03-11T12:35:15.278 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2024-03-11T12:35:16.571 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-scipy-1.0.0-21.module+el8.9.0+20976+d3c38525 7/8 2024-03-11T12:35:16.765 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : ceph-mgr-diskprediction-local-2:18.2.1-802.ge1b0c2aa 8/8 2024-03-11T12:35:17.070 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.2.1-802.ge1b0c2aa 8/8 2024-03-11T12:35:17.070 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.2.1-802.ge1b0c2aa 1/8 2024-03-11T12:35:17.070 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : libgfortran-8.5.0-20.el8.x86_64 2/8 2024-03-11T12:35:17.070 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : libquadmath-8.5.0-20.el8.x86_64 3/8 2024-03-11T12:35:17.070 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2024-03-11T12:35:17.070 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2024-03-11T12:35:17.070 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : openblas-threads-0.3.15-6.el8.x86_64 6/8 2024-03-11T12:35:17.070 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : openblas-0.3.15-6.el8.x86_64 7/8 2024-03-11T12:35:17.610 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : libquadmath-8.5.0-20.el8.x86_64 8/8 2024-03-11T12:35:17.610 INFO:teuthology.orchestra.run.smithi164.stdout:Installed products updated. 2024-03-11T12:35:18.180 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:35:18.180 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-11T12:35:18.180 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-diskprediction-local-2:18.2.1-802.ge1b0c2aa.el8.noarch 2024-03-11T12:35:18.180 INFO:teuthology.orchestra.run.smithi164.stdout: libgfortran-8.5.0-20.el8.x86_64 2024-03-11T12:35:18.180 INFO:teuthology.orchestra.run.smithi164.stdout: libquadmath-8.5.0-20.el8.x86_64 2024-03-11T12:35:18.180 INFO:teuthology.orchestra.run.smithi164.stdout: openblas-0.3.15-6.el8.x86_64 2024-03-11T12:35:18.180 INFO:teuthology.orchestra.run.smithi164.stdout: openblas-threads-0.3.15-6.el8.x86_64 2024-03-11T12:35:18.180 INFO:teuthology.orchestra.run.smithi164.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2024-03-11T12:35:18.180 INFO:teuthology.orchestra.run.smithi164.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2024-03-11T12:35:18.180 INFO:teuthology.orchestra.run.smithi164.stdout: python3-scipy-1.0.0-21.module+el8.9.0+20976+d3c38525.x86_64 2024-03-11T12:35:18.180 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:35:18.181 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-11T12:35:18.357 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph-mgr-rook 2024-03-11T12:35:18.711 INFO:teuthology.orchestra.run.smithi164.stdout:Updating Subscription Management repositories. 2024-03-11T12:35:20.482 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 41 kB/s | 4.5 kB 00:00 2024-03-11T12:35:21.128 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 36 kB/s | 4.1 kB 00:00 2024-03-11T12:35:23.406 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-11T12:35:23.408 INFO:teuthology.orchestra.run.smithi164.stdout:======================================================================================================= 2024-03-11T12:35:23.408 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repository Size 2024-03-11T12:35:23.408 INFO:teuthology.orchestra.run.smithi164.stdout:======================================================================================================= 2024-03-11T12:35:23.408 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-11T12:35:23.408 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-rook noarch 2:18.2.1-802.ge1b0c2aa.el8 ceph-noarch 49 k 2024-03-11T12:35:23.408 INFO:teuthology.orchestra.run.smithi164.stdout:Installing dependencies: 2024-03-11T12:35:23.408 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2024-03-11T12:35:23.408 INFO:teuthology.orchestra.run.smithi164.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2024-03-11T12:35:23.409 INFO:teuthology.orchestra.run.smithi164.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2024-03-11T12:35:23.409 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jsonpatch noarch 1.21-2.el8 rhel-8-for-x86_64-appstream-rpms 27 k 2024-03-11T12:35:23.409 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jsonpointer noarch 1.10-11.el8 rhel-8-for-x86_64-appstream-rpms 20 k 2024-03-11T12:35:23.409 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jwt noarch 1.6.1-2.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2024-03-11T12:35:23.409 INFO:teuthology.orchestra.run.smithi164.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2024-03-11T12:35:23.409 INFO:teuthology.orchestra.run.smithi164.stdout: python3-oauthlib noarch 2.1.0-1.el8 rhel-8-for-x86_64-baseos-rpms 155 k 2024-03-11T12:35:23.409 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pyasn1 noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 126 k 2024-03-11T12:35:23.409 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 110 k 2024-03-11T12:35:23.409 INFO:teuthology.orchestra.run.smithi164.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2024-03-11T12:35:23.409 INFO:teuthology.orchestra.run.smithi164.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2024-03-11T12:35:23.409 INFO:teuthology.orchestra.run.smithi164.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2024-03-11T12:35:23.409 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:35:23.409 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-11T12:35:23.409 INFO:teuthology.orchestra.run.smithi164.stdout:======================================================================================================= 2024-03-11T12:35:23.409 INFO:teuthology.orchestra.run.smithi164.stdout:Install 14 Packages 2024-03-11T12:35:23.410 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:35:23.410 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 2.0 M 2024-03-11T12:35:23.410 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 25 M 2024-03-11T12:35:23.410 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-11T12:35:23.565 INFO:teuthology.orchestra.run.smithi164.stdout:(1/14): python3-cachetools-3.1.1-4.el8.noarch.r 264 kB/s | 33 kB 00:00 2024-03-11T12:35:23.590 INFO:teuthology.orchestra.run.smithi164.stdout:(2/14): python3-certifi-2018.10.15-7.el8.noarch 109 kB/s | 16 kB 00:00 2024-03-11T12:35:23.615 INFO:teuthology.orchestra.run.smithi164.stdout:(3/14): ceph-mgr-rook-18.2.1-802.ge1b0c2aa.el8. 280 kB/s | 49 kB 00:00 2024-03-11T12:35:23.632 INFO:teuthology.orchestra.run.smithi164.stdout:(4/14): python3-google-auth-1.1.1-10.el8.noarch 1.2 MB/s | 81 kB 00:00 2024-03-11T12:35:23.674 INFO:teuthology.orchestra.run.smithi164.stdout:(5/14): python3-websocket-client-0.56.0-5.el8.n 1.4 MB/s | 61 kB 00:00 2024-03-11T12:35:23.746 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libquadmath-8.5.0-20.el8.x86_64 8/8 2024-03-11T12:35:23.746 INFO:teuthology.orchestra.run.smithi203.stdout:Installed products updated. 2024-03-11T12:35:23.783 INFO:teuthology.orchestra.run.smithi164.stdout:(6/14): python3-kubernetes-11.0.0-6.el8.noarch. 6.1 MB/s | 1.2 MB 00:00 2024-03-11T12:35:23.808 INFO:teuthology.orchestra.run.smithi164.stdout:(7/14): python3-rsa-4.9-2.el8.noarch.rpm 333 kB/s | 64 kB 00:00 2024-03-11T12:35:23.841 INFO:teuthology.orchestra.run.smithi164.stdout:(8/14): python3-jsonpointer-1.10-11.el8.noarch. 120 kB/s | 20 kB 00:00 2024-03-11T12:35:23.942 INFO:teuthology.orchestra.run.smithi164.stdout:(9/14): python3-pyasn1-0.3.7-6.el8.noarch.rpm 1.3 MB/s | 126 kB 00:00 2024-03-11T12:35:23.967 INFO:teuthology.orchestra.run.smithi164.stdout:(10/14): python3-pyasn1-modules-0.3.7-6.el8.noa 598 kB/s | 110 kB 00:00 2024-03-11T12:35:24.016 INFO:teuthology.orchestra.run.smithi164.stdout:(11/14): python3-jsonpatch-1.21-2.el8.noarch.rp 131 kB/s | 27 kB 00:00 2024-03-11T12:35:24.068 INFO:teuthology.orchestra.run.smithi164.stdout:(12/14): python3-jwt-1.6.1-2.el8.noarch.rpm 339 kB/s | 43 kB 00:00 2024-03-11T12:35:24.101 INFO:teuthology.orchestra.run.smithi164.stdout:(13/14): python3-oauthlib-2.1.0-1.el8.noarch.rp 1.1 MB/s | 155 kB 00:00 2024-03-11T12:35:24.143 INFO:teuthology.orchestra.run.smithi164.stdout:(14/14): python3-requests-oauthlib-1.0.0-1.el8. 337 kB/s | 43 kB 00:00 2024-03-11T12:35:24.145 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:35:24.146 INFO:teuthology.orchestra.run.smithi164.stdout:Total 2.7 MB/s | 2.0 MB 00:00 2024-03-11T12:35:24.219 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-11T12:35:24.235 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-11T12:35:24.235 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-11T12:35:24.310 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:35:24.310 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-03-11T12:35:24.310 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr-diskprediction-local-2:18.2.1-802.ge1b0c2aa.el8.noarch 2024-03-11T12:35:24.310 INFO:teuthology.orchestra.run.smithi203.stdout: libgfortran-8.5.0-20.el8.x86_64 2024-03-11T12:35:24.310 INFO:teuthology.orchestra.run.smithi203.stdout: libquadmath-8.5.0-20.el8.x86_64 2024-03-11T12:35:24.311 INFO:teuthology.orchestra.run.smithi203.stdout: openblas-0.3.15-6.el8.x86_64 2024-03-11T12:35:24.311 INFO:teuthology.orchestra.run.smithi203.stdout: openblas-threads-0.3.15-6.el8.x86_64 2024-03-11T12:35:24.311 INFO:teuthology.orchestra.run.smithi203.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2024-03-11T12:35:24.311 INFO:teuthology.orchestra.run.smithi203.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2024-03-11T12:35:24.311 INFO:teuthology.orchestra.run.smithi203.stdout: python3-scipy-1.0.0-21.module+el8.9.0+20976+d3c38525.x86_64 2024-03-11T12:35:24.311 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:35:24.311 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-03-11T12:35:24.318 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-11T12:35:24.327 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-11T12:35:24.461 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-mgr-rook 2024-03-11T12:35:24.811 INFO:teuthology.orchestra.run.smithi203.stdout:Updating Subscription Management repositories. 2024-03-11T12:35:24.853 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-11T12:35:25.043 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/14 2024-03-11T12:35:25.270 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-rsa-4.9-2.el8.noarch 2/14 2024-03-11T12:35:25.469 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 3/14 2024-03-11T12:35:25.696 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 4/14 2024-03-11T12:35:25.980 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 5/14 2024-03-11T12:35:26.182 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 6/14 2024-03-11T12:35:26.336 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 38 kB/s | 4.5 kB 00:00 2024-03-11T12:35:26.407 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 7/14 2024-03-11T12:35:26.561 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 8/14 2024-03-11T12:35:26.749 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 9/14 2024-03-11T12:35:26.948 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 10/14 2024-03-11T12:35:26.948 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 35 kB/s | 4.1 kB 00:00 2024-03-11T12:35:27.162 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 11/14 2024-03-11T12:35:28.197 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 12/14 2024-03-11T12:35:28.504 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 13/14 2024-03-11T12:35:28.667 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-mgr-rook-2:18.2.1-802.ge1b0c2aa.el8.noarch 14/14 2024-03-11T12:35:28.935 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-mgr-rook-2:18.2.1-802.ge1b0c2aa.el8.noarch 14/14 2024-03-11T12:35:28.935 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-mgr-rook-2:18.2.1-802.ge1b0c2aa.el8.noarch 1/14 2024-03-11T12:35:28.935 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 2/14 2024-03-11T12:35:28.935 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 3/14 2024-03-11T12:35:28.935 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 4/14 2024-03-11T12:35:28.935 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 5/14 2024-03-11T12:35:28.935 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 6/14 2024-03-11T12:35:28.935 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 7/14 2024-03-11T12:35:28.935 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 8/14 2024-03-11T12:35:28.936 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 9/14 2024-03-11T12:35:28.936 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 10/14 2024-03-11T12:35:28.936 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 11/14 2024-03-11T12:35:28.936 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 12/14 2024-03-11T12:35:28.936 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 13/14 2024-03-11T12:35:29.207 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-03-11T12:35:29.208 INFO:teuthology.orchestra.run.smithi203.stdout:======================================================================================================= 2024-03-11T12:35:29.209 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2024-03-11T12:35:29.209 INFO:teuthology.orchestra.run.smithi203.stdout:======================================================================================================= 2024-03-11T12:35:29.209 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-03-11T12:35:29.209 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr-rook noarch 2:18.2.1-802.ge1b0c2aa.el8 ceph-noarch 49 k 2024-03-11T12:35:29.209 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2024-03-11T12:35:29.209 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2024-03-11T12:35:29.209 INFO:teuthology.orchestra.run.smithi203.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2024-03-11T12:35:29.209 INFO:teuthology.orchestra.run.smithi203.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2024-03-11T12:35:29.209 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jsonpatch noarch 1.21-2.el8 rhel-8-for-x86_64-appstream-rpms 27 k 2024-03-11T12:35:29.209 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jsonpointer noarch 1.10-11.el8 rhel-8-for-x86_64-appstream-rpms 20 k 2024-03-11T12:35:29.209 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jwt noarch 1.6.1-2.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2024-03-11T12:35:29.209 INFO:teuthology.orchestra.run.smithi203.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2024-03-11T12:35:29.209 INFO:teuthology.orchestra.run.smithi203.stdout: python3-oauthlib noarch 2.1.0-1.el8 rhel-8-for-x86_64-baseos-rpms 155 k 2024-03-11T12:35:29.210 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pyasn1 noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 126 k 2024-03-11T12:35:29.210 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 110 k 2024-03-11T12:35:29.210 INFO:teuthology.orchestra.run.smithi203.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2024-03-11T12:35:29.210 INFO:teuthology.orchestra.run.smithi203.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2024-03-11T12:35:29.210 INFO:teuthology.orchestra.run.smithi203.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2024-03-11T12:35:29.210 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:35:29.210 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-03-11T12:35:29.210 INFO:teuthology.orchestra.run.smithi203.stdout:======================================================================================================= 2024-03-11T12:35:29.210 INFO:teuthology.orchestra.run.smithi203.stdout:Install 14 Packages 2024-03-11T12:35:29.210 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:35:29.211 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 2.0 M 2024-03-11T12:35:29.211 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 25 M 2024-03-11T12:35:29.211 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-03-11T12:35:29.538 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-scipy-1.0.0-21.module+el8.9.0+20976+d3c38525 8/8 2024-03-11T12:35:29.539 INFO:teuthology.orchestra.run.smithi173.stdout:Installed products updated. 2024-03-11T12:35:29.996 INFO:teuthology.orchestra.run.smithi203.stdout:(1/14): ceph-mgr-rook-18.2.1-802.ge1b0c2aa.el8. 111 kB/s | 49 kB 00:00 2024-03-11T12:35:30.025 INFO:teuthology.orchestra.run.smithi203.stdout:(2/14): python3-certifi-2018.10.15-7.el8.noarch 35 kB/s | 16 kB 00:00 2024-03-11T12:35:30.042 INFO:teuthology.orchestra.run.smithi203.stdout:(3/14): python3-cachetools-3.1.1-4.el8.noarch.r 68 kB/s | 33 kB 00:00 2024-03-11T12:35:30.092 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:35:30.092 INFO:teuthology.orchestra.run.smithi173.stdout:Installed: 2024-03-11T12:35:30.092 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-mgr-diskprediction-local-2:18.2.1-802.ge1b0c2aa.el8.noarch 2024-03-11T12:35:30.092 INFO:teuthology.orchestra.run.smithi173.stdout: libgfortran-8.5.0-20.el8.x86_64 2024-03-11T12:35:30.093 INFO:teuthology.orchestra.run.smithi173.stdout: libquadmath-8.5.0-20.el8.x86_64 2024-03-11T12:35:30.093 INFO:teuthology.orchestra.run.smithi173.stdout: openblas-0.3.15-6.el8.x86_64 2024-03-11T12:35:30.093 INFO:teuthology.orchestra.run.smithi173.stdout: openblas-threads-0.3.15-6.el8.x86_64 2024-03-11T12:35:30.093 INFO:teuthology.orchestra.run.smithi173.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2024-03-11T12:35:30.093 INFO:teuthology.orchestra.run.smithi173.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2024-03-11T12:35:30.093 INFO:teuthology.orchestra.run.smithi173.stdout: python3-scipy-1.0.0-21.module+el8.9.0+20976+d3c38525.x86_64 2024-03-11T12:35:30.093 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:35:30.093 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-03-11T12:35:30.263 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install ceph-mgr-rook 2024-03-11T12:35:30.368 INFO:teuthology.orchestra.run.smithi203.stdout:(4/14): python3-google-auth-1.1.1-10.el8.noarch 219 kB/s | 81 kB 00:00 2024-03-11T12:35:30.401 INFO:teuthology.orchestra.run.smithi203.stdout:(5/14): python3-rsa-4.9-2.el8.noarch.rpm 179 kB/s | 64 kB 00:00 2024-03-11T12:35:30.518 INFO:teuthology.orchestra.run.smithi203.stdout:(6/14): python3-jsonpointer-1.10-11.el8.noarch. 171 kB/s | 20 kB 00:00 2024-03-11T12:35:30.614 INFO:teuthology.orchestra.run.smithi173.stdout:Updating Subscription Management repositories. 2024-03-11T12:35:30.652 INFO:teuthology.orchestra.run.smithi203.stdout:(7/14): python3-pyasn1-modules-0.3.7-6.el8.noar 826 kB/s | 110 kB 00:00 2024-03-11T12:35:30.747 INFO:teuthology.orchestra.run.smithi203.stdout:(8/14): python3-websocket-client-0.56.0-5.el8.n 161 kB/s | 61 kB 00:00 2024-03-11T12:35:30.778 INFO:teuthology.orchestra.run.smithi203.stdout:(9/14): python3-jsonpatch-1.21-2.el8.noarch.rpm 211 kB/s | 27 kB 00:00 2024-03-11T12:35:30.820 INFO:teuthology.orchestra.run.smithi203.stdout:(10/14): python3-kubernetes-11.0.0-6.el8.noarch 1.5 MB/s | 1.2 MB 00:00 2024-03-11T12:35:30.912 INFO:teuthology.orchestra.run.smithi203.stdout:(11/14): python3-jwt-1.6.1-2.el8.noarch.rpm 332 kB/s | 43 kB 00:00 2024-03-11T12:35:30.937 INFO:teuthology.orchestra.run.smithi203.stdout:(12/14): python3-pyasn1-0.3.7-6.el8.noarch.rpm 667 kB/s | 126 kB 00:00 2024-03-11T12:35:30.962 INFO:teuthology.orchestra.run.smithi203.stdout:(13/14): python3-oauthlib-2.1.0-1.el8.noarch.rp 1.1 MB/s | 155 kB 00:00 2024-03-11T12:35:30.996 INFO:teuthology.orchestra.run.smithi203.stdout:(14/14): python3-requests-oauthlib-1.0.0-1.el8. 510 kB/s | 43 kB 00:00 2024-03-11T12:35:30.997 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:35:30.997 INFO:teuthology.orchestra.run.smithi203.stdout:Total 1.1 MB/s | 2.0 MB 00:01 2024-03-11T12:35:31.079 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-03-11T12:35:31.095 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-03-11T12:35:31.095 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-03-11T12:35:31.178 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-03-11T12:35:31.187 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-03-11T12:35:31.742 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-03-11T12:35:31.978 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/14 2024-03-11T12:35:32.180 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-rsa-4.9-2.el8.noarch 2/14 2024-03-11T12:35:32.412 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 3/14 2024-03-11T12:35:32.647 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 4/14 2024-03-11T12:35:32.891 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 5/14 2024-03-11T12:35:32.964 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 25 kB/s | 4.1 kB 00:00 2024-03-11T12:35:33.118 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 6/14 2024-03-11T12:35:33.276 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 42 kB/s | 4.5 kB 00:00 2024-03-11T12:35:33.285 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 7/14 2024-03-11T12:35:33.473 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 8/14 2024-03-11T12:35:33.660 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 9/14 2024-03-11T12:35:33.876 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 10/14 2024-03-11T12:35:34.127 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 11/14 2024-03-11T12:35:35.182 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 12/14 2024-03-11T12:35:35.505 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 13/14 2024-03-11T12:35:35.622 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-03-11T12:35:35.624 INFO:teuthology.orchestra.run.smithi173.stdout:======================================================================================================= 2024-03-11T12:35:35.624 INFO:teuthology.orchestra.run.smithi173.stdout: Package Arch Version Repository Size 2024-03-11T12:35:35.624 INFO:teuthology.orchestra.run.smithi173.stdout:======================================================================================================= 2024-03-11T12:35:35.624 INFO:teuthology.orchestra.run.smithi173.stdout:Installing: 2024-03-11T12:35:35.624 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-mgr-rook noarch 2:18.2.1-802.ge1b0c2aa.el8 ceph-noarch 49 k 2024-03-11T12:35:35.624 INFO:teuthology.orchestra.run.smithi173.stdout:Installing dependencies: 2024-03-11T12:35:35.624 INFO:teuthology.orchestra.run.smithi173.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2024-03-11T12:35:35.624 INFO:teuthology.orchestra.run.smithi173.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2024-03-11T12:35:35.625 INFO:teuthology.orchestra.run.smithi173.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2024-03-11T12:35:35.625 INFO:teuthology.orchestra.run.smithi173.stdout: python3-jsonpatch noarch 1.21-2.el8 rhel-8-for-x86_64-appstream-rpms 27 k 2024-03-11T12:35:35.625 INFO:teuthology.orchestra.run.smithi173.stdout: python3-jsonpointer noarch 1.10-11.el8 rhel-8-for-x86_64-appstream-rpms 20 k 2024-03-11T12:35:35.625 INFO:teuthology.orchestra.run.smithi173.stdout: python3-jwt noarch 1.6.1-2.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2024-03-11T12:35:35.625 INFO:teuthology.orchestra.run.smithi173.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2024-03-11T12:35:35.625 INFO:teuthology.orchestra.run.smithi173.stdout: python3-oauthlib noarch 2.1.0-1.el8 rhel-8-for-x86_64-baseos-rpms 155 k 2024-03-11T12:35:35.625 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pyasn1 noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 126 k 2024-03-11T12:35:35.625 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 110 k 2024-03-11T12:35:35.625 INFO:teuthology.orchestra.run.smithi173.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2024-03-11T12:35:35.625 INFO:teuthology.orchestra.run.smithi173.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2024-03-11T12:35:35.625 INFO:teuthology.orchestra.run.smithi173.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2024-03-11T12:35:35.625 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:35:35.625 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction Summary 2024-03-11T12:35:35.626 INFO:teuthology.orchestra.run.smithi173.stdout:======================================================================================================= 2024-03-11T12:35:35.626 INFO:teuthology.orchestra.run.smithi173.stdout:Install 14 Packages 2024-03-11T12:35:35.626 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:35:35.626 INFO:teuthology.orchestra.run.smithi173.stdout:Total download size: 2.0 M 2024-03-11T12:35:35.626 INFO:teuthology.orchestra.run.smithi173.stdout:Installed size: 25 M 2024-03-11T12:35:35.626 INFO:teuthology.orchestra.run.smithi173.stdout:Downloading Packages: 2024-03-11T12:35:35.685 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-mgr-rook-2:18.2.1-802.ge1b0c2aa.el8.noarch 14/14 2024-03-11T12:35:35.842 INFO:teuthology.orchestra.run.smithi173.stdout:(1/14): ceph-mgr-rook-18.2.1-802.ge1b0c2aa.el8. 306 kB/s | 49 kB 00:00 2024-03-11T12:35:35.942 INFO:teuthology.orchestra.run.smithi173.stdout:(2/14): python3-cachetools-3.1.1-4.el8.noarch.r 126 kB/s | 33 kB 00:00 2024-03-11T12:35:35.967 INFO:teuthology.orchestra.run.smithi173.stdout:(3/14): python3-certifi-2018.10.15-7.el8.noarch 57 kB/s | 16 kB 00:00 2024-03-11T12:35:35.973 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-mgr-rook-2:18.2.1-802.ge1b0c2aa.el8.noarch 14/14 2024-03-11T12:35:35.973 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-mgr-rook-2:18.2.1-802.ge1b0c2aa.el8.noarch 1/14 2024-03-11T12:35:35.973 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 2/14 2024-03-11T12:35:35.973 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 3/14 2024-03-11T12:35:35.973 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 4/14 2024-03-11T12:35:35.973 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 5/14 2024-03-11T12:35:35.973 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 6/14 2024-03-11T12:35:35.973 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 7/14 2024-03-11T12:35:35.974 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 8/14 2024-03-11T12:35:35.974 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 9/14 2024-03-11T12:35:35.974 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 10/14 2024-03-11T12:35:35.974 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 11/14 2024-03-11T12:35:35.974 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 12/14 2024-03-11T12:35:35.974 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 13/14 2024-03-11T12:35:36.218 INFO:teuthology.orchestra.run.smithi173.stdout:(4/14): python3-google-auth-1.1.1-10.el8.noarch 216 kB/s | 81 kB 00:00 2024-03-11T12:35:36.318 INFO:teuthology.orchestra.run.smithi173.stdout:(5/14): python3-rsa-4.9-2.el8.noarch.rpm 183 kB/s | 64 kB 00:00 2024-03-11T12:35:36.494 INFO:teuthology.orchestra.run.smithi173.stdout:(6/14): python3-jwt-1.6.1-2.el8.noarch.rpm 243 kB/s | 43 kB 00:00 2024-03-11T12:35:36.569 INFO:teuthology.orchestra.run.smithi173.stdout:(7/14): python3-websocket-client-0.56.0-5.el8.n 174 kB/s | 61 kB 00:00 2024-03-11T12:35:36.664 INFO:teuthology.orchestra.run.smithi173.stdout:(8/14): python3-oauthlib-2.1.0-1.el8.noarch.rpm 911 kB/s | 155 kB 00:00 2024-03-11T12:35:36.720 INFO:teuthology.orchestra.run.smithi173.stdout:(9/14): python3-kubernetes-11.0.0-6.el8.noarch. 1.5 MB/s | 1.2 MB 00:00 2024-03-11T12:35:36.770 INFO:teuthology.orchestra.run.smithi173.stdout:(10/14): python3-requests-oauthlib-1.0.0-1.el8. 213 kB/s | 43 kB 00:00 2024-03-11T12:35:36.804 INFO:teuthology.orchestra.run.smithi173.stdout:(11/14): python3-jsonpointer-1.10-11.el8.noarch 144 kB/s | 20 kB 00:00 2024-03-11T12:35:36.887 INFO:teuthology.orchestra.run.smithi173.stdout:(12/14): python3-pyasn1-modules-0.3.7-6.el8.noa 659 kB/s | 110 kB 00:00 2024-03-11T12:35:36.921 INFO:teuthology.orchestra.run.smithi173.stdout:(13/14): python3-jsonpatch-1.21-2.el8.noarch.rp 190 kB/s | 27 kB 00:00 2024-03-11T12:35:37.013 INFO:teuthology.orchestra.run.smithi173.stdout:(14/14): python3-pyasn1-0.3.7-6.el8.noarch.rpm 606 kB/s | 126 kB 00:00 2024-03-11T12:35:37.014 INFO:teuthology.orchestra.run.smithi173.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:35:37.014 INFO:teuthology.orchestra.run.smithi173.stdout:Total 1.4 MB/s | 2.0 MB 00:01 2024-03-11T12:35:37.100 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction check 2024-03-11T12:35:37.116 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction check succeeded. 2024-03-11T12:35:37.116 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction test 2024-03-11T12:35:37.210 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction test succeeded. 2024-03-11T12:35:37.224 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction 2024-03-11T12:35:37.836 INFO:teuthology.orchestra.run.smithi173.stdout: Preparing : 1/1 2024-03-11T12:35:38.047 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/14 2024-03-11T12:35:38.290 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-rsa-4.9-2.el8.noarch 2/14 2024-03-11T12:35:38.527 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 3/14 2024-03-11T12:35:38.694 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 4/14 2024-03-11T12:35:38.904 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 5/14 2024-03-11T12:35:39.184 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 6/14 2024-03-11T12:35:39.483 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 7/14 2024-03-11T12:35:39.681 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 8/14 2024-03-11T12:35:39.893 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 9/14 2024-03-11T12:35:40.151 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 10/14 2024-03-11T12:35:40.432 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 11/14 2024-03-11T12:35:40.965 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 14/14 2024-03-11T12:35:40.965 INFO:teuthology.orchestra.run.smithi164.stdout:Installed products updated. 2024-03-11T12:35:41.546 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 12/14 2024-03-11T12:35:41.561 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:35:41.561 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-11T12:35:41.561 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-rook-2:18.2.1-802.ge1b0c2aa.el8.noarch 2024-03-11T12:35:41.562 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cachetools-3.1.1-4.el8.noarch 2024-03-11T12:35:41.562 INFO:teuthology.orchestra.run.smithi164.stdout: python3-certifi-2018.10.15-7.el8.noarch 2024-03-11T12:35:41.562 INFO:teuthology.orchestra.run.smithi164.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2024-03-11T12:35:41.562 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jsonpatch-1.21-2.el8.noarch 2024-03-11T12:35:41.562 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jsonpointer-1.10-11.el8.noarch 2024-03-11T12:35:41.562 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jwt-1.6.1-2.el8.noarch 2024-03-11T12:35:41.562 INFO:teuthology.orchestra.run.smithi164.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2024-03-11T12:35:41.562 INFO:teuthology.orchestra.run.smithi164.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2024-03-11T12:35:41.562 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2024-03-11T12:35:41.562 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2024-03-11T12:35:41.562 INFO:teuthology.orchestra.run.smithi164.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2024-03-11T12:35:41.562 INFO:teuthology.orchestra.run.smithi164.stdout: python3-rsa-4.9-2.el8.noarch 2024-03-11T12:35:41.562 INFO:teuthology.orchestra.run.smithi164.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2024-03-11T12:35:41.562 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:35:41.563 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-11T12:35:41.734 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph-mgr-cephadm 2024-03-11T12:35:41.872 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 13/14 2024-03-11T12:35:42.019 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : ceph-mgr-rook-2:18.2.1-802.ge1b0c2aa.el8.noarch 14/14 2024-03-11T12:35:42.094 INFO:teuthology.orchestra.run.smithi164.stdout:Updating Subscription Management repositories. 2024-03-11T12:35:42.346 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: ceph-mgr-rook-2:18.2.1-802.ge1b0c2aa.el8.noarch 14/14 2024-03-11T12:35:42.346 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : ceph-mgr-rook-2:18.2.1-802.ge1b0c2aa.el8.noarch 1/14 2024-03-11T12:35:42.346 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 2/14 2024-03-11T12:35:42.346 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 3/14 2024-03-11T12:35:42.346 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 4/14 2024-03-11T12:35:42.346 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 5/14 2024-03-11T12:35:42.346 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 6/14 2024-03-11T12:35:42.346 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 7/14 2024-03-11T12:35:42.346 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 8/14 2024-03-11T12:35:42.347 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 9/14 2024-03-11T12:35:42.347 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 10/14 2024-03-11T12:35:42.347 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 11/14 2024-03-11T12:35:42.347 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 12/14 2024-03-11T12:35:42.347 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 13/14 2024-03-11T12:35:43.829 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 34 kB/s | 4.5 kB 00:00 2024-03-11T12:35:44.529 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 26 kB/s | 4.1 kB 00:00 2024-03-11T12:35:46.785 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-11T12:35:46.786 INFO:teuthology.orchestra.run.smithi164.stdout:============================================================================================== 2024-03-11T12:35:46.786 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repository Size 2024-03-11T12:35:46.786 INFO:teuthology.orchestra.run.smithi164.stdout:============================================================================================== 2024-03-11T12:35:46.786 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-11T12:35:46.786 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-cephadm noarch 2:18.2.1-802.ge1b0c2aa.el8 ceph-noarch 138 k 2024-03-11T12:35:46.786 INFO:teuthology.orchestra.run.smithi164.stdout:Installing dependencies: 2024-03-11T12:35:46.786 INFO:teuthology.orchestra.run.smithi164.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2024-03-11T12:35:46.786 INFO:teuthology.orchestra.run.smithi164.stdout: python3-babel noarch 2.5.1-7.el8 rhel-8-for-x86_64-appstream-rpms 4.8 M 2024-03-11T12:35:46.786 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jinja2 noarch 2.10.1-3.el8 rhel-8-for-x86_64-appstream-rpms 538 k 2024-03-11T12:35:46.786 INFO:teuthology.orchestra.run.smithi164.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2024-03-11T12:35:46.787 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:35:46.787 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-11T12:35:46.787 INFO:teuthology.orchestra.run.smithi164.stdout:============================================================================================== 2024-03-11T12:35:46.787 INFO:teuthology.orchestra.run.smithi164.stdout:Install 5 Packages 2024-03-11T12:35:46.787 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:35:46.787 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 6.0 M 2024-03-11T12:35:46.787 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 26 M 2024-03-11T12:35:46.787 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-11T12:35:47.130 INFO:teuthology.orchestra.run.smithi164.stdout:(1/5): python3-natsort-7.1.1-2.el8.noarch.rpm 347 kB/s | 60 kB 00:00 2024-03-11T12:35:47.230 INFO:teuthology.orchestra.run.smithi164.stdout:(2/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 1.7 MB/s | 476 kB 00:00 2024-03-11T12:35:47.255 INFO:teuthology.orchestra.run.smithi164.stdout:(3/5): ceph-mgr-cephadm-18.2.1-802.ge1b0c2aa.el 460 kB/s | 138 kB 00:00 2024-03-11T12:35:47.364 INFO:teuthology.orchestra.run.smithi164.stdout:(4/5): python3-babel-2.5.1-7.el8.noarch.rpm 20 MB/s | 4.8 MB 00:00 2024-03-11T12:35:47.397 INFO:teuthology.orchestra.run.smithi164.stdout:(5/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 3.2 MB/s | 538 kB 00:00 2024-03-11T12:35:47.399 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:35:47.399 INFO:teuthology.orchestra.run.smithi164.stdout:Total 9.8 MB/s | 6.0 MB 00:00 2024-03-11T12:35:47.454 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-11T12:35:47.465 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-11T12:35:47.465 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-11T12:35:47.553 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-11T12:35:47.562 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-11T12:35:47.748 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 14/14 2024-03-11T12:35:47.748 INFO:teuthology.orchestra.run.smithi203.stdout:Installed products updated. 2024-03-11T12:35:48.331 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:35:48.332 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-03-11T12:35:48.332 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr-rook-2:18.2.1-802.ge1b0c2aa.el8.noarch 2024-03-11T12:35:48.332 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cachetools-3.1.1-4.el8.noarch 2024-03-11T12:35:48.332 INFO:teuthology.orchestra.run.smithi203.stdout: python3-certifi-2018.10.15-7.el8.noarch 2024-03-11T12:35:48.332 INFO:teuthology.orchestra.run.smithi203.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2024-03-11T12:35:48.332 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jsonpatch-1.21-2.el8.noarch 2024-03-11T12:35:48.332 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jsonpointer-1.10-11.el8.noarch 2024-03-11T12:35:48.332 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jwt-1.6.1-2.el8.noarch 2024-03-11T12:35:48.332 INFO:teuthology.orchestra.run.smithi203.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2024-03-11T12:35:48.332 INFO:teuthology.orchestra.run.smithi203.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2024-03-11T12:35:48.332 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2024-03-11T12:35:48.332 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2024-03-11T12:35:48.333 INFO:teuthology.orchestra.run.smithi203.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2024-03-11T12:35:48.333 INFO:teuthology.orchestra.run.smithi203.stdout: python3-rsa-4.9-2.el8.noarch 2024-03-11T12:35:48.333 INFO:teuthology.orchestra.run.smithi203.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2024-03-11T12:35:48.333 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:35:48.333 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-03-11T12:35:48.503 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-mgr-cephadm 2024-03-11T12:35:48.518 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-11T12:35:48.861 INFO:teuthology.orchestra.run.smithi203.stdout:Updating Subscription Management repositories. 2024-03-11T12:35:48.884 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 1/5 2024-03-11T12:35:49.132 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 2/5 2024-03-11T12:35:49.461 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 3/5 2024-03-11T12:35:49.756 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2024-03-11T12:35:49.972 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-mgr-cephadm-2:18.2.1-802.ge1b0c2aa.el8.noarch 5/5 2024-03-11T12:35:50.243 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.2.1-802.ge1b0c2aa.el8.noarch 5/5 2024-03-11T12:35:50.244 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-mgr-cephadm-2:18.2.1-802.ge1b0c2aa.el8.noarch 1/5 2024-03-11T12:35:50.244 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2024-03-11T12:35:50.244 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 3/5 2024-03-11T12:35:50.244 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 4/5 2024-03-11T12:35:50.725 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 31 kB/s | 4.5 kB 00:00 2024-03-11T12:35:51.376 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 26 kB/s | 4.1 kB 00:00 2024-03-11T12:35:53.621 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-03-11T12:35:53.622 INFO:teuthology.orchestra.run.smithi203.stdout:============================================================================================== 2024-03-11T12:35:53.622 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2024-03-11T12:35:53.622 INFO:teuthology.orchestra.run.smithi203.stdout:============================================================================================== 2024-03-11T12:35:53.622 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-03-11T12:35:53.622 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr-cephadm noarch 2:18.2.1-802.ge1b0c2aa.el8 ceph-noarch 138 k 2024-03-11T12:35:53.622 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2024-03-11T12:35:53.622 INFO:teuthology.orchestra.run.smithi203.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2024-03-11T12:35:53.622 INFO:teuthology.orchestra.run.smithi203.stdout: python3-babel noarch 2.5.1-7.el8 rhel-8-for-x86_64-appstream-rpms 4.8 M 2024-03-11T12:35:53.622 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jinja2 noarch 2.10.1-3.el8 rhel-8-for-x86_64-appstream-rpms 538 k 2024-03-11T12:35:53.622 INFO:teuthology.orchestra.run.smithi203.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2024-03-11T12:35:53.622 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:35:53.623 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-03-11T12:35:53.623 INFO:teuthology.orchestra.run.smithi203.stdout:============================================================================================== 2024-03-11T12:35:53.623 INFO:teuthology.orchestra.run.smithi203.stdout:Install 5 Packages 2024-03-11T12:35:53.623 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:35:53.623 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 6.0 M 2024-03-11T12:35:53.623 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 26 M 2024-03-11T12:35:53.623 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-03-11T12:35:54.052 INFO:teuthology.orchestra.run.smithi203.stdout:(1/5): ceph-mgr-cephadm-18.2.1-802.ge1b0c2aa.el 458 kB/s | 138 kB 00:00 2024-03-11T12:35:54.086 INFO:teuthology.orchestra.run.smithi203.stdout:(2/5): python3-natsort-7.1.1-2.el8.noarch.rpm 180 kB/s | 60 kB 00:00 2024-03-11T12:35:54.264 INFO:teuthology.orchestra.run.smithi203.stdout:(3/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 3.0 MB/s | 538 kB 00:00 2024-03-11T12:35:54.295 INFO:teuthology.orchestra.run.smithi203.stdout:(4/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 875 kB/s | 476 kB 00:00 2024-03-11T12:35:54.395 INFO:teuthology.orchestra.run.smithi203.stdout:(5/5): python3-babel-2.5.1-7.el8.noarch.rpm 14 MB/s | 4.8 MB 00:00 2024-03-11T12:35:54.396 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:35:54.396 INFO:teuthology.orchestra.run.smithi203.stdout:Total 7.7 MB/s | 6.0 MB 00:00 2024-03-11T12:35:54.451 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-03-11T12:35:54.463 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-03-11T12:35:54.463 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-03-11T12:35:54.551 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-03-11T12:35:54.560 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-03-11T12:35:55.546 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-03-11T12:35:55.896 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 1/5 2024-03-11T12:35:56.184 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 2/5 2024-03-11T12:35:56.486 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 14/14 2024-03-11T12:35:56.487 INFO:teuthology.orchestra.run.smithi173.stdout:Installed products updated. 2024-03-11T12:35:56.515 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 3/5 2024-03-11T12:35:56.782 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2024-03-11T12:35:57.016 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-mgr-cephadm-2:18.2.1-802.ge1b0c2aa.el8.noarch 5/5 2024-03-11T12:35:57.033 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:35:57.033 INFO:teuthology.orchestra.run.smithi173.stdout:Installed: 2024-03-11T12:35:57.033 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-mgr-rook-2:18.2.1-802.ge1b0c2aa.el8.noarch 2024-03-11T12:35:57.033 INFO:teuthology.orchestra.run.smithi173.stdout: python3-cachetools-3.1.1-4.el8.noarch 2024-03-11T12:35:57.033 INFO:teuthology.orchestra.run.smithi173.stdout: python3-certifi-2018.10.15-7.el8.noarch 2024-03-11T12:35:57.033 INFO:teuthology.orchestra.run.smithi173.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2024-03-11T12:35:57.033 INFO:teuthology.orchestra.run.smithi173.stdout: python3-jsonpatch-1.21-2.el8.noarch 2024-03-11T12:35:57.033 INFO:teuthology.orchestra.run.smithi173.stdout: python3-jsonpointer-1.10-11.el8.noarch 2024-03-11T12:35:57.033 INFO:teuthology.orchestra.run.smithi173.stdout: python3-jwt-1.6.1-2.el8.noarch 2024-03-11T12:35:57.034 INFO:teuthology.orchestra.run.smithi173.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2024-03-11T12:35:57.034 INFO:teuthology.orchestra.run.smithi173.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2024-03-11T12:35:57.034 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2024-03-11T12:35:57.034 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2024-03-11T12:35:57.034 INFO:teuthology.orchestra.run.smithi173.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2024-03-11T12:35:57.034 INFO:teuthology.orchestra.run.smithi173.stdout: python3-rsa-4.9-2.el8.noarch 2024-03-11T12:35:57.034 INFO:teuthology.orchestra.run.smithi173.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2024-03-11T12:35:57.034 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:35:57.034 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-03-11T12:35:57.201 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install ceph-mgr-cephadm 2024-03-11T12:35:57.282 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.2.1-802.ge1b0c2aa.el8.noarch 5/5 2024-03-11T12:35:57.282 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-mgr-cephadm-2:18.2.1-802.ge1b0c2aa.el8.noarch 1/5 2024-03-11T12:35:57.282 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2024-03-11T12:35:57.282 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 3/5 2024-03-11T12:35:57.282 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 4/5 2024-03-11T12:35:57.564 INFO:teuthology.orchestra.run.smithi173.stdout:Updating Subscription Management repositories. 2024-03-11T12:35:59.463 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 30 kB/s | 4.1 kB 00:00 2024-03-11T12:35:59.810 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 32 kB/s | 4.5 kB 00:00 2024-03-11T12:36:02.117 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-03-11T12:36:02.118 INFO:teuthology.orchestra.run.smithi173.stdout:============================================================================================== 2024-03-11T12:36:02.118 INFO:teuthology.orchestra.run.smithi173.stdout: Package Arch Version Repository Size 2024-03-11T12:36:02.118 INFO:teuthology.orchestra.run.smithi173.stdout:============================================================================================== 2024-03-11T12:36:02.119 INFO:teuthology.orchestra.run.smithi173.stdout:Installing: 2024-03-11T12:36:02.119 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-mgr-cephadm noarch 2:18.2.1-802.ge1b0c2aa.el8 ceph-noarch 138 k 2024-03-11T12:36:02.119 INFO:teuthology.orchestra.run.smithi173.stdout:Installing dependencies: 2024-03-11T12:36:02.119 INFO:teuthology.orchestra.run.smithi173.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2024-03-11T12:36:02.119 INFO:teuthology.orchestra.run.smithi173.stdout: python3-babel noarch 2.5.1-7.el8 rhel-8-for-x86_64-appstream-rpms 4.8 M 2024-03-11T12:36:02.119 INFO:teuthology.orchestra.run.smithi173.stdout: python3-jinja2 noarch 2.10.1-3.el8 rhel-8-for-x86_64-appstream-rpms 538 k 2024-03-11T12:36:02.119 INFO:teuthology.orchestra.run.smithi173.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2024-03-11T12:36:02.119 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:36:02.119 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction Summary 2024-03-11T12:36:02.119 INFO:teuthology.orchestra.run.smithi173.stdout:============================================================================================== 2024-03-11T12:36:02.119 INFO:teuthology.orchestra.run.smithi173.stdout:Install 5 Packages 2024-03-11T12:36:02.119 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:36:02.120 INFO:teuthology.orchestra.run.smithi173.stdout:Total download size: 6.0 M 2024-03-11T12:36:02.120 INFO:teuthology.orchestra.run.smithi173.stdout:Installed size: 26 M 2024-03-11T12:36:02.120 INFO:teuthology.orchestra.run.smithi173.stdout:Downloading Packages: 2024-03-11T12:36:02.445 INFO:teuthology.orchestra.run.smithi173.stdout:(1/5): ceph-mgr-cephadm-18.2.1-802.ge1b0c2aa.el 469 kB/s | 138 kB 00:00 2024-03-11T12:36:02.742 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 5/5 2024-03-11T12:36:02.743 INFO:teuthology.orchestra.run.smithi164.stdout:Installed products updated. 2024-03-11T12:36:02.785 INFO:teuthology.orchestra.run.smithi173.stdout:(2/5): python3-babel-2.5.1-7.el8.noarch.rpm 14 MB/s | 4.8 MB 00:00 2024-03-11T12:36:02.837 INFO:teuthology.orchestra.run.smithi173.stdout:(3/5): python3-natsort-7.1.1-2.el8.noarch.rpm 88 kB/s | 60 kB 00:00 2024-03-11T12:36:02.879 INFO:teuthology.orchestra.run.smithi173.stdout:(4/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 5.6 MB/s | 538 kB 00:00 2024-03-11T12:36:03.305 INFO:teuthology.orchestra.run.smithi173.stdout:(5/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 413 kB/s | 476 kB 00:01 2024-03-11T12:36:03.308 INFO:teuthology.orchestra.run.smithi173.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:36:03.308 INFO:teuthology.orchestra.run.smithi173.stdout:Total 5.0 MB/s | 6.0 MB 00:01 2024-03-11T12:36:03.313 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:36:03.313 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-11T12:36:03.313 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-cephadm-2:18.2.1-802.ge1b0c2aa.el8.noarch 2024-03-11T12:36:03.313 INFO:teuthology.orchestra.run.smithi164.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2024-03-11T12:36:03.314 INFO:teuthology.orchestra.run.smithi164.stdout: python3-babel-2.5.1-7.el8.noarch 2024-03-11T12:36:03.314 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jinja2-2.10.1-3.el8.noarch 2024-03-11T12:36:03.314 INFO:teuthology.orchestra.run.smithi164.stdout: python3-natsort-7.1.1-2.el8.noarch 2024-03-11T12:36:03.314 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:36:03.314 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-11T12:36:03.366 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction check 2024-03-11T12:36:03.378 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction check succeeded. 2024-03-11T12:36:03.378 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction test 2024-03-11T12:36:03.468 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction test succeeded. 2024-03-11T12:36:03.477 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction 2024-03-11T12:36:03.505 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph-fuse 2024-03-11T12:36:03.866 INFO:teuthology.orchestra.run.smithi164.stdout:Updating Subscription Management repositories. 2024-03-11T12:36:04.429 INFO:teuthology.orchestra.run.smithi173.stdout: Preparing : 1/1 2024-03-11T12:36:04.802 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 1/5 2024-03-11T12:36:05.092 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 2/5 2024-03-11T12:36:05.432 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 29 kB/s | 4.5 kB 00:00 2024-03-11T12:36:05.438 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 3/5 2024-03-11T12:36:05.741 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2024-03-11T12:36:05.965 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : ceph-mgr-cephadm-2:18.2.1-802.ge1b0c2aa.el8.noarch 5/5 2024-03-11T12:36:06.083 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 38 kB/s | 4.1 kB 00:00 2024-03-11T12:36:06.247 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.2.1-802.ge1b0c2aa.el8.noarch 5/5 2024-03-11T12:36:06.247 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : ceph-mgr-cephadm-2:18.2.1-802.ge1b0c2aa.el8.noarch 1/5 2024-03-11T12:36:06.247 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2024-03-11T12:36:06.247 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 3/5 2024-03-11T12:36:06.247 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 4/5 2024-03-11T12:36:08.429 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-11T12:36:08.430 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-11T12:36:08.430 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repository Size 2024-03-11T12:36:08.430 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-11T12:36:08.430 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-11T12:36:08.430 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-fuse 2024-03-11T12:36:08.430 INFO:teuthology.orchestra.run.smithi164.stdout: x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 853 k 2024-03-11T12:36:08.430 INFO:teuthology.orchestra.run.smithi164.stdout:Installing dependencies: 2024-03-11T12:36:08.430 INFO:teuthology.orchestra.run.smithi164.stdout: fuse x86_64 2.9.7-17.el8 rhel-8-for-x86_64-baseos-rpms 83 k 2024-03-11T12:36:08.430 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:36:08.430 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-11T12:36:08.430 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-11T12:36:08.431 INFO:teuthology.orchestra.run.smithi164.stdout:Install 2 Packages 2024-03-11T12:36:08.431 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:36:08.431 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 936 k 2024-03-11T12:36:08.431 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 3.0 M 2024-03-11T12:36:08.431 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-11T12:36:08.592 INFO:teuthology.orchestra.run.smithi164.stdout:(1/2): fuse-2.9.7-17.el8.x86_64.rpm 517 kB/s | 83 kB 00:00 2024-03-11T12:36:08.834 INFO:teuthology.orchestra.run.smithi164.stdout:(2/2): ceph-fuse-18.2.1-802.ge1b0c2aa.el8.x86_6 2.1 MB/s | 853 kB 00:00 2024-03-11T12:36:08.834 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:36:08.835 INFO:teuthology.orchestra.run.smithi164.stdout:Total 2.3 MB/s | 936 kB 00:00 2024-03-11T12:36:08.846 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-11T12:36:08.868 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-11T12:36:08.868 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-11T12:36:08.954 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-11T12:36:08.962 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-11T12:36:09.161 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-11T12:36:09.426 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : fuse-2.9.7-17.el8.x86_64 1/2 2024-03-11T12:36:09.635 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-fuse-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2/2 2024-03-11T12:36:10.016 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-fuse-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2/2 2024-03-11T12:36:10.016 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-fuse-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/2 2024-03-11T12:36:10.285 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 5/5 2024-03-11T12:36:10.285 INFO:teuthology.orchestra.run.smithi203.stdout:Installed products updated. 2024-03-11T12:36:10.848 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:36:10.848 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-03-11T12:36:10.849 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr-cephadm-2:18.2.1-802.ge1b0c2aa.el8.noarch 2024-03-11T12:36:10.849 INFO:teuthology.orchestra.run.smithi203.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2024-03-11T12:36:10.849 INFO:teuthology.orchestra.run.smithi203.stdout: python3-babel-2.5.1-7.el8.noarch 2024-03-11T12:36:10.849 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jinja2-2.10.1-3.el8.noarch 2024-03-11T12:36:10.849 INFO:teuthology.orchestra.run.smithi203.stdout: python3-natsort-7.1.1-2.el8.noarch 2024-03-11T12:36:10.849 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:36:10.849 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-03-11T12:36:11.021 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-fuse 2024-03-11T12:36:11.381 INFO:teuthology.orchestra.run.smithi203.stdout:Updating Subscription Management repositories. 2024-03-11T12:36:13.239 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 32 kB/s | 4.5 kB 00:00 2024-03-11T12:36:13.777 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 94 kB/s | 4.1 kB 00:00 2024-03-11T12:36:15.717 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 5/5 2024-03-11T12:36:15.718 INFO:teuthology.orchestra.run.smithi173.stdout:Installed products updated. 2024-03-11T12:36:16.018 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-03-11T12:36:16.019 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-03-11T12:36:16.019 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2024-03-11T12:36:16.019 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-03-11T12:36:16.019 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-03-11T12:36:16.019 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-fuse 2024-03-11T12:36:16.019 INFO:teuthology.orchestra.run.smithi203.stdout: x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 853 k 2024-03-11T12:36:16.019 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2024-03-11T12:36:16.019 INFO:teuthology.orchestra.run.smithi203.stdout: fuse x86_64 2.9.7-17.el8 rhel-8-for-x86_64-baseos-rpms 83 k 2024-03-11T12:36:16.020 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:36:16.020 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-03-11T12:36:16.020 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-03-11T12:36:16.020 INFO:teuthology.orchestra.run.smithi203.stdout:Install 2 Packages 2024-03-11T12:36:16.020 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:36:16.020 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 936 k 2024-03-11T12:36:16.020 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 3.0 M 2024-03-11T12:36:16.021 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-03-11T12:36:16.208 INFO:teuthology.orchestra.run.smithi203.stdout:(1/2): fuse-2.9.7-17.el8.x86_64.rpm 443 kB/s | 83 kB 00:00 2024-03-11T12:36:16.295 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:36:16.295 INFO:teuthology.orchestra.run.smithi173.stdout:Installed: 2024-03-11T12:36:16.295 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-mgr-cephadm-2:18.2.1-802.ge1b0c2aa.el8.noarch 2024-03-11T12:36:16.295 INFO:teuthology.orchestra.run.smithi173.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2024-03-11T12:36:16.295 INFO:teuthology.orchestra.run.smithi173.stdout: python3-babel-2.5.1-7.el8.noarch 2024-03-11T12:36:16.295 INFO:teuthology.orchestra.run.smithi173.stdout: python3-jinja2-2.10.1-3.el8.noarch 2024-03-11T12:36:16.296 INFO:teuthology.orchestra.run.smithi173.stdout: python3-natsort-7.1.1-2.el8.noarch 2024-03-11T12:36:16.296 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:36:16.296 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-03-11T12:36:16.425 INFO:teuthology.orchestra.run.smithi203.stdout:(2/2): ceph-fuse-18.2.1-802.ge1b0c2aa.el8.x86_6 2.1 MB/s | 853 kB 00:00 2024-03-11T12:36:16.426 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:36:16.426 INFO:teuthology.orchestra.run.smithi203.stdout:Total 2.3 MB/s | 936 kB 00:00 2024-03-11T12:36:16.438 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-03-11T12:36:16.460 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-03-11T12:36:16.460 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-03-11T12:36:16.483 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install ceph-fuse 2024-03-11T12:36:16.547 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-03-11T12:36:16.556 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-03-11T12:36:16.727 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-03-11T12:36:16.843 INFO:teuthology.orchestra.run.smithi173.stdout:Updating Subscription Management repositories. 2024-03-11T12:36:17.003 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : fuse-2.9.7-17.el8.x86_64 1/2 2024-03-11T12:36:17.162 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-fuse-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2/2 2024-03-11T12:36:17.542 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-fuse-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2/2 2024-03-11T12:36:17.542 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-fuse-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/2 2024-03-11T12:36:18.845 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 47 kB/s | 4.1 kB 00:00 2024-03-11T12:36:19.269 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 21 kB/s | 4.5 kB 00:00 2024-03-11T12:36:19.729 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 2/2 2024-03-11T12:36:19.729 INFO:teuthology.orchestra.run.smithi164.stdout:Installed products updated. 2024-03-11T12:36:20.303 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:36:20.303 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-11T12:36:20.303 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-fuse-2:18.2.1-802.ge1b0c2aa.el8.x86_64 fuse-2.9.7-17.el8.x86_64 2024-03-11T12:36:20.303 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:36:20.303 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-11T12:36:20.487 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph-volume 2024-03-11T12:36:20.849 INFO:teuthology.orchestra.run.smithi164.stdout:Updating Subscription Management repositories. 2024-03-11T12:36:21.680 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-03-11T12:36:21.681 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-03-11T12:36:21.681 INFO:teuthology.orchestra.run.smithi173.stdout: Package Arch Version Repository Size 2024-03-11T12:36:21.681 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-03-11T12:36:21.681 INFO:teuthology.orchestra.run.smithi173.stdout:Installing: 2024-03-11T12:36:21.681 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-fuse 2024-03-11T12:36:21.681 INFO:teuthology.orchestra.run.smithi173.stdout: x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 853 k 2024-03-11T12:36:21.681 INFO:teuthology.orchestra.run.smithi173.stdout:Installing dependencies: 2024-03-11T12:36:21.681 INFO:teuthology.orchestra.run.smithi173.stdout: fuse x86_64 2.9.7-17.el8 rhel-8-for-x86_64-baseos-rpms 83 k 2024-03-11T12:36:21.681 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:36:21.681 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction Summary 2024-03-11T12:36:21.681 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-03-11T12:36:21.681 INFO:teuthology.orchestra.run.smithi173.stdout:Install 2 Packages 2024-03-11T12:36:21.681 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:36:21.682 INFO:teuthology.orchestra.run.smithi173.stdout:Total download size: 936 k 2024-03-11T12:36:21.682 INFO:teuthology.orchestra.run.smithi173.stdout:Installed size: 3.0 M 2024-03-11T12:36:21.682 INFO:teuthology.orchestra.run.smithi173.stdout:Downloading Packages: 2024-03-11T12:36:21.849 INFO:teuthology.orchestra.run.smithi173.stdout:(1/2): fuse-2.9.7-17.el8.x86_64.rpm 498 kB/s | 83 kB 00:00 2024-03-11T12:36:21.966 INFO:teuthology.orchestra.run.smithi173.stdout:(2/2): ceph-fuse-18.2.1-802.ge1b0c2aa.el8.x86_6 2.9 MB/s | 853 kB 00:00 2024-03-11T12:36:21.966 INFO:teuthology.orchestra.run.smithi173.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:36:21.967 INFO:teuthology.orchestra.run.smithi173.stdout:Total 3.2 MB/s | 936 kB 00:00 2024-03-11T12:36:21.978 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction check 2024-03-11T12:36:22.000 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction check succeeded. 2024-03-11T12:36:22.000 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction test 2024-03-11T12:36:22.087 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction test succeeded. 2024-03-11T12:36:22.096 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction 2024-03-11T12:36:22.271 INFO:teuthology.orchestra.run.smithi173.stdout: Preparing : 1/1 2024-03-11T12:36:22.520 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : fuse-2.9.7-17.el8.x86_64 1/2 2024-03-11T12:36:22.704 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : ceph-fuse-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2/2 2024-03-11T12:36:22.790 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 32 kB/s | 4.5 kB 00:00 2024-03-11T12:36:23.097 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: ceph-fuse-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2/2 2024-03-11T12:36:23.097 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : ceph-fuse-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/2 2024-03-11T12:36:23.480 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 29 kB/s | 4.1 kB 00:00 2024-03-11T12:36:25.818 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-11T12:36:25.819 INFO:teuthology.orchestra.run.smithi164.stdout:======================================================================================================= 2024-03-11T12:36:25.819 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repository Size 2024-03-11T12:36:25.819 INFO:teuthology.orchestra.run.smithi164.stdout:======================================================================================================= 2024-03-11T12:36:25.819 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-11T12:36:25.819 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-volume noarch 2:18.2.1-802.ge1b0c2aa.el8 ceph-noarch 263 k 2024-03-11T12:36:25.819 INFO:teuthology.orchestra.run.smithi164.stdout:Installing dependencies: 2024-03-11T12:36:25.820 INFO:teuthology.orchestra.run.smithi164.stdout: python3-packaging noarch 16.8-9.el8 codeready-builder-for-rhel-8-x86_64-rpms 48 k 2024-03-11T12:36:25.820 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:36:25.820 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-11T12:36:25.820 INFO:teuthology.orchestra.run.smithi164.stdout:======================================================================================================= 2024-03-11T12:36:25.820 INFO:teuthology.orchestra.run.smithi164.stdout:Install 2 Packages 2024-03-11T12:36:25.820 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:36:25.820 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 311 k 2024-03-11T12:36:25.820 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 1.4 M 2024-03-11T12:36:25.821 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-11T12:36:25.990 INFO:teuthology.orchestra.run.smithi164.stdout:(1/2): python3-packaging-16.8-9.el8.noarch.rpm 285 kB/s | 48 kB 00:00 2024-03-11T12:36:26.031 INFO:teuthology.orchestra.run.smithi164.stdout:(2/2): ceph-volume-18.2.1-802.ge1b0c2aa.el8.noa 1.2 MB/s | 263 kB 00:00 2024-03-11T12:36:26.032 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:36:26.032 INFO:teuthology.orchestra.run.smithi164.stdout:Total 1.4 MB/s | 311 kB 00:00 2024-03-11T12:36:26.044 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-11T12:36:26.056 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-11T12:36:26.056 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-11T12:36:26.093 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-11T12:36:26.102 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-11T12:36:26.232 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-11T12:36:26.571 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-packaging-16.8-9.el8.noarch 1/2 2024-03-11T12:36:26.817 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-volume-2:18.2.1-802.ge1b0c2aa.el8.noarch 2/2 2024-03-11T12:36:27.221 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-volume-2:18.2.1-802.ge1b0c2aa.el8.noarch 2/2 2024-03-11T12:36:27.221 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-volume-2:18.2.1-802.ge1b0c2aa.el8.noarch 1/2 2024-03-11T12:36:27.498 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 2/2 2024-03-11T12:36:27.498 INFO:teuthology.orchestra.run.smithi203.stdout:Installed products updated. 2024-03-11T12:36:28.065 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:36:28.066 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-03-11T12:36:28.066 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-fuse-2:18.2.1-802.ge1b0c2aa.el8.x86_64 fuse-2.9.7-17.el8.x86_64 2024-03-11T12:36:28.066 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:36:28.066 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-03-11T12:36:28.229 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-volume 2024-03-11T12:36:28.591 INFO:teuthology.orchestra.run.smithi203.stdout:Updating Subscription Management repositories. 2024-03-11T12:36:30.309 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 32 kB/s | 4.5 kB 00:00 2024-03-11T12:36:30.911 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 43 kB/s | 4.1 kB 00:00 2024-03-11T12:36:33.251 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-03-11T12:36:33.252 INFO:teuthology.orchestra.run.smithi203.stdout:======================================================================================================= 2024-03-11T12:36:33.253 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2024-03-11T12:36:33.253 INFO:teuthology.orchestra.run.smithi203.stdout:======================================================================================================= 2024-03-11T12:36:33.253 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-03-11T12:36:33.253 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-volume noarch 2:18.2.1-802.ge1b0c2aa.el8 ceph-noarch 263 k 2024-03-11T12:36:33.253 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2024-03-11T12:36:33.254 INFO:teuthology.orchestra.run.smithi203.stdout: python3-packaging noarch 16.8-9.el8 codeready-builder-for-rhel-8-x86_64-rpms 48 k 2024-03-11T12:36:33.254 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:36:33.254 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-03-11T12:36:33.254 INFO:teuthology.orchestra.run.smithi203.stdout:======================================================================================================= 2024-03-11T12:36:33.254 INFO:teuthology.orchestra.run.smithi203.stdout:Install 2 Packages 2024-03-11T12:36:33.255 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:36:33.255 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 311 k 2024-03-11T12:36:33.255 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 1.4 M 2024-03-11T12:36:33.255 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-03-11T12:36:33.433 INFO:teuthology.orchestra.run.smithi203.stdout:(1/2): python3-packaging-16.8-9.el8.noarch.rpm 269 kB/s | 48 kB 00:00 2024-03-11T12:36:33.475 INFO:teuthology.orchestra.run.smithi203.stdout:(2/2): ceph-volume-18.2.1-802.ge1b0c2aa.el8.noa 1.2 MB/s | 263 kB 00:00 2024-03-11T12:36:33.475 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:36:33.476 INFO:teuthology.orchestra.run.smithi203.stdout:Total 1.4 MB/s | 311 kB 00:00 2024-03-11T12:36:33.488 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-03-11T12:36:33.500 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-03-11T12:36:33.500 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-03-11T12:36:33.537 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-03-11T12:36:33.546 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-03-11T12:36:33.700 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-03-11T12:36:34.008 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-packaging-16.8-9.el8.noarch 1/2 2024-03-11T12:36:34.460 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-volume-2:18.2.1-802.ge1b0c2aa.el8.noarch 2/2 2024-03-11T12:36:34.866 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-volume-2:18.2.1-802.ge1b0c2aa.el8.noarch 2/2 2024-03-11T12:36:34.866 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-volume-2:18.2.1-802.ge1b0c2aa.el8.noarch 1/2 2024-03-11T12:36:36.714 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 2/2 2024-03-11T12:36:36.714 INFO:teuthology.orchestra.run.smithi173.stdout:Installed products updated. 2024-03-11T12:36:37.259 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:36:37.259 INFO:teuthology.orchestra.run.smithi173.stdout:Installed: 2024-03-11T12:36:37.259 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-fuse-2:18.2.1-802.ge1b0c2aa.el8.x86_64 fuse-2.9.7-17.el8.x86_64 2024-03-11T12:36:37.259 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:36:37.260 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-03-11T12:36:37.431 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install ceph-volume 2024-03-11T12:36:37.792 INFO:teuthology.orchestra.run.smithi173.stdout:Updating Subscription Management repositories. 2024-03-11T12:36:38.849 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-packaging-16.8-9.el8.noarch 2/2 2024-03-11T12:36:38.849 INFO:teuthology.orchestra.run.smithi164.stdout:Installed products updated. 2024-03-11T12:36:39.409 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:36:39.409 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-11T12:36:39.409 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-volume-2:18.2.1-802.ge1b0c2aa.el8.noarch 2024-03-11T12:36:39.409 INFO:teuthology.orchestra.run.smithi164.stdout: python3-packaging-16.8-9.el8.noarch 2024-03-11T12:36:39.409 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:36:39.410 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-11T12:36:39.560 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 33 kB/s | 4.1 kB 00:00 2024-03-11T12:36:39.590 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install librados-devel 2024-03-11T12:36:39.888 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 36 kB/s | 4.5 kB 00:00 2024-03-11T12:36:39.953 INFO:teuthology.orchestra.run.smithi164.stdout:Updating Subscription Management repositories. 2024-03-11T12:36:41.773 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 41 kB/s | 4.5 kB 00:00 2024-03-11T12:36:42.196 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-03-11T12:36:42.196 INFO:teuthology.orchestra.run.smithi173.stdout:======================================================================================================= 2024-03-11T12:36:42.196 INFO:teuthology.orchestra.run.smithi173.stdout: Package Arch Version Repository Size 2024-03-11T12:36:42.197 INFO:teuthology.orchestra.run.smithi173.stdout:======================================================================================================= 2024-03-11T12:36:42.197 INFO:teuthology.orchestra.run.smithi173.stdout:Installing: 2024-03-11T12:36:42.197 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-volume noarch 2:18.2.1-802.ge1b0c2aa.el8 ceph-noarch 263 k 2024-03-11T12:36:42.197 INFO:teuthology.orchestra.run.smithi173.stdout:Installing dependencies: 2024-03-11T12:36:42.197 INFO:teuthology.orchestra.run.smithi173.stdout: python3-packaging noarch 16.8-9.el8 codeready-builder-for-rhel-8-x86_64-rpms 48 k 2024-03-11T12:36:42.197 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:36:42.197 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction Summary 2024-03-11T12:36:42.197 INFO:teuthology.orchestra.run.smithi173.stdout:======================================================================================================= 2024-03-11T12:36:42.197 INFO:teuthology.orchestra.run.smithi173.stdout:Install 2 Packages 2024-03-11T12:36:42.197 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:36:42.198 INFO:teuthology.orchestra.run.smithi173.stdout:Total download size: 311 k 2024-03-11T12:36:42.198 INFO:teuthology.orchestra.run.smithi173.stdout:Installed size: 1.4 M 2024-03-11T12:36:42.198 INFO:teuthology.orchestra.run.smithi173.stdout:Downloading Packages: 2024-03-11T12:36:42.354 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 83 kB/s | 4.1 kB 00:00 2024-03-11T12:36:42.429 INFO:teuthology.orchestra.run.smithi173.stdout:(1/2): python3-packaging-16.8-9.el8.noarch.rpm 209 kB/s | 48 kB 00:00 2024-03-11T12:36:42.787 INFO:teuthology.orchestra.run.smithi173.stdout:(2/2): ceph-volume-18.2.1-802.ge1b0c2aa.el8.noa 446 kB/s | 263 kB 00:00 2024-03-11T12:36:42.788 INFO:teuthology.orchestra.run.smithi173.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:36:42.788 INFO:teuthology.orchestra.run.smithi173.stdout:Total 526 kB/s | 311 kB 00:00 2024-03-11T12:36:42.800 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction check 2024-03-11T12:36:42.812 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction check succeeded. 2024-03-11T12:36:42.812 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction test 2024-03-11T12:36:42.850 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction test succeeded. 2024-03-11T12:36:42.859 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction 2024-03-11T12:36:42.991 INFO:teuthology.orchestra.run.smithi173.stdout: Preparing : 1/1 2024-03-11T12:36:43.323 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : python3-packaging-16.8-9.el8.noarch 1/2 2024-03-11T12:36:43.635 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : ceph-volume-2:18.2.1-802.ge1b0c2aa.el8.noarch 2/2 2024-03-11T12:36:44.071 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: ceph-volume-2:18.2.1-802.ge1b0c2aa.el8.noarch 2/2 2024-03-11T12:36:44.071 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : ceph-volume-2:18.2.1-802.ge1b0c2aa.el8.noarch 1/2 2024-03-11T12:36:44.694 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-11T12:36:44.695 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-11T12:36:44.695 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repo Size 2024-03-11T12:36:44.695 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-11T12:36:44.695 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-11T12:36:44.695 INFO:teuthology.orchestra.run.smithi164.stdout: librados-devel x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 139 k 2024-03-11T12:36:44.695 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:36:44.695 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-11T12:36:44.696 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-11T12:36:44.696 INFO:teuthology.orchestra.run.smithi164.stdout:Install 1 Package 2024-03-11T12:36:44.696 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:36:44.696 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 139 k 2024-03-11T12:36:44.696 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 513 k 2024-03-11T12:36:44.696 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-11T12:36:44.909 INFO:teuthology.orchestra.run.smithi164.stdout:librados-devel-18.2.1-802.ge1b0c2aa.el8.x86_64. 653 kB/s | 139 kB 00:00 2024-03-11T12:36:44.910 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:36:44.910 INFO:teuthology.orchestra.run.smithi164.stdout:Total 649 kB/s | 139 kB 00:00 2024-03-11T12:36:44.911 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-11T12:36:44.916 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-11T12:36:44.916 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-11T12:36:44.973 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-11T12:36:44.981 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-11T12:36:45.106 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-11T12:36:45.287 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : librados-devel-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/1 2024-03-11T12:36:45.565 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: librados-devel-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/1 2024-03-11T12:36:46.088 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-packaging-16.8-9.el8.noarch 2/2 2024-03-11T12:36:46.088 INFO:teuthology.orchestra.run.smithi203.stdout:Installed products updated. 2024-03-11T12:36:46.644 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:36:46.644 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-03-11T12:36:46.644 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-volume-2:18.2.1-802.ge1b0c2aa.el8.noarch 2024-03-11T12:36:46.644 INFO:teuthology.orchestra.run.smithi203.stdout: python3-packaging-16.8-9.el8.noarch 2024-03-11T12:36:46.644 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:36:46.644 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-03-11T12:36:46.808 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install librados-devel 2024-03-11T12:36:47.174 INFO:teuthology.orchestra.run.smithi203.stdout:Updating Subscription Management repositories. 2024-03-11T12:36:49.169 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 33 kB/s | 4.5 kB 00:00 2024-03-11T12:36:49.804 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 28 kB/s | 4.1 kB 00:00 2024-03-11T12:36:52.063 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : python3-packaging-16.8-9.el8.noarch 2/2 2024-03-11T12:36:52.063 INFO:teuthology.orchestra.run.smithi173.stdout:Installed products updated. 2024-03-11T12:36:52.157 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-03-11T12:36:52.157 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-03-11T12:36:52.158 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repo Size 2024-03-11T12:36:52.158 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-03-11T12:36:52.158 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-03-11T12:36:52.158 INFO:teuthology.orchestra.run.smithi203.stdout: librados-devel x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 139 k 2024-03-11T12:36:52.158 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:36:52.158 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-03-11T12:36:52.158 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-03-11T12:36:52.158 INFO:teuthology.orchestra.run.smithi203.stdout:Install 1 Package 2024-03-11T12:36:52.158 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:36:52.159 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 139 k 2024-03-11T12:36:52.159 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 513 k 2024-03-11T12:36:52.159 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-03-11T12:36:52.449 INFO:teuthology.orchestra.run.smithi203.stdout:librados-devel-18.2.1-802.ge1b0c2aa.el8.x86_64. 479 kB/s | 139 kB 00:00 2024-03-11T12:36:52.450 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:36:52.450 INFO:teuthology.orchestra.run.smithi203.stdout:Total 477 kB/s | 139 kB 00:00 2024-03-11T12:36:52.451 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-03-11T12:36:52.456 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-03-11T12:36:52.456 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-03-11T12:36:52.512 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-03-11T12:36:52.520 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-03-11T12:36:52.605 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:36:52.606 INFO:teuthology.orchestra.run.smithi173.stdout:Installed: 2024-03-11T12:36:52.606 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-volume-2:18.2.1-802.ge1b0c2aa.el8.noarch 2024-03-11T12:36:52.606 INFO:teuthology.orchestra.run.smithi173.stdout: python3-packaging-16.8-9.el8.noarch 2024-03-11T12:36:52.606 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:36:52.606 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-03-11T12:36:52.662 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-03-11T12:36:52.768 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install librados-devel 2024-03-11T12:36:52.863 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : librados-devel-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/1 2024-03-11T12:36:53.128 INFO:teuthology.orchestra.run.smithi173.stdout:Updating Subscription Management repositories. 2024-03-11T12:36:53.168 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: librados-devel-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/1 2024-03-11T12:36:55.046 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 40 kB/s | 4.1 kB 00:00 2024-03-11T12:36:55.401 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 30 kB/s | 4.5 kB 00:00 2024-03-11T12:36:57.388 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : librados-devel-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/1 2024-03-11T12:36:57.388 INFO:teuthology.orchestra.run.smithi164.stdout:Installed products updated. 2024-03-11T12:36:57.722 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-03-11T12:36:57.723 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-03-11T12:36:57.723 INFO:teuthology.orchestra.run.smithi173.stdout: Package Arch Version Repo Size 2024-03-11T12:36:57.723 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-03-11T12:36:57.723 INFO:teuthology.orchestra.run.smithi173.stdout:Installing: 2024-03-11T12:36:57.723 INFO:teuthology.orchestra.run.smithi173.stdout: librados-devel x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 139 k 2024-03-11T12:36:57.723 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:36:57.723 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction Summary 2024-03-11T12:36:57.723 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-03-11T12:36:57.723 INFO:teuthology.orchestra.run.smithi173.stdout:Install 1 Package 2024-03-11T12:36:57.723 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:36:57.724 INFO:teuthology.orchestra.run.smithi173.stdout:Total download size: 139 k 2024-03-11T12:36:57.724 INFO:teuthology.orchestra.run.smithi173.stdout:Installed size: 513 k 2024-03-11T12:36:57.724 INFO:teuthology.orchestra.run.smithi173.stdout:Downloading Packages: 2024-03-11T12:36:57.947 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:36:57.947 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-11T12:36:57.947 INFO:teuthology.orchestra.run.smithi164.stdout: librados-devel-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:36:57.947 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:36:57.947 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-11T12:36:58.010 INFO:teuthology.orchestra.run.smithi173.stdout:librados-devel-18.2.1-802.ge1b0c2aa.el8.x86_64. 486 kB/s | 139 kB 00:00 2024-03-11T12:36:58.011 INFO:teuthology.orchestra.run.smithi173.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:36:58.011 INFO:teuthology.orchestra.run.smithi173.stdout:Total 484 kB/s | 139 kB 00:00 2024-03-11T12:36:58.011 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction check 2024-03-11T12:36:58.017 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction check succeeded. 2024-03-11T12:36:58.017 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction test 2024-03-11T12:36:58.074 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction test succeeded. 2024-03-11T12:36:58.082 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction 2024-03-11T12:36:58.118 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install libcephfs2 2024-03-11T12:36:58.242 INFO:teuthology.orchestra.run.smithi173.stdout: Preparing : 1/1 2024-03-11T12:36:58.447 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : librados-devel-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/1 2024-03-11T12:36:58.481 INFO:teuthology.orchestra.run.smithi164.stdout:Updating Subscription Management repositories. 2024-03-11T12:36:58.698 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: librados-devel-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/1 2024-03-11T12:37:00.324 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 60 kB/s | 4.5 kB 00:00 2024-03-11T12:37:01.034 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 24 kB/s | 4.1 kB 00:00 2024-03-11T12:37:03.107 INFO:teuthology.orchestra.run.smithi164.stdout:Package libcephfs2-2:18.2.1-802.ge1b0c2aa.el8.x86_64 is already installed. 2024-03-11T12:37:03.288 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-11T12:37:03.290 INFO:teuthology.orchestra.run.smithi164.stdout:Nothing to do. 2024-03-11T12:37:03.290 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-11T12:37:03.453 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install libcephfs-devel 2024-03-11T12:37:03.813 INFO:teuthology.orchestra.run.smithi164.stdout:Updating Subscription Management repositories. 2024-03-11T12:37:05.727 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 35 kB/s | 4.5 kB 00:00 2024-03-11T12:37:06.022 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : librados-devel-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/1 2024-03-11T12:37:06.022 INFO:teuthology.orchestra.run.smithi203.stdout:Installed products updated. 2024-03-11T12:37:06.424 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 26 kB/s | 4.1 kB 00:00 2024-03-11T12:37:06.588 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:37:06.588 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-03-11T12:37:06.588 INFO:teuthology.orchestra.run.smithi203.stdout: librados-devel-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:37:06.588 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:37:06.588 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-03-11T12:37:06.753 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install libcephfs2 2024-03-11T12:37:07.116 INFO:teuthology.orchestra.run.smithi203.stdout:Updating Subscription Management repositories. 2024-03-11T12:37:08.675 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-11T12:37:08.675 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-11T12:37:08.675 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repo Size 2024-03-11T12:37:08.675 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-11T12:37:08.676 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-11T12:37:08.676 INFO:teuthology.orchestra.run.smithi164.stdout: libcephfs-devel x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 31 k 2024-03-11T12:37:08.676 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:37:08.676 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-11T12:37:08.676 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-11T12:37:08.676 INFO:teuthology.orchestra.run.smithi164.stdout:Install 1 Package 2024-03-11T12:37:08.676 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:37:08.676 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 31 k 2024-03-11T12:37:08.677 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 139 k 2024-03-11T12:37:08.677 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-11T12:37:08.907 INFO:teuthology.orchestra.run.smithi164.stdout:libcephfs-devel-18.2.1-802.ge1b0c2aa.el8.x86_64 134 kB/s | 31 kB 00:00 2024-03-11T12:37:08.908 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:37:08.908 INFO:teuthology.orchestra.run.smithi164.stdout:Total 133 kB/s | 31 kB 00:00 2024-03-11T12:37:08.908 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-11T12:37:08.912 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-11T12:37:08.912 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-11T12:37:08.924 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-11T12:37:08.933 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-11T12:37:08.996 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-11T12:37:09.095 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 26 kB/s | 4.5 kB 00:00 2024-03-11T12:37:09.182 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : libcephfs-devel-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/1 2024-03-11T12:37:09.430 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: libcephfs-devel-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/1 2024-03-11T12:37:09.758 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 31 kB/s | 4.1 kB 00:00 2024-03-11T12:37:09.882 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : librados-devel-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/1 2024-03-11T12:37:09.882 INFO:teuthology.orchestra.run.smithi173.stdout:Installed products updated. 2024-03-11T12:37:10.460 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:37:10.461 INFO:teuthology.orchestra.run.smithi173.stdout:Installed: 2024-03-11T12:37:10.461 INFO:teuthology.orchestra.run.smithi173.stdout: librados-devel-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:37:10.461 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:37:10.461 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-03-11T12:37:10.634 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install libcephfs2 2024-03-11T12:37:10.993 INFO:teuthology.orchestra.run.smithi173.stdout:Updating Subscription Management repositories. 2024-03-11T12:37:11.833 INFO:teuthology.orchestra.run.smithi203.stdout:Package libcephfs2-2:18.2.1-802.ge1b0c2aa.el8.x86_64 is already installed. 2024-03-11T12:37:12.021 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-03-11T12:37:12.022 INFO:teuthology.orchestra.run.smithi203.stdout:Nothing to do. 2024-03-11T12:37:12.022 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-03-11T12:37:12.180 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install libcephfs-devel 2024-03-11T12:37:12.539 INFO:teuthology.orchestra.run.smithi203.stdout:Updating Subscription Management repositories. 2024-03-11T12:37:12.833 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 34 kB/s | 4.1 kB 00:00 2024-03-11T12:37:13.185 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 31 kB/s | 4.5 kB 00:00 2024-03-11T12:37:14.061 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 37 kB/s | 4.5 kB 00:00 2024-03-11T12:37:14.684 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 31 kB/s | 4.1 kB 00:00 2024-03-11T12:37:15.320 INFO:teuthology.orchestra.run.smithi173.stdout:Package libcephfs2-2:18.2.1-802.ge1b0c2aa.el8.x86_64 is already installed. 2024-03-11T12:37:15.502 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-03-11T12:37:15.503 INFO:teuthology.orchestra.run.smithi173.stdout:Nothing to do. 2024-03-11T12:37:15.503 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-03-11T12:37:15.669 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install libcephfs-devel 2024-03-11T12:37:16.025 INFO:teuthology.orchestra.run.smithi173.stdout:Updating Subscription Management repositories. 2024-03-11T12:37:16.932 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-03-11T12:37:16.933 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-03-11T12:37:16.933 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repo Size 2024-03-11T12:37:16.933 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-03-11T12:37:16.933 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-03-11T12:37:16.933 INFO:teuthology.orchestra.run.smithi203.stdout: libcephfs-devel x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 31 k 2024-03-11T12:37:16.933 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:37:16.933 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-03-11T12:37:16.933 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-03-11T12:37:16.933 INFO:teuthology.orchestra.run.smithi203.stdout:Install 1 Package 2024-03-11T12:37:16.934 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:37:16.934 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 31 k 2024-03-11T12:37:16.934 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 139 k 2024-03-11T12:37:16.934 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-03-11T12:37:17.080 INFO:teuthology.orchestra.run.smithi203.stdout:libcephfs-devel-18.2.1-802.ge1b0c2aa.el8.x86_64 211 kB/s | 31 kB 00:00 2024-03-11T12:37:17.081 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:37:17.081 INFO:teuthology.orchestra.run.smithi203.stdout:Total 210 kB/s | 31 kB 00:00 2024-03-11T12:37:17.081 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-03-11T12:37:17.085 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-03-11T12:37:17.085 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-03-11T12:37:17.097 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-03-11T12:37:17.105 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-03-11T12:37:17.161 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-03-11T12:37:17.417 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : libcephfs-devel-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/1 2024-03-11T12:37:17.679 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: libcephfs-devel-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/1 2024-03-11T12:37:17.814 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 27 kB/s | 4.1 kB 00:00 2024-03-11T12:37:18.189 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 27 kB/s | 4.5 kB 00:00 2024-03-11T12:37:20.564 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-03-11T12:37:20.565 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-03-11T12:37:20.565 INFO:teuthology.orchestra.run.smithi173.stdout: Package Arch Version Repo Size 2024-03-11T12:37:20.565 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-03-11T12:37:20.565 INFO:teuthology.orchestra.run.smithi173.stdout:Installing: 2024-03-11T12:37:20.565 INFO:teuthology.orchestra.run.smithi173.stdout: libcephfs-devel x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 31 k 2024-03-11T12:37:20.565 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:37:20.565 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction Summary 2024-03-11T12:37:20.565 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-03-11T12:37:20.565 INFO:teuthology.orchestra.run.smithi173.stdout:Install 1 Package 2024-03-11T12:37:20.565 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:37:20.566 INFO:teuthology.orchestra.run.smithi173.stdout:Total download size: 31 k 2024-03-11T12:37:20.566 INFO:teuthology.orchestra.run.smithi173.stdout:Installed size: 139 k 2024-03-11T12:37:20.566 INFO:teuthology.orchestra.run.smithi173.stdout:Downloading Packages: 2024-03-11T12:37:20.796 INFO:teuthology.orchestra.run.smithi173.stdout:libcephfs-devel-18.2.1-802.ge1b0c2aa.el8.x86_64 134 kB/s | 31 kB 00:00 2024-03-11T12:37:20.797 INFO:teuthology.orchestra.run.smithi173.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:37:20.797 INFO:teuthology.orchestra.run.smithi173.stdout:Total 133 kB/s | 31 kB 00:00 2024-03-11T12:37:20.797 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction check 2024-03-11T12:37:20.801 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction check succeeded. 2024-03-11T12:37:20.801 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction test 2024-03-11T12:37:20.813 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction test succeeded. 2024-03-11T12:37:20.821 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction 2024-03-11T12:37:20.921 INFO:teuthology.orchestra.run.smithi173.stdout: Preparing : 1/1 2024-03-11T12:37:21.040 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : libcephfs-devel-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/1 2024-03-11T12:37:21.040 INFO:teuthology.orchestra.run.smithi164.stdout:Installed products updated. 2024-03-11T12:37:21.112 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : libcephfs-devel-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/1 2024-03-11T12:37:21.374 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: libcephfs-devel-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/1 2024-03-11T12:37:21.634 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:37:21.634 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-11T12:37:21.634 INFO:teuthology.orchestra.run.smithi164.stdout: libcephfs-devel-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:37:21.634 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:37:21.634 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-11T12:37:21.810 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install librados2 2024-03-11T12:37:22.168 INFO:teuthology.orchestra.run.smithi164.stdout:Updating Subscription Management repositories. 2024-03-11T12:37:23.943 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 36 kB/s | 4.5 kB 00:00 2024-03-11T12:37:24.625 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 27 kB/s | 4.1 kB 00:00 2024-03-11T12:37:26.670 INFO:teuthology.orchestra.run.smithi164.stdout:Package librados2-2:18.2.1-802.ge1b0c2aa.el8.x86_64 is already installed. 2024-03-11T12:37:26.859 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-11T12:37:26.861 INFO:teuthology.orchestra.run.smithi164.stdout:Nothing to do. 2024-03-11T12:37:26.861 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-11T12:37:27.010 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install librbd1 2024-03-11T12:37:27.367 INFO:teuthology.orchestra.run.smithi164.stdout:Updating Subscription Management repositories. 2024-03-11T12:37:28.960 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 42 kB/s | 4.5 kB 00:00 2024-03-11T12:37:29.663 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 28 kB/s | 4.1 kB 00:00 2024-03-11T12:37:29.896 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libcephfs-devel-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/1 2024-03-11T12:37:29.896 INFO:teuthology.orchestra.run.smithi203.stdout:Installed products updated. 2024-03-11T12:37:30.447 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:37:30.447 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-03-11T12:37:30.447 INFO:teuthology.orchestra.run.smithi203.stdout: libcephfs-devel-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:37:30.447 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:37:30.448 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-03-11T12:37:30.612 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install librados2 2024-03-11T12:37:30.971 INFO:teuthology.orchestra.run.smithi203.stdout:Updating Subscription Management repositories. 2024-03-11T12:37:31.731 INFO:teuthology.orchestra.run.smithi164.stdout:Package librbd1-2:18.2.1-802.ge1b0c2aa.el8.x86_64 is already installed. 2024-03-11T12:37:31.920 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-11T12:37:31.921 INFO:teuthology.orchestra.run.smithi164.stdout:Nothing to do. 2024-03-11T12:37:31.921 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-11T12:37:32.071 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install python3-rados 2024-03-11T12:37:32.430 INFO:teuthology.orchestra.run.smithi164.stdout:Updating Subscription Management repositories. 2024-03-11T12:37:32.764 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 29 kB/s | 4.5 kB 00:00 2024-03-11T12:37:33.399 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 37 kB/s | 4.1 kB 00:00 2024-03-11T12:37:33.465 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : libcephfs-devel-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/1 2024-03-11T12:37:33.465 INFO:teuthology.orchestra.run.smithi173.stdout:Installed products updated. 2024-03-11T12:37:34.029 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:37:34.029 INFO:teuthology.orchestra.run.smithi173.stdout:Installed: 2024-03-11T12:37:34.029 INFO:teuthology.orchestra.run.smithi173.stdout: libcephfs-devel-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:37:34.029 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:37:34.029 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-03-11T12:37:34.131 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 40 kB/s | 4.5 kB 00:00 2024-03-11T12:37:34.203 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install librados2 2024-03-11T12:37:34.561 INFO:teuthology.orchestra.run.smithi173.stdout:Updating Subscription Management repositories. 2024-03-11T12:37:34.823 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 25 kB/s | 4.1 kB 00:00 2024-03-11T12:37:35.474 INFO:teuthology.orchestra.run.smithi203.stdout:Package librados2-2:18.2.1-802.ge1b0c2aa.el8.x86_64 is already installed. 2024-03-11T12:37:35.657 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-03-11T12:37:35.658 INFO:teuthology.orchestra.run.smithi203.stdout:Nothing to do. 2024-03-11T12:37:35.658 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-03-11T12:37:35.811 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install librbd1 2024-03-11T12:37:36.170 INFO:teuthology.orchestra.run.smithi203.stdout:Updating Subscription Management repositories. 2024-03-11T12:37:36.491 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 27 kB/s | 4.1 kB 00:00 2024-03-11T12:37:36.828 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 35 kB/s | 4.5 kB 00:00 2024-03-11T12:37:36.980 INFO:teuthology.orchestra.run.smithi164.stdout:Package python3-rados-2:18.2.1-802.ge1b0c2aa.el8.x86_64 is already installed. 2024-03-11T12:37:37.163 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-11T12:37:37.164 INFO:teuthology.orchestra.run.smithi164.stdout:Nothing to do. 2024-03-11T12:37:37.164 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-11T12:37:37.328 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install python3-rgw 2024-03-11T12:37:37.690 INFO:teuthology.orchestra.run.smithi164.stdout:Updating Subscription Management repositories. 2024-03-11T12:37:37.780 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 46 kB/s | 4.5 kB 00:00 2024-03-11T12:37:38.378 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 43 kB/s | 4.1 kB 00:00 2024-03-11T12:37:38.963 INFO:teuthology.orchestra.run.smithi173.stdout:Package librados2-2:18.2.1-802.ge1b0c2aa.el8.x86_64 is already installed. 2024-03-11T12:37:39.151 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-03-11T12:37:39.153 INFO:teuthology.orchestra.run.smithi173.stdout:Nothing to do. 2024-03-11T12:37:39.153 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-03-11T12:37:39.318 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install librbd1 2024-03-11T12:37:39.374 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 81 kB/s | 4.5 kB 00:00 2024-03-11T12:37:39.675 INFO:teuthology.orchestra.run.smithi173.stdout:Updating Subscription Management repositories. 2024-03-11T12:37:40.074 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 25 kB/s | 4.1 kB 00:00 2024-03-11T12:37:40.554 INFO:teuthology.orchestra.run.smithi203.stdout:Package librbd1-2:18.2.1-802.ge1b0c2aa.el8.x86_64 is already installed. 2024-03-11T12:37:40.735 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-03-11T12:37:40.736 INFO:teuthology.orchestra.run.smithi203.stdout:Nothing to do. 2024-03-11T12:37:40.736 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-03-11T12:37:40.881 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install python3-rados 2024-03-11T12:37:41.241 INFO:teuthology.orchestra.run.smithi203.stdout:Updating Subscription Management repositories. 2024-03-11T12:37:41.526 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 32 kB/s | 4.1 kB 00:00 2024-03-11T12:37:41.878 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 31 kB/s | 4.5 kB 00:00 2024-03-11T12:37:42.214 INFO:teuthology.orchestra.run.smithi164.stdout:Package python3-rgw-2:18.2.1-802.ge1b0c2aa.el8.x86_64 is already installed. 2024-03-11T12:37:42.399 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-11T12:37:42.400 INFO:teuthology.orchestra.run.smithi164.stdout:Nothing to do. 2024-03-11T12:37:42.400 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-11T12:37:42.554 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install python3-cephfs 2024-03-11T12:37:42.916 INFO:teuthology.orchestra.run.smithi164.stdout:Updating Subscription Management repositories. 2024-03-11T12:37:43.043 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 34 kB/s | 4.5 kB 00:00 2024-03-11T12:37:43.694 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 27 kB/s | 4.1 kB 00:00 2024-03-11T12:37:44.009 INFO:teuthology.orchestra.run.smithi173.stdout:Package librbd1-2:18.2.1-802.ge1b0c2aa.el8.x86_64 is already installed. 2024-03-11T12:37:44.194 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-03-11T12:37:44.195 INFO:teuthology.orchestra.run.smithi173.stdout:Nothing to do. 2024-03-11T12:37:44.195 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-03-11T12:37:44.368 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install python3-rados 2024-03-11T12:37:44.724 INFO:teuthology.orchestra.run.smithi173.stdout:Updating Subscription Management repositories. 2024-03-11T12:37:44.946 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 23 kB/s | 4.5 kB 00:00 2024-03-11T12:37:45.604 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 32 kB/s | 4.1 kB 00:00 2024-03-11T12:37:45.768 INFO:teuthology.orchestra.run.smithi203.stdout:Package python3-rados-2:18.2.1-802.ge1b0c2aa.el8.x86_64 is already installed. 2024-03-11T12:37:45.950 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-03-11T12:37:45.951 INFO:teuthology.orchestra.run.smithi203.stdout:Nothing to do. 2024-03-11T12:37:45.951 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-03-11T12:37:46.107 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install python3-rgw 2024-03-11T12:37:46.467 INFO:teuthology.orchestra.run.smithi203.stdout:Updating Subscription Management repositories. 2024-03-11T12:37:46.653 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 30 kB/s | 4.1 kB 00:00 2024-03-11T12:37:47.041 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 25 kB/s | 4.5 kB 00:00 2024-03-11T12:37:47.662 INFO:teuthology.orchestra.run.smithi164.stdout:Package python3-cephfs-2:18.2.1-802.ge1b0c2aa.el8.x86_64 is already installed. 2024-03-11T12:37:47.846 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-11T12:37:47.847 INFO:teuthology.orchestra.run.smithi164.stdout:Nothing to do. 2024-03-11T12:37:47.847 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-11T12:37:48.007 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install python3-rbd 2024-03-11T12:37:48.273 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 40 kB/s | 4.5 kB 00:00 2024-03-11T12:37:48.366 INFO:teuthology.orchestra.run.smithi164.stdout:Updating Subscription Management repositories. 2024-03-11T12:37:48.848 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 51 kB/s | 4.1 kB 00:00 2024-03-11T12:37:49.153 INFO:teuthology.orchestra.run.smithi173.stdout:Package python3-rados-2:18.2.1-802.ge1b0c2aa.el8.x86_64 is already installed. 2024-03-11T12:37:49.334 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-03-11T12:37:49.335 INFO:teuthology.orchestra.run.smithi173.stdout:Nothing to do. 2024-03-11T12:37:49.335 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-03-11T12:37:49.489 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install python3-rgw 2024-03-11T12:37:49.848 INFO:teuthology.orchestra.run.smithi173.stdout:Updating Subscription Management repositories. 2024-03-11T12:37:50.186 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 42 kB/s | 4.5 kB 00:00 2024-03-11T12:37:50.913 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 21 kB/s | 4.1 kB 00:00 2024-03-11T12:37:50.936 INFO:teuthology.orchestra.run.smithi203.stdout:Package python3-rgw-2:18.2.1-802.ge1b0c2aa.el8.x86_64 is already installed. 2024-03-11T12:37:51.121 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-03-11T12:37:51.122 INFO:teuthology.orchestra.run.smithi203.stdout:Nothing to do. 2024-03-11T12:37:51.123 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-03-11T12:37:51.273 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install python3-cephfs 2024-03-11T12:37:51.633 INFO:teuthology.orchestra.run.smithi203.stdout:Updating Subscription Management repositories. 2024-03-11T12:37:51.727 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 59 kB/s | 4.1 kB 00:00 2024-03-11T12:37:52.097 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 28 kB/s | 4.5 kB 00:00 2024-03-11T12:37:53.059 INFO:teuthology.orchestra.run.smithi164.stdout:Package python3-rbd-2:18.2.1-802.ge1b0c2aa.el8.x86_64 is already installed. 2024-03-11T12:37:53.246 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-11T12:37:53.247 INFO:teuthology.orchestra.run.smithi164.stdout:Nothing to do. 2024-03-11T12:37:53.247 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-11T12:37:53.410 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install rbd-fuse 2024-03-11T12:37:53.462 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 31 kB/s | 4.5 kB 00:00 2024-03-11T12:37:53.769 INFO:teuthology.orchestra.run.smithi164.stdout:Updating Subscription Management repositories. 2024-03-11T12:37:54.116 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 34 kB/s | 4.1 kB 00:00 2024-03-11T12:37:54.223 INFO:teuthology.orchestra.run.smithi173.stdout:Package python3-rgw-2:18.2.1-802.ge1b0c2aa.el8.x86_64 is already installed. 2024-03-11T12:37:54.404 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-03-11T12:37:54.405 INFO:teuthology.orchestra.run.smithi173.stdout:Nothing to do. 2024-03-11T12:37:54.405 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-03-11T12:37:54.573 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install python3-cephfs 2024-03-11T12:37:54.932 INFO:teuthology.orchestra.run.smithi173.stdout:Updating Subscription Management repositories. 2024-03-11T12:37:55.654 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 42 kB/s | 4.5 kB 00:00 2024-03-11T12:37:56.292 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 39 kB/s | 4.1 kB 00:00 2024-03-11T12:37:56.313 INFO:teuthology.orchestra.run.smithi203.stdout:Package python3-cephfs-2:18.2.1-802.ge1b0c2aa.el8.x86_64 is already installed. 2024-03-11T12:37:56.496 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-03-11T12:37:56.497 INFO:teuthology.orchestra.run.smithi203.stdout:Nothing to do. 2024-03-11T12:37:56.497 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-03-11T12:37:56.639 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install python3-rbd 2024-03-11T12:37:56.828 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 22 kB/s | 4.1 kB 00:00 2024-03-11T12:37:56.998 INFO:teuthology.orchestra.run.smithi203.stdout:Updating Subscription Management repositories. 2024-03-11T12:37:57.185 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 30 kB/s | 4.5 kB 00:00 2024-03-11T12:37:58.532 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-11T12:37:58.533 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-11T12:37:58.533 INFO:teuthology.orchestra.run.smithi164.stdout: Package Architecture Version Repository Size 2024-03-11T12:37:58.533 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-11T12:37:58.533 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-11T12:37:58.533 INFO:teuthology.orchestra.run.smithi164.stdout: rbd-fuse x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 95 k 2024-03-11T12:37:58.533 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:37:58.533 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-11T12:37:58.533 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-11T12:37:58.533 INFO:teuthology.orchestra.run.smithi164.stdout:Install 1 Package 2024-03-11T12:37:58.533 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:37:58.534 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 95 k 2024-03-11T12:37:58.534 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 280 k 2024-03-11T12:37:58.534 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-11T12:37:58.828 INFO:teuthology.orchestra.run.smithi164.stdout:rbd-fuse-18.2.1-802.ge1b0c2aa.el8.x86_64.rpm 323 kB/s | 95 kB 00:00 2024-03-11T12:37:58.829 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:37:58.829 INFO:teuthology.orchestra.run.smithi164.stdout:Total 321 kB/s | 95 kB 00:00 2024-03-11T12:37:58.829 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-11T12:37:58.840 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-11T12:37:58.840 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-11T12:37:58.845 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 26 kB/s | 4.5 kB 00:00 2024-03-11T12:37:58.895 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-11T12:37:58.904 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-11T12:37:59.012 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-11T12:37:59.208 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : rbd-fuse-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/1 2024-03-11T12:37:59.340 INFO:teuthology.orchestra.run.smithi173.stdout:Package python3-cephfs-2:18.2.1-802.ge1b0c2aa.el8.x86_64 is already installed. 2024-03-11T12:37:59.465 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: rbd-fuse-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/1 2024-03-11T12:37:59.499 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 29 kB/s | 4.1 kB 00:00 2024-03-11T12:37:59.529 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-03-11T12:37:59.531 INFO:teuthology.orchestra.run.smithi173.stdout:Nothing to do. 2024-03-11T12:37:59.531 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-03-11T12:37:59.703 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install python3-rbd 2024-03-11T12:38:00.062 INFO:teuthology.orchestra.run.smithi173.stdout:Updating Subscription Management repositories. 2024-03-11T12:38:01.565 INFO:teuthology.orchestra.run.smithi203.stdout:Package python3-rbd-2:18.2.1-802.ge1b0c2aa.el8.x86_64 is already installed. 2024-03-11T12:38:01.753 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-03-11T12:38:01.755 INFO:teuthology.orchestra.run.smithi203.stdout:Nothing to do. 2024-03-11T12:38:01.755 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-03-11T12:38:01.970 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install rbd-fuse 2024-03-11T12:38:01.981 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 26 kB/s | 4.1 kB 00:00 2024-03-11T12:38:02.329 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 33 kB/s | 4.5 kB 00:00 2024-03-11T12:38:02.332 INFO:teuthology.orchestra.run.smithi203.stdout:Updating Subscription Management repositories. 2024-03-11T12:38:04.131 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 40 kB/s | 4.5 kB 00:00 2024-03-11T12:38:04.440 INFO:teuthology.orchestra.run.smithi173.stdout:Package python3-rbd-2:18.2.1-802.ge1b0c2aa.el8.x86_64 is already installed. 2024-03-11T12:38:04.624 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-03-11T12:38:04.625 INFO:teuthology.orchestra.run.smithi173.stdout:Nothing to do. 2024-03-11T12:38:04.625 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-03-11T12:38:04.749 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 36 kB/s | 4.1 kB 00:00 2024-03-11T12:38:04.777 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install rbd-fuse 2024-03-11T12:38:05.136 INFO:teuthology.orchestra.run.smithi173.stdout:Updating Subscription Management repositories. 2024-03-11T12:38:07.036 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-03-11T12:38:07.037 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-03-11T12:38:07.037 INFO:teuthology.orchestra.run.smithi203.stdout: Package Architecture Version Repository Size 2024-03-11T12:38:07.037 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-03-11T12:38:07.037 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-03-11T12:38:07.037 INFO:teuthology.orchestra.run.smithi203.stdout: rbd-fuse x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 95 k 2024-03-11T12:38:07.037 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:38:07.037 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-03-11T12:38:07.037 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-03-11T12:38:07.037 INFO:teuthology.orchestra.run.smithi203.stdout:Install 1 Package 2024-03-11T12:38:07.037 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:38:07.038 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 95 k 2024-03-11T12:38:07.038 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 280 k 2024-03-11T12:38:07.038 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-03-11T12:38:07.327 INFO:teuthology.orchestra.run.smithi203.stdout:rbd-fuse-18.2.1-802.ge1b0c2aa.el8.x86_64.rpm 329 kB/s | 95 kB 00:00 2024-03-11T12:38:07.328 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:38:07.328 INFO:teuthology.orchestra.run.smithi203.stdout:Total 327 kB/s | 95 kB 00:00 2024-03-11T12:38:07.328 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-03-11T12:38:07.339 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-03-11T12:38:07.339 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-03-11T12:38:07.395 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-03-11T12:38:07.402 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 44 kB/s | 4.1 kB 00:00 2024-03-11T12:38:07.403 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-03-11T12:38:07.512 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-03-11T12:38:07.701 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : rbd-fuse-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/1 2024-03-11T12:38:07.746 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 41 kB/s | 4.5 kB 00:00 2024-03-11T12:38:07.962 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: rbd-fuse-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/1 2024-03-11T12:38:10.150 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-03-11T12:38:10.151 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-03-11T12:38:10.151 INFO:teuthology.orchestra.run.smithi173.stdout: Package Architecture Version Repository Size 2024-03-11T12:38:10.151 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-03-11T12:38:10.151 INFO:teuthology.orchestra.run.smithi173.stdout:Installing: 2024-03-11T12:38:10.151 INFO:teuthology.orchestra.run.smithi173.stdout: rbd-fuse x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 95 k 2024-03-11T12:38:10.151 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:38:10.151 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction Summary 2024-03-11T12:38:10.151 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-03-11T12:38:10.152 INFO:teuthology.orchestra.run.smithi173.stdout:Install 1 Package 2024-03-11T12:38:10.152 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:38:10.152 INFO:teuthology.orchestra.run.smithi173.stdout:Total download size: 95 k 2024-03-11T12:38:10.152 INFO:teuthology.orchestra.run.smithi173.stdout:Installed size: 280 k 2024-03-11T12:38:10.152 INFO:teuthology.orchestra.run.smithi173.stdout:Downloading Packages: 2024-03-11T12:38:10.443 INFO:teuthology.orchestra.run.smithi173.stdout:rbd-fuse-18.2.1-802.ge1b0c2aa.el8.x86_64.rpm 327 kB/s | 95 kB 00:00 2024-03-11T12:38:10.444 INFO:teuthology.orchestra.run.smithi173.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:38:10.444 INFO:teuthology.orchestra.run.smithi173.stdout:Total 325 kB/s | 95 kB 00:00 2024-03-11T12:38:10.444 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction check 2024-03-11T12:38:10.455 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction check succeeded. 2024-03-11T12:38:10.455 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction test 2024-03-11T12:38:10.511 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction test succeeded. 2024-03-11T12:38:10.519 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction 2024-03-11T12:38:10.680 INFO:teuthology.orchestra.run.smithi173.stdout: Preparing : 1/1 2024-03-11T12:38:10.911 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : rbd-fuse-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/1 2024-03-11T12:38:11.169 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: rbd-fuse-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/1 2024-03-11T12:38:12.072 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : rbd-fuse-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/1 2024-03-11T12:38:12.072 INFO:teuthology.orchestra.run.smithi164.stdout:Installed products updated. 2024-03-11T12:38:12.645 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:38:12.646 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-11T12:38:12.646 INFO:teuthology.orchestra.run.smithi164.stdout: rbd-fuse-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:38:12.646 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:38:12.646 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-11T12:38:12.838 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install rbd-mirror 2024-03-11T12:38:13.200 INFO:teuthology.orchestra.run.smithi164.stdout:Updating Subscription Management repositories. 2024-03-11T12:38:15.102 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 23 kB/s | 4.5 kB 00:00 2024-03-11T12:38:15.784 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 27 kB/s | 4.1 kB 00:00 2024-03-11T12:38:18.131 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-11T12:38:18.132 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-11T12:38:18.132 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repo Size 2024-03-11T12:38:18.132 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-11T12:38:18.132 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-11T12:38:18.132 INFO:teuthology.orchestra.run.smithi164.stdout: rbd-mirror x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 3.5 M 2024-03-11T12:38:18.132 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:38:18.132 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-11T12:38:18.133 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-11T12:38:18.133 INFO:teuthology.orchestra.run.smithi164.stdout:Install 1 Package 2024-03-11T12:38:18.133 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:38:18.133 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 3.5 M 2024-03-11T12:38:18.133 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 16 M 2024-03-11T12:38:18.133 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-11T12:38:18.243 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : rbd-fuse-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/1 2024-03-11T12:38:18.243 INFO:teuthology.orchestra.run.smithi203.stdout:Installed products updated. 2024-03-11T12:38:18.811 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:38:18.811 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-03-11T12:38:18.811 INFO:teuthology.orchestra.run.smithi203.stdout: rbd-fuse-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:38:18.811 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:38:18.811 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-03-11T12:38:18.931 INFO:teuthology.orchestra.run.smithi164.stdout:rbd-mirror-18.2.1-802.ge1b0c2aa.el8.x86_64.rpm 4.3 MB/s | 3.5 MB 00:00 2024-03-11T12:38:18.931 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:38:18.932 INFO:teuthology.orchestra.run.smithi164.stdout:Total 4.3 MB/s | 3.5 MB 00:00 2024-03-11T12:38:18.932 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-11T12:38:18.944 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-11T12:38:18.944 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-11T12:38:19.005 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install rbd-mirror 2024-03-11T12:38:19.014 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-11T12:38:19.022 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-11T12:38:19.366 INFO:teuthology.orchestra.run.smithi203.stdout:Updating Subscription Management repositories. 2024-03-11T12:38:19.468 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-11T12:38:19.673 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : rbd-mirror-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/1 2024-03-11T12:38:20.068 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: rbd-mirror-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/1 2024-03-11T12:38:20.535 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : rbd-fuse-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/1 2024-03-11T12:38:20.535 INFO:teuthology.orchestra.run.smithi173.stdout:Installed products updated. 2024-03-11T12:38:21.128 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:38:21.129 INFO:teuthology.orchestra.run.smithi173.stdout:Installed: 2024-03-11T12:38:21.129 INFO:teuthology.orchestra.run.smithi173.stdout: rbd-fuse-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:38:21.129 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:38:21.129 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-03-11T12:38:21.171 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 33 kB/s | 4.5 kB 00:00 2024-03-11T12:38:21.317 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install rbd-mirror 2024-03-11T12:38:21.678 INFO:teuthology.orchestra.run.smithi173.stdout:Updating Subscription Management repositories. 2024-03-11T12:38:21.849 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 24 kB/s | 4.1 kB 00:00 2024-03-11T12:38:23.646 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 22 kB/s | 4.1 kB 00:00 2024-03-11T12:38:23.971 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 39 kB/s | 4.5 kB 00:00 2024-03-11T12:38:24.115 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-03-11T12:38:24.116 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-03-11T12:38:24.116 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repo Size 2024-03-11T12:38:24.116 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-03-11T12:38:24.116 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-03-11T12:38:24.116 INFO:teuthology.orchestra.run.smithi203.stdout: rbd-mirror x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 3.5 M 2024-03-11T12:38:24.116 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:38:24.117 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-03-11T12:38:24.117 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-03-11T12:38:24.117 INFO:teuthology.orchestra.run.smithi203.stdout:Install 1 Package 2024-03-11T12:38:24.117 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:38:24.117 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 3.5 M 2024-03-11T12:38:24.117 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 16 M 2024-03-11T12:38:24.117 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-03-11T12:38:24.815 INFO:teuthology.orchestra.run.smithi203.stdout:rbd-mirror-18.2.1-802.ge1b0c2aa.el8.x86_64.rpm 4.9 MB/s | 3.5 MB 00:00 2024-03-11T12:38:24.816 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:38:24.816 INFO:teuthology.orchestra.run.smithi203.stdout:Total 4.9 MB/s | 3.5 MB 00:00 2024-03-11T12:38:24.817 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-03-11T12:38:24.829 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-03-11T12:38:24.830 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-03-11T12:38:24.900 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-03-11T12:38:24.909 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-03-11T12:38:25.352 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-03-11T12:38:25.575 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : rbd-mirror-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/1 2024-03-11T12:38:25.998 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: rbd-mirror-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/1 2024-03-11T12:38:26.274 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-03-11T12:38:26.275 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-03-11T12:38:26.275 INFO:teuthology.orchestra.run.smithi173.stdout: Package Arch Version Repo Size 2024-03-11T12:38:26.275 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-03-11T12:38:26.275 INFO:teuthology.orchestra.run.smithi173.stdout:Installing: 2024-03-11T12:38:26.275 INFO:teuthology.orchestra.run.smithi173.stdout: rbd-mirror x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 3.5 M 2024-03-11T12:38:26.275 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:38:26.275 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction Summary 2024-03-11T12:38:26.275 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-03-11T12:38:26.276 INFO:teuthology.orchestra.run.smithi173.stdout:Install 1 Package 2024-03-11T12:38:26.276 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:38:26.276 INFO:teuthology.orchestra.run.smithi173.stdout:Total download size: 3.5 M 2024-03-11T12:38:26.276 INFO:teuthology.orchestra.run.smithi173.stdout:Installed size: 16 M 2024-03-11T12:38:26.276 INFO:teuthology.orchestra.run.smithi173.stdout:Downloading Packages: 2024-03-11T12:38:26.863 INFO:teuthology.orchestra.run.smithi173.stdout:rbd-mirror-18.2.1-802.ge1b0c2aa.el8.x86_64.rpm 5.9 MB/s | 3.5 MB 00:00 2024-03-11T12:38:26.863 INFO:teuthology.orchestra.run.smithi173.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:38:26.864 INFO:teuthology.orchestra.run.smithi173.stdout:Total 5.9 MB/s | 3.5 MB 00:00 2024-03-11T12:38:26.864 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction check 2024-03-11T12:38:26.877 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction check succeeded. 2024-03-11T12:38:26.877 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction test 2024-03-11T12:38:26.947 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction test succeeded. 2024-03-11T12:38:26.955 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction 2024-03-11T12:38:27.394 INFO:teuthology.orchestra.run.smithi173.stdout: Preparing : 1/1 2024-03-11T12:38:27.560 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : rbd-mirror-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/1 2024-03-11T12:38:28.010 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: rbd-mirror-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/1 2024-03-11T12:38:29.338 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : rbd-mirror-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/1 2024-03-11T12:38:29.338 INFO:teuthology.orchestra.run.smithi164.stdout:Installed products updated. 2024-03-11T12:38:29.910 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:38:29.910 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-11T12:38:29.911 INFO:teuthology.orchestra.run.smithi164.stdout: rbd-mirror-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:38:29.911 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:38:29.911 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-11T12:38:30.081 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install rbd-nbd 2024-03-11T12:38:30.446 INFO:teuthology.orchestra.run.smithi164.stdout:Updating Subscription Management repositories. 2024-03-11T12:38:32.380 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 28 kB/s | 4.5 kB 00:00 2024-03-11T12:38:33.050 INFO:teuthology.orchestra.run.smithi164.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 33 kB/s | 4.1 kB 00:00 2024-03-11T12:38:35.295 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-11T12:38:35.296 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-11T12:38:35.296 INFO:teuthology.orchestra.run.smithi164.stdout: Package Architecture Version Repository Size 2024-03-11T12:38:35.296 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-11T12:38:35.296 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-11T12:38:35.296 INFO:teuthology.orchestra.run.smithi164.stdout: rbd-nbd x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 181 k 2024-03-11T12:38:35.296 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:38:35.296 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-11T12:38:35.297 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-11T12:38:35.297 INFO:teuthology.orchestra.run.smithi164.stdout:Install 1 Package 2024-03-11T12:38:35.297 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:38:35.297 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 181 k 2024-03-11T12:38:35.297 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 572 k 2024-03-11T12:38:35.297 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-11T12:38:35.593 INFO:teuthology.orchestra.run.smithi164.stdout:rbd-nbd-18.2.1-802.ge1b0c2aa.el8.x86_64.rpm 613 kB/s | 181 kB 00:00 2024-03-11T12:38:35.593 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:38:35.594 INFO:teuthology.orchestra.run.smithi164.stdout:Total 611 kB/s | 181 kB 00:00 2024-03-11T12:38:35.594 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-11T12:38:35.606 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-11T12:38:35.606 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-11T12:38:35.664 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-11T12:38:35.673 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-11T12:38:35.793 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-11T12:38:36.002 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : rbd-nbd-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/1 2024-03-11T12:38:36.281 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : rbd-mirror-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/1 2024-03-11T12:38:36.281 INFO:teuthology.orchestra.run.smithi203.stdout:Installed products updated. 2024-03-11T12:38:36.281 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: rbd-nbd-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/1 2024-03-11T12:38:36.843 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:38:36.843 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-03-11T12:38:36.843 INFO:teuthology.orchestra.run.smithi203.stdout: rbd-mirror-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:38:36.843 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:38:36.843 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-03-11T12:38:37.026 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install rbd-nbd 2024-03-11T12:38:37.390 INFO:teuthology.orchestra.run.smithi203.stdout:Updating Subscription Management repositories. 2024-03-11T12:38:38.211 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : rbd-mirror-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/1 2024-03-11T12:38:38.211 INFO:teuthology.orchestra.run.smithi173.stdout:Installed products updated. 2024-03-11T12:38:38.810 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:38:38.810 INFO:teuthology.orchestra.run.smithi173.stdout:Installed: 2024-03-11T12:38:38.810 INFO:teuthology.orchestra.run.smithi173.stdout: rbd-mirror-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:38:38.810 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:38:38.810 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-03-11T12:38:38.986 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum -y install rbd-nbd 2024-03-11T12:38:39.043 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 39 kB/s | 4.5 kB 00:00 2024-03-11T12:38:39.347 INFO:teuthology.orchestra.run.smithi173.stdout:Updating Subscription Management repositories. 2024-03-11T12:38:39.674 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 28 kB/s | 4.1 kB 00:00 2024-03-11T12:38:41.025 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 54 kB/s | 4.1 kB 00:00 2024-03-11T12:38:41.357 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 39 kB/s | 4.5 kB 00:00 2024-03-11T12:38:42.026 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2024-03-11T12:38:42.027 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-03-11T12:38:42.027 INFO:teuthology.orchestra.run.smithi203.stdout: Package Architecture Version Repository Size 2024-03-11T12:38:42.027 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-03-11T12:38:42.027 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2024-03-11T12:38:42.027 INFO:teuthology.orchestra.run.smithi203.stdout: rbd-nbd x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 181 k 2024-03-11T12:38:42.027 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:38:42.027 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2024-03-11T12:38:42.027 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2024-03-11T12:38:42.027 INFO:teuthology.orchestra.run.smithi203.stdout:Install 1 Package 2024-03-11T12:38:42.027 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:38:42.028 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 181 k 2024-03-11T12:38:42.028 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 572 k 2024-03-11T12:38:42.028 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2024-03-11T12:38:42.321 INFO:teuthology.orchestra.run.smithi203.stdout:rbd-nbd-18.2.1-802.ge1b0c2aa.el8.x86_64.rpm 619 kB/s | 181 kB 00:00 2024-03-11T12:38:42.321 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:38:42.321 INFO:teuthology.orchestra.run.smithi203.stdout:Total 616 kB/s | 181 kB 00:00 2024-03-11T12:38:42.322 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2024-03-11T12:38:42.333 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2024-03-11T12:38:42.333 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2024-03-11T12:38:42.389 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2024-03-11T12:38:42.398 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2024-03-11T12:38:42.516 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2024-03-11T12:38:42.738 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : rbd-nbd-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/1 2024-03-11T12:38:43.016 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: rbd-nbd-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/1 2024-03-11T12:38:43.674 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-03-11T12:38:43.675 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-03-11T12:38:43.675 INFO:teuthology.orchestra.run.smithi173.stdout: Package Architecture Version Repository Size 2024-03-11T12:38:43.675 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-03-11T12:38:43.675 INFO:teuthology.orchestra.run.smithi173.stdout:Installing: 2024-03-11T12:38:43.675 INFO:teuthology.orchestra.run.smithi173.stdout: rbd-nbd x86_64 2:18.2.1-802.ge1b0c2aa.el8 ceph 181 k 2024-03-11T12:38:43.675 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:38:43.675 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction Summary 2024-03-11T12:38:43.675 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-03-11T12:38:43.676 INFO:teuthology.orchestra.run.smithi173.stdout:Install 1 Package 2024-03-11T12:38:43.676 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:38:43.676 INFO:teuthology.orchestra.run.smithi173.stdout:Total download size: 181 k 2024-03-11T12:38:43.676 INFO:teuthology.orchestra.run.smithi173.stdout:Installed size: 572 k 2024-03-11T12:38:43.676 INFO:teuthology.orchestra.run.smithi173.stdout:Downloading Packages: 2024-03-11T12:38:43.874 INFO:teuthology.orchestra.run.smithi173.stdout:rbd-nbd-18.2.1-802.ge1b0c2aa.el8.x86_64.rpm 915 kB/s | 181 kB 00:00 2024-03-11T12:38:43.875 INFO:teuthology.orchestra.run.smithi173.stdout:-------------------------------------------------------------------------------- 2024-03-11T12:38:43.875 INFO:teuthology.orchestra.run.smithi173.stdout:Total 910 kB/s | 181 kB 00:00 2024-03-11T12:38:43.875 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction check 2024-03-11T12:38:43.886 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction check succeeded. 2024-03-11T12:38:43.886 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction test 2024-03-11T12:38:43.944 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction test succeeded. 2024-03-11T12:38:43.952 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction 2024-03-11T12:38:44.085 INFO:teuthology.orchestra.run.smithi173.stdout: Preparing : 1/1 2024-03-11T12:38:44.290 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : rbd-nbd-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/1 2024-03-11T12:38:44.598 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: rbd-nbd-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/1 2024-03-11T12:38:44.692 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : rbd-nbd-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/1 2024-03-11T12:38:44.693 INFO:teuthology.orchestra.run.smithi164.stdout:Installed products updated. 2024-03-11T12:38:45.247 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:38:45.248 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-11T12:38:45.248 INFO:teuthology.orchestra.run.smithi164.stdout: rbd-nbd-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:38:45.248 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-11T12:38:45.248 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-11T12:38:45.423 DEBUG:teuthology.parallel:result is None 2024-03-11T12:38:53.484 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : rbd-nbd-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/1 2024-03-11T12:38:53.484 INFO:teuthology.orchestra.run.smithi173.stdout:Installed products updated. 2024-03-11T12:38:54.029 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:38:54.029 INFO:teuthology.orchestra.run.smithi173.stdout:Installed: 2024-03-11T12:38:54.029 INFO:teuthology.orchestra.run.smithi173.stdout: rbd-nbd-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:38:54.029 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-11T12:38:54.029 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-03-11T12:38:54.209 DEBUG:teuthology.parallel:result is None 2024-03-11T12:38:54.524 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : rbd-nbd-2:18.2.1-802.ge1b0c2aa.el8.x86_64 1/1 2024-03-11T12:38:54.524 INFO:teuthology.orchestra.run.smithi203.stdout:Installed products updated. 2024-03-11T12:38:55.087 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:38:55.087 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2024-03-11T12:38:55.087 INFO:teuthology.orchestra.run.smithi203.stdout: rbd-nbd-2:18.2.1-802.ge1b0c2aa.el8.x86_64 2024-03-11T12:38:55.088 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-11T12:38:55.088 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2024-03-11T12:38:55.252 DEBUG:teuthology.parallel:result is None 2024-03-11T12:38:55.253 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=e1b0c2aac6a095145a28ab2d96914badf5f65354 2024-03-11T12:38:55.395 DEBUG:teuthology.orchestra.run.smithi164:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-03-11T12:38:55.422 INFO:teuthology.orchestra.run.smithi164.stdout:18.2.1-802.ge1b0c2aa.el8 2024-03-11T12:38:55.423 INFO:teuthology.packaging:The installed version of ceph is 18.2.1-802.ge1b0c2aa.el8 2024-03-11T12:38:55.423 INFO:teuthology.task.install:The correct ceph version 18.2.1-802.ge1b0c2aa is installed. 2024-03-11T12:38:55.425 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=e1b0c2aac6a095145a28ab2d96914badf5f65354 2024-03-11T12:38:55.641 DEBUG:teuthology.orchestra.run.smithi173:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-03-11T12:38:55.667 INFO:teuthology.orchestra.run.smithi173.stdout:18.2.1-802.ge1b0c2aa.el8 2024-03-11T12:38:55.668 INFO:teuthology.packaging:The installed version of ceph is 18.2.1-802.ge1b0c2aa.el8 2024-03-11T12:38:55.668 INFO:teuthology.task.install:The correct ceph version 18.2.1-802.ge1b0c2aa is installed. 2024-03-11T12:38:55.669 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=e1b0c2aac6a095145a28ab2d96914badf5f65354 2024-03-11T12:38:55.804 DEBUG:teuthology.orchestra.run.smithi203:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-03-11T12:38:55.828 INFO:teuthology.orchestra.run.smithi203.stdout:18.2.1-802.ge1b0c2aa.el8 2024-03-11T12:38:55.828 INFO:teuthology.packaging:The installed version of ceph is 18.2.1-802.ge1b0c2aa.el8 2024-03-11T12:38:55.829 INFO:teuthology.task.install:The correct ceph version 18.2.1-802.ge1b0c2aa is installed. 2024-03-11T12:38:55.830 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-03-11T12:38:55.830 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-03-11T12:38:55.830 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-11T12:38:55.864 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-03-11T12:38:55.864 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-11T12:38:55.898 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2024-03-11T12:38:55.898 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-11T12:38:55.927 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-03-11T12:38:55.927 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-03-11T12:38:55.927 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/usr/bin/daemon-helper 2024-03-11T12:38:55.960 DEBUG:teuthology.orchestra.run.smithi164:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-11T12:38:56.031 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-03-11T12:38:56.031 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/usr/bin/daemon-helper 2024-03-11T12:38:56.062 DEBUG:teuthology.orchestra.run.smithi173:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-11T12:38:56.133 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2024-03-11T12:38:56.133 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/usr/bin/daemon-helper 2024-03-11T12:38:56.165 DEBUG:teuthology.orchestra.run.smithi203:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-11T12:38:56.235 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-03-11T12:38:56.235 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-03-11T12:38:56.235 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-11T12:38:56.265 DEBUG:teuthology.orchestra.run.smithi164:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-11T12:38:56.335 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-03-11T12:38:56.335 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-11T12:38:56.367 DEBUG:teuthology.orchestra.run.smithi173:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-11T12:38:56.438 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2024-03-11T12:38:56.439 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-11T12:38:56.470 DEBUG:teuthology.orchestra.run.smithi203:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-11T12:38:56.542 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-03-11T12:38:56.542 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-03-11T12:38:56.542 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/usr/bin/stdin-killer 2024-03-11T12:38:56.574 DEBUG:teuthology.orchestra.run.smithi164:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-11T12:38:56.643 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-03-11T12:38:56.643 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/usr/bin/stdin-killer 2024-03-11T12:38:56.676 DEBUG:teuthology.orchestra.run.smithi173:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-11T12:38:56.746 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2024-03-11T12:38:56.746 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/usr/bin/stdin-killer 2024-03-11T12:38:56.778 DEBUG:teuthology.orchestra.run.smithi203:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-11T12:38:56.850 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-11T12:38:56.921 INFO:tasks.cephadm:Config: {'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': 'e1b0c2aac6a095145a28ab2d96914badf5f65354'} 2024-03-11T12:38:56.921 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e1b0c2aac6a095145a28ab2d96914badf5f65354 2024-03-11T12:38:56.921 INFO:tasks.cephadm:Cluster fsid is 53d5ce2a-dfa4-11ee-95c7-87774f69a715 2024-03-11T12:38:56.921 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-11T12:38:56.921 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.164', 'mon.b': '172.21.15.173', 'mon.c': '172.21.15.203'} 2024-03-11T12:38:56.922 INFO:tasks.cephadm:First mon is mon.a on smithi164 2024-03-11T12:38:56.922 INFO:tasks.cephadm:First mgr is a 2024-03-11T12:38:56.922 INFO:tasks.cephadm:Normalizing hostnames... 2024-03-11T12:38:56.922 DEBUG:teuthology.orchestra.run.smithi164:> sudo hostname $(hostname -s) 2024-03-11T12:38:56.954 DEBUG:teuthology.orchestra.run.smithi173:> sudo hostname $(hostname -s) 2024-03-11T12:38:56.984 DEBUG:teuthology.orchestra.run.smithi203:> sudo hostname $(hostname -s) 2024-03-11T12:38:57.017 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-03-11T12:38:57.018 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=e1b0c2aac6a095145a28ab2d96914badf5f65354 2024-03-11T12:38:57.159 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'e1b0c2aac6a095145a28ab2d96914badf5f65354', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic/77507/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.2.1-802-ge1b0c2aa', 'node_name': '172.21.2.7+braggi07', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic', 'package_manager_version': '18.2.1-802.ge1b0c2aa'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-adk3-testing-2024-03-11-0143-reef/e1b0c2aac6a095145a28ab2d96914badf5f65354/centos/8/flavors/default/', 'distro_codename': None, 'modified': '2024-03-11 07:35:06.223520', 'distro_version': '8', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk3-testing-2024-03-11-0143-reef', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-adk3-testing-2024-03-11-0143-reef/e1b0c2aac6a095145a28ab2d96914badf5f65354/centos/8/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-03-11T12:38:57.429 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-adk3-testing-2024-03-11-0143-reef, sha1 e1b0c2aac6a095145a28ab2d96914badf5f65354 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F8%2Fx86_64&flavor=default&sha1=e1b0c2aac6a095145a28ab2d96914badf5f65354 2024-03-11T12:38:57.431 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-adk3-testing-2024-03-11-0143-reef/e1b0c2aac6a095145a28ab2d96914badf5f65354/centos/8/x86_64/flavors/default/cephadm 2024-03-11T12:38:57.431 DEBUG:teuthology.orchestra.run.smithi164:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-adk3-testing-2024-03-11-0143-reef/e1b0c2aac6a095145a28ab2d96914badf5f65354/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-11T12:38:58.018 INFO:teuthology.orchestra.run.smithi164.stdout:-rw-rw-r--. 1 ubuntu ubuntu 702420 Mar 11 12:38 /home/ubuntu/cephtest/cephadm 2024-03-11T12:38:58.019 DEBUG:teuthology.orchestra.run.smithi173:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-adk3-testing-2024-03-11-0143-reef/e1b0c2aac6a095145a28ab2d96914badf5f65354/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-11T12:38:58.440 INFO:teuthology.orchestra.run.smithi173.stdout:-rw-rw-r--. 1 ubuntu ubuntu 702420 Mar 11 12:38 /home/ubuntu/cephtest/cephadm 2024-03-11T12:38:58.440 DEBUG:teuthology.orchestra.run.smithi203:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-adk3-testing-2024-03-11-0143-reef/e1b0c2aac6a095145a28ab2d96914badf5f65354/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-11T12:38:59.033 INFO:teuthology.orchestra.run.smithi203.stdout:-rw-rw-r--. 1 ubuntu ubuntu 702420 Mar 11 12:38 /home/ubuntu/cephtest/cephadm 2024-03-11T12:38:59.034 DEBUG:teuthology.orchestra.run.smithi164:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-11T12:38:59.059 DEBUG:teuthology.orchestra.run.smithi173:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-11T12:38:59.081 DEBUG:teuthology.orchestra.run.smithi203:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-11T12:38:59.114 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e1b0c2aac6a095145a28ab2d96914badf5f65354 on all hosts... 2024-03-11T12:38:59.115 DEBUG:teuthology.orchestra.run.smithi164:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e1b0c2aac6a095145a28ab2d96914badf5f65354 pull 2024-03-11T12:38:59.117 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e1b0c2aac6a095145a28ab2d96914badf5f65354 pull 2024-03-11T12:38:59.124 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e1b0c2aac6a095145a28ab2d96914badf5f65354 pull 2024-03-11T12:39:00.013 INFO:teuthology.orchestra.run.smithi164.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e1b0c2aac6a095145a28ab2d96914badf5f65354... 2024-03-11T12:39:00.087 INFO:teuthology.orchestra.run.smithi203.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e1b0c2aac6a095145a28ab2d96914badf5f65354... 2024-03-11T12:39:00.141 INFO:teuthology.orchestra.run.smithi173.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e1b0c2aac6a095145a28ab2d96914badf5f65354... 2024-03-11T12:39:32.728 INFO:teuthology.orchestra.run.smithi164.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e1b0c2aac6a095145a28ab2d96914badf5f65354 2024-03-11T12:39:32.728 INFO:teuthology.orchestra.run.smithi164.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e1b0c2aac6a095145a28ab2d96914badf5f65354... 2024-03-11T12:39:32.728 INFO:teuthology.orchestra.run.smithi164.stderr:/bin/podman: stderr Getting image source signatures 2024-03-11T12:39:32.728 INFO:teuthology.orchestra.run.smithi164.stderr:/bin/podman: stderr Copying blob sha256:844a04606ec053570d0dbc7f1ee15eed23e1d37513d1f79b459d5b940fddacf1 2024-03-11T12:39:32.728 INFO:teuthology.orchestra.run.smithi164.stderr:/bin/podman: stderr Copying blob sha256:f58b4670ef4403d11d1c912aa26a4dbcf73447df5302e9dc66f6a7fc0d9d1e47 2024-03-11T12:39:32.728 INFO:teuthology.orchestra.run.smithi164.stderr:/bin/podman: stderr unexpected EOF 2024-03-11T12:39:32.729 INFO:teuthology.orchestra.run.smithi164.stderr:/bin/podman: stderr Error: Error writing blob: error storing blob to file "/var/tmp/storage1758405064/1": error happened during read: unexpected EOF 2024-03-11T12:39:32.729 INFO:teuthology.orchestra.run.smithi164.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e1b0c2aac6a095145a28ab2d96914badf5f65354 2024-03-11T12:39:32.746 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-11T12:39:32.747 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/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_ceph-c_e1b0c2aac6a095145a28ab2d96914badf5f65354/qa/tasks/cephadm.py", line 427, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi164 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e1b0c2aac6a095145a28ab2d96914badf5f65354 pull' 2024-03-11T12:39:32.749 INFO:tasks.cephadm:Archiving crash dumps... 2024-03-11T12:39:32.750 DEBUG:teuthology.misc:Transferring archived files from smithi164:/var/lib/ceph/53d5ce2a-dfa4-11ee-95c7-87774f69a715/crash to /home/teuthworker/archive/adking-2024-03-11_12:07:34-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/7590855/remote/smithi164/crash 2024-03-11T12:39:32.751 DEBUG:teuthology.orchestra.run.smithi164:> sudo tar c -f - -C /var/lib/ceph/53d5ce2a-dfa4-11ee-95c7-87774f69a715/crash -- . 2024-03-11T12:39:32.810 INFO:teuthology.orchestra.run.smithi203.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e1b0c2aac6a095145a28ab2d96914badf5f65354 2024-03-11T12:39:32.810 INFO:teuthology.orchestra.run.smithi203.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e1b0c2aac6a095145a28ab2d96914badf5f65354... 2024-03-11T12:39:32.811 INFO:teuthology.orchestra.run.smithi203.stderr:/bin/podman: stderr Getting image source signatures 2024-03-11T12:39:32.811 INFO:teuthology.orchestra.run.smithi203.stderr:/bin/podman: stderr Copying blob sha256:844a04606ec053570d0dbc7f1ee15eed23e1d37513d1f79b459d5b940fddacf1 2024-03-11T12:39:32.811 INFO:teuthology.orchestra.run.smithi203.stderr:/bin/podman: stderr Copying blob sha256:f58b4670ef4403d11d1c912aa26a4dbcf73447df5302e9dc66f6a7fc0d9d1e47 2024-03-11T12:39:32.811 INFO:teuthology.orchestra.run.smithi203.stderr:/bin/podman: stderr unexpected EOF 2024-03-11T12:39:32.811 INFO:teuthology.orchestra.run.smithi203.stderr:/bin/podman: stderr Error: Error writing blob: error storing blob to file "/var/tmp/storage2452954692/1": error happened during read: unexpected EOF 2024-03-11T12:39:32.811 INFO:teuthology.orchestra.run.smithi203.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e1b0c2aac6a095145a28ab2d96914badf5f65354 2024-03-11T12:39:32.814 INFO:teuthology.orchestra.run.smithi164.stderr:tar: /var/lib/ceph/53d5ce2a-dfa4-11ee-95c7-87774f69a715/crash: Cannot open: No such file or directory 2024-03-11T12:39:32.814 INFO:teuthology.orchestra.run.smithi164.stderr:tar: Error is not recoverable: exiting now 2024-03-11T12:39:32.816 DEBUG:teuthology.misc:Transferring archived files from smithi173:/var/lib/ceph/53d5ce2a-dfa4-11ee-95c7-87774f69a715/crash to /home/teuthworker/archive/adking-2024-03-11_12:07:34-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/7590855/remote/smithi173/crash 2024-03-11T12:39:32.817 DEBUG:teuthology.orchestra.run.smithi173:> sudo tar c -f - -C /var/lib/ceph/53d5ce2a-dfa4-11ee-95c7-87774f69a715/crash -- . 2024-03-11T12:39:33.159 INFO:teuthology.orchestra.run.smithi173.stderr:tar: /var/lib/ceph/53d5ce2a-dfa4-11ee-95c7-87774f69a715/crash: Cannot open: No such file or directory 2024-03-11T12:39:33.159 INFO:teuthology.orchestra.run.smithi173.stderr:tar: Error is not recoverable: exiting now 2024-03-11T12:39:33.161 DEBUG:teuthology.misc:Transferring archived files from smithi203:/var/lib/ceph/53d5ce2a-dfa4-11ee-95c7-87774f69a715/crash to /home/teuthworker/archive/adking-2024-03-11_12:07:34-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/7590855/remote/smithi203/crash 2024-03-11T12:39:33.162 DEBUG:teuthology.orchestra.run.smithi203:> sudo tar c -f - -C /var/lib/ceph/53d5ce2a-dfa4-11ee-95c7-87774f69a715/crash -- . 2024-03-11T12:39:33.222 INFO:teuthology.orchestra.run.smithi203.stderr:tar: /var/lib/ceph/53d5ce2a-dfa4-11ee-95c7-87774f69a715/crash: Cannot open: No such file or directory 2024-03-11T12:39:33.222 INFO:teuthology.orchestra.run.smithi203.stderr:tar: Error is not recoverable: exiting now 2024-03-11T12:39:33.224 INFO:tasks.cephadm:Checking cluster log for badness... 2024-03-11T12:39:33.224 DEBUG:teuthology.orchestra.run.smithi164:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/53d5ce2a-dfa4-11ee-95c7-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-03-11T12:39:33.251 INFO:teuthology.orchestra.run.smithi164.stderr:grep: /var/log/ceph/53d5ce2a-dfa4-11ee-95c7-87774f69a715/ceph.log: No such file or directory 2024-03-11T12:39:33.253 INFO:tasks.cephadm:Compressing logs... 2024-03-11T12:39:33.253 DEBUG:teuthology.orchestra.run.smithi164:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-11T12:39:33.296 DEBUG:teuthology.orchestra.run.smithi173:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-11T12:39:33.298 DEBUG:teuthology.orchestra.run.smithi203:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-11T12:39:33.320 INFO:teuthology.orchestra.run.smithi164.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-03-11T12:39:33.326 INFO:teuthology.orchestra.run.smithi173.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-03-11T12:39:33.328 INFO:teuthology.orchestra.run.smithi203.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-03-11T12:39:33.331 INFO:tasks.cephadm:Archiving logs... 2024-03-11T12:39:33.331 DEBUG:teuthology.misc:Transferring archived files from smithi164:/var/log/ceph to /home/teuthworker/archive/adking-2024-03-11_12:07:34-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/7590855/remote/smithi164/log 2024-03-11T12:39:33.332 DEBUG:teuthology.orchestra.run.smithi164:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-11T12:39:33.391 DEBUG:teuthology.misc:Transferring archived files from smithi173:/var/log/ceph to /home/teuthworker/archive/adking-2024-03-11_12:07:34-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/7590855/remote/smithi173/log 2024-03-11T12:39:33.392 DEBUG:teuthology.orchestra.run.smithi173:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-11T12:39:33.419 DEBUG:teuthology.misc:Transferring archived files from smithi203:/var/log/ceph to /home/teuthworker/archive/adking-2024-03-11_12:07:34-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/7590855/remote/smithi203/log 2024-03-11T12:39:33.420 DEBUG:teuthology.orchestra.run.smithi203:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-11T12:39:33.450 INFO:tasks.cephadm:Removing cluster... 2024-03-11T12:39:33.450 DEBUG:teuthology.orchestra.run.smithi164:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 53d5ce2a-dfa4-11ee-95c7-87774f69a715 --force 2024-03-11T12:39:33.638 INFO:teuthology.orchestra.run.smithi164.stdout:Deleting cluster with fsid: 53d5ce2a-dfa4-11ee-95c7-87774f69a715 2024-03-11T12:39:33.913 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 53d5ce2a-dfa4-11ee-95c7-87774f69a715 --force 2024-03-11T12:39:34.261 INFO:teuthology.orchestra.run.smithi173.stdout:Deleting cluster with fsid: 53d5ce2a-dfa4-11ee-95c7-87774f69a715 2024-03-11T12:39:34.562 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 53d5ce2a-dfa4-11ee-95c7-87774f69a715 --force 2024-03-11T12:39:34.769 INFO:teuthology.orchestra.run.smithi203.stdout:Deleting cluster with fsid: 53d5ce2a-dfa4-11ee-95c7-87774f69a715 2024-03-11T12:39:35.044 INFO:tasks.cephadm:Removing cephadm ... 2024-03-11T12:39:35.044 DEBUG:teuthology.orchestra.run.smithi164:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-11T12:39:35.066 DEBUG:teuthology.orchestra.run.smithi173:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-11T12:39:35.083 DEBUG:teuthology.orchestra.run.smithi203:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-11T12:39:35.100 INFO:tasks.cephadm:Teardown complete 2024-03-11T12:39:35.101 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/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_ceph-c_e1b0c2aac6a095145a28ab2d96914badf5f65354/qa/tasks/cephadm.py", line 1714, 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_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_e1b0c2aac6a095145a28ab2d96914badf5f65354/qa/tasks/cephadm.py", line 1629, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/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_ceph-c_e1b0c2aac6a095145a28ab2d96914badf5f65354/qa/tasks/cephadm.py", line 427, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi164 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e1b0c2aac6a095145a28ab2d96914badf5f65354 pull' 2024-03-11T12:39:35.299 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=0f8cd82d282a4c8699e200aef0d30a47 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/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_ceph-c_e1b0c2aac6a095145a28ab2d96914badf5f65354/qa/tasks/cephadm.py", line 1714, 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_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_e1b0c2aac6a095145a28ab2d96914badf5f65354/qa/tasks/cephadm.py", line 1629, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/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_ceph-c_e1b0c2aac6a095145a28ab2d96914badf5f65354/qa/tasks/cephadm.py", line 427, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi164 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e1b0c2aac6a095145a28ab2d96914badf5f65354 pull' 2024-03-11T12:39:35.302 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-03-11T12:39:35.310 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-03-11T12:39:35.327 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-03-11T12:39:35.328 DEBUG:teuthology.orchestra.run.smithi164:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-11T12:39:35.339 DEBUG:teuthology.orchestra.run.smithi173:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-11T12:39:35.341 DEBUG:teuthology.orchestra.run.smithi203:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-11T12:39:35.437 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-11T12:39:35.446 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-11T12:39:35.447 DEBUG:teuthology.orchestra.run.smithi164:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-11T12:39:35.449 DEBUG:teuthology.orchestra.run.smithi173:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-11T12:39:35.451 DEBUG:teuthology.orchestra.run.smithi203:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-11T12:39:35.464 INFO:teuthology.orchestra.run.smithi173.stderr:bash: ntpq: command not found 2024-03-11T12:39:35.465 INFO:teuthology.orchestra.run.smithi164.stderr:bash: ntpq: command not found 2024-03-11T12:39:35.466 INFO:teuthology.orchestra.run.smithi203.stderr:bash: ntpq: command not found 2024-03-11T12:39:35.468 INFO:teuthology.orchestra.run.smithi173.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-11T12:39:35.468 INFO:teuthology.orchestra.run.smithi173.stdout:=============================================================================== 2024-03-11T12:39:35.469 INFO:teuthology.orchestra.run.smithi173.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 10 +3420us[+3418us] +/- 148ms 2024-03-11T12:39:35.469 INFO:teuthology.orchestra.run.smithi173.stdout:^* hv02.front.sepia.ceph.com 3 6 377 10 -1004us[-1006us] +/- 53ms 2024-03-11T12:39:35.469 INFO:teuthology.orchestra.run.smithi173.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 9 -336us[ -336us] +/- 84ms 2024-03-11T12:39:35.469 INFO:teuthology.orchestra.run.smithi173.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-03-11T12:39:35.471 INFO:teuthology.orchestra.run.smithi164.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-11T12:39:35.471 INFO:teuthology.orchestra.run.smithi164.stdout:=============================================================================== 2024-03-11T12:39:35.471 INFO:teuthology.orchestra.run.smithi164.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 11 +3443us[+3457us] +/- 148ms 2024-03-11T12:39:35.471 INFO:teuthology.orchestra.run.smithi164.stdout:^* hv02.front.sepia.ceph.com 3 6 377 11 -984us[ -970us] +/- 53ms 2024-03-11T12:39:35.471 INFO:teuthology.orchestra.run.smithi164.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 10 -301us[ -301us] +/- 84ms 2024-03-11T12:39:35.471 INFO:teuthology.orchestra.run.smithi164.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-03-11T12:39:35.472 INFO:teuthology.orchestra.run.smithi203.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-11T12:39:35.473 INFO:teuthology.orchestra.run.smithi203.stdout:=============================================================================== 2024-03-11T12:39:35.473 INFO:teuthology.orchestra.run.smithi203.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 9 +3421us[+3421us] +/- 148ms 2024-03-11T12:39:35.473 INFO:teuthology.orchestra.run.smithi203.stdout:^* hv02.front.sepia.ceph.com 3 6 377 10 -992us[ -975us] +/- 53ms 2024-03-11T12:39:35.473 INFO:teuthology.orchestra.run.smithi203.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 9 -296us[ -296us] +/- 84ms 2024-03-11T12:39:35.473 INFO:teuthology.orchestra.run.smithi203.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-03-11T12:39:35.473 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-11T12:39:35.508 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-11T12:39:35.508 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-11T12:39:35.556 DEBUG:teuthology.orchestra.run.smithi164:> 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 2024-03-11T12:39:35.623 DEBUG:teuthology.orchestra.run.smithi173:> 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 2024-03-11T12:39:35.697 DEBUG:teuthology.orchestra.run.smithi203:> 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 2024-03-11T12:39:35.758 DEBUG:teuthology.orchestra.run.smithi164:> 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 2024-03-11T12:39:35.791 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-11T12:39:35.791 DEBUG:teuthology.orchestra.run.smithi173:> 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 2024-03-11T12:39:35.820 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-11T12:39:35.820 DEBUG:teuthology.orchestra.run.smithi203:> 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 2024-03-11T12:39:35.848 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-11T12:39:35.849 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-11T12:39:35.858 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-11T12:39:35.893 INFO:teuthology.task.internal:Duration was 1223.497972 seconds 2024-03-11T12:39:35.893 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-11T12:39:35.949 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-11T12:39:35.949 DEBUG:teuthology.orchestra.run.smithi164:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-11T12:39:35.952 DEBUG:teuthology.orchestra.run.smithi173:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-11T12:39:35.954 DEBUG:teuthology.orchestra.run.smithi203:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-11T12:39:36.000 INFO:teuthology.orchestra.run.smithi173.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-11T12:39:36.000 INFO:teuthology.orchestra.run.smithi203.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-11T12:39:36.001 INFO:teuthology.orchestra.run.smithi164.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-11T12:39:36.437 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-11T12:39:36.438 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi164.front.sepia.ceph.com 2024-03-11T12:39:36.438 DEBUG:teuthology.orchestra.run.smithi164:> 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 2024-03-11T12:39:36.463 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi173.front.sepia.ceph.com 2024-03-11T12:39:36.463 DEBUG:teuthology.orchestra.run.smithi173:> 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 2024-03-11T12:39:36.489 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi203.front.sepia.ceph.com 2024-03-11T12:39:36.489 DEBUG:teuthology.orchestra.run.smithi203:> 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 2024-03-11T12:39:36.512 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-11T12:39:36.512 DEBUG:teuthology.orchestra.run.smithi164:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-11T12:39:36.514 DEBUG:teuthology.orchestra.run.smithi173:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-11T12:39:36.532 DEBUG:teuthology.orchestra.run.smithi203:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-11T12:39:36.596 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-11T12:39:36.596 DEBUG:teuthology.orchestra.run.smithi164:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-11T12:39:36.598 DEBUG:teuthology.orchestra.run.smithi173:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-11T12:39:36.601 DEBUG:teuthology.orchestra.run.smithi203:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-11T12:39:36.723 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-11T12:39:36.732 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-11T12:39:36.733 DEBUG:teuthology.orchestra.run.smithi164:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-11T12:39:36.760 DEBUG:teuthology.orchestra.run.smithi173:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-11T12:39:36.788 DEBUG:teuthology.orchestra.run.smithi203:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-11T12:39:36.815 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-11T12:39:36.824 DEBUG:teuthology.orchestra.run.smithi164:> 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 2024-03-11T12:39:36.826 DEBUG:teuthology.orchestra.run.smithi173:> 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 2024-03-11T12:39:36.831 DEBUG:teuthology.orchestra.run.smithi203:> 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 2024-03-11T12:39:36.850 INFO:teuthology.orchestra.run.smithi164.stdout:kernel.core_pattern = core 2024-03-11T12:39:36.855 INFO:teuthology.orchestra.run.smithi173.stdout:kernel.core_pattern = core 2024-03-11T12:39:36.881 INFO:teuthology.orchestra.run.smithi203.stdout:kernel.core_pattern = core 2024-03-11T12:39:37.480 DEBUG:teuthology.orchestra.run.smithi164:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-11T12:39:37.497 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-11T12:39:37.498 DEBUG:teuthology.orchestra.run.smithi173:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-11T12:39:37.538 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-11T12:39:37.539 DEBUG:teuthology.orchestra.run.smithi203:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-11T12:39:37.556 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-11T12:39:37.557 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-11T12:39:37.566 INFO:teuthology.task.internal:Transferring archived files... 2024-03-11T12:39:37.567 DEBUG:teuthology.misc:Transferring archived files from smithi164:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-03-11_12:07:34-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/7590855/remote/smithi164 2024-03-11T12:39:37.567 DEBUG:teuthology.orchestra.run.smithi164:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-11T12:39:37.608 DEBUG:teuthology.misc:Transferring archived files from smithi173:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-03-11_12:07:34-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/7590855/remote/smithi173 2024-03-11T12:39:37.608 DEBUG:teuthology.orchestra.run.smithi173:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-11T12:39:37.651 DEBUG:teuthology.misc:Transferring archived files from smithi203:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-03-11_12:07:34-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/7590855/remote/smithi203 2024-03-11T12:39:37.651 DEBUG:teuthology.orchestra.run.smithi203:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-11T12:39:37.691 INFO:teuthology.task.internal:Removing archive directory... 2024-03-11T12:39:37.691 DEBUG:teuthology.orchestra.run.smithi164:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-11T12:39:37.694 DEBUG:teuthology.orchestra.run.smithi173:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-11T12:39:37.696 DEBUG:teuthology.orchestra.run.smithi203:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-11T12:39:37.743 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-11T12:39:37.756 INFO:teuthology.task.internal:Not uploading archives. 2024-03-11T12:39:37.756 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-11T12:39:37.829 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-11T12:39:37.829 DEBUG:teuthology.orchestra.run.smithi164:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-11T12:39:37.832 DEBUG:teuthology.orchestra.run.smithi173:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-11T12:39:37.834 DEBUG:teuthology.orchestra.run.smithi203:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-11T12:39:37.847 INFO:teuthology.orchestra.run.smithi164.stdout: 262179 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 11 12:39 /home/ubuntu/cephtest 2024-03-11T12:39:37.852 INFO:teuthology.orchestra.run.smithi173.stdout: 262175 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 11 12:39 /home/ubuntu/cephtest 2024-03-11T12:39:37.852 INFO:teuthology.orchestra.run.smithi203.stdout: 262179 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 11 12:39 /home/ubuntu/cephtest 2024-03-11T12:39:37.853 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-11T12:39:37.908 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-11T12:39:37.994 INFO:teuthology.nuke:Checking targets against current locks 2024-03-11T12:39:38.018 DEBUG:teuthology.nuke:shortname: smithi164 2024-03-11T12:39:38.018 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-11T12:39:38.043 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi164.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-11_12:07:34-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/7590855', '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': '2024-03-11 12:08:50.356166', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFSSFZDE0FHe44Nu4PxoPwQJ7QWUoAZzuJ6yWFLZIdjnFXOUjnvkguarSSf6dbqDfMHiuF6o4w5Jz9KIeXhpLdY='} 2024-03-11T12:39:38.047 DEBUG:teuthology.nuke:shortname: smithi173 2024-03-11T12:39:38.047 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-11T12:39:38.076 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi173.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-11_12:07:34-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/7590855', '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': '2024-03-11 12:08:50.353582', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAImRhF63rxQYRnkxplpdVsfK1osvNtkik326B4vHMYDs3mhDAX42WNjJsS7PMecS2ru1gvmcvU372ZlhYYeiCY='} 2024-03-11T12:39:38.077 DEBUG:teuthology.nuke:shortname: smithi203 2024-03-11T12:39:38.077 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-11T12:39:38.102 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi203.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-11_12:07:34-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/7590855', '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': '2024-03-11 12:08:50.354933', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBILrQhCMY+HjeMTix5xszlS5NhZ7SoNB2gKYBJd9xD4Piwzy9wsCdOrxsD749KJ5biG4QFjDswM9/0f7M8WGUM0='} 2024-03-11T12:39:38.112 INFO:teuthology.orchestra.console.smithi164:Power off 2024-03-11T12:39:38.112 DEBUG:teuthology.orchestra.console.smithi164:pexpect command: ipmitool -H smithi164.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-11T12:39:38.134 DEBUG:teuthology.orchestra.console.smithi164:power off output: Chassis Power Control: Down/Off 2024-03-11T12:39:38.135 DEBUG:teuthology.orchestra.console.smithi164:pexpect command: ipmitool -H smithi164.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-11T12:39:38.153 INFO:teuthology.orchestra.console.smithi173:Power off 2024-03-11T12:39:38.154 DEBUG:teuthology.orchestra.console.smithi173:pexpect command: ipmitool -H smithi173.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-11T12:39:38.166 DEBUG:teuthology.orchestra.console.smithi164:check power output: Chassis Power is on 2024-03-11T12:39:38.176 DEBUG:teuthology.orchestra.console.smithi173:power off output: Chassis Power Control: Down/Off 2024-03-11T12:39:38.176 DEBUG:teuthology.orchestra.console.smithi173:pexpect command: ipmitool -H smithi173.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-11T12:39:38.190 INFO:teuthology.orchestra.console.smithi203:Power off 2024-03-11T12:39:38.190 DEBUG:teuthology.orchestra.console.smithi203:pexpect command: ipmitool -H smithi203.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-11T12:39:38.200 DEBUG:teuthology.orchestra.console.smithi173:check power output: Chassis Power is on 2024-03-11T12:39:38.213 DEBUG:teuthology.orchestra.console.smithi203:power off output: Chassis Power Control: Down/Off 2024-03-11T12:39:38.213 DEBUG:teuthology.orchestra.console.smithi203:pexpect command: ipmitool -H smithi203.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-11T12:39:38.235 DEBUG:teuthology.orchestra.console.smithi203:check power output: Chassis Power is on 2024-03-11T12:39:42.167 DEBUG:teuthology.orchestra.console.smithi164:pexpect command: ipmitool -H smithi164.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-11T12:39:42.202 DEBUG:teuthology.orchestra.console.smithi173:pexpect command: ipmitool -H smithi173.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-11T12:39:42.236 DEBUG:teuthology.orchestra.console.smithi203:pexpect command: ipmitool -H smithi203.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-11T12:39:42.278 DEBUG:teuthology.orchestra.console.smithi164:check power output: Chassis Power is on 2024-03-11T12:39:42.312 DEBUG:teuthology.orchestra.console.smithi173:check power output: Chassis Power is on 2024-03-11T12:39:42.345 DEBUG:teuthology.orchestra.console.smithi203:check power output: Chassis Power is on 2024-03-11T12:39:46.282 DEBUG:teuthology.orchestra.console.smithi164:pexpect command: ipmitool -H smithi164.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-11T12:39:46.314 DEBUG:teuthology.orchestra.console.smithi173:pexpect command: ipmitool -H smithi173.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-11T12:39:46.346 DEBUG:teuthology.orchestra.console.smithi203:pexpect command: ipmitool -H smithi203.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-11T12:39:46.392 DEBUG:teuthology.orchestra.console.smithi164:check power output: Chassis Power is off 2024-03-11T12:39:46.423 DEBUG:teuthology.orchestra.console.smithi173:check power output: Chassis Power is off 2024-03-11T12:39:46.456 DEBUG:teuthology.orchestra.console.smithi203:check power output: Chassis Power is off 2024-03-11T12:39:46.493 INFO:teuthology.orchestra.console.smithi164:Power off completed 2024-03-11T12:39:46.524 INFO:teuthology.orchestra.console.smithi173:Power off completed 2024-03-11T12:39:46.557 INFO:teuthology.orchestra.console.smithi203:Power off completed 2024-03-11T12:39:46.661 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: 1223.4979722499847 failure_reason: 'Command failed on smithi164 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e1b0c2aac6a095145a28ab2d96914badf5f65354 pull''' flavor: default owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=0f8cd82d282a4c8699e200aef0d30a47 status: fail success: false 2024-03-11T12:39:46.661 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-11T12:39:46.761 INFO:teuthology.run:FAIL