2024-05-08T06:37:07.861 INFO:root:teuthology version: 0.0.1.dev271+g1ae7ad8 2024-05-08T06:37:07.861 DEBUG:teuthology.run:Teuthology command: teuthology --description orch:cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_host_drain} --name adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi --archive /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697334 --verbose --owner scheduled_adking@teuthology -- /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697334/orig.config.yaml 2024-05-08T06:37:07.892 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-08T06:37:07.977 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697334 branch: wip-adk-testing-2024-05-07-0802 description: orch:cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_host_drain} email: adking@redhat.com first_in_suite: false job_id: '7697334' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-adk-testing-2024-05-07-0802 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - mons down - mon down - out of quorum - CEPHADM_STRAY_HOST - CEPHADM_STRAY_DAEMON log-only-match: - CEPHADM_ sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2024-05-07-0802 sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 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: 1064 sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 sleep_before_teardown: 0 subset: 1/20 suite: orch:cephadm suite_branch: wip-adk-testing-2024-05-07-0802 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 targets: smithi046.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK181OAyRB4GNaclLkuNti7j6trieILMtWR6eHoorMCtdIo87PoME6/9xbhLJZaqQ/CnZxF7mBeVXSYx3Svykr0= smithi081.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNpcwgCDxlr8KVxW6A6D5IbVOuR62d5se6qjVdYPNkYw4QrNXPvnvzWpQJmGlOEfAvPtzG3WSXkigJB1b0Kzb/E= smithi138.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIAO63iBlJUOJ1C87GJQPZEvqEiEHw1UrnSwAVvr8oxQi5CG37Da7whMt0zzbGXQAvWDWrVS7asYJKf/HI7pPsw= tasks: - 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: 1ae7ad82388e92a475afff437d49054826c019a1 timestamp: 2024-05-08_05:24:58 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-05-08T06:37:07.977 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa; will attempt to use it 2024-05-08T06:37:07.977 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks 2024-05-08T06:37:07.978 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-08T06:37:07.979 INFO:teuthology.task.internal:Checking packages... 2024-05-08T06:37:08.005 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '7c8f650b36e258f639fa4a83becade57cbfd2009' 2024-05-08T06:37:08.006 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-08T06:37:08.006 INFO:teuthology.packaging:ref: None 2024-05-08T06:37:08.006 INFO:teuthology.packaging:tag: None 2024-05-08T06:37:08.006 INFO:teuthology.packaging:branch: wip-adk-testing-2024-05-07-0802 2024-05-08T06:37:08.006 INFO:teuthology.packaging:sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:37:08.006 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-adk-testing-2024-05-07-0802 2024-05-08T06:37:08.219 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3593.g7c8f650b 2024-05-08T06:37:08.220 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-08T06:37:08.227 INFO:teuthology.task.internal:no buildpackages task found 2024-05-08T06:37:08.227 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-08T06:37:08.353 INFO:teuthology.task.internal:Saving configuration 2024-05-08T06:37:08.366 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-08T06:37:08.397 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T06:37:08.423 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi046.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697334', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-08 06:31:41.034555', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK181OAyRB4GNaclLkuNti7j6trieILMtWR6eHoorMCtdIo87PoME6/9xbhLJZaqQ/CnZxF7mBeVXSYx3Svykr0='} 2024-05-08T06:37:08.446 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi081.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697334', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-08 06:31:41.031473', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNpcwgCDxlr8KVxW6A6D5IbVOuR62d5se6qjVdYPNkYw4QrNXPvnvzWpQJmGlOEfAvPtzG3WSXkigJB1b0Kzb/E='} 2024-05-08T06:37:08.467 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi138.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697334', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-08 06:31:41.033308', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIAO63iBlJUOJ1C87GJQPZEvqEiEHw1UrnSwAVvr8oxQi5CG37Da7whMt0zzbGXQAvWDWrVS7asYJKf/HI7pPsw='} 2024-05-08T06:37:08.467 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-08T06:37:08.489 INFO:teuthology.task.internal:roles: ubuntu@smithi046.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2024-05-08T06:37:08.489 INFO:teuthology.task.internal:roles: ubuntu@smithi081.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2024-05-08T06:37:08.489 INFO:teuthology.task.internal:roles: ubuntu@smithi138.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-05-08T06:37:08.489 INFO:teuthology.run_tasks:Running task console_log... 2024-05-08T06:37:08.587 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f8efecbdf70>, signals=[15]) 2024-05-08T06:37:08.587 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-08T06:37:08.593 INFO:teuthology.task.internal:Opening connections... 2024-05-08T06:37:08.593 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi046.front.sepia.ceph.com 2024-05-08T06:37:08.595 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:37:08.670 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi081.front.sepia.ceph.com 2024-05-08T06:37:08.671 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi081.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:37:08.744 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi138.front.sepia.ceph.com 2024-05-08T06:37:08.745 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:37:08.816 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-08T06:37:08.823 DEBUG:teuthology.orchestra.run.smithi046:> uname -m 2024-05-08T06:37:08.842 INFO:teuthology.orchestra.run.smithi046.stdout:x86_64 2024-05-08T06:37:08.842 DEBUG:teuthology.orchestra.run.smithi046:> cat /etc/os-release 2024-05-08T06:37:08.900 INFO:teuthology.orchestra.run.smithi046.stdout:NAME="CentOS Stream" 2024-05-08T06:37:08.900 INFO:teuthology.orchestra.run.smithi046.stdout:VERSION="9" 2024-05-08T06:37:08.900 INFO:teuthology.orchestra.run.smithi046.stdout:ID="centos" 2024-05-08T06:37:08.900 INFO:teuthology.orchestra.run.smithi046.stdout:ID_LIKE="rhel fedora" 2024-05-08T06:37:08.900 INFO:teuthology.orchestra.run.smithi046.stdout:VERSION_ID="9" 2024-05-08T06:37:08.900 INFO:teuthology.orchestra.run.smithi046.stdout:PLATFORM_ID="platform:el9" 2024-05-08T06:37:08.900 INFO:teuthology.orchestra.run.smithi046.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-08T06:37:08.900 INFO:teuthology.orchestra.run.smithi046.stdout:ANSI_COLOR="0;31" 2024-05-08T06:37:08.901 INFO:teuthology.orchestra.run.smithi046.stdout:LOGO="fedora-logo-icon" 2024-05-08T06:37:08.901 INFO:teuthology.orchestra.run.smithi046.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-08T06:37:08.901 INFO:teuthology.orchestra.run.smithi046.stdout:HOME_URL="https://centos.org/" 2024-05-08T06:37:08.901 INFO:teuthology.orchestra.run.smithi046.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-08T06:37:08.901 INFO:teuthology.orchestra.run.smithi046.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-08T06:37:08.901 INFO:teuthology.orchestra.run.smithi046.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-08T06:37:08.901 INFO:teuthology.lock.ops:Updating smithi046.front.sepia.ceph.com on lock server 2024-05-08T06:37:08.929 DEBUG:teuthology.orchestra.run.smithi081:> uname -m 2024-05-08T06:37:08.947 INFO:teuthology.orchestra.run.smithi081.stdout:x86_64 2024-05-08T06:37:08.947 DEBUG:teuthology.orchestra.run.smithi081:> cat /etc/os-release 2024-05-08T06:37:09.004 INFO:teuthology.orchestra.run.smithi081.stdout:NAME="CentOS Stream" 2024-05-08T06:37:09.004 INFO:teuthology.orchestra.run.smithi081.stdout:VERSION="9" 2024-05-08T06:37:09.004 INFO:teuthology.orchestra.run.smithi081.stdout:ID="centos" 2024-05-08T06:37:09.004 INFO:teuthology.orchestra.run.smithi081.stdout:ID_LIKE="rhel fedora" 2024-05-08T06:37:09.004 INFO:teuthology.orchestra.run.smithi081.stdout:VERSION_ID="9" 2024-05-08T06:37:09.004 INFO:teuthology.orchestra.run.smithi081.stdout:PLATFORM_ID="platform:el9" 2024-05-08T06:37:09.004 INFO:teuthology.orchestra.run.smithi081.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-08T06:37:09.004 INFO:teuthology.orchestra.run.smithi081.stdout:ANSI_COLOR="0;31" 2024-05-08T06:37:09.004 INFO:teuthology.orchestra.run.smithi081.stdout:LOGO="fedora-logo-icon" 2024-05-08T06:37:09.004 INFO:teuthology.orchestra.run.smithi081.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-08T06:37:09.005 INFO:teuthology.orchestra.run.smithi081.stdout:HOME_URL="https://centos.org/" 2024-05-08T06:37:09.005 INFO:teuthology.orchestra.run.smithi081.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-08T06:37:09.005 INFO:teuthology.orchestra.run.smithi081.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-08T06:37:09.005 INFO:teuthology.orchestra.run.smithi081.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-08T06:37:09.005 INFO:teuthology.lock.ops:Updating smithi081.front.sepia.ceph.com on lock server 2024-05-08T06:37:09.029 DEBUG:teuthology.orchestra.run.smithi138:> uname -m 2024-05-08T06:37:09.046 INFO:teuthology.orchestra.run.smithi138.stdout:x86_64 2024-05-08T06:37:09.046 DEBUG:teuthology.orchestra.run.smithi138:> cat /etc/os-release 2024-05-08T06:37:09.103 INFO:teuthology.orchestra.run.smithi138.stdout:NAME="CentOS Stream" 2024-05-08T06:37:09.103 INFO:teuthology.orchestra.run.smithi138.stdout:VERSION="9" 2024-05-08T06:37:09.103 INFO:teuthology.orchestra.run.smithi138.stdout:ID="centos" 2024-05-08T06:37:09.103 INFO:teuthology.orchestra.run.smithi138.stdout:ID_LIKE="rhel fedora" 2024-05-08T06:37:09.103 INFO:teuthology.orchestra.run.smithi138.stdout:VERSION_ID="9" 2024-05-08T06:37:09.103 INFO:teuthology.orchestra.run.smithi138.stdout:PLATFORM_ID="platform:el9" 2024-05-08T06:37:09.103 INFO:teuthology.orchestra.run.smithi138.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-08T06:37:09.103 INFO:teuthology.orchestra.run.smithi138.stdout:ANSI_COLOR="0;31" 2024-05-08T06:37:09.103 INFO:teuthology.orchestra.run.smithi138.stdout:LOGO="fedora-logo-icon" 2024-05-08T06:37:09.103 INFO:teuthology.orchestra.run.smithi138.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-08T06:37:09.104 INFO:teuthology.orchestra.run.smithi138.stdout:HOME_URL="https://centos.org/" 2024-05-08T06:37:09.104 INFO:teuthology.orchestra.run.smithi138.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-08T06:37:09.104 INFO:teuthology.orchestra.run.smithi138.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-08T06:37:09.104 INFO:teuthology.orchestra.run.smithi138.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-08T06:37:09.104 INFO:teuthology.lock.ops:Updating smithi138.front.sepia.ceph.com on lock server 2024-05-08T06:37:09.129 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-08T06:37:09.138 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-08T06:37:09.145 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-08T06:37:09.145 DEBUG:teuthology.orchestra.run.smithi046:> test '!' -e /home/ubuntu/cephtest 2024-05-08T06:37:09.148 DEBUG:teuthology.orchestra.run.smithi081:> test '!' -e /home/ubuntu/cephtest 2024-05-08T06:37:09.150 DEBUG:teuthology.orchestra.run.smithi138:> test '!' -e /home/ubuntu/cephtest 2024-05-08T06:37:09.167 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-08T06:37:09.233 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-08T06:37:09.233 DEBUG:teuthology.orchestra.run.smithi046:> test -z $(ls -A /var/lib/ceph) 2024-05-08T06:37:09.236 DEBUG:teuthology.orchestra.run.smithi081:> test -z $(ls -A /var/lib/ceph) 2024-05-08T06:37:09.238 DEBUG:teuthology.orchestra.run.smithi138:> test -z $(ls -A /var/lib/ceph) 2024-05-08T06:37:09.341 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-08T06:37:09.417 INFO:teuthology.run_tasks:Running task kernel... 2024-05-08T06:37:09.430 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-08T06:37:09.431 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-05-08T06:37:09.431 DEBUG:teuthology.orchestra.run.smithi046:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-08T06:37:09.431 DEBUG:teuthology.orchestra.run.smithi081:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-08T06:37:09.432 DEBUG:teuthology.orchestra.run.smithi138:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-08T06:37:09.448 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:37:09.449 DEBUG:teuthology.orchestra.run.smithi081:> uname -r 2024-05-08T06:37:09.450 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:37:09.450 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:37:09.450 DEBUG:teuthology.orchestra.run.smithi046:> uname -r 2024-05-08T06:37:09.451 DEBUG:teuthology.orchestra.run.smithi138:> uname -r 2024-05-08T06:37:09.506 INFO:teuthology.orchestra.run.smithi081.stdout:5.14.0-437.el9.x86_64 2024-05-08T06:37:09.506 INFO:teuthology.task.kernel:Running kernel on smithi081: 5.14.0-437.el9.x86_64 2024-05-08T06:37:09.506 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum install -y kernel 2024-05-08T06:37:09.508 INFO:teuthology.orchestra.run.smithi046.stdout:5.14.0-437.el9.x86_64 2024-05-08T06:37:09.508 INFO:teuthology.task.kernel:Running kernel on smithi046: 5.14.0-437.el9.x86_64 2024-05-08T06:37:09.508 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum install -y kernel 2024-05-08T06:37:09.509 INFO:teuthology.orchestra.run.smithi138.stdout:5.14.0-437.el9.x86_64 2024-05-08T06:37:09.509 INFO:teuthology.task.kernel:Running kernel on smithi138: 5.14.0-437.el9.x86_64 2024-05-08T06:37:09.509 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum install -y kernel 2024-05-08T06:37:11.721 INFO:teuthology.orchestra.run.smithi081.stdout:CentOS Stream 9 - BaseOS 16 MB/s | 8.1 MB 00:00 2024-05-08T06:37:11.779 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - BaseOS 14 MB/s | 8.1 MB 00:00 2024-05-08T06:37:11.888 INFO:teuthology.orchestra.run.smithi046.stdout:CentOS Stream 9 - BaseOS 10 MB/s | 8.1 MB 00:00 2024-05-08T06:37:16.680 INFO:teuthology.orchestra.run.smithi046.stdout:CentOS Stream 9 - AppStream 5.2 MB/s | 19 MB 00:03 2024-05-08T06:37:17.038 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - AppStream 4.6 MB/s | 19 MB 00:04 2024-05-08T06:37:30.613 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - CRB 639 kB/s | 6.2 MB 00:09 2024-05-08T06:37:31.671 INFO:teuthology.orchestra.run.smithi046.stdout:CentOS Stream 9 - CRB 560 kB/s | 6.2 MB 00:11 2024-05-08T06:37:32.463 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - Extras packages 31 kB/s | 16 kB 00:00 2024-05-08T06:37:34.313 INFO:teuthology.orchestra.run.smithi046.stdout:CentOS Stream 9 - Extras packages 11 kB/s | 16 kB 00:01 2024-05-08T06:37:34.700 INFO:teuthology.orchestra.run.smithi138.stdout:Extra Packages for Enterprise Linux 10 MB/s | 21 MB 00:02 2024-05-08T06:37:35.281 INFO:teuthology.orchestra.run.smithi046.stdout:Extra Packages for Enterprise Linux 26 MB/s | 21 MB 00:00 2024-05-08T06:37:36.978 INFO:teuthology.orchestra.run.smithi081.stdout:CentOS Stream 9 - AppStream 807 kB/s | 19 MB 00:24 2024-05-08T06:37:39.848 INFO:teuthology.orchestra.run.smithi138.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-05-08T06:37:40.673 INFO:teuthology.orchestra.run.smithi046.stdout:lab-extras 35 kB/s | 1.7 kB 00:00 2024-05-08T06:37:41.854 INFO:teuthology.orchestra.run.smithi138.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-08T06:37:41.854 INFO:teuthology.orchestra.run.smithi138.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-08T06:37:41.951 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-05-08T06:37:41.961 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:37:41.962 INFO:teuthology.orchestra.run.smithi138.stdout: Package Architecture Version Repository Size 2024-05-08T06:37:41.962 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:37:41.962 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-05-08T06:37:41.962 INFO:teuthology.orchestra.run.smithi138.stdout: kernel x86_64 5.14.0-444.el9 baseos 484 k 2024-05-08T06:37:41.962 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2024-05-08T06:37:41.962 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-core x86_64 5.14.0-444.el9 baseos 15 M 2024-05-08T06:37:41.962 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-modules x86_64 5.14.0-444.el9 baseos 34 M 2024-05-08T06:37:41.962 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-modules-core x86_64 5.14.0-444.el9 baseos 28 M 2024-05-08T06:37:41.962 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:37:41.962 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-05-08T06:37:41.963 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:37:41.963 INFO:teuthology.orchestra.run.smithi138.stdout:Install 4 Packages 2024-05-08T06:37:41.963 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:37:41.963 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 78 M 2024-05-08T06:37:41.963 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 123 M 2024-05-08T06:37:41.963 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-05-08T06:37:42.182 INFO:teuthology.orchestra.run.smithi138.stdout:(1/4): kernel-5.14.0-444.el9.x86_64.rpm 4.5 MB/s | 484 kB 00:00 2024-05-08T06:37:42.754 INFO:teuthology.orchestra.run.smithi046.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-08T06:37:42.754 INFO:teuthology.orchestra.run.smithi046.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-08T06:37:42.783 INFO:teuthology.orchestra.run.smithi138.stdout:(2/4): kernel-core-5.14.0-444.el9.x86_64.rpm 22 MB/s | 15 MB 00:00 2024-05-08T06:37:42.844 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-05-08T06:37:42.853 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:37:42.853 INFO:teuthology.orchestra.run.smithi046.stdout: Package Architecture Version Repository Size 2024-05-08T06:37:42.853 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:37:42.854 INFO:teuthology.orchestra.run.smithi046.stdout:Installing: 2024-05-08T06:37:42.854 INFO:teuthology.orchestra.run.smithi046.stdout: kernel x86_64 5.14.0-444.el9 baseos 484 k 2024-05-08T06:37:42.854 INFO:teuthology.orchestra.run.smithi046.stdout:Installing dependencies: 2024-05-08T06:37:42.854 INFO:teuthology.orchestra.run.smithi046.stdout: kernel-core x86_64 5.14.0-444.el9 baseos 15 M 2024-05-08T06:37:42.854 INFO:teuthology.orchestra.run.smithi046.stdout: kernel-modules x86_64 5.14.0-444.el9 baseos 34 M 2024-05-08T06:37:42.854 INFO:teuthology.orchestra.run.smithi046.stdout: kernel-modules-core x86_64 5.14.0-444.el9 baseos 28 M 2024-05-08T06:37:42.854 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:37:42.854 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2024-05-08T06:37:42.854 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:37:42.854 INFO:teuthology.orchestra.run.smithi046.stdout:Install 4 Packages 2024-05-08T06:37:42.854 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:37:42.855 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 78 M 2024-05-08T06:37:42.855 INFO:teuthology.orchestra.run.smithi046.stdout:Installed size: 123 M 2024-05-08T06:37:42.855 INFO:teuthology.orchestra.run.smithi046.stdout:Downloading Packages: 2024-05-08T06:37:43.250 INFO:teuthology.orchestra.run.smithi138.stdout:(3/4): kernel-modules-5.14.0-444.el9.x86_64.rpm 29 MB/s | 34 MB 00:01 2024-05-08T06:37:43.609 INFO:teuthology.orchestra.run.smithi138.stdout:(4/4): kernel-modules-core-5.14.0-444.el9.x86_6 20 MB/s | 28 MB 00:01 2024-05-08T06:37:43.609 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:37:43.609 INFO:teuthology.orchestra.run.smithi138.stdout:Total 47 MB/s | 78 MB 00:01 2024-05-08T06:37:43.733 INFO:teuthology.orchestra.run.smithi046.stdout:(1/4): kernel-5.14.0-444.el9.x86_64.rpm 576 kB/s | 484 kB 00:00 2024-05-08T06:37:44.288 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-05-08T06:37:44.646 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-05-08T06:37:44.646 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-05-08T06:37:45.061 INFO:teuthology.orchestra.run.smithi081.stdout:CentOS Stream 9 - CRB 1.4 MB/s | 6.2 MB 00:04 2024-05-08T06:37:45.621 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-05-08T06:37:45.622 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-05-08T06:37:46.274 INFO:teuthology.orchestra.run.smithi046.stdout:(2/4): kernel-core-5.14.0-444.el9.x86_64.rpm 4.6 MB/s | 15 MB 00:03 2024-05-08T06:37:46.404 INFO:teuthology.orchestra.run.smithi081.stdout:CentOS Stream 9 - Extras packages 94 kB/s | 16 kB 00:00 2024-05-08T06:37:46.608 INFO:teuthology.orchestra.run.smithi046.stdout:(3/4): kernel-modules-core-5.14.0-444.el9.x86_6 9.7 MB/s | 28 MB 00:02 2024-05-08T06:37:47.242 INFO:teuthology.orchestra.run.smithi046.stdout:(4/4): kernel-modules-5.14.0-444.el9.x86_64.rpm 7.8 MB/s | 34 MB 00:04 2024-05-08T06:37:47.242 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:37:47.242 INFO:teuthology.orchestra.run.smithi046.stdout:Total 18 MB/s | 78 MB 00:04 2024-05-08T06:37:47.949 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction check 2024-05-08T06:37:48.033 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-05-08T06:37:48.358 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction check succeeded. 2024-05-08T06:37:48.359 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction test 2024-05-08T06:37:48.687 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : kernel-modules-core-5.14.0-444.el9.x86_64 1/4 2024-05-08T06:37:48.776 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T06:37:49.324 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction test succeeded. 2024-05-08T06:37:49.324 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction 2024-05-08T06:37:51.472 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T06:37:51.609 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T06:37:51.893 INFO:teuthology.orchestra.run.smithi046.stdout: Preparing : 1/1 2024-05-08T06:37:52.544 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : kernel-modules-core-5.14.0-444.el9.x86_64 1/4 2024-05-08T06:37:52.625 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T06:37:55.428 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T06:37:55.585 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T06:37:56.298 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T06:37:56.344 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:38:00.659 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T06:38:00.711 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:38:01.066 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:38:05.800 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:38:05.873 INFO:teuthology.orchestra.run.smithi081.stdout:Extra Packages for Enterprise Linux 1.1 MB/s | 21 MB 00:19 2024-05-08T06:38:11.120 INFO:teuthology.orchestra.run.smithi081.stdout:lab-extras 8.5 kB/s | 1.7 kB 00:00 2024-05-08T06:38:13.126 INFO:teuthology.orchestra.run.smithi081.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-08T06:38:13.126 INFO:teuthology.orchestra.run.smithi081.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-08T06:38:13.219 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-05-08T06:38:13.228 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:38:13.228 INFO:teuthology.orchestra.run.smithi081.stdout: Package Architecture Version Repository Size 2024-05-08T06:38:13.228 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:38:13.228 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-05-08T06:38:13.228 INFO:teuthology.orchestra.run.smithi081.stdout: kernel x86_64 5.14.0-444.el9 baseos 484 k 2024-05-08T06:38:13.228 INFO:teuthology.orchestra.run.smithi081.stdout:Installing dependencies: 2024-05-08T06:38:13.229 INFO:teuthology.orchestra.run.smithi081.stdout: kernel-core x86_64 5.14.0-444.el9 baseos 15 M 2024-05-08T06:38:13.229 INFO:teuthology.orchestra.run.smithi081.stdout: kernel-modules x86_64 5.14.0-444.el9 baseos 34 M 2024-05-08T06:38:13.229 INFO:teuthology.orchestra.run.smithi081.stdout: kernel-modules-core x86_64 5.14.0-444.el9 baseos 28 M 2024-05-08T06:38:13.229 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:38:13.229 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-05-08T06:38:13.229 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:38:13.229 INFO:teuthology.orchestra.run.smithi081.stdout:Install 4 Packages 2024-05-08T06:38:13.229 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:38:13.230 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 78 M 2024-05-08T06:38:13.230 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 123 M 2024-05-08T06:38:13.230 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-05-08T06:38:13.905 INFO:teuthology.orchestra.run.smithi081.stdout:(1/4): kernel-5.14.0-444.el9.x86_64.rpm 792 kB/s | 484 kB 00:00 2024-05-08T06:38:15.597 INFO:teuthology.orchestra.run.smithi081.stdout:(2/4): kernel-core-5.14.0-444.el9.x86_64.rpm 6.7 MB/s | 15 MB 00:02 2024-05-08T06:38:19.313 INFO:teuthology.orchestra.run.smithi081.stdout:(3/4): kernel-modules-5.14.0-444.el9.x86_64.rpm 5.6 MB/s | 34 MB 00:06 2024-05-08T06:38:20.414 INFO:teuthology.orchestra.run.smithi081.stdout:(4/4): kernel-modules-core-5.14.0-444.el9.x86_6 4.3 MB/s | 28 MB 00:06 2024-05-08T06:38:20.414 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:38:20.414 INFO:teuthology.orchestra.run.smithi081.stdout:Total 11 MB/s | 78 MB 00:07 2024-05-08T06:38:21.097 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-05-08T06:38:21.436 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-05-08T06:38:21.436 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-05-08T06:38:22.372 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-05-08T06:38:22.373 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-05-08T06:38:24.794 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-05-08T06:38:25.707 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : kernel-modules-core-5.14.0-444.el9.x86_64 1/4 2024-05-08T06:38:25.789 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T06:38:28.445 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T06:38:28.587 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T06:38:30.658 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:38:30.697 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:38:31.047 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:38:31.047 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : kernel-5.14.0-444.el9.x86_64 1/4 2024-05-08T06:38:31.047 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T06:38:31.047 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T06:38:31.825 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:38:31.825 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:38:31.826 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-05-08T06:38:31.826 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-5.14.0-444.el9.x86_64 2024-05-08T06:38:31.826 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-core-5.14.0-444.el9.x86_64 2024-05-08T06:38:31.826 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-modules-5.14.0-444.el9.x86_64 2024-05-08T06:38:31.826 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-modules-core-5.14.0-444.el9.x86_64 2024-05-08T06:38:31.826 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:38:31.826 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-05-08T06:38:32.181 DEBUG:teuthology.orchestra.run.smithi138:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T06:38:32.255 INFO:teuthology.orchestra.run.smithi138.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T06:38:32.255 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T06:38:32.255 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-444.el9.x86_64 2024-05-08T06:38:32.255 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-08T06:38:32.256 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-08T06:38:32.256 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-05-08T06:38:32.256 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi138.front.sepia.ceph.com, path=None, version=distro) 2024-05-08T06:38:32.256 DEBUG:teuthology.orchestra.run.smithi138:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T06:38:32.305 INFO:teuthology.orchestra.run.smithi138.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T06:38:32.305 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T06:38:32.306 DEBUG:teuthology.orchestra.run.smithi138:> sudo rpm -qi grub2-tools 2024-05-08T06:38:32.335 INFO:teuthology.orchestra.run.smithi138.stdout:Name : grub2-tools 2024-05-08T06:38:32.335 INFO:teuthology.orchestra.run.smithi138.stdout:Epoch : 1 2024-05-08T06:38:32.336 INFO:teuthology.orchestra.run.smithi138.stdout:Version : 2.06 2024-05-08T06:38:32.336 INFO:teuthology.orchestra.run.smithi138.stdout:Release : 68.el9 2024-05-08T06:38:32.336 INFO:teuthology.orchestra.run.smithi138.stdout:Architecture: x86_64 2024-05-08T06:38:32.336 INFO:teuthology.orchestra.run.smithi138.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-08T06:38:32.336 INFO:teuthology.orchestra.run.smithi138.stdout:Group : Unspecified 2024-05-08T06:38:32.336 INFO:teuthology.orchestra.run.smithi138.stdout:Size : 8264254 2024-05-08T06:38:32.336 INFO:teuthology.orchestra.run.smithi138.stdout:License : GPLv3+ 2024-05-08T06:38:32.336 INFO:teuthology.orchestra.run.smithi138.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-08T06:38:32.336 INFO:teuthology.orchestra.run.smithi138.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-08T06:38:32.336 INFO:teuthology.orchestra.run.smithi138.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-08T06:38:32.336 INFO:teuthology.orchestra.run.smithi138.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-08T06:38:32.336 INFO:teuthology.orchestra.run.smithi138.stdout:Packager : builder@centos.org 2024-05-08T06:38:32.336 INFO:teuthology.orchestra.run.smithi138.stdout:Vendor : CentOS 2024-05-08T06:38:32.336 INFO:teuthology.orchestra.run.smithi138.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-08T06:38:32.336 INFO:teuthology.orchestra.run.smithi138.stdout:Summary : Support tools for GRUB. 2024-05-08T06:38:32.337 INFO:teuthology.orchestra.run.smithi138.stdout:Description : 2024-05-08T06:38:32.337 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:38:32.337 INFO:teuthology.orchestra.run.smithi138.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-08T06:38:32.337 INFO:teuthology.orchestra.run.smithi138.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-08T06:38:32.337 INFO:teuthology.orchestra.run.smithi138.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-08T06:38:32.337 INFO:teuthology.orchestra.run.smithi138.stdout:hardware devices. 2024-05-08T06:38:32.337 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:38:32.337 INFO:teuthology.orchestra.run.smithi138.stdout:This subpackage provides tools for support of all platforms. 2024-05-08T06:38:32.338 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-08T06:38:32.338 INFO:teuthology.task.kernel:Updating grub on smithi138 to boot 5.14.0-444.el9.x86_64 2024-05-08T06:38:32.338 DEBUG:teuthology.orchestra.run.smithi138:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-08T06:38:33.026 INFO:teuthology.orchestra.run.smithi138.stderr:Generating grub configuration file ... 2024-05-08T06:38:33.262 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T06:38:33.365 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:38:34.416 INFO:teuthology.orchestra.run.smithi138.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-08T06:38:34.458 INFO:teuthology.orchestra.run.smithi138.stderr:done 2024-05-08T06:38:34.460 DEBUG:teuthology.orchestra.run.smithi138:> mktemp 2024-05-08T06:38:34.477 INFO:teuthology.orchestra.run.smithi138.stdout:/tmp/tmp.chZ6APUhMo 2024-05-08T06:38:34.477 DEBUG:teuthology.orchestra.run.smithi138:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.chZ6APUhMo 2024-05-08T06:38:34.542 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod 0666 /tmp/tmp.chZ6APUhMo 2024-05-08T06:38:34.677 DEBUG:teuthology.orchestra.remote:smithi138:/tmp/tmp.chZ6APUhMo is 6KB 2024-05-08T06:38:34.726 DEBUG:teuthology.orchestra.run.smithi138:> rm -fr /tmp/tmp.chZ6APUhMo 2024-05-08T06:38:34.740 DEBUG:teuthology.orchestra.run.smithi138:> sudo /bin/ls /boot/loader/entries || true 2024-05-08T06:38:34.806 INFO:teuthology.orchestra.run.smithi138.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-08T06:38:34.806 INFO:teuthology.orchestra.run.smithi138.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-08T06:38:34.806 INFO:teuthology.orchestra.run.smithi138.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-08T06:38:34.806 INFO:teuthology.orchestra.run.smithi138.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64.conf 2024-05-08T06:38:34.807 DEBUG:teuthology.orchestra.run.smithi138:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64 2024-05-08T06:38:34.967 DEBUG:teuthology.orchestra.run.smithi138:> sudo shutdown -r now 2024-05-08T06:38:35.044 ERROR:paramiko.transport:Socket exception: Connection reset by peer (104) 2024-05-08T06:38:36.847 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:38:36.886 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:38:37.267 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:38:37.267 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : kernel-5.14.0-444.el9.x86_64 1/4 2024-05-08T06:38:37.267 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T06:38:37.267 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T06:38:38.145 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:38:38.201 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:38:38.201 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:38:38.201 INFO:teuthology.orchestra.run.smithi046.stdout:Installed: 2024-05-08T06:38:38.201 INFO:teuthology.orchestra.run.smithi046.stdout: kernel-5.14.0-444.el9.x86_64 2024-05-08T06:38:38.201 INFO:teuthology.orchestra.run.smithi046.stdout: kernel-core-5.14.0-444.el9.x86_64 2024-05-08T06:38:38.201 INFO:teuthology.orchestra.run.smithi046.stdout: kernel-modules-5.14.0-444.el9.x86_64 2024-05-08T06:38:38.201 INFO:teuthology.orchestra.run.smithi046.stdout: kernel-modules-core-5.14.0-444.el9.x86_64 2024-05-08T06:38:38.201 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:38:38.201 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-05-08T06:38:38.540 DEBUG:teuthology.orchestra.run.smithi046:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T06:38:38.618 INFO:teuthology.orchestra.run.smithi046.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T06:38:38.618 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T06:38:38.618 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-444.el9.x86_64 2024-05-08T06:38:38.618 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-08T06:38:38.618 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-08T06:38:38.619 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-08T06:38:38.619 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi046.front.sepia.ceph.com, path=None, version=distro) 2024-05-08T06:38:38.619 DEBUG:teuthology.orchestra.run.smithi046:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T06:38:38.669 INFO:teuthology.orchestra.run.smithi046.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T06:38:38.669 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T06:38:38.670 DEBUG:teuthology.orchestra.run.smithi046:> sudo rpm -qi grub2-tools 2024-05-08T06:38:38.706 INFO:teuthology.orchestra.run.smithi046.stdout:Name : grub2-tools 2024-05-08T06:38:38.706 INFO:teuthology.orchestra.run.smithi046.stdout:Epoch : 1 2024-05-08T06:38:38.706 INFO:teuthology.orchestra.run.smithi046.stdout:Version : 2.06 2024-05-08T06:38:38.706 INFO:teuthology.orchestra.run.smithi046.stdout:Release : 68.el9 2024-05-08T06:38:38.706 INFO:teuthology.orchestra.run.smithi046.stdout:Architecture: x86_64 2024-05-08T06:38:38.706 INFO:teuthology.orchestra.run.smithi046.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-08T06:38:38.706 INFO:teuthology.orchestra.run.smithi046.stdout:Group : Unspecified 2024-05-08T06:38:38.706 INFO:teuthology.orchestra.run.smithi046.stdout:Size : 8264254 2024-05-08T06:38:38.706 INFO:teuthology.orchestra.run.smithi046.stdout:License : GPLv3+ 2024-05-08T06:38:38.707 INFO:teuthology.orchestra.run.smithi046.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-08T06:38:38.707 INFO:teuthology.orchestra.run.smithi046.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-08T06:38:38.707 INFO:teuthology.orchestra.run.smithi046.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-08T06:38:38.707 INFO:teuthology.orchestra.run.smithi046.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-08T06:38:38.707 INFO:teuthology.orchestra.run.smithi046.stdout:Packager : builder@centos.org 2024-05-08T06:38:38.707 INFO:teuthology.orchestra.run.smithi046.stdout:Vendor : CentOS 2024-05-08T06:38:38.707 INFO:teuthology.orchestra.run.smithi046.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-08T06:38:38.707 INFO:teuthology.orchestra.run.smithi046.stdout:Summary : Support tools for GRUB. 2024-05-08T06:38:38.707 INFO:teuthology.orchestra.run.smithi046.stdout:Description : 2024-05-08T06:38:38.707 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:38:38.707 INFO:teuthology.orchestra.run.smithi046.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-08T06:38:38.708 INFO:teuthology.orchestra.run.smithi046.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-08T06:38:38.708 INFO:teuthology.orchestra.run.smithi046.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-08T06:38:38.708 INFO:teuthology.orchestra.run.smithi046.stdout:hardware devices. 2024-05-08T06:38:38.708 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:38:38.708 INFO:teuthology.orchestra.run.smithi046.stdout:This subpackage provides tools for support of all platforms. 2024-05-08T06:38:38.709 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-08T06:38:38.709 INFO:teuthology.task.kernel:Updating grub on smithi046 to boot 5.14.0-444.el9.x86_64 2024-05-08T06:38:38.709 DEBUG:teuthology.orchestra.run.smithi046:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-08T06:38:39.378 INFO:teuthology.orchestra.run.smithi046.stderr:Generating grub configuration file ... 2024-05-08T06:38:40.773 INFO:teuthology.orchestra.run.smithi046.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-08T06:38:40.802 INFO:teuthology.orchestra.run.smithi046.stderr:done 2024-05-08T06:38:40.804 DEBUG:teuthology.orchestra.run.smithi046:> mktemp 2024-05-08T06:38:40.821 INFO:teuthology.orchestra.run.smithi046.stdout:/tmp/tmp.EVOIRWV8Mw 2024-05-08T06:38:40.821 DEBUG:teuthology.orchestra.run.smithi046:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.EVOIRWV8Mw 2024-05-08T06:38:40.889 DEBUG:teuthology.orchestra.run.smithi046:> sudo chmod 0666 /tmp/tmp.EVOIRWV8Mw 2024-05-08T06:38:41.027 DEBUG:teuthology.orchestra.remote:smithi046:/tmp/tmp.EVOIRWV8Mw is 6KB 2024-05-08T06:38:41.074 DEBUG:teuthology.orchestra.run.smithi046:> rm -fr /tmp/tmp.EVOIRWV8Mw 2024-05-08T06:38:41.091 DEBUG:teuthology.orchestra.run.smithi046:> sudo /bin/ls /boot/loader/entries || true 2024-05-08T06:38:41.153 INFO:teuthology.orchestra.run.smithi046.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-08T06:38:41.154 INFO:teuthology.orchestra.run.smithi046.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-08T06:38:41.154 INFO:teuthology.orchestra.run.smithi046.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-08T06:38:41.154 INFO:teuthology.orchestra.run.smithi046.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64.conf 2024-05-08T06:38:41.155 DEBUG:teuthology.orchestra.run.smithi046:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64 2024-05-08T06:38:41.306 DEBUG:teuthology.orchestra.run.smithi046:> sudo shutdown -r now 2024-05-08T06:39:04.970 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-05-08T06:39:04.971 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-05-08T06:39:04.972 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:39:07.548 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:39:07.586 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:39:07.936 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:39:07.937 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : kernel-5.14.0-444.el9.x86_64 1/4 2024-05-08T06:39:07.937 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T06:39:07.937 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T06:39:08.740 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:39:08.740 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:39:08.740 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-05-08T06:39:08.740 INFO:teuthology.orchestra.run.smithi081.stdout: kernel-5.14.0-444.el9.x86_64 2024-05-08T06:39:08.741 INFO:teuthology.orchestra.run.smithi081.stdout: kernel-core-5.14.0-444.el9.x86_64 2024-05-08T06:39:08.741 INFO:teuthology.orchestra.run.smithi081.stdout: kernel-modules-5.14.0-444.el9.x86_64 2024-05-08T06:39:08.741 INFO:teuthology.orchestra.run.smithi081.stdout: kernel-modules-core-5.14.0-444.el9.x86_64 2024-05-08T06:39:08.741 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:39:08.741 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-05-08T06:39:09.101 DEBUG:teuthology.orchestra.run.smithi081:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T06:39:09.180 INFO:teuthology.orchestra.run.smithi081.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T06:39:09.180 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T06:39:09.180 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-444.el9.x86_64 2024-05-08T06:39:09.180 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-08T06:39:09.180 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-08T06:39:09.180 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-08T06:39:09.180 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi081.front.sepia.ceph.com, path=None, version=distro) 2024-05-08T06:39:09.180 DEBUG:teuthology.orchestra.run.smithi081:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T06:39:09.229 INFO:teuthology.orchestra.run.smithi081.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T06:39:09.229 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T06:39:09.230 DEBUG:teuthology.orchestra.run.smithi081:> sudo rpm -qi grub2-tools 2024-05-08T06:39:09.260 INFO:teuthology.orchestra.run.smithi081.stdout:Name : grub2-tools 2024-05-08T06:39:09.260 INFO:teuthology.orchestra.run.smithi081.stdout:Epoch : 1 2024-05-08T06:39:09.260 INFO:teuthology.orchestra.run.smithi081.stdout:Version : 2.06 2024-05-08T06:39:09.260 INFO:teuthology.orchestra.run.smithi081.stdout:Release : 68.el9 2024-05-08T06:39:09.260 INFO:teuthology.orchestra.run.smithi081.stdout:Architecture: x86_64 2024-05-08T06:39:09.260 INFO:teuthology.orchestra.run.smithi081.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-08T06:39:09.260 INFO:teuthology.orchestra.run.smithi081.stdout:Group : Unspecified 2024-05-08T06:39:09.260 INFO:teuthology.orchestra.run.smithi081.stdout:Size : 8264254 2024-05-08T06:39:09.260 INFO:teuthology.orchestra.run.smithi081.stdout:License : GPLv3+ 2024-05-08T06:39:09.261 INFO:teuthology.orchestra.run.smithi081.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-08T06:39:09.261 INFO:teuthology.orchestra.run.smithi081.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-08T06:39:09.261 INFO:teuthology.orchestra.run.smithi081.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-08T06:39:09.261 INFO:teuthology.orchestra.run.smithi081.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-08T06:39:09.261 INFO:teuthology.orchestra.run.smithi081.stdout:Packager : builder@centos.org 2024-05-08T06:39:09.261 INFO:teuthology.orchestra.run.smithi081.stdout:Vendor : CentOS 2024-05-08T06:39:09.261 INFO:teuthology.orchestra.run.smithi081.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-08T06:39:09.261 INFO:teuthology.orchestra.run.smithi081.stdout:Summary : Support tools for GRUB. 2024-05-08T06:39:09.261 INFO:teuthology.orchestra.run.smithi081.stdout:Description : 2024-05-08T06:39:09.261 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:39:09.261 INFO:teuthology.orchestra.run.smithi081.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-08T06:39:09.261 INFO:teuthology.orchestra.run.smithi081.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-08T06:39:09.261 INFO:teuthology.orchestra.run.smithi081.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-08T06:39:09.261 INFO:teuthology.orchestra.run.smithi081.stdout:hardware devices. 2024-05-08T06:39:09.261 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:39:09.261 INFO:teuthology.orchestra.run.smithi081.stdout:This subpackage provides tools for support of all platforms. 2024-05-08T06:39:09.262 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-08T06:39:09.262 INFO:teuthology.task.kernel:Updating grub on smithi081 to boot 5.14.0-444.el9.x86_64 2024-05-08T06:39:09.263 DEBUG:teuthology.orchestra.run.smithi081:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-08T06:39:09.852 INFO:teuthology.orchestra.run.smithi081.stderr:Generating grub configuration file ... 2024-05-08T06:39:11.309 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-08T06:39:11.309 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-05-08T06:39:11.310 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:39:11.400 INFO:teuthology.orchestra.run.smithi081.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-08T06:39:11.430 INFO:teuthology.orchestra.run.smithi081.stderr:done 2024-05-08T06:39:11.432 DEBUG:teuthology.orchestra.run.smithi081:> mktemp 2024-05-08T06:39:11.447 INFO:teuthology.orchestra.run.smithi081.stdout:/tmp/tmp.dQXRWhVQ8E 2024-05-08T06:39:11.448 DEBUG:teuthology.orchestra.run.smithi081:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.dQXRWhVQ8E 2024-05-08T06:39:11.514 DEBUG:teuthology.orchestra.run.smithi081:> sudo chmod 0666 /tmp/tmp.dQXRWhVQ8E 2024-05-08T06:39:11.655 DEBUG:teuthology.orchestra.remote:smithi081:/tmp/tmp.dQXRWhVQ8E is 6KB 2024-05-08T06:39:11.704 DEBUG:teuthology.orchestra.run.smithi081:> rm -fr /tmp/tmp.dQXRWhVQ8E 2024-05-08T06:39:11.718 DEBUG:teuthology.orchestra.run.smithi081:> sudo /bin/ls /boot/loader/entries || true 2024-05-08T06:39:11.779 INFO:teuthology.orchestra.run.smithi081.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-08T06:39:11.779 INFO:teuthology.orchestra.run.smithi081.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-08T06:39:11.779 INFO:teuthology.orchestra.run.smithi081.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-08T06:39:11.779 INFO:teuthology.orchestra.run.smithi081.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64.conf 2024-05-08T06:39:11.780 DEBUG:teuthology.orchestra.run.smithi081:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64 2024-05-08T06:39:11.937 DEBUG:teuthology.orchestra.run.smithi081:> sudo shutdown -r now 2024-05-08T06:39:23.423 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.138 2024-05-08T06:39:29.822 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.46 2024-05-08T06:39:32.426 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-05-08T06:39:32.427 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:39:35.486 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.138 2024-05-08T06:39:38.825 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-05-08T06:39:38.825 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:39:41.886 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.46 2024-05-08T06:39:41.940 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-08T06:39:41.940 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi081.front.sepia.ceph.com' 2024-05-08T06:39:41.941 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi081.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:39:47.642 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-05-08T06:39:47.643 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:39:53.890 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-05-08T06:39:53.891 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:40:00.286 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.81 2024-05-08T06:40:06.178 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.138 2024-05-08T06:40:09.290 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi081.front.sepia.ceph.com' 2024-05-08T06:40:09.291 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi081.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:40:12.350 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.81 2024-05-08T06:40:21.188 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-05-08T06:40:21.189 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:40:21.484 DEBUG:teuthology.orchestra.run.smithi138:> true 2024-05-08T06:40:21.990 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-05-08T06:40:21.990 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-444.el9.x86_64"... 2024-05-08T06:40:21.990 DEBUG:teuthology.orchestra.run.smithi138:> uname -r 2024-05-08T06:40:22.014 INFO:teuthology.orchestra.run.smithi138.stdout:5.14.0-444.el9.x86_64 2024-05-08T06:40:22.015 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-444.el9.x86_64 vs 5.14.0-444.el9.x86_64 2024-05-08T06:40:22.015 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-08T06:40:22.015 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-08T06:40:23.016 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-05-08T06:40:23.016 DEBUG:teuthology.orchestra.run.smithi138:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-08T06:40:23.086 INFO:teuthology.orchestra.run.smithi138.stdout:ttyS1 2024-05-08T06:40:23.127 DEBUG:teuthology.parallel:result is None 2024-05-08T06:40:24.351 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi081.front.sepia.ceph.com' 2024-05-08T06:40:24.352 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi081.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:40:42.782 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.81 2024-05-08T06:40:53.893 DEBUG:teuthology.orchestra.remote:timed out 2024-05-08T06:40:57.783 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi081.front.sepia.ceph.com' 2024-05-08T06:40:57.785 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi081.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:40:58.158 DEBUG:teuthology.orchestra.run.smithi081:> true 2024-05-08T06:40:58.580 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi081.front.sepia.ceph.com' 2024-05-08T06:40:58.580 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-444.el9.x86_64"... 2024-05-08T06:40:58.580 DEBUG:teuthology.orchestra.run.smithi081:> uname -r 2024-05-08T06:40:58.595 INFO:teuthology.orchestra.run.smithi081.stdout:5.14.0-444.el9.x86_64 2024-05-08T06:40:58.596 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-444.el9.x86_64 vs 5.14.0-444.el9.x86_64 2024-05-08T06:40:58.596 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-08T06:40:58.596 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-08T06:40:59.597 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-08T06:40:59.597 DEBUG:teuthology.orchestra.run.smithi081:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-08T06:40:59.665 INFO:teuthology.orchestra.run.smithi081.stdout:ttyS1 2024-05-08T06:40:59.707 DEBUG:teuthology.parallel:result is None 2024-05-08T06:41:08.894 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-05-08T06:41:08.895 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:41:09.233 DEBUG:teuthology.orchestra.run.smithi046:> true 2024-05-08T06:41:09.600 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-05-08T06:41:09.600 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-444.el9.x86_64"... 2024-05-08T06:41:09.600 DEBUG:teuthology.orchestra.run.smithi046:> uname -r 2024-05-08T06:41:09.657 INFO:teuthology.orchestra.run.smithi046.stdout:5.14.0-444.el9.x86_64 2024-05-08T06:41:09.657 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-444.el9.x86_64 vs 5.14.0-444.el9.x86_64 2024-05-08T06:41:09.657 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-08T06:41:09.657 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-08T06:41:10.659 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-08T06:41:10.659 DEBUG:teuthology.orchestra.run.smithi046:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-08T06:41:10.728 INFO:teuthology.orchestra.run.smithi046.stdout:ttyS1 2024-05-08T06:41:10.761 DEBUG:teuthology.parallel:result is None 2024-05-08T06:41:10.762 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-08T06:41:10.769 INFO:teuthology.task.internal:Creating test directory... 2024-05-08T06:41:10.769 DEBUG:teuthology.orchestra.run.smithi046:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-08T06:41:10.771 DEBUG:teuthology.orchestra.run.smithi081:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-08T06:41:10.774 DEBUG:teuthology.orchestra.run.smithi138:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-08T06:41:10.793 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-08T06:41:10.801 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-08T06:41:10.807 INFO:teuthology.task.internal:Creating archive directory... 2024-05-08T06:41:10.807 DEBUG:teuthology.orchestra.run.smithi046:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-08T06:41:10.830 DEBUG:teuthology.orchestra.run.smithi081:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-08T06:41:10.834 DEBUG:teuthology.orchestra.run.smithi138:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-08T06:41:10.947 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-08T06:41:10.954 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-08T06:41:10.954 DEBUG:teuthology.orchestra.run.smithi046:> 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-05-08T06:41:10.957 DEBUG:teuthology.orchestra.run.smithi081:> 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-05-08T06:41:10.960 DEBUG:teuthology.orchestra.run.smithi138:> 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-05-08T06:41:10.991 INFO:teuthology.orchestra.run.smithi081.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T06:41:10.991 INFO:teuthology.orchestra.run.smithi046.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T06:41:10.993 INFO:teuthology.orchestra.run.smithi138.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T06:41:11.002 INFO:teuthology.orchestra.run.smithi081.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T06:41:11.003 INFO:teuthology.orchestra.run.smithi046.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T06:41:11.005 INFO:teuthology.orchestra.run.smithi138.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T06:41:11.006 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-08T06:41:11.015 INFO:teuthology.task.internal:Configuring sudo... 2024-05-08T06:41:11.016 DEBUG:teuthology.orchestra.run.smithi046:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-08T06:41:11.048 DEBUG:teuthology.orchestra.run.smithi081:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-08T06:41:11.051 DEBUG:teuthology.orchestra.run.smithi138:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-08T06:41:11.079 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-08T06:41:11.088 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-08T06:41:11.089 DEBUG:teuthology.orchestra.run.smithi046:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-08T06:41:11.117 DEBUG:teuthology.orchestra.run.smithi081:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-08T06:41:11.120 DEBUG:teuthology.orchestra.run.smithi138:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-08T06:41:11.136 DEBUG:teuthology.orchestra.run.smithi046:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T06:41:11.221 DEBUG:teuthology.orchestra.run.smithi046:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T06:41:11.272 DEBUG:teuthology.orchestra.run.smithi046:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T06:41:11.354 DEBUG:teuthology.orchestra.run.smithi046:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T06:41:11.401 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-05-08T06:41:11.401 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-08T06:41:11.466 DEBUG:teuthology.orchestra.run.smithi081:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T06:41:11.515 DEBUG:teuthology.orchestra.run.smithi081:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T06:41:11.570 DEBUG:teuthology.orchestra.run.smithi081:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T06:41:11.654 DEBUG:teuthology.orchestra.run.smithi081:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T06:41:11.698 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-05-08T06:41:11.698 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-08T06:41:11.766 DEBUG:teuthology.orchestra.run.smithi138:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T06:41:11.813 DEBUG:teuthology.orchestra.run.smithi138:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T06:41:11.870 DEBUG:teuthology.orchestra.run.smithi138:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T06:41:11.953 DEBUG:teuthology.orchestra.run.smithi138:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T06:41:11.998 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-05-08T06:41:11.998 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-08T06:41:12.063 DEBUG:teuthology.orchestra.run.smithi046:> sudo service rsyslog restart 2024-05-08T06:41:12.066 DEBUG:teuthology.orchestra.run.smithi081:> sudo service rsyslog restart 2024-05-08T06:41:12.068 DEBUG:teuthology.orchestra.run.smithi138:> sudo service rsyslog restart 2024-05-08T06:41:12.111 INFO:teuthology.orchestra.run.smithi046.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T06:41:12.118 INFO:teuthology.orchestra.run.smithi081.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T06:41:12.158 INFO:teuthology.orchestra.run.smithi138.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T06:41:12.636 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-08T06:41:12.644 INFO:teuthology.task.internal:Starting timer... 2024-05-08T06:41:12.644 INFO:teuthology.run_tasks:Running task pcp... 2024-05-08T06:41:12.675 INFO:teuthology.run_tasks:Running task selinux... 2024-05-08T06:41:12.684 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-05-08T06:41:12.684 DEBUG:teuthology.orchestra.run.smithi046:> sudo service auditd rotate 2024-05-08T06:41:12.731 INFO:teuthology.orchestra.run.smithi046.stdout:Rotating logs: 2024-05-08T06:41:12.733 DEBUG:teuthology.orchestra.run.smithi081:> sudo service auditd rotate 2024-05-08T06:41:12.806 INFO:teuthology.orchestra.run.smithi081.stdout:Rotating logs: 2024-05-08T06:41:12.808 DEBUG:teuthology.orchestra.run.smithi138:> sudo service auditd rotate 2024-05-08T06:41:12.889 INFO:teuthology.orchestra.run.smithi138.stdout:Rotating logs: 2024-05-08T06:41:12.891 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-08T06:41:12.891 DEBUG:teuthology.orchestra.run.smithi046:> /usr/sbin/getenforce 2024-05-08T06:41:12.919 INFO:teuthology.orchestra.run.smithi046.stdout:Permissive 2024-05-08T06:41:12.919 DEBUG:teuthology.orchestra.run.smithi081:> /usr/sbin/getenforce 2024-05-08T06:41:12.948 INFO:teuthology.orchestra.run.smithi081.stdout:Permissive 2024-05-08T06:41:12.948 DEBUG:teuthology.orchestra.run.smithi138:> /usr/sbin/getenforce 2024-05-08T06:41:12.985 INFO:teuthology.orchestra.run.smithi138.stdout:Permissive 2024-05-08T06:41:12.985 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi046.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi081.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi138.front.sepia.ceph.com': 'permissive'} 2024-05-08T06:41:12.986 DEBUG:teuthology.orchestra.run.smithi046:> 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 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-08T06:41:13.015 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:41:13.016 DEBUG:teuthology.orchestra.run.smithi081:> 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 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-08T06:41:13.044 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:41:13.045 DEBUG:teuthology.orchestra.run.smithi138:> 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 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-08T06:41:13.073 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:41:13.074 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-08T06:41:13.074 DEBUG:teuthology.orchestra.run.smithi046:> sudo /usr/sbin/setenforce permissive 2024-05-08T06:41:13.105 DEBUG:teuthology.orchestra.run.smithi081:> sudo /usr/sbin/setenforce permissive 2024-05-08T06:41:13.133 DEBUG:teuthology.orchestra.run.smithi138:> sudo /usr/sbin/setenforce permissive 2024-05-08T06:41:13.160 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-08T06:41:13.169 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-08T06:41:13.210 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-05-08T06:41:13.211 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi046.front.sepia.ceph.com,smithi081.front.sepia.ceph.com,smithi138.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-08T06:45:27.602 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi046.front.sepia.ceph.com'), Remote(name='ubuntu@smithi081.front.sepia.ceph.com'), Remote(name='ubuntu@smithi138.front.sepia.ceph.com')] 2024-05-08T06:45:27.604 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-05-08T06:45:27.605 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:45:27.685 DEBUG:teuthology.orchestra.run.smithi046:> true 2024-05-08T06:45:27.763 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-05-08T06:45:27.763 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi081.front.sepia.ceph.com' 2024-05-08T06:45:27.764 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi081.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:45:27.837 DEBUG:teuthology.orchestra.run.smithi081:> true 2024-05-08T06:45:27.922 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi081.front.sepia.ceph.com' 2024-05-08T06:45:27.923 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-05-08T06:45:27.923 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:45:28.005 DEBUG:teuthology.orchestra.run.smithi138:> true 2024-05-08T06:45:28.086 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-05-08T06:45:28.086 INFO:teuthology.run_tasks:Running task clock... 2024-05-08T06:45:28.098 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-08T06:45:28.099 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-08T06:45:28.099 DEBUG:teuthology.orchestra.run.smithi046:> 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-05-08T06:45:28.103 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-08T06:45:28.103 DEBUG:teuthology.orchestra.run.smithi081:> 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-05-08T06:45:28.106 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-08T06:45:28.106 DEBUG:teuthology.orchestra.run.smithi138:> 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-05-08T06:45:28.134 INFO:teuthology.orchestra.run.smithi081.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-08T06:45:28.134 INFO:teuthology.orchestra.run.smithi046.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-08T06:45:28.148 INFO:teuthology.orchestra.run.smithi081.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-08T06:45:28.150 INFO:teuthology.orchestra.run.smithi046.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-08T06:45:28.157 INFO:teuthology.orchestra.run.smithi138.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-08T06:45:28.171 INFO:teuthology.orchestra.run.smithi138.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-08T06:45:28.172 INFO:teuthology.orchestra.run.smithi081.stderr:sudo: ntpd: command not found 2024-05-08T06:45:28.177 INFO:teuthology.orchestra.run.smithi046.stderr:sudo: ntpd: command not found 2024-05-08T06:45:28.183 INFO:teuthology.orchestra.run.smithi081.stdout:506 Cannot talk to daemon 2024-05-08T06:45:28.189 INFO:teuthology.orchestra.run.smithi046.stdout:506 Cannot talk to daemon 2024-05-08T06:45:28.195 INFO:teuthology.orchestra.run.smithi138.stderr:sudo: ntpd: command not found 2024-05-08T06:45:28.198 INFO:teuthology.orchestra.run.smithi081.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-08T06:45:28.205 INFO:teuthology.orchestra.run.smithi046.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-08T06:45:28.206 INFO:teuthology.orchestra.run.smithi138.stdout:506 Cannot talk to daemon 2024-05-08T06:45:28.211 INFO:teuthology.orchestra.run.smithi081.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-08T06:45:28.220 INFO:teuthology.orchestra.run.smithi046.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-08T06:45:28.220 INFO:teuthology.orchestra.run.smithi138.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-08T06:45:28.234 INFO:teuthology.orchestra.run.smithi138.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-08T06:45:28.266 INFO:teuthology.orchestra.run.smithi081.stderr:bash: line 1: ntpq: command not found 2024-05-08T06:45:28.270 INFO:teuthology.orchestra.run.smithi081.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T06:45:28.270 INFO:teuthology.orchestra.run.smithi081.stdout:=============================================================================== 2024-05-08T06:45:28.270 INFO:teuthology.orchestra.run.smithi081.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:45:28.270 INFO:teuthology.orchestra.run.smithi081.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:45:28.271 INFO:teuthology.orchestra.run.smithi081.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:45:28.271 INFO:teuthology.orchestra.run.smithi081.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:45:28.276 INFO:teuthology.orchestra.run.smithi046.stderr:bash: line 1: ntpq: command not found 2024-05-08T06:45:28.280 INFO:teuthology.orchestra.run.smithi046.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T06:45:28.280 INFO:teuthology.orchestra.run.smithi046.stdout:=============================================================================== 2024-05-08T06:45:28.280 INFO:teuthology.orchestra.run.smithi046.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:45:28.280 INFO:teuthology.orchestra.run.smithi046.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:45:28.280 INFO:teuthology.orchestra.run.smithi046.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:45:28.280 INFO:teuthology.orchestra.run.smithi046.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:45:28.291 INFO:teuthology.orchestra.run.smithi138.stderr:bash: line 1: ntpq: command not found 2024-05-08T06:45:28.294 INFO:teuthology.orchestra.run.smithi138.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T06:45:28.294 INFO:teuthology.orchestra.run.smithi138.stdout:=============================================================================== 2024-05-08T06:45:28.295 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:45:28.295 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:45:28.295 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:45:28.295 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:45:28.296 INFO:teuthology.run_tasks:Running task install... 2024-05-08T06:45:28.304 DEBUG:teuthology.task.install:project ceph 2024-05-08T06:45:28.304 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '7c8f650b36e258f639fa4a83becade57cbfd2009'}} 2024-05-08T06:45:28.304 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '7c8f650b36e258f639fa4a83becade57cbfd2009'} 2024-05-08T06:45:28.304 INFO:teuthology.task.install:Using flavor: default 2024-05-08T06:45:28.310 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-05-08T06:45:28.310 INFO:teuthology.task.install:extra packages: [] 2024-05-08T06:45:28.311 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': '7c8f650b36e258f639fa4a83becade57cbfd2009', 'tag': None, 'wait_for_package': False} 2024-05-08T06:45:28.311 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:45:28.313 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': '7c8f650b36e258f639fa4a83becade57cbfd2009', 'tag': None, 'wait_for_package': False} 2024-05-08T06:45:28.314 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:45:28.314 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': '7c8f650b36e258f639fa4a83becade57cbfd2009', 'tag': None, 'wait_for_package': False} 2024-05-08T06:45:28.315 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:45:28.472 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/ 2024-05-08T06:45:28.472 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3593.g7c8f650b 2024-05-08T06:45:28.494 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/ 2024-05-08T06:45:28.494 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3593.g7c8f650b 2024-05-08T06:45:28.546 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/ 2024-05-08T06:45:28.546 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3593.g7c8f650b 2024-05-08T06:45:28.780 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-08T06:45:28.780 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-05-08T06:45:28.781 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-08T06:45:28.783 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-08T06:45:28.783 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-05-08T06:45:28.783 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-08T06:45:28.805 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-08T06:45:28.806 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-05-08T06:45:28.806 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-08T06:45:28.809 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-05-08T06:45:28.809 DEBUG:teuthology.orchestra.run.smithi138:> 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/7c8f650b36e258f639fa4a83becade57cbfd2009/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-08T06:45:28.813 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-05-08T06:45:28.813 DEBUG:teuthology.orchestra.run.smithi046:> 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/7c8f650b36e258f639fa4a83becade57cbfd2009/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-08T06:45:28.832 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-05-08T06:45:28.833 DEBUG:teuthology.orchestra.run.smithi081:> 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/7c8f650b36e258f639fa4a83becade57cbfd2009/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-08T06:45:28.876 DEBUG:teuthology.orchestra.run.smithi138:> 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-05-08T06:45:28.883 DEBUG:teuthology.orchestra.run.smithi046:> 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-05-08T06:45:28.899 DEBUG:teuthology.orchestra.run.smithi081:> 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-05-08T06:45:28.951 DEBUG:teuthology.orchestra.run.smithi138:> 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-05-08T06:45:28.963 DEBUG:teuthology.orchestra.run.smithi046:> 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-05-08T06:45:28.974 DEBUG:teuthology.orchestra.run.smithi081:> 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-05-08T06:45:29.016 INFO:teuthology.orchestra.run.smithi138.stdout:check_obsoletes = 1 2024-05-08T06:45:29.018 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum clean all 2024-05-08T06:45:29.030 INFO:teuthology.orchestra.run.smithi046.stdout:check_obsoletes = 1 2024-05-08T06:45:29.032 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum clean all 2024-05-08T06:45:29.038 INFO:teuthology.orchestra.run.smithi081.stdout:check_obsoletes = 1 2024-05-08T06:45:29.040 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum clean all 2024-05-08T06:45:29.262 INFO:teuthology.orchestra.run.smithi138.stdout:54 files removed 2024-05-08T06:45:29.267 INFO:teuthology.orchestra.run.smithi081.stdout:54 files removed 2024-05-08T06:45:29.282 INFO:teuthology.orchestra.run.smithi046.stdout:54 files removed 2024-05-08T06:45:29.289 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-radosgw 2024-05-08T06:45:29.293 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install ceph-radosgw 2024-05-08T06:45:29.309 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install ceph-radosgw 2024-05-08T06:45:29.964 INFO:teuthology.orchestra.run.smithi081.stdout:ceph packages for x86_64 212 kB/s | 84 kB 00:00 2024-05-08T06:45:29.994 INFO:teuthology.orchestra.run.smithi138.stdout:ceph packages for x86_64 196 kB/s | 84 kB 00:00 2024-05-08T06:45:30.042 INFO:teuthology.orchestra.run.smithi046.stdout:ceph packages for x86_64 190 kB/s | 84 kB 00:00 2024-05-08T06:45:30.356 INFO:teuthology.orchestra.run.smithi081.stdout:ceph noarch packages 35 kB/s | 12 kB 00:00 2024-05-08T06:45:30.369 INFO:teuthology.orchestra.run.smithi138.stdout:ceph noarch packages 36 kB/s | 12 kB 00:00 2024-05-08T06:45:30.543 INFO:teuthology.orchestra.run.smithi046.stdout:ceph noarch packages 26 kB/s | 12 kB 00:00 2024-05-08T06:45:30.890 INFO:teuthology.orchestra.run.smithi081.stdout:ceph source packages 3.9 kB/s | 1.9 kB 00:00 2024-05-08T06:45:30.895 INFO:teuthology.orchestra.run.smithi138.stdout:ceph source packages 3.9 kB/s | 1.9 kB 00:00 2024-05-08T06:45:31.077 INFO:teuthology.orchestra.run.smithi046.stdout:ceph source packages 3.9 kB/s | 1.9 kB 00:00 2024-05-08T06:45:31.653 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.1 MB 00:00 2024-05-08T06:45:33.705 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - AppStream 20 MB/s | 19 MB 00:00 2024-05-08T06:45:34.369 INFO:teuthology.orchestra.run.smithi046.stdout:CentOS Stream 9 - BaseOS 2.5 MB/s | 8.1 MB 00:03 2024-05-08T06:45:35.148 INFO:teuthology.orchestra.run.smithi081.stdout:CentOS Stream 9 - BaseOS 1.9 MB/s | 8.1 MB 00:04 2024-05-08T06:45:36.908 INFO:teuthology.orchestra.run.smithi081.stdout:CentOS Stream 9 - AppStream 29 MB/s | 19 MB 00:00 2024-05-08T06:45:37.822 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - CRB 12 MB/s | 6.2 MB 00:00 2024-05-08T06:45:39.390 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - Extras packages 43 kB/s | 16 kB 00:00 2024-05-08T06:45:41.692 INFO:teuthology.orchestra.run.smithi081.stdout:CentOS Stream 9 - CRB 5.1 MB/s | 6.2 MB 00:01 2024-05-08T06:45:43.318 INFO:teuthology.orchestra.run.smithi081.stdout:CentOS Stream 9 - Extras packages 56 kB/s | 16 kB 00:00 2024-05-08T06:45:44.706 INFO:teuthology.orchestra.run.smithi081.stdout:Extra Packages for Enterprise Linux 17 MB/s | 21 MB 00:01 2024-05-08T06:45:48.843 INFO:teuthology.orchestra.run.smithi046.stdout:CentOS Stream 9 - AppStream 1.4 MB/s | 19 MB 00:13 2024-05-08T06:45:49.895 INFO:teuthology.orchestra.run.smithi081.stdout:lab-extras 18 kB/s | 1.7 kB 00:00 2024-05-08T06:45:52.336 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-05-08T06:45:52.344 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:45:52.344 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repository Size 2024-05-08T06:45:52.344 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:45:52.344 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-05-08T06:45:52.344 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-radosgw x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 11 M 2024-05-08T06:45:52.344 INFO:teuthology.orchestra.run.smithi081.stdout:Upgrading: 2024-05-08T06:45:52.344 INFO:teuthology.orchestra.run.smithi081.stdout: librados2 x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 3.4 M 2024-05-08T06:45:52.344 INFO:teuthology.orchestra.run.smithi081.stdout: librbd1 x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 3.1 M 2024-05-08T06:45:52.345 INFO:teuthology.orchestra.run.smithi081.stdout:Installing dependencies: 2024-05-08T06:45:52.345 INFO:teuthology.orchestra.run.smithi081.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-08T06:45:52.345 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-base x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 5.4 M 2024-05-08T06:45:52.345 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-common x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 21 M 2024-05-08T06:45:52.345 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-selinux x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 25 k 2024-05-08T06:45:52.345 INFO:teuthology.orchestra.run.smithi081.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-08T06:45:52.345 INFO:teuthology.orchestra.run.smithi081.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-08T06:45:52.345 INFO:teuthology.orchestra.run.smithi081.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-08T06:45:52.345 INFO:teuthology.orchestra.run.smithi081.stdout: libcephfs2 x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 747 k 2024-05-08T06:45:52.345 INFO:teuthology.orchestra.run.smithi081.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-08T06:45:52.345 INFO:teuthology.orchestra.run.smithi081.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-08T06:45:52.345 INFO:teuthology.orchestra.run.smithi081.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-08T06:45:52.345 INFO:teuthology.orchestra.run.smithi081.stdout: libradosstriper1 x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 500 k 2024-05-08T06:45:52.345 INFO:teuthology.orchestra.run.smithi081.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-08T06:45:52.346 INFO:teuthology.orchestra.run.smithi081.stdout: librgw2 x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 5.4 M 2024-05-08T06:45:52.346 INFO:teuthology.orchestra.run.smithi081.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-08T06:45:52.346 INFO:teuthology.orchestra.run.smithi081.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-08T06:45:52.346 INFO:teuthology.orchestra.run.smithi081.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-08T06:45:52.346 INFO:teuthology.orchestra.run.smithi081.stdout: python3-ceph-argparse x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 45 k 2024-05-08T06:45:52.346 INFO:teuthology.orchestra.run.smithi081.stdout: python3-ceph-common x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 136 k 2024-05-08T06:45:52.346 INFO:teuthology.orchestra.run.smithi081.stdout: python3-cephfs x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 161 k 2024-05-08T06:45:52.346 INFO:teuthology.orchestra.run.smithi081.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-08T06:45:52.346 INFO:teuthology.orchestra.run.smithi081.stdout: python3-rados x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 320 k 2024-05-08T06:45:52.346 INFO:teuthology.orchestra.run.smithi081.stdout: python3-rbd x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 300 k 2024-05-08T06:45:52.346 INFO:teuthology.orchestra.run.smithi081.stdout: python3-rgw x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 99 k 2024-05-08T06:45:52.346 INFO:teuthology.orchestra.run.smithi081.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-08T06:45:52.347 INFO:teuthology.orchestra.run.smithi081.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-08T06:45:52.347 INFO:teuthology.orchestra.run.smithi081.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-08T06:45:52.347 INFO:teuthology.orchestra.run.smithi081.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-08T06:45:52.347 INFO:teuthology.orchestra.run.smithi081.stdout:Installing weak dependencies: 2024-05-08T06:45:52.347 INFO:teuthology.orchestra.run.smithi081.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-08T06:45:52.347 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:45:52.347 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-05-08T06:45:52.347 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:45:52.347 INFO:teuthology.orchestra.run.smithi081.stdout:Install 30 Packages 2024-05-08T06:45:52.347 INFO:teuthology.orchestra.run.smithi081.stdout:Upgrade 2 Packages 2024-05-08T06:45:52.347 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:45:52.348 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 60 M 2024-05-08T06:45:52.348 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-05-08T06:45:53.380 INFO:teuthology.orchestra.run.smithi081.stdout:(1/32): ceph-base-19.0.0-3593.g7c8f650b.el9.x86 7.5 MB/s | 5.4 MB 00:00 2024-05-08T06:45:53.472 INFO:teuthology.orchestra.run.smithi081.stdout:(2/32): ceph-selinux-19.0.0-3593.g7c8f650b.el9. 274 kB/s | 25 kB 00:00 2024-05-08T06:45:53.605 INFO:teuthology.orchestra.run.smithi081.stdout:(3/32): libcephfs2-19.0.0-3593.g7c8f650b.el9.x8 5.5 MB/s | 747 kB 00:00 2024-05-08T06:45:53.698 INFO:teuthology.orchestra.run.smithi081.stdout:(4/32): libradosstriper1-19.0.0-3593.g7c8f650b. 5.3 MB/s | 500 kB 00:00 2024-05-08T06:45:54.190 INFO:teuthology.orchestra.run.smithi081.stdout:(5/32): librgw2-19.0.0-3593.g7c8f650b.el9.x86_6 11 MB/s | 5.4 MB 00:00 2024-05-08T06:45:54.407 INFO:teuthology.orchestra.run.smithi081.stdout:(6/32): ceph-common-19.0.0-3593.g7c8f650b.el9.x 12 MB/s | 21 MB 00:01 2024-05-08T06:45:54.423 INFO:teuthology.orchestra.run.smithi081.stdout:(7/32): python3-ceph-argparse-19.0.0-3593.g7c8f 193 kB/s | 45 kB 00:00 2024-05-08T06:45:54.449 INFO:teuthology.orchestra.run.smithi081.stdout:(8/32): python3-ceph-common-19.0.0-3593.g7c8f65 3.2 MB/s | 136 kB 00:00 2024-05-08T06:45:54.465 INFO:teuthology.orchestra.run.smithi081.stdout:(9/32): python3-cephfs-19.0.0-3593.g7c8f650b.el 3.8 MB/s | 161 kB 00:00 2024-05-08T06:45:54.499 INFO:teuthology.orchestra.run.smithi081.stdout:(10/32): python3-rados-19.0.0-3593.g7c8f650b.el 6.2 MB/s | 320 kB 00:00 2024-05-08T06:45:54.524 INFO:teuthology.orchestra.run.smithi081.stdout:(11/32): python3-rbd-19.0.0-3593.g7c8f650b.el9. 5.0 MB/s | 300 kB 00:00 2024-05-08T06:45:54.550 INFO:teuthology.orchestra.run.smithi081.stdout:(12/32): python3-rgw-19.0.0-3593.g7c8f650b.el9. 1.9 MB/s | 99 kB 00:00 2024-05-08T06:45:55.592 INFO:teuthology.orchestra.run.smithi081.stdout:(13/32): ceph-radosgw-19.0.0-3593.g7c8f650b.el9 3.6 MB/s | 11 MB 00:02 2024-05-08T06:45:55.852 INFO:teuthology.orchestra.run.smithi046.stdout:CentOS Stream 9 - CRB 1.9 MB/s | 6.2 MB 00:03 2024-05-08T06:45:56.377 INFO:teuthology.orchestra.run.smithi138.stdout:Extra Packages for Enterprise Linux 1.3 MB/s | 21 MB 00:16 2024-05-08T06:46:01.044 INFO:teuthology.orchestra.run.smithi046.stdout:CentOS Stream 9 - Extras packages 4.1 kB/s | 16 kB 00:03 2024-05-08T06:46:01.548 INFO:teuthology.orchestra.run.smithi138.stdout:lab-extras 24 kB/s | 1.7 kB 00:00 2024-05-08T06:46:03.748 INFO:teuthology.orchestra.run.smithi046.stdout:Extra Packages for Enterprise Linux 8.3 MB/s | 21 MB 00:02 2024-05-08T06:46:03.899 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-05-08T06:46:03.915 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:46:03.916 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2024-05-08T06:46:03.916 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:46:03.916 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-05-08T06:46:03.916 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-radosgw x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 11 M 2024-05-08T06:46:03.916 INFO:teuthology.orchestra.run.smithi138.stdout:Upgrading: 2024-05-08T06:46:03.916 INFO:teuthology.orchestra.run.smithi138.stdout: librados2 x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 3.4 M 2024-05-08T06:46:03.916 INFO:teuthology.orchestra.run.smithi138.stdout: librbd1 x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 3.1 M 2024-05-08T06:46:03.916 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2024-05-08T06:46:03.916 INFO:teuthology.orchestra.run.smithi138.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-08T06:46:03.916 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-base x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 5.4 M 2024-05-08T06:46:03.916 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-common x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 21 M 2024-05-08T06:46:03.916 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-selinux x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 25 k 2024-05-08T06:46:03.917 INFO:teuthology.orchestra.run.smithi138.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-08T06:46:03.917 INFO:teuthology.orchestra.run.smithi138.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-08T06:46:03.917 INFO:teuthology.orchestra.run.smithi138.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-08T06:46:03.917 INFO:teuthology.orchestra.run.smithi138.stdout: libcephfs2 x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 747 k 2024-05-08T06:46:03.917 INFO:teuthology.orchestra.run.smithi138.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-08T06:46:03.917 INFO:teuthology.orchestra.run.smithi138.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-08T06:46:03.917 INFO:teuthology.orchestra.run.smithi138.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-08T06:46:03.917 INFO:teuthology.orchestra.run.smithi138.stdout: libradosstriper1 x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 500 k 2024-05-08T06:46:03.917 INFO:teuthology.orchestra.run.smithi138.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-08T06:46:03.917 INFO:teuthology.orchestra.run.smithi138.stdout: librgw2 x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 5.4 M 2024-05-08T06:46:03.917 INFO:teuthology.orchestra.run.smithi138.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-08T06:46:03.917 INFO:teuthology.orchestra.run.smithi138.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-08T06:46:03.917 INFO:teuthology.orchestra.run.smithi138.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-08T06:46:03.917 INFO:teuthology.orchestra.run.smithi138.stdout: python3-ceph-argparse x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 45 k 2024-05-08T06:46:03.918 INFO:teuthology.orchestra.run.smithi138.stdout: python3-ceph-common x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 136 k 2024-05-08T06:46:03.918 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cephfs x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 161 k 2024-05-08T06:46:03.918 INFO:teuthology.orchestra.run.smithi138.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-08T06:46:03.918 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rados x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 320 k 2024-05-08T06:46:03.918 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rbd x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 300 k 2024-05-08T06:46:03.918 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rgw x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 99 k 2024-05-08T06:46:03.918 INFO:teuthology.orchestra.run.smithi138.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-08T06:46:03.918 INFO:teuthology.orchestra.run.smithi138.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-08T06:46:03.918 INFO:teuthology.orchestra.run.smithi138.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-08T06:46:03.918 INFO:teuthology.orchestra.run.smithi138.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-08T06:46:03.918 INFO:teuthology.orchestra.run.smithi138.stdout:Installing weak dependencies: 2024-05-08T06:46:03.918 INFO:teuthology.orchestra.run.smithi138.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-08T06:46:03.918 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:46:03.919 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-05-08T06:46:03.919 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:46:03.919 INFO:teuthology.orchestra.run.smithi138.stdout:Install 30 Packages 2024-05-08T06:46:03.919 INFO:teuthology.orchestra.run.smithi138.stdout:Upgrade 2 Packages 2024-05-08T06:46:03.919 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:46:03.919 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 60 M 2024-05-08T06:46:03.919 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-05-08T06:46:04.792 INFO:teuthology.orchestra.run.smithi138.stdout:(1/32): ceph-base-19.0.0-3593.g7c8f650b.el9.x86 7.8 MB/s | 5.4 MB 00:00 2024-05-08T06:46:04.859 INFO:teuthology.orchestra.run.smithi138.stdout:(2/32): ceph-selinux-19.0.0-3593.g7c8f650b.el9. 378 kB/s | 25 kB 00:00 2024-05-08T06:46:05.018 INFO:teuthology.orchestra.run.smithi138.stdout:(3/32): libcephfs2-19.0.0-3593.g7c8f650b.el9.x8 4.6 MB/s | 747 kB 00:00 2024-05-08T06:46:05.109 INFO:teuthology.orchestra.run.smithi138.stdout:(4/32): libradosstriper1-19.0.0-3593.g7c8f650b. 5.3 MB/s | 500 kB 00:00 2024-05-08T06:46:05.610 INFO:teuthology.orchestra.run.smithi138.stdout:(5/32): librgw2-19.0.0-3593.g7c8f650b.el9.x86_6 11 MB/s | 5.4 MB 00:00 2024-05-08T06:46:05.668 INFO:teuthology.orchestra.run.smithi138.stdout:(6/32): python3-ceph-argparse-19.0.0-3593.g7c8f 778 kB/s | 45 kB 00:00 2024-05-08T06:46:05.735 INFO:teuthology.orchestra.run.smithi138.stdout:(7/32): python3-ceph-common-19.0.0-3593.g7c8f65 2.0 MB/s | 136 kB 00:00 2024-05-08T06:46:05.886 INFO:teuthology.orchestra.run.smithi138.stdout:(8/32): ceph-radosgw-19.0.0-3593.g7c8f650b.el9. 5.9 MB/s | 11 MB 00:01 2024-05-08T06:46:05.911 INFO:teuthology.orchestra.run.smithi138.stdout:(9/32): python3-cephfs-19.0.0-3593.g7c8f650b.el 920 kB/s | 161 kB 00:00 2024-05-08T06:46:05.953 INFO:teuthology.orchestra.run.smithi138.stdout:(10/32): python3-rados-19.0.0-3593.g7c8f650b.el 4.7 MB/s | 320 kB 00:00 2024-05-08T06:46:05.978 INFO:teuthology.orchestra.run.smithi138.stdout:(11/32): python3-rbd-19.0.0-3593.g7c8f650b.el9. 4.4 MB/s | 300 kB 00:00 2024-05-08T06:46:06.012 INFO:teuthology.orchestra.run.smithi138.stdout:(12/32): python3-rgw-19.0.0-3593.g7c8f650b.el9. 1.7 MB/s | 99 kB 00:00 2024-05-08T06:46:06.246 INFO:teuthology.orchestra.run.smithi138.stdout:(13/32): ceph-common-19.0.0-3593.g7c8f650b.el9. 9.9 MB/s | 21 MB 00:02 2024-05-08T06:46:06.271 INFO:teuthology.orchestra.run.smithi138.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 366 kB/s | 107 kB 00:00 2024-05-08T06:46:06.338 INFO:teuthology.orchestra.run.smithi138.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 492 kB/s | 160 kB 00:00 2024-05-08T06:46:06.371 INFO:teuthology.orchestra.run.smithi138.stdout:(16/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 361 kB/s | 45 kB 00:00 2024-05-08T06:46:06.455 INFO:teuthology.orchestra.run.smithi138.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.4 MB/s | 292 kB 00:00 2024-05-08T06:46:06.481 INFO:teuthology.orchestra.run.smithi138.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 389 kB/s | 42 kB 00:00 2024-05-08T06:46:06.505 INFO:teuthology.orchestra.run.smithi138.stdout:(19/32): librdkafka-1.6.1-102.el9.x86_64.rpm 2.8 MB/s | 662 kB 00:00 2024-05-08T06:46:06.531 INFO:teuthology.orchestra.run.smithi138.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 714 kB/s | 36 kB 00:00 2024-05-08T06:46:06.556 INFO:teuthology.orchestra.run.smithi138.stdout:(21/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.1 MB/s | 221 kB 00:00 2024-05-08T06:46:06.582 INFO:teuthology.orchestra.run.smithi138.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 626 kB/s | 47 kB 00:00 2024-05-08T06:46:06.840 INFO:teuthology.orchestra.run.smithi138.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 100 kB/s | 26 kB 00:00 2024-05-08T06:46:06.949 INFO:teuthology.orchestra.run.smithi138.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 740 kB/s | 309 kB 00:00 2024-05-08T06:46:06.999 INFO:teuthology.orchestra.run.smithi138.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 306 kB/s | 49 kB 00:00 2024-05-08T06:46:07.016 INFO:teuthology.orchestra.run.smithi138.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.0 MB/s | 67 kB 00:00 2024-05-08T06:46:07.099 INFO:teuthology.orchestra.run.smithi138.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 2.3 MB/s | 192 kB 00:00 2024-05-08T06:46:07.267 INFO:teuthology.orchestra.run.smithi138.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 3.1 MB/s | 839 kB 00:00 2024-05-08T06:46:07.342 INFO:teuthology.orchestra.run.smithi138.stdout:(29/32): libarrow-9.0.0-11.el9.x86_64.rpm 5.6 MB/s | 4.4 MB 00:00 2024-05-08T06:46:07.376 INFO:teuthology.orchestra.run.smithi138.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 5.7 MB/s | 1.6 MB 00:00 2024-05-08T06:46:08.026 INFO:teuthology.orchestra.run.smithi138.stdout:(31/32): librados2-19.0.0-3593.g7c8f650b.el9.x8 4.5 MB/s | 3.4 MB 00:00 2024-05-08T06:46:09.076 INFO:teuthology.orchestra.run.smithi138.stdout:(32/32): librbd1-19.0.0-3593.g7c8f650b.el9.x86_ 1.8 MB/s | 3.1 MB 00:01 2024-05-08T06:46:09.082 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:46:09.082 INFO:teuthology.orchestra.run.smithi138.stdout:Total 12 MB/s | 60 MB 00:05 2024-05-08T06:46:09.104 INFO:teuthology.orchestra.run.smithi046.stdout:lab-extras 49 kB/s | 1.7 kB 00:00 2024-05-08T06:46:09.189 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-05-08T06:46:09.225 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-05-08T06:46:09.225 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-05-08T06:46:09.871 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-05-08T06:46:09.871 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-05-08T06:46:11.448 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-05-08T06:46:11.541 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-08T06:46:11.548 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-05-08T06:46:11.566 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:46:11.566 INFO:teuthology.orchestra.run.smithi046.stdout: Package Arch Version Repository Size 2024-05-08T06:46:11.566 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:46:11.566 INFO:teuthology.orchestra.run.smithi046.stdout:Installing: 2024-05-08T06:46:11.566 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-radosgw x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 11 M 2024-05-08T06:46:11.566 INFO:teuthology.orchestra.run.smithi046.stdout:Upgrading: 2024-05-08T06:46:11.566 INFO:teuthology.orchestra.run.smithi046.stdout: librados2 x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 3.4 M 2024-05-08T06:46:11.566 INFO:teuthology.orchestra.run.smithi046.stdout: librbd1 x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 3.1 M 2024-05-08T06:46:11.566 INFO:teuthology.orchestra.run.smithi046.stdout:Installing dependencies: 2024-05-08T06:46:11.566 INFO:teuthology.orchestra.run.smithi046.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-08T06:46:11.567 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-base x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 5.4 M 2024-05-08T06:46:11.567 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-common x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 21 M 2024-05-08T06:46:11.567 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-selinux x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 25 k 2024-05-08T06:46:11.567 INFO:teuthology.orchestra.run.smithi046.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-08T06:46:11.567 INFO:teuthology.orchestra.run.smithi046.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-08T06:46:11.567 INFO:teuthology.orchestra.run.smithi046.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-08T06:46:11.567 INFO:teuthology.orchestra.run.smithi046.stdout: libcephfs2 x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 747 k 2024-05-08T06:46:11.567 INFO:teuthology.orchestra.run.smithi046.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-08T06:46:11.567 INFO:teuthology.orchestra.run.smithi046.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-08T06:46:11.567 INFO:teuthology.orchestra.run.smithi046.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-08T06:46:11.567 INFO:teuthology.orchestra.run.smithi046.stdout: libradosstriper1 x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 500 k 2024-05-08T06:46:11.567 INFO:teuthology.orchestra.run.smithi046.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-08T06:46:11.567 INFO:teuthology.orchestra.run.smithi046.stdout: librgw2 x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 5.4 M 2024-05-08T06:46:11.567 INFO:teuthology.orchestra.run.smithi046.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-08T06:46:11.568 INFO:teuthology.orchestra.run.smithi046.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-08T06:46:11.568 INFO:teuthology.orchestra.run.smithi046.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-08T06:46:11.568 INFO:teuthology.orchestra.run.smithi046.stdout: python3-ceph-argparse x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 45 k 2024-05-08T06:46:11.568 INFO:teuthology.orchestra.run.smithi046.stdout: python3-ceph-common x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 136 k 2024-05-08T06:46:11.568 INFO:teuthology.orchestra.run.smithi046.stdout: python3-cephfs x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 161 k 2024-05-08T06:46:11.568 INFO:teuthology.orchestra.run.smithi046.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-08T06:46:11.568 INFO:teuthology.orchestra.run.smithi046.stdout: python3-rados x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 320 k 2024-05-08T06:46:11.568 INFO:teuthology.orchestra.run.smithi046.stdout: python3-rbd x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 300 k 2024-05-08T06:46:11.568 INFO:teuthology.orchestra.run.smithi046.stdout: python3-rgw x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 99 k 2024-05-08T06:46:11.568 INFO:teuthology.orchestra.run.smithi046.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-08T06:46:11.568 INFO:teuthology.orchestra.run.smithi046.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-08T06:46:11.568 INFO:teuthology.orchestra.run.smithi046.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-08T06:46:11.568 INFO:teuthology.orchestra.run.smithi046.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-08T06:46:11.568 INFO:teuthology.orchestra.run.smithi046.stdout:Installing weak dependencies: 2024-05-08T06:46:11.568 INFO:teuthology.orchestra.run.smithi046.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-08T06:46:11.569 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:46:11.569 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2024-05-08T06:46:11.569 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:46:11.569 INFO:teuthology.orchestra.run.smithi046.stdout:Install 30 Packages 2024-05-08T06:46:11.569 INFO:teuthology.orchestra.run.smithi046.stdout:Upgrade 2 Packages 2024-05-08T06:46:11.569 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:46:11.569 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-08T06:46:11.570 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 60 M 2024-05-08T06:46:11.570 INFO:teuthology.orchestra.run.smithi046.stdout:Downloading Packages: 2024-05-08T06:46:11.615 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-08T06:46:11.638 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-08T06:46:11.666 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-08T06:46:11.857 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-08T06:46:11.912 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-08T06:46:12.244 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-08T06:46:12.383 INFO:teuthology.orchestra.run.smithi138.stdout: Upgrading : librados2-2:19.0.0-3593.g7c8f650b.el9.x86_64 7/34 2024-05-08T06:46:12.475 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: librados2-2:19.0.0-3593.g7c8f650b.el9.x86_64 7/34 2024-05-08T06:46:12.562 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-rados-2:19.0.0-3593.g7c8f650b.el9.x86_64 8/34 2024-05-08T06:46:12.601 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libcephfs2-2:19.0.0-3593.g7c8f650b.el9.x86_64 9/34 2024-05-08T06:46:12.672 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: libcephfs2-2:19.0.0-3593.g7c8f650b.el9.x86_64 9/34 2024-05-08T06:46:12.701 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-08T06:46:12.745 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-ceph-argparse-2:19.0.0-3593.g7c8f650b.el9. 11/34 2024-05-08T06:46:12.813 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-cephfs-2:19.0.0-3593.g7c8f650b.el9.x86_64 12/34 2024-05-08T06:46:12.837 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libradosstriper1-2:19.0.0-3593.g7c8f650b.el9.x86_6 13/34 2024-05-08T06:46:12.901 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3593.g7c8f650b.el9.x86_6 13/34 2024-05-08T06:46:12.936 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-08T06:46:13.056 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-08T06:46:13.087 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-08T06:46:13.150 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-08T06:46:13.185 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-08T06:46:13.214 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-08T06:46:13.246 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-08T06:46:13.561 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-08T06:46:13.601 INFO:teuthology.orchestra.run.smithi138.stdout: Upgrading : librbd1-2:19.0.0-3593.g7c8f650b.el9.x86_64 22/34 2024-05-08T06:46:13.692 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: librbd1-2:19.0.0-3593.g7c8f650b.el9.x86_64 22/34 2024-05-08T06:46:13.723 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-rbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 23/34 2024-05-08T06:46:13.758 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-08T06:46:14.244 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-08T06:46:14.271 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : librgw2-2:19.0.0-3593.g7c8f650b.el9.x86_64 26/34 2024-05-08T06:46:14.342 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: librgw2-2:19.0.0-3593.g7c8f650b.el9.x86_64 26/34 2024-05-08T06:46:14.347 INFO:teuthology.orchestra.run.smithi046.stdout:(1/32): ceph-base-19.0.0-3593.g7c8f650b.el9.x86 2.0 MB/s | 5.4 MB 00:02 2024-05-08T06:46:14.406 INFO:teuthology.orchestra.run.smithi046.stdout:(2/32): ceph-selinux-19.0.0-3593.g7c8f650b.el9. 431 kB/s | 25 kB 00:00 2024-05-08T06:46:14.419 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-rgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 27/34 2024-05-08T06:46:14.448 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-ceph-common-2:19.0.0-3593.g7c8f650b.el9.x8 28/34 2024-05-08T06:46:14.673 INFO:teuthology.orchestra.run.smithi046.stdout:(3/32): libcephfs2-19.0.0-3593.g7c8f650b.el9.x8 2.7 MB/s | 747 kB 00:00 2024-05-08T06:46:14.873 INFO:teuthology.orchestra.run.smithi046.stdout:(4/32): libradosstriper1-19.0.0-3593.g7c8f650b. 2.4 MB/s | 500 kB 00:00 2024-05-08T06:46:16.007 INFO:teuthology.orchestra.run.smithi046.stdout:(5/32): ceph-common-19.0.0-3593.g7c8f650b.el9.x 4.9 MB/s | 21 MB 00:04 2024-05-08T06:46:16.124 INFO:teuthology.orchestra.run.smithi046.stdout:(6/32): ceph-radosgw-19.0.0-3593.g7c8f650b.el9. 2.4 MB/s | 11 MB 00:04 2024-05-08T06:46:16.140 INFO:teuthology.orchestra.run.smithi046.stdout:(7/32): python3-ceph-argparse-19.0.0-3593.g7c8f 338 kB/s | 45 kB 00:00 2024-05-08T06:46:16.199 INFO:teuthology.orchestra.run.smithi046.stdout:(8/32): python3-ceph-common-19.0.0-3593.g7c8f65 1.8 MB/s | 136 kB 00:00 2024-05-08T06:46:16.224 INFO:teuthology.orchestra.run.smithi046.stdout:(9/32): python3-cephfs-19.0.0-3593.g7c8f650b.el 1.9 MB/s | 161 kB 00:00 2024-05-08T06:46:16.308 INFO:teuthology.orchestra.run.smithi046.stdout:(10/32): python3-rbd-19.0.0-3593.g7c8f650b.el9. 3.5 MB/s | 300 kB 00:00 2024-05-08T06:46:16.342 INFO:teuthology.orchestra.run.smithi046.stdout:(11/32): python3-rados-19.0.0-3593.g7c8f650b.el 2.2 MB/s | 320 kB 00:00 2024-05-08T06:46:16.375 INFO:teuthology.orchestra.run.smithi046.stdout:(12/32): python3-rgw-19.0.0-3593.g7c8f650b.el9. 1.4 MB/s | 99 kB 00:00 2024-05-08T06:46:16.601 INFO:teuthology.orchestra.run.smithi046.stdout:(13/32): librgw2-19.0.0-3593.g7c8f650b.el9.x86_ 3.1 MB/s | 5.4 MB 00:01 2024-05-08T06:46:16.660 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 29/34 2024-05-08T06:46:16.703 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 29/34 2024-05-08T06:46:17.271 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 29/34 2024-05-08T06:46:17.307 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-base-2:19.0.0-3593.g7c8f650b.el9.x86_64 30/34 2024-05-08T06:46:17.390 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-base-2:19.0.0-3593.g7c8f650b.el9.x86_64 30/34 2024-05-08T06:46:17.390 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-08T06:46:17.390 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-08T06:46:17.390 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:46:17.434 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-selinux-2:19.0.0-3593.g7c8f650b.el9.x86_64 31/34 2024-05-08T06:46:20.659 INFO:teuthology.orchestra.run.smithi046.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 25 kB/s | 107 kB 00:04 2024-05-08T06:46:20.684 INFO:teuthology.orchestra.run.smithi046.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 11 kB/s | 45 kB 00:04 2024-05-08T06:46:20.726 INFO:teuthology.orchestra.run.smithi046.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 37 kB/s | 160 kB 00:04 2024-05-08T06:46:23.926 INFO:teuthology.orchestra.run.smithi046.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 90 kB/s | 292 kB 00:03 2024-05-08T06:46:24.418 INFO:teuthology.orchestra.run.smithi046.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 11 kB/s | 42 kB 00:03 2024-05-08T06:46:24.535 INFO:teuthology.orchestra.run.smithi046.stdout:(19/32): librdkafka-1.6.1-102.el9.x86_64.rpm 171 kB/s | 662 kB 00:03 2024-05-08T06:46:26.452 INFO:teuthology.orchestra.run.smithi046.stdout:(20/32): qatlib-24.02.0-1.el9.x86_64.rpm 87 kB/s | 221 kB 00:02 2024-05-08T06:46:26.477 INFO:teuthology.orchestra.run.smithi046.stdout:(21/32): qatlib-service-24.02.0-1.el9.x86_64.rp 17 kB/s | 36 kB 00:02 2024-05-08T06:46:26.502 INFO:teuthology.orchestra.run.smithi046.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 24 kB/s | 47 kB 00:01 2024-05-08T06:46:26.761 INFO:teuthology.orchestra.run.smithi046.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 100 kB/s | 26 kB 00:00 2024-05-08T06:46:26.961 INFO:teuthology.orchestra.run.smithi046.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 607 kB/s | 309 kB 00:00 2024-05-08T06:46:26.984 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3593.g7c8f650b.el9.x86_64 31/34 2024-05-08T06:46:26.984 INFO:teuthology.orchestra.run.smithi138.stdout:skipping the directory /sys 2024-05-08T06:46:26.984 INFO:teuthology.orchestra.run.smithi138.stdout:skipping the directory /proc 2024-05-08T06:46:26.984 INFO:teuthology.orchestra.run.smithi138.stdout:skipping the directory /mnt 2024-05-08T06:46:26.984 INFO:teuthology.orchestra.run.smithi138.stdout:skipping the directory /var/tmp 2024-05-08T06:46:26.985 INFO:teuthology.orchestra.run.smithi138.stdout:skipping the directory /home 2024-05-08T06:46:26.985 INFO:teuthology.orchestra.run.smithi138.stdout:skipping the directory /root 2024-05-08T06:46:26.985 INFO:teuthology.orchestra.run.smithi138.stdout:skipping the directory /tmp 2024-05-08T06:46:26.985 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:46:27.019 INFO:teuthology.orchestra.run.smithi046.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 188 kB/s | 49 kB 00:00 2024-05-08T06:46:27.078 INFO:teuthology.orchestra.run.smithi046.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 576 kB/s | 67 kB 00:00 2024-05-08T06:46:27.212 INFO:teuthology.orchestra.run.smithi046.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 1.4 MB/s | 192 kB 00:00 2024-05-08T06:46:27.562 INFO:teuthology.orchestra.run.smithi046.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 1.5 MB/s | 839 kB 00:00 2024-05-08T06:46:27.771 INFO:teuthology.orchestra.run.smithi046.stdout:(29/32): libarrow-9.0.0-11.el9.x86_64.rpm 3.4 MB/s | 4.4 MB 00:01 2024-05-08T06:46:27.812 INFO:teuthology.orchestra.run.smithi046.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 2.6 MB/s | 1.6 MB 00:00 2024-05-08T06:46:27.988 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-radosgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 32/34 2024-05-08T06:46:28.014 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 32/34 2024-05-08T06:46:28.014 INFO:teuthology.orchestra.run.smithi138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:46:28.014 INFO:teuthology.orchestra.run.smithi138.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-08T06:46:28.014 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-08T06:46:28.014 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-08T06:46:28.014 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:46:28.019 INFO:teuthology.orchestra.run.smithi138.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-08T06:46:28.099 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-08T06:46:28.099 INFO:teuthology.orchestra.run.smithi138.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-08T06:46:28.421 INFO:teuthology.orchestra.run.smithi046.stdout:(31/32): librbd1-19.0.0-3593.g7c8f650b.el9.x86_ 4.8 MB/s | 3.1 MB 00:00 2024-05-08T06:46:28.479 INFO:teuthology.orchestra.run.smithi046.stdout:(32/32): librados2-19.0.0-3593.g7c8f650b.el9.x8 3.7 MB/s | 3.4 MB 00:00 2024-05-08T06:46:28.481 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:46:28.482 INFO:teuthology.orchestra.run.smithi046.stdout:Total 3.6 MB/s | 60 MB 00:16 2024-05-08T06:46:28.582 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction check 2024-05-08T06:46:28.621 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction check succeeded. 2024-05-08T06:46:28.622 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction test 2024-05-08T06:46:29.279 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction test succeeded. 2024-05-08T06:46:29.280 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction 2024-05-08T06:46:29.321 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-08T06:46:29.321 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-base-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/34 2024-05-08T06:46:29.321 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 2/34 2024-05-08T06:46:29.321 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-radosgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 3/34 2024-05-08T06:46:29.321 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-selinux-2:19.0.0-3593.g7c8f650b.el9.x86_64 4/34 2024-05-08T06:46:29.321 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libcephfs2-2:19.0.0-3593.g7c8f650b.el9.x86_64 5/34 2024-05-08T06:46:29.321 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libradosstriper1-2:19.0.0-3593.g7c8f650b.el9.x86_6 6/34 2024-05-08T06:46:29.321 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librgw2-2:19.0.0-3593.g7c8f650b.el9.x86_64 7/34 2024-05-08T06:46:29.321 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3593.g7c8f650b.el9. 8/34 2024-05-08T06:46:29.322 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-ceph-common-2:19.0.0-3593.g7c8f650b.el9.x8 9/34 2024-05-08T06:46:29.322 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-cephfs-2:19.0.0-3593.g7c8f650b.el9.x86_64 10/34 2024-05-08T06:46:29.322 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-rados-2:19.0.0-3593.g7c8f650b.el9.x86_64 11/34 2024-05-08T06:46:29.322 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-rbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 12/34 2024-05-08T06:46:29.322 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-rgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 13/34 2024-05-08T06:46:29.322 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-08T06:46:29.322 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-08T06:46:29.322 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-08T06:46:29.322 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-08T06:46:29.322 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-08T06:46:29.322 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-08T06:46:29.322 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-08T06:46:29.322 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-08T06:46:29.323 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-08T06:46:29.323 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-08T06:46:29.323 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-08T06:46:29.323 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-08T06:46:29.323 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-08T06:46:29.323 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-08T06:46:29.323 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-08T06:46:29.323 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-08T06:46:29.323 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-08T06:46:29.323 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librados2-2:19.0.0-3593.g7c8f650b.el9.x86_64 31/34 2024-05-08T06:46:29.323 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-08T06:46:29.323 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librbd1-2:19.0.0-3593.g7c8f650b.el9.x86_64 33/34 2024-05-08T06:46:30.025 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-08T06:46:30.025 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:46:30.025 INFO:teuthology.orchestra.run.smithi138.stdout:Upgraded: 2024-05-08T06:46:30.026 INFO:teuthology.orchestra.run.smithi138.stdout: librados2-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:46:30.026 INFO:teuthology.orchestra.run.smithi138.stdout: librbd1-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:46:30.026 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-05-08T06:46:30.026 INFO:teuthology.orchestra.run.smithi138.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-08T06:46:30.026 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-base-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:46:30.026 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:46:30.026 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-radosgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:46:30.026 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-selinux-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:46:30.026 INFO:teuthology.orchestra.run.smithi138.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-08T06:46:30.026 INFO:teuthology.orchestra.run.smithi138.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-08T06:46:30.026 INFO:teuthology.orchestra.run.smithi138.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-08T06:46:30.026 INFO:teuthology.orchestra.run.smithi138.stdout: libcephfs2-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:46:30.026 INFO:teuthology.orchestra.run.smithi138.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-08T06:46:30.026 INFO:teuthology.orchestra.run.smithi138.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-08T06:46:30.027 INFO:teuthology.orchestra.run.smithi138.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-08T06:46:30.027 INFO:teuthology.orchestra.run.smithi138.stdout: libradosstriper1-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:46:30.027 INFO:teuthology.orchestra.run.smithi138.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-08T06:46:30.027 INFO:teuthology.orchestra.run.smithi138.stdout: librgw2-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:46:30.027 INFO:teuthology.orchestra.run.smithi138.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-08T06:46:30.027 INFO:teuthology.orchestra.run.smithi138.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-08T06:46:30.027 INFO:teuthology.orchestra.run.smithi138.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-08T06:46:30.027 INFO:teuthology.orchestra.run.smithi138.stdout: python3-ceph-argparse-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:46:30.027 INFO:teuthology.orchestra.run.smithi138.stdout: python3-ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:46:30.027 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cephfs-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:46:30.027 INFO:teuthology.orchestra.run.smithi138.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-08T06:46:30.027 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rados-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:46:30.027 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:46:30.027 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:46:30.028 INFO:teuthology.orchestra.run.smithi138.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-08T06:46:30.028 INFO:teuthology.orchestra.run.smithi138.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-08T06:46:30.028 INFO:teuthology.orchestra.run.smithi138.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-08T06:46:30.028 INFO:teuthology.orchestra.run.smithi138.stdout: re2-1:20211101-3.el9.x86_64 2024-05-08T06:46:30.028 INFO:teuthology.orchestra.run.smithi138.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-08T06:46:30.028 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:46:30.028 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-05-08T06:46:30.401 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-test 2024-05-08T06:46:30.715 INFO:teuthology.orchestra.run.smithi046.stdout: Preparing : 1/1 2024-05-08T06:46:30.803 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-08T06:46:30.835 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-08T06:46:30.869 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-08T06:46:30.891 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-08T06:46:30.912 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-08T06:46:30.973 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:00:29 ago on Wed 08 May 2024 06:46:01 AM UTC. 2024-05-08T06:46:31.085 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-08T06:46:31.093 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-05-08T06:46:31.094 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:46:31.094 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2024-05-08T06:46:31.094 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:46:31.094 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-05-08T06:46:31.094 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-test x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 49 M 2024-05-08T06:46:31.094 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2024-05-08T06:46:31.094 INFO:teuthology.orchestra.run.smithi138.stdout: libcephsqlite x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 163 k 2024-05-08T06:46:31.095 INFO:teuthology.orchestra.run.smithi138.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-08T06:46:31.095 INFO:teuthology.orchestra.run.smithi138.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-08T06:46:31.095 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:46:31.095 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-05-08T06:46:31.095 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:46:31.095 INFO:teuthology.orchestra.run.smithi138.stdout:Install 4 Packages 2024-05-08T06:46:31.095 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:46:31.095 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 50 M 2024-05-08T06:46:31.096 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 211 M 2024-05-08T06:46:31.096 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-05-08T06:46:31.141 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-08T06:46:31.422 INFO:teuthology.orchestra.run.smithi138.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.5 MB/s | 305 kB 00:00 2024-05-08T06:46:31.472 INFO:teuthology.orchestra.run.smithi138.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.2 MB/s | 64 kB 00:00 2024-05-08T06:46:31.491 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-08T06:46:31.580 INFO:teuthology.orchestra.run.smithi138.stdout:(3/4): libcephsqlite-19.0.0-3593.g7c8f650b.el9. 450 kB/s | 163 kB 00:00 2024-05-08T06:46:31.595 INFO:teuthology.orchestra.run.smithi046.stdout: Upgrading : librados2-2:19.0.0-3593.g7c8f650b.el9.x86_64 7/34 2024-05-08T06:46:31.671 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: librados2-2:19.0.0-3593.g7c8f650b.el9.x86_64 7/34 2024-05-08T06:46:31.760 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-rados-2:19.0.0-3593.g7c8f650b.el9.x86_64 8/34 2024-05-08T06:46:31.788 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : libcephfs2-2:19.0.0-3593.g7c8f650b.el9.x86_64 9/34 2024-05-08T06:46:31.833 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: libcephfs2-2:19.0.0-3593.g7c8f650b.el9.x86_64 9/34 2024-05-08T06:46:31.863 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-08T06:46:31.898 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-ceph-argparse-2:19.0.0-3593.g7c8f650b.el9. 11/34 2024-05-08T06:46:31.969 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-cephfs-2:19.0.0-3593.g7c8f650b.el9.x86_64 12/34 2024-05-08T06:46:31.990 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : libradosstriper1-2:19.0.0-3593.g7c8f650b.el9.x86_6 13/34 2024-05-08T06:46:32.054 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3593.g7c8f650b.el9.x86_6 13/34 2024-05-08T06:46:32.089 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-08T06:46:32.201 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-08T06:46:32.240 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-08T06:46:32.281 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-08T06:46:32.313 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-08T06:46:32.342 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-08T06:46:32.375 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-08T06:46:32.714 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-08T06:46:32.754 INFO:teuthology.orchestra.run.smithi046.stdout: Upgrading : librbd1-2:19.0.0-3593.g7c8f650b.el9.x86_64 22/34 2024-05-08T06:46:32.829 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: librbd1-2:19.0.0-3593.g7c8f650b.el9.x86_64 22/34 2024-05-08T06:46:32.859 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-rbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 23/34 2024-05-08T06:46:32.896 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-08T06:46:33.414 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-08T06:46:33.449 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : librgw2-2:19.0.0-3593.g7c8f650b.el9.x86_64 26/34 2024-05-08T06:46:33.503 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: librgw2-2:19.0.0-3593.g7c8f650b.el9.x86_64 26/34 2024-05-08T06:46:33.584 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-rgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 27/34 2024-05-08T06:46:33.609 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-ceph-common-2:19.0.0-3593.g7c8f650b.el9.x8 28/34 2024-05-08T06:46:33.797 INFO:teuthology.orchestra.run.smithi138.stdout:(4/4): ceph-test-19.0.0-3593.g7c8f650b.el9.x86_ 19 MB/s | 49 MB 00:02 2024-05-08T06:46:33.799 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:46:33.799 INFO:teuthology.orchestra.run.smithi138.stdout:Total 18 MB/s | 50 MB 00:02 2024-05-08T06:46:33.827 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-05-08T06:46:33.848 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-05-08T06:46:33.848 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-05-08T06:46:34.220 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-05-08T06:46:34.220 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-05-08T06:46:34.746 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-05-08T06:46:34.832 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-08T06:46:34.874 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-08T06:46:34.899 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libcephsqlite-2:19.0.0-3593.g7c8f650b.el9.x86_64 3/4 2024-05-08T06:46:36.052 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 29/34 2024-05-08T06:46:36.097 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 29/34 2024-05-08T06:46:36.700 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 29/34 2024-05-08T06:46:36.734 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-base-2:19.0.0-3593.g7c8f650b.el9.x86_64 30/34 2024-05-08T06:46:36.827 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-base-2:19.0.0-3593.g7c8f650b.el9.x86_64 30/34 2024-05-08T06:46:36.827 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-08T06:46:36.827 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-08T06:46:36.827 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:46:36.869 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-selinux-2:19.0.0-3593.g7c8f650b.el9.x86_64 31/34 2024-05-08T06:46:39.569 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3593.g7c8f650b.el9.x86_64 3/4 2024-05-08T06:46:39.647 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-test-2:19.0.0-3593.g7c8f650b.el9.x86_64 4/4 2024-05-08T06:46:42.163 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-test-2:19.0.0-3593.g7c8f650b.el9.x86_64 4/4 2024-05-08T06:46:42.163 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-test-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/4 2024-05-08T06:46:42.163 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libcephsqlite-2:19.0.0-3593.g7c8f650b.el9.x86_64 2/4 2024-05-08T06:46:42.163 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-08T06:46:42.415 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-08T06:46:42.416 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:46:42.416 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-05-08T06:46:42.416 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-test-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:46:42.416 INFO:teuthology.orchestra.run.smithi138.stdout: libcephsqlite-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:46:42.416 INFO:teuthology.orchestra.run.smithi138.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-08T06:46:42.416 INFO:teuthology.orchestra.run.smithi138.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-08T06:46:42.416 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:46:42.416 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-05-08T06:46:42.701 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph 2024-05-08T06:46:43.267 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:00:42 ago on Wed 08 May 2024 06:46:01 AM UTC. 2024-05-08T06:46:43.390 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-05-08T06:46:43.393 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:46:43.393 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2024-05-08T06:46:43.393 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:46:43.393 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-05-08T06:46:43.393 INFO:teuthology.orchestra.run.smithi138.stdout: ceph x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 6.6 k 2024-05-08T06:46:43.393 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2024-05-08T06:46:43.393 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mds x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 2.4 M 2024-05-08T06:46:43.393 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 1.5 M 2024-05-08T06:46:43.394 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 274 k 2024-05-08T06:46:43.394 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mon x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 4.7 M 2024-05-08T06:46:43.394 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-osd x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 17 M 2024-05-08T06:46:43.394 INFO:teuthology.orchestra.run.smithi138.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-08T06:46:43.394 INFO:teuthology.orchestra.run.smithi138.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-08T06:46:43.394 INFO:teuthology.orchestra.run.smithi138.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-05-08T06:46:43.394 INFO:teuthology.orchestra.run.smithi138.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-08T06:46:43.394 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-08T06:46:43.394 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-08T06:46:43.394 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-08T06:46:43.394 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-08T06:46:43.394 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-08T06:46:43.394 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-08T06:46:43.394 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-collections 2024-05-08T06:46:43.395 INFO:teuthology.orchestra.run.smithi138.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-08T06:46:43.395 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-08T06:46:43.395 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-08T06:46:43.395 INFO:teuthology.orchestra.run.smithi138.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-05-08T06:46:43.395 INFO:teuthology.orchestra.run.smithi138.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-05-08T06:46:43.395 INFO:teuthology.orchestra.run.smithi138.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-08T06:46:43.395 INFO:teuthology.orchestra.run.smithi138.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-08T06:46:43.395 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-05-08T06:46:43.395 INFO:teuthology.orchestra.run.smithi138.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-08T06:46:43.395 INFO:teuthology.orchestra.run.smithi138.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-08T06:46:43.395 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-08T06:46:43.395 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-08T06:46:43.395 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-08T06:46:43.396 INFO:teuthology.orchestra.run.smithi138.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-08T06:46:43.396 INFO:teuthology.orchestra.run.smithi138.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-08T06:46:43.396 INFO:teuthology.orchestra.run.smithi138.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-08T06:46:43.396 INFO:teuthology.orchestra.run.smithi138.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-08T06:46:43.396 INFO:teuthology.orchestra.run.smithi138.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-05-08T06:46:43.396 INFO:teuthology.orchestra.run.smithi138.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-05-08T06:46:43.396 INFO:teuthology.orchestra.run.smithi138.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-08T06:46:43.396 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:46:43.396 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-05-08T06:46:43.396 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:46:43.396 INFO:teuthology.orchestra.run.smithi138.stdout:Install 36 Packages 2024-05-08T06:46:43.396 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:46:43.397 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 30 M 2024-05-08T06:46:43.397 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 108 M 2024-05-08T06:46:43.397 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-05-08T06:46:44.284 INFO:teuthology.orchestra.run.smithi138.stdout:(1/36): ceph-19.0.0-3593.g7c8f650b.el9.x86_64.r 30 kB/s | 6.6 kB 00:00 2024-05-08T06:46:44.409 INFO:teuthology.orchestra.run.smithi138.stdout:(2/36): ceph-mgr-19.0.0-3593.g7c8f650b.el9.x86_ 4.4 MB/s | 1.5 MB 00:00 2024-05-08T06:46:44.818 INFO:teuthology.orchestra.run.smithi138.stdout:(3/36): ceph-mds-19.0.0-3593.g7c8f650b.el9.x86_ 3.1 MB/s | 2.4 MB 00:00 2024-05-08T06:46:44.935 INFO:teuthology.orchestra.run.smithi138.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3593.g7c8f 2.3 MB/s | 274 kB 00:00 2024-05-08T06:46:45.352 INFO:teuthology.orchestra.run.smithi138.stdout:(5/36): ceph-osd-19.0.0-3593.g7c8f650b.el9.x86_ 18 MB/s | 17 MB 00:00 2024-05-08T06:46:45.419 INFO:teuthology.orchestra.run.smithi138.stdout:(6/36): ceph-mon-19.0.0-3593.g7c8f650b.el9.x86_ 4.1 MB/s | 4.7 MB 00:01 2024-05-08T06:46:46.632 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3593.g7c8f650b.el9.x86_64 31/34 2024-05-08T06:46:46.632 INFO:teuthology.orchestra.run.smithi046.stdout:skipping the directory /sys 2024-05-08T06:46:46.632 INFO:teuthology.orchestra.run.smithi046.stdout:skipping the directory /proc 2024-05-08T06:46:46.633 INFO:teuthology.orchestra.run.smithi046.stdout:skipping the directory /mnt 2024-05-08T06:46:46.633 INFO:teuthology.orchestra.run.smithi046.stdout:skipping the directory /var/tmp 2024-05-08T06:46:46.633 INFO:teuthology.orchestra.run.smithi046.stdout:skipping the directory /home 2024-05-08T06:46:46.633 INFO:teuthology.orchestra.run.smithi046.stdout:skipping the directory /root 2024-05-08T06:46:46.633 INFO:teuthology.orchestra.run.smithi046.stdout:skipping the directory /tmp 2024-05-08T06:46:46.633 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:46:47.662 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-radosgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 32/34 2024-05-08T06:46:47.689 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 32/34 2024-05-08T06:46:47.689 INFO:teuthology.orchestra.run.smithi046.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:46:47.689 INFO:teuthology.orchestra.run.smithi046.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-08T06:46:47.689 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-08T06:46:47.689 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-08T06:46:47.689 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:46:47.691 INFO:teuthology.orchestra.run.smithi046.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-08T06:46:47.781 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-08T06:46:47.781 INFO:teuthology.orchestra.run.smithi046.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-08T06:46:48.999 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-08T06:46:48.999 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-base-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/34 2024-05-08T06:46:48.999 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 2/34 2024-05-08T06:46:48.999 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-radosgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 3/34 2024-05-08T06:46:48.999 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-selinux-2:19.0.0-3593.g7c8f650b.el9.x86_64 4/34 2024-05-08T06:46:48.999 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : libcephfs2-2:19.0.0-3593.g7c8f650b.el9.x86_64 5/34 2024-05-08T06:46:48.999 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : libradosstriper1-2:19.0.0-3593.g7c8f650b.el9.x86_6 6/34 2024-05-08T06:46:49.000 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : librgw2-2:19.0.0-3593.g7c8f650b.el9.x86_64 7/34 2024-05-08T06:46:49.000 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3593.g7c8f650b.el9. 8/34 2024-05-08T06:46:49.000 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-ceph-common-2:19.0.0-3593.g7c8f650b.el9.x8 9/34 2024-05-08T06:46:49.000 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-cephfs-2:19.0.0-3593.g7c8f650b.el9.x86_64 10/34 2024-05-08T06:46:49.000 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-rados-2:19.0.0-3593.g7c8f650b.el9.x86_64 11/34 2024-05-08T06:46:49.000 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-rbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 12/34 2024-05-08T06:46:49.000 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-rgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 13/34 2024-05-08T06:46:49.000 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-08T06:46:49.000 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-08T06:46:49.000 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-08T06:46:49.000 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-08T06:46:49.000 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-08T06:46:49.000 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-08T06:46:49.000 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-08T06:46:49.001 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-08T06:46:49.001 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-08T06:46:49.001 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-08T06:46:49.001 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-08T06:46:49.001 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-08T06:46:49.001 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-08T06:46:49.001 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-08T06:46:49.001 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-08T06:46:49.001 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-08T06:46:49.001 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-08T06:46:49.001 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : librados2-2:19.0.0-3593.g7c8f650b.el9.x86_64 31/34 2024-05-08T06:46:49.001 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-08T06:46:49.001 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : librbd1-2:19.0.0-3593.g7c8f650b.el9.x86_64 33/34 2024-05-08T06:46:49.799 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-08T06:46:49.799 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:46:49.799 INFO:teuthology.orchestra.run.smithi046.stdout:Upgraded: 2024-05-08T06:46:49.799 INFO:teuthology.orchestra.run.smithi046.stdout: librados2-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:46:49.800 INFO:teuthology.orchestra.run.smithi046.stdout: librbd1-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:46:49.800 INFO:teuthology.orchestra.run.smithi046.stdout:Installed: 2024-05-08T06:46:49.800 INFO:teuthology.orchestra.run.smithi046.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-08T06:46:49.800 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-base-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:46:49.800 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:46:49.800 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-radosgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:46:49.800 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-selinux-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:46:49.800 INFO:teuthology.orchestra.run.smithi046.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-08T06:46:49.800 INFO:teuthology.orchestra.run.smithi046.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-08T06:46:49.800 INFO:teuthology.orchestra.run.smithi046.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-08T06:46:49.800 INFO:teuthology.orchestra.run.smithi046.stdout: libcephfs2-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:46:49.800 INFO:teuthology.orchestra.run.smithi046.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-08T06:46:49.800 INFO:teuthology.orchestra.run.smithi046.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-08T06:46:49.800 INFO:teuthology.orchestra.run.smithi046.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-08T06:46:49.800 INFO:teuthology.orchestra.run.smithi046.stdout: libradosstriper1-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:46:49.800 INFO:teuthology.orchestra.run.smithi046.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-08T06:46:49.801 INFO:teuthology.orchestra.run.smithi046.stdout: librgw2-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:46:49.801 INFO:teuthology.orchestra.run.smithi046.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-08T06:46:49.801 INFO:teuthology.orchestra.run.smithi046.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-08T06:46:49.801 INFO:teuthology.orchestra.run.smithi046.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-08T06:46:49.801 INFO:teuthology.orchestra.run.smithi046.stdout: python3-ceph-argparse-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:46:49.801 INFO:teuthology.orchestra.run.smithi046.stdout: python3-ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:46:49.801 INFO:teuthology.orchestra.run.smithi046.stdout: python3-cephfs-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:46:49.801 INFO:teuthology.orchestra.run.smithi046.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-08T06:46:49.801 INFO:teuthology.orchestra.run.smithi046.stdout: python3-rados-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:46:49.801 INFO:teuthology.orchestra.run.smithi046.stdout: python3-rbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:46:49.801 INFO:teuthology.orchestra.run.smithi046.stdout: python3-rgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:46:49.801 INFO:teuthology.orchestra.run.smithi046.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-08T06:46:49.801 INFO:teuthology.orchestra.run.smithi046.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-08T06:46:49.801 INFO:teuthology.orchestra.run.smithi046.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-08T06:46:49.802 INFO:teuthology.orchestra.run.smithi046.stdout: re2-1:20211101-3.el9.x86_64 2024-05-08T06:46:49.802 INFO:teuthology.orchestra.run.smithi046.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-08T06:46:49.802 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:46:49.802 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-05-08T06:46:50.149 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install ceph-test 2024-05-08T06:46:50.741 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:00:41 ago on Wed 08 May 2024 06:46:09 AM UTC. 2024-05-08T06:46:50.866 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-05-08T06:46:50.867 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:46:50.867 INFO:teuthology.orchestra.run.smithi046.stdout: Package Arch Version Repository Size 2024-05-08T06:46:50.867 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:46:50.867 INFO:teuthology.orchestra.run.smithi046.stdout:Installing: 2024-05-08T06:46:50.867 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-test x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 49 M 2024-05-08T06:46:50.867 INFO:teuthology.orchestra.run.smithi046.stdout:Installing dependencies: 2024-05-08T06:46:50.867 INFO:teuthology.orchestra.run.smithi046.stdout: libcephsqlite x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 163 k 2024-05-08T06:46:50.868 INFO:teuthology.orchestra.run.smithi046.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-08T06:46:50.868 INFO:teuthology.orchestra.run.smithi046.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-08T06:46:50.868 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:46:50.868 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2024-05-08T06:46:50.868 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:46:50.868 INFO:teuthology.orchestra.run.smithi046.stdout:Install 4 Packages 2024-05-08T06:46:50.868 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:46:50.868 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 50 M 2024-05-08T06:46:50.869 INFO:teuthology.orchestra.run.smithi046.stdout:Installed size: 211 M 2024-05-08T06:46:50.869 INFO:teuthology.orchestra.run.smithi046.stdout:Downloading Packages: 2024-05-08T06:46:51.127 INFO:teuthology.orchestra.run.smithi046.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.4 MB/s | 305 kB 00:00 2024-05-08T06:46:51.177 INFO:teuthology.orchestra.run.smithi046.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.2 MB/s | 64 kB 00:00 2024-05-08T06:46:51.294 INFO:teuthology.orchestra.run.smithi046.stdout:(3/4): libcephsqlite-19.0.0-3593.g7c8f650b.el9. 431 kB/s | 163 kB 00:00 2024-05-08T06:46:54.469 INFO:teuthology.orchestra.run.smithi046.stdout:(4/4): ceph-test-19.0.0-3593.g7c8f650b.el9.x86_ 14 MB/s | 49 MB 00:03 2024-05-08T06:46:54.471 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:46:54.471 INFO:teuthology.orchestra.run.smithi046.stdout:Total 14 MB/s | 50 MB 00:03 2024-05-08T06:46:54.500 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction check 2024-05-08T06:46:54.524 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction check succeeded. 2024-05-08T06:46:54.524 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction test 2024-05-08T06:46:54.915 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction test succeeded. 2024-05-08T06:46:54.915 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction 2024-05-08T06:46:55.462 INFO:teuthology.orchestra.run.smithi046.stdout: Preparing : 1/1 2024-05-08T06:46:55.550 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-08T06:46:55.602 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-08T06:46:55.629 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : libcephsqlite-2:19.0.0-3593.g7c8f650b.el9.x86_64 3/4 2024-05-08T06:47:00.574 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3593.g7c8f650b.el9.x86_64 3/4 2024-05-08T06:47:00.657 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-test-2:19.0.0-3593.g7c8f650b.el9.x86_64 4/4 2024-05-08T06:47:02.957 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-test-2:19.0.0-3593.g7c8f650b.el9.x86_64 4/4 2024-05-08T06:47:02.957 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-test-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/4 2024-05-08T06:47:02.957 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : libcephsqlite-2:19.0.0-3593.g7c8f650b.el9.x86_64 2/4 2024-05-08T06:47:02.957 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-08T06:47:03.236 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-08T06:47:03.236 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:47:03.236 INFO:teuthology.orchestra.run.smithi046.stdout:Installed: 2024-05-08T06:47:03.237 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-test-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:47:03.237 INFO:teuthology.orchestra.run.smithi046.stdout: libcephsqlite-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:47:03.237 INFO:teuthology.orchestra.run.smithi046.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-08T06:47:03.237 INFO:teuthology.orchestra.run.smithi046.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-08T06:47:03.237 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:47:03.237 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-05-08T06:47:03.463 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install ceph 2024-05-08T06:47:04.073 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:00:55 ago on Wed 08 May 2024 06:46:09 AM UTC. 2024-05-08T06:47:04.201 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-05-08T06:47:04.204 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:47:04.204 INFO:teuthology.orchestra.run.smithi046.stdout: Package Arch Version Repository Size 2024-05-08T06:47:04.204 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:47:04.204 INFO:teuthology.orchestra.run.smithi046.stdout:Installing: 2024-05-08T06:47:04.204 INFO:teuthology.orchestra.run.smithi046.stdout: ceph x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 6.6 k 2024-05-08T06:47:04.204 INFO:teuthology.orchestra.run.smithi046.stdout:Installing dependencies: 2024-05-08T06:47:04.205 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-mds x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 2.4 M 2024-05-08T06:47:04.205 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-mgr x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 1.5 M 2024-05-08T06:47:04.205 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 274 k 2024-05-08T06:47:04.205 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-mon x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 4.7 M 2024-05-08T06:47:04.205 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-osd x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 17 M 2024-05-08T06:47:04.205 INFO:teuthology.orchestra.run.smithi046.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-08T06:47:04.205 INFO:teuthology.orchestra.run.smithi046.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-08T06:47:04.205 INFO:teuthology.orchestra.run.smithi046.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-05-08T06:47:04.205 INFO:teuthology.orchestra.run.smithi046.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-08T06:47:04.205 INFO:teuthology.orchestra.run.smithi046.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-08T06:47:04.205 INFO:teuthology.orchestra.run.smithi046.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-08T06:47:04.205 INFO:teuthology.orchestra.run.smithi046.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-08T06:47:04.205 INFO:teuthology.orchestra.run.smithi046.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-08T06:47:04.206 INFO:teuthology.orchestra.run.smithi046.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-08T06:47:04.206 INFO:teuthology.orchestra.run.smithi046.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-08T06:47:04.206 INFO:teuthology.orchestra.run.smithi046.stdout: python3-jaraco-collections 2024-05-08T06:47:04.206 INFO:teuthology.orchestra.run.smithi046.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-08T06:47:04.206 INFO:teuthology.orchestra.run.smithi046.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-08T06:47:04.206 INFO:teuthology.orchestra.run.smithi046.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-08T06:47:04.206 INFO:teuthology.orchestra.run.smithi046.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-05-08T06:47:04.206 INFO:teuthology.orchestra.run.smithi046.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-05-08T06:47:04.206 INFO:teuthology.orchestra.run.smithi046.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-08T06:47:04.206 INFO:teuthology.orchestra.run.smithi046.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-08T06:47:04.206 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-05-08T06:47:04.206 INFO:teuthology.orchestra.run.smithi046.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-08T06:47:04.206 INFO:teuthology.orchestra.run.smithi046.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-08T06:47:04.207 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-08T06:47:04.207 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-08T06:47:04.207 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-08T06:47:04.207 INFO:teuthology.orchestra.run.smithi046.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-08T06:47:04.207 INFO:teuthology.orchestra.run.smithi046.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-08T06:47:04.207 INFO:teuthology.orchestra.run.smithi046.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-08T06:47:04.207 INFO:teuthology.orchestra.run.smithi046.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-08T06:47:04.207 INFO:teuthology.orchestra.run.smithi046.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-05-08T06:47:04.207 INFO:teuthology.orchestra.run.smithi046.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-05-08T06:47:04.207 INFO:teuthology.orchestra.run.smithi046.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-08T06:47:04.207 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:47:04.207 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2024-05-08T06:47:04.207 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:47:04.207 INFO:teuthology.orchestra.run.smithi046.stdout:Install 36 Packages 2024-05-08T06:47:04.207 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:47:04.208 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 30 M 2024-05-08T06:47:04.208 INFO:teuthology.orchestra.run.smithi046.stdout:Installed size: 108 M 2024-05-08T06:47:04.208 INFO:teuthology.orchestra.run.smithi046.stdout:Downloading Packages: 2024-05-08T06:47:04.938 INFO:teuthology.orchestra.run.smithi046.stdout:(1/36): ceph-19.0.0-3593.g7c8f650b.el9.x86_64.r 37 kB/s | 6.6 kB 00:00 2024-05-08T06:47:05.163 INFO:teuthology.orchestra.run.smithi046.stdout:(2/36): ceph-mds-19.0.0-3593.g7c8f650b.el9.x86_ 5.8 MB/s | 2.4 MB 00:00 2024-05-08T06:47:05.488 INFO:teuthology.orchestra.run.smithi046.stdout:(3/36): ceph-mgr-19.0.0-3593.g7c8f650b.el9.x86_ 2.1 MB/s | 1.5 MB 00:00 2024-05-08T06:47:05.597 INFO:teuthology.orchestra.run.smithi046.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3593.g7c8f 2.5 MB/s | 274 kB 00:00 2024-05-08T06:47:05.664 INFO:teuthology.orchestra.run.smithi046.stdout:(5/36): ceph-mon-19.0.0-3593.g7c8f650b.el9.x86_ 6.5 MB/s | 4.7 MB 00:00 2024-05-08T06:47:06.081 INFO:teuthology.orchestra.run.smithi046.stdout:(6/36): ceph-osd-19.0.0-3593.g7c8f650b.el9.x86_ 18 MB/s | 17 MB 00:00 2024-05-08T06:47:06.189 INFO:teuthology.orchestra.run.smithi046.stdout:(7/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 428 kB/s | 253 kB 00:00 2024-05-08T06:47:06.298 INFO:teuthology.orchestra.run.smithi046.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 1.2 MB/s | 135 kB 00:00 2024-05-08T06:47:06.423 INFO:teuthology.orchestra.run.smithi046.stdout:(9/36): python3-cryptography-36.0.1-4.el9.x86_6 1.6 MB/s | 1.2 MB 00:00 2024-05-08T06:47:06.448 INFO:teuthology.orchestra.run.smithi046.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 831 kB/s | 125 kB 00:00 2024-05-08T06:47:06.532 INFO:teuthology.orchestra.run.smithi046.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 1.9 MB/s | 215 kB 00:00 2024-05-08T06:47:06.599 INFO:teuthology.orchestra.run.smithi046.stdout:(12/36): python3-ply-3.11-14.el9.noarch.rpm 206 kB/s | 106 kB 00:00 2024-05-08T06:47:06.674 INFO:teuthology.orchestra.run.smithi046.stdout:(13/36): lua-5.4.4-4.el9.x86_64.rpm 837 kB/s | 188 kB 00:00 2024-05-08T06:47:06.699 INFO:teuthology.orchestra.run.smithi046.stdout:(14/36): python3-markupsafe-1.1.1-12.el9.x86_64 346 kB/s | 35 kB 00:00 2024-05-08T06:47:06.725 INFO:teuthology.orchestra.run.smithi046.stdout:(15/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.0 MB/s | 51 kB 00:00 2024-05-08T06:47:06.767 INFO:teuthology.orchestra.run.smithi046.stdout:(16/36): python3-mako-1.1.4-6.el9.noarch.rpm 735 kB/s | 172 kB 00:00 2024-05-08T06:47:06.800 INFO:teuthology.orchestra.run.smithi046.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 415 kB/s | 42 kB 00:00 2024-05-08T06:47:06.967 INFO:teuthology.orchestra.run.smithi046.stdout:(18/36): luarocks-3.9.2-1.el9.noarch.rpm 756 kB/s | 151 kB 00:00 2024-05-08T06:47:06.992 INFO:teuthology.orchestra.run.smithi046.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 265 kB/s | 43 kB 00:00 2024-05-08T06:47:07.018 INFO:teuthology.orchestra.run.smithi046.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 3.3 MB/s | 172 kB 00:00 2024-05-08T06:47:07.060 INFO:teuthology.orchestra.run.smithi046.stdout:(21/36): python3-cherrypy-18.6.1-2.el9.noarch.r 5.3 MB/s | 358 kB 00:00 2024-05-08T06:47:07.085 INFO:teuthology.orchestra.run.smithi046.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 160 kB/s | 11 kB 00:00 2024-05-08T06:47:07.110 INFO:teuthology.orchestra.run.smithi046.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 352 kB/s | 18 kB 00:00 2024-05-08T06:47:07.161 INFO:teuthology.orchestra.run.smithi046.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 308 kB/s | 23 kB 00:00 2024-05-08T06:47:07.185 INFO:teuthology.orchestra.run.smithi046.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 418 kB/s | 19 kB 00:00 2024-05-08T06:47:07.211 INFO:teuthology.orchestra.run.smithi046.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 393 kB/s | 20 kB 00:00 2024-05-08T06:47:07.236 INFO:teuthology.orchestra.run.smithi046.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 922 kB/s | 46 kB 00:00 2024-05-08T06:47:07.261 INFO:teuthology.orchestra.run.smithi046.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 1.5 MB/s | 79 kB 00:00 2024-05-08T06:47:07.286 INFO:teuthology.orchestra.run.smithi046.stdout:(29/36): python3-pecan-1.4.2-3.el9.noarch.rpm 5.3 MB/s | 272 kB 00:00 2024-05-08T06:47:07.312 INFO:teuthology.orchestra.run.smithi046.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 338 kB/s | 16 kB 00:00 2024-05-08T06:47:07.337 INFO:teuthology.orchestra.run.smithi046.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.8 MB/s | 90 kB 00:00 2024-05-08T06:47:07.362 INFO:teuthology.orchestra.run.smithi046.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 715 kB/s | 36 kB 00:00 2024-05-08T06:47:07.387 INFO:teuthology.orchestra.run.smithi046.stdout:(33/36): python3-webob-1.8.7-6.el9.noarch.rpm 4.5 MB/s | 230 kB 00:00 2024-05-08T06:47:07.421 INFO:teuthology.orchestra.run.smithi046.stdout:(34/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 7.2 MB/s | 427 kB 00:00 2024-05-08T06:47:07.446 INFO:teuthology.orchestra.run.smithi046.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 346 kB/s | 20 kB 00:00 2024-05-08T06:47:07.622 INFO:teuthology.orchestra.run.smithi046.stdout:(36/36): lua-devel-5.4.4-4.el9.x86_64.rpm 25 kB/s | 22 kB 00:00 2024-05-08T06:47:07.627 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:47:07.627 INFO:teuthology.orchestra.run.smithi046.stdout:Total 8.8 MB/s | 30 MB 00:03 2024-05-08T06:47:07.782 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction check 2024-05-08T06:47:07.825 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction check succeeded. 2024-05-08T06:47:07.825 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction test 2024-05-08T06:47:08.294 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction test succeeded. 2024-05-08T06:47:08.294 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction 2024-05-08T06:47:09.597 INFO:teuthology.orchestra.run.smithi046.stdout: Preparing : 1/1 2024-05-08T06:47:09.650 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-05-08T06:47:09.693 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-05-08T06:47:09.719 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-05-08T06:47:09.796 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-05-08T06:47:09.843 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-05-08T06:47:09.876 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-05-08T06:47:09.973 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-05-08T06:47:10.050 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-05-08T06:47:10.096 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-05-08T06:47:10.130 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-05-08T06:47:10.159 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-05-08T06:47:10.194 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-05-08T06:47:10.236 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-05-08T06:47:10.277 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-05-08T06:47:10.320 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-05-08T06:47:10.354 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-05-08T06:47:10.384 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-05-08T06:47:10.462 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-05-08T06:47:10.616 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-05-08T06:47:10.705 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-05-08T06:47:10.763 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-05-08T06:47:10.800 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-05-08T06:47:10.851 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-05-08T06:47:10.916 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-05-08T06:47:11.124 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-05-08T06:47:11.180 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-05-08T06:47:11.270 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-05-08T06:47:11.360 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-05-08T06:47:11.395 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-05-08T06:47:11.530 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-05-08T06:47:11.709 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3593.g7c8f650b.el9. 31/36 2024-05-08T06:47:11.738 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-mgr-2:19.0.0-3593.g7c8f650b.el9.x86_64 32/36 2024-05-08T06:47:11.765 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3593.g7c8f650b.el9.x86_64 32/36 2024-05-08T06:47:11.765 INFO:teuthology.orchestra.run.smithi046.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:47:11.765 INFO:teuthology.orchestra.run.smithi046.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-08T06:47:11.766 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-08T06:47:11.766 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-08T06:47:11.766 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:47:13.306 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-osd-2:19.0.0-3593.g7c8f650b.el9.x86_64 33/36 2024-05-08T06:47:13.335 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-osd-2:19.0.0-3593.g7c8f650b.el9.x86_64 33/36 2024-05-08T06:47:13.335 INFO:teuthology.orchestra.run.smithi046.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:47:13.335 INFO:teuthology.orchestra.run.smithi046.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-08T06:47:13.336 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-08T06:47:13.336 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-08T06:47:13.336 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:47:13.798 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-mon-2:19.0.0-3593.g7c8f650b.el9.x86_64 34/36 2024-05-08T06:47:13.824 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-mon-2:19.0.0-3593.g7c8f650b.el9.x86_64 34/36 2024-05-08T06:47:13.824 INFO:teuthology.orchestra.run.smithi046.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:47:13.824 INFO:teuthology.orchestra.run.smithi046.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-08T06:47:13.824 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-08T06:47:13.824 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-08T06:47:13.824 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:47:14.057 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-mds-2:19.0.0-3593.g7c8f650b.el9.x86_64 35/36 2024-05-08T06:47:14.082 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-mds-2:19.0.0-3593.g7c8f650b.el9.x86_64 35/36 2024-05-08T06:47:14.082 INFO:teuthology.orchestra.run.smithi046.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:47:14.082 INFO:teuthology.orchestra.run.smithi046.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-08T06:47:14.082 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-08T06:47:14.082 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-08T06:47:14.082 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:47:14.140 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-2:19.0.0-3593.g7c8f650b.el9.x86_64 36/36 2024-05-08T06:47:15.882 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-2:19.0.0-3593.g7c8f650b.el9.x86_64 36/36 2024-05-08T06:47:15.882 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/36 2024-05-08T06:47:15.882 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-mds-2:19.0.0-3593.g7c8f650b.el9.x86_64 2/36 2024-05-08T06:47:15.882 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-mgr-2:19.0.0-3593.g7c8f650b.el9.x86_64 3/36 2024-05-08T06:47:15.882 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-mon-2:19.0.0-3593.g7c8f650b.el9.x86_64 4/36 2024-05-08T06:47:15.882 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-osd-2:19.0.0-3593.g7c8f650b.el9.x86_64 5/36 2024-05-08T06:47:15.882 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3593.g7c8f650b.el9. 6/36 2024-05-08T06:47:15.882 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-05-08T06:47:15.883 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-05-08T06:47:15.883 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-05-08T06:47:15.883 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-05-08T06:47:15.883 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-05-08T06:47:15.883 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-05-08T06:47:15.883 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-05-08T06:47:15.883 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-05-08T06:47:15.883 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-05-08T06:47:15.883 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-05-08T06:47:15.883 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-05-08T06:47:15.883 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-05-08T06:47:15.883 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-05-08T06:47:15.883 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-05-08T06:47:15.884 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-05-08T06:47:15.884 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-05-08T06:47:15.884 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-05-08T06:47:15.884 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-05-08T06:47:15.884 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-05-08T06:47:15.885 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-05-08T06:47:15.885 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-05-08T06:47:15.885 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-05-08T06:47:15.885 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-05-08T06:47:15.885 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-05-08T06:47:15.885 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-05-08T06:47:15.885 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-05-08T06:47:15.886 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-05-08T06:47:15.886 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-05-08T06:47:15.886 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-05-08T06:47:16.943 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-05-08T06:47:16.943 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:47:16.943 INFO:teuthology.orchestra.run.smithi046.stdout:Installed: 2024-05-08T06:47:16.943 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:47:16.943 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-mds-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:47:16.943 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-mgr-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:47:16.943 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-mgr-modules-core-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:47:16.943 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-mon-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:47:16.944 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-osd-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:47:16.944 INFO:teuthology.orchestra.run.smithi046.stdout: lua-5.4.4-4.el9.x86_64 2024-05-08T06:47:16.944 INFO:teuthology.orchestra.run.smithi046.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-08T06:47:16.944 INFO:teuthology.orchestra.run.smithi046.stdout: luarocks-3.9.2-1.el9.noarch 2024-05-08T06:47:16.944 INFO:teuthology.orchestra.run.smithi046.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-08T06:47:16.944 INFO:teuthology.orchestra.run.smithi046.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-08T06:47:16.944 INFO:teuthology.orchestra.run.smithi046.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-08T06:47:16.944 INFO:teuthology.orchestra.run.smithi046.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-08T06:47:16.944 INFO:teuthology.orchestra.run.smithi046.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-08T06:47:16.944 INFO:teuthology.orchestra.run.smithi046.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-08T06:47:16.944 INFO:teuthology.orchestra.run.smithi046.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-08T06:47:16.944 INFO:teuthology.orchestra.run.smithi046.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-08T06:47:16.944 INFO:teuthology.orchestra.run.smithi046.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-08T06:47:16.944 INFO:teuthology.orchestra.run.smithi046.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-08T06:47:16.944 INFO:teuthology.orchestra.run.smithi046.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-05-08T06:47:16.945 INFO:teuthology.orchestra.run.smithi046.stdout: python3-mako-1.1.4-6.el9.noarch 2024-05-08T06:47:16.945 INFO:teuthology.orchestra.run.smithi046.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-08T06:47:16.945 INFO:teuthology.orchestra.run.smithi046.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-08T06:47:16.945 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-05-08T06:47:16.945 INFO:teuthology.orchestra.run.smithi046.stdout: python3-ply-3.11-14.el9.noarch 2024-05-08T06:47:16.945 INFO:teuthology.orchestra.run.smithi046.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-08T06:47:16.945 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-08T06:47:16.945 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-08T06:47:16.945 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-08T06:47:16.945 INFO:teuthology.orchestra.run.smithi046.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-08T06:47:16.945 INFO:teuthology.orchestra.run.smithi046.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-08T06:47:16.945 INFO:teuthology.orchestra.run.smithi046.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-08T06:47:16.945 INFO:teuthology.orchestra.run.smithi046.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-08T06:47:16.945 INFO:teuthology.orchestra.run.smithi046.stdout: python3-webob-1.8.7-6.el9.noarch 2024-05-08T06:47:16.946 INFO:teuthology.orchestra.run.smithi046.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-05-08T06:47:16.946 INFO:teuthology.orchestra.run.smithi046.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-08T06:47:16.946 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:47:16.946 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-05-08T06:47:17.278 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install ceph-base 2024-05-08T06:47:17.871 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:01:08 ago on Wed 08 May 2024 06:46:09 AM UTC. 2024-05-08T06:47:17.953 INFO:teuthology.orchestra.run.smithi046.stdout:Package ceph-base-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:47:17.997 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-05-08T06:47:17.999 INFO:teuthology.orchestra.run.smithi046.stdout:Nothing to do. 2024-05-08T06:47:17.999 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-05-08T06:47:18.067 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install cephadm 2024-05-08T06:47:18.656 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:01:09 ago on Wed 08 May 2024 06:46:09 AM UTC. 2024-05-08T06:47:18.781 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-05-08T06:47:18.782 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:47:18.782 INFO:teuthology.orchestra.run.smithi046.stdout: Package Arch Version Repository Size 2024-05-08T06:47:18.782 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:47:18.782 INFO:teuthology.orchestra.run.smithi046.stdout:Installing: 2024-05-08T06:47:18.782 INFO:teuthology.orchestra.run.smithi046.stdout: cephadm noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 764 k 2024-05-08T06:47:18.782 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:47:18.782 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2024-05-08T06:47:18.782 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:47:18.783 INFO:teuthology.orchestra.run.smithi046.stdout:Install 1 Package 2024-05-08T06:47:18.783 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:47:18.785 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 764 k 2024-05-08T06:47:18.785 INFO:teuthology.orchestra.run.smithi046.stdout:Installed size: 770 k 2024-05-08T06:47:18.785 INFO:teuthology.orchestra.run.smithi046.stdout:Downloading Packages: 2024-05-08T06:47:19.064 INFO:teuthology.orchestra.run.smithi046.stdout:cephadm-19.0.0-3593.g7c8f650b.el9.noarch.rpm 2.7 MB/s | 764 kB 00:00 2024-05-08T06:47:19.065 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:47:19.065 INFO:teuthology.orchestra.run.smithi046.stdout:Total 2.6 MB/s | 764 kB 00:00 2024-05-08T06:47:19.065 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction check 2024-05-08T06:47:19.071 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction check succeeded. 2024-05-08T06:47:19.071 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction test 2024-05-08T06:47:19.077 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction test succeeded. 2024-05-08T06:47:19.077 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction 2024-05-08T06:47:19.148 INFO:teuthology.orchestra.run.smithi046.stdout: Preparing : 1/1 2024-05-08T06:47:19.593 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 1/1 2024-05-08T06:47:19.687 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 1/1 2024-05-08T06:47:20.067 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 1/1 2024-05-08T06:47:20.318 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 1/1 2024-05-08T06:47:20.319 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:47:20.319 INFO:teuthology.orchestra.run.smithi046.stdout:Installed: 2024-05-08T06:47:20.319 INFO:teuthology.orchestra.run.smithi046.stdout: cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:47:20.319 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:47:20.319 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-05-08T06:47:20.511 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install ceph-immutable-object-cache 2024-05-08T06:47:21.102 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:01:12 ago on Wed 08 May 2024 06:46:09 AM UTC. 2024-05-08T06:47:21.229 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-05-08T06:47:21.230 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:47:21.230 INFO:teuthology.orchestra.run.smithi046.stdout: Package Arch Version Repo Size 2024-05-08T06:47:21.230 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:47:21.230 INFO:teuthology.orchestra.run.smithi046.stdout:Installing: 2024-05-08T06:47:21.230 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 145 k 2024-05-08T06:47:21.230 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:47:21.230 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2024-05-08T06:47:21.231 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:47:21.231 INFO:teuthology.orchestra.run.smithi046.stdout:Install 1 Package 2024-05-08T06:47:21.231 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:47:21.231 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 145 k 2024-05-08T06:47:21.231 INFO:teuthology.orchestra.run.smithi046.stdout:Installed size: 435 k 2024-05-08T06:47:21.231 INFO:teuthology.orchestra.run.smithi046.stdout:Downloading Packages: 2024-05-08T06:47:21.461 INFO:teuthology.orchestra.run.smithi046.stdout:ceph-immutable-object-cache-19.0.0-3593.g7c8f65 629 kB/s | 145 kB 00:00 2024-05-08T06:47:21.462 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:47:21.462 INFO:teuthology.orchestra.run.smithi046.stdout:Total 626 kB/s | 145 kB 00:00 2024-05-08T06:47:21.462 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction check 2024-05-08T06:47:21.470 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction check succeeded. 2024-05-08T06:47:21.470 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction test 2024-05-08T06:47:21.530 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction test succeeded. 2024-05-08T06:47:21.530 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction 2024-05-08T06:47:21.679 INFO:teuthology.orchestra.run.smithi046.stdout: Preparing : 1/1 2024-05-08T06:47:21.746 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3593.g7c8f650b. 1/1 2024-05-08T06:47:21.773 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3593.g7c8f650b. 1/1 2024-05-08T06:47:21.773 INFO:teuthology.orchestra.run.smithi046.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:47:21.773 INFO:teuthology.orchestra.run.smithi046.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-08T06:47:21.773 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:47:22.661 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3593.g7c8f650b. 1/1 2024-05-08T06:47:22.662 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:47:22.662 INFO:teuthology.orchestra.run.smithi046.stdout:Installed: 2024-05-08T06:47:22.662 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-immutable-object-cache-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:47:22.662 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:47:22.662 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-05-08T06:47:22.882 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install ceph-mgr 2024-05-08T06:47:23.470 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:01:14 ago on Wed 08 May 2024 06:46:09 AM UTC. 2024-05-08T06:47:23.552 INFO:teuthology.orchestra.run.smithi046.stdout:Package ceph-mgr-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:47:23.595 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-05-08T06:47:23.596 INFO:teuthology.orchestra.run.smithi046.stdout:Nothing to do. 2024-05-08T06:47:23.597 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-05-08T06:47:23.665 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install ceph-mgr-dashboard 2024-05-08T06:47:24.256 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:01:15 ago on Wed 08 May 2024 06:46:09 AM UTC. 2024-05-08T06:47:24.386 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-05-08T06:47:24.387 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:47:24.387 INFO:teuthology.orchestra.run.smithi046.stdout: Package Arch Version Repository Size 2024-05-08T06:47:24.387 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:47:24.387 INFO:teuthology.orchestra.run.smithi046.stdout:Installing: 2024-05-08T06:47:24.387 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 3.5 M 2024-05-08T06:47:24.387 INFO:teuthology.orchestra.run.smithi046.stdout:Installing dependencies: 2024-05-08T06:47:24.387 INFO:teuthology.orchestra.run.smithi046.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-08T06:47:24.387 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 34 k 2024-05-08T06:47:24.387 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 16 k 2024-05-08T06:47:24.387 INFO:teuthology.orchestra.run.smithi046.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-08T06:47:24.387 INFO:teuthology.orchestra.run.smithi046.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-08T06:47:24.387 INFO:teuthology.orchestra.run.smithi046.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-08T06:47:24.388 INFO:teuthology.orchestra.run.smithi046.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-08T06:47:24.388 INFO:teuthology.orchestra.run.smithi046.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-08T06:47:24.388 INFO:teuthology.orchestra.run.smithi046.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-08T06:47:24.388 INFO:teuthology.orchestra.run.smithi046.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-08T06:47:24.388 INFO:teuthology.orchestra.run.smithi046.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-08T06:47:24.388 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:47:24.388 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2024-05-08T06:47:24.388 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:47:24.388 INFO:teuthology.orchestra.run.smithi046.stdout:Install 12 Packages 2024-05-08T06:47:24.388 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:47:24.389 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 8.7 M 2024-05-08T06:47:24.389 INFO:teuthology.orchestra.run.smithi046.stdout:Installed size: 104 M 2024-05-08T06:47:24.389 INFO:teuthology.orchestra.run.smithi046.stdout:Downloading Packages: 2024-05-08T06:47:25.098 INFO:teuthology.orchestra.run.smithi046.stdout:(1/12): ceph-prometheus-alerts-19.0.0-3593.g7c8 84 kB/s | 16 kB 00:00 2024-05-08T06:47:25.148 INFO:teuthology.orchestra.run.smithi046.stdout:(2/12): ceph-grafana-dashboards-19.0.0-3593.g7c 139 kB/s | 34 kB 00:00 2024-05-08T06:47:25.507 INFO:teuthology.orchestra.run.smithi046.stdout:(3/12): ceph-mgr-dashboard-19.0.0-3593.g7c8f650 5.9 MB/s | 3.5 MB 00:00 2024-05-08T06:47:25.741 INFO:teuthology.orchestra.run.smithi046.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 455 kB/s | 269 kB 00:00 2024-05-08T06:47:25.857 INFO:teuthology.orchestra.run.smithi046.stdout:(5/12): protobuf-3.14.0-13.el9.x86_64.rpm 1.3 MB/s | 1.0 MB 00:00 2024-05-08T06:47:26.133 INFO:teuthology.orchestra.run.smithi046.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 78 kB/s | 19 kB 00:00 2024-05-08T06:47:26.225 INFO:teuthology.orchestra.run.smithi046.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.1 MB/s | 548 kB 00:00 2024-05-08T06:47:26.308 INFO:teuthology.orchestra.run.smithi046.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.7 MB/s | 144 kB 00:00 2024-05-08T06:47:26.383 INFO:teuthology.orchestra.run.smithi046.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 410 kB/s | 31 kB 00:00 2024-05-08T06:47:26.467 INFO:teuthology.orchestra.run.smithi046.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.2 MB/s | 188 kB 00:00 2024-05-08T06:47:26.542 INFO:teuthology.orchestra.run.smithi046.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 5.0 MB/s | 2.0 MB 00:00 2024-05-08T06:47:26.984 INFO:teuthology.orchestra.run.smithi046.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 584 kB/s | 863 kB 00:01 2024-05-08T06:47:26.990 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:47:26.990 INFO:teuthology.orchestra.run.smithi046.stdout:Total 3.3 MB/s | 8.7 MB 00:02 2024-05-08T06:47:27.044 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction check 2024-05-08T06:47:27.064 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction check succeeded. 2024-05-08T06:47:27.064 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction test 2024-05-08T06:47:27.253 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction test succeeded. 2024-05-08T06:47:27.254 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction 2024-05-08T06:47:27.859 INFO:teuthology.orchestra.run.smithi046.stdout: Preparing : 1/1 2024-05-08T06:47:27.928 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-08T06:47:27.963 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-08T06:47:28.010 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-08T06:47:28.039 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-08T06:47:28.145 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-08T06:47:28.280 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-08T06:47:28.371 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-08T06:47:28.420 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-08T06:47:28.446 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-08T06:47:28.479 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3593.g7c8f650b.el9 10/12 2024-05-08T06:47:29.587 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3593.g7c8f650b.el 11/12 2024-05-08T06:47:29.629 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3593.g7c8f650b.el9.noa 12/12 2024-05-08T06:47:30.889 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3593.g7c8f650b.el9.noa 12/12 2024-05-08T06:47:30.889 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3593.g7c8f650b.el 1/12 2024-05-08T06:47:30.890 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3593.g7c8f650b.el9.noa 2/12 2024-05-08T06:47:30.890 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3593.g7c8f650b.el9 3/12 2024-05-08T06:47:30.890 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-08T06:47:30.890 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-08T06:47:30.890 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-08T06:47:30.890 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-08T06:47:30.890 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-08T06:47:30.890 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-08T06:47:30.890 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-08T06:47:30.890 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-08T06:47:31.212 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-08T06:47:31.212 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:47:31.212 INFO:teuthology.orchestra.run.smithi046.stdout:Installed: 2024-05-08T06:47:31.212 INFO:teuthology.orchestra.run.smithi046.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-08T06:47:31.212 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-grafana-dashboards-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:47:31.212 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-mgr-dashboard-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:47:31.212 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-prometheus-alerts-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:47:31.212 INFO:teuthology.orchestra.run.smithi046.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-08T06:47:31.212 INFO:teuthology.orchestra.run.smithi046.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-08T06:47:31.212 INFO:teuthology.orchestra.run.smithi046.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-08T06:47:31.212 INFO:teuthology.orchestra.run.smithi046.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-08T06:47:31.212 INFO:teuthology.orchestra.run.smithi046.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-08T06:47:31.213 INFO:teuthology.orchestra.run.smithi046.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-08T06:47:31.213 INFO:teuthology.orchestra.run.smithi046.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-08T06:47:31.213 INFO:teuthology.orchestra.run.smithi046.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-08T06:47:31.213 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:47:31.213 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-05-08T06:47:31.425 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-08T06:47:32.020 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:01:23 ago on Wed 08 May 2024 06:46:09 AM UTC. 2024-05-08T06:47:32.148 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-05-08T06:47:32.149 INFO:teuthology.orchestra.run.smithi046.stdout:======================================================================================= 2024-05-08T06:47:32.149 INFO:teuthology.orchestra.run.smithi046.stdout: Package Arch Version Repository Size 2024-05-08T06:47:32.149 INFO:teuthology.orchestra.run.smithi046.stdout:======================================================================================= 2024-05-08T06:47:32.149 INFO:teuthology.orchestra.run.smithi046.stdout:Installing: 2024-05-08T06:47:32.149 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 7.4 M 2024-05-08T06:47:32.149 INFO:teuthology.orchestra.run.smithi046.stdout:Installing dependencies: 2024-05-08T06:47:32.149 INFO:teuthology.orchestra.run.smithi046.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-08T06:47:32.149 INFO:teuthology.orchestra.run.smithi046.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-08T06:47:32.149 INFO:teuthology.orchestra.run.smithi046.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-08T06:47:32.149 INFO:teuthology.orchestra.run.smithi046.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-08T06:47:32.149 INFO:teuthology.orchestra.run.smithi046.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-08T06:47:32.150 INFO:teuthology.orchestra.run.smithi046.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-08T06:47:32.150 INFO:teuthology.orchestra.run.smithi046.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-08T06:47:32.150 INFO:teuthology.orchestra.run.smithi046.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-08T06:47:32.150 INFO:teuthology.orchestra.run.smithi046.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-08T06:47:32.150 INFO:teuthology.orchestra.run.smithi046.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-08T06:47:32.150 INFO:teuthology.orchestra.run.smithi046.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-08T06:47:32.150 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:47:32.150 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2024-05-08T06:47:32.150 INFO:teuthology.orchestra.run.smithi046.stdout:======================================================================================= 2024-05-08T06:47:32.151 INFO:teuthology.orchestra.run.smithi046.stdout:Install 12 Packages 2024-05-08T06:47:32.151 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:47:32.151 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 38 M 2024-05-08T06:47:32.151 INFO:teuthology.orchestra.run.smithi046.stdout:Installed size: 209 M 2024-05-08T06:47:32.151 INFO:teuthology.orchestra.run.smithi046.stdout:Downloading Packages: 2024-05-08T06:47:32.744 INFO:teuthology.orchestra.run.smithi046.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 973 kB/s | 195 kB 00:00 2024-05-08T06:47:32.869 INFO:teuthology.orchestra.run.smithi046.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 2.4 MB/s | 803 kB 00:00 2024-05-08T06:47:33.095 INFO:teuthology.orchestra.run.smithi046.stdout:(3/12): ceph-mgr-diskprediction-local-19.0.0-35 13 MB/s | 7.4 MB 00:00 2024-05-08T06:47:33.349 INFO:teuthology.orchestra.run.smithi081.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 473 B/s | 45 kB 01:37 2024-05-08T06:47:33.370 INFO:teuthology.orchestra.run.smithi046.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 66 kB/s | 18 kB 00:00 2024-05-08T06:47:33.374 INFO:teuthology.orchestra.run.smithi081.stdout:(15/32): boost-program-options-1.75.0-8.el9.x86 1.1 kB/s | 107 kB 01:38 2024-05-08T06:47:33.395 INFO:teuthology.orchestra.run.smithi046.stdout:(5/12): flexiblas-3.0.4-8.el9.x86_64.rpm 50 kB/s | 33 kB 00:00 2024-05-08T06:47:33.399 INFO:teuthology.orchestra.run.smithi081.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.6 kB/s | 160 kB 01:38 2024-05-08T06:47:33.420 INFO:teuthology.orchestra.run.smithi138.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 2.2 kB/s | 106 kB 00:48 2024-05-08T06:47:33.429 INFO:teuthology.orchestra.run.smithi046.stdout:(6/12): openblas-0.3.21-2.el9.x86_64.rpm 604 kB/s | 35 kB 00:00 2024-05-08T06:47:33.462 INFO:teuthology.orchestra.run.smithi138.stdout:(8/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 5.2 kB/s | 253 kB 00:48 2024-05-08T06:47:33.546 INFO:teuthology.orchestra.run.smithi138.stdout:(9/36): python3-cryptography-36.0.1-4.el9.x86_6 26 kB/s | 1.2 MB 00:48 2024-05-08T06:47:33.579 INFO:teuthology.orchestra.run.smithi046.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 1.6 MB/s | 244 kB 00:00 2024-05-08T06:47:33.612 INFO:teuthology.orchestra.run.smithi138.stdout:(10/36): python3-pycparser-2.20-6.el9.noarch.rp 705 kB/s | 135 kB 00:00 2024-05-08T06:47:33.638 INFO:teuthology.orchestra.run.smithi138.stdout:(11/36): python3-requests-2.25.1-8.el9.noarch.r 711 kB/s | 125 kB 00:00 2024-05-08T06:47:33.662 INFO:teuthology.orchestra.run.smithi046.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 3.8 MB/s | 3.0 MB 00:00 2024-05-08T06:47:33.738 INFO:teuthology.orchestra.run.smithi046.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 3.3 MB/s | 250 kB 00:00 2024-05-08T06:47:33.738 INFO:teuthology.orchestra.run.smithi138.stdout:(12/36): python3-urllib3-1.26.5-5.el9.noarch.rp 1.1 MB/s | 215 kB 00:00 2024-05-08T06:47:33.846 INFO:teuthology.orchestra.run.smithi046.stdout:(10/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 11 MB/s | 4.7 MB 00:00 2024-05-08T06:47:33.847 INFO:teuthology.orchestra.run.smithi138.stdout:(13/36): python3-mako-1.1.4-6.el9.noarch.rpm 825 kB/s | 172 kB 00:00 2024-05-08T06:47:33.881 INFO:teuthology.orchestra.run.smithi138.stdout:(14/36): python3-markupsafe-1.1.1-12.el9.x86_64 245 kB/s | 35 kB 00:00 2024-05-08T06:47:33.906 INFO:teuthology.orchestra.run.smithi138.stdout:(15/36): lua-5.4.4-4.el9.x86_64.rpm 643 kB/s | 188 kB 00:00 2024-05-08T06:47:33.931 INFO:teuthology.orchestra.run.smithi138.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 608 kB/s | 51 kB 00:00 2024-05-08T06:47:33.946 INFO:teuthology.orchestra.run.smithi046.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 14 MB/s | 5.1 MB 00:00 2024-05-08T06:47:34.015 INFO:teuthology.orchestra.run.smithi138.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 311 kB/s | 42 kB 00:00 2024-05-08T06:47:34.040 INFO:teuthology.orchestra.run.smithi138.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 166 kB/s | 22 kB 00:00 2024-05-08T06:47:34.430 INFO:teuthology.orchestra.run.smithi046.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 23 MB/s | 16 MB 00:00 2024-05-08T06:47:34.432 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:47:34.432 INFO:teuthology.orchestra.run.smithi046.stdout:Total 17 MB/s | 38 MB 00:02 2024-05-08T06:47:34.449 INFO:teuthology.orchestra.run.smithi138.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 100 kB/s | 43 kB 00:00 2024-05-08T06:47:34.582 INFO:teuthology.orchestra.run.smithi138.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 232 kB/s | 151 kB 00:00 2024-05-08T06:47:34.657 INFO:teuthology.orchestra.run.smithi138.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 291 kB/s | 172 kB 00:00 2024-05-08T06:47:34.682 INFO:teuthology.orchestra.run.smithi138.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 107 kB/s | 11 kB 00:00 2024-05-08T06:47:34.766 INFO:teuthology.orchestra.run.smithi138.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 163 kB/s | 18 kB 00:00 2024-05-08T06:47:34.783 INFO:teuthology.orchestra.run.smithi138.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 231 kB/s | 23 kB 00:00 2024-05-08T06:47:34.802 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction check 2024-05-08T06:47:34.826 INFO:teuthology.orchestra.run.smithi138.stdout:(25/36): python3-cherrypy-18.6.1-2.el9.noarch.r 952 kB/s | 358 kB 00:00 2024-05-08T06:47:34.829 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction check succeeded. 2024-05-08T06:47:34.829 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction test 2024-05-08T06:47:34.867 INFO:teuthology.orchestra.run.smithi138.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 193 kB/s | 19 kB 00:00 2024-05-08T06:47:34.892 INFO:teuthology.orchestra.run.smithi138.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 180 kB/s | 20 kB 00:00 2024-05-08T06:47:34.935 INFO:teuthology.orchestra.run.smithi138.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 425 kB/s | 46 kB 00:00 2024-05-08T06:47:35.002 INFO:teuthology.orchestra.run.smithi138.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 588 kB/s | 79 kB 00:00 2024-05-08T06:47:35.060 INFO:teuthology.orchestra.run.smithi138.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 131 kB/s | 16 kB 00:00 2024-05-08T06:47:35.119 INFO:teuthology.orchestra.run.smithi138.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.2 MB/s | 272 kB 00:00 2024-05-08T06:47:35.144 INFO:teuthology.orchestra.run.smithi138.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 633 kB/s | 90 kB 00:00 2024-05-08T06:47:35.169 INFO:teuthology.orchestra.run.smithi138.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 328 kB/s | 36 kB 00:00 2024-05-08T06:47:35.253 INFO:teuthology.orchestra.run.smithi138.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.7 MB/s | 230 kB 00:00 2024-05-08T06:47:35.278 INFO:teuthology.orchestra.run.smithi138.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 183 kB/s | 20 kB 00:00 2024-05-08T06:47:35.290 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction test succeeded. 2024-05-08T06:47:35.290 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction 2024-05-08T06:47:35.412 INFO:teuthology.orchestra.run.smithi138.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.6 MB/s | 427 kB 00:00 2024-05-08T06:47:35.416 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:47:35.417 INFO:teuthology.orchestra.run.smithi138.stdout:Total 594 kB/s | 30 MB 00:52 2024-05-08T06:47:35.550 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-05-08T06:47:35.590 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-05-08T06:47:35.590 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-05-08T06:47:36.019 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-05-08T06:47:36.019 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-05-08T06:47:36.084 INFO:teuthology.orchestra.run.smithi046.stdout: Preparing : 1/1 2024-05-08T06:47:36.154 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-08T06:47:36.196 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-08T06:47:36.299 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-08T06:47:36.338 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-08T06:47:36.523 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-08T06:47:36.562 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-08T06:47:36.641 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-08T06:47:37.280 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-05-08T06:47:37.319 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-08T06:47:37.347 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-05-08T06:47:37.389 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-05-08T06:47:37.417 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-05-08T06:47:37.437 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-08T06:47:37.488 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-05-08T06:47:37.532 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-05-08T06:47:37.565 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-05-08T06:47:37.657 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-05-08T06:47:37.727 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-05-08T06:47:37.769 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-05-08T06:47:37.803 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-05-08T06:47:37.833 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-05-08T06:47:37.867 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-05-08T06:47:37.901 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-05-08T06:47:37.942 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-05-08T06:47:37.977 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-05-08T06:47:38.011 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-05-08T06:47:38.049 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-05-08T06:47:38.122 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-05-08T06:47:38.270 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-05-08T06:47:38.349 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-05-08T06:47:38.402 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-05-08T06:47:38.441 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-05-08T06:47:38.449 INFO:teuthology.orchestra.run.smithi081.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 8.4 kB/s | 42 kB 00:05 2024-05-08T06:47:38.491 INFO:teuthology.orchestra.run.smithi081.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 57 kB/s | 292 kB 00:05 2024-05-08T06:47:38.498 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-05-08T06:47:38.541 INFO:teuthology.orchestra.run.smithi081.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.3 MB/s | 221 kB 00:00 2024-05-08T06:47:38.562 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-05-08T06:47:38.566 INFO:teuthology.orchestra.run.smithi081.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 477 kB/s | 36 kB 00:00 2024-05-08T06:47:38.592 INFO:teuthology.orchestra.run.smithi081.stdout:(21/32): librdkafka-1.6.1-102.el9.x86_64.rpm 126 kB/s | 662 kB 00:05 2024-05-08T06:47:38.617 INFO:teuthology.orchestra.run.smithi081.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 627 kB/s | 47 kB 00:00 2024-05-08T06:47:38.755 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-05-08T06:47:38.764 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-08T06:47:38.795 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-05-08T06:47:38.874 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-05-08T06:47:38.934 INFO:teuthology.orchestra.run.smithi081.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 98 kB/s | 26 kB 00:00 2024-05-08T06:47:38.969 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-05-08T06:47:39.012 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-05-08T06:47:39.034 INFO:teuthology.orchestra.run.smithi081.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 660 kB/s | 309 kB 00:00 2024-05-08T06:47:39.110 INFO:teuthology.orchestra.run.smithi081.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 277 kB/s | 49 kB 00:00 2024-05-08T06:47:39.135 INFO:teuthology.orchestra.run.smithi081.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 672 kB/s | 67 kB 00:00 2024-05-08T06:47:39.135 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-05-08T06:47:39.269 INFO:teuthology.orchestra.run.smithi081.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 1.4 MB/s | 192 kB 00:00 2024-05-08T06:47:39.293 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3593.g7c8f650b.el9. 31/36 2024-05-08T06:47:39.322 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mgr-2:19.0.0-3593.g7c8f650b.el9.x86_64 32/36 2024-05-08T06:47:39.348 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3593.g7c8f650b.el9.x86_64 32/36 2024-05-08T06:47:39.348 INFO:teuthology.orchestra.run.smithi138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:47:39.348 INFO:teuthology.orchestra.run.smithi138.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-08T06:47:39.348 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-08T06:47:39.348 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-08T06:47:39.348 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:47:39.536 INFO:teuthology.orchestra.run.smithi081.stdout:(28/32): libarrow-9.0.0-11.el9.x86_64.rpm 4.7 MB/s | 4.4 MB 00:00 2024-05-08T06:47:39.569 INFO:teuthology.orchestra.run.smithi081.stdout:(29/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 1.8 MB/s | 839 kB 00:00 2024-05-08T06:47:39.653 INFO:teuthology.orchestra.run.smithi081.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 4.1 MB/s | 1.6 MB 00:00 2024-05-08T06:47:39.840 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-08T06:47:39.869 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3593.g7c8f6 12/12 2024-05-08T06:47:40.487 INFO:teuthology.orchestra.run.smithi081.stdout:(31/32): librados2-19.0.0-3593.g7c8f650b.el9.x8 3.6 MB/s | 3.4 MB 00:00 2024-05-08T06:47:40.678 INFO:teuthology.orchestra.run.smithi081.stdout:(32/32): librbd1-19.0.0-3593.g7c8f650b.el9.x86_ 2.8 MB/s | 3.1 MB 00:01 2024-05-08T06:47:40.683 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:47:40.683 INFO:teuthology.orchestra.run.smithi081.stdout:Total 570 kB/s | 60 MB 01:48 2024-05-08T06:47:40.779 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-05-08T06:47:40.816 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-05-08T06:47:40.816 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-05-08T06:47:40.849 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-osd-2:19.0.0-3593.g7c8f650b.el9.x86_64 33/36 2024-05-08T06:47:40.877 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-osd-2:19.0.0-3593.g7c8f650b.el9.x86_64 33/36 2024-05-08T06:47:40.877 INFO:teuthology.orchestra.run.smithi138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:47:40.877 INFO:teuthology.orchestra.run.smithi138.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-08T06:47:40.877 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-08T06:47:40.877 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-08T06:47:40.877 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:47:41.333 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mon-2:19.0.0-3593.g7c8f650b.el9.x86_64 34/36 2024-05-08T06:47:41.357 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-mon-2:19.0.0-3593.g7c8f650b.el9.x86_64 34/36 2024-05-08T06:47:41.357 INFO:teuthology.orchestra.run.smithi138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:47:41.357 INFO:teuthology.orchestra.run.smithi138.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-08T06:47:41.357 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-08T06:47:41.358 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-08T06:47:41.358 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:47:41.447 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-05-08T06:47:41.447 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-05-08T06:47:41.584 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mds-2:19.0.0-3593.g7c8f650b.el9.x86_64 35/36 2024-05-08T06:47:41.607 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-mds-2:19.0.0-3593.g7c8f650b.el9.x86_64 35/36 2024-05-08T06:47:41.607 INFO:teuthology.orchestra.run.smithi138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:47:41.607 INFO:teuthology.orchestra.run.smithi138.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-08T06:47:41.607 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-08T06:47:41.607 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-08T06:47:41.607 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:47:41.672 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-2:19.0.0-3593.g7c8f650b.el9.x86_64 36/36 2024-05-08T06:47:42.377 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3593.g7c8f6 12/12 2024-05-08T06:47:42.377 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3593.g7c8f6 1/12 2024-05-08T06:47:42.377 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-08T06:47:42.377 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-08T06:47:42.377 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-08T06:47:42.377 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-08T06:47:42.378 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-08T06:47:42.378 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-08T06:47:42.378 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-08T06:47:42.378 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-08T06:47:42.378 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-08T06:47:42.378 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-08T06:47:42.759 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-08T06:47:42.759 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:47:42.760 INFO:teuthology.orchestra.run.smithi046.stdout:Installed: 2024-05-08T06:47:42.760 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:47:42.760 INFO:teuthology.orchestra.run.smithi046.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-08T06:47:42.760 INFO:teuthology.orchestra.run.smithi046.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-08T06:47:42.760 INFO:teuthology.orchestra.run.smithi046.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-08T06:47:42.760 INFO:teuthology.orchestra.run.smithi046.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-08T06:47:42.760 INFO:teuthology.orchestra.run.smithi046.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-08T06:47:42.760 INFO:teuthology.orchestra.run.smithi046.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-08T06:47:42.760 INFO:teuthology.orchestra.run.smithi046.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-08T06:47:42.760 INFO:teuthology.orchestra.run.smithi046.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-08T06:47:42.760 INFO:teuthology.orchestra.run.smithi046.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-08T06:47:42.760 INFO:teuthology.orchestra.run.smithi046.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-08T06:47:42.760 INFO:teuthology.orchestra.run.smithi046.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-08T06:47:42.761 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:47:42.761 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-05-08T06:47:42.852 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-05-08T06:47:42.936 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-08T06:47:42.967 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-08T06:47:43.000 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-08T06:47:43.023 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-08T06:47:43.044 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-08T06:47:43.102 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install ceph-mgr-rook 2024-05-08T06:47:43.233 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-08T06:47:43.287 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-08T06:47:43.457 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-2:19.0.0-3593.g7c8f650b.el9.x86_64 36/36 2024-05-08T06:47:43.457 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/36 2024-05-08T06:47:43.458 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mds-2:19.0.0-3593.g7c8f650b.el9.x86_64 2/36 2024-05-08T06:47:43.458 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mgr-2:19.0.0-3593.g7c8f650b.el9.x86_64 3/36 2024-05-08T06:47:43.458 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mon-2:19.0.0-3593.g7c8f650b.el9.x86_64 4/36 2024-05-08T06:47:43.458 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-osd-2:19.0.0-3593.g7c8f650b.el9.x86_64 5/36 2024-05-08T06:47:43.458 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3593.g7c8f650b.el9. 6/36 2024-05-08T06:47:43.458 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-05-08T06:47:43.458 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-05-08T06:47:43.458 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-05-08T06:47:43.458 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-05-08T06:47:43.458 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-05-08T06:47:43.458 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-05-08T06:47:43.458 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-05-08T06:47:43.459 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-05-08T06:47:43.459 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-05-08T06:47:43.459 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-05-08T06:47:43.459 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-05-08T06:47:43.459 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-05-08T06:47:43.459 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-05-08T06:47:43.459 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-05-08T06:47:43.459 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-05-08T06:47:43.459 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-05-08T06:47:43.459 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-05-08T06:47:43.459 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-05-08T06:47:43.459 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-05-08T06:47:43.459 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-05-08T06:47:43.459 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-05-08T06:47:43.460 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-05-08T06:47:43.460 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-05-08T06:47:43.460 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-05-08T06:47:43.460 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-05-08T06:47:43.460 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-05-08T06:47:43.460 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-05-08T06:47:43.460 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-05-08T06:47:43.460 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-05-08T06:47:43.672 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-08T06:47:43.698 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:01:34 ago on Wed 08 May 2024 06:46:09 AM UTC. 2024-05-08T06:47:43.744 INFO:teuthology.orchestra.run.smithi081.stdout: Upgrading : librados2-2:19.0.0-3593.g7c8f650b.el9.x86_64 7/34 2024-05-08T06:47:43.826 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-05-08T06:47:43.827 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:47:43.827 INFO:teuthology.orchestra.run.smithi046.stdout: Package Arch Version Repository Size 2024-05-08T06:47:43.827 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:47:43.827 INFO:teuthology.orchestra.run.smithi046.stdout:Installing: 2024-05-08T06:47:43.827 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-mgr-rook noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 49 k 2024-05-08T06:47:43.827 INFO:teuthology.orchestra.run.smithi046.stdout:Installing dependencies: 2024-05-08T06:47:43.827 INFO:teuthology.orchestra.run.smithi046.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-08T06:47:43.827 INFO:teuthology.orchestra.run.smithi046.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-08T06:47:43.827 INFO:teuthology.orchestra.run.smithi046.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-08T06:47:43.828 INFO:teuthology.orchestra.run.smithi046.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-08T06:47:43.828 INFO:teuthology.orchestra.run.smithi046.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-08T06:47:43.828 INFO:teuthology.orchestra.run.smithi046.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-08T06:47:43.828 INFO:teuthology.orchestra.run.smithi046.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-08T06:47:43.828 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-08T06:47:43.828 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-08T06:47:43.828 INFO:teuthology.orchestra.run.smithi046.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-08T06:47:43.828 INFO:teuthology.orchestra.run.smithi046.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-08T06:47:43.828 INFO:teuthology.orchestra.run.smithi046.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-08T06:47:43.828 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:47:43.828 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2024-05-08T06:47:43.828 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:47:43.829 INFO:teuthology.orchestra.run.smithi046.stdout:Install 13 Packages 2024-05-08T06:47:43.829 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:47:43.829 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 2.2 M 2024-05-08T06:47:43.829 INFO:teuthology.orchestra.run.smithi046.stdout:Installed size: 26 M 2024-05-08T06:47:43.829 INFO:teuthology.orchestra.run.smithi046.stdout:Downloading Packages: 2024-05-08T06:47:43.843 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: librados2-2:19.0.0-3593.g7c8f650b.el9.x86_64 7/34 2024-05-08T06:47:43.931 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-rados-2:19.0.0-3593.g7c8f650b.el9.x86_64 8/34 2024-05-08T06:47:43.962 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : libcephfs2-2:19.0.0-3593.g7c8f650b.el9.x86_64 9/34 2024-05-08T06:47:44.024 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: libcephfs2-2:19.0.0-3593.g7c8f650b.el9.x86_64 9/34 2024-05-08T06:47:44.053 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-08T06:47:44.097 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-ceph-argparse-2:19.0.0-3593.g7c8f650b.el9. 11/34 2024-05-08T06:47:44.166 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-cephfs-2:19.0.0-3593.g7c8f650b.el9.x86_64 12/34 2024-05-08T06:47:44.189 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : libradosstriper1-2:19.0.0-3593.g7c8f650b.el9.x86_6 13/34 2024-05-08T06:47:44.219 INFO:teuthology.orchestra.run.smithi046.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 73 kB/s | 19 kB 00:00 2024-05-08T06:47:44.244 INFO:teuthology.orchestra.run.smithi046.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 89 kB/s | 26 kB 00:00 2024-05-08T06:47:44.254 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3593.g7c8f650b.el9.x86_6 13/34 2024-05-08T06:47:44.269 INFO:teuthology.orchestra.run.smithi046.stdout:(3/13): ceph-mgr-rook-19.0.0-3593.g7c8f650b.el9 158 kB/s | 49 kB 00:00 2024-05-08T06:47:44.288 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-08T06:47:44.378 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-05-08T06:47:44.378 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:47:44.378 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-05-08T06:47:44.378 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:47:44.378 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mds-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:47:44.378 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:47:44.378 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-modules-core-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:47:44.378 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mon-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:47:44.379 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-osd-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:47:44.379 INFO:teuthology.orchestra.run.smithi138.stdout: lua-5.4.4-4.el9.x86_64 2024-05-08T06:47:44.379 INFO:teuthology.orchestra.run.smithi138.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-08T06:47:44.379 INFO:teuthology.orchestra.run.smithi138.stdout: luarocks-3.9.2-1.el9.noarch 2024-05-08T06:47:44.379 INFO:teuthology.orchestra.run.smithi138.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-08T06:47:44.379 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-08T06:47:44.379 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-08T06:47:44.379 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-08T06:47:44.379 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-08T06:47:44.379 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-08T06:47:44.379 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-08T06:47:44.379 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-08T06:47:44.379 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-08T06:47:44.380 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-08T06:47:44.380 INFO:teuthology.orchestra.run.smithi138.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-05-08T06:47:44.380 INFO:teuthology.orchestra.run.smithi138.stdout: python3-mako-1.1.4-6.el9.noarch 2024-05-08T06:47:44.380 INFO:teuthology.orchestra.run.smithi138.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-08T06:47:44.380 INFO:teuthology.orchestra.run.smithi138.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-08T06:47:44.380 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-05-08T06:47:44.380 INFO:teuthology.orchestra.run.smithi138.stdout: python3-ply-3.11-14.el9.noarch 2024-05-08T06:47:44.380 INFO:teuthology.orchestra.run.smithi138.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-08T06:47:44.380 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-08T06:47:44.380 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-08T06:47:44.380 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-08T06:47:44.380 INFO:teuthology.orchestra.run.smithi138.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-08T06:47:44.380 INFO:teuthology.orchestra.run.smithi138.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-08T06:47:44.380 INFO:teuthology.orchestra.run.smithi138.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-08T06:47:44.381 INFO:teuthology.orchestra.run.smithi138.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-08T06:47:44.381 INFO:teuthology.orchestra.run.smithi138.stdout: python3-webob-1.8.7-6.el9.noarch 2024-05-08T06:47:44.381 INFO:teuthology.orchestra.run.smithi138.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-05-08T06:47:44.381 INFO:teuthology.orchestra.run.smithi138.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-08T06:47:44.381 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:47:44.381 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-05-08T06:47:44.396 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-08T06:47:44.506 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-08T06:47:44.546 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-08T06:47:44.579 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-08T06:47:44.608 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-08T06:47:44.641 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-08T06:47:44.653 INFO:teuthology.orchestra.run.smithi046.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 512 kB/s | 222 kB 00:00 2024-05-08T06:47:44.678 INFO:teuthology.orchestra.run.smithi046.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 366 kB/s | 159 kB 00:00 2024-05-08T06:47:44.762 INFO:teuthology.orchestra.run.smithi046.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 494 kB/s | 54 kB 00:00 2024-05-08T06:47:44.770 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-base 2024-05-08T06:47:44.846 INFO:teuthology.orchestra.run.smithi046.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 193 kB/s | 32 kB 00:00 2024-05-08T06:47:44.871 INFO:teuthology.orchestra.run.smithi046.stdout:(8/13): python3-pyasn1-modules-0.4.8-6.el9.noar 464 kB/s | 279 kB 00:00 2024-05-08T06:47:44.938 INFO:teuthology.orchestra.run.smithi046.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 86 kB/s | 15 kB 00:00 2024-05-08T06:47:44.953 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-08T06:47:44.963 INFO:teuthology.orchestra.run.smithi046.stdout:(10/13): python3-google-auth-2.29.0-1.el9.noarc 1.7 MB/s | 206 kB 00:00 2024-05-08T06:47:44.996 INFO:teuthology.orchestra.run.smithi081.stdout: Upgrading : librbd1-2:19.0.0-3593.g7c8f650b.el9.x86_64 22/34 2024-05-08T06:47:45.005 INFO:teuthology.orchestra.run.smithi046.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 898 kB/s | 59 kB 00:00 2024-05-08T06:47:45.030 INFO:teuthology.orchestra.run.smithi046.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.3 MB/s | 90 kB 00:00 2024-05-08T06:47:45.086 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: librbd1-2:19.0.0-3593.g7c8f650b.el9.x86_64 22/34 2024-05-08T06:47:45.117 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-rbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 23/34 2024-05-08T06:47:45.152 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-08T06:47:45.231 INFO:teuthology.orchestra.run.smithi046.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 2.8 MB/s | 1.0 MB 00:00 2024-05-08T06:47:45.234 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:47:45.234 INFO:teuthology.orchestra.run.smithi046.stdout:Total 1.6 MB/s | 2.2 MB 00:01 2024-05-08T06:47:45.307 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction check 2024-05-08T06:47:45.324 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction check succeeded. 2024-05-08T06:47:45.324 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction test 2024-05-08T06:47:45.337 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:44 ago on Wed 08 May 2024 06:46:01 AM UTC. 2024-05-08T06:47:45.417 INFO:teuthology.orchestra.run.smithi138.stdout:Package ceph-base-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:47:45.418 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction test succeeded. 2024-05-08T06:47:45.418 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction 2024-05-08T06:47:45.458 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-05-08T06:47:45.459 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2024-05-08T06:47:45.460 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-05-08T06:47:45.532 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install cephadm 2024-05-08T06:47:45.634 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-08T06:47:45.665 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : librgw2-2:19.0.0-3593.g7c8f650b.el9.x86_64 26/34 2024-05-08T06:47:45.745 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: librgw2-2:19.0.0-3593.g7c8f650b.el9.x86_64 26/34 2024-05-08T06:47:45.821 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-rgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 27/34 2024-05-08T06:47:45.851 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-ceph-common-2:19.0.0-3593.g7c8f650b.el9.x8 28/34 2024-05-08T06:47:45.931 INFO:teuthology.orchestra.run.smithi046.stdout: Preparing : 1/1 2024-05-08T06:47:46.097 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:45 ago on Wed 08 May 2024 06:46:01 AM UTC. 2024-05-08T06:47:46.111 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-08T06:47:46.175 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-08T06:47:46.217 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-05-08T06:47:46.218 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:47:46.218 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2024-05-08T06:47:46.218 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:47:46.218 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-05-08T06:47:46.218 INFO:teuthology.orchestra.run.smithi138.stdout: cephadm noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 764 k 2024-05-08T06:47:46.218 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:47:46.218 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-05-08T06:47:46.218 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:47:46.218 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2024-05-08T06:47:46.218 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:47:46.218 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 764 k 2024-05-08T06:47:46.218 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 770 k 2024-05-08T06:47:46.219 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-05-08T06:47:46.231 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-08T06:47:46.266 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-08T06:47:46.308 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-08T06:47:46.406 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-08T06:47:46.515 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-08T06:47:46.577 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-08T06:47:46.702 INFO:teuthology.orchestra.run.smithi138.stdout:cephadm-19.0.0-3593.g7c8f650b.el9.noarch.rpm 1.5 MB/s | 764 kB 00:00 2024-05-08T06:47:46.702 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:47:46.703 INFO:teuthology.orchestra.run.smithi138.stdout:Total 1.5 MB/s | 764 kB 00:00 2024-05-08T06:47:46.703 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-05-08T06:47:46.708 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-05-08T06:47:46.709 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-05-08T06:47:46.715 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-05-08T06:47:46.715 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-05-08T06:47:46.787 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-05-08T06:47:47.255 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 1/1 2024-05-08T06:47:47.333 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-08T06:47:47.349 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 1/1 2024-05-08T06:47:47.373 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-08T06:47:47.407 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-08T06:47:47.456 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-08T06:47:47.485 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-mgr-rook-2:19.0.0-3593.g7c8f650b.el9.noarch 13/13 2024-05-08T06:47:47.700 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 1/1 2024-05-08T06:47:47.956 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 1/1 2024-05-08T06:47:47.956 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:47:47.956 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-05-08T06:47:47.956 INFO:teuthology.orchestra.run.smithi138.stdout: cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:47:47.956 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:47:47.956 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-05-08T06:47:48.082 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 29/34 2024-05-08T06:47:48.123 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 29/34 2024-05-08T06:47:48.160 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-immutable-object-cache 2024-05-08T06:47:48.266 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3593.g7c8f650b.el9.noarch 13/13 2024-05-08T06:47:48.266 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3593.g7c8f650b.el9.noarch 1/13 2024-05-08T06:47:48.266 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-08T06:47:48.266 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-08T06:47:48.266 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-08T06:47:48.266 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-08T06:47:48.266 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-08T06:47:48.266 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-08T06:47:48.266 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-08T06:47:48.266 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-08T06:47:48.267 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-08T06:47:48.267 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-08T06:47:48.267 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-08T06:47:48.582 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-08T06:47:48.583 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:47:48.583 INFO:teuthology.orchestra.run.smithi046.stdout:Installed: 2024-05-08T06:47:48.583 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-mgr-rook-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:47:48.583 INFO:teuthology.orchestra.run.smithi046.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-08T06:47:48.583 INFO:teuthology.orchestra.run.smithi046.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-08T06:47:48.583 INFO:teuthology.orchestra.run.smithi046.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-08T06:47:48.583 INFO:teuthology.orchestra.run.smithi046.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-08T06:47:48.583 INFO:teuthology.orchestra.run.smithi046.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-08T06:47:48.583 INFO:teuthology.orchestra.run.smithi046.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-08T06:47:48.583 INFO:teuthology.orchestra.run.smithi046.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-08T06:47:48.583 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-08T06:47:48.583 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-08T06:47:48.583 INFO:teuthology.orchestra.run.smithi046.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-08T06:47:48.584 INFO:teuthology.orchestra.run.smithi046.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-08T06:47:48.584 INFO:teuthology.orchestra.run.smithi046.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-08T06:47:48.584 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:47:48.584 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-05-08T06:47:48.672 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 29/34 2024-05-08T06:47:48.719 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-base-2:19.0.0-3593.g7c8f650b.el9.x86_64 30/34 2024-05-08T06:47:48.733 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:47 ago on Wed 08 May 2024 06:46:01 AM UTC. 2024-05-08T06:47:48.809 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-base-2:19.0.0-3593.g7c8f650b.el9.x86_64 30/34 2024-05-08T06:47:48.809 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-08T06:47:48.810 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-08T06:47:48.810 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:47:48.823 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install ceph-mgr-cephadm 2024-05-08T06:47:48.853 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-selinux-2:19.0.0-3593.g7c8f650b.el9.x86_64 31/34 2024-05-08T06:47:48.855 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-05-08T06:47:48.860 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:47:48.860 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repo Size 2024-05-08T06:47:48.860 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:47:48.860 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-05-08T06:47:48.860 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 145 k 2024-05-08T06:47:48.860 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:47:48.860 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-05-08T06:47:48.860 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:47:48.860 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2024-05-08T06:47:48.860 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:47:48.860 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 145 k 2024-05-08T06:47:48.860 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 435 k 2024-05-08T06:47:48.861 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-05-08T06:47:49.194 INFO:teuthology.orchestra.run.smithi138.stdout:ceph-immutable-object-cache-19.0.0-3593.g7c8f65 430 kB/s | 145 kB 00:00 2024-05-08T06:47:49.194 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:47:49.195 INFO:teuthology.orchestra.run.smithi138.stdout:Total 428 kB/s | 145 kB 00:00 2024-05-08T06:47:49.195 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-05-08T06:47:49.203 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-05-08T06:47:49.203 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-05-08T06:47:49.259 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-05-08T06:47:49.259 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-05-08T06:47:49.396 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-05-08T06:47:49.416 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:01:40 ago on Wed 08 May 2024 06:46:09 AM UTC. 2024-05-08T06:47:49.462 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3593.g7c8f650b. 1/1 2024-05-08T06:47:49.487 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3593.g7c8f650b. 1/1 2024-05-08T06:47:49.487 INFO:teuthology.orchestra.run.smithi138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:47:49.487 INFO:teuthology.orchestra.run.smithi138.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-08T06:47:49.487 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:47:49.545 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-05-08T06:47:49.545 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:47:49.545 INFO:teuthology.orchestra.run.smithi046.stdout: Package Arch Version Repository Size 2024-05-08T06:47:49.545 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:47:49.546 INFO:teuthology.orchestra.run.smithi046.stdout:Installing: 2024-05-08T06:47:49.546 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 144 k 2024-05-08T06:47:49.546 INFO:teuthology.orchestra.run.smithi046.stdout:Installing dependencies: 2024-05-08T06:47:49.546 INFO:teuthology.orchestra.run.smithi046.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-08T06:47:49.546 INFO:teuthology.orchestra.run.smithi046.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-08T06:47:49.546 INFO:teuthology.orchestra.run.smithi046.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-05-08T06:47:49.546 INFO:teuthology.orchestra.run.smithi046.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-08T06:47:49.546 INFO:teuthology.orchestra.run.smithi046.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-08T06:47:49.546 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:47:49.546 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2024-05-08T06:47:49.546 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:47:49.546 INFO:teuthology.orchestra.run.smithi046.stdout:Install 6 Packages 2024-05-08T06:47:49.546 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:47:49.547 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 7.0 M 2024-05-08T06:47:49.547 INFO:teuthology.orchestra.run.smithi046.stdout:Installed size: 33 M 2024-05-08T06:47:49.547 INFO:teuthology.orchestra.run.smithi046.stdout:Downloading Packages: 2024-05-08T06:47:49.949 INFO:teuthology.orchestra.run.smithi046.stdout:(1/6): ceph-mgr-cephadm-19.0.0-3593.g7c8f650b.e 712 kB/s | 144 kB 00:00 2024-05-08T06:47:50.158 INFO:teuthology.orchestra.run.smithi046.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 2.6 MB/s | 548 kB 00:00 2024-05-08T06:47:50.192 INFO:teuthology.orchestra.run.smithi046.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 1.7 MB/s | 58 kB 00:00 2024-05-08T06:47:50.225 INFO:teuthology.orchestra.run.smithi046.stdout:(4/6): python3-typing-extensions-4.4.0-2.el9.no 1.5 MB/s | 51 kB 00:00 2024-05-08T06:47:50.250 INFO:teuthology.orchestra.run.smithi046.stdout:(5/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 493 kB/s | 248 kB 00:00 2024-05-08T06:47:50.417 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3593.g7c8f650b. 1/1 2024-05-08T06:47:50.417 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:47:50.417 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-05-08T06:47:50.417 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-immutable-object-cache-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:47:50.417 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:47:50.417 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-05-08T06:47:50.648 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-mgr 2024-05-08T06:47:50.776 INFO:teuthology.orchestra.run.smithi046.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 5.8 MB/s | 6.0 MB 00:01 2024-05-08T06:47:50.776 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:47:50.777 INFO:teuthology.orchestra.run.smithi046.stdout:Total 5.7 MB/s | 7.0 MB 00:01 2024-05-08T06:47:50.853 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction check 2024-05-08T06:47:50.865 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction check succeeded. 2024-05-08T06:47:50.865 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction test 2024-05-08T06:47:50.969 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction test succeeded. 2024-05-08T06:47:50.969 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction 2024-05-08T06:47:51.240 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:50 ago on Wed 08 May 2024 06:46:01 AM UTC. 2024-05-08T06:47:51.290 INFO:teuthology.orchestra.run.smithi046.stdout: Preparing : 1/1 2024-05-08T06:47:51.322 INFO:teuthology.orchestra.run.smithi138.stdout:Package ceph-mgr-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:47:51.363 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-05-08T06:47:51.364 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2024-05-08T06:47:51.364 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-05-08T06:47:51.435 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-mgr-dashboard 2024-05-08T06:47:51.472 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-05-08T06:47:51.520 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-05-08T06:47:52.001 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:51 ago on Wed 08 May 2024 06:46:01 AM UTC. 2024-05-08T06:47:52.070 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-05-08T06:47:52.123 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-05-08T06:47:52.124 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:47:52.124 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2024-05-08T06:47:52.124 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:47:52.124 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-05-08T06:47:52.124 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 3.5 M 2024-05-08T06:47:52.124 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2024-05-08T06:47:52.125 INFO:teuthology.orchestra.run.smithi138.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-08T06:47:52.125 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 34 k 2024-05-08T06:47:52.125 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 16 k 2024-05-08T06:47:52.125 INFO:teuthology.orchestra.run.smithi138.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-08T06:47:52.125 INFO:teuthology.orchestra.run.smithi138.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-08T06:47:52.125 INFO:teuthology.orchestra.run.smithi138.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-08T06:47:52.125 INFO:teuthology.orchestra.run.smithi138.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-08T06:47:52.125 INFO:teuthology.orchestra.run.smithi138.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-08T06:47:52.125 INFO:teuthology.orchestra.run.smithi138.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-08T06:47:52.125 INFO:teuthology.orchestra.run.smithi138.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-08T06:47:52.125 INFO:teuthology.orchestra.run.smithi138.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-08T06:47:52.125 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:47:52.125 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-05-08T06:47:52.125 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:47:52.126 INFO:teuthology.orchestra.run.smithi138.stdout:Install 12 Packages 2024-05-08T06:47:52.126 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:47:52.126 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 8.7 M 2024-05-08T06:47:52.126 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 104 M 2024-05-08T06:47:52.126 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-05-08T06:47:52.166 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-05-08T06:47:52.245 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-05-08T06:47:52.272 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 6/6 2024-05-08T06:47:52.748 INFO:teuthology.orchestra.run.smithi138.stdout:(1/12): ceph-grafana-dashboards-19.0.0-3593.g7c 182 kB/s | 34 kB 00:00 2024-05-08T06:47:52.773 INFO:teuthology.orchestra.run.smithi138.stdout:(2/12): ceph-prometheus-alerts-19.0.0-3593.g7c8 77 kB/s | 16 kB 00:00 2024-05-08T06:47:53.090 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 6/6 2024-05-08T06:47:53.090 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 1/6 2024-05-08T06:47:53.090 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-05-08T06:47:53.090 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-05-08T06:47:53.090 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-05-08T06:47:53.090 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-05-08T06:47:53.165 INFO:teuthology.orchestra.run.smithi138.stdout:(3/12): ceph-mgr-dashboard-19.0.0-3593.g7c8f650 5.9 MB/s | 3.5 MB 00:00 2024-05-08T06:47:53.348 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-05-08T06:47:53.348 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:47:53.348 INFO:teuthology.orchestra.run.smithi046.stdout:Installed: 2024-05-08T06:47:53.348 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-mgr-cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:47:53.348 INFO:teuthology.orchestra.run.smithi046.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-08T06:47:53.348 INFO:teuthology.orchestra.run.smithi046.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-08T06:47:53.348 INFO:teuthology.orchestra.run.smithi046.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-05-08T06:47:53.348 INFO:teuthology.orchestra.run.smithi046.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-08T06:47:53.348 INFO:teuthology.orchestra.run.smithi046.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-08T06:47:53.349 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:47:53.349 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-05-08T06:47:53.605 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install ceph-fuse 2024-05-08T06:47:53.666 INFO:teuthology.orchestra.run.smithi138.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 302 kB/s | 269 kB 00:00 2024-05-08T06:47:53.732 INFO:teuthology.orchestra.run.smithi138.stdout:(5/12): protobuf-3.14.0-13.el9.x86_64.rpm 1.0 MB/s | 1.0 MB 00:00 2024-05-08T06:47:54.016 INFO:teuthology.orchestra.run.smithi138.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 75 kB/s | 19 kB 00:00 2024-05-08T06:47:54.174 INFO:teuthology.orchestra.run.smithi138.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.1 MB/s | 548 kB 00:00 2024-05-08T06:47:54.193 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:01:45 ago on Wed 08 May 2024 06:46:09 AM UTC. 2024-05-08T06:47:54.258 INFO:teuthology.orchestra.run.smithi138.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.7 MB/s | 144 kB 00:00 2024-05-08T06:47:54.319 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-05-08T06:47:54.319 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:47:54.319 INFO:teuthology.orchestra.run.smithi046.stdout: Package Arch Version Repository Size 2024-05-08T06:47:54.319 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:47:54.320 INFO:teuthology.orchestra.run.smithi046.stdout:Installing: 2024-05-08T06:47:54.320 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-fuse x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 891 k 2024-05-08T06:47:54.320 INFO:teuthology.orchestra.run.smithi046.stdout:Installing dependencies: 2024-05-08T06:47:54.320 INFO:teuthology.orchestra.run.smithi046.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-08T06:47:54.320 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:47:54.320 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2024-05-08T06:47:54.320 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:47:54.320 INFO:teuthology.orchestra.run.smithi046.stdout:Install 2 Packages 2024-05-08T06:47:54.320 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:47:54.321 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 971 k 2024-05-08T06:47:54.321 INFO:teuthology.orchestra.run.smithi046.stdout:Installed size: 2.8 M 2024-05-08T06:47:54.321 INFO:teuthology.orchestra.run.smithi046.stdout:Downloading Packages: 2024-05-08T06:47:54.333 INFO:teuthology.orchestra.run.smithi138.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 410 kB/s | 31 kB 00:00 2024-05-08T06:47:54.400 INFO:teuthology.orchestra.run.smithi138.stdout:(10/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 5.3 MB/s | 2.0 MB 00:00 2024-05-08T06:47:54.433 INFO:teuthology.orchestra.run.smithi138.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.8 MB/s | 188 kB 00:00 2024-05-08T06:47:54.492 INFO:teuthology.orchestra.run.smithi138.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 651 kB/s | 863 kB 00:01 2024-05-08T06:47:54.498 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:47:54.498 INFO:teuthology.orchestra.run.smithi138.stdout:Total 3.6 MB/s | 8.7 MB 00:02 2024-05-08T06:47:54.551 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-05-08T06:47:54.569 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-05-08T06:47:54.569 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-05-08T06:47:54.746 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-05-08T06:47:54.746 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-05-08T06:47:54.852 INFO:teuthology.orchestra.run.smithi046.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 179 kB/s | 80 kB 00:00 2024-05-08T06:47:54.902 INFO:teuthology.orchestra.run.smithi046.stdout:(2/2): ceph-fuse-19.0.0-3593.g7c8f650b.el9.x86_ 1.7 MB/s | 891 kB 00:00 2024-05-08T06:47:54.903 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:47:54.903 INFO:teuthology.orchestra.run.smithi046.stdout:Total 1.6 MB/s | 971 kB 00:00 2024-05-08T06:47:54.915 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction check 2024-05-08T06:47:54.938 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction check succeeded. 2024-05-08T06:47:54.939 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction test 2024-05-08T06:47:55.023 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction test succeeded. 2024-05-08T06:47:55.023 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction 2024-05-08T06:47:55.217 INFO:teuthology.orchestra.run.smithi046.stdout: Preparing : 1/1 2024-05-08T06:47:55.349 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-05-08T06:47:55.366 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-08T06:47:55.439 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 2/2 2024-05-08T06:47:55.443 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-08T06:47:55.486 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-08T06:47:55.545 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-08T06:47:55.580 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-08T06:47:55.687 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-08T06:47:55.825 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-08T06:47:55.918 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-08T06:47:55.960 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-08T06:47:55.989 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-08T06:47:56.031 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3593.g7c8f650b.el9 10/12 2024-05-08T06:47:56.098 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 2/2 2024-05-08T06:47:56.098 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/2 2024-05-08T06:47:56.365 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-08T06:47:56.365 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:47:56.365 INFO:teuthology.orchestra.run.smithi046.stdout:Installed: 2024-05-08T06:47:56.365 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-08T06:47:56.365 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:47:56.365 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-05-08T06:47:56.611 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install ceph-volume 2024-05-08T06:47:57.088 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3593.g7c8f650b.el 11/12 2024-05-08T06:47:57.129 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3593.g7c8f650b.el9.noa 12/12 2024-05-08T06:47:57.209 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:01:48 ago on Wed 08 May 2024 06:46:09 AM UTC. 2024-05-08T06:47:57.337 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-05-08T06:47:57.338 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:47:57.338 INFO:teuthology.orchestra.run.smithi046.stdout: Package Arch Version Repository Size 2024-05-08T06:47:57.338 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:47:57.338 INFO:teuthology.orchestra.run.smithi046.stdout:Installing: 2024-05-08T06:47:57.338 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-volume noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 273 k 2024-05-08T06:47:57.338 INFO:teuthology.orchestra.run.smithi046.stdout:Installing dependencies: 2024-05-08T06:47:57.338 INFO:teuthology.orchestra.run.smithi046.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-08T06:47:57.338 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:47:57.338 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2024-05-08T06:47:57.338 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:47:57.338 INFO:teuthology.orchestra.run.smithi046.stdout:Install 2 Packages 2024-05-08T06:47:57.339 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:47:57.339 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 350 k 2024-05-08T06:47:57.339 INFO:teuthology.orchestra.run.smithi046.stdout:Installed size: 1.5 M 2024-05-08T06:47:57.339 INFO:teuthology.orchestra.run.smithi046.stdout:Downloading Packages: 2024-05-08T06:47:57.474 INFO:teuthology.orchestra.run.smithi046.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 1.1 MB/s | 77 kB 00:00 2024-05-08T06:47:57.790 INFO:teuthology.orchestra.run.smithi046.stdout:(2/2): ceph-volume-19.0.0-3593.g7c8f650b.el9.no 705 kB/s | 273 kB 00:00 2024-05-08T06:47:57.791 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:47:57.792 INFO:teuthology.orchestra.run.smithi046.stdout:Total 774 kB/s | 350 kB 00:00 2024-05-08T06:47:57.803 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction check 2024-05-08T06:47:57.815 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction check succeeded. 2024-05-08T06:47:57.815 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction test 2024-05-08T06:47:57.853 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction test succeeded. 2024-05-08T06:47:57.853 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction 2024-05-08T06:47:57.999 INFO:teuthology.orchestra.run.smithi046.stdout: Preparing : 1/1 2024-05-08T06:47:58.041 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3593.g7c8f650b.el9.x86_64 31/34 2024-05-08T06:47:58.041 INFO:teuthology.orchestra.run.smithi081.stdout:skipping the directory /sys 2024-05-08T06:47:58.041 INFO:teuthology.orchestra.run.smithi081.stdout:skipping the directory /proc 2024-05-08T06:47:58.041 INFO:teuthology.orchestra.run.smithi081.stdout:skipping the directory /mnt 2024-05-08T06:47:58.041 INFO:teuthology.orchestra.run.smithi081.stdout:skipping the directory /var/tmp 2024-05-08T06:47:58.041 INFO:teuthology.orchestra.run.smithi081.stdout:skipping the directory /home 2024-05-08T06:47:58.041 INFO:teuthology.orchestra.run.smithi081.stdout:skipping the directory /root 2024-05-08T06:47:58.041 INFO:teuthology.orchestra.run.smithi081.stdout:skipping the directory /tmp 2024-05-08T06:47:58.042 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:47:58.195 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-08T06:47:58.226 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-volume-2:19.0.0-3593.g7c8f650b.el9.noarch 2/2 2024-05-08T06:47:58.243 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-volume-2:19.0.0-3593.g7c8f650b.el9.noarch 2/2 2024-05-08T06:47:58.243 INFO:teuthology.orchestra.run.smithi046.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:47:58.243 INFO:teuthology.orchestra.run.smithi046.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-08T06:47:58.243 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:47:58.531 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3593.g7c8f650b.el9.noa 12/12 2024-05-08T06:47:58.531 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3593.g7c8f650b.el 1/12 2024-05-08T06:47:58.532 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3593.g7c8f650b.el9.noa 2/12 2024-05-08T06:47:58.532 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3593.g7c8f650b.el9 3/12 2024-05-08T06:47:58.532 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-08T06:47:58.532 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-08T06:47:58.532 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-08T06:47:58.532 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-08T06:47:58.532 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-08T06:47:58.532 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-08T06:47:58.532 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-08T06:47:58.532 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-08T06:47:58.839 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-08T06:47:58.839 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:47:58.839 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-05-08T06:47:58.839 INFO:teuthology.orchestra.run.smithi138.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-08T06:47:58.839 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-grafana-dashboards-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:47:58.839 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-dashboard-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:47:58.839 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-prometheus-alerts-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:47:58.840 INFO:teuthology.orchestra.run.smithi138.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-08T06:47:58.840 INFO:teuthology.orchestra.run.smithi138.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-08T06:47:58.840 INFO:teuthology.orchestra.run.smithi138.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-08T06:47:58.840 INFO:teuthology.orchestra.run.smithi138.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-08T06:47:58.840 INFO:teuthology.orchestra.run.smithi138.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-08T06:47:58.840 INFO:teuthology.orchestra.run.smithi138.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-08T06:47:58.840 INFO:teuthology.orchestra.run.smithi138.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-08T06:47:58.840 INFO:teuthology.orchestra.run.smithi138.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-08T06:47:58.840 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:47:58.840 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-05-08T06:47:59.009 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-volume-2:19.0.0-3593.g7c8f650b.el9.noarch 1/2 2024-05-08T06:47:59.031 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-radosgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 32/34 2024-05-08T06:47:59.056 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 32/34 2024-05-08T06:47:59.056 INFO:teuthology.orchestra.run.smithi081.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:47:59.056 INFO:teuthology.orchestra.run.smithi081.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-08T06:47:59.056 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-08T06:47:59.056 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-08T06:47:59.056 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:47:59.058 INFO:teuthology.orchestra.run.smithi081.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-08T06:47:59.107 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-08T06:47:59.151 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-08T06:47:59.151 INFO:teuthology.orchestra.run.smithi081.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-08T06:47:59.299 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-08T06:47:59.300 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:47:59.300 INFO:teuthology.orchestra.run.smithi046.stdout:Installed: 2024-05-08T06:47:59.300 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-volume-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:47:59.300 INFO:teuthology.orchestra.run.smithi046.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-08T06:47:59.300 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:47:59.300 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-05-08T06:47:59.591 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install librados-devel 2024-05-08T06:47:59.688 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:58 ago on Wed 08 May 2024 06:46:01 AM UTC. 2024-05-08T06:47:59.810 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-05-08T06:47:59.811 INFO:teuthology.orchestra.run.smithi138.stdout:======================================================================================= 2024-05-08T06:47:59.811 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2024-05-08T06:47:59.811 INFO:teuthology.orchestra.run.smithi138.stdout:======================================================================================= 2024-05-08T06:47:59.811 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-05-08T06:47:59.812 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 7.4 M 2024-05-08T06:47:59.812 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2024-05-08T06:47:59.812 INFO:teuthology.orchestra.run.smithi138.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-08T06:47:59.812 INFO:teuthology.orchestra.run.smithi138.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-08T06:47:59.812 INFO:teuthology.orchestra.run.smithi138.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-08T06:47:59.812 INFO:teuthology.orchestra.run.smithi138.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-08T06:47:59.812 INFO:teuthology.orchestra.run.smithi138.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-08T06:47:59.812 INFO:teuthology.orchestra.run.smithi138.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-08T06:47:59.812 INFO:teuthology.orchestra.run.smithi138.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-08T06:47:59.812 INFO:teuthology.orchestra.run.smithi138.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-08T06:47:59.812 INFO:teuthology.orchestra.run.smithi138.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-08T06:47:59.812 INFO:teuthology.orchestra.run.smithi138.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-08T06:47:59.813 INFO:teuthology.orchestra.run.smithi138.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-08T06:47:59.813 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:47:59.813 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-05-08T06:47:59.813 INFO:teuthology.orchestra.run.smithi138.stdout:======================================================================================= 2024-05-08T06:47:59.813 INFO:teuthology.orchestra.run.smithi138.stdout:Install 12 Packages 2024-05-08T06:47:59.813 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:47:59.814 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 38 M 2024-05-08T06:47:59.814 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 209 M 2024-05-08T06:47:59.814 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-05-08T06:48:00.187 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:01:51 ago on Wed 08 May 2024 06:46:09 AM UTC. 2024-05-08T06:48:00.316 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-05-08T06:48:00.317 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:48:00.317 INFO:teuthology.orchestra.run.smithi046.stdout: Package Arch Version Repo Size 2024-05-08T06:48:00.317 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:48:00.317 INFO:teuthology.orchestra.run.smithi046.stdout:Installing: 2024-05-08T06:48:00.317 INFO:teuthology.orchestra.run.smithi046.stdout: librados-devel x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 127 k 2024-05-08T06:48:00.317 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:48:00.317 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2024-05-08T06:48:00.317 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:48:00.317 INFO:teuthology.orchestra.run.smithi046.stdout:Install 1 Package 2024-05-08T06:48:00.317 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:48:00.317 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 127 k 2024-05-08T06:48:00.317 INFO:teuthology.orchestra.run.smithi046.stdout:Installed size: 456 k 2024-05-08T06:48:00.317 INFO:teuthology.orchestra.run.smithi046.stdout:Downloading Packages: 2024-05-08T06:48:00.328 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-08T06:48:00.328 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-base-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/34 2024-05-08T06:48:00.328 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 2/34 2024-05-08T06:48:00.328 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-radosgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 3/34 2024-05-08T06:48:00.328 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-selinux-2:19.0.0-3593.g7c8f650b.el9.x86_64 4/34 2024-05-08T06:48:00.328 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : libcephfs2-2:19.0.0-3593.g7c8f650b.el9.x86_64 5/34 2024-05-08T06:48:00.328 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : libradosstriper1-2:19.0.0-3593.g7c8f650b.el9.x86_6 6/34 2024-05-08T06:48:00.328 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : librgw2-2:19.0.0-3593.g7c8f650b.el9.x86_64 7/34 2024-05-08T06:48:00.328 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3593.g7c8f650b.el9. 8/34 2024-05-08T06:48:00.328 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-ceph-common-2:19.0.0-3593.g7c8f650b.el9.x8 9/34 2024-05-08T06:48:00.328 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-cephfs-2:19.0.0-3593.g7c8f650b.el9.x86_64 10/34 2024-05-08T06:48:00.329 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-rados-2:19.0.0-3593.g7c8f650b.el9.x86_64 11/34 2024-05-08T06:48:00.329 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-rbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 12/34 2024-05-08T06:48:00.329 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-rgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 13/34 2024-05-08T06:48:00.329 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-08T06:48:00.329 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-08T06:48:00.329 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-08T06:48:00.329 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-08T06:48:00.329 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-08T06:48:00.329 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-08T06:48:00.329 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-08T06:48:00.329 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-08T06:48:00.329 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-08T06:48:00.329 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-08T06:48:00.330 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-08T06:48:00.330 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-08T06:48:00.330 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-08T06:48:00.330 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-08T06:48:00.331 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-08T06:48:00.331 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-08T06:48:00.331 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-08T06:48:00.331 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : librados2-2:19.0.0-3593.g7c8f650b.el9.x86_64 31/34 2024-05-08T06:48:00.331 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-08T06:48:00.331 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : librbd1-2:19.0.0-3593.g7c8f650b.el9.x86_64 33/34 2024-05-08T06:48:00.555 INFO:teuthology.orchestra.run.smithi046.stdout:librados-devel-19.0.0-3593.g7c8f650b.el9.x86_64 534 kB/s | 127 kB 00:00 2024-05-08T06:48:00.556 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:48:00.556 INFO:teuthology.orchestra.run.smithi046.stdout:Total 530 kB/s | 127 kB 00:00 2024-05-08T06:48:00.556 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction check 2024-05-08T06:48:00.563 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction check succeeded. 2024-05-08T06:48:00.563 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction test 2024-05-08T06:48:00.630 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction test succeeded. 2024-05-08T06:48:00.631 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction 2024-05-08T06:48:00.741 INFO:teuthology.orchestra.run.smithi138.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 377 kB/s | 195 kB 00:00 2024-05-08T06:48:00.790 INFO:teuthology.orchestra.run.smithi046.stdout: Preparing : 1/1 2024-05-08T06:48:00.907 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : librados-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:48:01.067 INFO:teuthology.orchestra.run.smithi138.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 953 kB/s | 803 kB 00:00 2024-05-08T06:48:01.146 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-08T06:48:01.147 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:48:01.147 INFO:teuthology.orchestra.run.smithi081.stdout:Upgraded: 2024-05-08T06:48:01.147 INFO:teuthology.orchestra.run.smithi081.stdout: librados2-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:48:01.147 INFO:teuthology.orchestra.run.smithi081.stdout: librbd1-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:48:01.147 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-05-08T06:48:01.147 INFO:teuthology.orchestra.run.smithi081.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-08T06:48:01.147 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-base-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:48:01.147 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:48:01.147 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-radosgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:48:01.147 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-selinux-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:48:01.147 INFO:teuthology.orchestra.run.smithi081.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-08T06:48:01.147 INFO:teuthology.orchestra.run.smithi081.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-08T06:48:01.147 INFO:teuthology.orchestra.run.smithi081.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-08T06:48:01.147 INFO:teuthology.orchestra.run.smithi081.stdout: libcephfs2-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:48:01.148 INFO:teuthology.orchestra.run.smithi081.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-08T06:48:01.148 INFO:teuthology.orchestra.run.smithi081.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-08T06:48:01.148 INFO:teuthology.orchestra.run.smithi081.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-08T06:48:01.148 INFO:teuthology.orchestra.run.smithi081.stdout: libradosstriper1-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:48:01.148 INFO:teuthology.orchestra.run.smithi081.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-08T06:48:01.148 INFO:teuthology.orchestra.run.smithi081.stdout: librgw2-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:48:01.148 INFO:teuthology.orchestra.run.smithi081.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-08T06:48:01.148 INFO:teuthology.orchestra.run.smithi081.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-08T06:48:01.148 INFO:teuthology.orchestra.run.smithi081.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-08T06:48:01.148 INFO:teuthology.orchestra.run.smithi081.stdout: python3-ceph-argparse-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:48:01.148 INFO:teuthology.orchestra.run.smithi081.stdout: python3-ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:48:01.148 INFO:teuthology.orchestra.run.smithi081.stdout: python3-cephfs-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:48:01.148 INFO:teuthology.orchestra.run.smithi081.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-08T06:48:01.148 INFO:teuthology.orchestra.run.smithi081.stdout: python3-rados-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:48:01.149 INFO:teuthology.orchestra.run.smithi081.stdout: python3-rbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:48:01.149 INFO:teuthology.orchestra.run.smithi081.stdout: python3-rgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:48:01.149 INFO:teuthology.orchestra.run.smithi081.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-08T06:48:01.149 INFO:teuthology.orchestra.run.smithi081.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-08T06:48:01.149 INFO:teuthology.orchestra.run.smithi081.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-08T06:48:01.149 INFO:teuthology.orchestra.run.smithi081.stdout: re2-1:20211101-3.el9.x86_64 2024-05-08T06:48:01.149 INFO:teuthology.orchestra.run.smithi081.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-08T06:48:01.149 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:48:01.149 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-05-08T06:48:01.369 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: librados-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:48:01.509 INFO:teuthology.orchestra.run.smithi138.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 43 kB/s | 33 kB 00:00 2024-05-08T06:48:01.558 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install ceph-test 2024-05-08T06:48:01.609 INFO:teuthology.orchestra.run.smithi138.stdout:(4/12): ceph-mgr-diskprediction-local-19.0.0-35 5.4 MB/s | 7.4 MB 00:01 2024-05-08T06:48:01.626 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : librados-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:48:01.626 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:48:01.626 INFO:teuthology.orchestra.run.smithi046.stdout:Installed: 2024-05-08T06:48:01.626 INFO:teuthology.orchestra.run.smithi046.stdout: librados-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:48:01.626 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:48:01.626 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-05-08T06:48:01.871 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install libcephfs2 2024-05-08T06:48:02.125 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:02:13 ago on Wed 08 May 2024 06:45:49 AM UTC. 2024-05-08T06:48:02.209 INFO:teuthology.orchestra.run.smithi138.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 26 kB/s | 18 kB 00:00 2024-05-08T06:48:02.245 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-05-08T06:48:02.246 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:48:02.246 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repository Size 2024-05-08T06:48:02.246 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:48:02.246 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-05-08T06:48:02.246 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-test x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 49 M 2024-05-08T06:48:02.246 INFO:teuthology.orchestra.run.smithi081.stdout:Installing dependencies: 2024-05-08T06:48:02.246 INFO:teuthology.orchestra.run.smithi081.stdout: libcephsqlite x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 163 k 2024-05-08T06:48:02.246 INFO:teuthology.orchestra.run.smithi081.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-08T06:48:02.247 INFO:teuthology.orchestra.run.smithi081.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-08T06:48:02.247 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:48:02.247 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-05-08T06:48:02.247 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:48:02.247 INFO:teuthology.orchestra.run.smithi081.stdout:Install 4 Packages 2024-05-08T06:48:02.247 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:48:02.247 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 50 M 2024-05-08T06:48:02.247 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 211 M 2024-05-08T06:48:02.248 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-05-08T06:48:02.466 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:01:53 ago on Wed 08 May 2024 06:46:09 AM UTC. 2024-05-08T06:48:02.548 INFO:teuthology.orchestra.run.smithi046.stdout:Package libcephfs2-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:48:02.592 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-05-08T06:48:02.593 INFO:teuthology.orchestra.run.smithi046.stdout:Nothing to do. 2024-05-08T06:48:02.594 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-05-08T06:48:02.618 INFO:teuthology.orchestra.run.smithi138.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 1.9 MB/s | 3.0 MB 00:01 2024-05-08T06:48:02.661 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install libcephfs-devel 2024-05-08T06:48:02.665 INFO:teuthology.orchestra.run.smithi081.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.0 MB/s | 305 kB 00:00 2024-05-08T06:48:02.707 INFO:teuthology.orchestra.run.smithi081.stdout:(2/4): libcephsqlite-19.0.0-3593.g7c8f650b.el9. 476 kB/s | 163 kB 00:00 2024-05-08T06:48:02.740 INFO:teuthology.orchestra.run.smithi081.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 846 kB/s | 64 kB 00:00 2024-05-08T06:48:02.835 INFO:teuthology.orchestra.run.smithi138.stdout:(7/12): openblas-0.3.21-2.el9.x86_64.rpm 29 kB/s | 35 kB 00:01 2024-05-08T06:48:03.254 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:01:54 ago on Wed 08 May 2024 06:46:09 AM UTC. 2024-05-08T06:48:03.386 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-05-08T06:48:03.387 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:48:03.387 INFO:teuthology.orchestra.run.smithi046.stdout: Package Arch Version Repo Size 2024-05-08T06:48:03.387 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:48:03.387 INFO:teuthology.orchestra.run.smithi046.stdout:Installing: 2024-05-08T06:48:03.387 INFO:teuthology.orchestra.run.smithi046.stdout: libcephfs-devel x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 32 k 2024-05-08T06:48:03.387 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:48:03.387 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2024-05-08T06:48:03.387 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:48:03.387 INFO:teuthology.orchestra.run.smithi046.stdout:Install 1 Package 2024-05-08T06:48:03.387 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:48:03.387 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 32 k 2024-05-08T06:48:03.387 INFO:teuthology.orchestra.run.smithi046.stdout:Installed size: 142 k 2024-05-08T06:48:03.387 INFO:teuthology.orchestra.run.smithi046.stdout:Downloading Packages: 2024-05-08T06:48:03.696 INFO:teuthology.orchestra.run.smithi046.stdout:libcephfs-devel-19.0.0-3593.g7c8f650b.el9.x86_6 102 kB/s | 32 kB 00:00 2024-05-08T06:48:03.696 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:48:03.697 INFO:teuthology.orchestra.run.smithi046.stdout:Total 101 kB/s | 32 kB 00:00 2024-05-08T06:48:03.697 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction check 2024-05-08T06:48:03.700 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction check succeeded. 2024-05-08T06:48:03.701 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction test 2024-05-08T06:48:03.718 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction test succeeded. 2024-05-08T06:48:03.719 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction 2024-05-08T06:48:03.799 INFO:teuthology.orchestra.run.smithi046.stdout: Preparing : 1/1 2024-05-08T06:48:03.905 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : libcephfs-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:48:04.018 INFO:teuthology.orchestra.run.smithi138.stdout:(8/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 2.6 MB/s | 4.7 MB 00:01 2024-05-08T06:48:04.043 INFO:teuthology.orchestra.run.smithi138.stdout:(9/12): python3-devel-3.9.18-3.el9.x86_64.rpm 171 kB/s | 244 kB 00:01 2024-05-08T06:48:04.278 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:48:04.496 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : libcephfs-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:48:04.497 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:48:04.497 INFO:teuthology.orchestra.run.smithi046.stdout:Installed: 2024-05-08T06:48:04.497 INFO:teuthology.orchestra.run.smithi046.stdout: libcephfs-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:48:04.497 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:48:04.497 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-05-08T06:48:04.602 INFO:teuthology.orchestra.run.smithi138.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 2.9 MB/s | 5.1 MB 00:01 2024-05-08T06:48:04.674 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install librados2 2024-05-08T06:48:05.136 INFO:teuthology.orchestra.run.smithi138.stdout:(11/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 224 kB/s | 250 kB 00:01 2024-05-08T06:48:05.262 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:01:56 ago on Wed 08 May 2024 06:46:09 AM UTC. 2024-05-08T06:48:05.274 INFO:teuthology.orchestra.run.smithi081.stdout:(4/4): ceph-test-19.0.0-3593.g7c8f650b.el9.x86_ 17 MB/s | 49 MB 00:02 2024-05-08T06:48:05.276 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:48:05.276 INFO:teuthology.orchestra.run.smithi081.stdout:Total 16 MB/s | 50 MB 00:03 2024-05-08T06:48:05.304 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-05-08T06:48:05.325 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-05-08T06:48:05.325 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-05-08T06:48:05.346 INFO:teuthology.orchestra.run.smithi046.stdout:Package librados2-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:48:05.389 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-05-08T06:48:05.391 INFO:teuthology.orchestra.run.smithi046.stdout:Nothing to do. 2024-05-08T06:48:05.391 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-05-08T06:48:05.452 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install librbd1 2024-05-08T06:48:05.696 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-05-08T06:48:05.697 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-05-08T06:48:06.048 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:01:57 ago on Wed 08 May 2024 06:46:09 AM UTC. 2024-05-08T06:48:06.102 INFO:teuthology.orchestra.run.smithi138.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 7.9 MB/s | 16 MB 00:02 2024-05-08T06:48:06.103 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:48:06.104 INFO:teuthology.orchestra.run.smithi138.stdout:Total 6.0 MB/s | 38 MB 00:06 2024-05-08T06:48:06.132 INFO:teuthology.orchestra.run.smithi046.stdout:Package librbd1-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:48:06.176 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-05-08T06:48:06.178 INFO:teuthology.orchestra.run.smithi046.stdout:Nothing to do. 2024-05-08T06:48:06.178 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-05-08T06:48:06.242 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-05-08T06:48:06.243 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install python3-rados 2024-05-08T06:48:06.317 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-08T06:48:06.369 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-08T06:48:06.393 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : libcephsqlite-2:19.0.0-3593.g7c8f650b.el9.x86_64 3/4 2024-05-08T06:48:06.455 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-05-08T06:48:06.482 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-05-08T06:48:06.482 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-05-08T06:48:06.837 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:01:57 ago on Wed 08 May 2024 06:46:09 AM UTC. 2024-05-08T06:48:06.915 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-05-08T06:48:06.915 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-05-08T06:48:06.922 INFO:teuthology.orchestra.run.smithi046.stdout:Package python3-rados-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:48:06.965 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-05-08T06:48:06.967 INFO:teuthology.orchestra.run.smithi046.stdout:Nothing to do. 2024-05-08T06:48:06.967 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-05-08T06:48:07.033 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install python3-rgw 2024-05-08T06:48:07.625 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:01:58 ago on Wed 08 May 2024 06:46:09 AM UTC. 2024-05-08T06:48:07.671 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-05-08T06:48:07.709 INFO:teuthology.orchestra.run.smithi046.stdout:Package python3-rgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:48:07.742 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-08T06:48:07.752 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-05-08T06:48:07.753 INFO:teuthology.orchestra.run.smithi046.stdout:Nothing to do. 2024-05-08T06:48:07.753 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-05-08T06:48:07.783 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-08T06:48:07.819 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install python3-cephfs 2024-05-08T06:48:07.884 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-08T06:48:07.926 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-08T06:48:08.103 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-08T06:48:08.134 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-08T06:48:08.210 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-08T06:48:08.415 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:01:59 ago on Wed 08 May 2024 06:46:09 AM UTC. 2024-05-08T06:48:08.499 INFO:teuthology.orchestra.run.smithi046.stdout:Package python3-cephfs-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:48:08.544 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-05-08T06:48:08.545 INFO:teuthology.orchestra.run.smithi046.stdout:Nothing to do. 2024-05-08T06:48:08.545 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-05-08T06:48:08.609 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install python3-rbd 2024-05-08T06:48:08.856 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-08T06:48:08.989 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-08T06:48:09.202 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:02:00 ago on Wed 08 May 2024 06:46:09 AM UTC. 2024-05-08T06:48:09.286 INFO:teuthology.orchestra.run.smithi046.stdout:Package python3-rbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:48:09.329 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-05-08T06:48:09.330 INFO:teuthology.orchestra.run.smithi046.stdout:Nothing to do. 2024-05-08T06:48:09.331 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-05-08T06:48:09.390 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install rbd-fuse 2024-05-08T06:48:09.987 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:02:00 ago on Wed 08 May 2024 06:46:09 AM UTC. 2024-05-08T06:48:10.116 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-05-08T06:48:10.117 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:48:10.117 INFO:teuthology.orchestra.run.smithi046.stdout: Package Architecture Version Repository Size 2024-05-08T06:48:10.117 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:48:10.117 INFO:teuthology.orchestra.run.smithi046.stdout:Installing: 2024-05-08T06:48:10.117 INFO:teuthology.orchestra.run.smithi046.stdout: rbd-fuse x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 85 k 2024-05-08T06:48:10.117 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:48:10.117 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2024-05-08T06:48:10.117 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:48:10.117 INFO:teuthology.orchestra.run.smithi046.stdout:Install 1 Package 2024-05-08T06:48:10.117 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:48:10.117 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 85 k 2024-05-08T06:48:10.117 INFO:teuthology.orchestra.run.smithi046.stdout:Installed size: 231 k 2024-05-08T06:48:10.117 INFO:teuthology.orchestra.run.smithi046.stdout:Downloading Packages: 2024-05-08T06:48:10.227 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-08T06:48:10.450 INFO:teuthology.orchestra.run.smithi046.stdout:rbd-fuse-19.0.0-3593.g7c8f650b.el9.x86_64.rpm 257 kB/s | 85 kB 00:00 2024-05-08T06:48:10.450 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:48:10.451 INFO:teuthology.orchestra.run.smithi046.stdout:Total 256 kB/s | 85 kB 00:00 2024-05-08T06:48:10.451 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction check 2024-05-08T06:48:10.458 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction check succeeded. 2024-05-08T06:48:10.459 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction test 2024-05-08T06:48:10.525 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction test succeeded. 2024-05-08T06:48:10.526 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction 2024-05-08T06:48:10.676 INFO:teuthology.orchestra.run.smithi046.stdout: Preparing : 1/1 2024-05-08T06:48:10.776 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : rbd-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:48:11.031 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3593.g7c8f650b.el9.x86_64 3/4 2024-05-08T06:48:11.116 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-test-2:19.0.0-3593.g7c8f650b.el9.x86_64 4/4 2024-05-08T06:48:11.172 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:48:11.263 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-08T06:48:11.299 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3593.g7c8f6 12/12 2024-05-08T06:48:11.466 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : rbd-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:48:11.467 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:48:11.467 INFO:teuthology.orchestra.run.smithi046.stdout:Installed: 2024-05-08T06:48:11.467 INFO:teuthology.orchestra.run.smithi046.stdout: rbd-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:48:11.467 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:48:11.467 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-05-08T06:48:11.719 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install rbd-mirror 2024-05-08T06:48:12.309 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:02:03 ago on Wed 08 May 2024 06:46:09 AM UTC. 2024-05-08T06:48:12.435 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-05-08T06:48:12.436 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:48:12.436 INFO:teuthology.orchestra.run.smithi046.stdout: Package Arch Version Repo Size 2024-05-08T06:48:12.436 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:48:12.436 INFO:teuthology.orchestra.run.smithi046.stdout:Installing: 2024-05-08T06:48:12.436 INFO:teuthology.orchestra.run.smithi046.stdout: rbd-mirror x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 3.1 M 2024-05-08T06:48:12.436 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:48:12.436 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2024-05-08T06:48:12.436 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:48:12.436 INFO:teuthology.orchestra.run.smithi046.stdout:Install 1 Package 2024-05-08T06:48:12.437 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:48:12.437 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 3.1 M 2024-05-08T06:48:12.437 INFO:teuthology.orchestra.run.smithi046.stdout:Installed size: 13 M 2024-05-08T06:48:12.437 INFO:teuthology.orchestra.run.smithi046.stdout:Downloading Packages: 2024-05-08T06:48:12.803 INFO:teuthology.orchestra.run.smithi046.stdout:rbd-mirror-19.0.0-3593.g7c8f650b.el9.x86_64.rpm 8.4 MB/s | 3.1 MB 00:00 2024-05-08T06:48:12.804 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:48:12.804 INFO:teuthology.orchestra.run.smithi046.stdout:Total 8.4 MB/s | 3.1 MB 00:00 2024-05-08T06:48:12.804 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction check 2024-05-08T06:48:12.815 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction check succeeded. 2024-05-08T06:48:12.815 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction test 2024-05-08T06:48:12.900 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction test succeeded. 2024-05-08T06:48:12.900 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction 2024-05-08T06:48:13.352 INFO:teuthology.orchestra.run.smithi046.stdout: Preparing : 1/1 2024-05-08T06:48:13.404 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : rbd-mirror-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:48:13.431 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:48:13.431 INFO:teuthology.orchestra.run.smithi046.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:48:13.431 INFO:teuthology.orchestra.run.smithi046.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-08T06:48:13.431 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-08T06:48:13.431 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-08T06:48:13.432 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:48:13.543 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-test-2:19.0.0-3593.g7c8f650b.el9.x86_64 4/4 2024-05-08T06:48:13.543 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-test-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/4 2024-05-08T06:48:13.543 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : libcephsqlite-2:19.0.0-3593.g7c8f650b.el9.x86_64 2/4 2024-05-08T06:48:13.543 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-08T06:48:13.829 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-08T06:48:13.829 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:48:13.829 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-05-08T06:48:13.829 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-test-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:48:13.829 INFO:teuthology.orchestra.run.smithi081.stdout: libcephsqlite-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:48:13.829 INFO:teuthology.orchestra.run.smithi081.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-08T06:48:13.830 INFO:teuthology.orchestra.run.smithi081.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-08T06:48:13.830 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:48:13.830 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-05-08T06:48:14.109 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3593.g7c8f6 12/12 2024-05-08T06:48:14.110 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3593.g7c8f6 1/12 2024-05-08T06:48:14.110 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-08T06:48:14.110 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-08T06:48:14.110 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-08T06:48:14.110 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-08T06:48:14.110 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-08T06:48:14.110 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-08T06:48:14.110 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-08T06:48:14.110 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-08T06:48:14.110 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-08T06:48:14.110 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-08T06:48:14.158 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install ceph 2024-05-08T06:48:14.462 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : rbd-mirror-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:48:14.462 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:48:14.463 INFO:teuthology.orchestra.run.smithi046.stdout:Installed: 2024-05-08T06:48:14.463 INFO:teuthology.orchestra.run.smithi046.stdout: rbd-mirror-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:48:14.463 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:48:14.463 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-05-08T06:48:14.531 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-08T06:48:14.531 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:48:14.531 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-05-08T06:48:14.531 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:48:14.531 INFO:teuthology.orchestra.run.smithi138.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-08T06:48:14.531 INFO:teuthology.orchestra.run.smithi138.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-08T06:48:14.531 INFO:teuthology.orchestra.run.smithi138.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-08T06:48:14.531 INFO:teuthology.orchestra.run.smithi138.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-08T06:48:14.531 INFO:teuthology.orchestra.run.smithi138.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-08T06:48:14.531 INFO:teuthology.orchestra.run.smithi138.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-08T06:48:14.532 INFO:teuthology.orchestra.run.smithi138.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-08T06:48:14.532 INFO:teuthology.orchestra.run.smithi138.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-08T06:48:14.532 INFO:teuthology.orchestra.run.smithi138.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-08T06:48:14.532 INFO:teuthology.orchestra.run.smithi138.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-08T06:48:14.532 INFO:teuthology.orchestra.run.smithi138.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-08T06:48:14.532 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:48:14.532 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-05-08T06:48:14.692 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install rbd-nbd 2024-05-08T06:48:14.756 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:02:25 ago on Wed 08 May 2024 06:45:49 AM UTC. 2024-05-08T06:48:14.886 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-05-08T06:48:14.888 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:48:14.888 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repository Size 2024-05-08T06:48:14.888 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:48:14.889 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-05-08T06:48:14.889 INFO:teuthology.orchestra.run.smithi081.stdout: ceph x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 6.6 k 2024-05-08T06:48:14.889 INFO:teuthology.orchestra.run.smithi081.stdout:Installing dependencies: 2024-05-08T06:48:14.889 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mds x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 2.4 M 2024-05-08T06:48:14.889 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mgr x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 1.5 M 2024-05-08T06:48:14.889 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 274 k 2024-05-08T06:48:14.889 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mon x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 4.7 M 2024-05-08T06:48:14.889 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-osd x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 17 M 2024-05-08T06:48:14.889 INFO:teuthology.orchestra.run.smithi081.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-08T06:48:14.889 INFO:teuthology.orchestra.run.smithi081.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-08T06:48:14.889 INFO:teuthology.orchestra.run.smithi081.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-05-08T06:48:14.889 INFO:teuthology.orchestra.run.smithi081.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-08T06:48:14.889 INFO:teuthology.orchestra.run.smithi081.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-08T06:48:14.889 INFO:teuthology.orchestra.run.smithi081.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-08T06:48:14.890 INFO:teuthology.orchestra.run.smithi081.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-08T06:48:14.890 INFO:teuthology.orchestra.run.smithi081.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-08T06:48:14.890 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-08T06:48:14.890 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-08T06:48:14.890 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jaraco-collections 2024-05-08T06:48:14.890 INFO:teuthology.orchestra.run.smithi081.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-08T06:48:14.890 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-08T06:48:14.890 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-08T06:48:14.890 INFO:teuthology.orchestra.run.smithi081.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-05-08T06:48:14.890 INFO:teuthology.orchestra.run.smithi081.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-05-08T06:48:14.890 INFO:teuthology.orchestra.run.smithi081.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-08T06:48:14.890 INFO:teuthology.orchestra.run.smithi081.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-08T06:48:14.891 INFO:teuthology.orchestra.run.smithi081.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-05-08T06:48:14.891 INFO:teuthology.orchestra.run.smithi081.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-08T06:48:14.891 INFO:teuthology.orchestra.run.smithi081.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-08T06:48:14.891 INFO:teuthology.orchestra.run.smithi081.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-08T06:48:14.891 INFO:teuthology.orchestra.run.smithi081.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-08T06:48:14.891 INFO:teuthology.orchestra.run.smithi081.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-08T06:48:14.891 INFO:teuthology.orchestra.run.smithi081.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-08T06:48:14.891 INFO:teuthology.orchestra.run.smithi081.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-08T06:48:14.891 INFO:teuthology.orchestra.run.smithi081.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-08T06:48:14.891 INFO:teuthology.orchestra.run.smithi081.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-08T06:48:14.891 INFO:teuthology.orchestra.run.smithi081.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-05-08T06:48:14.891 INFO:teuthology.orchestra.run.smithi081.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-05-08T06:48:14.891 INFO:teuthology.orchestra.run.smithi081.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-08T06:48:14.891 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:48:14.891 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-05-08T06:48:14.892 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:48:14.892 INFO:teuthology.orchestra.run.smithi081.stdout:Install 36 Packages 2024-05-08T06:48:14.892 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:48:14.892 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 30 M 2024-05-08T06:48:14.892 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 108 M 2024-05-08T06:48:14.892 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-05-08T06:48:14.935 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-mgr-rook 2024-05-08T06:48:15.292 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:02:06 ago on Wed 08 May 2024 06:46:09 AM UTC. 2024-05-08T06:48:15.420 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2024-05-08T06:48:15.421 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:48:15.421 INFO:teuthology.orchestra.run.smithi046.stdout: Package Architecture Version Repository Size 2024-05-08T06:48:15.421 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:48:15.421 INFO:teuthology.orchestra.run.smithi046.stdout:Installing: 2024-05-08T06:48:15.422 INFO:teuthology.orchestra.run.smithi046.stdout: rbd-nbd x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 170 k 2024-05-08T06:48:15.422 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:48:15.422 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2024-05-08T06:48:15.422 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2024-05-08T06:48:15.422 INFO:teuthology.orchestra.run.smithi046.stdout:Install 1 Package 2024-05-08T06:48:15.422 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:48:15.422 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 170 k 2024-05-08T06:48:15.422 INFO:teuthology.orchestra.run.smithi046.stdout:Installed size: 494 k 2024-05-08T06:48:15.422 INFO:teuthology.orchestra.run.smithi046.stdout:Downloading Packages: 2024-05-08T06:48:15.517 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:02:14 ago on Wed 08 May 2024 06:46:01 AM UTC. 2024-05-08T06:48:15.611 INFO:teuthology.orchestra.run.smithi081.stdout:(1/36): ceph-19.0.0-3593.g7c8f650b.el9.x86_64.r 35 kB/s | 6.6 kB 00:00 2024-05-08T06:48:15.639 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-05-08T06:48:15.640 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:48:15.640 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2024-05-08T06:48:15.640 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:48:15.640 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-05-08T06:48:15.640 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-rook noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 49 k 2024-05-08T06:48:15.640 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2024-05-08T06:48:15.640 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-08T06:48:15.640 INFO:teuthology.orchestra.run.smithi138.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-08T06:48:15.640 INFO:teuthology.orchestra.run.smithi138.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-08T06:48:15.641 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-08T06:48:15.641 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-08T06:48:15.641 INFO:teuthology.orchestra.run.smithi138.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-08T06:48:15.641 INFO:teuthology.orchestra.run.smithi138.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-08T06:48:15.641 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-08T06:48:15.641 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-08T06:48:15.641 INFO:teuthology.orchestra.run.smithi138.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-08T06:48:15.641 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-08T06:48:15.641 INFO:teuthology.orchestra.run.smithi138.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-08T06:48:15.641 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:48:15.641 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-05-08T06:48:15.641 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:48:15.641 INFO:teuthology.orchestra.run.smithi138.stdout:Install 13 Packages 2024-05-08T06:48:15.641 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:48:15.642 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 2.2 M 2024-05-08T06:48:15.642 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 26 M 2024-05-08T06:48:15.642 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-05-08T06:48:15.732 INFO:teuthology.orchestra.run.smithi046.stdout:rbd-nbd-19.0.0-3593.g7c8f650b.el9.x86_64.rpm 551 kB/s | 170 kB 00:00 2024-05-08T06:48:15.733 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:48:15.733 INFO:teuthology.orchestra.run.smithi046.stdout:Total 548 kB/s | 170 kB 00:00 2024-05-08T06:48:15.733 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction check 2024-05-08T06:48:15.742 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction check succeeded. 2024-05-08T06:48:15.742 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction test 2024-05-08T06:48:15.810 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction test succeeded. 2024-05-08T06:48:15.810 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction 2024-05-08T06:48:15.819 INFO:teuthology.orchestra.run.smithi081.stdout:(2/36): ceph-mgr-19.0.0-3593.g7c8f650b.el9.x86_ 3.8 MB/s | 1.5 MB 00:00 2024-05-08T06:48:15.870 INFO:teuthology.orchestra.run.smithi081.stdout:(3/36): ceph-mds-19.0.0-3593.g7c8f650b.el9.x86_ 5.3 MB/s | 2.4 MB 00:00 2024-05-08T06:48:15.953 INFO:teuthology.orchestra.run.smithi081.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3593.g7c8f 3.2 MB/s | 274 kB 00:00 2024-05-08T06:48:15.966 INFO:teuthology.orchestra.run.smithi046.stdout: Preparing : 1/1 2024-05-08T06:48:16.058 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : rbd-nbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:48:16.454 INFO:teuthology.orchestra.run.smithi081.stdout:(5/36): ceph-mon-19.0.0-3593.g7c8f650b.el9.x86_ 5.6 MB/s | 4.7 MB 00:00 2024-05-08T06:48:16.483 INFO:teuthology.orchestra.run.smithi138.stdout:(1/13): ceph-mgr-rook-19.0.0-3593.g7c8f650b.el9 142 kB/s | 49 kB 00:00 2024-05-08T06:48:16.517 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:48:16.562 INFO:teuthology.orchestra.run.smithi081.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 416 kB/s | 253 kB 00:00 2024-05-08T06:48:16.763 INFO:teuthology.orchestra.run.smithi081.stdout:(7/36): ceph-osd-19.0.0-3593.g7c8f650b.el9.x86_ 18 MB/s | 17 MB 00:00 2024-05-08T06:48:16.770 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : rbd-nbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:48:16.770 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:48:16.771 INFO:teuthology.orchestra.run.smithi046.stdout:Installed: 2024-05-08T06:48:16.771 INFO:teuthology.orchestra.run.smithi046.stdout: rbd-nbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:48:16.771 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-05-08T06:48:16.771 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2024-05-08T06:48:16.788 INFO:teuthology.orchestra.run.smithi081.stdout:(8/36): python3-ply-3.11-14.el9.noarch.rpm 473 kB/s | 106 kB 00:00 2024-05-08T06:48:16.833 INFO:teuthology.orchestra.run.smithi138.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 27 kB/s | 19 kB 00:00 2024-05-08T06:48:16.867 INFO:teuthology.orchestra.run.smithi138.stdout:(3/13): python3-jsonpatch-1.21-16.el9.noarch.rp 35 kB/s | 26 kB 00:00 2024-05-08T06:48:16.896 INFO:teuthology.orchestra.run.smithi081.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 1.1 MB/s | 125 kB 00:00 2024-05-08T06:48:17.005 DEBUG:teuthology.parallel:result is None 2024-05-08T06:48:17.006 INFO:teuthology.orchestra.run.smithi081.stdout:(10/36): python3-urllib3-1.26.5-5.el9.noarch.rp 1.9 MB/s | 215 kB 00:00 2024-05-08T06:48:17.089 INFO:teuthology.orchestra.run.smithi081.stdout:(11/36): lua-5.4.4-4.el9.x86_64.rpm 2.2 MB/s | 188 kB 00:00 2024-05-08T06:48:17.214 INFO:teuthology.orchestra.run.smithi081.stdout:(12/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.3 MB/s | 172 kB 00:00 2024-05-08T06:48:17.239 INFO:teuthology.orchestra.run.smithi081.stdout:(13/36): python3-pycparser-2.20-6.el9.noarch.rp 284 kB/s | 135 kB 00:00 2024-05-08T06:48:17.273 INFO:teuthology.orchestra.run.smithi081.stdout:(14/36): python3-markupsafe-1.1.1-12.el9.x86_64 592 kB/s | 35 kB 00:00 2024-05-08T06:48:17.298 INFO:teuthology.orchestra.run.smithi081.stdout:(15/36): python3-pytz-2021.1-5.el9.noarch.rpm 869 kB/s | 51 kB 00:00 2024-05-08T06:48:17.340 INFO:teuthology.orchestra.run.smithi081.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 623 kB/s | 42 kB 00:00 2024-05-08T06:48:17.499 INFO:teuthology.orchestra.run.smithi081.stdout:(17/36): python3-cryptography-36.0.1-4.el9.x86_ 1.2 MB/s | 1.2 MB 00:01 2024-05-08T06:48:17.509 INFO:teuthology.orchestra.run.smithi138.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 217 kB/s | 222 kB 00:01 2024-05-08T06:48:17.550 INFO:teuthology.orchestra.run.smithi081.stdout:(18/36): luarocks-3.9.2-1.el9.noarch.rpm 722 kB/s | 151 kB 00:00 2024-05-08T06:48:17.650 INFO:teuthology.orchestra.run.smithi081.stdout:(19/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.7 MB/s | 172 kB 00:00 2024-05-08T06:48:17.667 INFO:teuthology.orchestra.run.smithi081.stdout:(20/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 260 kB/s | 43 kB 00:00 2024-05-08T06:48:17.725 INFO:teuthology.orchestra.run.smithi081.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 183 kB/s | 11 kB 00:00 2024-05-08T06:48:17.750 INFO:teuthology.orchestra.run.smithi081.stdout:(22/36): python3-cherrypy-18.6.1-2.el9.noarch.r 3.5 MB/s | 358 kB 00:00 2024-05-08T06:48:17.776 INFO:teuthology.orchestra.run.smithi081.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 359 kB/s | 18 kB 00:00 2024-05-08T06:48:17.793 INFO:teuthology.orchestra.run.smithi081.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 551 kB/s | 23 kB 00:00 2024-05-08T06:48:17.827 INFO:teuthology.orchestra.run.smithi081.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 386 kB/s | 19 kB 00:00 2024-05-08T06:48:17.834 INFO:teuthology.orchestra.run.smithi138.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 159 kB/s | 159 kB 00:01 2024-05-08T06:48:17.843 INFO:teuthology.orchestra.run.smithi081.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 391 kB/s | 20 kB 00:00 2024-05-08T06:48:17.885 INFO:teuthology.orchestra.run.smithi081.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 795 kB/s | 46 kB 00:00 2024-05-08T06:48:17.911 INFO:teuthology.orchestra.run.smithi081.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 1.2 MB/s | 79 kB 00:00 2024-05-08T06:48:17.953 INFO:teuthology.orchestra.run.smithi081.stdout:(29/36): python3-portend-3.1.0-2.el9.noarch.rpm 394 kB/s | 16 kB 00:00 2024-05-08T06:48:18.034 INFO:teuthology.orchestra.run.smithi081.stdout:(30/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.1 MB/s | 90 kB 00:00 2024-05-08T06:48:18.062 INFO:teuthology.orchestra.run.smithi081.stdout:(31/36): lua-devel-5.4.4-4.el9.x86_64.rpm 29 kB/s | 22 kB 00:00 2024-05-08T06:48:18.087 INFO:teuthology.orchestra.run.smithi081.stdout:(32/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.3 MB/s | 272 kB 00:00 2024-05-08T06:48:18.112 INFO:teuthology.orchestra.run.smithi081.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 468 kB/s | 36 kB 00:00 2024-05-08T06:48:18.162 INFO:teuthology.orchestra.run.smithi081.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 399 kB/s | 20 kB 00:00 2024-05-08T06:48:18.196 INFO:teuthology.orchestra.run.smithi081.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.8 MB/s | 427 kB 00:00 2024-05-08T06:48:18.218 INFO:teuthology.orchestra.run.smithi138.stdout:(6/13): python3-cachetools-4.2.4-1.el9.noarch.r 84 kB/s | 32 kB 00:00 2024-05-08T06:48:18.296 INFO:teuthology.orchestra.run.smithi081.stdout:(36/36): python3-webob-1.8.7-6.el9.noarch.rpm 980 kB/s | 230 kB 00:00 2024-05-08T06:48:18.297 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:48:18.298 INFO:teuthology.orchestra.run.smithi081.stdout:Total 8.9 MB/s | 30 MB 00:03 2024-05-08T06:48:18.318 INFO:teuthology.orchestra.run.smithi138.stdout:(7/13): python3-certifi-2021.10.8-2.el9.noarch. 150 kB/s | 15 kB 00:00 2024-05-08T06:48:18.351 INFO:teuthology.orchestra.run.smithi138.stdout:(8/13): python3-requests-oauthlib-1.3.0-12.el9. 64 kB/s | 54 kB 00:00 2024-05-08T06:48:18.438 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-05-08T06:48:18.476 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-05-08T06:48:18.476 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-05-08T06:48:18.685 INFO:teuthology.orchestra.run.smithi138.stdout:(9/13): python3-google-auth-2.29.0-1.el9.noarch 560 kB/s | 206 kB 00:00 2024-05-08T06:48:18.927 INFO:teuthology.orchestra.run.smithi138.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 244 kB/s | 59 kB 00:00 2024-05-08T06:48:18.939 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-05-08T06:48:18.939 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-05-08T06:48:19.210 INFO:teuthology.orchestra.run.smithi138.stdout:(11/13): python3-websocket-client-1.2.3-2.el9.n 317 kB/s | 90 kB 00:00 2024-05-08T06:48:19.244 INFO:teuthology.orchestra.run.smithi138.stdout:(12/13): python3-kubernetes-26.1.0-2.el9.noarch 1.1 MB/s | 1.0 MB 00:00 2024-05-08T06:48:19.352 INFO:teuthology.orchestra.run.smithi138.stdout:(13/13): python3-pyasn1-modules-0.4.8-6.el9.noa 112 kB/s | 279 kB 00:02 2024-05-08T06:48:19.355 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:48:19.355 INFO:teuthology.orchestra.run.smithi138.stdout:Total 607 kB/s | 2.2 MB 00:03 2024-05-08T06:48:19.427 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-05-08T06:48:19.444 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-05-08T06:48:19.444 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-05-08T06:48:19.529 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-05-08T06:48:19.530 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-05-08T06:48:20.035 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-05-08T06:48:20.200 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-05-08T06:48:20.207 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-08T06:48:20.262 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-08T06:48:20.265 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-05-08T06:48:20.302 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-05-08T06:48:20.317 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-08T06:48:20.343 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-05-08T06:48:20.363 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-08T06:48:20.405 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-08T06:48:20.416 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-05-08T06:48:20.476 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-05-08T06:48:20.498 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-08T06:48:20.508 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-05-08T06:48:20.600 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-08T06:48:20.601 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-05-08T06:48:20.648 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-08T06:48:20.680 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-05-08T06:48:20.728 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-05-08T06:48:20.771 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-05-08T06:48:20.801 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-05-08T06:48:20.836 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-05-08T06:48:20.869 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-05-08T06:48:20.910 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-05-08T06:48:20.945 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-05-08T06:48:20.979 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-05-08T06:48:21.026 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-05-08T06:48:21.100 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-05-08T06:48:21.247 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-05-08T06:48:21.334 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-05-08T06:48:21.371 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-08T06:48:21.388 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-05-08T06:48:21.420 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-08T06:48:21.425 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-05-08T06:48:21.454 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-08T06:48:21.475 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-05-08T06:48:21.502 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-08T06:48:21.530 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-05-08T06:48:21.531 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mgr-rook-2:19.0.0-3593.g7c8f650b.el9.noarch 13/13 2024-05-08T06:48:21.730 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-05-08T06:48:21.790 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-05-08T06:48:21.867 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-05-08T06:48:21.956 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-05-08T06:48:22.013 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-05-08T06:48:22.149 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-05-08T06:48:22.309 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3593.g7c8f650b.el9.noarch 13/13 2024-05-08T06:48:22.309 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3593.g7c8f650b.el9.noarch 1/13 2024-05-08T06:48:22.309 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-08T06:48:22.309 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-08T06:48:22.309 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-08T06:48:22.310 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-08T06:48:22.310 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-08T06:48:22.310 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-08T06:48:22.310 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-08T06:48:22.310 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-08T06:48:22.310 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-08T06:48:22.310 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-08T06:48:22.310 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-08T06:48:22.334 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3593.g7c8f650b.el9. 31/36 2024-05-08T06:48:22.423 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-mgr-2:19.0.0-3593.g7c8f650b.el9.x86_64 32/36 2024-05-08T06:48:22.448 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3593.g7c8f650b.el9.x86_64 32/36 2024-05-08T06:48:22.449 INFO:teuthology.orchestra.run.smithi081.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:48:22.449 INFO:teuthology.orchestra.run.smithi081.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-08T06:48:22.449 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-08T06:48:22.449 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-08T06:48:22.449 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:48:22.618 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-08T06:48:22.619 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:48:22.619 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-05-08T06:48:22.619 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-rook-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:48:22.619 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-08T06:48:22.619 INFO:teuthology.orchestra.run.smithi138.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-08T06:48:22.619 INFO:teuthology.orchestra.run.smithi138.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-08T06:48:22.619 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-08T06:48:22.619 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-08T06:48:22.619 INFO:teuthology.orchestra.run.smithi138.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-08T06:48:22.619 INFO:teuthology.orchestra.run.smithi138.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-08T06:48:22.619 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-08T06:48:22.619 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-08T06:48:22.620 INFO:teuthology.orchestra.run.smithi138.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-08T06:48:22.620 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-08T06:48:22.620 INFO:teuthology.orchestra.run.smithi138.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-08T06:48:22.620 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:48:22.620 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-05-08T06:48:22.877 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-mgr-cephadm 2024-05-08T06:48:23.457 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:02:22 ago on Wed 08 May 2024 06:46:01 AM UTC. 2024-05-08T06:48:23.579 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-05-08T06:48:23.580 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:48:23.580 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2024-05-08T06:48:23.580 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:48:23.580 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-05-08T06:48:23.580 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 144 k 2024-05-08T06:48:23.580 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2024-05-08T06:48:23.580 INFO:teuthology.orchestra.run.smithi138.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-08T06:48:23.580 INFO:teuthology.orchestra.run.smithi138.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-08T06:48:23.581 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-05-08T06:48:23.581 INFO:teuthology.orchestra.run.smithi138.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-08T06:48:23.581 INFO:teuthology.orchestra.run.smithi138.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-08T06:48:23.581 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:48:23.581 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-05-08T06:48:23.581 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:48:23.581 INFO:teuthology.orchestra.run.smithi138.stdout:Install 6 Packages 2024-05-08T06:48:23.581 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:48:23.582 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 7.0 M 2024-05-08T06:48:23.582 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 33 M 2024-05-08T06:48:23.582 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-05-08T06:48:23.882 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-osd-2:19.0.0-3593.g7c8f650b.el9.x86_64 33/36 2024-05-08T06:48:23.909 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-osd-2:19.0.0-3593.g7c8f650b.el9.x86_64 33/36 2024-05-08T06:48:23.910 INFO:teuthology.orchestra.run.smithi081.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:48:23.910 INFO:teuthology.orchestra.run.smithi081.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-08T06:48:23.910 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-08T06:48:23.910 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-08T06:48:23.910 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:48:23.979 INFO:teuthology.orchestra.run.smithi138.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.7 MB/s | 248 kB 00:00 2024-05-08T06:48:24.054 INFO:teuthology.orchestra.run.smithi138.stdout:(2/6): ceph-mgr-cephadm-19.0.0-3593.g7c8f650b.e 664 kB/s | 144 kB 00:00 2024-05-08T06:48:24.163 INFO:teuthology.orchestra.run.smithi138.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 18 MB/s | 6.0 MB 00:00 2024-05-08T06:48:24.359 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-mon-2:19.0.0-3593.g7c8f650b.el9.x86_64 34/36 2024-05-08T06:48:24.382 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-mon-2:19.0.0-3593.g7c8f650b.el9.x86_64 34/36 2024-05-08T06:48:24.382 INFO:teuthology.orchestra.run.smithi081.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:48:24.382 INFO:teuthology.orchestra.run.smithi081.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-08T06:48:24.382 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-08T06:48:24.382 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-08T06:48:24.382 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:48:24.397 INFO:teuthology.orchestra.run.smithi138.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 169 kB/s | 58 kB 00:00 2024-05-08T06:48:24.471 INFO:teuthology.orchestra.run.smithi138.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 165 kB/s | 51 kB 00:00 2024-05-08T06:48:24.497 INFO:teuthology.orchestra.run.smithi138.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.0 MB/s | 548 kB 00:00 2024-05-08T06:48:24.497 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:48:24.498 INFO:teuthology.orchestra.run.smithi138.stdout:Total 7.6 MB/s | 7.0 MB 00:00 2024-05-08T06:48:24.569 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-05-08T06:48:24.581 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-05-08T06:48:24.581 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-05-08T06:48:24.609 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-mds-2:19.0.0-3593.g7c8f650b.el9.x86_64 35/36 2024-05-08T06:48:24.633 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-mds-2:19.0.0-3593.g7c8f650b.el9.x86_64 35/36 2024-05-08T06:48:24.633 INFO:teuthology.orchestra.run.smithi081.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:48:24.633 INFO:teuthology.orchestra.run.smithi081.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-08T06:48:24.633 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-08T06:48:24.633 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-08T06:48:24.633 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:48:24.676 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-05-08T06:48:24.677 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-05-08T06:48:24.698 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-2:19.0.0-3593.g7c8f650b.el9.x86_64 36/36 2024-05-08T06:48:24.990 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-05-08T06:48:25.143 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-05-08T06:48:25.207 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-05-08T06:48:25.726 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-05-08T06:48:25.817 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-05-08T06:48:25.881 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-05-08T06:48:25.911 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 6/6 2024-05-08T06:48:26.380 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-2:19.0.0-3593.g7c8f650b.el9.x86_64 36/36 2024-05-08T06:48:26.381 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/36 2024-05-08T06:48:26.381 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-mds-2:19.0.0-3593.g7c8f650b.el9.x86_64 2/36 2024-05-08T06:48:26.381 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-mgr-2:19.0.0-3593.g7c8f650b.el9.x86_64 3/36 2024-05-08T06:48:26.381 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-mon-2:19.0.0-3593.g7c8f650b.el9.x86_64 4/36 2024-05-08T06:48:26.381 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-osd-2:19.0.0-3593.g7c8f650b.el9.x86_64 5/36 2024-05-08T06:48:26.381 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3593.g7c8f650b.el9. 6/36 2024-05-08T06:48:26.381 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-05-08T06:48:26.381 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-05-08T06:48:26.381 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-05-08T06:48:26.381 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-05-08T06:48:26.381 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-05-08T06:48:26.381 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-05-08T06:48:26.382 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-05-08T06:48:26.382 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-05-08T06:48:26.382 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-05-08T06:48:26.382 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-05-08T06:48:26.382 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-05-08T06:48:26.382 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-05-08T06:48:26.382 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-05-08T06:48:26.382 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-05-08T06:48:26.383 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-05-08T06:48:26.383 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-05-08T06:48:26.383 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-05-08T06:48:26.383 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-05-08T06:48:26.383 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-05-08T06:48:26.383 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-05-08T06:48:26.383 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-05-08T06:48:26.383 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-05-08T06:48:26.383 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-05-08T06:48:26.383 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-05-08T06:48:26.383 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-05-08T06:48:26.383 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-05-08T06:48:26.383 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-05-08T06:48:26.384 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-05-08T06:48:26.384 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-05-08T06:48:26.720 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 6/6 2024-05-08T06:48:26.720 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 1/6 2024-05-08T06:48:26.720 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-05-08T06:48:26.721 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-05-08T06:48:26.721 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-05-08T06:48:26.721 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-05-08T06:48:26.984 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-05-08T06:48:26.984 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:48:26.984 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-05-08T06:48:26.984 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:48:26.984 INFO:teuthology.orchestra.run.smithi138.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-08T06:48:26.984 INFO:teuthology.orchestra.run.smithi138.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-08T06:48:26.984 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-05-08T06:48:26.984 INFO:teuthology.orchestra.run.smithi138.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-08T06:48:26.984 INFO:teuthology.orchestra.run.smithi138.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-08T06:48:26.984 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:48:26.984 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-05-08T06:48:27.261 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-fuse 2024-05-08T06:48:27.268 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-05-08T06:48:27.268 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:48:27.268 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-05-08T06:48:27.268 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:48:27.268 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mds-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:48:27.268 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mgr-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:48:27.268 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mgr-modules-core-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:48:27.269 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mon-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:48:27.269 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-osd-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:48:27.269 INFO:teuthology.orchestra.run.smithi081.stdout: lua-5.4.4-4.el9.x86_64 2024-05-08T06:48:27.269 INFO:teuthology.orchestra.run.smithi081.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-08T06:48:27.269 INFO:teuthology.orchestra.run.smithi081.stdout: luarocks-3.9.2-1.el9.noarch 2024-05-08T06:48:27.269 INFO:teuthology.orchestra.run.smithi081.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-08T06:48:27.269 INFO:teuthology.orchestra.run.smithi081.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-08T06:48:27.269 INFO:teuthology.orchestra.run.smithi081.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-08T06:48:27.269 INFO:teuthology.orchestra.run.smithi081.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-08T06:48:27.269 INFO:teuthology.orchestra.run.smithi081.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-08T06:48:27.269 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-08T06:48:27.269 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-08T06:48:27.269 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-08T06:48:27.270 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-08T06:48:27.270 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-08T06:48:27.270 INFO:teuthology.orchestra.run.smithi081.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-05-08T06:48:27.270 INFO:teuthology.orchestra.run.smithi081.stdout: python3-mako-1.1.4-6.el9.noarch 2024-05-08T06:48:27.270 INFO:teuthology.orchestra.run.smithi081.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-08T06:48:27.270 INFO:teuthology.orchestra.run.smithi081.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-08T06:48:27.270 INFO:teuthology.orchestra.run.smithi081.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-05-08T06:48:27.270 INFO:teuthology.orchestra.run.smithi081.stdout: python3-ply-3.11-14.el9.noarch 2024-05-08T06:48:27.270 INFO:teuthology.orchestra.run.smithi081.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-08T06:48:27.270 INFO:teuthology.orchestra.run.smithi081.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-08T06:48:27.270 INFO:teuthology.orchestra.run.smithi081.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-08T06:48:27.270 INFO:teuthology.orchestra.run.smithi081.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-08T06:48:27.270 INFO:teuthology.orchestra.run.smithi081.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-08T06:48:27.270 INFO:teuthology.orchestra.run.smithi081.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-08T06:48:27.271 INFO:teuthology.orchestra.run.smithi081.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-08T06:48:27.271 INFO:teuthology.orchestra.run.smithi081.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-08T06:48:27.271 INFO:teuthology.orchestra.run.smithi081.stdout: python3-webob-1.8.7-6.el9.noarch 2024-05-08T06:48:27.271 INFO:teuthology.orchestra.run.smithi081.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-05-08T06:48:27.271 INFO:teuthology.orchestra.run.smithi081.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-08T06:48:27.271 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:48:27.271 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-05-08T06:48:27.611 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install ceph-base 2024-05-08T06:48:27.828 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:02:26 ago on Wed 08 May 2024 06:46:01 AM UTC. 2024-05-08T06:48:27.950 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-05-08T06:48:27.950 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:48:27.950 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2024-05-08T06:48:27.951 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:48:27.951 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-05-08T06:48:27.951 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-fuse x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 891 k 2024-05-08T06:48:27.951 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2024-05-08T06:48:27.951 INFO:teuthology.orchestra.run.smithi138.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-08T06:48:27.951 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:48:27.951 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-05-08T06:48:27.951 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:48:27.951 INFO:teuthology.orchestra.run.smithi138.stdout:Install 2 Packages 2024-05-08T06:48:27.951 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:48:27.951 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 971 k 2024-05-08T06:48:27.951 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 2.8 M 2024-05-08T06:48:27.951 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-05-08T06:48:28.180 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:02:39 ago on Wed 08 May 2024 06:45:49 AM UTC. 2024-05-08T06:48:28.259 INFO:teuthology.orchestra.run.smithi081.stdout:Package ceph-base-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:48:28.301 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-05-08T06:48:28.301 INFO:teuthology.orchestra.run.smithi081.stdout:Nothing to do. 2024-05-08T06:48:28.302 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-05-08T06:48:28.370 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install cephadm 2024-05-08T06:48:28.531 INFO:teuthology.orchestra.run.smithi138.stdout:(1/2): ceph-fuse-19.0.0-3593.g7c8f650b.el9.x86_ 2.0 MB/s | 891 kB 00:00 2024-05-08T06:48:28.934 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:02:39 ago on Wed 08 May 2024 06:45:49 AM UTC. 2024-05-08T06:48:29.054 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-05-08T06:48:29.055 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:48:29.055 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repository Size 2024-05-08T06:48:29.055 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:48:29.055 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-05-08T06:48:29.055 INFO:teuthology.orchestra.run.smithi081.stdout: cephadm noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 764 k 2024-05-08T06:48:29.055 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:48:29.055 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-05-08T06:48:29.055 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:48:29.056 INFO:teuthology.orchestra.run.smithi081.stdout:Install 1 Package 2024-05-08T06:48:29.056 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:48:29.056 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 764 k 2024-05-08T06:48:29.056 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 770 k 2024-05-08T06:48:29.056 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-05-08T06:48:29.332 INFO:teuthology.orchestra.run.smithi138.stdout:(2/2): fuse-2.9.9-15.el9.x86_64.rpm 65 kB/s | 80 kB 00:01 2024-05-08T06:48:29.333 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:48:29.333 INFO:teuthology.orchestra.run.smithi138.stdout:Total 703 kB/s | 971 kB 00:01 2024-05-08T06:48:29.343 INFO:teuthology.orchestra.run.smithi081.stdout:cephadm-19.0.0-3593.g7c8f650b.el9.noarch.rpm 2.6 MB/s | 764 kB 00:00 2024-05-08T06:48:29.344 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:48:29.344 INFO:teuthology.orchestra.run.smithi081.stdout:Total 2.6 MB/s | 764 kB 00:00 2024-05-08T06:48:29.344 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-05-08T06:48:29.347 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-05-08T06:48:29.349 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-05-08T06:48:29.349 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-05-08T06:48:29.355 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-05-08T06:48:29.355 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-05-08T06:48:29.373 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-05-08T06:48:29.373 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-05-08T06:48:29.429 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-05-08T06:48:29.454 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-05-08T06:48:29.454 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-05-08T06:48:29.645 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-05-08T06:48:29.776 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-08T06:48:29.839 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 2/2 2024-05-08T06:48:29.912 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 1/1 2024-05-08T06:48:30.006 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 1/1 2024-05-08T06:48:30.349 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 1/1 2024-05-08T06:48:30.539 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 2/2 2024-05-08T06:48:30.540 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/2 2024-05-08T06:48:30.587 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 1/1 2024-05-08T06:48:30.587 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:48:30.587 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-05-08T06:48:30.587 INFO:teuthology.orchestra.run.smithi081.stdout: cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:48:30.587 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:48:30.587 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-05-08T06:48:30.781 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-08T06:48:30.781 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:48:30.781 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-05-08T06:48:30.782 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-08T06:48:30.782 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:48:30.782 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-05-08T06:48:30.805 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install ceph-immutable-object-cache 2024-05-08T06:48:31.052 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-volume 2024-05-08T06:48:31.377 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:02:42 ago on Wed 08 May 2024 06:45:49 AM UTC. 2024-05-08T06:48:31.502 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-05-08T06:48:31.502 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:48:31.503 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repo Size 2024-05-08T06:48:31.503 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:48:31.503 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-05-08T06:48:31.503 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 145 k 2024-05-08T06:48:31.503 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:48:31.503 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-05-08T06:48:31.503 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:48:31.503 INFO:teuthology.orchestra.run.smithi081.stdout:Install 1 Package 2024-05-08T06:48:31.503 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:48:31.503 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 145 k 2024-05-08T06:48:31.503 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 435 k 2024-05-08T06:48:31.503 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-05-08T06:48:31.639 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:02:30 ago on Wed 08 May 2024 06:46:01 AM UTC. 2024-05-08T06:48:31.733 INFO:teuthology.orchestra.run.smithi081.stdout:ceph-immutable-object-cache-19.0.0-3593.g7c8f65 632 kB/s | 145 kB 00:00 2024-05-08T06:48:31.733 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:48:31.734 INFO:teuthology.orchestra.run.smithi081.stdout:Total 627 kB/s | 145 kB 00:00 2024-05-08T06:48:31.734 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-05-08T06:48:31.741 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-05-08T06:48:31.742 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-05-08T06:48:31.766 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-05-08T06:48:31.767 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:48:31.767 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2024-05-08T06:48:31.767 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:48:31.767 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-05-08T06:48:31.767 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-volume noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 273 k 2024-05-08T06:48:31.767 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2024-05-08T06:48:31.767 INFO:teuthology.orchestra.run.smithi138.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-08T06:48:31.767 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:48:31.767 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-05-08T06:48:31.767 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:48:31.767 INFO:teuthology.orchestra.run.smithi138.stdout:Install 2 Packages 2024-05-08T06:48:31.767 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:48:31.768 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 350 k 2024-05-08T06:48:31.768 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 1.5 M 2024-05-08T06:48:31.768 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-05-08T06:48:31.798 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-05-08T06:48:31.799 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-05-08T06:48:31.939 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-05-08T06:48:32.051 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3593.g7c8f650b. 1/1 2024-05-08T06:48:32.077 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3593.g7c8f650b. 1/1 2024-05-08T06:48:32.077 INFO:teuthology.orchestra.run.smithi081.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:48:32.077 INFO:teuthology.orchestra.run.smithi081.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-08T06:48:32.077 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:48:32.220 INFO:teuthology.orchestra.run.smithi138.stdout:(1/2): ceph-volume-19.0.0-3593.g7c8f650b.el9.no 711 kB/s | 273 kB 00:00 2024-05-08T06:48:32.770 INFO:teuthology.orchestra.run.smithi138.stdout:(2/2): python3-packaging-20.9-5.el9.noarch.rpm 83 kB/s | 77 kB 00:00 2024-05-08T06:48:32.771 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:48:32.771 INFO:teuthology.orchestra.run.smithi138.stdout:Total 349 kB/s | 350 kB 00:01 2024-05-08T06:48:32.784 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-05-08T06:48:32.795 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-05-08T06:48:32.795 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-05-08T06:48:32.830 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-05-08T06:48:32.830 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-05-08T06:48:32.972 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-05-08T06:48:32.974 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3593.g7c8f650b. 1/1 2024-05-08T06:48:32.974 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:48:32.974 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-05-08T06:48:32.974 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-immutable-object-cache-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:48:32.974 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:48:32.974 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-05-08T06:48:33.167 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-08T06:48:33.206 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-volume-2:19.0.0-3593.g7c8f650b.el9.noarch 2/2 2024-05-08T06:48:33.212 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install ceph-mgr 2024-05-08T06:48:33.221 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-volume-2:19.0.0-3593.g7c8f650b.el9.noarch 2/2 2024-05-08T06:48:33.221 INFO:teuthology.orchestra.run.smithi138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:48:33.221 INFO:teuthology.orchestra.run.smithi138.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-08T06:48:33.222 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:48:33.788 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:02:44 ago on Wed 08 May 2024 06:45:49 AM UTC. 2024-05-08T06:48:33.869 INFO:teuthology.orchestra.run.smithi081.stdout:Package ceph-mgr-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:48:33.902 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-volume-2:19.0.0-3593.g7c8f650b.el9.noarch 1/2 2024-05-08T06:48:33.910 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-05-08T06:48:33.911 INFO:teuthology.orchestra.run.smithi081.stdout:Nothing to do. 2024-05-08T06:48:33.911 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-05-08T06:48:33.983 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install ceph-mgr-dashboard 2024-05-08T06:48:34.192 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-08T06:48:34.192 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:48:34.192 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-05-08T06:48:34.192 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-volume-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:48:34.192 INFO:teuthology.orchestra.run.smithi138.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-08T06:48:34.192 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:48:34.193 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-05-08T06:48:34.484 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install librados-devel 2024-05-08T06:48:34.548 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:02:45 ago on Wed 08 May 2024 06:45:49 AM UTC. 2024-05-08T06:48:34.671 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-05-08T06:48:34.672 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:48:34.672 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repository Size 2024-05-08T06:48:34.672 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:48:34.672 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-05-08T06:48:34.672 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 3.5 M 2024-05-08T06:48:34.672 INFO:teuthology.orchestra.run.smithi081.stdout:Installing dependencies: 2024-05-08T06:48:34.672 INFO:teuthology.orchestra.run.smithi081.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-08T06:48:34.672 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 34 k 2024-05-08T06:48:34.672 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 16 k 2024-05-08T06:48:34.672 INFO:teuthology.orchestra.run.smithi081.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-08T06:48:34.672 INFO:teuthology.orchestra.run.smithi081.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-08T06:48:34.673 INFO:teuthology.orchestra.run.smithi081.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-08T06:48:34.673 INFO:teuthology.orchestra.run.smithi081.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-08T06:48:34.673 INFO:teuthology.orchestra.run.smithi081.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-08T06:48:34.673 INFO:teuthology.orchestra.run.smithi081.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-08T06:48:34.673 INFO:teuthology.orchestra.run.smithi081.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-08T06:48:34.673 INFO:teuthology.orchestra.run.smithi081.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-08T06:48:34.673 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:48:34.673 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-05-08T06:48:34.673 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:48:34.673 INFO:teuthology.orchestra.run.smithi081.stdout:Install 12 Packages 2024-05-08T06:48:34.673 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:48:34.674 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 8.7 M 2024-05-08T06:48:34.674 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 104 M 2024-05-08T06:48:34.674 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-05-08T06:48:35.067 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:02:34 ago on Wed 08 May 2024 06:46:01 AM UTC. 2024-05-08T06:48:35.193 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-05-08T06:48:35.194 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:48:35.194 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repo Size 2024-05-08T06:48:35.194 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:48:35.194 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-05-08T06:48:35.194 INFO:teuthology.orchestra.run.smithi138.stdout: librados-devel x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 127 k 2024-05-08T06:48:35.195 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:48:35.195 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-05-08T06:48:35.195 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:48:35.195 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2024-05-08T06:48:35.195 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:48:35.195 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 127 k 2024-05-08T06:48:35.195 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 456 k 2024-05-08T06:48:35.195 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-05-08T06:48:35.389 INFO:teuthology.orchestra.run.smithi081.stdout:(1/12): ceph-grafana-dashboards-19.0.0-3593.g7c 112 kB/s | 34 kB 00:00 2024-05-08T06:48:35.440 INFO:teuthology.orchestra.run.smithi081.stdout:(2/12): ceph-prometheus-alerts-19.0.0-3593.g7c8 46 kB/s | 16 kB 00:00 2024-05-08T06:48:35.621 INFO:teuthology.orchestra.run.smithi138.stdout:librados-devel-19.0.0-3593.g7c8f650b.el9.x86_64 297 kB/s | 127 kB 00:00 2024-05-08T06:48:35.622 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:48:35.622 INFO:teuthology.orchestra.run.smithi138.stdout:Total 296 kB/s | 127 kB 00:00 2024-05-08T06:48:35.622 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-05-08T06:48:35.628 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-05-08T06:48:35.628 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-05-08T06:48:35.690 INFO:teuthology.orchestra.run.smithi081.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.1 MB/s | 269 kB 00:00 2024-05-08T06:48:35.691 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-05-08T06:48:35.691 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-05-08T06:48:35.757 INFO:teuthology.orchestra.run.smithi081.stdout:(4/12): ceph-mgr-dashboard-19.0.0-3593.g7c8f650 5.3 MB/s | 3.5 MB 00:00 2024-05-08T06:48:35.832 INFO:teuthology.orchestra.run.smithi081.stdout:(5/12): protobuf-3.14.0-13.el9.x86_64.rpm 2.3 MB/s | 1.0 MB 00:00 2024-05-08T06:48:35.843 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-05-08T06:48:35.944 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : librados-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:48:36.116 INFO:teuthology.orchestra.run.smithi081.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 75 kB/s | 19 kB 00:00 2024-05-08T06:48:36.266 INFO:teuthology.orchestra.run.smithi081.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.1 MB/s | 548 kB 00:00 2024-05-08T06:48:36.350 INFO:teuthology.orchestra.run.smithi081.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.7 MB/s | 144 kB 00:00 2024-05-08T06:48:36.369 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: librados-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:48:36.416 INFO:teuthology.orchestra.run.smithi081.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 462 kB/s | 31 kB 00:00 2024-05-08T06:48:36.500 INFO:teuthology.orchestra.run.smithi081.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.2 MB/s | 188 kB 00:00 2024-05-08T06:48:36.542 INFO:teuthology.orchestra.run.smithi081.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 4.8 MB/s | 2.0 MB 00:00 2024-05-08T06:48:36.611 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librados-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:48:36.612 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:48:36.612 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-05-08T06:48:36.612 INFO:teuthology.orchestra.run.smithi138.stdout: librados-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:48:36.612 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:48:36.612 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-05-08T06:48:36.625 INFO:teuthology.orchestra.run.smithi081.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 923 kB/s | 863 kB 00:00 2024-05-08T06:48:36.629 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:48:36.629 INFO:teuthology.orchestra.run.smithi081.stdout:Total 4.4 MB/s | 8.7 MB 00:01 2024-05-08T06:48:36.678 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-05-08T06:48:36.694 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-05-08T06:48:36.694 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-05-08T06:48:36.866 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-05-08T06:48:36.867 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-05-08T06:48:36.875 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install libcephfs2 2024-05-08T06:48:37.449 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:02:36 ago on Wed 08 May 2024 06:46:01 AM UTC. 2024-05-08T06:48:37.478 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-05-08T06:48:37.530 INFO:teuthology.orchestra.run.smithi138.stdout:Package libcephfs2-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:48:37.560 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-08T06:48:37.571 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-05-08T06:48:37.572 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2024-05-08T06:48:37.572 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-05-08T06:48:37.596 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-08T06:48:37.642 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-08T06:48:37.665 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install libcephfs-devel 2024-05-08T06:48:37.681 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-08T06:48:37.785 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-08T06:48:37.915 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-08T06:48:38.001 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-08T06:48:38.053 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-08T06:48:38.081 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-08T06:48:38.122 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3593.g7c8f650b.el9 10/12 2024-05-08T06:48:38.234 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:02:37 ago on Wed 08 May 2024 06:46:01 AM UTC. 2024-05-08T06:48:38.356 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-05-08T06:48:38.357 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:48:38.357 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repo Size 2024-05-08T06:48:38.357 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:48:38.357 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-05-08T06:48:38.357 INFO:teuthology.orchestra.run.smithi138.stdout: libcephfs-devel x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 32 k 2024-05-08T06:48:38.357 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:48:38.357 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-05-08T06:48:38.357 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:48:38.358 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2024-05-08T06:48:38.358 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:48:38.358 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 32 k 2024-05-08T06:48:38.358 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 142 k 2024-05-08T06:48:38.358 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-05-08T06:48:38.529 INFO:teuthology.orchestra.run.smithi138.stdout:libcephfs-devel-19.0.0-3593.g7c8f650b.el9.x86_6 186 kB/s | 32 kB 00:00 2024-05-08T06:48:38.529 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:48:38.529 INFO:teuthology.orchestra.run.smithi138.stdout:Total 184 kB/s | 32 kB 00:00 2024-05-08T06:48:38.529 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-05-08T06:48:38.533 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-05-08T06:48:38.533 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-05-08T06:48:38.545 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-05-08T06:48:38.545 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-05-08T06:48:38.625 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-05-08T06:48:38.751 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libcephfs-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:48:39.114 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:48:39.178 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3593.g7c8f650b.el 11/12 2024-05-08T06:48:39.339 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libcephfs-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:48:39.339 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:48:39.339 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-05-08T06:48:39.339 INFO:teuthology.orchestra.run.smithi138.stdout: libcephfs-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:48:39.339 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:48:39.340 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-05-08T06:48:39.372 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3593.g7c8f650b.el9.noa 12/12 2024-05-08T06:48:39.521 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install librados2 2024-05-08T06:48:40.093 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:02:39 ago on Wed 08 May 2024 06:46:01 AM UTC. 2024-05-08T06:48:40.175 INFO:teuthology.orchestra.run.smithi138.stdout:Package librados2-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:48:40.217 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-05-08T06:48:40.218 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2024-05-08T06:48:40.218 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-05-08T06:48:40.291 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install librbd1 2024-05-08T06:48:40.481 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3593.g7c8f650b.el9.noa 12/12 2024-05-08T06:48:40.481 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3593.g7c8f650b.el 1/12 2024-05-08T06:48:40.481 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3593.g7c8f650b.el9.noa 2/12 2024-05-08T06:48:40.481 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3593.g7c8f650b.el9 3/12 2024-05-08T06:48:40.481 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-08T06:48:40.481 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-08T06:48:40.482 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-08T06:48:40.482 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-08T06:48:40.482 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-08T06:48:40.482 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-08T06:48:40.482 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-08T06:48:40.482 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-08T06:48:40.787 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-08T06:48:40.842 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:48:40.843 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-05-08T06:48:40.843 INFO:teuthology.orchestra.run.smithi081.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-08T06:48:40.843 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-grafana-dashboards-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:48:40.843 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mgr-dashboard-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:48:40.843 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-prometheus-alerts-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:48:40.843 INFO:teuthology.orchestra.run.smithi081.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-08T06:48:40.843 INFO:teuthology.orchestra.run.smithi081.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-08T06:48:40.843 INFO:teuthology.orchestra.run.smithi081.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-08T06:48:40.843 INFO:teuthology.orchestra.run.smithi081.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-08T06:48:40.843 INFO:teuthology.orchestra.run.smithi081.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-08T06:48:40.844 INFO:teuthology.orchestra.run.smithi081.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-08T06:48:40.844 INFO:teuthology.orchestra.run.smithi081.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-08T06:48:40.844 INFO:teuthology.orchestra.run.smithi081.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-08T06:48:40.844 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:48:40.844 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-05-08T06:48:40.857 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:02:39 ago on Wed 08 May 2024 06:46:01 AM UTC. 2024-05-08T06:48:40.932 INFO:teuthology.orchestra.run.smithi138.stdout:Package librbd1-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:48:40.981 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-05-08T06:48:40.981 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2024-05-08T06:48:40.981 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-05-08T06:48:41.032 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-08T06:48:41.045 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install python3-rados 2024-05-08T06:48:41.597 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:02:52 ago on Wed 08 May 2024 06:45:49 AM UTC. 2024-05-08T06:48:41.640 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:02:40 ago on Wed 08 May 2024 06:46:01 AM UTC. 2024-05-08T06:48:41.718 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-05-08T06:48:41.719 INFO:teuthology.orchestra.run.smithi081.stdout:======================================================================================= 2024-05-08T06:48:41.719 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repository Size 2024-05-08T06:48:41.719 INFO:teuthology.orchestra.run.smithi081.stdout:======================================================================================= 2024-05-08T06:48:41.720 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-05-08T06:48:41.720 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 7.4 M 2024-05-08T06:48:41.720 INFO:teuthology.orchestra.run.smithi081.stdout:Installing dependencies: 2024-05-08T06:48:41.720 INFO:teuthology.orchestra.run.smithi081.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-08T06:48:41.720 INFO:teuthology.orchestra.run.smithi081.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-08T06:48:41.720 INFO:teuthology.orchestra.run.smithi081.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-08T06:48:41.720 INFO:teuthology.orchestra.run.smithi081.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-08T06:48:41.720 INFO:teuthology.orchestra.run.smithi081.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-08T06:48:41.720 INFO:teuthology.orchestra.run.smithi081.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-08T06:48:41.720 INFO:teuthology.orchestra.run.smithi081.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-08T06:48:41.720 INFO:teuthology.orchestra.run.smithi081.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-08T06:48:41.720 INFO:teuthology.orchestra.run.smithi081.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-08T06:48:41.720 INFO:teuthology.orchestra.run.smithi081.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-08T06:48:41.721 INFO:teuthology.orchestra.run.smithi081.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-08T06:48:41.721 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:48:41.721 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-05-08T06:48:41.721 INFO:teuthology.orchestra.run.smithi081.stdout:======================================================================================= 2024-05-08T06:48:41.721 INFO:teuthology.orchestra.run.smithi081.stdout:Install 12 Packages 2024-05-08T06:48:41.721 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:48:41.722 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 38 M 2024-05-08T06:48:41.722 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 209 M 2024-05-08T06:48:41.722 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-05-08T06:48:41.725 INFO:teuthology.orchestra.run.smithi138.stdout:Package python3-rados-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:48:41.770 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-05-08T06:48:41.771 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2024-05-08T06:48:41.771 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-05-08T06:48:41.846 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install python3-rgw 2024-05-08T06:48:42.126 INFO:teuthology.orchestra.run.smithi081.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 874 kB/s | 195 kB 00:00 2024-05-08T06:48:42.185 INFO:teuthology.orchestra.run.smithi081.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 560 kB/s | 33 kB 00:00 2024-05-08T06:48:42.227 INFO:teuthology.orchestra.run.smithi081.stdout:(3/12): libgfortran-11.4.1-3.el9.x86_64.rpm 2.4 MB/s | 803 kB 00:00 2024-05-08T06:48:42.277 INFO:teuthology.orchestra.run.smithi081.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 364 kB/s | 18 kB 00:00 2024-05-08T06:48:42.335 INFO:teuthology.orchestra.run.smithi081.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 602 kB/s | 35 kB 00:00 2024-05-08T06:48:42.445 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:02:41 ago on Wed 08 May 2024 06:46:01 AM UTC. 2024-05-08T06:48:42.469 INFO:teuthology.orchestra.run.smithi081.stdout:(6/12): ceph-mgr-diskprediction-local-19.0.0-35 13 MB/s | 7.4 MB 00:00 2024-05-08T06:48:42.528 INFO:teuthology.orchestra.run.smithi138.stdout:Package python3-rgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:48:42.571 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-05-08T06:48:42.572 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2024-05-08T06:48:42.572 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-05-08T06:48:42.594 INFO:teuthology.orchestra.run.smithi081.stdout:(7/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 7.3 MB/s | 3.0 MB 00:00 2024-05-08T06:48:42.642 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install python3-cephfs 2024-05-08T06:48:42.711 INFO:teuthology.orchestra.run.smithi081.stdout:(8/12): python3-devel-3.9.18-3.el9.x86_64.rpm 1.0 MB/s | 244 kB 00:00 2024-05-08T06:48:42.803 INFO:teuthology.orchestra.run.smithi081.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.7 MB/s | 250 kB 00:00 2024-05-08T06:48:42.912 INFO:teuthology.orchestra.run.smithi081.stdout:(10/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 8.2 MB/s | 4.7 MB 00:00 2024-05-08T06:48:43.087 INFO:teuthology.orchestra.run.smithi081.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 10 MB/s | 5.1 MB 00:00 2024-05-08T06:48:43.217 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:02:42 ago on Wed 08 May 2024 06:46:01 AM UTC. 2024-05-08T06:48:43.298 INFO:teuthology.orchestra.run.smithi138.stdout:Package python3-cephfs-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:48:43.340 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-05-08T06:48:43.341 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2024-05-08T06:48:43.341 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-05-08T06:48:43.411 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install python3-rbd 2024-05-08T06:48:43.973 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:02:42 ago on Wed 08 May 2024 06:46:01 AM UTC. 2024-05-08T06:48:44.053 INFO:teuthology.orchestra.run.smithi138.stdout:Package python3-rbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:48:44.094 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-05-08T06:48:44.095 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2024-05-08T06:48:44.095 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-05-08T06:48:44.169 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install rbd-fuse 2024-05-08T06:48:44.744 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:02:43 ago on Wed 08 May 2024 06:46:01 AM UTC. 2024-05-08T06:48:44.867 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-05-08T06:48:44.868 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:48:44.868 INFO:teuthology.orchestra.run.smithi138.stdout: Package Architecture Version Repository Size 2024-05-08T06:48:44.868 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:48:44.868 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-05-08T06:48:44.868 INFO:teuthology.orchestra.run.smithi138.stdout: rbd-fuse x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 85 k 2024-05-08T06:48:44.868 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:48:44.868 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-05-08T06:48:44.868 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:48:44.868 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2024-05-08T06:48:44.868 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:48:44.868 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 85 k 2024-05-08T06:48:44.868 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 231 k 2024-05-08T06:48:44.869 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-05-08T06:48:45.175 INFO:teuthology.orchestra.run.smithi138.stdout:rbd-fuse-19.0.0-3593.g7c8f650b.el9.x86_64.rpm 279 kB/s | 85 kB 00:00 2024-05-08T06:48:45.175 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:48:45.175 INFO:teuthology.orchestra.run.smithi138.stdout:Total 277 kB/s | 85 kB 00:00 2024-05-08T06:48:45.176 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-05-08T06:48:45.183 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-05-08T06:48:45.183 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-05-08T06:48:45.245 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-05-08T06:48:45.246 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-05-08T06:48:45.397 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-05-08T06:48:45.506 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : rbd-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:48:45.896 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:48:46.130 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : rbd-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:48:46.131 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:48:46.131 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-05-08T06:48:46.131 INFO:teuthology.orchestra.run.smithi138.stdout: rbd-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:48:46.131 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:48:46.131 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-05-08T06:48:46.387 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install rbd-mirror 2024-05-08T06:48:46.962 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:02:45 ago on Wed 08 May 2024 06:46:01 AM UTC. 2024-05-08T06:48:47.085 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-05-08T06:48:47.086 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:48:47.086 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repo Size 2024-05-08T06:48:47.086 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:48:47.086 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-05-08T06:48:47.086 INFO:teuthology.orchestra.run.smithi138.stdout: rbd-mirror x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 3.1 M 2024-05-08T06:48:47.086 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:48:47.086 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-05-08T06:48:47.086 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:48:47.086 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2024-05-08T06:48:47.086 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:48:47.086 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 3.1 M 2024-05-08T06:48:47.086 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 13 M 2024-05-08T06:48:47.087 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-05-08T06:48:47.549 INFO:teuthology.orchestra.run.smithi138.stdout:rbd-mirror-19.0.0-3593.g7c8f650b.el9.x86_64.rpm 6.7 MB/s | 3.1 MB 00:00 2024-05-08T06:48:47.549 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:48:47.550 INFO:teuthology.orchestra.run.smithi138.stdout:Total 6.7 MB/s | 3.1 MB 00:00 2024-05-08T06:48:47.550 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-05-08T06:48:47.559 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-05-08T06:48:47.559 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-05-08T06:48:47.640 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-05-08T06:48:47.641 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-05-08T06:48:47.804 INFO:teuthology.orchestra.run.smithi081.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 3.3 MB/s | 16 MB 00:04 2024-05-08T06:48:47.805 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:48:47.805 INFO:teuthology.orchestra.run.smithi081.stdout:Total 6.3 MB/s | 38 MB 00:06 2024-05-08T06:48:48.069 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-05-08T06:48:48.133 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : rbd-mirror-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:48:48.158 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:48:48.159 INFO:teuthology.orchestra.run.smithi138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:48:48.159 INFO:teuthology.orchestra.run.smithi138.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-08T06:48:48.159 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-08T06:48:48.159 INFO:teuthology.orchestra.run.smithi138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-08T06:48:48.159 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:48:48.163 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-05-08T06:48:48.189 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-05-08T06:48:48.189 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-05-08T06:48:48.616 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-05-08T06:48:48.617 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-05-08T06:48:49.305 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : rbd-mirror-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:48:49.305 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:48:49.305 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-05-08T06:48:49.305 INFO:teuthology.orchestra.run.smithi138.stdout: rbd-mirror-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:48:49.305 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:48:49.305 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-05-08T06:48:49.370 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-05-08T06:48:49.428 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-08T06:48:49.468 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-08T06:48:49.544 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install rbd-nbd 2024-05-08T06:48:49.567 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-08T06:48:49.619 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-08T06:48:49.796 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-08T06:48:49.826 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-08T06:48:49.908 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-08T06:48:50.121 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:02:49 ago on Wed 08 May 2024 06:46:01 AM UTC. 2024-05-08T06:48:50.246 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-05-08T06:48:50.246 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:48:50.246 INFO:teuthology.orchestra.run.smithi138.stdout: Package Architecture Version Repository Size 2024-05-08T06:48:50.246 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:48:50.246 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-05-08T06:48:50.246 INFO:teuthology.orchestra.run.smithi138.stdout: rbd-nbd x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 170 k 2024-05-08T06:48:50.246 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:48:50.247 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-05-08T06:48:50.247 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-05-08T06:48:50.247 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2024-05-08T06:48:50.247 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:48:50.247 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 170 k 2024-05-08T06:48:50.247 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 494 k 2024-05-08T06:48:50.247 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-05-08T06:48:50.546 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-08T06:48:50.597 INFO:teuthology.orchestra.run.smithi138.stdout:rbd-nbd-19.0.0-3593.g7c8f650b.el9.x86_64.rpm 487 kB/s | 170 kB 00:00 2024-05-08T06:48:50.597 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:48:50.598 INFO:teuthology.orchestra.run.smithi138.stdout:Total 485 kB/s | 170 kB 00:00 2024-05-08T06:48:50.598 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-05-08T06:48:50.605 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-05-08T06:48:50.606 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-05-08T06:48:50.665 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-08T06:48:50.669 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-05-08T06:48:50.670 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-05-08T06:48:50.820 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-05-08T06:48:50.921 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : rbd-nbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:48:51.334 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:48:51.604 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : rbd-nbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:48:51.604 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:48:51.604 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-05-08T06:48:51.604 INFO:teuthology.orchestra.run.smithi138.stdout: rbd-nbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:48:51.605 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-05-08T06:48:51.605 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-05-08T06:48:51.835 DEBUG:teuthology.parallel:result is None 2024-05-08T06:48:51.892 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-08T06:48:52.927 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-08T06:48:52.960 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3593.g7c8f6 12/12 2024-05-08T06:48:55.409 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3593.g7c8f6 12/12 2024-05-08T06:48:55.410 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3593.g7c8f6 1/12 2024-05-08T06:48:55.410 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-08T06:48:55.410 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-08T06:48:55.410 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-08T06:48:55.410 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-08T06:48:55.410 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-08T06:48:55.410 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-08T06:48:55.410 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-08T06:48:55.411 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-08T06:48:55.411 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-08T06:48:55.411 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-08T06:48:55.769 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-08T06:48:55.770 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:48:55.770 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-05-08T06:48:55.770 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:48:55.770 INFO:teuthology.orchestra.run.smithi081.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-08T06:48:55.770 INFO:teuthology.orchestra.run.smithi081.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-08T06:48:55.770 INFO:teuthology.orchestra.run.smithi081.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-08T06:48:55.770 INFO:teuthology.orchestra.run.smithi081.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-08T06:48:55.770 INFO:teuthology.orchestra.run.smithi081.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-08T06:48:55.770 INFO:teuthology.orchestra.run.smithi081.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-08T06:48:55.770 INFO:teuthology.orchestra.run.smithi081.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-08T06:48:55.770 INFO:teuthology.orchestra.run.smithi081.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-08T06:48:55.770 INFO:teuthology.orchestra.run.smithi081.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-08T06:48:55.770 INFO:teuthology.orchestra.run.smithi081.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-08T06:48:55.770 INFO:teuthology.orchestra.run.smithi081.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-08T06:48:55.771 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:48:55.771 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-05-08T06:48:56.157 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install ceph-mgr-rook 2024-05-08T06:48:56.736 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:03:07 ago on Wed 08 May 2024 06:45:49 AM UTC. 2024-05-08T06:48:56.857 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-05-08T06:48:56.858 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:48:56.858 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repository Size 2024-05-08T06:48:56.859 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:48:56.859 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-05-08T06:48:56.859 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mgr-rook noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 49 k 2024-05-08T06:48:56.859 INFO:teuthology.orchestra.run.smithi081.stdout:Installing dependencies: 2024-05-08T06:48:56.859 INFO:teuthology.orchestra.run.smithi081.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-08T06:48:56.859 INFO:teuthology.orchestra.run.smithi081.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-08T06:48:56.859 INFO:teuthology.orchestra.run.smithi081.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-08T06:48:56.859 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-08T06:48:56.859 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-08T06:48:56.859 INFO:teuthology.orchestra.run.smithi081.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-08T06:48:56.859 INFO:teuthology.orchestra.run.smithi081.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-08T06:48:56.859 INFO:teuthology.orchestra.run.smithi081.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-08T06:48:56.859 INFO:teuthology.orchestra.run.smithi081.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-08T06:48:56.859 INFO:teuthology.orchestra.run.smithi081.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-08T06:48:56.860 INFO:teuthology.orchestra.run.smithi081.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-08T06:48:56.860 INFO:teuthology.orchestra.run.smithi081.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-08T06:48:56.860 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:48:56.860 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-05-08T06:48:56.860 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:48:56.860 INFO:teuthology.orchestra.run.smithi081.stdout:Install 13 Packages 2024-05-08T06:48:56.860 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:48:56.861 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 2.2 M 2024-05-08T06:48:56.861 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 26 M 2024-05-08T06:48:56.861 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-05-08T06:48:57.354 INFO:teuthology.orchestra.run.smithi081.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 72 kB/s | 19 kB 00:00 2024-05-08T06:48:57.379 INFO:teuthology.orchestra.run.smithi081.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 87 kB/s | 26 kB 00:00 2024-05-08T06:48:57.404 INFO:teuthology.orchestra.run.smithi081.stdout:(3/13): ceph-mgr-rook-19.0.0-3593.g7c8f650b.el9 155 kB/s | 49 kB 00:00 2024-05-08T06:48:57.721 INFO:teuthology.orchestra.run.smithi081.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 464 kB/s | 159 kB 00:00 2024-05-08T06:48:57.771 INFO:teuthology.orchestra.run.smithi081.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 532 kB/s | 222 kB 00:00 2024-05-08T06:48:57.847 INFO:teuthology.orchestra.run.smithi081.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 428 kB/s | 54 kB 00:00 2024-05-08T06:48:58.030 INFO:teuthology.orchestra.run.smithi081.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 446 kB/s | 279 kB 00:00 2024-05-08T06:48:58.147 INFO:teuthology.orchestra.run.smithi081.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 86 kB/s | 32 kB 00:00 2024-05-08T06:48:58.214 INFO:teuthology.orchestra.run.smithi081.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 41 kB/s | 15 kB 00:00 2024-05-08T06:48:58.506 INFO:teuthology.orchestra.run.smithi081.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 203 kB/s | 59 kB 00:00 2024-05-08T06:48:58.531 INFO:teuthology.orchestra.run.smithi081.stdout:(11/13): python3-google-auth-2.29.0-1.el9.noarc 410 kB/s | 206 kB 00:00 2024-05-08T06:48:58.657 INFO:teuthology.orchestra.run.smithi081.stdout:(12/13): python3-kubernetes-26.1.0-2.el9.noarch 2.0 MB/s | 1.0 MB 00:00 2024-05-08T06:48:58.682 INFO:teuthology.orchestra.run.smithi081.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 512 kB/s | 90 kB 00:00 2024-05-08T06:48:58.683 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:48:58.684 INFO:teuthology.orchestra.run.smithi081.stdout:Total 1.2 MB/s | 2.2 MB 00:01 2024-05-08T06:48:58.755 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-05-08T06:48:58.770 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-05-08T06:48:58.771 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-05-08T06:48:58.856 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-05-08T06:48:58.856 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-05-08T06:48:59.367 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-05-08T06:48:59.530 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-08T06:48:59.600 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-08T06:48:59.664 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-08T06:48:59.701 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-08T06:48:59.742 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-08T06:48:59.835 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-08T06:48:59.945 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-08T06:48:59.994 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-08T06:49:00.709 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-08T06:49:00.758 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-08T06:49:00.792 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-08T06:49:00.839 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-08T06:49:00.862 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-mgr-rook-2:19.0.0-3593.g7c8f650b.el9.noarch 13/13 2024-05-08T06:49:01.591 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3593.g7c8f650b.el9.noarch 13/13 2024-05-08T06:49:01.591 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3593.g7c8f650b.el9.noarch 1/13 2024-05-08T06:49:01.591 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-08T06:49:01.591 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-08T06:49:01.591 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-08T06:49:01.591 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-08T06:49:01.591 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-08T06:49:01.591 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-08T06:49:01.591 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-08T06:49:01.592 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-08T06:49:01.592 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-08T06:49:01.592 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-08T06:49:01.592 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-08T06:49:01.908 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-08T06:49:01.909 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:49:01.909 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-05-08T06:49:01.909 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mgr-rook-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:49:01.909 INFO:teuthology.orchestra.run.smithi081.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-08T06:49:01.909 INFO:teuthology.orchestra.run.smithi081.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-08T06:49:01.909 INFO:teuthology.orchestra.run.smithi081.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-08T06:49:01.909 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-08T06:49:01.909 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-08T06:49:01.909 INFO:teuthology.orchestra.run.smithi081.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-08T06:49:01.909 INFO:teuthology.orchestra.run.smithi081.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-08T06:49:01.909 INFO:teuthology.orchestra.run.smithi081.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-08T06:49:01.909 INFO:teuthology.orchestra.run.smithi081.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-08T06:49:01.909 INFO:teuthology.orchestra.run.smithi081.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-08T06:49:01.909 INFO:teuthology.orchestra.run.smithi081.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-08T06:49:01.909 INFO:teuthology.orchestra.run.smithi081.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-08T06:49:01.910 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:49:01.910 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-05-08T06:49:02.171 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install ceph-mgr-cephadm 2024-05-08T06:49:02.738 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:03:13 ago on Wed 08 May 2024 06:45:49 AM UTC. 2024-05-08T06:49:02.859 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-05-08T06:49:02.860 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:49:02.860 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repository Size 2024-05-08T06:49:02.860 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:49:02.861 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-05-08T06:49:02.861 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 144 k 2024-05-08T06:49:02.861 INFO:teuthology.orchestra.run.smithi081.stdout:Installing dependencies: 2024-05-08T06:49:02.861 INFO:teuthology.orchestra.run.smithi081.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-08T06:49:02.861 INFO:teuthology.orchestra.run.smithi081.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-08T06:49:02.861 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-05-08T06:49:02.861 INFO:teuthology.orchestra.run.smithi081.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-08T06:49:02.861 INFO:teuthology.orchestra.run.smithi081.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-08T06:49:02.861 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:49:02.861 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-05-08T06:49:02.861 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:49:02.861 INFO:teuthology.orchestra.run.smithi081.stdout:Install 6 Packages 2024-05-08T06:49:02.861 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:49:02.862 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 7.0 M 2024-05-08T06:49:02.862 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 33 M 2024-05-08T06:49:02.862 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-05-08T06:49:03.210 INFO:teuthology.orchestra.run.smithi081.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 2.1 MB/s | 248 kB 00:00 2024-05-08T06:49:03.319 INFO:teuthology.orchestra.run.smithi081.stdout:(2/6): ceph-mgr-cephadm-19.0.0-3593.g7c8f650b.e 645 kB/s | 144 kB 00:00 2024-05-08T06:49:03.402 INFO:teuthology.orchestra.run.smithi081.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 19 MB/s | 6.0 MB 00:00 2024-05-08T06:49:03.453 INFO:teuthology.orchestra.run.smithi081.stdout:(4/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 2.2 MB/s | 548 kB 00:00 2024-05-08T06:49:03.495 INFO:teuthology.orchestra.run.smithi081.stdout:(5/6): python3-natsort-7.1.1-5.el9.noarch.rpm 329 kB/s | 58 kB 00:00 2024-05-08T06:49:03.519 INFO:teuthology.orchestra.run.smithi081.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 437 kB/s | 51 kB 00:00 2024-05-08T06:49:03.520 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:49:03.520 INFO:teuthology.orchestra.run.smithi081.stdout:Total 11 MB/s | 7.0 MB 00:00 2024-05-08T06:49:03.591 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-05-08T06:49:03.602 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-05-08T06:49:03.602 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-05-08T06:49:03.699 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-05-08T06:49:03.699 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-05-08T06:49:04.006 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-05-08T06:49:04.168 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-05-08T06:49:04.221 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-05-08T06:49:04.751 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-05-08T06:49:04.841 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-05-08T06:49:04.904 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-05-08T06:49:04.934 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 6/6 2024-05-08T06:49:05.700 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 6/6 2024-05-08T06:49:05.700 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 1/6 2024-05-08T06:49:05.700 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-05-08T06:49:05.700 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-05-08T06:49:05.700 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-05-08T06:49:05.700 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-05-08T06:49:05.983 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-05-08T06:49:05.983 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:49:05.983 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-05-08T06:49:05.983 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mgr-cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:49:05.983 INFO:teuthology.orchestra.run.smithi081.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-08T06:49:05.983 INFO:teuthology.orchestra.run.smithi081.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-08T06:49:05.983 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-05-08T06:49:05.983 INFO:teuthology.orchestra.run.smithi081.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-08T06:49:05.983 INFO:teuthology.orchestra.run.smithi081.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-08T06:49:05.983 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:49:05.984 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-05-08T06:49:06.244 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install ceph-fuse 2024-05-08T06:49:06.803 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:03:17 ago on Wed 08 May 2024 06:45:49 AM UTC. 2024-05-08T06:49:06.923 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-05-08T06:49:06.924 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:49:06.924 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repository Size 2024-05-08T06:49:06.924 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:49:06.924 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-05-08T06:49:06.924 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-fuse x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 891 k 2024-05-08T06:49:06.924 INFO:teuthology.orchestra.run.smithi081.stdout:Installing dependencies: 2024-05-08T06:49:06.924 INFO:teuthology.orchestra.run.smithi081.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-08T06:49:06.924 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:49:06.924 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-05-08T06:49:06.924 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:49:06.924 INFO:teuthology.orchestra.run.smithi081.stdout:Install 2 Packages 2024-05-08T06:49:06.924 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:49:06.925 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 971 k 2024-05-08T06:49:06.925 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 2.8 M 2024-05-08T06:49:06.925 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-05-08T06:49:07.214 INFO:teuthology.orchestra.run.smithi081.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 482 kB/s | 80 kB 00:00 2024-05-08T06:49:07.497 INFO:teuthology.orchestra.run.smithi081.stdout:(2/2): ceph-fuse-19.0.0-3593.g7c8f650b.el9.x86_ 1.9 MB/s | 891 kB 00:00 2024-05-08T06:49:07.498 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:49:07.498 INFO:teuthology.orchestra.run.smithi081.stdout:Total 1.7 MB/s | 971 kB 00:00 2024-05-08T06:49:07.510 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-05-08T06:49:07.532 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-05-08T06:49:07.532 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-05-08T06:49:07.610 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-05-08T06:49:07.610 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-05-08T06:49:07.797 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-05-08T06:49:07.940 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-08T06:49:08.013 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 2/2 2024-05-08T06:49:08.693 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 2/2 2024-05-08T06:49:08.694 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/2 2024-05-08T06:49:08.965 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-08T06:49:08.965 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:49:08.965 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-05-08T06:49:08.965 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-08T06:49:08.965 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:49:08.965 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-05-08T06:49:09.250 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install ceph-volume 2024-05-08T06:49:09.836 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:03:20 ago on Wed 08 May 2024 06:45:49 AM UTC. 2024-05-08T06:49:09.963 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-05-08T06:49:09.964 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:49:09.964 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repository Size 2024-05-08T06:49:09.964 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:49:09.964 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-05-08T06:49:09.964 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-volume noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 273 k 2024-05-08T06:49:09.964 INFO:teuthology.orchestra.run.smithi081.stdout:Installing dependencies: 2024-05-08T06:49:09.964 INFO:teuthology.orchestra.run.smithi081.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-08T06:49:09.964 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:49:09.964 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-05-08T06:49:09.964 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:49:09.965 INFO:teuthology.orchestra.run.smithi081.stdout:Install 2 Packages 2024-05-08T06:49:09.965 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:49:09.965 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 350 k 2024-05-08T06:49:09.965 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 1.5 M 2024-05-08T06:49:09.965 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-05-08T06:49:10.386 INFO:teuthology.orchestra.run.smithi081.stdout:(1/2): ceph-volume-19.0.0-3593.g7c8f650b.el9.no 764 kB/s | 273 kB 00:00 2024-05-08T06:49:10.453 INFO:teuthology.orchestra.run.smithi081.stdout:(2/2): python3-packaging-20.9-5.el9.noarch.rpm 182 kB/s | 77 kB 00:00 2024-05-08T06:49:10.454 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:49:10.455 INFO:teuthology.orchestra.run.smithi081.stdout:Total 715 kB/s | 350 kB 00:00 2024-05-08T06:49:10.466 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-05-08T06:49:10.476 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-05-08T06:49:10.476 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-05-08T06:49:10.510 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-05-08T06:49:10.510 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-05-08T06:49:10.651 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-05-08T06:49:10.835 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-08T06:49:10.873 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-volume-2:19.0.0-3593.g7c8f650b.el9.noarch 2/2 2024-05-08T06:49:10.888 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-volume-2:19.0.0-3593.g7c8f650b.el9.noarch 2/2 2024-05-08T06:49:10.889 INFO:teuthology.orchestra.run.smithi081.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:49:10.889 INFO:teuthology.orchestra.run.smithi081.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-08T06:49:10.889 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:49:11.567 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-volume-2:19.0.0-3593.g7c8f650b.el9.noarch 1/2 2024-05-08T06:49:11.874 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-08T06:49:11.874 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:49:11.874 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-05-08T06:49:11.874 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-volume-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:49:11.874 INFO:teuthology.orchestra.run.smithi081.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-08T06:49:11.874 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:49:11.874 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-05-08T06:49:12.179 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install librados-devel 2024-05-08T06:49:12.755 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:03:23 ago on Wed 08 May 2024 06:45:49 AM UTC. 2024-05-08T06:49:12.882 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-05-08T06:49:12.883 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:49:12.883 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repo Size 2024-05-08T06:49:12.883 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:49:12.883 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-05-08T06:49:12.883 INFO:teuthology.orchestra.run.smithi081.stdout: librados-devel x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 127 k 2024-05-08T06:49:12.883 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:49:12.883 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-05-08T06:49:12.884 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:49:12.884 INFO:teuthology.orchestra.run.smithi081.stdout:Install 1 Package 2024-05-08T06:49:12.884 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:49:12.884 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 127 k 2024-05-08T06:49:12.884 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 456 k 2024-05-08T06:49:12.884 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-05-08T06:49:13.119 INFO:teuthology.orchestra.run.smithi081.stdout:librados-devel-19.0.0-3593.g7c8f650b.el9.x86_64 539 kB/s | 127 kB 00:00 2024-05-08T06:49:13.119 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:49:13.120 INFO:teuthology.orchestra.run.smithi081.stdout:Total 535 kB/s | 127 kB 00:00 2024-05-08T06:49:13.120 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-05-08T06:49:13.125 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-05-08T06:49:13.125 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-05-08T06:49:13.188 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-05-08T06:49:13.189 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-05-08T06:49:13.340 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-05-08T06:49:13.454 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : librados-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:49:13.903 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: librados-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:49:14.165 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : librados-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:49:14.165 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:49:14.165 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-05-08T06:49:14.166 INFO:teuthology.orchestra.run.smithi081.stdout: librados-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:49:14.166 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:49:14.166 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-05-08T06:49:14.445 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install libcephfs2 2024-05-08T06:49:15.019 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:03:26 ago on Wed 08 May 2024 06:45:49 AM UTC. 2024-05-08T06:49:15.102 INFO:teuthology.orchestra.run.smithi081.stdout:Package libcephfs2-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:49:15.147 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-05-08T06:49:15.148 INFO:teuthology.orchestra.run.smithi081.stdout:Nothing to do. 2024-05-08T06:49:15.148 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-05-08T06:49:15.223 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install libcephfs-devel 2024-05-08T06:49:15.791 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:03:26 ago on Wed 08 May 2024 06:45:49 AM UTC. 2024-05-08T06:49:15.915 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-05-08T06:49:15.915 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:49:15.915 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repo Size 2024-05-08T06:49:15.915 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:49:15.916 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-05-08T06:49:15.916 INFO:teuthology.orchestra.run.smithi081.stdout: libcephfs-devel x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 32 k 2024-05-08T06:49:15.916 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:49:15.916 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-05-08T06:49:15.916 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:49:15.916 INFO:teuthology.orchestra.run.smithi081.stdout:Install 1 Package 2024-05-08T06:49:15.916 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:49:15.916 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 32 k 2024-05-08T06:49:15.916 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 142 k 2024-05-08T06:49:15.916 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-05-08T06:49:16.163 INFO:teuthology.orchestra.run.smithi081.stdout:libcephfs-devel-19.0.0-3593.g7c8f650b.el9.x86_6 128 kB/s | 32 kB 00:00 2024-05-08T06:49:16.164 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:49:16.164 INFO:teuthology.orchestra.run.smithi081.stdout:Total 128 kB/s | 32 kB 00:00 2024-05-08T06:49:16.164 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-05-08T06:49:16.167 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-05-08T06:49:16.168 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-05-08T06:49:16.186 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-05-08T06:49:16.187 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-05-08T06:49:16.270 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-05-08T06:49:16.377 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : libcephfs-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:49:16.729 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:49:16.947 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : libcephfs-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:49:16.947 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:49:16.947 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-05-08T06:49:16.947 INFO:teuthology.orchestra.run.smithi081.stdout: libcephfs-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:49:16.947 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:49:16.947 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-05-08T06:49:17.119 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install librados2 2024-05-08T06:49:17.691 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:03:28 ago on Wed 08 May 2024 06:45:49 AM UTC. 2024-05-08T06:49:17.772 INFO:teuthology.orchestra.run.smithi081.stdout:Package librados2-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:49:17.813 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-05-08T06:49:17.814 INFO:teuthology.orchestra.run.smithi081.stdout:Nothing to do. 2024-05-08T06:49:17.815 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-05-08T06:49:17.889 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install librbd1 2024-05-08T06:49:18.453 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:03:29 ago on Wed 08 May 2024 06:45:49 AM UTC. 2024-05-08T06:49:18.533 INFO:teuthology.orchestra.run.smithi081.stdout:Package librbd1-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:49:18.576 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-05-08T06:49:18.577 INFO:teuthology.orchestra.run.smithi081.stdout:Nothing to do. 2024-05-08T06:49:18.577 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-05-08T06:49:18.644 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install python3-rados 2024-05-08T06:49:19.208 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:03:30 ago on Wed 08 May 2024 06:45:49 AM UTC. 2024-05-08T06:49:19.288 INFO:teuthology.orchestra.run.smithi081.stdout:Package python3-rados-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:49:19.330 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-05-08T06:49:19.330 INFO:teuthology.orchestra.run.smithi081.stdout:Nothing to do. 2024-05-08T06:49:19.331 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-05-08T06:49:19.402 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install python3-rgw 2024-05-08T06:49:19.966 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:03:30 ago on Wed 08 May 2024 06:45:49 AM UTC. 2024-05-08T06:49:20.045 INFO:teuthology.orchestra.run.smithi081.stdout:Package python3-rgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:49:20.088 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-05-08T06:49:20.089 INFO:teuthology.orchestra.run.smithi081.stdout:Nothing to do. 2024-05-08T06:49:20.089 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-05-08T06:49:20.160 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install python3-cephfs 2024-05-08T06:49:20.732 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:03:31 ago on Wed 08 May 2024 06:45:49 AM UTC. 2024-05-08T06:49:20.813 INFO:teuthology.orchestra.run.smithi081.stdout:Package python3-cephfs-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:49:20.855 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-05-08T06:49:20.856 INFO:teuthology.orchestra.run.smithi081.stdout:Nothing to do. 2024-05-08T06:49:20.856 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-05-08T06:49:20.926 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install python3-rbd 2024-05-08T06:49:21.492 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:03:32 ago on Wed 08 May 2024 06:45:49 AM UTC. 2024-05-08T06:49:21.572 INFO:teuthology.orchestra.run.smithi081.stdout:Package python3-rbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:49:21.614 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-05-08T06:49:21.615 INFO:teuthology.orchestra.run.smithi081.stdout:Nothing to do. 2024-05-08T06:49:21.615 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-05-08T06:49:21.702 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install rbd-fuse 2024-05-08T06:49:22.268 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:03:33 ago on Wed 08 May 2024 06:45:49 AM UTC. 2024-05-08T06:49:22.389 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-05-08T06:49:22.390 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:49:22.390 INFO:teuthology.orchestra.run.smithi081.stdout: Package Architecture Version Repository Size 2024-05-08T06:49:22.390 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:49:22.391 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-05-08T06:49:22.391 INFO:teuthology.orchestra.run.smithi081.stdout: rbd-fuse x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 85 k 2024-05-08T06:49:22.391 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:49:22.391 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-05-08T06:49:22.391 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:49:22.391 INFO:teuthology.orchestra.run.smithi081.stdout:Install 1 Package 2024-05-08T06:49:22.391 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:49:22.391 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 85 k 2024-05-08T06:49:22.391 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 231 k 2024-05-08T06:49:22.391 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-05-08T06:49:22.599 INFO:teuthology.orchestra.run.smithi081.stdout:rbd-fuse-19.0.0-3593.g7c8f650b.el9.x86_64.rpm 410 kB/s | 85 kB 00:00 2024-05-08T06:49:22.600 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:49:22.600 INFO:teuthology.orchestra.run.smithi081.stdout:Total 407 kB/s | 85 kB 00:00 2024-05-08T06:49:22.600 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-05-08T06:49:22.607 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-05-08T06:49:22.607 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-05-08T06:49:22.670 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-05-08T06:49:22.670 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-05-08T06:49:22.818 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-05-08T06:49:22.931 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : rbd-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:49:23.325 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:49:23.574 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : rbd-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:49:23.574 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:49:23.574 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-05-08T06:49:23.574 INFO:teuthology.orchestra.run.smithi081.stdout: rbd-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:49:23.574 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:49:23.574 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-05-08T06:49:23.829 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install rbd-mirror 2024-05-08T06:49:24.442 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:03:35 ago on Wed 08 May 2024 06:45:49 AM UTC. 2024-05-08T06:49:24.572 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-05-08T06:49:24.572 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:49:24.572 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repo Size 2024-05-08T06:49:24.572 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:49:24.572 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-05-08T06:49:24.572 INFO:teuthology.orchestra.run.smithi081.stdout: rbd-mirror x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 3.1 M 2024-05-08T06:49:24.572 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:49:24.573 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-05-08T06:49:24.573 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:49:24.573 INFO:teuthology.orchestra.run.smithi081.stdout:Install 1 Package 2024-05-08T06:49:24.573 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:49:24.573 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 3.1 M 2024-05-08T06:49:24.573 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 13 M 2024-05-08T06:49:24.574 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-05-08T06:49:24.937 INFO:teuthology.orchestra.run.smithi081.stdout:rbd-mirror-19.0.0-3593.g7c8f650b.el9.x86_64.rpm 8.5 MB/s | 3.1 MB 00:00 2024-05-08T06:49:24.938 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:49:24.938 INFO:teuthology.orchestra.run.smithi081.stdout:Total 8.5 MB/s | 3.1 MB 00:00 2024-05-08T06:49:24.938 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-05-08T06:49:24.947 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-05-08T06:49:24.947 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-05-08T06:49:25.028 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-05-08T06:49:25.028 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-05-08T06:49:25.450 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-05-08T06:49:25.521 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : rbd-mirror-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:49:25.547 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:49:25.547 INFO:teuthology.orchestra.run.smithi081.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:49:25.547 INFO:teuthology.orchestra.run.smithi081.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-08T06:49:25.547 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-08T06:49:25.547 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-08T06:49:25.547 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:49:26.672 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : rbd-mirror-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:49:26.672 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:49:26.672 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-05-08T06:49:26.672 INFO:teuthology.orchestra.run.smithi081.stdout: rbd-mirror-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:49:26.672 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:49:26.672 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-05-08T06:49:26.948 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install rbd-nbd 2024-05-08T06:49:27.537 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:03:38 ago on Wed 08 May 2024 06:45:49 AM UTC. 2024-05-08T06:49:27.661 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-05-08T06:49:27.662 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:49:27.662 INFO:teuthology.orchestra.run.smithi081.stdout: Package Architecture Version Repository Size 2024-05-08T06:49:27.662 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:49:27.662 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-05-08T06:49:27.662 INFO:teuthology.orchestra.run.smithi081.stdout: rbd-nbd x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 170 k 2024-05-08T06:49:27.662 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:49:27.662 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-05-08T06:49:27.662 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-05-08T06:49:27.662 INFO:teuthology.orchestra.run.smithi081.stdout:Install 1 Package 2024-05-08T06:49:27.662 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:49:27.662 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 170 k 2024-05-08T06:49:27.662 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 494 k 2024-05-08T06:49:27.663 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-05-08T06:49:28.099 INFO:teuthology.orchestra.run.smithi081.stdout:rbd-nbd-19.0.0-3593.g7c8f650b.el9.x86_64.rpm 391 kB/s | 170 kB 00:00 2024-05-08T06:49:28.099 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:49:28.100 INFO:teuthology.orchestra.run.smithi081.stdout:Total 390 kB/s | 170 kB 00:00 2024-05-08T06:49:28.100 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-05-08T06:49:28.108 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-05-08T06:49:28.108 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-05-08T06:49:28.172 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-05-08T06:49:28.172 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-05-08T06:49:28.325 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-05-08T06:49:28.437 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : rbd-nbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:49:28.911 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:49:29.171 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : rbd-nbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:49:29.171 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:49:29.171 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-05-08T06:49:29.171 INFO:teuthology.orchestra.run.smithi081.stdout: rbd-nbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:49:29.171 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-05-08T06:49:29.171 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-05-08T06:49:29.419 DEBUG:teuthology.parallel:result is None 2024-05-08T06:49:29.420 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:49:29.577 DEBUG:teuthology.orchestra.run.smithi046:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-08T06:49:29.603 INFO:teuthology.orchestra.run.smithi046.stdout:19.0.0-3593.g7c8f650b.el9 2024-05-08T06:49:29.604 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3593.g7c8f650b.el9 2024-05-08T06:49:29.604 INFO:teuthology.task.install:The correct ceph version 19.0.0-3593.g7c8f650b is installed. 2024-05-08T06:49:29.606 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:49:29.749 DEBUG:teuthology.orchestra.run.smithi081:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-08T06:49:29.771 INFO:teuthology.orchestra.run.smithi081.stdout:19.0.0-3593.g7c8f650b.el9 2024-05-08T06:49:29.771 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3593.g7c8f650b.el9 2024-05-08T06:49:29.771 INFO:teuthology.task.install:The correct ceph version 19.0.0-3593.g7c8f650b is installed. 2024-05-08T06:49:29.773 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:49:29.917 DEBUG:teuthology.orchestra.run.smithi138:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-08T06:49:29.943 INFO:teuthology.orchestra.run.smithi138.stdout:19.0.0-3593.g7c8f650b.el9 2024-05-08T06:49:29.943 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3593.g7c8f650b.el9 2024-05-08T06:49:29.943 INFO:teuthology.task.install:The correct ceph version 19.0.0-3593.g7c8f650b is installed. 2024-05-08T06:49:29.945 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-05-08T06:49:29.945 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-05-08T06:49:29.945 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-08T06:49:29.977 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-05-08T06:49:29.977 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-08T06:49:30.004 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-05-08T06:49:30.004 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-08T06:49:30.034 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-05-08T06:49:30.034 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-05-08T06:49:30.035 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/usr/bin/daemon-helper 2024-05-08T06:49:30.067 DEBUG:teuthology.orchestra.run.smithi046:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-08T06:49:30.137 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-05-08T06:49:30.137 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/usr/bin/daemon-helper 2024-05-08T06:49:30.163 DEBUG:teuthology.orchestra.run.smithi081:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-08T06:49:30.229 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-05-08T06:49:30.229 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/usr/bin/daemon-helper 2024-05-08T06:49:30.257 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-08T06:49:30.323 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-05-08T06:49:30.324 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-05-08T06:49:30.324 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-08T06:49:30.356 DEBUG:teuthology.orchestra.run.smithi046:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-08T06:49:30.425 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-05-08T06:49:30.425 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-08T06:49:30.451 DEBUG:teuthology.orchestra.run.smithi081:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-08T06:49:30.516 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-05-08T06:49:30.516 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-08T06:49:30.541 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-08T06:49:30.606 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-05-08T06:49:30.607 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-05-08T06:49:30.607 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/usr/bin/stdin-killer 2024-05-08T06:49:30.633 DEBUG:teuthology.orchestra.run.smithi046:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-08T06:49:30.698 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-05-08T06:49:30.699 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/usr/bin/stdin-killer 2024-05-08T06:49:30.724 DEBUG:teuthology.orchestra.run.smithi081:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-08T06:49:30.788 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-05-08T06:49:30.789 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/usr/bin/stdin-killer 2024-05-08T06:49:30.814 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-08T06:49:30.879 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-08T06:49:30.992 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'mons down', 'mon down', 'out of quorum', 'CEPHADM_STRAY_HOST', 'CEPHADM_STRAY_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': '7c8f650b36e258f639fa4a83becade57cbfd2009'} 2024-05-08T06:49:30.992 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:49:30.993 INFO:tasks.cephadm:Cluster fsid is 1f207e56-0d07-11ef-bc97-c7b262605968 2024-05-08T06:49:30.993 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-08T06:49:30.993 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.46', 'mon.b': '172.21.15.81', 'mon.c': '172.21.15.138'} 2024-05-08T06:49:30.993 INFO:tasks.cephadm:First mon is mon.a on smithi046 2024-05-08T06:49:30.993 INFO:tasks.cephadm:First mgr is a 2024-05-08T06:49:30.993 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-08T06:49:30.993 DEBUG:teuthology.orchestra.run.smithi046:> sudo hostname $(hostname -s) 2024-05-08T06:49:31.020 DEBUG:teuthology.orchestra.run.smithi081:> sudo hostname $(hostname -s) 2024-05-08T06:49:31.046 DEBUG:teuthology.orchestra.run.smithi138:> sudo hostname $(hostname -s) 2024-05-08T06:49:31.071 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-08T06:49:31.072 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:49:31.288 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '7c8f650b36e258f639fa4a83becade57cbfd2009', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/79172/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3593-g7c8f650b', 'node_name': '172.21.2.14+braggi14', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-3593.g7c8f650b'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-05-07 17:59:41.144528', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-05-07-0802', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-05-08T06:49:31.511 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-adk-testing-2024-05-07-0802, sha1 7c8f650b36e258f639fa4a83becade57cbfd2009 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:49:31.513 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/x86_64/flavors/default/cephadm 2024-05-08T06:49:31.513 INFO:tasks.cephadm:Downloading cephadm from url: https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/x86_64/flavors/default/cephadm 2024-05-08T06:49:31.514 DEBUG:teuthology.orchestra.run.smithi046:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-08T06:49:32.137 INFO:teuthology.orchestra.run.smithi046.stdout:-rw-r--r--. 1 ubuntu ubuntu 783059 May 8 06:49 /home/ubuntu/cephtest/cephadm 2024-05-08T06:49:32.138 DEBUG:teuthology.orchestra.run.smithi081:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-08T06:49:33.088 INFO:teuthology.orchestra.run.smithi081.stdout:-rw-r--r--. 1 ubuntu ubuntu 783059 May 8 06:49 /home/ubuntu/cephtest/cephadm 2024-05-08T06:49:33.088 DEBUG:teuthology.orchestra.run.smithi138:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-08T06:49:33.707 INFO:teuthology.orchestra.run.smithi138.stdout:-rw-r--r--. 1 ubuntu ubuntu 783059 May 8 06:49 /home/ubuntu/cephtest/cephadm 2024-05-08T06:49:33.708 DEBUG:teuthology.orchestra.run.smithi046:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-08T06:49:33.729 DEBUG:teuthology.orchestra.run.smithi081:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-08T06:49:33.749 DEBUG:teuthology.orchestra.run.smithi138:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-08T06:49:33.779 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 on all hosts... 2024-05-08T06:49:33.780 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 pull 2024-05-08T06:49:33.782 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 pull 2024-05-08T06:49:33.792 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 pull 2024-05-08T06:49:35.395 INFO:teuthology.orchestra.run.smithi081.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009... 2024-05-08T06:49:35.400 INFO:teuthology.orchestra.run.smithi138.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009... 2024-05-08T06:49:35.429 INFO:teuthology.orchestra.run.smithi046.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009... 2024-05-08T06:49:35.596 INFO:teuthology.orchestra.run.smithi138.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:49:35.596 INFO:teuthology.orchestra.run.smithi138.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009... 2024-05-08T06:49:35.596 INFO:teuthology.orchestra.run.smithi138.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009: reading manifest 7c8f650b36e258f639fa4a83becade57cbfd2009 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-05-08T06:49:35.597 INFO:teuthology.orchestra.run.smithi138.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:49:35.630 INFO:teuthology.orchestra.run.smithi081.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:49:35.631 INFO:teuthology.orchestra.run.smithi081.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009... 2024-05-08T06:49:35.631 INFO:teuthology.orchestra.run.smithi081.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009: reading manifest 7c8f650b36e258f639fa4a83becade57cbfd2009 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-05-08T06:49:35.631 INFO:teuthology.orchestra.run.smithi081.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:49:35.642 INFO:teuthology.orchestra.run.smithi046.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:49:35.642 INFO:teuthology.orchestra.run.smithi046.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009... 2024-05-08T06:49:35.642 INFO:teuthology.orchestra.run.smithi046.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009: reading manifest 7c8f650b36e258f639fa4a83becade57cbfd2009 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-05-08T06:49:35.642 INFO:teuthology.orchestra.run.smithi046.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:49:35.665 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:49:35.665 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/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_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 585, in pull_image run.wait(ctx.cluster.run(args=cmd, wait=False)) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi046 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 pull' 2024-05-08T06:49:35.667 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-08T06:49:35.668 DEBUG:teuthology.misc:Transferring archived files from smithi046:/var/lib/ceph/1f207e56-0d07-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697334/remote/smithi046/crash 2024-05-08T06:49:35.669 DEBUG:teuthology.orchestra.run.smithi046:> sudo tar c -f - -C /var/lib/ceph/1f207e56-0d07-11ef-bc97-c7b262605968/crash -- . 2024-05-08T06:49:35.703 INFO:teuthology.orchestra.run.smithi046.stderr:tar: /var/lib/ceph/1f207e56-0d07-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-08T06:49:35.703 INFO:teuthology.orchestra.run.smithi046.stderr:tar: Error is not recoverable: exiting now 2024-05-08T06:49:35.705 DEBUG:teuthology.misc:Transferring archived files from smithi081:/var/lib/ceph/1f207e56-0d07-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697334/remote/smithi081/crash 2024-05-08T06:49:35.706 DEBUG:teuthology.orchestra.run.smithi081:> sudo tar c -f - -C /var/lib/ceph/1f207e56-0d07-11ef-bc97-c7b262605968/crash -- . 2024-05-08T06:49:35.742 INFO:teuthology.orchestra.run.smithi081.stderr:tar: /var/lib/ceph/1f207e56-0d07-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-08T06:49:35.742 INFO:teuthology.orchestra.run.smithi081.stderr:tar: Error is not recoverable: exiting now 2024-05-08T06:49:35.744 DEBUG:teuthology.misc:Transferring archived files from smithi138:/var/lib/ceph/1f207e56-0d07-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697334/remote/smithi138/crash 2024-05-08T06:49:35.745 DEBUG:teuthology.orchestra.run.smithi138:> sudo tar c -f - -C /var/lib/ceph/1f207e56-0d07-11ef-bc97-c7b262605968/crash -- . 2024-05-08T06:49:35.781 INFO:teuthology.orchestra.run.smithi138.stderr:tar: /var/lib/ceph/1f207e56-0d07-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-08T06:49:35.781 INFO:teuthology.orchestra.run.smithi138.stderr:tar: Error is not recoverable: exiting now 2024-05-08T06:49:35.783 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-08T06:49:35.783 DEBUG:teuthology.orchestra.run.smithi046:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/1f207e56-0d07-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | egrep -v CEPHADM_STRAY_HOST | egrep -v CEPHADM_STRAY_DAEMON | head -n 1 2024-05-08T06:49:35.809 INFO:teuthology.orchestra.run.smithi046.stderr:grep: /var/log/ceph/1f207e56-0d07-11ef-bc97-c7b262605968/ceph.log: No such file or directory 2024-05-08T06:49:35.811 INFO:tasks.cephadm:Compressing logs... 2024-05-08T06:49:35.811 DEBUG:teuthology.orchestra.run.smithi046:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-08T06:49:35.853 DEBUG:teuthology.orchestra.run.smithi081:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-08T06:49:35.856 DEBUG:teuthology.orchestra.run.smithi138:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-08T06:49:35.876 INFO:teuthology.orchestra.run.smithi046.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-08T06:49:35.876 INFO:teuthology.orchestra.run.smithi046.stderr:: No such file or directory 2024-05-08T06:49:35.876 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/cephadm.log: 73.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-08T06:49:35.878 INFO:teuthology.orchestra.run.smithi046.stderr: 2024-05-08T06:49:35.878 INFO:teuthology.orchestra.run.smithi046.stderr:real 0m0.012s 2024-05-08T06:49:35.878 INFO:teuthology.orchestra.run.smithi046.stderr:user 0m0.011s 2024-05-08T06:49:35.878 INFO:teuthology.orchestra.run.smithi046.stderr:sys 0m0.011s 2024-05-08T06:49:35.879 INFO:teuthology.orchestra.run.smithi081.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose: No such file or directory 2024-05-08T06:49:35.879 INFO:teuthology.orchestra.run.smithi081.stderr: -- /var/log/ceph/cephadm.log 2024-05-08T06:49:35.879 INFO:teuthology.orchestra.run.smithi081.stderr:/var/log/ceph/cephadm.log: 73.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-08T06:49:35.880 INFO:teuthology.orchestra.run.smithi138.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-08T06:49:35.880 INFO:teuthology.orchestra.run.smithi138.stderr:: No such file or directory 2024-05-08T06:49:35.881 INFO:teuthology.orchestra.run.smithi138.stderr:/var/log/ceph/cephadm.log: 73.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-08T06:49:35.881 INFO:teuthology.orchestra.run.smithi081.stderr: 2024-05-08T06:49:35.881 INFO:teuthology.orchestra.run.smithi081.stderr:real 0m0.012s 2024-05-08T06:49:35.882 INFO:teuthology.orchestra.run.smithi081.stderr:user 0m0.012s 2024-05-08T06:49:35.882 INFO:teuthology.orchestra.run.smithi081.stderr:sys 0m0.009s 2024-05-08T06:49:35.883 INFO:teuthology.orchestra.run.smithi138.stderr: 2024-05-08T06:49:35.883 INFO:teuthology.orchestra.run.smithi138.stderr:real 0m0.012s 2024-05-08T06:49:35.883 INFO:teuthology.orchestra.run.smithi138.stderr:user 0m0.009s 2024-05-08T06:49:35.883 INFO:teuthology.orchestra.run.smithi138.stderr:sys 0m0.012s 2024-05-08T06:49:35.883 INFO:tasks.cephadm:Archiving logs... 2024-05-08T06:49:35.884 DEBUG:teuthology.misc:Transferring archived files from smithi046:/var/log/ceph to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697334/remote/smithi046/log 2024-05-08T06:49:35.884 DEBUG:teuthology.orchestra.run.smithi046:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-08T06:49:35.944 DEBUG:teuthology.misc:Transferring archived files from smithi081:/var/log/ceph to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697334/remote/smithi081/log 2024-05-08T06:49:35.945 DEBUG:teuthology.orchestra.run.smithi081:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-08T06:49:35.972 DEBUG:teuthology.misc:Transferring archived files from smithi138:/var/log/ceph to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697334/remote/smithi138/log 2024-05-08T06:49:35.973 DEBUG:teuthology.orchestra.run.smithi138:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-08T06:49:35.999 INFO:tasks.cephadm:Removing cluster... 2024-05-08T06:49:35.999 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1f207e56-0d07-11ef-bc97-c7b262605968 --force 2024-05-08T06:49:36.183 INFO:teuthology.orchestra.run.smithi046.stdout:Deleting cluster with fsid: 1f207e56-0d07-11ef-bc97-c7b262605968 2024-05-08T06:49:36.461 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1f207e56-0d07-11ef-bc97-c7b262605968 --force 2024-05-08T06:49:36.640 INFO:teuthology.orchestra.run.smithi081.stdout:Deleting cluster with fsid: 1f207e56-0d07-11ef-bc97-c7b262605968 2024-05-08T06:49:36.914 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1f207e56-0d07-11ef-bc97-c7b262605968 --force 2024-05-08T06:49:37.095 INFO:teuthology.orchestra.run.smithi138.stdout:Deleting cluster with fsid: 1f207e56-0d07-11ef-bc97-c7b262605968 2024-05-08T06:49:37.360 INFO:tasks.cephadm:Removing cephadm ... 2024-05-08T06:49:37.360 DEBUG:teuthology.orchestra.run.smithi046:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-08T06:49:37.380 DEBUG:teuthology.orchestra.run.smithi081:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-08T06:49:37.396 DEBUG:teuthology.orchestra.run.smithi138:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-08T06:49:37.412 INFO:tasks.cephadm:Teardown complete 2024-05-08T06:49:37.413 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/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_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 2244, 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_1ae7ad82388e92a475afff437d49054826c019a1/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_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 1873, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/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_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 585, in pull_image run.wait(ctx.cluster.run(args=cmd, wait=False)) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi046 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 pull' 2024-05-08T06:49:37.624 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=6135536661854af39a106e50f34f61d1 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/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_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 2244, 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_1ae7ad82388e92a475afff437d49054826c019a1/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_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 1873, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/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_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 585, in pull_image run.wait(ctx.cluster.run(args=cmd, wait=False)) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi046 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 pull' 2024-05-08T06:49:37.628 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-08T06:49:37.638 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-05-08T06:49:37.681 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-05-08T06:49:37.682 DEBUG:teuthology.orchestra.run.smithi046:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-08T06:49:37.695 DEBUG:teuthology.orchestra.run.smithi081:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-08T06:49:37.698 DEBUG:teuthology.orchestra.run.smithi138:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-08T06:49:37.789 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-08T06:49:37.798 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-08T06:49:37.798 DEBUG:teuthology.orchestra.run.smithi046:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-08T06:49:37.801 DEBUG:teuthology.orchestra.run.smithi081:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-08T06:49:37.803 DEBUG:teuthology.orchestra.run.smithi138:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-08T06:49:37.816 INFO:teuthology.orchestra.run.smithi046.stderr:bash: line 1: ntpq: command not found 2024-05-08T06:49:37.817 INFO:teuthology.orchestra.run.smithi081.stderr:bash: line 1: ntpq: command not found 2024-05-08T06:49:37.818 INFO:teuthology.orchestra.run.smithi138.stderr:bash: line 1: ntpq: command not found 2024-05-08T06:49:37.820 INFO:teuthology.orchestra.run.smithi081.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T06:49:37.820 INFO:teuthology.orchestra.run.smithi081.stdout:=============================================================================== 2024-05-08T06:49:37.821 INFO:teuthology.orchestra.run.smithi081.stdout:^* hv01.front.sepia.ceph.com 3 6 177 49 +646us[ +643us] +/- 65ms 2024-05-08T06:49:37.821 INFO:teuthology.orchestra.run.smithi081.stdout:^+ hv02.front.sepia.ceph.com 3 6 177 48 -1689us[-1689us] +/- 55ms 2024-05-08T06:49:37.821 INFO:teuthology.orchestra.run.smithi081.stdout:^+ hv03.front.sepia.ceph.com 3 6 177 49 +1402us[+1402us] +/- 68ms 2024-05-08T06:49:37.821 INFO:teuthology.orchestra.run.smithi081.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:49:37.823 INFO:teuthology.orchestra.run.smithi138.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T06:49:37.823 INFO:teuthology.orchestra.run.smithi138.stdout:=============================================================================== 2024-05-08T06:49:37.824 INFO:teuthology.orchestra.run.smithi138.stdout:^* hv01.front.sepia.ceph.com 3 6 177 49 +646us[ +651us] +/- 65ms 2024-05-08T06:49:37.824 INFO:teuthology.orchestra.run.smithi138.stdout:^+ hv02.front.sepia.ceph.com 3 6 177 49 -1679us[-1679us] +/- 55ms 2024-05-08T06:49:37.824 INFO:teuthology.orchestra.run.smithi138.stdout:^+ hv03.front.sepia.ceph.com 3 6 177 49 +1385us[+1385us] +/- 68ms 2024-05-08T06:49:37.824 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:49:37.824 INFO:teuthology.orchestra.run.smithi046.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T06:49:37.824 INFO:teuthology.orchestra.run.smithi046.stdout:=============================================================================== 2024-05-08T06:49:37.824 INFO:teuthology.orchestra.run.smithi046.stdout:^* hv01.front.sepia.ceph.com 3 6 177 48 +656us[ +672us] +/- 65ms 2024-05-08T06:49:37.825 INFO:teuthology.orchestra.run.smithi046.stdout:^+ hv02.front.sepia.ceph.com 3 6 177 49 -1683us[-1667us] +/- 55ms 2024-05-08T06:49:37.825 INFO:teuthology.orchestra.run.smithi046.stdout:^+ hv03.front.sepia.ceph.com 3 6 177 48 +1392us[+1392us] +/- 68ms 2024-05-08T06:49:37.825 INFO:teuthology.orchestra.run.smithi046.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:49:37.825 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-08T06:49:37.835 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-08T06:49:37.835 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-08T06:49:37.844 DEBUG:teuthology.orchestra.run.smithi046:> 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-05-08T06:49:37.931 DEBUG:teuthology.orchestra.run.smithi081:> 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-05-08T06:49:37.990 DEBUG:teuthology.orchestra.run.smithi138:> 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-05-08T06:49:38.048 DEBUG:teuthology.orchestra.run.smithi046:> 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 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-08T06:49:38.080 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:49:38.080 DEBUG:teuthology.orchestra.run.smithi081:> 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 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-08T06:49:38.108 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:49:38.108 DEBUG:teuthology.orchestra.run.smithi138:> 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 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-08T06:49:38.135 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:49:38.136 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-08T06:49:38.150 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-08T06:49:38.158 INFO:teuthology.task.internal:Duration was 505.514465 seconds 2024-05-08T06:49:38.159 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-08T06:49:38.167 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-08T06:49:38.167 DEBUG:teuthology.orchestra.run.smithi046:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-08T06:49:38.170 DEBUG:teuthology.orchestra.run.smithi081:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-08T06:49:38.176 DEBUG:teuthology.orchestra.run.smithi138:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-08T06:49:38.212 INFO:teuthology.orchestra.run.smithi081.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T06:49:38.213 INFO:teuthology.orchestra.run.smithi046.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T06:49:38.215 INFO:teuthology.orchestra.run.smithi138.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T06:49:38.509 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-08T06:49:38.509 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi046.front.sepia.ceph.com 2024-05-08T06:49:38.510 DEBUG:teuthology.orchestra.run.smithi046:> 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-05-08T06:49:38.572 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi081.front.sepia.ceph.com 2024-05-08T06:49:38.573 DEBUG:teuthology.orchestra.run.smithi081:> 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-05-08T06:49:38.604 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi138.front.sepia.ceph.com 2024-05-08T06:49:38.605 DEBUG:teuthology.orchestra.run.smithi138:> 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-05-08T06:49:38.632 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-08T06:49:38.633 DEBUG:teuthology.orchestra.run.smithi046:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-08T06:49:38.635 DEBUG:teuthology.orchestra.run.smithi081:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-08T06:49:38.647 DEBUG:teuthology.orchestra.run.smithi138:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-08T06:49:38.698 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-08T06:49:38.699 DEBUG:teuthology.orchestra.run.smithi046:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-08T06:49:38.707 DEBUG:teuthology.orchestra.run.smithi081:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-08T06:49:38.714 DEBUG:teuthology.orchestra.run.smithi138:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-08T06:49:38.829 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-08T06:49:38.840 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-08T06:49:38.840 DEBUG:teuthology.orchestra.run.smithi046:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-08T06:49:38.867 DEBUG:teuthology.orchestra.run.smithi081:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-08T06:49:38.893 DEBUG:teuthology.orchestra.run.smithi138:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-08T06:49:38.919 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-08T06:49:38.929 DEBUG:teuthology.orchestra.run.smithi046:> 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-05-08T06:49:38.931 DEBUG:teuthology.orchestra.run.smithi081:> 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-05-08T06:49:38.936 DEBUG:teuthology.orchestra.run.smithi138:> 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-05-08T06:49:38.954 INFO:teuthology.orchestra.run.smithi046.stdout:kernel.core_pattern = core 2024-05-08T06:49:38.956 INFO:teuthology.orchestra.run.smithi081.stdout:kernel.core_pattern = core 2024-05-08T06:49:38.982 INFO:teuthology.orchestra.run.smithi138.stdout:kernel.core_pattern = core 2024-05-08T06:49:39.008 DEBUG:teuthology.orchestra.run.smithi046:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-08T06:49:39.031 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:49:39.032 DEBUG:teuthology.orchestra.run.smithi081:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-08T06:49:39.046 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:49:39.047 DEBUG:teuthology.orchestra.run.smithi138:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-08T06:49:39.063 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:49:39.063 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-08T06:49:39.074 INFO:teuthology.task.internal:Transferring archived files... 2024-05-08T06:49:39.074 DEBUG:teuthology.misc:Transferring archived files from smithi046:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697334/remote/smithi046 2024-05-08T06:49:39.075 DEBUG:teuthology.orchestra.run.smithi046:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-08T06:49:39.110 DEBUG:teuthology.misc:Transferring archived files from smithi081:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697334/remote/smithi081 2024-05-08T06:49:39.110 DEBUG:teuthology.orchestra.run.smithi081:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-08T06:49:39.143 DEBUG:teuthology.misc:Transferring archived files from smithi138:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697334/remote/smithi138 2024-05-08T06:49:39.143 DEBUG:teuthology.orchestra.run.smithi138:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-08T06:49:39.176 INFO:teuthology.task.internal:Removing archive directory... 2024-05-08T06:49:39.176 DEBUG:teuthology.orchestra.run.smithi046:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-08T06:49:39.179 DEBUG:teuthology.orchestra.run.smithi081:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-08T06:49:39.181 DEBUG:teuthology.orchestra.run.smithi138:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-08T06:49:39.227 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-08T06:49:39.240 INFO:teuthology.task.internal:Not uploading archives. 2024-05-08T06:49:39.240 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-08T06:49:39.250 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-08T06:49:39.250 DEBUG:teuthology.orchestra.run.smithi046:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-08T06:49:39.253 DEBUG:teuthology.orchestra.run.smithi081:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-08T06:49:39.256 DEBUG:teuthology.orchestra.run.smithi138:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-08T06:49:39.267 INFO:teuthology.orchestra.run.smithi046.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 8 06:49 /home/ubuntu/cephtest 2024-05-08T06:49:39.268 INFO:teuthology.orchestra.run.smithi081.stdout: 265295 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 8 06:49 /home/ubuntu/cephtest 2024-05-08T06:49:39.282 INFO:teuthology.orchestra.run.smithi138.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 8 06:49 /home/ubuntu/cephtest 2024-05-08T06:49:39.284 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-08T06:49:39.294 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-08T06:49:39.314 INFO:teuthology.nuke:Checking targets against current locks 2024-05-08T06:49:39.340 DEBUG:teuthology.nuke:shortname: smithi046 2024-05-08T06:49:39.340 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T06:49:39.365 DEBUG:teuthology.nuke:shortname: smithi081 2024-05-08T06:49:39.365 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T06:49:39.371 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi046.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697334', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-08 06:31:41.034555', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK181OAyRB4GNaclLkuNti7j6trieILMtWR6eHoorMCtdIo87PoME6/9xbhLJZaqQ/CnZxF7mBeVXSYx3Svykr0='} 2024-05-08T06:49:39.391 DEBUG:teuthology.nuke:shortname: smithi138 2024-05-08T06:49:39.391 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T06:49:39.397 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi081.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697334', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-08 06:31:41.031473', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNpcwgCDxlr8KVxW6A6D5IbVOuR62d5se6qjVdYPNkYw4QrNXPvnvzWpQJmGlOEfAvPtzG3WSXkigJB1b0Kzb/E='} 2024-05-08T06:49:39.432 INFO:teuthology.orchestra.console.smithi046:Power off 2024-05-08T06:49:39.433 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-08T06:49:39.454 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi138.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697334', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-08 06:31:41.033308', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIAO63iBlJUOJ1C87GJQPZEvqEiEHw1UrnSwAVvr8oxQi5CG37Da7whMt0zzbGXQAvWDWrVS7asYJKf/HI7pPsw='} 2024-05-08T06:49:39.469 DEBUG:teuthology.orchestra.console.smithi046:power off output: Chassis Power Control: Down/Off 2024-05-08T06:49:39.469 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T06:49:39.488 INFO:teuthology.orchestra.console.smithi081:Power off 2024-05-08T06:49:39.488 DEBUG:teuthology.orchestra.console.smithi081:pexpect command: ipmitool -H smithi081.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-08T06:49:39.506 DEBUG:teuthology.orchestra.console.smithi046:check power output: Chassis Power is on 2024-05-08T06:49:39.515 DEBUG:teuthology.orchestra.console.smithi081:power off output: Chassis Power Control: Down/Off 2024-05-08T06:49:39.515 DEBUG:teuthology.orchestra.console.smithi081:pexpect command: ipmitool -H smithi081.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T06:49:39.537 INFO:teuthology.orchestra.console.smithi138:Power off 2024-05-08T06:49:39.537 DEBUG:teuthology.orchestra.console.smithi138:pexpect command: ipmitool -H smithi138.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-08T06:49:39.547 DEBUG:teuthology.orchestra.console.smithi081:check power output: Chassis Power is on 2024-05-08T06:49:39.562 DEBUG:teuthology.orchestra.console.smithi138:power off output: Chassis Power Control: Down/Off 2024-05-08T06:49:39.562 DEBUG:teuthology.orchestra.console.smithi138:pexpect command: ipmitool -H smithi138.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T06:49:39.589 DEBUG:teuthology.orchestra.console.smithi138:check power output: Chassis Power is on 2024-05-08T06:49:43.508 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T06:49:43.548 DEBUG:teuthology.orchestra.console.smithi081:pexpect command: ipmitool -H smithi081.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T06:49:43.590 DEBUG:teuthology.orchestra.console.smithi138:pexpect command: ipmitool -H smithi138.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T06:49:43.622 DEBUG:teuthology.orchestra.console.smithi046:check power output: Chassis Power is on 2024-05-08T06:49:43.659 DEBUG:teuthology.orchestra.console.smithi081:check power output: Chassis Power is on 2024-05-08T06:49:43.701 DEBUG:teuthology.orchestra.console.smithi138:check power output: Chassis Power is on 2024-05-08T06:49:47.626 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T06:49:47.660 DEBUG:teuthology.orchestra.console.smithi081:pexpect command: ipmitool -H smithi081.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T06:49:47.703 DEBUG:teuthology.orchestra.console.smithi138:pexpect command: ipmitool -H smithi138.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T06:49:47.737 DEBUG:teuthology.orchestra.console.smithi046:check power output: Chassis Power is off 2024-05-08T06:49:47.770 DEBUG:teuthology.orchestra.console.smithi081:check power output: Chassis Power is off 2024-05-08T06:49:47.813 DEBUG:teuthology.orchestra.console.smithi138:check power output: Chassis Power is off 2024-05-08T06:49:47.838 INFO:teuthology.orchestra.console.smithi046:Power off completed 2024-05-08T06:49:47.871 INFO:teuthology.orchestra.console.smithi081:Power off completed 2024-05-08T06:49:47.914 INFO:teuthology.orchestra.console.smithi138:Power off completed 2024-05-08T06:49:48.018 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_host_drain} duration: 505.51446533203125 failure_reason: 'Command failed on smithi046 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 pull''' flavor: default owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=6135536661854af39a106e50f34f61d1 status: fail success: false 2024-05-08T06:49:48.018 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-08T06:49:48.100 INFO:teuthology.run:FAIL