2024-04-27T00:19:39.422 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-27T00:19:39.422 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_host_drain} --verbose --archive /home/teuthworker/archive/yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7675060 --name yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7675060/orig.config.yaml 2024-04-27T00:19:39.530 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-27T00:19:39.612 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7675060 branch: wip-yuri3-testing-2024-04-05-0825 description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_host_drain} email: null first_in_suite: false job_id: '7675060' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-yuri3-testing-2024-04-05-0825 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 log-only-match: - CEPHADM_ sha1: 5d349943c59c9485df060d6adb0594f3940ec0eb ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5d349943c59c9485df060d6adb0594f3940ec0eb selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri3-testing-2024-04-05-0825 sha1: 5d349943c59c9485df060d6adb0594f3940ec0eb owner: scheduled_yuriw@teuthology priority: 99 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - osd.1 - - host.b - mon.b - mgr.b - osd.2 - osd.3 - - host.c - mon.c - osd.4 - osd.5 seed: 3753 sha1: 5d349943c59c9485df060d6adb0594f3940ec0eb sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri3-testing-2024-04-05-0825 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_5d349943c59c9485df060d6adb0594f3940ec0eb/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 5d349943c59c9485df060d6adb0594f3940ec0eb targets: smithi064.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPWCzXFROlFko9zMKJwr1AsLrjNCLGm+k4Uj6yXRjSIpf6mDWgX1Ba4Rs2oBYceFevgE7fi/rgNiE7uq7Q5yHR8= smithi098.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHR5OixqQ9h2MEyOELbAJzWnWTpS4euXZmvWWqWwSUZE6F+Pu2J7YM1xXTBPYPonSs4RZuX59dFAP9gTHNPpxVM= smithi111.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMo6aMeTC/NFb5p72xD8oYHIgJtK0QuL9EJL6tHZLA3D/2uHwghp29oF4u46wJs0nW2SM8wZNd0sW2tsXZ4zp1o= tasks: - pexec: all: - sudo dnf install runc -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - install: null - cephadm: null - cephadm.shell: host.a: - "set -ex\nHOSTNAMES=$(ceph orch host ls --format json | jq -r '.[] | .hostname')\n\ for host in $HOSTNAMES; do\n # find the hostname for \"host.c\" which will\ \ have no mgr\n HAS_MGRS=$(ceph orch ps --hostname ${host} --format json |\ \ jq 'any(.daemon_type == \"mgr\")')\n if [ \"$HAS_MGRS\" == \"false\" ]; then\n\ \ HOST_C=\"${host}\"\n fi\ndone\n# One last thing to worry about before\ \ draining the host\n# is that the teuthology test tends to put the explicit\n\ # hostnames in the placement for the mon service.\n# We want to make sure we\ \ can drain without providing\n# --force and there is a check for the host being\ \ removed\n# being listed explicitly in the placements. Therefore,\n# we should\ \ remove it from the mon placement.\nceph orch ls mon --export > mon.yaml\n\ sed /\"$HOST_C\"/d mon.yaml > mon_adjusted.yaml\nceph orch apply -i mon_adjusted.yaml\n\ # now drain that host\nceph orch host drain $HOST_C --zap-osd-devices\n# wait\ \ for drain to complete\nHOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\n\ while [ \"$HOST_C_DAEMONS\" != \"No daemons reported\" ]; do\n sleep 15\n \ \ HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\ndone\n# we want to check\ \ the ability to remove the host from\n# the CRUSH map, so we should first verify\ \ the host is in\n# the CRUSH map.\nceph osd getcrushmap -o compiled-crushmap\n\ crushtool -d compiled-crushmap -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\n\ if ! grep -q \"$HOST_C\" <<< \"$CRUSH_MAP\"; then\n printf \"Expected to see\ \ $HOST_C in CRUSH map. Saw:\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n# If the drain\ \ was successful, we should be able to remove the\n# host without force with\ \ no issues. If there are still daemons\n# we will get a response telling us\ \ to drain the host and a\n# non-zero return code\nceph orch host rm $HOST_C\ \ --rm-crush-entry\n# verify we've successfully removed the host from the CRUSH\ \ map\nsleep 30\nceph osd getcrushmap -o compiled-crushmap\ncrushtool -d compiled-crushmap\ \ -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\nif grep -q \"$HOST_C\" <<<\ \ \"$CRUSH_MAP\"; then\n printf \"Saw $HOST_C in CRUSH map after it should\ \ have been removed.\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-26_18:18:24 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-27T00:19:39.612 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_5d349943c59c9485df060d6adb0594f3940ec0eb/qa; will attempt to use it 2024-04-27T00:19:39.613 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_5d349943c59c9485df060d6adb0594f3940ec0eb/qa/tasks 2024-04-27T00:19:39.613 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-27T00:19:39.615 INFO:teuthology.task.internal:Checking packages... 2024-04-27T00:19:39.638 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '5d349943c59c9485df060d6adb0594f3940ec0eb' 2024-04-27T00:19:39.638 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-27T00:19:39.638 INFO:teuthology.packaging:ref: None 2024-04-27T00:19:39.638 INFO:teuthology.packaging:tag: None 2024-04-27T00:19:39.638 INFO:teuthology.packaging:branch: wip-yuri3-testing-2024-04-05-0825 2024-04-27T00:19:39.638 INFO:teuthology.packaging:sha1: 5d349943c59c9485df060d6adb0594f3940ec0eb 2024-04-27T00:19:39.639 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-yuri3-testing-2024-04-05-0825 2024-04-27T00:19:39.783 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3211.g5d349943 2024-04-27T00:19:39.785 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-27T00:19:39.808 INFO:teuthology.task.internal:no buildpackages task found 2024-04-27T00:19:39.808 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-27T00:19:39.846 INFO:teuthology.task.internal:Saving configuration 2024-04-27T00:19:39.860 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-27T00:19:39.887 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-27T00:19:39.906 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi064.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7675060', '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-04-27 00:14:06.673213', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPWCzXFROlFko9zMKJwr1AsLrjNCLGm+k4Uj6yXRjSIpf6mDWgX1Ba4Rs2oBYceFevgE7fi/rgNiE7uq7Q5yHR8='} 2024-04-27T00:19:39.924 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi098.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7675060', '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-04-27 00:14:06.670194', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHR5OixqQ9h2MEyOELbAJzWnWTpS4euXZmvWWqWwSUZE6F+Pu2J7YM1xXTBPYPonSs4RZuX59dFAP9gTHNPpxVM='} 2024-04-27T00:19:39.945 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi111.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7675060', '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-04-27 00:14:06.672032', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMo6aMeTC/NFb5p72xD8oYHIgJtK0QuL9EJL6tHZLA3D/2uHwghp29oF4u46wJs0nW2SM8wZNd0sW2tsXZ4zp1o='} 2024-04-27T00:19:39.945 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-27T00:19:39.960 INFO:teuthology.task.internal:roles: ubuntu@smithi064.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2024-04-27T00:19:39.960 INFO:teuthology.task.internal:roles: ubuntu@smithi098.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2024-04-27T00:19:39.960 INFO:teuthology.task.internal:roles: ubuntu@smithi111.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-04-27T00:19:39.961 INFO:teuthology.run_tasks:Running task console_log... 2024-04-27T00:19:40.118 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f48d085c160>, signals=[15]) 2024-04-27T00:19:40.119 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-27T00:19:40.221 INFO:teuthology.task.internal:Opening connections... 2024-04-27T00:19:40.221 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi064.front.sepia.ceph.com 2024-04-27T00:19:40.223 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-27T00:19:40.302 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi098.front.sepia.ceph.com 2024-04-27T00:19:40.305 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-27T00:19:40.381 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi111.front.sepia.ceph.com 2024-04-27T00:19:40.382 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi111.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-27T00:19:40.462 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-27T00:19:40.510 DEBUG:teuthology.orchestra.run.smithi064:> uname -m 2024-04-27T00:19:40.528 INFO:teuthology.orchestra.run.smithi064.stdout:x86_64 2024-04-27T00:19:40.529 DEBUG:teuthology.orchestra.run.smithi064:> cat /etc/os-release 2024-04-27T00:19:40.586 INFO:teuthology.orchestra.run.smithi064.stdout:NAME="CentOS Stream" 2024-04-27T00:19:40.587 INFO:teuthology.orchestra.run.smithi064.stdout:VERSION="9" 2024-04-27T00:19:40.587 INFO:teuthology.orchestra.run.smithi064.stdout:ID="centos" 2024-04-27T00:19:40.587 INFO:teuthology.orchestra.run.smithi064.stdout:ID_LIKE="rhel fedora" 2024-04-27T00:19:40.587 INFO:teuthology.orchestra.run.smithi064.stdout:VERSION_ID="9" 2024-04-27T00:19:40.587 INFO:teuthology.orchestra.run.smithi064.stdout:PLATFORM_ID="platform:el9" 2024-04-27T00:19:40.587 INFO:teuthology.orchestra.run.smithi064.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-27T00:19:40.587 INFO:teuthology.orchestra.run.smithi064.stdout:ANSI_COLOR="0;31" 2024-04-27T00:19:40.587 INFO:teuthology.orchestra.run.smithi064.stdout:LOGO="fedora-logo-icon" 2024-04-27T00:19:40.587 INFO:teuthology.orchestra.run.smithi064.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-27T00:19:40.587 INFO:teuthology.orchestra.run.smithi064.stdout:HOME_URL="https://centos.org/" 2024-04-27T00:19:40.587 INFO:teuthology.orchestra.run.smithi064.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-27T00:19:40.587 INFO:teuthology.orchestra.run.smithi064.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-27T00:19:40.587 INFO:teuthology.orchestra.run.smithi064.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-27T00:19:40.588 INFO:teuthology.lock.ops:Updating smithi064.front.sepia.ceph.com on lock server 2024-04-27T00:19:40.630 DEBUG:teuthology.orchestra.run.smithi098:> uname -m 2024-04-27T00:19:40.648 INFO:teuthology.orchestra.run.smithi098.stdout:x86_64 2024-04-27T00:19:40.648 DEBUG:teuthology.orchestra.run.smithi098:> cat /etc/os-release 2024-04-27T00:19:40.705 INFO:teuthology.orchestra.run.smithi098.stdout:NAME="CentOS Stream" 2024-04-27T00:19:40.705 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION="9" 2024-04-27T00:19:40.705 INFO:teuthology.orchestra.run.smithi098.stdout:ID="centos" 2024-04-27T00:19:40.705 INFO:teuthology.orchestra.run.smithi098.stdout:ID_LIKE="rhel fedora" 2024-04-27T00:19:40.705 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION_ID="9" 2024-04-27T00:19:40.705 INFO:teuthology.orchestra.run.smithi098.stdout:PLATFORM_ID="platform:el9" 2024-04-27T00:19:40.705 INFO:teuthology.orchestra.run.smithi098.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-27T00:19:40.705 INFO:teuthology.orchestra.run.smithi098.stdout:ANSI_COLOR="0;31" 2024-04-27T00:19:40.706 INFO:teuthology.orchestra.run.smithi098.stdout:LOGO="fedora-logo-icon" 2024-04-27T00:19:40.706 INFO:teuthology.orchestra.run.smithi098.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-27T00:19:40.706 INFO:teuthology.orchestra.run.smithi098.stdout:HOME_URL="https://centos.org/" 2024-04-27T00:19:40.706 INFO:teuthology.orchestra.run.smithi098.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-27T00:19:40.706 INFO:teuthology.orchestra.run.smithi098.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-27T00:19:40.706 INFO:teuthology.orchestra.run.smithi098.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-27T00:19:40.706 INFO:teuthology.lock.ops:Updating smithi098.front.sepia.ceph.com on lock server 2024-04-27T00:19:40.730 DEBUG:teuthology.orchestra.run.smithi111:> uname -m 2024-04-27T00:19:40.747 INFO:teuthology.orchestra.run.smithi111.stdout:x86_64 2024-04-27T00:19:40.748 DEBUG:teuthology.orchestra.run.smithi111:> cat /etc/os-release 2024-04-27T00:19:40.804 INFO:teuthology.orchestra.run.smithi111.stdout:NAME="CentOS Stream" 2024-04-27T00:19:40.804 INFO:teuthology.orchestra.run.smithi111.stdout:VERSION="9" 2024-04-27T00:19:40.804 INFO:teuthology.orchestra.run.smithi111.stdout:ID="centos" 2024-04-27T00:19:40.804 INFO:teuthology.orchestra.run.smithi111.stdout:ID_LIKE="rhel fedora" 2024-04-27T00:19:40.804 INFO:teuthology.orchestra.run.smithi111.stdout:VERSION_ID="9" 2024-04-27T00:19:40.804 INFO:teuthology.orchestra.run.smithi111.stdout:PLATFORM_ID="platform:el9" 2024-04-27T00:19:40.805 INFO:teuthology.orchestra.run.smithi111.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-27T00:19:40.805 INFO:teuthology.orchestra.run.smithi111.stdout:ANSI_COLOR="0;31" 2024-04-27T00:19:40.805 INFO:teuthology.orchestra.run.smithi111.stdout:LOGO="fedora-logo-icon" 2024-04-27T00:19:40.805 INFO:teuthology.orchestra.run.smithi111.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-27T00:19:40.805 INFO:teuthology.orchestra.run.smithi111.stdout:HOME_URL="https://centos.org/" 2024-04-27T00:19:40.805 INFO:teuthology.orchestra.run.smithi111.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-27T00:19:40.805 INFO:teuthology.orchestra.run.smithi111.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-27T00:19:40.805 INFO:teuthology.orchestra.run.smithi111.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-27T00:19:40.805 INFO:teuthology.lock.ops:Updating smithi111.front.sepia.ceph.com on lock server 2024-04-27T00:19:40.830 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-27T00:19:40.896 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-27T00:19:40.979 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-27T00:19:40.980 DEBUG:teuthology.orchestra.run.smithi064:> test '!' -e /home/ubuntu/cephtest 2024-04-27T00:19:40.982 DEBUG:teuthology.orchestra.run.smithi098:> test '!' -e /home/ubuntu/cephtest 2024-04-27T00:19:40.984 DEBUG:teuthology.orchestra.run.smithi111:> test '!' -e /home/ubuntu/cephtest 2024-04-27T00:19:41.001 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-27T00:19:41.030 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-27T00:19:41.030 DEBUG:teuthology.orchestra.run.smithi064:> test -z $(ls -A /var/lib/ceph) 2024-04-27T00:19:41.040 DEBUG:teuthology.orchestra.run.smithi098:> test -z $(ls -A /var/lib/ceph) 2024-04-27T00:19:41.042 DEBUG:teuthology.orchestra.run.smithi111:> test -z $(ls -A /var/lib/ceph) 2024-04-27T00:19:41.068 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-27T00:19:41.181 INFO:teuthology.run_tasks:Running task kernel... 2024-04-27T00:19:41.207 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-27T00:19:41.207 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-04-27T00:19:41.208 DEBUG:teuthology.orchestra.run.smithi064:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-27T00:19:41.208 DEBUG:teuthology.orchestra.run.smithi098:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-27T00:19:41.209 DEBUG:teuthology.orchestra.run.smithi111:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-27T00:19:41.225 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-27T00:19:41.226 DEBUG:teuthology.orchestra.run.smithi098:> uname -r 2024-04-27T00:19:41.227 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-27T00:19:41.227 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-27T00:19:41.228 DEBUG:teuthology.orchestra.run.smithi064:> uname -r 2024-04-27T00:19:41.228 DEBUG:teuthology.orchestra.run.smithi111:> uname -r 2024-04-27T00:19:41.285 INFO:teuthology.orchestra.run.smithi098.stdout:5.14.0-437.el9.x86_64 2024-04-27T00:19:41.286 INFO:teuthology.task.kernel:Running kernel on smithi098: 5.14.0-437.el9.x86_64 2024-04-27T00:19:41.286 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum install -y kernel 2024-04-27T00:19:41.289 INFO:teuthology.orchestra.run.smithi111.stdout:5.14.0-437.el9.x86_64 2024-04-27T00:19:41.289 INFO:teuthology.orchestra.run.smithi064.stdout:5.14.0-437.el9.x86_64 2024-04-27T00:19:41.289 INFO:teuthology.task.kernel:Running kernel on smithi111: 5.14.0-437.el9.x86_64 2024-04-27T00:19:41.289 DEBUG:teuthology.orchestra.run.smithi111:> sudo yum install -y kernel 2024-04-27T00:19:41.290 INFO:teuthology.task.kernel:Running kernel on smithi064: 5.14.0-437.el9.x86_64 2024-04-27T00:19:41.290 DEBUG:teuthology.orchestra.run.smithi064:> sudo yum install -y kernel 2024-04-27T00:19:43.437 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - BaseOS 14 MB/s | 8.0 MB 00:00 2024-04-27T00:19:43.597 INFO:teuthology.orchestra.run.smithi111.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.0 MB 00:00 2024-04-27T00:19:45.305 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - AppStream 24 MB/s | 19 MB 00:00 2024-04-27T00:19:45.439 INFO:teuthology.orchestra.run.smithi111.stdout:CentOS Stream 9 - AppStream 24 MB/s | 19 MB 00:00 2024-04-27T00:19:50.407 INFO:teuthology.orchestra.run.smithi111.stdout:CentOS Stream 9 - CRB 4.3 MB/s | 6.2 MB 00:01 2024-04-27T00:19:50.922 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - CRB 3.1 MB/s | 6.2 MB 00:02 2024-04-27T00:19:51.852 INFO:teuthology.orchestra.run.smithi064.stdout:CentOS Stream 9 - BaseOS 922 kB/s | 8.0 MB 00:08 2024-04-27T00:19:52.250 INFO:teuthology.orchestra.run.smithi111.stdout:CentOS Stream 9 - Extras packages 33 kB/s | 16 kB 00:00 2024-04-27T00:19:52.481 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - Extras packages 74 kB/s | 16 kB 00:00 2024-04-27T00:19:53.786 INFO:teuthology.orchestra.run.smithi064.stdout:CentOS Stream 9 - AppStream 23 MB/s | 19 MB 00:00 2024-04-27T00:19:53.903 INFO:teuthology.orchestra.run.smithi111.stdout:Extra Packages for Enterprise Linux 14 MB/s | 21 MB 00:01 2024-04-27T00:19:55.683 INFO:teuthology.orchestra.run.smithi098.stdout:Extra Packages for Enterprise Linux 6.8 MB/s | 21 MB 00:03 2024-04-27T00:19:58.959 INFO:teuthology.orchestra.run.smithi111.stdout:lab-extras 14 kB/s | 1.7 kB 00:00 2024-04-27T00:19:59.095 INFO:teuthology.orchestra.run.smithi064.stdout:CentOS Stream 9 - CRB 3.8 MB/s | 6.2 MB 00:01 2024-04-27T00:20:00.699 INFO:teuthology.orchestra.run.smithi098.stdout:lab-extras 14 kB/s | 1.7 kB 00:00 2024-04-27T00:20:00.798 INFO:teuthology.orchestra.run.smithi111.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-27T00:20:00.798 INFO:teuthology.orchestra.run.smithi111.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-27T00:20:00.872 INFO:teuthology.orchestra.run.smithi064.stdout:CentOS Stream 9 - Extras packages 28 kB/s | 16 kB 00:00 2024-04-27T00:20:00.892 INFO:teuthology.orchestra.run.smithi111.stdout:Dependencies resolved. 2024-04-27T00:20:00.893 INFO:teuthology.orchestra.run.smithi111.stdout:Nothing to do. 2024-04-27T00:20:00.893 INFO:teuthology.orchestra.run.smithi111.stdout:Complete! 2024-04-27T00:20:01.015 DEBUG:teuthology.orchestra.run.smithi111:> echo no | sudo yum reinstall kernel || true 2024-04-27T00:20:01.515 INFO:teuthology.orchestra.run.smithi111.stdout:Last metadata expiration check: 0:00:03 ago on Sat 27 Apr 2024 12:19:58 AM UTC. 2024-04-27T00:20:01.646 INFO:teuthology.orchestra.run.smithi111.stdout:Dependencies resolved. 2024-04-27T00:20:01.653 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2024-04-27T00:20:01.653 INFO:teuthology.orchestra.run.smithi111.stdout: Package Architecture Version Repository Size 2024-04-27T00:20:01.653 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2024-04-27T00:20:01.653 INFO:teuthology.orchestra.run.smithi111.stdout:Reinstalling: 2024-04-27T00:20:01.653 INFO:teuthology.orchestra.run.smithi111.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-27T00:20:01.653 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-04-27T00:20:01.653 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction Summary 2024-04-27T00:20:01.654 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2024-04-27T00:20:01.654 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-04-27T00:20:01.654 INFO:teuthology.orchestra.run.smithi111.stdout:Total download size: 255 k 2024-04-27T00:20:01.654 INFO:teuthology.orchestra.run.smithi111.stdout:Installed size: 0 2024-04-27T00:20:01.654 INFO:teuthology.orchestra.run.smithi111.stderr:Operation aborted. 2024-04-27T00:20:01.712 INFO:teuthology.orchestra.run.smithi111.stdout:Is this ok [y/N]: 2024-04-27T00:20:01.712 DEBUG:teuthology.orchestra.run.smithi111:> sudo yum reinstall -y kernel || true 2024-04-27T00:20:02.209 INFO:teuthology.orchestra.run.smithi111.stdout:Last metadata expiration check: 0:00:04 ago on Sat 27 Apr 2024 12:19:58 AM UTC. 2024-04-27T00:20:02.264 INFO:teuthology.orchestra.run.smithi064.stdout:Extra Packages for Enterprise Linux 16 MB/s | 21 MB 00:01 2024-04-27T00:20:02.324 INFO:teuthology.orchestra.run.smithi111.stdout:Dependencies resolved. 2024-04-27T00:20:02.325 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2024-04-27T00:20:02.325 INFO:teuthology.orchestra.run.smithi111.stdout: Package Architecture Version Repository Size 2024-04-27T00:20:02.325 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2024-04-27T00:20:02.325 INFO:teuthology.orchestra.run.smithi111.stdout:Reinstalling: 2024-04-27T00:20:02.326 INFO:teuthology.orchestra.run.smithi111.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-27T00:20:02.326 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-04-27T00:20:02.326 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction Summary 2024-04-27T00:20:02.326 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2024-04-27T00:20:02.326 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-04-27T00:20:02.326 INFO:teuthology.orchestra.run.smithi111.stdout:Total download size: 255 k 2024-04-27T00:20:02.326 INFO:teuthology.orchestra.run.smithi111.stdout:Installed size: 0 2024-04-27T00:20:02.326 INFO:teuthology.orchestra.run.smithi111.stdout:Downloading Packages: 2024-04-27T00:20:02.530 INFO:teuthology.orchestra.run.smithi098.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-27T00:20:02.530 INFO:teuthology.orchestra.run.smithi098.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-27T00:20:02.622 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-27T00:20:02.623 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-04-27T00:20:02.623 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-27T00:20:02.731 DEBUG:teuthology.orchestra.run.smithi098:> echo no | sudo yum reinstall kernel || true 2024-04-27T00:20:02.777 INFO:teuthology.orchestra.run.smithi111.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.4 MB/s | 255 kB 00:00 2024-04-27T00:20:02.778 INFO:teuthology.orchestra.run.smithi111.stdout:-------------------------------------------------------------------------------- 2024-04-27T00:20:02.778 INFO:teuthology.orchestra.run.smithi111.stdout:Total 564 kB/s | 255 kB 00:00 2024-04-27T00:20:02.793 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction check 2024-04-27T00:20:02.965 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction check succeeded. 2024-04-27T00:20:02.965 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction test 2024-04-27T00:20:02.970 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction test succeeded. 2024-04-27T00:20:02.971 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction 2024-04-27T00:20:03.114 INFO:teuthology.orchestra.run.smithi111.stdout: Preparing : 1/1 2024-04-27T00:20:03.195 INFO:teuthology.orchestra.run.smithi111.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-27T00:20:03.195 INFO:teuthology.orchestra.run.smithi111.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-27T00:20:03.227 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:03 ago on Sat 27 Apr 2024 12:20:00 AM UTC. 2024-04-27T00:20:03.346 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-27T00:20:03.362 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-27T00:20:03.362 INFO:teuthology.orchestra.run.smithi098.stdout: Package Architecture Version Repository Size 2024-04-27T00:20:03.362 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-27T00:20:03.362 INFO:teuthology.orchestra.run.smithi098.stdout:Reinstalling: 2024-04-27T00:20:03.362 INFO:teuthology.orchestra.run.smithi098.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-27T00:20:03.362 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-27T00:20:03.362 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-27T00:20:03.362 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-27T00:20:03.362 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-27T00:20:03.362 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 255 k 2024-04-27T00:20:03.363 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 0 2024-04-27T00:20:03.363 INFO:teuthology.orchestra.run.smithi098.stderr:Operation aborted. 2024-04-27T00:20:03.418 INFO:teuthology.orchestra.run.smithi098.stdout:Is this ok [y/N]: 2024-04-27T00:20:03.418 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum reinstall -y kernel || true 2024-04-27T00:20:03.914 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:03 ago on Sat 27 Apr 2024 12:20:00 AM UTC. 2024-04-27T00:20:03.980 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-27T00:20:03.980 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-27T00:20:04.029 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-27T00:20:04.029 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-27T00:20:04.029 INFO:teuthology.orchestra.run.smithi098.stdout: Package Architecture Version Repository Size 2024-04-27T00:20:04.029 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-27T00:20:04.030 INFO:teuthology.orchestra.run.smithi098.stdout:Reinstalling: 2024-04-27T00:20:04.030 INFO:teuthology.orchestra.run.smithi098.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-27T00:20:04.030 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-27T00:20:04.030 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-27T00:20:04.030 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-27T00:20:04.030 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-27T00:20:04.030 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 255 k 2024-04-27T00:20:04.030 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 0 2024-04-27T00:20:04.030 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-27T00:20:04.733 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-27T00:20:04.733 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-04-27T00:20:04.733 INFO:teuthology.orchestra.run.smithi111.stdout:Reinstalled: 2024-04-27T00:20:04.733 INFO:teuthology.orchestra.run.smithi111.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-27T00:20:04.733 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-04-27T00:20:04.733 INFO:teuthology.orchestra.run.smithi111.stdout:Complete! 2024-04-27T00:20:04.752 INFO:teuthology.orchestra.run.smithi098.stdout:kernel-5.14.0-437.el9.x86_64.rpm 591 kB/s | 255 kB 00:00 2024-04-27T00:20:04.752 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-27T00:20:04.752 INFO:teuthology.orchestra.run.smithi098.stdout:Total 353 kB/s | 255 kB 00:00 2024-04-27T00:20:04.772 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-27T00:20:04.883 DEBUG:teuthology.orchestra.run.smithi111:> rpm -q kernel | sort -rV | head -n 1 2024-04-27T00:20:04.930 INFO:teuthology.orchestra.run.smithi111.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-27T00:20:04.930 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-27T00:20:04.930 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-27T00:20:04.930 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-27T00:20:04.930 DEBUG:teuthology.orchestra.run.smithi111:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-27T00:20:04.934 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-27T00:20:04.934 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-27T00:20:04.939 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-27T00:20:04.940 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-27T00:20:04.963 INFO:teuthology.orchestra.run.smithi111.stdout:ttyS1 2024-04-27T00:20:04.982 DEBUG:teuthology.parallel:result is None 2024-04-27T00:20:05.092 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-27T00:20:05.169 INFO:teuthology.orchestra.run.smithi098.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-27T00:20:05.169 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-27T00:20:05.861 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-27T00:20:05.862 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-27T00:20:06.573 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-27T00:20:06.573 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-27T00:20:06.573 INFO:teuthology.orchestra.run.smithi098.stdout:Reinstalled: 2024-04-27T00:20:06.574 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-27T00:20:06.574 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-27T00:20:06.574 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-27T00:20:06.755 DEBUG:teuthology.orchestra.run.smithi098:> rpm -q kernel | sort -rV | head -n 1 2024-04-27T00:20:06.841 INFO:teuthology.orchestra.run.smithi098.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-27T00:20:06.841 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-27T00:20:06.842 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-27T00:20:06.842 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-27T00:20:06.842 DEBUG:teuthology.orchestra.run.smithi098:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-27T00:20:06.870 INFO:teuthology.orchestra.run.smithi098.stdout:ttyS1 2024-04-27T00:20:06.897 DEBUG:teuthology.parallel:result is None 2024-04-27T00:20:07.430 INFO:teuthology.orchestra.run.smithi064.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-04-27T00:20:09.512 INFO:teuthology.orchestra.run.smithi064.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-27T00:20:09.512 INFO:teuthology.orchestra.run.smithi064.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-27T00:20:09.607 INFO:teuthology.orchestra.run.smithi064.stdout:Dependencies resolved. 2024-04-27T00:20:09.608 INFO:teuthology.orchestra.run.smithi064.stdout:Nothing to do. 2024-04-27T00:20:09.608 INFO:teuthology.orchestra.run.smithi064.stdout:Complete! 2024-04-27T00:20:09.726 DEBUG:teuthology.orchestra.run.smithi064:> echo no | sudo yum reinstall kernel || true 2024-04-27T00:20:10.598 INFO:teuthology.orchestra.run.smithi064.stdout:Last metadata expiration check: 0:00:03 ago on Sat 27 Apr 2024 12:20:07 AM UTC. 2024-04-27T00:20:10.735 INFO:teuthology.orchestra.run.smithi064.stdout:Dependencies resolved. 2024-04-27T00:20:10.740 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-27T00:20:10.740 INFO:teuthology.orchestra.run.smithi064.stdout: Package Architecture Version Repository Size 2024-04-27T00:20:10.740 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-27T00:20:10.740 INFO:teuthology.orchestra.run.smithi064.stdout:Reinstalling: 2024-04-27T00:20:10.741 INFO:teuthology.orchestra.run.smithi064.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-27T00:20:10.741 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-27T00:20:10.741 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction Summary 2024-04-27T00:20:10.741 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-27T00:20:10.741 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-27T00:20:10.741 INFO:teuthology.orchestra.run.smithi064.stdout:Total download size: 255 k 2024-04-27T00:20:10.741 INFO:teuthology.orchestra.run.smithi064.stdout:Installed size: 0 2024-04-27T00:20:10.741 INFO:teuthology.orchestra.run.smithi064.stderr:Operation aborted. 2024-04-27T00:20:10.807 INFO:teuthology.orchestra.run.smithi064.stdout:Is this ok [y/N]: 2024-04-27T00:20:10.808 DEBUG:teuthology.orchestra.run.smithi064:> sudo yum reinstall -y kernel || true 2024-04-27T00:20:11.322 INFO:teuthology.orchestra.run.smithi064.stdout:Last metadata expiration check: 0:00:04 ago on Sat 27 Apr 2024 12:20:07 AM UTC. 2024-04-27T00:20:11.443 INFO:teuthology.orchestra.run.smithi064.stdout:Dependencies resolved. 2024-04-27T00:20:11.443 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-27T00:20:11.443 INFO:teuthology.orchestra.run.smithi064.stdout: Package Architecture Version Repository Size 2024-04-27T00:20:11.444 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-27T00:20:11.444 INFO:teuthology.orchestra.run.smithi064.stdout:Reinstalling: 2024-04-27T00:20:11.444 INFO:teuthology.orchestra.run.smithi064.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-27T00:20:11.444 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-27T00:20:11.444 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction Summary 2024-04-27T00:20:11.444 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-27T00:20:11.444 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-27T00:20:11.445 INFO:teuthology.orchestra.run.smithi064.stdout:Total download size: 255 k 2024-04-27T00:20:11.445 INFO:teuthology.orchestra.run.smithi064.stdout:Installed size: 0 2024-04-27T00:20:11.445 INFO:teuthology.orchestra.run.smithi064.stdout:Downloading Packages: 2024-04-27T00:20:11.782 INFO:teuthology.orchestra.run.smithi064.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.2 MB/s | 255 kB 00:00 2024-04-27T00:20:11.783 INFO:teuthology.orchestra.run.smithi064.stdout:-------------------------------------------------------------------------------- 2024-04-27T00:20:11.783 INFO:teuthology.orchestra.run.smithi064.stdout:Total 752 kB/s | 255 kB 00:00 2024-04-27T00:20:11.805 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction check 2024-04-27T00:20:11.991 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction check succeeded. 2024-04-27T00:20:11.991 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction test 2024-04-27T00:20:11.997 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction test succeeded. 2024-04-27T00:20:11.997 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction 2024-04-27T00:20:12.135 INFO:teuthology.orchestra.run.smithi064.stdout: Preparing : 1/1 2024-04-27T00:20:12.200 INFO:teuthology.orchestra.run.smithi064.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-27T00:20:12.200 INFO:teuthology.orchestra.run.smithi064.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-27T00:20:12.866 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-27T00:20:12.867 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-27T00:20:13.554 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-27T00:20:13.554 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-27T00:20:13.554 INFO:teuthology.orchestra.run.smithi064.stdout:Reinstalled: 2024-04-27T00:20:13.554 INFO:teuthology.orchestra.run.smithi064.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-27T00:20:13.554 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-27T00:20:13.554 INFO:teuthology.orchestra.run.smithi064.stdout:Complete! 2024-04-27T00:20:13.719 DEBUG:teuthology.orchestra.run.smithi064:> rpm -q kernel | sort -rV | head -n 1 2024-04-27T00:20:13.767 INFO:teuthology.orchestra.run.smithi064.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-27T00:20:13.767 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-27T00:20:13.767 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-27T00:20:13.767 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-27T00:20:13.767 DEBUG:teuthology.orchestra.run.smithi064:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-27T00:20:13.797 INFO:teuthology.orchestra.run.smithi064.stdout:ttyS1 2024-04-27T00:20:13.819 DEBUG:teuthology.parallel:result is None 2024-04-27T00:20:13.819 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-27T00:20:13.826 INFO:teuthology.task.internal:Creating test directory... 2024-04-27T00:20:13.827 DEBUG:teuthology.orchestra.run.smithi064:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-27T00:20:13.862 DEBUG:teuthology.orchestra.run.smithi098:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-27T00:20:13.865 DEBUG:teuthology.orchestra.run.smithi111:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-27T00:20:13.882 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-27T00:20:13.889 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-27T00:20:13.948 INFO:teuthology.task.internal:Creating archive directory... 2024-04-27T00:20:13.948 DEBUG:teuthology.orchestra.run.smithi064:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-27T00:20:13.950 DEBUG:teuthology.orchestra.run.smithi098:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-27T00:20:13.952 DEBUG:teuthology.orchestra.run.smithi111:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-27T00:20:14.051 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-27T00:20:14.058 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-27T00:20:14.059 DEBUG:teuthology.orchestra.run.smithi064:> 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-04-27T00:20:14.061 DEBUG:teuthology.orchestra.run.smithi098:> 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-04-27T00:20:14.063 DEBUG:teuthology.orchestra.run.smithi111:> 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-04-27T00:20:14.090 INFO:teuthology.orchestra.run.smithi064.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-27T00:20:14.099 INFO:teuthology.orchestra.run.smithi064.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-27T00:20:14.103 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-27T00:20:14.114 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-27T00:20:14.122 INFO:teuthology.orchestra.run.smithi111.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-27T00:20:14.133 INFO:teuthology.orchestra.run.smithi111.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-27T00:20:14.135 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-27T00:20:14.142 INFO:teuthology.task.internal:Configuring sudo... 2024-04-27T00:20:14.142 DEBUG:teuthology.orchestra.run.smithi064:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-27T00:20:14.145 DEBUG:teuthology.orchestra.run.smithi098:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-27T00:20:14.159 DEBUG:teuthology.orchestra.run.smithi111:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-27T00:20:14.185 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-27T00:20:14.194 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-27T00:20:14.194 DEBUG:teuthology.orchestra.run.smithi064:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-27T00:20:14.209 DEBUG:teuthology.orchestra.run.smithi098:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-27T00:20:14.225 DEBUG:teuthology.orchestra.run.smithi111:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-27T00:20:14.241 DEBUG:teuthology.orchestra.run.smithi064:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-27T00:20:14.304 DEBUG:teuthology.orchestra.run.smithi064:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-27T00:20:14.358 DEBUG:teuthology.orchestra.run.smithi064:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-27T00:20:14.439 DEBUG:teuthology.orchestra.run.smithi064:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-27T00:20:14.478 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2024-04-27T00:20:14.479 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-27T00:20:14.542 DEBUG:teuthology.orchestra.run.smithi098:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-27T00:20:14.586 DEBUG:teuthology.orchestra.run.smithi098:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-27T00:20:14.635 DEBUG:teuthology.orchestra.run.smithi098:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-27T00:20:14.714 DEBUG:teuthology.orchestra.run.smithi098:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-27T00:20:14.759 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-04-27T00:20:14.759 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-27T00:20:14.825 DEBUG:teuthology.orchestra.run.smithi111:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-27T00:20:14.869 DEBUG:teuthology.orchestra.run.smithi111:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-27T00:20:14.928 DEBUG:teuthology.orchestra.run.smithi111:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-27T00:20:15.012 DEBUG:teuthology.orchestra.run.smithi111:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-27T00:20:15.056 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2024-04-27T00:20:15.056 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-27T00:20:15.124 DEBUG:teuthology.orchestra.run.smithi064:> sudo service rsyslog restart 2024-04-27T00:20:15.126 DEBUG:teuthology.orchestra.run.smithi098:> sudo service rsyslog restart 2024-04-27T00:20:15.129 DEBUG:teuthology.orchestra.run.smithi111:> sudo service rsyslog restart 2024-04-27T00:20:15.164 INFO:teuthology.orchestra.run.smithi098.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-27T00:20:15.168 INFO:teuthology.orchestra.run.smithi064.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-27T00:20:15.208 INFO:teuthology.orchestra.run.smithi111.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-27T00:20:15.594 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-27T00:20:15.603 INFO:teuthology.task.internal:Starting timer... 2024-04-27T00:20:15.604 INFO:teuthology.run_tasks:Running task pcp... 2024-04-27T00:20:15.643 INFO:teuthology.run_tasks:Running task selinux... 2024-04-27T00:20:15.676 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-27T00:20:15.676 DEBUG:teuthology.orchestra.run.smithi064:> sudo service auditd rotate 2024-04-27T00:20:15.745 INFO:teuthology.orchestra.run.smithi064.stdout:Rotating logs: 2024-04-27T00:20:15.747 DEBUG:teuthology.orchestra.run.smithi098:> sudo service auditd rotate 2024-04-27T00:20:15.801 INFO:teuthology.orchestra.run.smithi098.stdout:Rotating logs: 2024-04-27T00:20:15.804 DEBUG:teuthology.orchestra.run.smithi111:> sudo service auditd rotate 2024-04-27T00:20:15.860 INFO:teuthology.orchestra.run.smithi111.stdout:Rotating logs: 2024-04-27T00:20:15.861 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-27T00:20:15.862 DEBUG:teuthology.orchestra.run.smithi064:> /usr/sbin/getenforce 2024-04-27T00:20:15.882 INFO:teuthology.orchestra.run.smithi064.stdout:Permissive 2024-04-27T00:20:15.882 DEBUG:teuthology.orchestra.run.smithi098:> /usr/sbin/getenforce 2024-04-27T00:20:15.905 INFO:teuthology.orchestra.run.smithi098.stdout:Permissive 2024-04-27T00:20:15.905 DEBUG:teuthology.orchestra.run.smithi111:> /usr/sbin/getenforce 2024-04-27T00:20:15.928 INFO:teuthology.orchestra.run.smithi111.stdout:Permissive 2024-04-27T00:20:15.928 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi064.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi098.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi111.front.sepia.ceph.com': 'permissive'} 2024-04-27T00:20:15.929 DEBUG:teuthology.orchestra.run.smithi064:> 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-04-27T00:20:15.956 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-27T00:20:15.956 DEBUG:teuthology.orchestra.run.smithi098:> 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-04-27T00:20:15.980 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-27T00:20:15.981 DEBUG:teuthology.orchestra.run.smithi111:> 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-04-27T00:20:16.006 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-27T00:20:16.006 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-27T00:20:16.006 DEBUG:teuthology.orchestra.run.smithi064:> sudo /usr/sbin/setenforce permissive 2024-04-27T00:20:16.031 DEBUG:teuthology.orchestra.run.smithi098:> sudo /usr/sbin/setenforce permissive 2024-04-27T00:20:16.054 DEBUG:teuthology.orchestra.run.smithi111:> sudo /usr/sbin/setenforce permissive 2024-04-27T00:20:16.079 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-27T00:20:16.088 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-27T00:20:16.104 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-04-27T00:20:16.105 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi064.front.sepia.ceph.com,smithi098.front.sepia.ceph.com,smithi111.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-27T00:23:48.706 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi064.front.sepia.ceph.com'), Remote(name='ubuntu@smithi098.front.sepia.ceph.com'), Remote(name='ubuntu@smithi111.front.sepia.ceph.com')] 2024-04-27T00:23:48.707 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2024-04-27T00:23:48.708 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-27T00:23:48.784 DEBUG:teuthology.orchestra.run.smithi064:> true 2024-04-27T00:23:48.862 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi064.front.sepia.ceph.com' 2024-04-27T00:23:48.862 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-04-27T00:23:48.863 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-27T00:23:48.935 DEBUG:teuthology.orchestra.run.smithi098:> true 2024-04-27T00:23:49.018 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-04-27T00:23:49.018 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi111.front.sepia.ceph.com' 2024-04-27T00:23:49.019 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi111.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-27T00:23:49.097 DEBUG:teuthology.orchestra.run.smithi111:> true 2024-04-27T00:23:49.177 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi111.front.sepia.ceph.com' 2024-04-27T00:23:49.177 INFO:teuthology.run_tasks:Running task clock... 2024-04-27T00:23:49.188 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-27T00:23:49.188 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-27T00:23:49.188 DEBUG:teuthology.orchestra.run.smithi064:> 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-04-27T00:23:49.191 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-27T00:23:49.191 DEBUG:teuthology.orchestra.run.smithi098:> 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-04-27T00:23:49.193 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-27T00:23:49.193 DEBUG:teuthology.orchestra.run.smithi111:> 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-04-27T00:23:49.218 INFO:teuthology.orchestra.run.smithi064.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-27T00:23:49.220 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-27T00:23:49.232 INFO:teuthology.orchestra.run.smithi064.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-27T00:23:49.233 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-27T00:23:49.246 INFO:teuthology.orchestra.run.smithi111.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-27T00:23:49.256 INFO:teuthology.orchestra.run.smithi064.stderr:sudo: ntpd: command not found 2024-04-27T00:23:49.256 INFO:teuthology.orchestra.run.smithi098.stderr:sudo: ntpd: command not found 2024-04-27T00:23:49.259 INFO:teuthology.orchestra.run.smithi111.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-27T00:23:49.267 INFO:teuthology.orchestra.run.smithi064.stdout:506 Cannot talk to daemon 2024-04-27T00:23:49.267 INFO:teuthology.orchestra.run.smithi098.stdout:506 Cannot talk to daemon 2024-04-27T00:23:49.280 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-27T00:23:49.281 INFO:teuthology.orchestra.run.smithi111.stderr:sudo: ntpd: command not found 2024-04-27T00:23:49.281 INFO:teuthology.orchestra.run.smithi064.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-27T00:23:49.291 INFO:teuthology.orchestra.run.smithi111.stdout:506 Cannot talk to daemon 2024-04-27T00:23:49.293 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-27T00:23:49.294 INFO:teuthology.orchestra.run.smithi064.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-27T00:23:49.304 INFO:teuthology.orchestra.run.smithi111.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-27T00:23:49.317 INFO:teuthology.orchestra.run.smithi111.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-27T00:23:49.348 INFO:teuthology.orchestra.run.smithi098.stderr:bash: line 1: ntpq: command not found 2024-04-27T00:23:49.351 INFO:teuthology.orchestra.run.smithi098.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-27T00:23:49.352 INFO:teuthology.orchestra.run.smithi098.stdout:=============================================================================== 2024-04-27T00:23:49.352 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-27T00:23:49.352 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-27T00:23:49.352 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-27T00:23:49.352 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-27T00:23:49.352 INFO:teuthology.orchestra.run.smithi064.stderr:bash: line 1: ntpq: command not found 2024-04-27T00:23:49.355 INFO:teuthology.orchestra.run.smithi064.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-27T00:23:49.355 INFO:teuthology.orchestra.run.smithi064.stdout:=============================================================================== 2024-04-27T00:23:49.355 INFO:teuthology.orchestra.run.smithi064.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-27T00:23:49.355 INFO:teuthology.orchestra.run.smithi064.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-27T00:23:49.356 INFO:teuthology.orchestra.run.smithi064.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-27T00:23:49.356 INFO:teuthology.orchestra.run.smithi064.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-27T00:23:49.374 INFO:teuthology.orchestra.run.smithi111.stderr:bash: line 1: ntpq: command not found 2024-04-27T00:23:49.378 INFO:teuthology.orchestra.run.smithi111.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-27T00:23:49.378 INFO:teuthology.orchestra.run.smithi111.stdout:=============================================================================== 2024-04-27T00:23:49.378 INFO:teuthology.orchestra.run.smithi111.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-27T00:23:49.378 INFO:teuthology.orchestra.run.smithi111.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-27T00:23:49.378 INFO:teuthology.orchestra.run.smithi111.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-27T00:23:49.378 INFO:teuthology.orchestra.run.smithi111.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-27T00:23:49.379 INFO:teuthology.run_tasks:Running task pexec... 2024-04-27T00:23:49.390 INFO:teuthology.task.pexec:Executing custom commands... 2024-04-27T00:23:49.390 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi064.front.sepia.ceph.com 2024-04-27T00:23:49.390 DEBUG:teuthology.orchestra.run.smithi064:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-27T00:23:49.391 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi098.front.sepia.ceph.com 2024-04-27T00:23:49.391 DEBUG:teuthology.orchestra.run.smithi098:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-27T00:23:49.391 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi111.front.sepia.ceph.com 2024-04-27T00:23:49.391 DEBUG:teuthology.orchestra.run.smithi111:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-27T00:23:49.917 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:44 ago on Sat 27 Apr 2024 12:23:05 AM UTC. 2024-04-27T00:23:49.937 INFO:teuthology.orchestra.run.smithi111.stdout:Last metadata expiration check: 0:00:43 ago on Sat 27 Apr 2024 12:23:06 AM UTC. 2024-04-27T00:23:49.944 INFO:teuthology.orchestra.run.smithi064.stdout:Last metadata expiration check: 0:00:40 ago on Sat 27 Apr 2024 12:23:09 AM UTC. 2024-04-27T00:23:50.034 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-27T00:23:50.035 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-27T00:23:50.035 INFO:teuthology.orchestra.run.smithi098.stdout: Package Architecture Version Repository Size 2024-04-27T00:23:50.035 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-27T00:23:50.035 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-27T00:23:50.035 INFO:teuthology.orchestra.run.smithi098.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-27T00:23:50.036 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-27T00:23:50.036 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-27T00:23:50.036 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-27T00:23:50.036 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2024-04-27T00:23:50.036 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-27T00:23:50.036 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 3.1 M 2024-04-27T00:23:50.036 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 9.8 M 2024-04-27T00:23:50.036 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-27T00:23:50.052 INFO:teuthology.orchestra.run.smithi111.stdout:Dependencies resolved. 2024-04-27T00:23:50.052 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2024-04-27T00:23:50.052 INFO:teuthology.orchestra.run.smithi111.stdout: Package Architecture Version Repository Size 2024-04-27T00:23:50.052 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2024-04-27T00:23:50.053 INFO:teuthology.orchestra.run.smithi111.stdout:Installing: 2024-04-27T00:23:50.053 INFO:teuthology.orchestra.run.smithi111.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-27T00:23:50.053 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-04-27T00:23:50.053 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction Summary 2024-04-27T00:23:50.053 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2024-04-27T00:23:50.053 INFO:teuthology.orchestra.run.smithi111.stdout:Install 1 Package 2024-04-27T00:23:50.053 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-04-27T00:23:50.053 INFO:teuthology.orchestra.run.smithi111.stdout:Total download size: 3.1 M 2024-04-27T00:23:50.053 INFO:teuthology.orchestra.run.smithi111.stdout:Installed size: 9.8 M 2024-04-27T00:23:50.053 INFO:teuthology.orchestra.run.smithi111.stdout:Downloading Packages: 2024-04-27T00:23:50.065 INFO:teuthology.orchestra.run.smithi064.stdout:Dependencies resolved. 2024-04-27T00:23:50.066 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-27T00:23:50.066 INFO:teuthology.orchestra.run.smithi064.stdout: Package Architecture Version Repository Size 2024-04-27T00:23:50.066 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-27T00:23:50.066 INFO:teuthology.orchestra.run.smithi064.stdout:Installing: 2024-04-27T00:23:50.066 INFO:teuthology.orchestra.run.smithi064.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-27T00:23:50.066 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-27T00:23:50.066 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction Summary 2024-04-27T00:23:50.066 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-27T00:23:50.066 INFO:teuthology.orchestra.run.smithi064.stdout:Install 1 Package 2024-04-27T00:23:50.066 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-27T00:23:50.066 INFO:teuthology.orchestra.run.smithi064.stdout:Total download size: 3.1 M 2024-04-27T00:23:50.067 INFO:teuthology.orchestra.run.smithi064.stdout:Installed size: 9.8 M 2024-04-27T00:23:50.067 INFO:teuthology.orchestra.run.smithi064.stdout:Downloading Packages: 2024-04-27T00:23:50.415 INFO:teuthology.orchestra.run.smithi111.stdout:runc-1.1.12-2.el9.x86_64.rpm 11 MB/s | 3.1 MB 00:00 2024-04-27T00:23:50.416 INFO:teuthology.orchestra.run.smithi111.stdout:-------------------------------------------------------------------------------- 2024-04-27T00:23:50.416 INFO:teuthology.orchestra.run.smithi111.stdout:Total 8.6 MB/s | 3.1 MB 00:00 2024-04-27T00:23:50.450 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction check 2024-04-27T00:23:50.456 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction check succeeded. 2024-04-27T00:23:50.456 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction test 2024-04-27T00:23:50.469 INFO:teuthology.orchestra.run.smithi098.stdout:runc-1.1.12-2.el9.x86_64.rpm 8.5 MB/s | 3.1 MB 00:00 2024-04-27T00:23:50.470 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-27T00:23:50.470 INFO:teuthology.orchestra.run.smithi098.stdout:Total 7.2 MB/s | 3.1 MB 00:00 2024-04-27T00:23:50.505 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-27T00:23:50.511 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-27T00:23:50.512 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-27T00:23:50.538 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction test succeeded. 2024-04-27T00:23:50.539 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction 2024-04-27T00:23:50.594 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-27T00:23:50.595 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-27T00:23:50.757 INFO:teuthology.orchestra.run.smithi111.stdout: Preparing : 1/1 2024-04-27T00:23:50.857 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-27T00:23:50.934 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-27T00:23:51.029 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-27T00:23:51.453 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-27T00:23:51.460 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-27T00:23:51.685 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-27T00:23:51.685 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-04-27T00:23:51.685 INFO:teuthology.orchestra.run.smithi111.stdout:Installed: 2024-04-27T00:23:51.685 INFO:teuthology.orchestra.run.smithi111.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-27T00:23:51.685 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-04-27T00:23:51.685 INFO:teuthology.orchestra.run.smithi111.stdout:Complete! 2024-04-27T00:23:51.743 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-27T00:23:51.743 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-27T00:23:51.743 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-27T00:23:51.743 INFO:teuthology.orchestra.run.smithi098.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-27T00:23:51.743 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-27T00:23:51.743 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-27T00:23:51.933 DEBUG:teuthology.parallel:result is None 2024-04-27T00:23:52.032 DEBUG:teuthology.parallel:result is None 2024-04-27T00:23:54.642 INFO:teuthology.orchestra.run.smithi064.stdout:runc-1.1.12-2.el9.x86_64.rpm 711 kB/s | 3.1 MB 00:04 2024-04-27T00:23:54.642 INFO:teuthology.orchestra.run.smithi064.stdout:-------------------------------------------------------------------------------- 2024-04-27T00:23:54.642 INFO:teuthology.orchestra.run.smithi064.stdout:Total 700 kB/s | 3.1 MB 00:04 2024-04-27T00:23:54.681 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction check 2024-04-27T00:23:54.688 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction check succeeded. 2024-04-27T00:23:54.688 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction test 2024-04-27T00:23:54.779 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction test succeeded. 2024-04-27T00:23:54.779 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction 2024-04-27T00:23:55.006 INFO:teuthology.orchestra.run.smithi064.stdout: Preparing : 1/1 2024-04-27T00:23:55.111 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-27T00:23:55.667 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-27T00:23:55.941 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-27T00:23:55.941 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-27T00:23:55.941 INFO:teuthology.orchestra.run.smithi064.stdout:Installed: 2024-04-27T00:23:55.941 INFO:teuthology.orchestra.run.smithi064.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-27T00:23:55.942 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-27T00:23:55.942 INFO:teuthology.orchestra.run.smithi064.stdout:Complete! 2024-04-27T00:23:56.190 DEBUG:teuthology.parallel:result is None 2024-04-27T00:23:56.190 INFO:teuthology.run_tasks:Running task install... 2024-04-27T00:23:56.200 DEBUG:teuthology.task.install:project ceph 2024-04-27T00:23:56.200 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '5d349943c59c9485df060d6adb0594f3940ec0eb'}} 2024-04-27T00:23:56.200 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '5d349943c59c9485df060d6adb0594f3940ec0eb'} 2024-04-27T00:23:56.201 INFO:teuthology.task.install:Using flavor: default 2024-04-27T00:23:56.208 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-04-27T00:23:56.208 INFO:teuthology.task.install:extra packages: [] 2024-04-27T00:23:56.208 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': '5d349943c59c9485df060d6adb0594f3940ec0eb', 'tag': None, 'wait_for_package': False} 2024-04-27T00:23:56.209 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=5d349943c59c9485df060d6adb0594f3940ec0eb 2024-04-27T00:23:56.211 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': '5d349943c59c9485df060d6adb0594f3940ec0eb', 'tag': None, 'wait_for_package': False} 2024-04-27T00:23:56.211 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=5d349943c59c9485df060d6adb0594f3940ec0eb 2024-04-27T00:23:56.212 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': '5d349943c59c9485df060d6adb0594f3940ec0eb', 'tag': None, 'wait_for_package': False} 2024-04-27T00:23:56.212 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=5d349943c59c9485df060d6adb0594f3940ec0eb 2024-04-27T00:23:56.360 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/ 2024-04-27T00:23:56.361 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3211.g5d349943 2024-04-27T00:23:56.366 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/ 2024-04-27T00:23:56.366 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3211.g5d349943 2024-04-27T00:23:56.435 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/ 2024-04-27T00:23:56.435 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3211.g5d349943 2024-04-27T00:23:56.653 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-27T00:23:56.653 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-04-27T00:23:56.653 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-27T00:23:56.681 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-04-27T00:23:56.682 DEBUG:teuthology.orchestra.run.smithi098:> 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/5d349943c59c9485df060d6adb0594f3940ec0eb/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-27T00:23:56.707 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-27T00:23:56.707 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2024-04-27T00:23:56.707 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-27T00:23:56.732 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-04-27T00:23:56.732 DEBUG:teuthology.orchestra.run.smithi064:> 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/5d349943c59c9485df060d6adb0594f3940ec0eb/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-27T00:23:56.749 DEBUG:teuthology.orchestra.run.smithi098:> 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-04-27T00:23:56.779 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-27T00:23:56.780 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2024-04-27T00:23:56.780 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-27T00:23:56.813 DEBUG:teuthology.orchestra.run.smithi064:> 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-04-27T00:23:56.816 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-04-27T00:23:56.816 DEBUG:teuthology.orchestra.run.smithi111:> 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/5d349943c59c9485df060d6adb0594f3940ec0eb/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-27T00:23:56.830 DEBUG:teuthology.orchestra.run.smithi098:> 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-04-27T00:23:56.888 DEBUG:teuthology.orchestra.run.smithi111:> 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-04-27T00:23:56.891 DEBUG:teuthology.orchestra.run.smithi064:> 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-04-27T00:23:56.896 INFO:teuthology.orchestra.run.smithi098.stdout:check_obsoletes = 1 2024-04-27T00:23:56.898 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum clean all 2024-04-27T00:23:56.956 INFO:teuthology.orchestra.run.smithi064.stdout:check_obsoletes = 1 2024-04-27T00:23:56.958 DEBUG:teuthology.orchestra.run.smithi064:> sudo yum clean all 2024-04-27T00:23:56.966 DEBUG:teuthology.orchestra.run.smithi111:> 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-04-27T00:23:57.035 INFO:teuthology.orchestra.run.smithi111.stdout:check_obsoletes = 1 2024-04-27T00:23:57.036 DEBUG:teuthology.orchestra.run.smithi111:> sudo yum clean all 2024-04-27T00:23:57.126 INFO:teuthology.orchestra.run.smithi098.stdout:48 files removed 2024-04-27T00:23:57.154 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-radosgw 2024-04-27T00:23:57.194 INFO:teuthology.orchestra.run.smithi064.stdout:48 files removed 2024-04-27T00:23:57.221 DEBUG:teuthology.orchestra.run.smithi064:> sudo yum -y install ceph-radosgw 2024-04-27T00:23:57.270 INFO:teuthology.orchestra.run.smithi111.stdout:48 files removed 2024-04-27T00:23:57.296 DEBUG:teuthology.orchestra.run.smithi111:> sudo yum -y install ceph-radosgw 2024-04-27T00:23:57.806 INFO:teuthology.orchestra.run.smithi098.stdout:ceph packages for x86_64 212 kB/s | 83 kB 00:00 2024-04-27T00:23:57.876 INFO:teuthology.orchestra.run.smithi111.stdout:ceph packages for x86_64 263 kB/s | 83 kB 00:00 2024-04-27T00:23:57.911 INFO:teuthology.orchestra.run.smithi064.stdout:ceph packages for x86_64 200 kB/s | 83 kB 00:00 2024-04-27T00:23:58.124 INFO:teuthology.orchestra.run.smithi098.stdout:ceph noarch packages 61 kB/s | 17 kB 00:00 2024-04-27T00:23:58.302 INFO:teuthology.orchestra.run.smithi111.stdout:ceph noarch packages 44 kB/s | 17 kB 00:00 2024-04-27T00:23:58.341 INFO:teuthology.orchestra.run.smithi064.stdout:ceph noarch packages 44 kB/s | 17 kB 00:00 2024-04-27T00:23:58.549 INFO:teuthology.orchestra.run.smithi098.stdout:ceph source packages 6.0 kB/s | 2.3 kB 00:00 2024-04-27T00:23:58.678 INFO:teuthology.orchestra.run.smithi111.stdout:ceph source packages 6.9 kB/s | 2.3 kB 00:00 2024-04-27T00:23:58.823 INFO:teuthology.orchestra.run.smithi064.stdout:ceph source packages 5.3 kB/s | 2.3 kB 00:00 2024-04-27T00:23:59.133 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.0 MB 00:00 2024-04-27T00:23:59.278 INFO:teuthology.orchestra.run.smithi111.stdout:CentOS Stream 9 - BaseOS 14 MB/s | 8.0 MB 00:00 2024-04-27T00:24:00.154 INFO:teuthology.orchestra.run.smithi064.stdout:CentOS Stream 9 - BaseOS 6.2 MB/s | 8.0 MB 00:01 2024-04-27T00:24:01.054 INFO:teuthology.orchestra.run.smithi111.stdout:CentOS Stream 9 - AppStream 26 MB/s | 19 MB 00:00 2024-04-27T00:24:02.026 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - AppStream 10 MB/s | 19 MB 00:01 2024-04-27T00:24:05.399 INFO:teuthology.orchestra.run.smithi111.stdout:CentOS Stream 9 - CRB 7.8 MB/s | 6.2 MB 00:00 2024-04-27T00:24:05.480 INFO:teuthology.orchestra.run.smithi064.stdout:CentOS Stream 9 - AppStream 4.5 MB/s | 19 MB 00:04 2024-04-27T00:24:06.485 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - CRB 6.7 MB/s | 6.2 MB 00:00 2024-04-27T00:24:07.123 INFO:teuthology.orchestra.run.smithi111.stdout:CentOS Stream 9 - Extras packages 28 kB/s | 16 kB 00:00 2024-04-27T00:24:08.112 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - Extras packages 33 kB/s | 16 kB 00:00 2024-04-27T00:24:08.424 INFO:teuthology.orchestra.run.smithi111.stdout:Extra Packages for Enterprise Linux 18 MB/s | 21 MB 00:01 2024-04-27T00:24:09.723 INFO:teuthology.orchestra.run.smithi098.stdout:Extra Packages for Enterprise Linux 14 MB/s | 21 MB 00:01 2024-04-27T00:24:09.765 INFO:teuthology.orchestra.run.smithi064.stdout:CentOS Stream 9 - CRB 10 MB/s | 6.2 MB 00:00 2024-04-27T00:24:11.524 INFO:teuthology.orchestra.run.smithi064.stdout:CentOS Stream 9 - Extras packages 30 kB/s | 16 kB 00:00 2024-04-27T00:24:13.250 INFO:teuthology.orchestra.run.smithi064.stdout:Extra Packages for Enterprise Linux 13 MB/s | 21 MB 00:01 2024-04-27T00:24:13.474 INFO:teuthology.orchestra.run.smithi111.stdout:lab-extras 42 kB/s | 1.7 kB 00:00 2024-04-27T00:24:14.804 INFO:teuthology.orchestra.run.smithi098.stdout:lab-extras 12 kB/s | 1.7 kB 00:00 2024-04-27T00:24:15.611 INFO:teuthology.orchestra.run.smithi111.stdout:Dependencies resolved. 2024-04-27T00:24:15.613 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2024-04-27T00:24:15.614 INFO:teuthology.orchestra.run.smithi111.stdout: Package Arch Version Repository Size 2024-04-27T00:24:15.614 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2024-04-27T00:24:15.614 INFO:teuthology.orchestra.run.smithi111.stdout:Installing: 2024-04-27T00:24:15.614 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-radosgw x86_64 2:19.0.0-3211.g5d349943.el7 ceph 11 M 2024-04-27T00:24:15.614 INFO:teuthology.orchestra.run.smithi111.stdout:Upgrading: 2024-04-27T00:24:15.614 INFO:teuthology.orchestra.run.smithi111.stdout: librados2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 3.4 M 2024-04-27T00:24:15.614 INFO:teuthology.orchestra.run.smithi111.stdout: librbd1 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 3.1 M 2024-04-27T00:24:15.614 INFO:teuthology.orchestra.run.smithi111.stdout:Installing dependencies: 2024-04-27T00:24:15.614 INFO:teuthology.orchestra.run.smithi111.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-27T00:24:15.614 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-base x86_64 2:19.0.0-3211.g5d349943.el7 ceph 5.4 M 2024-04-27T00:24:15.614 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-common x86_64 2:19.0.0-3211.g5d349943.el7 ceph 21 M 2024-04-27T00:24:15.614 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-selinux x86_64 2:19.0.0-3211.g5d349943.el7 ceph 25 k 2024-04-27T00:24:15.614 INFO:teuthology.orchestra.run.smithi111.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-27T00:24:15.615 INFO:teuthology.orchestra.run.smithi111.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-04-27T00:24:15.615 INFO:teuthology.orchestra.run.smithi111.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-04-27T00:24:15.615 INFO:teuthology.orchestra.run.smithi111.stdout: libcephfs2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 748 k 2024-04-27T00:24:15.615 INFO:teuthology.orchestra.run.smithi111.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-27T00:24:15.615 INFO:teuthology.orchestra.run.smithi111.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-27T00:24:15.615 INFO:teuthology.orchestra.run.smithi111.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-27T00:24:15.615 INFO:teuthology.orchestra.run.smithi111.stdout: libradosstriper1 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 501 k 2024-04-27T00:24:15.615 INFO:teuthology.orchestra.run.smithi111.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-27T00:24:15.615 INFO:teuthology.orchestra.run.smithi111.stdout: librgw2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 5.4 M 2024-04-27T00:24:15.615 INFO:teuthology.orchestra.run.smithi111.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-27T00:24:15.615 INFO:teuthology.orchestra.run.smithi111.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-27T00:24:15.615 INFO:teuthology.orchestra.run.smithi111.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-04-27T00:24:15.616 INFO:teuthology.orchestra.run.smithi111.stdout: python3-ceph-argparse x86_64 2:19.0.0-3211.g5d349943.el7 ceph 45 k 2024-04-27T00:24:15.616 INFO:teuthology.orchestra.run.smithi111.stdout: python3-ceph-common x86_64 2:19.0.0-3211.g5d349943.el7 ceph 135 k 2024-04-27T00:24:15.616 INFO:teuthology.orchestra.run.smithi111.stdout: python3-cephfs x86_64 2:19.0.0-3211.g5d349943.el7 ceph 161 k 2024-04-27T00:24:15.616 INFO:teuthology.orchestra.run.smithi111.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-27T00:24:15.616 INFO:teuthology.orchestra.run.smithi111.stdout: python3-rados x86_64 2:19.0.0-3211.g5d349943.el7 ceph 321 k 2024-04-27T00:24:15.616 INFO:teuthology.orchestra.run.smithi111.stdout: python3-rbd x86_64 2:19.0.0-3211.g5d349943.el7 ceph 298 k 2024-04-27T00:24:15.616 INFO:teuthology.orchestra.run.smithi111.stdout: python3-rgw x86_64 2:19.0.0-3211.g5d349943.el7 ceph 99 k 2024-04-27T00:24:15.616 INFO:teuthology.orchestra.run.smithi111.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-27T00:24:15.616 INFO:teuthology.orchestra.run.smithi111.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-27T00:24:15.616 INFO:teuthology.orchestra.run.smithi111.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-27T00:24:15.616 INFO:teuthology.orchestra.run.smithi111.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-27T00:24:15.616 INFO:teuthology.orchestra.run.smithi111.stdout:Installing weak dependencies: 2024-04-27T00:24:15.616 INFO:teuthology.orchestra.run.smithi111.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-27T00:24:15.616 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-04-27T00:24:15.616 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction Summary 2024-04-27T00:24:15.617 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2024-04-27T00:24:15.617 INFO:teuthology.orchestra.run.smithi111.stdout:Install 30 Packages 2024-04-27T00:24:15.617 INFO:teuthology.orchestra.run.smithi111.stdout:Upgrade 2 Packages 2024-04-27T00:24:15.617 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-04-27T00:24:15.617 INFO:teuthology.orchestra.run.smithi111.stdout:Total download size: 60 M 2024-04-27T00:24:15.617 INFO:teuthology.orchestra.run.smithi111.stdout:Downloading Packages: 2024-04-27T00:24:16.973 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-27T00:24:16.975 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-27T00:24:16.976 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-04-27T00:24:16.976 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-27T00:24:16.976 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-27T00:24:16.976 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-radosgw x86_64 2:19.0.0-3211.g5d349943.el7 ceph 11 M 2024-04-27T00:24:16.976 INFO:teuthology.orchestra.run.smithi098.stdout:Upgrading: 2024-04-27T00:24:16.976 INFO:teuthology.orchestra.run.smithi098.stdout: librados2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 3.4 M 2024-04-27T00:24:16.976 INFO:teuthology.orchestra.run.smithi098.stdout: librbd1 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 3.1 M 2024-04-27T00:24:16.976 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-04-27T00:24:16.976 INFO:teuthology.orchestra.run.smithi098.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-27T00:24:16.976 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-base x86_64 2:19.0.0-3211.g5d349943.el7 ceph 5.4 M 2024-04-27T00:24:16.976 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-common x86_64 2:19.0.0-3211.g5d349943.el7 ceph 21 M 2024-04-27T00:24:16.976 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-selinux x86_64 2:19.0.0-3211.g5d349943.el7 ceph 25 k 2024-04-27T00:24:16.976 INFO:teuthology.orchestra.run.smithi098.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-27T00:24:16.977 INFO:teuthology.orchestra.run.smithi098.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-04-27T00:24:16.977 INFO:teuthology.orchestra.run.smithi098.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-04-27T00:24:16.977 INFO:teuthology.orchestra.run.smithi098.stdout: libcephfs2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 748 k 2024-04-27T00:24:16.977 INFO:teuthology.orchestra.run.smithi098.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-27T00:24:16.977 INFO:teuthology.orchestra.run.smithi098.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-27T00:24:16.977 INFO:teuthology.orchestra.run.smithi098.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-27T00:24:16.977 INFO:teuthology.orchestra.run.smithi098.stdout: libradosstriper1 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 501 k 2024-04-27T00:24:16.977 INFO:teuthology.orchestra.run.smithi098.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-27T00:24:16.977 INFO:teuthology.orchestra.run.smithi098.stdout: librgw2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 5.4 M 2024-04-27T00:24:16.977 INFO:teuthology.orchestra.run.smithi098.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-27T00:24:16.977 INFO:teuthology.orchestra.run.smithi098.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-27T00:24:16.977 INFO:teuthology.orchestra.run.smithi098.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-04-27T00:24:16.977 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-argparse x86_64 2:19.0.0-3211.g5d349943.el7 ceph 45 k 2024-04-27T00:24:16.977 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-common x86_64 2:19.0.0-3211.g5d349943.el7 ceph 135 k 2024-04-27T00:24:16.977 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cephfs x86_64 2:19.0.0-3211.g5d349943.el7 ceph 161 k 2024-04-27T00:24:16.978 INFO:teuthology.orchestra.run.smithi098.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-27T00:24:16.978 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rados x86_64 2:19.0.0-3211.g5d349943.el7 ceph 321 k 2024-04-27T00:24:16.978 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rbd x86_64 2:19.0.0-3211.g5d349943.el7 ceph 298 k 2024-04-27T00:24:16.978 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rgw x86_64 2:19.0.0-3211.g5d349943.el7 ceph 99 k 2024-04-27T00:24:16.978 INFO:teuthology.orchestra.run.smithi098.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-27T00:24:16.978 INFO:teuthology.orchestra.run.smithi098.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-27T00:24:16.978 INFO:teuthology.orchestra.run.smithi098.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-27T00:24:16.978 INFO:teuthology.orchestra.run.smithi098.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-27T00:24:16.978 INFO:teuthology.orchestra.run.smithi098.stdout:Installing weak dependencies: 2024-04-27T00:24:16.978 INFO:teuthology.orchestra.run.smithi098.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-27T00:24:16.978 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-27T00:24:16.978 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-27T00:24:16.978 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-27T00:24:16.978 INFO:teuthology.orchestra.run.smithi098.stdout:Install 30 Packages 2024-04-27T00:24:16.979 INFO:teuthology.orchestra.run.smithi098.stdout:Upgrade 2 Packages 2024-04-27T00:24:16.979 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-27T00:24:16.979 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 60 M 2024-04-27T00:24:16.979 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-27T00:24:17.533 INFO:teuthology.orchestra.run.smithi111.stdout:(1/32): ceph-common-19.0.0-3211.g5d349943.el7.x 15 MB/s | 21 MB 00:01 2024-04-27T00:24:17.575 INFO:teuthology.orchestra.run.smithi111.stdout:(2/32): ceph-selinux-19.0.0-3211.g5d349943.el7. 608 kB/s | 25 kB 00:00 2024-04-27T00:24:17.651 INFO:teuthology.orchestra.run.smithi111.stdout:(3/32): libcephfs2-19.0.0-3211.g5d349943.el7.x8 9.7 MB/s | 748 kB 00:00 2024-04-27T00:24:17.718 INFO:teuthology.orchestra.run.smithi111.stdout:(4/32): libradosstriper1-19.0.0-3211.g5d349943. 7.3 MB/s | 501 kB 00:00 2024-04-27T00:24:17.851 INFO:teuthology.orchestra.run.smithi111.stdout:(5/32): ceph-radosgw-19.0.0-3211.g5d349943.el7. 6.1 MB/s | 11 MB 00:01 2024-04-27T00:24:17.910 INFO:teuthology.orchestra.run.smithi111.stdout:(6/32): python3-ceph-argparse-19.0.0-3211.g5d34 776 kB/s | 45 kB 00:00 2024-04-27T00:24:18.044 INFO:teuthology.orchestra.run.smithi111.stdout:(7/32): librgw2-19.0.0-3211.g5d349943.el7.x86_6 16 MB/s | 5.4 MB 00:00 2024-04-27T00:24:18.069 INFO:teuthology.orchestra.run.smithi111.stdout:(8/32): python3-ceph-common-19.0.0-3211.g5d3499 850 kB/s | 135 kB 00:00 2024-04-27T00:24:18.094 INFO:teuthology.orchestra.run.smithi111.stdout:(9/32): python3-cephfs-19.0.0-3211.g5d349943.el 3.2 MB/s | 161 kB 00:00 2024-04-27T00:24:18.119 INFO:teuthology.orchestra.run.smithi111.stdout:(10/32): python3-rados-19.0.0-3211.g5d349943.el 6.2 MB/s | 321 kB 00:00 2024-04-27T00:24:18.145 INFO:teuthology.orchestra.run.smithi111.stdout:(11/32): python3-rbd-19.0.0-3211.g5d349943.el7. 5.8 MB/s | 298 kB 00:00 2024-04-27T00:24:18.170 INFO:teuthology.orchestra.run.smithi111.stdout:(12/32): python3-rgw-19.0.0-3211.g5d349943.el7. 1.9 MB/s | 99 kB 00:00 2024-04-27T00:24:18.320 INFO:teuthology.orchestra.run.smithi111.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.0 MB/s | 160 kB 00:00 2024-04-27T00:24:18.345 INFO:teuthology.orchestra.run.smithi111.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 533 kB/s | 107 kB 00:00 2024-04-27T00:24:18.371 INFO:teuthology.orchestra.run.smithi111.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 902 kB/s | 45 kB 00:00 2024-04-27T00:24:18.446 INFO:teuthology.orchestra.run.smithi111.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.8 MB/s | 292 kB 00:00 2024-04-27T00:24:18.471 INFO:teuthology.orchestra.run.smithi111.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 5.2 MB/s | 662 kB 00:00 2024-04-27T00:24:18.496 INFO:teuthology.orchestra.run.smithi111.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 842 kB/s | 42 kB 00:00 2024-04-27T00:24:18.522 INFO:teuthology.orchestra.run.smithi111.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 4.3 MB/s | 221 kB 00:00 2024-04-27T00:24:18.547 INFO:teuthology.orchestra.run.smithi111.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 717 kB/s | 36 kB 00:00 2024-04-27T00:24:18.572 INFO:teuthology.orchestra.run.smithi111.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 946 kB/s | 47 kB 00:00 2024-04-27T00:24:18.575 INFO:teuthology.orchestra.run.smithi064.stdout:lab-extras 41 kB/s | 1.7 kB 00:00 2024-04-27T00:24:18.788 INFO:teuthology.orchestra.run.smithi098.stdout:(1/32): ceph-base-19.0.0-3211.g5d349943.el7.x86 4.5 MB/s | 5.4 MB 00:01 2024-04-27T00:24:18.814 INFO:teuthology.orchestra.run.smithi111.stdout:(22/32): ceph-base-19.0.0-3211.g5d349943.el7.x8 2.0 MB/s | 5.4 MB 00:02 2024-04-27T00:24:18.838 INFO:teuthology.orchestra.run.smithi098.stdout:(2/32): ceph-selinux-19.0.0-3211.g5d349943.el7. 505 kB/s | 25 kB 00:00 2024-04-27T00:24:18.956 INFO:teuthology.orchestra.run.smithi098.stdout:(3/32): libcephfs2-19.0.0-3211.g5d349943.el7.x8 6.3 MB/s | 748 kB 00:00 2024-04-27T00:24:19.047 INFO:teuthology.orchestra.run.smithi098.stdout:(4/32): libradosstriper1-19.0.0-3211.g5d349943. 5.3 MB/s | 501 kB 00:00 2024-04-27T00:24:19.048 INFO:teuthology.orchestra.run.smithi111.stdout:(23/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 617 kB/s | 309 kB 00:00 2024-04-27T00:24:19.073 INFO:teuthology.orchestra.run.smithi111.stdout:(24/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 101 kB/s | 26 kB 00:00 2024-04-27T00:24:19.123 INFO:teuthology.orchestra.run.smithi111.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 647 kB/s | 49 kB 00:00 2024-04-27T00:24:19.198 INFO:teuthology.orchestra.run.smithi098.stdout:(5/32): ceph-radosgw-19.0.0-3211.g5d349943.el7. 6.7 MB/s | 11 MB 00:01 2024-04-27T00:24:19.232 INFO:teuthology.orchestra.run.smithi111.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 425 kB/s | 67 kB 00:00 2024-04-27T00:24:19.248 INFO:teuthology.orchestra.run.smithi098.stdout:(6/32): python3-ceph-argparse-19.0.0-3211.g5d34 906 kB/s | 45 kB 00:00 2024-04-27T00:24:19.299 INFO:teuthology.orchestra.run.smithi111.stdout:(27/32): libarrow-9.0.0-11.el9.x86_64.rpm 6.1 MB/s | 4.4 MB 00:00 2024-04-27T00:24:19.315 INFO:teuthology.orchestra.run.smithi098.stdout:(7/32): python3-ceph-common-19.0.0-3211.g5d3499 2.0 MB/s | 135 kB 00:00 2024-04-27T00:24:19.341 INFO:teuthology.orchestra.run.smithi111.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 3.8 MB/s | 839 kB 00:00 2024-04-27T00:24:19.374 INFO:teuthology.orchestra.run.smithi098.stdout:(8/32): python3-cephfs-19.0.0-3211.g5d349943.el 2.7 MB/s | 161 kB 00:00 2024-04-27T00:24:19.400 INFO:teuthology.orchestra.run.smithi111.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 16 MB/s | 1.6 MB 00:00 2024-04-27T00:24:19.425 INFO:teuthology.orchestra.run.smithi111.stdout:(30/32): re2-20211101-3.el9.x86_64.rpm 996 kB/s | 192 kB 00:00 2024-04-27T00:24:19.441 INFO:teuthology.orchestra.run.smithi098.stdout:(9/32): python3-rados-19.0.0-3211.g5d349943.el7 4.7 MB/s | 321 kB 00:00 2024-04-27T00:24:19.516 INFO:teuthology.orchestra.run.smithi098.stdout:(10/32): python3-rbd-19.0.0-3211.g5d349943.el7. 3.9 MB/s | 298 kB 00:00 2024-04-27T00:24:19.600 INFO:teuthology.orchestra.run.smithi098.stdout:(11/32): librgw2-19.0.0-3211.g5d349943.el7.x86_ 9.7 MB/s | 5.4 MB 00:00 2024-04-27T00:24:19.625 INFO:teuthology.orchestra.run.smithi098.stdout:(12/32): python3-rgw-19.0.0-3211.g5d349943.el7. 913 kB/s | 99 kB 00:00 2024-04-27T00:24:19.758 INFO:teuthology.orchestra.run.smithi111.stdout:(31/32): librbd1-19.0.0-3211.g5d349943.el7.x86_ 8.8 MB/s | 3.1 MB 00:00 2024-04-27T00:24:20.358 INFO:teuthology.orchestra.run.smithi098.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 141 kB/s | 107 kB 00:00 2024-04-27T00:24:20.450 INFO:teuthology.orchestra.run.smithi111.stdout:(32/32): librados2-19.0.0-3211.g5d349943.el7.x8 3.1 MB/s | 3.4 MB 00:01 2024-04-27T00:24:20.456 INFO:teuthology.orchestra.run.smithi111.stdout:-------------------------------------------------------------------------------- 2024-04-27T00:24:20.456 INFO:teuthology.orchestra.run.smithi111.stdout:Total 12 MB/s | 60 MB 00:04 2024-04-27T00:24:20.492 INFO:teuthology.orchestra.run.smithi098.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 185 kB/s | 160 kB 00:00 2024-04-27T00:24:20.560 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction check 2024-04-27T00:24:20.596 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction check succeeded. 2024-04-27T00:24:20.596 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction test 2024-04-27T00:24:20.849 INFO:teuthology.orchestra.run.smithi064.stdout:Dependencies resolved. 2024-04-27T00:24:20.851 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-27T00:24:20.851 INFO:teuthology.orchestra.run.smithi064.stdout: Package Arch Version Repository Size 2024-04-27T00:24:20.851 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-27T00:24:20.851 INFO:teuthology.orchestra.run.smithi064.stdout:Installing: 2024-04-27T00:24:20.851 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-radosgw x86_64 2:19.0.0-3211.g5d349943.el7 ceph 11 M 2024-04-27T00:24:20.852 INFO:teuthology.orchestra.run.smithi064.stdout:Upgrading: 2024-04-27T00:24:20.852 INFO:teuthology.orchestra.run.smithi064.stdout: librados2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 3.4 M 2024-04-27T00:24:20.852 INFO:teuthology.orchestra.run.smithi064.stdout: librbd1 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 3.1 M 2024-04-27T00:24:20.852 INFO:teuthology.orchestra.run.smithi064.stdout:Installing dependencies: 2024-04-27T00:24:20.852 INFO:teuthology.orchestra.run.smithi064.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-27T00:24:20.852 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-base x86_64 2:19.0.0-3211.g5d349943.el7 ceph 5.4 M 2024-04-27T00:24:20.852 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-common x86_64 2:19.0.0-3211.g5d349943.el7 ceph 21 M 2024-04-27T00:24:20.852 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-selinux x86_64 2:19.0.0-3211.g5d349943.el7 ceph 25 k 2024-04-27T00:24:20.852 INFO:teuthology.orchestra.run.smithi064.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-27T00:24:20.852 INFO:teuthology.orchestra.run.smithi064.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-04-27T00:24:20.852 INFO:teuthology.orchestra.run.smithi064.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-04-27T00:24:20.852 INFO:teuthology.orchestra.run.smithi064.stdout: libcephfs2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 748 k 2024-04-27T00:24:20.852 INFO:teuthology.orchestra.run.smithi064.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-27T00:24:20.852 INFO:teuthology.orchestra.run.smithi064.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-27T00:24:20.852 INFO:teuthology.orchestra.run.smithi064.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-27T00:24:20.853 INFO:teuthology.orchestra.run.smithi064.stdout: libradosstriper1 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 501 k 2024-04-27T00:24:20.853 INFO:teuthology.orchestra.run.smithi064.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-27T00:24:20.853 INFO:teuthology.orchestra.run.smithi064.stdout: librgw2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 5.4 M 2024-04-27T00:24:20.853 INFO:teuthology.orchestra.run.smithi064.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-27T00:24:20.853 INFO:teuthology.orchestra.run.smithi064.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-27T00:24:20.853 INFO:teuthology.orchestra.run.smithi064.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-04-27T00:24:20.853 INFO:teuthology.orchestra.run.smithi064.stdout: python3-ceph-argparse x86_64 2:19.0.0-3211.g5d349943.el7 ceph 45 k 2024-04-27T00:24:20.853 INFO:teuthology.orchestra.run.smithi064.stdout: python3-ceph-common x86_64 2:19.0.0-3211.g5d349943.el7 ceph 135 k 2024-04-27T00:24:20.853 INFO:teuthology.orchestra.run.smithi064.stdout: python3-cephfs x86_64 2:19.0.0-3211.g5d349943.el7 ceph 161 k 2024-04-27T00:24:20.853 INFO:teuthology.orchestra.run.smithi064.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-27T00:24:20.853 INFO:teuthology.orchestra.run.smithi064.stdout: python3-rados x86_64 2:19.0.0-3211.g5d349943.el7 ceph 321 k 2024-04-27T00:24:20.853 INFO:teuthology.orchestra.run.smithi064.stdout: python3-rbd x86_64 2:19.0.0-3211.g5d349943.el7 ceph 298 k 2024-04-27T00:24:20.853 INFO:teuthology.orchestra.run.smithi064.stdout: python3-rgw x86_64 2:19.0.0-3211.g5d349943.el7 ceph 99 k 2024-04-27T00:24:20.853 INFO:teuthology.orchestra.run.smithi064.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-27T00:24:20.854 INFO:teuthology.orchestra.run.smithi064.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-27T00:24:20.854 INFO:teuthology.orchestra.run.smithi064.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-27T00:24:20.854 INFO:teuthology.orchestra.run.smithi064.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-27T00:24:20.854 INFO:teuthology.orchestra.run.smithi064.stdout:Installing weak dependencies: 2024-04-27T00:24:20.854 INFO:teuthology.orchestra.run.smithi064.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-27T00:24:20.854 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-27T00:24:20.854 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction Summary 2024-04-27T00:24:20.854 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-27T00:24:20.854 INFO:teuthology.orchestra.run.smithi064.stdout:Install 30 Packages 2024-04-27T00:24:20.854 INFO:teuthology.orchestra.run.smithi064.stdout:Upgrade 2 Packages 2024-04-27T00:24:20.854 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-27T00:24:20.855 INFO:teuthology.orchestra.run.smithi064.stdout:Total download size: 60 M 2024-04-27T00:24:20.855 INFO:teuthology.orchestra.run.smithi064.stdout:Downloading Packages: 2024-04-27T00:24:20.876 INFO:teuthology.orchestra.run.smithi098.stdout:(15/32): ceph-common-19.0.0-3211.g5d349943.el7. 6.5 MB/s | 21 MB 00:03 2024-04-27T00:24:21.062 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction test succeeded. 2024-04-27T00:24:21.063 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction 2024-04-27T00:24:21.184 INFO:teuthology.orchestra.run.smithi098.stdout:(16/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 55 kB/s | 45 kB 00:00 2024-04-27T00:24:21.793 INFO:teuthology.orchestra.run.smithi098.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 69 kB/s | 42 kB 00:00 2024-04-27T00:24:21.835 INFO:teuthology.orchestra.run.smithi098.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 313 kB/s | 292 kB 00:00 2024-04-27T00:24:22.144 INFO:teuthology.orchestra.run.smithi098.stdout:(19/32): librdkafka-1.6.1-102.el9.x86_64.rpm 401 kB/s | 662 kB 00:01 2024-04-27T00:24:22.452 INFO:teuthology.orchestra.run.smithi098.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 58 kB/s | 36 kB 00:00 2024-04-27T00:24:22.524 INFO:teuthology.orchestra.run.smithi111.stdout: Preparing : 1/1 2024-04-27T00:24:22.593 INFO:teuthology.orchestra.run.smithi064.stdout:(1/32): ceph-base-19.0.0-3211.g5d349943.el7.x86 3.5 MB/s | 5.4 MB 00:01 2024-04-27T00:24:22.619 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-27T00:24:22.649 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-27T00:24:22.652 INFO:teuthology.orchestra.run.smithi098.stdout:(21/32): qatlib-24.02.0-1.el9.x86_64.rpm 257 kB/s | 221 kB 00:00 2024-04-27T00:24:22.668 INFO:teuthology.orchestra.run.smithi064.stdout:(2/32): ceph-selinux-19.0.0-3211.g5d349943.el7. 336 kB/s | 25 kB 00:00 2024-04-27T00:24:22.674 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-27T00:24:22.697 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-27T00:24:22.717 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-27T00:24:22.777 INFO:teuthology.orchestra.run.smithi098.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 75 kB/s | 47 kB 00:00 2024-04-27T00:24:22.868 INFO:teuthology.orchestra.run.smithi064.stdout:(3/32): libcephfs2-19.0.0-3211.g5d349943.el7.x8 3.7 MB/s | 748 kB 00:00 2024-04-27T00:24:22.886 INFO:teuthology.orchestra.run.smithi098.stdout:(23/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 713 kB/s | 309 kB 00:00 2024-04-27T00:24:22.913 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-27T00:24:22.962 INFO:teuthology.orchestra.run.smithi098.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 647 kB/s | 49 kB 00:00 2024-04-27T00:24:22.969 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-27T00:24:23.045 INFO:teuthology.orchestra.run.smithi098.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 810 kB/s | 67 kB 00:00 2024-04-27T00:24:23.077 INFO:teuthology.orchestra.run.smithi064.stdout:(4/32): ceph-common-19.0.0-3211.g5d349943.el7.x 10 MB/s | 21 MB 00:02 2024-04-27T00:24:23.087 INFO:teuthology.orchestra.run.smithi098.stdout:(26/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 84 kB/s | 26 kB 00:00 2024-04-27T00:24:23.110 INFO:teuthology.orchestra.run.smithi064.stdout:(5/32): libradosstriper1-19.0.0-3211.g5d349943. 2.0 MB/s | 501 kB 00:00 2024-04-27T00:24:23.202 INFO:teuthology.orchestra.run.smithi064.stdout:(6/32): python3-ceph-argparse-19.0.0-3211.g5d34 494 kB/s | 45 kB 00:00 2024-04-27T00:24:23.212 INFO:teuthology.orchestra.run.smithi098.stdout:(27/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 4.9 MB/s | 839 kB 00:00 2024-04-27T00:24:23.305 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-27T00:24:23.310 INFO:teuthology.orchestra.run.smithi064.stdout:(7/32): python3-ceph-common-19.0.0-3211.g5d3499 1.2 MB/s | 135 kB 00:00 2024-04-27T00:24:23.363 INFO:teuthology.orchestra.run.smithi098.stdout:(28/32): libarrow-9.0.0-11.el9.x86_64.rpm 6.2 MB/s | 4.4 MB 00:00 2024-04-27T00:24:23.388 INFO:teuthology.orchestra.run.smithi098.stdout:(29/32): re2-20211101-3.el9.x86_64.rpm 638 kB/s | 192 kB 00:00 2024-04-27T00:24:23.409 INFO:teuthology.orchestra.run.smithi111.stdout: Upgrading : librados2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-27T00:24:23.419 INFO:teuthology.orchestra.run.smithi064.stdout:(8/32): ceph-radosgw-19.0.0-3211.g5d349943.el7. 4.5 MB/s | 11 MB 00:02 2024-04-27T00:24:23.430 INFO:teuthology.orchestra.run.smithi098.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 7.3 MB/s | 1.6 MB 00:00 2024-04-27T00:24:23.445 INFO:teuthology.orchestra.run.smithi064.stdout:(9/32): python3-cephfs-19.0.0-3211.g5d349943.el 1.2 MB/s | 161 kB 00:00 2024-04-27T00:24:23.512 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: librados2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-27T00:24:23.528 INFO:teuthology.orchestra.run.smithi064.stdout:(10/32): librgw2-19.0.0-3211.g5d349943.el7.x86_ 12 MB/s | 5.4 MB 00:00 2024-04-27T00:24:23.556 INFO:teuthology.orchestra.run.smithi064.stdout:(11/32): python3-rbd-19.0.0-3211.g5d349943.el7. 2.6 MB/s | 298 kB 00:00 2024-04-27T00:24:23.589 INFO:teuthology.orchestra.run.smithi064.stdout:(12/32): python3-rados-19.0.0-3211.g5d349943.el 1.9 MB/s | 321 kB 00:00 2024-04-27T00:24:23.599 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 8/34 2024-04-27T00:24:23.614 INFO:teuthology.orchestra.run.smithi064.stdout:(13/32): python3-rgw-19.0.0-3211.g5d349943.el7. 1.1 MB/s | 99 kB 00:00 2024-04-27T00:24:23.636 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 9/34 2024-04-27T00:24:23.673 INFO:teuthology.orchestra.run.smithi064.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 912 kB/s | 107 kB 00:00 2024-04-27T00:24:23.699 INFO:teuthology.orchestra.run.smithi064.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 541 kB/s | 45 kB 00:00 2024-04-27T00:24:23.699 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 9/34 2024-04-27T00:24:23.724 INFO:teuthology.orchestra.run.smithi064.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.2 MB/s | 160 kB 00:00 2024-04-27T00:24:23.727 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-27T00:24:23.771 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7. 11/34 2024-04-27T00:24:23.782 INFO:teuthology.orchestra.run.smithi064.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 726 kB/s | 42 kB 00:00 2024-04-27T00:24:23.816 INFO:teuthology.orchestra.run.smithi064.stdout:(18/32): librdkafka-1.6.1-102.el9.x86_64.rpm 4.5 MB/s | 662 kB 00:00 2024-04-27T00:24:23.840 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 12/34 2024-04-27T00:24:23.841 INFO:teuthology.orchestra.run.smithi064.stdout:(19/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.0 MB/s | 292 kB 00:00 2024-04-27T00:24:23.871 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 13/34 2024-04-27T00:24:23.891 INFO:teuthology.orchestra.run.smithi064.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 722 kB/s | 36 kB 00:00 2024-04-27T00:24:23.905 INFO:teuthology.orchestra.run.smithi098.stdout:(31/32): librados2-19.0.0-3211.g5d349943.el7.x8 6.3 MB/s | 3.4 MB 00:00 2024-04-27T00:24:23.916 INFO:teuthology.orchestra.run.smithi064.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 632 kB/s | 47 kB 00:00 2024-04-27T00:24:23.935 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 13/34 2024-04-27T00:24:23.942 INFO:teuthology.orchestra.run.smithi064.stdout:(22/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.4 MB/s | 221 kB 00:00 2024-04-27T00:24:23.969 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-27T00:24:24.038 INFO:teuthology.orchestra.run.smithi098.stdout:(32/32): librbd1-19.0.0-3211.g5d349943.el7.x86_ 4.8 MB/s | 3.1 MB 00:00 2024-04-27T00:24:24.045 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-27T00:24:24.045 INFO:teuthology.orchestra.run.smithi098.stdout:Total 8.5 MB/s | 60 MB 00:07 2024-04-27T00:24:24.081 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-27T00:24:24.112 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-04-27T00:24:24.147 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-27T00:24:24.152 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-27T00:24:24.184 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-27T00:24:24.184 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-27T00:24:24.185 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-27T00:24:24.215 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-04-27T00:24:24.225 INFO:teuthology.orchestra.run.smithi064.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 92 kB/s | 26 kB 00:00 2024-04-27T00:24:24.247 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-27T00:24:24.334 INFO:teuthology.orchestra.run.smithi064.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 698 kB/s | 309 kB 00:00 2024-04-27T00:24:24.359 INFO:teuthology.orchestra.run.smithi064.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 364 kB/s | 49 kB 00:00 2024-04-27T00:24:24.409 INFO:teuthology.orchestra.run.smithi064.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 895 kB/s | 67 kB 00:00 2024-04-27T00:24:24.510 INFO:teuthology.orchestra.run.smithi064.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 1.9 MB/s | 192 kB 00:00 2024-04-27T00:24:24.560 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-27T00:24:24.593 INFO:teuthology.orchestra.run.smithi064.stdout:(28/32): libarrow-9.0.0-11.el9.x86_64.rpm 6.5 MB/s | 4.4 MB 00:00 2024-04-27T00:24:24.611 INFO:teuthology.orchestra.run.smithi111.stdout: Upgrading : librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 22/34 2024-04-27T00:24:24.643 INFO:teuthology.orchestra.run.smithi064.stdout:(29/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 2.9 MB/s | 839 kB 00:00 2024-04-27T00:24:24.653 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-27T00:24:24.653 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-27T00:24:24.701 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 22/34 2024-04-27T00:24:24.732 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 23/34 2024-04-27T00:24:24.762 INFO:teuthology.orchestra.run.smithi064.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 6.3 MB/s | 1.6 MB 00:00 2024-04-27T00:24:24.768 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-27T00:24:25.247 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-04-27T00:24:25.272 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 26/34 2024-04-27T00:24:25.343 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 26/34 2024-04-27T00:24:25.412 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 27/34 2024-04-27T00:24:25.449 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x8 28/34 2024-04-27T00:24:25.511 INFO:teuthology.orchestra.run.smithi064.stdout:(31/32): librbd1-19.0.0-3211.g5d349943.el7.x86_ 3.6 MB/s | 3.1 MB 00:00 2024-04-27T00:24:26.155 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-27T00:24:26.231 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-27T00:24:26.260 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-27T00:24:26.286 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-27T00:24:26.309 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-27T00:24:26.333 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-27T00:24:26.534 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-27T00:24:26.589 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-27T00:24:26.975 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-27T00:24:27.029 INFO:teuthology.orchestra.run.smithi098.stdout: Upgrading : librados2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-27T00:24:27.130 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librados2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-27T00:24:27.217 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 8/34 2024-04-27T00:24:27.256 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 9/34 2024-04-27T00:24:27.318 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 9/34 2024-04-27T00:24:27.347 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-27T00:24:27.390 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7. 11/34 2024-04-27T00:24:27.459 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 12/34 2024-04-27T00:24:27.483 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 13/34 2024-04-27T00:24:27.539 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 13/34 2024-04-27T00:24:27.564 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-27T00:24:27.673 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-27T00:24:27.707 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-04-27T00:24:27.747 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-27T00:24:27.772 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-27T00:24:27.785 INFO:teuthology.orchestra.run.smithi064.stdout:(32/32): librados2-19.0.0-3211.g5d349943.el7.x8 1.1 MB/s | 3.4 MB 00:03 2024-04-27T00:24:27.791 INFO:teuthology.orchestra.run.smithi064.stdout:-------------------------------------------------------------------------------- 2024-04-27T00:24:27.792 INFO:teuthology.orchestra.run.smithi064.stdout:Total 8.7 MB/s | 60 MB 00:06 2024-04-27T00:24:27.801 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-04-27T00:24:27.834 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-27T00:24:27.898 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction check 2024-04-27T00:24:27.917 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-27T00:24:27.936 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction check succeeded. 2024-04-27T00:24:27.937 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction test 2024-04-27T00:24:27.945 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-27T00:24:28.160 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-27T00:24:28.197 INFO:teuthology.orchestra.run.smithi098.stdout: Upgrading : librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 22/34 2024-04-27T00:24:28.281 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 22/34 2024-04-27T00:24:28.311 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 23/34 2024-04-27T00:24:28.355 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-27T00:24:28.430 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction test succeeded. 2024-04-27T00:24:28.430 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction 2024-04-27T00:24:28.488 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-27T00:24:28.532 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 30/34 2024-04-27T00:24:28.623 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 30/34 2024-04-27T00:24:28.623 INFO:teuthology.orchestra.run.smithi111.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-27T00:24:28.623 INFO:teuthology.orchestra.run.smithi111.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-27T00:24:28.623 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-04-27T00:24:28.641 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-27T00:24:28.863 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-04-27T00:24:28.892 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 26/34 2024-04-27T00:24:28.963 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 26/34 2024-04-27T00:24:29.051 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 27/34 2024-04-27T00:24:29.086 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x8 28/34 2024-04-27T00:24:29.948 INFO:teuthology.orchestra.run.smithi064.stdout: Preparing : 1/1 2024-04-27T00:24:30.037 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-27T00:24:30.074 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-27T00:24:30.099 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-27T00:24:30.122 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-27T00:24:30.145 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-27T00:24:30.364 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-27T00:24:30.419 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-27T00:24:30.755 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-27T00:24:30.859 INFO:teuthology.orchestra.run.smithi064.stdout: Upgrading : librados2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-27T00:24:30.952 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: librados2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-27T00:24:31.041 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 8/34 2024-04-27T00:24:31.075 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 9/34 2024-04-27T00:24:31.140 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 9/34 2024-04-27T00:24:31.169 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-27T00:24:31.212 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7. 11/34 2024-04-27T00:24:31.282 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 12/34 2024-04-27T00:24:31.313 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 13/34 2024-04-27T00:24:31.347 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-27T00:24:31.379 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 13/34 2024-04-27T00:24:31.391 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-27T00:24:31.411 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-27T00:24:31.522 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-27T00:24:31.554 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-04-27T00:24:31.594 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-27T00:24:31.628 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-27T00:24:31.674 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-04-27T00:24:31.706 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-27T00:24:31.937 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-27T00:24:31.978 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 30/34 2024-04-27T00:24:32.038 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-27T00:24:32.066 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 30/34 2024-04-27T00:24:32.066 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-27T00:24:32.066 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-27T00:24:32.066 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-27T00:24:32.077 INFO:teuthology.orchestra.run.smithi064.stdout: Upgrading : librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 22/34 2024-04-27T00:24:32.096 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-27T00:24:32.168 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 22/34 2024-04-27T00:24:32.198 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 23/34 2024-04-27T00:24:32.234 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-27T00:24:32.739 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-04-27T00:24:32.763 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 26/34 2024-04-27T00:24:32.835 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 26/34 2024-04-27T00:24:32.915 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 27/34 2024-04-27T00:24:32.949 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x8 28/34 2024-04-27T00:24:35.355 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-27T00:24:35.386 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-27T00:24:35.957 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-27T00:24:36.007 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 30/34 2024-04-27T00:24:36.100 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 30/34 2024-04-27T00:24:36.100 INFO:teuthology.orchestra.run.smithi064.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-27T00:24:36.101 INFO:teuthology.orchestra.run.smithi064.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-27T00:24:36.101 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-27T00:24:36.125 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-27T00:24:38.244 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-27T00:24:38.244 INFO:teuthology.orchestra.run.smithi111.stdout:skipping the directory /sys 2024-04-27T00:24:38.244 INFO:teuthology.orchestra.run.smithi111.stdout:skipping the directory /proc 2024-04-27T00:24:38.244 INFO:teuthology.orchestra.run.smithi111.stdout:skipping the directory /mnt 2024-04-27T00:24:38.244 INFO:teuthology.orchestra.run.smithi111.stdout:skipping the directory /var/tmp 2024-04-27T00:24:38.244 INFO:teuthology.orchestra.run.smithi111.stdout:skipping the directory /home 2024-04-27T00:24:38.244 INFO:teuthology.orchestra.run.smithi111.stdout:skipping the directory /root 2024-04-27T00:24:38.244 INFO:teuthology.orchestra.run.smithi111.stdout:skipping the directory /tmp 2024-04-27T00:24:38.244 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-04-27T00:24:39.234 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 32/34 2024-04-27T00:24:39.264 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 32/34 2024-04-27T00:24:39.264 INFO:teuthology.orchestra.run.smithi111.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-27T00:24:39.264 INFO:teuthology.orchestra.run.smithi111.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-27T00:24:39.264 INFO:teuthology.orchestra.run.smithi111.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-27T00:24:39.264 INFO:teuthology.orchestra.run.smithi111.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-27T00:24:39.264 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-04-27T00:24:39.266 INFO:teuthology.orchestra.run.smithi111.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-27T00:24:39.361 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-27T00:24:39.362 INFO:teuthology.orchestra.run.smithi111.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-27T00:24:40.604 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-27T00:24:40.604 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 1/34 2024-04-27T00:24:40.604 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2/34 2024-04-27T00:24:40.604 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 3/34 2024-04-27T00:24:40.604 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 4/34 2024-04-27T00:24:40.604 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 5/34 2024-04-27T00:24:40.604 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 6/34 2024-04-27T00:24:40.604 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-27T00:24:40.604 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7. 8/34 2024-04-27T00:24:40.604 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x8 9/34 2024-04-27T00:24:40.605 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 10/34 2024-04-27T00:24:40.605 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 11/34 2024-04-27T00:24:40.605 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 12/34 2024-04-27T00:24:40.605 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 13/34 2024-04-27T00:24:40.605 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-27T00:24:40.605 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-27T00:24:40.605 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-27T00:24:40.605 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-27T00:24:40.605 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-27T00:24:40.605 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-27T00:24:40.605 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-27T00:24:40.605 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-27T00:24:40.605 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-27T00:24:40.606 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-27T00:24:40.606 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-04-27T00:24:40.606 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-04-27T00:24:40.606 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-27T00:24:40.606 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-27T00:24:40.606 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-04-27T00:24:40.607 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-27T00:24:40.607 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-27T00:24:40.607 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : librados2-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-27T00:24:40.607 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-27T00:24:40.607 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 33/34 2024-04-27T00:24:41.418 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-27T00:24:41.418 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-04-27T00:24:41.418 INFO:teuthology.orchestra.run.smithi111.stdout:Upgraded: 2024-04-27T00:24:41.418 INFO:teuthology.orchestra.run.smithi111.stdout: librados2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:41.418 INFO:teuthology.orchestra.run.smithi111.stdout: librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:41.418 INFO:teuthology.orchestra.run.smithi111.stdout:Installed: 2024-04-27T00:24:41.418 INFO:teuthology.orchestra.run.smithi111.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-27T00:24:41.419 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:41.419 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:41.419 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:41.419 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:41.419 INFO:teuthology.orchestra.run.smithi111.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-27T00:24:41.419 INFO:teuthology.orchestra.run.smithi111.stdout: libarrow-9.0.0-11.el9.x86_64 2024-04-27T00:24:41.419 INFO:teuthology.orchestra.run.smithi111.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-04-27T00:24:41.419 INFO:teuthology.orchestra.run.smithi111.stdout: libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:41.419 INFO:teuthology.orchestra.run.smithi111.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-27T00:24:41.419 INFO:teuthology.orchestra.run.smithi111.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-27T00:24:41.419 INFO:teuthology.orchestra.run.smithi111.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-27T00:24:41.419 INFO:teuthology.orchestra.run.smithi111.stdout: libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:41.419 INFO:teuthology.orchestra.run.smithi111.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-27T00:24:41.419 INFO:teuthology.orchestra.run.smithi111.stdout: librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:41.420 INFO:teuthology.orchestra.run.smithi111.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-27T00:24:41.420 INFO:teuthology.orchestra.run.smithi111.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-27T00:24:41.420 INFO:teuthology.orchestra.run.smithi111.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-04-27T00:24:41.420 INFO:teuthology.orchestra.run.smithi111.stdout: python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:41.420 INFO:teuthology.orchestra.run.smithi111.stdout: python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:41.420 INFO:teuthology.orchestra.run.smithi111.stdout: python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:41.420 INFO:teuthology.orchestra.run.smithi111.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-27T00:24:41.420 INFO:teuthology.orchestra.run.smithi111.stdout: python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:41.420 INFO:teuthology.orchestra.run.smithi111.stdout: python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:41.420 INFO:teuthology.orchestra.run.smithi111.stdout: python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:41.420 INFO:teuthology.orchestra.run.smithi111.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-27T00:24:41.420 INFO:teuthology.orchestra.run.smithi111.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-27T00:24:41.420 INFO:teuthology.orchestra.run.smithi111.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-27T00:24:41.420 INFO:teuthology.orchestra.run.smithi111.stdout: re2-1:20211101-3.el9.x86_64 2024-04-27T00:24:41.421 INFO:teuthology.orchestra.run.smithi111.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-27T00:24:41.421 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-04-27T00:24:41.421 INFO:teuthology.orchestra.run.smithi111.stdout:Complete! 2024-04-27T00:24:41.633 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-27T00:24:41.634 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /sys 2024-04-27T00:24:41.634 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /proc 2024-04-27T00:24:41.634 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /mnt 2024-04-27T00:24:41.634 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /var/tmp 2024-04-27T00:24:41.634 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /home 2024-04-27T00:24:41.634 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /root 2024-04-27T00:24:41.634 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /tmp 2024-04-27T00:24:41.634 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-27T00:24:41.718 DEBUG:teuthology.orchestra.run.smithi111:> sudo yum -y install ceph-test 2024-04-27T00:24:42.234 INFO:teuthology.orchestra.run.smithi111.stdout:Last metadata expiration check: 0:00:29 ago on Sat 27 Apr 2024 12:24:13 AM UTC. 2024-04-27T00:24:42.351 INFO:teuthology.orchestra.run.smithi111.stdout:Dependencies resolved. 2024-04-27T00:24:42.352 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2024-04-27T00:24:42.352 INFO:teuthology.orchestra.run.smithi111.stdout: Package Arch Version Repository Size 2024-04-27T00:24:42.352 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2024-04-27T00:24:42.352 INFO:teuthology.orchestra.run.smithi111.stdout:Installing: 2024-04-27T00:24:42.352 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-test x86_64 2:19.0.0-3211.g5d349943.el7 ceph 49 M 2024-04-27T00:24:42.352 INFO:teuthology.orchestra.run.smithi111.stdout:Installing dependencies: 2024-04-27T00:24:42.352 INFO:teuthology.orchestra.run.smithi111.stdout: libcephsqlite x86_64 2:19.0.0-3211.g5d349943.el7 ceph 163 k 2024-04-27T00:24:42.353 INFO:teuthology.orchestra.run.smithi111.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-27T00:24:42.353 INFO:teuthology.orchestra.run.smithi111.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-27T00:24:42.353 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-04-27T00:24:42.353 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction Summary 2024-04-27T00:24:42.353 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2024-04-27T00:24:42.353 INFO:teuthology.orchestra.run.smithi111.stdout:Install 4 Packages 2024-04-27T00:24:42.353 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-04-27T00:24:42.354 INFO:teuthology.orchestra.run.smithi111.stdout:Total download size: 50 M 2024-04-27T00:24:42.354 INFO:teuthology.orchestra.run.smithi111.stdout:Installed size: 210 M 2024-04-27T00:24:42.354 INFO:teuthology.orchestra.run.smithi111.stdout:Downloading Packages: 2024-04-27T00:24:42.623 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 32/34 2024-04-27T00:24:42.648 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 32/34 2024-04-27T00:24:42.648 INFO:teuthology.orchestra.run.smithi098.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-27T00:24:42.648 INFO:teuthology.orchestra.run.smithi098.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-27T00:24:42.648 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-27T00:24:42.648 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-27T00:24:42.648 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-27T00:24:42.650 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-27T00:24:42.724 INFO:teuthology.orchestra.run.smithi111.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.3 MB/s | 305 kB 00:00 2024-04-27T00:24:42.725 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-27T00:24:42.725 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-27T00:24:42.783 INFO:teuthology.orchestra.run.smithi111.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.1 MB/s | 64 kB 00:00 2024-04-27T00:24:42.858 INFO:teuthology.orchestra.run.smithi111.stdout:(3/4): libcephsqlite-19.0.0-3211.g5d349943.el7. 454 kB/s | 163 kB 00:00 2024-04-27T00:24:43.857 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-27T00:24:43.857 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 1/34 2024-04-27T00:24:43.857 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2/34 2024-04-27T00:24:43.857 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 3/34 2024-04-27T00:24:43.858 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 4/34 2024-04-27T00:24:43.858 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 5/34 2024-04-27T00:24:43.858 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 6/34 2024-04-27T00:24:43.858 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-27T00:24:43.858 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7. 8/34 2024-04-27T00:24:43.858 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x8 9/34 2024-04-27T00:24:43.858 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 10/34 2024-04-27T00:24:43.858 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 11/34 2024-04-27T00:24:43.858 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 12/34 2024-04-27T00:24:43.858 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 13/34 2024-04-27T00:24:43.858 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-27T00:24:43.858 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-27T00:24:43.858 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-27T00:24:43.859 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-27T00:24:43.859 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-27T00:24:43.859 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-27T00:24:43.859 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-27T00:24:43.859 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-27T00:24:43.859 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-27T00:24:43.859 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-27T00:24:43.859 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-04-27T00:24:43.859 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-04-27T00:24:43.859 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-27T00:24:43.859 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-27T00:24:43.860 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-04-27T00:24:43.860 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-27T00:24:43.860 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-27T00:24:43.860 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librados2-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-27T00:24:43.860 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-27T00:24:43.860 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 33/34 2024-04-27T00:24:44.649 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-27T00:24:44.649 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-27T00:24:44.649 INFO:teuthology.orchestra.run.smithi098.stdout:Upgraded: 2024-04-27T00:24:44.649 INFO:teuthology.orchestra.run.smithi098.stdout: librados2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:44.649 INFO:teuthology.orchestra.run.smithi098.stdout: librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:44.649 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-27T00:24:44.650 INFO:teuthology.orchestra.run.smithi098.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-27T00:24:44.650 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:44.650 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:44.650 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:44.650 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:44.650 INFO:teuthology.orchestra.run.smithi098.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-27T00:24:44.650 INFO:teuthology.orchestra.run.smithi098.stdout: libarrow-9.0.0-11.el9.x86_64 2024-04-27T00:24:44.650 INFO:teuthology.orchestra.run.smithi098.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-04-27T00:24:44.650 INFO:teuthology.orchestra.run.smithi098.stdout: libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:44.650 INFO:teuthology.orchestra.run.smithi098.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-27T00:24:44.650 INFO:teuthology.orchestra.run.smithi098.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-27T00:24:44.650 INFO:teuthology.orchestra.run.smithi098.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-27T00:24:44.650 INFO:teuthology.orchestra.run.smithi098.stdout: libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:44.651 INFO:teuthology.orchestra.run.smithi098.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-27T00:24:44.651 INFO:teuthology.orchestra.run.smithi098.stdout: librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:44.651 INFO:teuthology.orchestra.run.smithi098.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-27T00:24:44.651 INFO:teuthology.orchestra.run.smithi098.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-27T00:24:44.651 INFO:teuthology.orchestra.run.smithi098.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-04-27T00:24:44.651 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:44.651 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:44.651 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:44.651 INFO:teuthology.orchestra.run.smithi098.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-27T00:24:44.651 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:44.651 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:44.651 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:44.651 INFO:teuthology.orchestra.run.smithi098.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-27T00:24:44.651 INFO:teuthology.orchestra.run.smithi098.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-27T00:24:44.652 INFO:teuthology.orchestra.run.smithi098.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-27T00:24:44.652 INFO:teuthology.orchestra.run.smithi098.stdout: re2-1:20211101-3.el9.x86_64 2024-04-27T00:24:44.652 INFO:teuthology.orchestra.run.smithi098.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-27T00:24:44.652 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-27T00:24:44.652 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-27T00:24:45.020 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-test 2024-04-27T00:24:45.531 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:31 ago on Sat 27 Apr 2024 12:24:14 AM UTC. 2024-04-27T00:24:45.648 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-27T00:24:45.649 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-27T00:24:45.649 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-04-27T00:24:45.649 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-27T00:24:45.649 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-27T00:24:45.649 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-test x86_64 2:19.0.0-3211.g5d349943.el7 ceph 49 M 2024-04-27T00:24:45.649 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-04-27T00:24:45.649 INFO:teuthology.orchestra.run.smithi098.stdout: libcephsqlite x86_64 2:19.0.0-3211.g5d349943.el7 ceph 163 k 2024-04-27T00:24:45.650 INFO:teuthology.orchestra.run.smithi098.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-27T00:24:45.650 INFO:teuthology.orchestra.run.smithi098.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-27T00:24:45.650 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-27T00:24:45.650 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-27T00:24:45.650 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-27T00:24:45.650 INFO:teuthology.orchestra.run.smithi098.stdout:Install 4 Packages 2024-04-27T00:24:45.650 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-27T00:24:45.651 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 50 M 2024-04-27T00:24:45.651 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 210 M 2024-04-27T00:24:45.651 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-27T00:24:45.725 INFO:teuthology.orchestra.run.smithi111.stdout:(4/4): ceph-test-19.0.0-3211.g5d349943.el7.x86_ 15 MB/s | 49 MB 00:03 2024-04-27T00:24:45.727 INFO:teuthology.orchestra.run.smithi111.stdout:-------------------------------------------------------------------------------- 2024-04-27T00:24:45.727 INFO:teuthology.orchestra.run.smithi111.stdout:Total 15 MB/s | 50 MB 00:03 2024-04-27T00:24:45.753 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction check 2024-04-27T00:24:45.773 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction check succeeded. 2024-04-27T00:24:45.774 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction test 2024-04-27T00:24:45.981 INFO:teuthology.orchestra.run.smithi098.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.4 MB/s | 305 kB 00:00 2024-04-27T00:24:46.006 INFO:teuthology.orchestra.run.smithi098.stdout:(2/4): libcephsqlite-19.0.0-3211.g5d349943.el7. 688 kB/s | 163 kB 00:00 2024-04-27T00:24:46.031 INFO:teuthology.orchestra.run.smithi098.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.2 MB/s | 64 kB 00:00 2024-04-27T00:24:46.050 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-27T00:24:46.050 INFO:teuthology.orchestra.run.smithi064.stdout:skipping the directory /sys 2024-04-27T00:24:46.050 INFO:teuthology.orchestra.run.smithi064.stdout:skipping the directory /proc 2024-04-27T00:24:46.050 INFO:teuthology.orchestra.run.smithi064.stdout:skipping the directory /mnt 2024-04-27T00:24:46.050 INFO:teuthology.orchestra.run.smithi064.stdout:skipping the directory /var/tmp 2024-04-27T00:24:46.050 INFO:teuthology.orchestra.run.smithi064.stdout:skipping the directory /home 2024-04-27T00:24:46.050 INFO:teuthology.orchestra.run.smithi064.stdout:skipping the directory /root 2024-04-27T00:24:46.051 INFO:teuthology.orchestra.run.smithi064.stdout:skipping the directory /tmp 2024-04-27T00:24:46.051 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-27T00:24:46.143 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction test succeeded. 2024-04-27T00:24:46.143 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction 2024-04-27T00:24:46.664 INFO:teuthology.orchestra.run.smithi111.stdout: Preparing : 1/1 2024-04-27T00:24:46.743 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-27T00:24:46.782 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-27T00:24:46.810 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 3/4 2024-04-27T00:24:47.149 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 32/34 2024-04-27T00:24:47.174 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 32/34 2024-04-27T00:24:47.174 INFO:teuthology.orchestra.run.smithi064.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-27T00:24:47.174 INFO:teuthology.orchestra.run.smithi064.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-27T00:24:47.174 INFO:teuthology.orchestra.run.smithi064.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-27T00:24:47.174 INFO:teuthology.orchestra.run.smithi064.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-27T00:24:47.175 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-27T00:24:47.176 INFO:teuthology.orchestra.run.smithi064.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-27T00:24:47.260 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-27T00:24:47.260 INFO:teuthology.orchestra.run.smithi064.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-27T00:24:48.173 INFO:teuthology.orchestra.run.smithi098.stdout:(4/4): ceph-test-19.0.0-3211.g5d349943.el7.x86_ 20 MB/s | 49 MB 00:02 2024-04-27T00:24:48.175 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-27T00:24:48.175 INFO:teuthology.orchestra.run.smithi098.stdout:Total 20 MB/s | 50 MB 00:02 2024-04-27T00:24:48.201 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-27T00:24:48.222 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-27T00:24:48.223 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-27T00:24:48.439 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-27T00:24:48.439 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 1/34 2024-04-27T00:24:48.439 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2/34 2024-04-27T00:24:48.439 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 3/34 2024-04-27T00:24:48.439 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 4/34 2024-04-27T00:24:48.439 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 5/34 2024-04-27T00:24:48.440 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 6/34 2024-04-27T00:24:48.440 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-27T00:24:48.440 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7. 8/34 2024-04-27T00:24:48.440 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x8 9/34 2024-04-27T00:24:48.440 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 10/34 2024-04-27T00:24:48.440 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 11/34 2024-04-27T00:24:48.440 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 12/34 2024-04-27T00:24:48.440 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 13/34 2024-04-27T00:24:48.440 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-27T00:24:48.440 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-27T00:24:48.440 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-27T00:24:48.440 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-27T00:24:48.440 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-27T00:24:48.440 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-27T00:24:48.440 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-27T00:24:48.441 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-27T00:24:48.441 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-27T00:24:48.441 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-27T00:24:48.441 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-04-27T00:24:48.441 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-04-27T00:24:48.442 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-27T00:24:48.442 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-27T00:24:48.442 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-04-27T00:24:48.442 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-27T00:24:48.442 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-27T00:24:48.442 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : librados2-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-27T00:24:48.442 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-27T00:24:48.442 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 33/34 2024-04-27T00:24:48.592 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-27T00:24:48.592 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-27T00:24:49.123 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-27T00:24:49.207 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-27T00:24:49.218 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-27T00:24:49.218 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-27T00:24:49.218 INFO:teuthology.orchestra.run.smithi064.stdout:Upgraded: 2024-04-27T00:24:49.218 INFO:teuthology.orchestra.run.smithi064.stdout: librados2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:49.218 INFO:teuthology.orchestra.run.smithi064.stdout: librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:49.218 INFO:teuthology.orchestra.run.smithi064.stdout:Installed: 2024-04-27T00:24:49.218 INFO:teuthology.orchestra.run.smithi064.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-27T00:24:49.219 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:49.219 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:49.219 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:49.219 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:49.219 INFO:teuthology.orchestra.run.smithi064.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-27T00:24:49.219 INFO:teuthology.orchestra.run.smithi064.stdout: libarrow-9.0.0-11.el9.x86_64 2024-04-27T00:24:49.219 INFO:teuthology.orchestra.run.smithi064.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-04-27T00:24:49.219 INFO:teuthology.orchestra.run.smithi064.stdout: libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:49.219 INFO:teuthology.orchestra.run.smithi064.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-27T00:24:49.219 INFO:teuthology.orchestra.run.smithi064.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-27T00:24:49.219 INFO:teuthology.orchestra.run.smithi064.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-27T00:24:49.219 INFO:teuthology.orchestra.run.smithi064.stdout: libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:49.219 INFO:teuthology.orchestra.run.smithi064.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-27T00:24:49.219 INFO:teuthology.orchestra.run.smithi064.stdout: librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:49.220 INFO:teuthology.orchestra.run.smithi064.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-27T00:24:49.220 INFO:teuthology.orchestra.run.smithi064.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-27T00:24:49.220 INFO:teuthology.orchestra.run.smithi064.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-04-27T00:24:49.220 INFO:teuthology.orchestra.run.smithi064.stdout: python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:49.220 INFO:teuthology.orchestra.run.smithi064.stdout: python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:49.220 INFO:teuthology.orchestra.run.smithi064.stdout: python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:49.220 INFO:teuthology.orchestra.run.smithi064.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-27T00:24:49.220 INFO:teuthology.orchestra.run.smithi064.stdout: python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:49.220 INFO:teuthology.orchestra.run.smithi064.stdout: python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:49.220 INFO:teuthology.orchestra.run.smithi064.stdout: python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:49.220 INFO:teuthology.orchestra.run.smithi064.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-27T00:24:49.220 INFO:teuthology.orchestra.run.smithi064.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-27T00:24:49.220 INFO:teuthology.orchestra.run.smithi064.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-27T00:24:49.220 INFO:teuthology.orchestra.run.smithi064.stdout: re2-1:20211101-3.el9.x86_64 2024-04-27T00:24:49.220 INFO:teuthology.orchestra.run.smithi064.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-27T00:24:49.221 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-27T00:24:49.221 INFO:teuthology.orchestra.run.smithi064.stdout:Complete! 2024-04-27T00:24:49.246 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-27T00:24:49.275 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 3/4 2024-04-27T00:24:49.541 DEBUG:teuthology.orchestra.run.smithi064:> sudo yum -y install ceph-test 2024-04-27T00:24:50.074 INFO:teuthology.orchestra.run.smithi064.stdout:Last metadata expiration check: 0:00:32 ago on Sat 27 Apr 2024 12:24:18 AM UTC. 2024-04-27T00:24:50.196 INFO:teuthology.orchestra.run.smithi064.stdout:Dependencies resolved. 2024-04-27T00:24:50.197 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-27T00:24:50.197 INFO:teuthology.orchestra.run.smithi064.stdout: Package Arch Version Repository Size 2024-04-27T00:24:50.197 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-27T00:24:50.197 INFO:teuthology.orchestra.run.smithi064.stdout:Installing: 2024-04-27T00:24:50.197 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-test x86_64 2:19.0.0-3211.g5d349943.el7 ceph 49 M 2024-04-27T00:24:50.197 INFO:teuthology.orchestra.run.smithi064.stdout:Installing dependencies: 2024-04-27T00:24:50.198 INFO:teuthology.orchestra.run.smithi064.stdout: libcephsqlite x86_64 2:19.0.0-3211.g5d349943.el7 ceph 163 k 2024-04-27T00:24:50.198 INFO:teuthology.orchestra.run.smithi064.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-27T00:24:50.198 INFO:teuthology.orchestra.run.smithi064.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-27T00:24:50.198 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-27T00:24:50.198 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction Summary 2024-04-27T00:24:50.198 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-27T00:24:50.198 INFO:teuthology.orchestra.run.smithi064.stdout:Install 4 Packages 2024-04-27T00:24:50.198 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-27T00:24:50.199 INFO:teuthology.orchestra.run.smithi064.stdout:Total download size: 50 M 2024-04-27T00:24:50.199 INFO:teuthology.orchestra.run.smithi064.stdout:Installed size: 210 M 2024-04-27T00:24:50.199 INFO:teuthology.orchestra.run.smithi064.stdout:Downloading Packages: 2024-04-27T00:24:50.964 INFO:teuthology.orchestra.run.smithi064.stdout:(1/4): libcephsqlite-19.0.0-3211.g5d349943.el7. 336 kB/s | 163 kB 00:00 2024-04-27T00:24:51.395 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 3/4 2024-04-27T00:24:51.482 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 4/4 2024-04-27T00:24:51.498 INFO:teuthology.orchestra.run.smithi064.stdout:(2/4): socat-1.7.4.1-5.el9.x86_64.rpm 299 kB/s | 305 kB 00:01 2024-04-27T00:24:51.623 INFO:teuthology.orchestra.run.smithi064.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 97 kB/s | 64 kB 00:00 2024-04-27T00:24:52.831 INFO:teuthology.orchestra.run.smithi064.stdout:(4/4): ceph-test-19.0.0-3211.g5d349943.el7.x86_ 21 MB/s | 49 MB 00:02 2024-04-27T00:24:52.834 INFO:teuthology.orchestra.run.smithi064.stdout:-------------------------------------------------------------------------------- 2024-04-27T00:24:52.834 INFO:teuthology.orchestra.run.smithi064.stdout:Total 19 MB/s | 50 MB 00:02 2024-04-27T00:24:52.861 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction check 2024-04-27T00:24:52.884 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction check succeeded. 2024-04-27T00:24:52.884 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction test 2024-04-27T00:24:53.277 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction test succeeded. 2024-04-27T00:24:53.277 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction 2024-04-27T00:24:53.786 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 4/4 2024-04-27T00:24:53.786 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 1/4 2024-04-27T00:24:53.786 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 2/4 2024-04-27T00:24:53.786 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-27T00:24:53.817 INFO:teuthology.orchestra.run.smithi064.stdout: Preparing : 1/1 2024-04-27T00:24:53.841 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 3/4 2024-04-27T00:24:53.892 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-27T00:24:53.914 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 4/4 2024-04-27T00:24:53.973 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-27T00:24:54.000 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 3/4 2024-04-27T00:24:54.044 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-27T00:24:54.044 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-04-27T00:24:54.044 INFO:teuthology.orchestra.run.smithi111.stdout:Installed: 2024-04-27T00:24:54.044 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:54.044 INFO:teuthology.orchestra.run.smithi111.stdout: libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:54.044 INFO:teuthology.orchestra.run.smithi111.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-27T00:24:54.044 INFO:teuthology.orchestra.run.smithi111.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-27T00:24:54.044 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-04-27T00:24:54.044 INFO:teuthology.orchestra.run.smithi111.stdout:Complete! 2024-04-27T00:24:54.308 DEBUG:teuthology.orchestra.run.smithi111:> sudo yum -y install ceph 2024-04-27T00:24:54.822 INFO:teuthology.orchestra.run.smithi111.stdout:Last metadata expiration check: 0:00:41 ago on Sat 27 Apr 2024 12:24:13 AM UTC. 2024-04-27T00:24:54.949 INFO:teuthology.orchestra.run.smithi111.stdout:Dependencies resolved. 2024-04-27T00:24:54.951 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2024-04-27T00:24:54.951 INFO:teuthology.orchestra.run.smithi111.stdout: Package Arch Version Repository Size 2024-04-27T00:24:54.951 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2024-04-27T00:24:54.951 INFO:teuthology.orchestra.run.smithi111.stdout:Installing: 2024-04-27T00:24:54.952 INFO:teuthology.orchestra.run.smithi111.stdout: ceph x86_64 2:19.0.0-3211.g5d349943.el7 ceph 6.6 k 2024-04-27T00:24:54.952 INFO:teuthology.orchestra.run.smithi111.stdout:Installing dependencies: 2024-04-27T00:24:54.952 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-mds x86_64 2:19.0.0-3211.g5d349943.el7 ceph 2.4 M 2024-04-27T00:24:54.952 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-mgr x86_64 2:19.0.0-3211.g5d349943.el7 ceph 1.5 M 2024-04-27T00:24:54.952 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3211.g5d349943.el7 ceph-noarch 249 k 2024-04-27T00:24:54.952 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-mon x86_64 2:19.0.0-3211.g5d349943.el7 ceph 4.7 M 2024-04-27T00:24:54.952 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-osd x86_64 2:19.0.0-3211.g5d349943.el7 ceph 17 M 2024-04-27T00:24:54.952 INFO:teuthology.orchestra.run.smithi111.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-27T00:24:54.952 INFO:teuthology.orchestra.run.smithi111.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-27T00:24:54.952 INFO:teuthology.orchestra.run.smithi111.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-27T00:24:54.952 INFO:teuthology.orchestra.run.smithi111.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-27T00:24:54.952 INFO:teuthology.orchestra.run.smithi111.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-27T00:24:54.952 INFO:teuthology.orchestra.run.smithi111.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-27T00:24:54.953 INFO:teuthology.orchestra.run.smithi111.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-27T00:24:54.953 INFO:teuthology.orchestra.run.smithi111.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-27T00:24:54.953 INFO:teuthology.orchestra.run.smithi111.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-27T00:24:54.953 INFO:teuthology.orchestra.run.smithi111.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-27T00:24:54.953 INFO:teuthology.orchestra.run.smithi111.stdout: python3-jaraco-collections 2024-04-27T00:24:54.953 INFO:teuthology.orchestra.run.smithi111.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-27T00:24:54.953 INFO:teuthology.orchestra.run.smithi111.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-27T00:24:54.953 INFO:teuthology.orchestra.run.smithi111.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-27T00:24:54.953 INFO:teuthology.orchestra.run.smithi111.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-27T00:24:54.953 INFO:teuthology.orchestra.run.smithi111.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-27T00:24:54.953 INFO:teuthology.orchestra.run.smithi111.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-27T00:24:54.953 INFO:teuthology.orchestra.run.smithi111.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-27T00:24:54.953 INFO:teuthology.orchestra.run.smithi111.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-27T00:24:54.954 INFO:teuthology.orchestra.run.smithi111.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-27T00:24:54.954 INFO:teuthology.orchestra.run.smithi111.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-27T00:24:54.954 INFO:teuthology.orchestra.run.smithi111.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-27T00:24:54.954 INFO:teuthology.orchestra.run.smithi111.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-27T00:24:54.954 INFO:teuthology.orchestra.run.smithi111.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-27T00:24:54.954 INFO:teuthology.orchestra.run.smithi111.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-27T00:24:54.954 INFO:teuthology.orchestra.run.smithi111.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-27T00:24:54.954 INFO:teuthology.orchestra.run.smithi111.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-27T00:24:54.954 INFO:teuthology.orchestra.run.smithi111.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-27T00:24:54.954 INFO:teuthology.orchestra.run.smithi111.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-27T00:24:54.954 INFO:teuthology.orchestra.run.smithi111.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-27T00:24:54.954 INFO:teuthology.orchestra.run.smithi111.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-27T00:24:54.955 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-04-27T00:24:54.955 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction Summary 2024-04-27T00:24:54.955 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2024-04-27T00:24:54.955 INFO:teuthology.orchestra.run.smithi111.stdout:Install 36 Packages 2024-04-27T00:24:54.955 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-04-27T00:24:54.955 INFO:teuthology.orchestra.run.smithi111.stdout:Total download size: 30 M 2024-04-27T00:24:54.955 INFO:teuthology.orchestra.run.smithi111.stdout:Installed size: 107 M 2024-04-27T00:24:54.955 INFO:teuthology.orchestra.run.smithi111.stdout:Downloading Packages: 2024-04-27T00:24:55.543 INFO:teuthology.orchestra.run.smithi111.stdout:(1/36): ceph-19.0.0-3211.g5d349943.el7.x86_64.r 37 kB/s | 6.6 kB 00:00 2024-04-27T00:24:55.702 INFO:teuthology.orchestra.run.smithi111.stdout:(2/36): ceph-mgr-19.0.0-3211.g5d349943.el7.x86_ 4.5 MB/s | 1.5 MB 00:00 2024-04-27T00:24:55.985 INFO:teuthology.orchestra.run.smithi111.stdout:(3/36): ceph-mds-19.0.0-3211.g5d349943.el7.x86_ 3.8 MB/s | 2.4 MB 00:00 2024-04-27T00:24:56.086 INFO:teuthology.orchestra.run.smithi111.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3211.g5d34 2.4 MB/s | 249 kB 00:00 2024-04-27T00:24:56.161 INFO:teuthology.orchestra.run.smithi111.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 3.3 MB/s | 253 kB 00:00 2024-04-27T00:24:56.250 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 4/4 2024-04-27T00:24:56.251 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 1/4 2024-04-27T00:24:56.251 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 2/4 2024-04-27T00:24:56.251 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-27T00:24:56.269 INFO:teuthology.orchestra.run.smithi111.stdout:(6/36): python3-cryptography-36.0.1-4.el9.x86_6 11 MB/s | 1.2 MB 00:00 2024-04-27T00:24:56.336 INFO:teuthology.orchestra.run.smithi111.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 1.6 MB/s | 106 kB 00:00 2024-04-27T00:24:56.420 INFO:teuthology.orchestra.run.smithi111.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 1.6 MB/s | 135 kB 00:00 2024-04-27T00:24:56.552 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-27T00:24:56.553 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-27T00:24:56.553 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-27T00:24:56.553 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:56.553 INFO:teuthology.orchestra.run.smithi098.stdout: libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:24:56.553 INFO:teuthology.orchestra.run.smithi098.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-27T00:24:56.553 INFO:teuthology.orchestra.run.smithi098.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-27T00:24:56.553 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-27T00:24:56.553 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-27T00:24:56.654 INFO:teuthology.orchestra.run.smithi111.stdout:(9/36): ceph-osd-19.0.0-3211.g5d349943.el7.x86_ 18 MB/s | 17 MB 00:00 2024-04-27T00:24:56.679 INFO:teuthology.orchestra.run.smithi111.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 482 kB/s | 125 kB 00:00 2024-04-27T00:24:56.754 INFO:teuthology.orchestra.run.smithi111.stdout:(11/36): ceph-mon-19.0.0-3211.g5d349943.el7.x86 3.9 MB/s | 4.7 MB 00:01 2024-04-27T00:24:56.821 INFO:teuthology.orchestra.run.smithi111.stdout:(12/36): python3-urllib3-1.26.5-5.el9.noarch.rp 1.3 MB/s | 215 kB 00:00 2024-04-27T00:24:56.824 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph 2024-04-27T00:24:56.938 INFO:teuthology.orchestra.run.smithi111.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 298 kB/s | 35 kB 00:00 2024-04-27T00:24:56.972 INFO:teuthology.orchestra.run.smithi111.stdout:(14/36): python3-mako-1.1.4-6.el9.noarch.rpm 793 kB/s | 172 kB 00:00 2024-04-27T00:24:56.997 INFO:teuthology.orchestra.run.smithi111.stdout:(15/36): lua-5.4.4-4.el9.x86_64.rpm 594 kB/s | 188 kB 00:00 2024-04-27T00:24:57.030 INFO:teuthology.orchestra.run.smithi111.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 714 kB/s | 42 kB 00:00 2024-04-27T00:24:57.064 INFO:teuthology.orchestra.run.smithi111.stdout:(17/36): python3-pytz-2021.1-5.el9.noarch.rpm 405 kB/s | 51 kB 00:00 2024-04-27T00:24:57.097 INFO:teuthology.orchestra.run.smithi111.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 222 kB/s | 22 kB 00:00 2024-04-27T00:24:57.215 INFO:teuthology.orchestra.run.smithi111.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 289 kB/s | 43 kB 00:00 2024-04-27T00:24:57.240 INFO:teuthology.orchestra.run.smithi111.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 722 kB/s | 151 kB 00:00 2024-04-27T00:24:57.298 INFO:teuthology.orchestra.run.smithi111.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 184 kB/s | 11 kB 00:00 2024-04-27T00:24:57.324 INFO:teuthology.orchestra.run.smithi111.stdout:(22/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 760 kB/s | 172 kB 00:00 2024-04-27T00:24:57.345 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:43 ago on Sat 27 Apr 2024 12:24:14 AM UTC. 2024-04-27T00:24:57.357 INFO:teuthology.orchestra.run.smithi111.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 302 kB/s | 18 kB 00:00 2024-04-27T00:24:57.382 INFO:teuthology.orchestra.run.smithi111.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 395 kB/s | 23 kB 00:00 2024-04-27T00:24:57.408 INFO:teuthology.orchestra.run.smithi111.stdout:(25/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.8 MB/s | 358 kB 00:00 2024-04-27T00:24:57.433 INFO:teuthology.orchestra.run.smithi111.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 256 kB/s | 19 kB 00:00 2024-04-27T00:24:57.459 INFO:teuthology.orchestra.run.smithi111.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 259 kB/s | 20 kB 00:00 2024-04-27T00:24:57.472 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-27T00:24:57.474 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-27T00:24:57.474 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-04-27T00:24:57.474 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-27T00:24:57.474 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-27T00:24:57.474 INFO:teuthology.orchestra.run.smithi098.stdout: ceph x86_64 2:19.0.0-3211.g5d349943.el7 ceph 6.6 k 2024-04-27T00:24:57.475 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-04-27T00:24:57.475 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mds x86_64 2:19.0.0-3211.g5d349943.el7 ceph 2.4 M 2024-04-27T00:24:57.475 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr x86_64 2:19.0.0-3211.g5d349943.el7 ceph 1.5 M 2024-04-27T00:24:57.475 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3211.g5d349943.el7 ceph-noarch 249 k 2024-04-27T00:24:57.475 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mon x86_64 2:19.0.0-3211.g5d349943.el7 ceph 4.7 M 2024-04-27T00:24:57.475 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-osd x86_64 2:19.0.0-3211.g5d349943.el7 ceph 17 M 2024-04-27T00:24:57.475 INFO:teuthology.orchestra.run.smithi098.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-27T00:24:57.475 INFO:teuthology.orchestra.run.smithi098.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-27T00:24:57.475 INFO:teuthology.orchestra.run.smithi098.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-27T00:24:57.475 INFO:teuthology.orchestra.run.smithi098.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-27T00:24:57.475 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-27T00:24:57.475 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-27T00:24:57.475 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-27T00:24:57.475 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-27T00:24:57.475 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-27T00:24:57.476 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-27T00:24:57.476 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-collections 2024-04-27T00:24:57.476 INFO:teuthology.orchestra.run.smithi098.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-27T00:24:57.476 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-27T00:24:57.476 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-27T00:24:57.476 INFO:teuthology.orchestra.run.smithi098.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-27T00:24:57.476 INFO:teuthology.orchestra.run.smithi098.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-27T00:24:57.476 INFO:teuthology.orchestra.run.smithi098.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-27T00:24:57.476 INFO:teuthology.orchestra.run.smithi098.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-27T00:24:57.476 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-27T00:24:57.476 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-27T00:24:57.476 INFO:teuthology.orchestra.run.smithi098.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-27T00:24:57.476 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-27T00:24:57.476 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-27T00:24:57.477 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-27T00:24:57.477 INFO:teuthology.orchestra.run.smithi098.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-27T00:24:57.477 INFO:teuthology.orchestra.run.smithi098.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-27T00:24:57.477 INFO:teuthology.orchestra.run.smithi098.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-27T00:24:57.477 INFO:teuthology.orchestra.run.smithi098.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-27T00:24:57.477 INFO:teuthology.orchestra.run.smithi098.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-27T00:24:57.477 INFO:teuthology.orchestra.run.smithi098.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-27T00:24:57.477 INFO:teuthology.orchestra.run.smithi098.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-27T00:24:57.477 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-27T00:24:57.477 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-27T00:24:57.477 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-27T00:24:57.477 INFO:teuthology.orchestra.run.smithi098.stdout:Install 36 Packages 2024-04-27T00:24:57.477 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-27T00:24:57.478 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 30 M 2024-04-27T00:24:57.478 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 107 M 2024-04-27T00:24:57.478 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-27T00:24:57.484 INFO:teuthology.orchestra.run.smithi111.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 614 kB/s | 46 kB 00:00 2024-04-27T00:24:57.509 INFO:teuthology.orchestra.run.smithi111.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-04-27T00:24:57.534 INFO:teuthology.orchestra.run.smithi111.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 327 kB/s | 16 kB 00:00 2024-04-27T00:24:57.568 INFO:teuthology.orchestra.run.smithi111.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.4 MB/s | 272 kB 00:00 2024-04-27T00:24:57.593 INFO:teuthology.orchestra.run.smithi111.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 612 kB/s | 36 kB 00:00 2024-04-27T00:24:57.618 INFO:teuthology.orchestra.run.smithi111.stdout:(33/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 825 kB/s | 90 kB 00:00 2024-04-27T00:24:57.644 INFO:teuthology.orchestra.run.smithi111.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 3.0 MB/s | 230 kB 00:00 2024-04-27T00:24:57.677 INFO:teuthology.orchestra.run.smithi111.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 5.0 MB/s | 427 kB 00:00 2024-04-27T00:24:57.703 INFO:teuthology.orchestra.run.smithi111.stdout:(36/36): python3-zc-lockfile-2.0-10.el9.noarch. 238 kB/s | 20 kB 00:00 2024-04-27T00:24:57.704 INFO:teuthology.orchestra.run.smithi111.stdout:-------------------------------------------------------------------------------- 2024-04-27T00:24:57.704 INFO:teuthology.orchestra.run.smithi111.stdout:Total 11 MB/s | 30 MB 00:02 2024-04-27T00:24:57.843 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction check 2024-04-27T00:24:57.882 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction check succeeded. 2024-04-27T00:24:57.882 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction test 2024-04-27T00:24:58.173 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction test succeeded. 2024-04-27T00:24:58.173 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction 2024-04-27T00:24:58.367 INFO:teuthology.orchestra.run.smithi098.stdout:(1/36): ceph-19.0.0-3211.g5d349943.el7.x86_64.r 30 kB/s | 6.6 kB 00:00 2024-04-27T00:24:58.718 INFO:teuthology.orchestra.run.smithi098.stdout:(2/36): ceph-mgr-19.0.0-3211.g5d349943.el7.x86_ 2.6 MB/s | 1.5 MB 00:00 2024-04-27T00:24:58.768 INFO:teuthology.orchestra.run.smithi098.stdout:(3/36): ceph-mds-19.0.0-3211.g5d349943.el7.x86_ 3.8 MB/s | 2.4 MB 00:00 2024-04-27T00:24:58.873 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 3/4 2024-04-27T00:24:58.876 INFO:teuthology.orchestra.run.smithi098.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3211.g5d34 2.3 MB/s | 249 kB 00:00 2024-04-27T00:24:58.977 INFO:teuthology.orchestra.run.smithi098.stdout:(5/36): ceph-mon-19.0.0-3211.g5d349943.el7.x86_ 7.7 MB/s | 4.7 MB 00:00 2024-04-27T00:24:59.077 INFO:teuthology.orchestra.run.smithi098.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.2 MB/s | 253 kB 00:00 2024-04-27T00:24:59.083 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 4/4 2024-04-27T00:24:59.177 INFO:teuthology.orchestra.run.smithi098.stdout:(7/36): python3-cryptography-36.0.1-4.el9.x86_6 6.1 MB/s | 1.2 MB 00:00 2024-04-27T00:24:59.203 INFO:teuthology.orchestra.run.smithi098.stdout:(8/36): python3-ply-3.11-14.el9.noarch.rpm 851 kB/s | 106 kB 00:00 2024-04-27T00:24:59.228 INFO:teuthology.orchestra.run.smithi098.stdout:(9/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.6 MB/s | 135 kB 00:00 2024-04-27T00:24:59.278 INFO:teuthology.orchestra.run.smithi098.stdout:(10/36): python3-urllib3-1.26.5-5.el9.noarch.rp 4.2 MB/s | 215 kB 00:00 2024-04-27T00:24:59.303 INFO:teuthology.orchestra.run.smithi098.stdout:(11/36): python3-requests-2.25.1-8.el9.noarch.r 1.2 MB/s | 125 kB 00:00 2024-04-27T00:24:59.479 INFO:teuthology.orchestra.run.smithi098.stdout:(12/36): lua-5.4.4-4.el9.x86_64.rpm 941 kB/s | 188 kB 00:00 2024-04-27T00:24:59.504 INFO:teuthology.orchestra.run.smithi098.stdout:(13/36): python3-mako-1.1.4-6.el9.noarch.rpm 861 kB/s | 172 kB 00:00 2024-04-27T00:24:59.523 INFO:teuthology.orchestra.run.smithi111.stdout: Preparing : 1/1 2024-04-27T00:24:59.597 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-27T00:24:59.629 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-27T00:24:59.657 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-27T00:24:59.679 INFO:teuthology.orchestra.run.smithi098.stdout:(14/36): ceph-osd-19.0.0-3211.g5d349943.el7.x86 18 MB/s | 17 MB 00:00 2024-04-27T00:24:59.704 INFO:teuthology.orchestra.run.smithi098.stdout:(15/36): python3-markupsafe-1.1.1-12.el9.x86_64 154 kB/s | 35 kB 00:00 2024-04-27T00:24:59.727 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-27T00:24:59.729 INFO:teuthology.orchestra.run.smithi098.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 226 kB/s | 51 kB 00:00 2024-04-27T00:24:59.755 INFO:teuthology.orchestra.run.smithi098.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 443 kB/s | 22 kB 00:00 2024-04-27T00:24:59.765 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-27T00:24:59.798 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-27T00:24:59.813 INFO:teuthology.orchestra.run.smithi098.stdout:(18/36): python3-toml-0.10.2-6.el9.noarch.rpm 311 kB/s | 42 kB 00:00 2024-04-27T00:24:59.889 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-27T00:24:59.967 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-27T00:25:00.009 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-27T00:25:00.044 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-27T00:25:00.073 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-27T00:25:00.108 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-27T00:25:00.141 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-27T00:25:00.182 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-27T00:25:00.225 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-27T00:25:00.260 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-27T00:25:00.297 INFO:teuthology.orchestra.run.smithi098.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 80 kB/s | 43 kB 00:00 2024-04-27T00:25:00.298 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-27T00:25:00.370 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-27T00:25:00.431 INFO:teuthology.orchestra.run.smithi098.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 215 kB/s | 151 kB 00:00 2024-04-27T00:25:00.508 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-27T00:25:00.539 INFO:teuthology.orchestra.run.smithi098.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 98 kB/s | 11 kB 00:00 2024-04-27T00:25:00.589 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-27T00:25:00.640 INFO:teuthology.orchestra.run.smithi098.stdout:(22/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 221 kB/s | 172 kB 00:00 2024-04-27T00:25:00.642 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-27T00:25:00.666 INFO:teuthology.orchestra.run.smithi098.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 141 kB/s | 18 kB 00:00 2024-04-27T00:25:00.689 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-27T00:25:00.747 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-27T00:25:00.748 INFO:teuthology.orchestra.run.smithi098.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 213 kB/s | 23 kB 00:00 2024-04-27T00:25:00.799 INFO:teuthology.orchestra.run.smithi098.stdout:(25/36): python3-cherrypy-18.6.1-2.el9.noarch.r 715 kB/s | 358 kB 00:00 2024-04-27T00:25:00.801 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-27T00:25:00.841 INFO:teuthology.orchestra.run.smithi098.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 111 kB/s | 19 kB 00:00 2024-04-27T00:25:00.866 INFO:teuthology.orchestra.run.smithi098.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 168 kB/s | 20 kB 00:00 2024-04-27T00:25:00.900 INFO:teuthology.orchestra.run.smithi098.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 459 kB/s | 46 kB 00:00 2024-04-27T00:25:00.992 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-27T00:25:01.000 INFO:teuthology.orchestra.run.smithi098.stdout:(29/36): python3-portend-3.1.0-2.el9.noarch.rpm 164 kB/s | 16 kB 00:00 2024-04-27T00:25:01.025 INFO:teuthology.orchestra.run.smithi098.stdout:(30/36): python3-more-itertools-8.12.0-2.el9.no 427 kB/s | 79 kB 00:00 2024-04-27T00:25:01.043 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-27T00:25:01.120 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-27T00:25:01.134 INFO:teuthology.orchestra.run.smithi098.stdout:(31/36): python3-tempora-5.0.0-2.el9.noarch.rpm 330 kB/s | 36 kB 00:00 2024-04-27T00:25:01.176 INFO:teuthology.orchestra.run.smithi098.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 512 kB/s | 90 kB 00:00 2024-04-27T00:25:01.211 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-27T00:25:01.251 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-27T00:25:01.326 INFO:teuthology.orchestra.run.smithi098.stdout:(33/36): python3-pecan-1.4.2-3.el9.noarch.rpm 592 kB/s | 272 kB 00:00 2024-04-27T00:25:01.366 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-27T00:25:01.397 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 4/4 2024-04-27T00:25:01.397 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 1/4 2024-04-27T00:25:01.397 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 2/4 2024-04-27T00:25:01.397 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-27T00:25:01.427 INFO:teuthology.orchestra.run.smithi098.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 200 kB/s | 20 kB 00:00 2024-04-27T00:25:01.510 INFO:teuthology.orchestra.run.smithi098.stdout:(35/36): python3-webob-1.8.7-6.el9.noarch.rpm 611 kB/s | 230 kB 00:00 2024-04-27T00:25:01.524 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3211.g5d349943.el7. 31/36 2024-04-27T00:25:01.553 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 32/36 2024-04-27T00:25:01.579 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 32/36 2024-04-27T00:25:01.579 INFO:teuthology.orchestra.run.smithi111.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-27T00:25:01.579 INFO:teuthology.orchestra.run.smithi111.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-27T00:25:01.579 INFO:teuthology.orchestra.run.smithi111.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-27T00:25:01.579 INFO:teuthology.orchestra.run.smithi111.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-27T00:25:01.579 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-04-27T00:25:01.694 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-27T00:25:01.694 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-27T00:25:01.695 INFO:teuthology.orchestra.run.smithi064.stdout:Installed: 2024-04-27T00:25:01.695 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:25:01.695 INFO:teuthology.orchestra.run.smithi064.stdout: libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:25:01.695 INFO:teuthology.orchestra.run.smithi064.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-27T00:25:01.695 INFO:teuthology.orchestra.run.smithi064.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-27T00:25:01.695 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-27T00:25:01.695 INFO:teuthology.orchestra.run.smithi064.stdout:Complete! 2024-04-27T00:25:01.777 INFO:teuthology.orchestra.run.smithi098.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 711 kB/s | 427 kB 00:00 2024-04-27T00:25:01.782 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-27T00:25:01.782 INFO:teuthology.orchestra.run.smithi098.stdout:Total 7.0 MB/s | 30 MB 00:04 2024-04-27T00:25:01.918 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-27T00:25:01.958 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-27T00:25:01.958 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-27T00:25:01.979 DEBUG:teuthology.orchestra.run.smithi064:> sudo yum -y install ceph 2024-04-27T00:25:02.251 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-27T00:25:02.252 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-27T00:25:02.516 INFO:teuthology.orchestra.run.smithi064.stdout:Last metadata expiration check: 0:00:44 ago on Sat 27 Apr 2024 12:24:18 AM UTC. 2024-04-27T00:25:02.645 INFO:teuthology.orchestra.run.smithi064.stdout:Dependencies resolved. 2024-04-27T00:25:02.648 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-27T00:25:02.648 INFO:teuthology.orchestra.run.smithi064.stdout: Package Arch Version Repository Size 2024-04-27T00:25:02.648 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-27T00:25:02.648 INFO:teuthology.orchestra.run.smithi064.stdout:Installing: 2024-04-27T00:25:02.648 INFO:teuthology.orchestra.run.smithi064.stdout: ceph x86_64 2:19.0.0-3211.g5d349943.el7 ceph 6.6 k 2024-04-27T00:25:02.648 INFO:teuthology.orchestra.run.smithi064.stdout:Installing dependencies: 2024-04-27T00:25:02.648 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-mds x86_64 2:19.0.0-3211.g5d349943.el7 ceph 2.4 M 2024-04-27T00:25:02.648 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-mgr x86_64 2:19.0.0-3211.g5d349943.el7 ceph 1.5 M 2024-04-27T00:25:02.648 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3211.g5d349943.el7 ceph-noarch 249 k 2024-04-27T00:25:02.648 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-mon x86_64 2:19.0.0-3211.g5d349943.el7 ceph 4.7 M 2024-04-27T00:25:02.648 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-osd x86_64 2:19.0.0-3211.g5d349943.el7 ceph 17 M 2024-04-27T00:25:02.649 INFO:teuthology.orchestra.run.smithi064.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-27T00:25:02.649 INFO:teuthology.orchestra.run.smithi064.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-27T00:25:02.649 INFO:teuthology.orchestra.run.smithi064.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-27T00:25:02.649 INFO:teuthology.orchestra.run.smithi064.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-27T00:25:02.649 INFO:teuthology.orchestra.run.smithi064.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-27T00:25:02.649 INFO:teuthology.orchestra.run.smithi064.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-27T00:25:02.649 INFO:teuthology.orchestra.run.smithi064.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-27T00:25:02.649 INFO:teuthology.orchestra.run.smithi064.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-27T00:25:02.649 INFO:teuthology.orchestra.run.smithi064.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-27T00:25:02.649 INFO:teuthology.orchestra.run.smithi064.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-27T00:25:02.649 INFO:teuthology.orchestra.run.smithi064.stdout: python3-jaraco-collections 2024-04-27T00:25:02.649 INFO:teuthology.orchestra.run.smithi064.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-27T00:25:02.649 INFO:teuthology.orchestra.run.smithi064.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-27T00:25:02.650 INFO:teuthology.orchestra.run.smithi064.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-27T00:25:02.650 INFO:teuthology.orchestra.run.smithi064.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-27T00:25:02.650 INFO:teuthology.orchestra.run.smithi064.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-27T00:25:02.650 INFO:teuthology.orchestra.run.smithi064.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-27T00:25:02.650 INFO:teuthology.orchestra.run.smithi064.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-27T00:25:02.650 INFO:teuthology.orchestra.run.smithi064.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-27T00:25:02.650 INFO:teuthology.orchestra.run.smithi064.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-27T00:25:02.650 INFO:teuthology.orchestra.run.smithi064.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-27T00:25:02.650 INFO:teuthology.orchestra.run.smithi064.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-27T00:25:02.650 INFO:teuthology.orchestra.run.smithi064.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-27T00:25:02.650 INFO:teuthology.orchestra.run.smithi064.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-27T00:25:02.650 INFO:teuthology.orchestra.run.smithi064.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-27T00:25:02.650 INFO:teuthology.orchestra.run.smithi064.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-27T00:25:02.651 INFO:teuthology.orchestra.run.smithi064.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-27T00:25:02.651 INFO:teuthology.orchestra.run.smithi064.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-27T00:25:02.651 INFO:teuthology.orchestra.run.smithi064.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-27T00:25:02.651 INFO:teuthology.orchestra.run.smithi064.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-27T00:25:02.651 INFO:teuthology.orchestra.run.smithi064.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-27T00:25:02.651 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-27T00:25:02.651 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction Summary 2024-04-27T00:25:02.651 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-27T00:25:02.651 INFO:teuthology.orchestra.run.smithi064.stdout:Install 36 Packages 2024-04-27T00:25:02.651 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-27T00:25:02.652 INFO:teuthology.orchestra.run.smithi064.stdout:Total download size: 30 M 2024-04-27T00:25:02.652 INFO:teuthology.orchestra.run.smithi064.stdout:Installed size: 107 M 2024-04-27T00:25:02.652 INFO:teuthology.orchestra.run.smithi064.stdout:Downloading Packages: 2024-04-27T00:25:03.012 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 33/36 2024-04-27T00:25:03.039 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 33/36 2024-04-27T00:25:03.039 INFO:teuthology.orchestra.run.smithi111.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-27T00:25:03.039 INFO:teuthology.orchestra.run.smithi111.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-27T00:25:03.039 INFO:teuthology.orchestra.run.smithi111.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-27T00:25:03.039 INFO:teuthology.orchestra.run.smithi111.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-27T00:25:03.039 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-04-27T00:25:03.479 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 34/36 2024-04-27T00:25:03.502 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 34/36 2024-04-27T00:25:03.503 INFO:teuthology.orchestra.run.smithi111.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-27T00:25:03.503 INFO:teuthology.orchestra.run.smithi111.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-27T00:25:03.503 INFO:teuthology.orchestra.run.smithi111.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-27T00:25:03.503 INFO:teuthology.orchestra.run.smithi111.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-27T00:25:03.503 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-04-27T00:25:03.530 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-27T00:25:03.588 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-27T00:25:03.621 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-27T00:25:03.649 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-27T00:25:03.720 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-27T00:25:03.722 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 35/36 2024-04-27T00:25:03.745 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 35/36 2024-04-27T00:25:03.745 INFO:teuthology.orchestra.run.smithi111.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-27T00:25:03.745 INFO:teuthology.orchestra.run.smithi111.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-27T00:25:03.745 INFO:teuthology.orchestra.run.smithi111.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-27T00:25:03.745 INFO:teuthology.orchestra.run.smithi111.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-27T00:25:03.745 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-04-27T00:25:03.764 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-27T00:25:03.797 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-27T00:25:03.808 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : ceph-2:19.0.0-3211.g5d349943.el7.x86_64 36/36 2024-04-27T00:25:03.888 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-27T00:25:03.932 INFO:teuthology.orchestra.run.smithi064.stdout:(1/36): ceph-19.0.0-3211.g5d349943.el7.x86_64.r 37 kB/s | 6.6 kB 00:00 2024-04-27T00:25:03.959 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-27T00:25:04.000 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-27T00:25:04.035 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-27T00:25:04.065 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-27T00:25:04.099 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-27T00:25:04.134 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-27T00:25:04.173 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-27T00:25:04.208 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-27T00:25:04.243 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-27T00:25:04.280 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-27T00:25:04.332 INFO:teuthology.orchestra.run.smithi064.stdout:(2/36): ceph-mon-19.0.0-3211.g5d349943.el7.x86_ 12 MB/s | 4.7 MB 00:00 2024-04-27T00:25:04.354 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-27T00:25:04.416 INFO:teuthology.orchestra.run.smithi064.stdout:(3/36): ceph-mds-19.0.0-3211.g5d349943.el7.x86_ 3.6 MB/s | 2.4 MB 00:00 2024-04-27T00:25:04.458 INFO:teuthology.orchestra.run.smithi064.stdout:(4/36): ceph-mgr-19.0.0-3211.g5d349943.el7.x86_ 2.1 MB/s | 1.5 MB 00:00 2024-04-27T00:25:04.492 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-27T00:25:04.525 INFO:teuthology.orchestra.run.smithi064.stdout:(5/36): ceph-mgr-modules-core-19.0.0-3211.g5d34 2.2 MB/s | 249 kB 00:00 2024-04-27T00:25:04.573 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-27T00:25:04.625 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-27T00:25:04.664 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-27T00:25:04.700 INFO:teuthology.orchestra.run.smithi064.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.0 MB/s | 253 kB 00:00 2024-04-27T00:25:04.713 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-27T00:25:04.758 INFO:teuthology.orchestra.run.smithi064.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 1.8 MB/s | 106 kB 00:00 2024-04-27T00:25:04.769 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-27T00:25:04.809 INFO:teuthology.orchestra.run.smithi064.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.7 MB/s | 135 kB 00:00 2024-04-27T00:25:04.851 INFO:teuthology.orchestra.run.smithi064.stdout:(9/36): python3-cryptography-36.0.1-4.el9.x86_6 3.8 MB/s | 1.2 MB 00:00 2024-04-27T00:25:04.876 INFO:teuthology.orchestra.run.smithi064.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 1.8 MB/s | 125 kB 00:00 2024-04-27T00:25:04.910 INFO:teuthology.orchestra.run.smithi064.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.6 MB/s | 215 kB 00:00 2024-04-27T00:25:04.955 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-27T00:25:05.001 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-27T00:25:05.071 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-27T00:25:05.161 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-27T00:25:05.168 INFO:teuthology.orchestra.run.smithi064.stdout:(12/36): ceph-osd-19.0.0-3211.g5d349943.el7.x86 20 MB/s | 17 MB 00:00 2024-04-27T00:25:05.201 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-27T00:25:05.260 INFO:teuthology.orchestra.run.smithi064.stdout:(13/36): lua-5.4.4-4.el9.x86_64.rpm 491 kB/s | 188 kB 00:00 2024-04-27T00:25:05.310 INFO:teuthology.orchestra.run.smithi064.stdout:(14/36): python3-mako-1.1.4-6.el9.noarch.rpm 430 kB/s | 172 kB 00:00 2024-04-27T00:25:05.319 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-27T00:25:05.335 INFO:teuthology.orchestra.run.smithi064.stdout:(15/36): python3-markupsafe-1.1.1-12.el9.x86_64 209 kB/s | 35 kB 00:00 2024-04-27T00:25:05.352 INFO:teuthology.orchestra.run.smithi064.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 560 kB/s | 51 kB 00:00 2024-04-27T00:25:05.370 INFO:teuthology.orchestra.run.smithi064.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 705 kB/s | 42 kB 00:00 2024-04-27T00:25:05.387 INFO:teuthology.orchestra.run.smithi064.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 438 kB/s | 22 kB 00:00 2024-04-27T00:25:05.486 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3211.g5d349943.el7. 31/36 2024-04-27T00:25:05.562 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 32/36 2024-04-27T00:25:05.578 INFO:teuthology.orchestra.run.smithi064.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 669 kB/s | 151 kB 00:00 2024-04-27T00:25:05.588 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: ceph-2:19.0.0-3211.g5d349943.el7.x86_64 36/36 2024-04-27T00:25:05.589 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : ceph-2:19.0.0-3211.g5d349943.el7.x86_64 1/36 2024-04-27T00:25:05.589 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 2/36 2024-04-27T00:25:05.589 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 3/36 2024-04-27T00:25:05.589 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 4/36 2024-04-27T00:25:05.589 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 5/36 2024-04-27T00:25:05.589 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3211.g5d349943.el7. 6/36 2024-04-27T00:25:05.589 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-27T00:25:05.589 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-27T00:25:05.589 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-27T00:25:05.589 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-27T00:25:05.589 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-27T00:25:05.589 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-27T00:25:05.589 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-27T00:25:05.590 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-27T00:25:05.590 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-27T00:25:05.590 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-27T00:25:05.590 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-27T00:25:05.590 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-27T00:25:05.590 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-27T00:25:05.590 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-27T00:25:05.590 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-27T00:25:05.590 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-27T00:25:05.590 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-27T00:25:05.590 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-27T00:25:05.590 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-27T00:25:05.590 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-27T00:25:05.591 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-27T00:25:05.591 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-27T00:25:05.591 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 32/36 2024-04-27T00:25:05.591 INFO:teuthology.orchestra.run.smithi098.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-27T00:25:05.591 INFO:teuthology.orchestra.run.smithi098.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-27T00:25:05.591 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-27T00:25:05.592 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-27T00:25:05.592 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-27T00:25:05.592 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-27T00:25:05.592 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-27T00:25:05.592 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-27T00:25:05.593 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-27T00:25:05.593 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-27T00:25:05.593 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-27T00:25:05.593 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-27T00:25:05.595 INFO:teuthology.orchestra.run.smithi064.stdout:(20/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 193 kB/s | 43 kB 00:00 2024-04-27T00:25:05.621 INFO:teuthology.orchestra.run.smithi064.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 941 kB/s | 172 kB 00:00 2024-04-27T00:25:05.654 INFO:teuthology.orchestra.run.smithi064.stdout:(22/36): python3-cherrypy-18.6.1-2.el9.noarch.r 4.7 MB/s | 358 kB 00:00 2024-04-27T00:25:05.708 INFO:teuthology.orchestra.run.smithi064.stdout:(23/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 95 kB/s | 11 kB 00:00 2024-04-27T00:25:05.729 INFO:teuthology.orchestra.run.smithi064.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 163 kB/s | 18 kB 00:00 2024-04-27T00:25:05.755 INFO:teuthology.orchestra.run.smithi064.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 230 kB/s | 23 kB 00:00 2024-04-27T00:25:05.780 INFO:teuthology.orchestra.run.smithi064.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 387 kB/s | 19 kB 00:00 2024-04-27T00:25:05.805 INFO:teuthology.orchestra.run.smithi064.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 261 kB/s | 20 kB 00:00 2024-04-27T00:25:05.831 INFO:teuthology.orchestra.run.smithi064.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 613 kB/s | 46 kB 00:00 2024-04-27T00:25:05.847 INFO:teuthology.orchestra.run.smithi064.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 1.2 MB/s | 79 kB 00:00 2024-04-27T00:25:05.881 INFO:teuthology.orchestra.run.smithi064.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 5.3 MB/s | 272 kB 00:00 2024-04-27T00:25:05.906 INFO:teuthology.orchestra.run.smithi064.stdout:(31/36): python3-portend-3.1.0-2.el9.noarch.rpm 218 kB/s | 16 kB 00:00 2024-04-27T00:25:05.932 INFO:teuthology.orchestra.run.smithi064.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.0 MB/s | 90 kB 00:00 2024-04-27T00:25:05.957 INFO:teuthology.orchestra.run.smithi064.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 477 kB/s | 36 kB 00:00 2024-04-27T00:25:05.982 INFO:teuthology.orchestra.run.smithi064.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 4.5 MB/s | 230 kB 00:00 2024-04-27T00:25:06.007 INFO:teuthology.orchestra.run.smithi064.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 5.6 MB/s | 427 kB 00:00 2024-04-27T00:25:06.049 INFO:teuthology.orchestra.run.smithi064.stdout:(36/36): python3-zc-lockfile-2.0-10.el9.noarch. 218 kB/s | 20 kB 00:00 2024-04-27T00:25:06.056 INFO:teuthology.orchestra.run.smithi064.stdout:-------------------------------------------------------------------------------- 2024-04-27T00:25:06.056 INFO:teuthology.orchestra.run.smithi064.stdout:Total 8.9 MB/s | 30 MB 00:03 2024-04-27T00:25:06.190 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction check 2024-04-27T00:25:06.234 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction check succeeded. 2024-04-27T00:25:06.234 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction test 2024-04-27T00:25:06.547 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction test succeeded. 2024-04-27T00:25:06.549 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction 2024-04-27T00:25:06.681 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-27T00:25:06.681 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-04-27T00:25:06.682 INFO:teuthology.orchestra.run.smithi111.stdout:Installed: 2024-04-27T00:25:06.682 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:25:06.682 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:25:06.682 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:25:06.682 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-mgr-modules-core-2:19.0.0-3211.g5d349943.el7.noarch 2024-04-27T00:25:06.682 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:25:06.682 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:25:06.682 INFO:teuthology.orchestra.run.smithi111.stdout: lua-5.4.4-4.el9.x86_64 2024-04-27T00:25:06.682 INFO:teuthology.orchestra.run.smithi111.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-27T00:25:06.682 INFO:teuthology.orchestra.run.smithi111.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-27T00:25:06.682 INFO:teuthology.orchestra.run.smithi111.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-27T00:25:06.683 INFO:teuthology.orchestra.run.smithi111.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-27T00:25:06.683 INFO:teuthology.orchestra.run.smithi111.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-27T00:25:06.683 INFO:teuthology.orchestra.run.smithi111.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-27T00:25:06.683 INFO:teuthology.orchestra.run.smithi111.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-27T00:25:06.683 INFO:teuthology.orchestra.run.smithi111.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-27T00:25:06.683 INFO:teuthology.orchestra.run.smithi111.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-27T00:25:06.683 INFO:teuthology.orchestra.run.smithi111.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-27T00:25:06.683 INFO:teuthology.orchestra.run.smithi111.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-27T00:25:06.683 INFO:teuthology.orchestra.run.smithi111.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-27T00:25:06.683 INFO:teuthology.orchestra.run.smithi111.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-27T00:25:06.683 INFO:teuthology.orchestra.run.smithi111.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-27T00:25:06.683 INFO:teuthology.orchestra.run.smithi111.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-27T00:25:06.683 INFO:teuthology.orchestra.run.smithi111.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-27T00:25:06.684 INFO:teuthology.orchestra.run.smithi111.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-27T00:25:06.684 INFO:teuthology.orchestra.run.smithi111.stdout: python3-ply-3.11-14.el9.noarch 2024-04-27T00:25:06.684 INFO:teuthology.orchestra.run.smithi111.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-27T00:25:06.684 INFO:teuthology.orchestra.run.smithi111.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-27T00:25:06.684 INFO:teuthology.orchestra.run.smithi111.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-27T00:25:06.684 INFO:teuthology.orchestra.run.smithi111.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-27T00:25:06.684 INFO:teuthology.orchestra.run.smithi111.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-27T00:25:06.684 INFO:teuthology.orchestra.run.smithi111.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-27T00:25:06.684 INFO:teuthology.orchestra.run.smithi111.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-27T00:25:06.684 INFO:teuthology.orchestra.run.smithi111.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-27T00:25:06.684 INFO:teuthology.orchestra.run.smithi111.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-27T00:25:06.684 INFO:teuthology.orchestra.run.smithi111.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-27T00:25:06.684 INFO:teuthology.orchestra.run.smithi111.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-27T00:25:06.685 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-04-27T00:25:06.685 INFO:teuthology.orchestra.run.smithi111.stdout:Complete! 2024-04-27T00:25:07.009 DEBUG:teuthology.orchestra.run.smithi111:> sudo yum -y install ceph-base 2024-04-27T00:25:07.029 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 33/36 2024-04-27T00:25:07.056 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 33/36 2024-04-27T00:25:07.056 INFO:teuthology.orchestra.run.smithi098.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-27T00:25:07.056 INFO:teuthology.orchestra.run.smithi098.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-27T00:25:07.056 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-27T00:25:07.056 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-27T00:25:07.056 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-27T00:25:07.497 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 34/36 2024-04-27T00:25:07.520 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 34/36 2024-04-27T00:25:07.520 INFO:teuthology.orchestra.run.smithi098.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-27T00:25:07.520 INFO:teuthology.orchestra.run.smithi098.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-27T00:25:07.520 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-27T00:25:07.520 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-27T00:25:07.521 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-27T00:25:07.523 INFO:teuthology.orchestra.run.smithi111.stdout:Last metadata expiration check: 0:00:54 ago on Sat 27 Apr 2024 12:24:13 AM UTC. 2024-04-27T00:25:07.601 INFO:teuthology.orchestra.run.smithi111.stdout:Package ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 is already installed. 2024-04-27T00:25:07.643 INFO:teuthology.orchestra.run.smithi111.stdout:Dependencies resolved. 2024-04-27T00:25:07.644 INFO:teuthology.orchestra.run.smithi111.stdout:Nothing to do. 2024-04-27T00:25:07.644 INFO:teuthology.orchestra.run.smithi111.stdout:Complete! 2024-04-27T00:25:07.716 DEBUG:teuthology.orchestra.run.smithi111:> sudo yum -y install cephadm 2024-04-27T00:25:07.747 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 35/36 2024-04-27T00:25:07.770 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 35/36 2024-04-27T00:25:07.770 INFO:teuthology.orchestra.run.smithi098.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-27T00:25:07.770 INFO:teuthology.orchestra.run.smithi098.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-27T00:25:07.771 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-27T00:25:07.771 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-27T00:25:07.771 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-27T00:25:07.827 INFO:teuthology.orchestra.run.smithi064.stdout: Preparing : 1/1 2024-04-27T00:25:07.836 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-2:19.0.0-3211.g5d349943.el7.x86_64 36/36 2024-04-27T00:25:07.894 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-27T00:25:07.926 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-27T00:25:07.954 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-27T00:25:08.029 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-27T00:25:08.071 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-27T00:25:08.103 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-27T00:25:08.200 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-27T00:25:08.224 INFO:teuthology.orchestra.run.smithi111.stdout:Last metadata expiration check: 0:00:55 ago on Sat 27 Apr 2024 12:24:13 AM UTC. 2024-04-27T00:25:08.276 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-27T00:25:08.323 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-27T00:25:08.344 INFO:teuthology.orchestra.run.smithi111.stdout:Dependencies resolved. 2024-04-27T00:25:08.344 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2024-04-27T00:25:08.345 INFO:teuthology.orchestra.run.smithi111.stdout: Package Arch Version Repository Size 2024-04-27T00:25:08.345 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2024-04-27T00:25:08.345 INFO:teuthology.orchestra.run.smithi111.stdout:Installing: 2024-04-27T00:25:08.345 INFO:teuthology.orchestra.run.smithi111.stdout: cephadm noarch 2:19.0.0-3211.g5d349943.el9 ceph-noarch 762 k 2024-04-27T00:25:08.345 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-04-27T00:25:08.345 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction Summary 2024-04-27T00:25:08.345 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2024-04-27T00:25:08.345 INFO:teuthology.orchestra.run.smithi111.stdout:Install 1 Package 2024-04-27T00:25:08.345 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-04-27T00:25:08.345 INFO:teuthology.orchestra.run.smithi111.stdout:Total download size: 762 k 2024-04-27T00:25:08.345 INFO:teuthology.orchestra.run.smithi111.stdout:Installed size: 769 k 2024-04-27T00:25:08.345 INFO:teuthology.orchestra.run.smithi111.stdout:Downloading Packages: 2024-04-27T00:25:08.358 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-27T00:25:08.387 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-27T00:25:08.459 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-27T00:25:08.463 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-27T00:25:08.511 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-27T00:25:08.547 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-27T00:25:08.581 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-27T00:25:08.621 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-27T00:25:08.697 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-27T00:25:08.771 INFO:teuthology.orchestra.run.smithi111.stdout:cephadm-19.0.0-3211.g5d349943.el9.noarch.rpm 1.8 MB/s | 762 kB 00:00 2024-04-27T00:25:08.771 INFO:teuthology.orchestra.run.smithi111.stdout:-------------------------------------------------------------------------------- 2024-04-27T00:25:08.771 INFO:teuthology.orchestra.run.smithi111.stdout:Total 1.7 MB/s | 762 kB 00:00 2024-04-27T00:25:08.772 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction check 2024-04-27T00:25:08.777 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction check succeeded. 2024-04-27T00:25:08.777 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction test 2024-04-27T00:25:08.783 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction test succeeded. 2024-04-27T00:25:08.783 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction 2024-04-27T00:25:08.850 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-27T00:25:08.860 INFO:teuthology.orchestra.run.smithi111.stdout: Preparing : 1/1 2024-04-27T00:25:08.931 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-27T00:25:08.982 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-27T00:25:09.019 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-27T00:25:09.078 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-27T00:25:09.142 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-27T00:25:09.338 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-27T00:25:09.362 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-27T00:25:09.390 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-2:19.0.0-3211.g5d349943.el7.x86_64 36/36 2024-04-27T00:25:09.390 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-2:19.0.0-3211.g5d349943.el7.x86_64 1/36 2024-04-27T00:25:09.391 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 2/36 2024-04-27T00:25:09.391 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 3/36 2024-04-27T00:25:09.391 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 4/36 2024-04-27T00:25:09.391 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 5/36 2024-04-27T00:25:09.391 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3211.g5d349943.el7. 6/36 2024-04-27T00:25:09.391 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-27T00:25:09.391 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-27T00:25:09.391 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-27T00:25:09.391 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-27T00:25:09.391 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-27T00:25:09.391 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-27T00:25:09.391 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-27T00:25:09.391 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-27T00:25:09.391 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-27T00:25:09.392 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-27T00:25:09.392 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-27T00:25:09.392 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-27T00:25:09.392 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-27T00:25:09.392 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-27T00:25:09.392 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-27T00:25:09.392 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-27T00:25:09.392 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-27T00:25:09.392 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-27T00:25:09.392 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-27T00:25:09.392 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-27T00:25:09.392 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-27T00:25:09.392 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-27T00:25:09.392 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-27T00:25:09.393 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-27T00:25:09.394 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-27T00:25:09.394 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-27T00:25:09.394 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-27T00:25:09.394 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-27T00:25:09.394 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-27T00:25:09.394 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-27T00:25:09.462 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-27T00:25:09.466 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-27T00:25:09.560 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-27T00:25:09.614 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-27T00:25:09.736 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-27T00:25:09.810 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-27T00:25:09.901 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3211.g5d349943.el7. 31/36 2024-04-27T00:25:09.940 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 32/36 2024-04-27T00:25:09.967 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 32/36 2024-04-27T00:25:09.967 INFO:teuthology.orchestra.run.smithi064.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-27T00:25:09.968 INFO:teuthology.orchestra.run.smithi064.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-27T00:25:09.968 INFO:teuthology.orchestra.run.smithi064.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-27T00:25:09.968 INFO:teuthology.orchestra.run.smithi064.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-27T00:25:09.968 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-27T00:25:10.075 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-27T00:25:10.075 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-04-27T00:25:10.075 INFO:teuthology.orchestra.run.smithi111.stdout:Installed: 2024-04-27T00:25:10.075 INFO:teuthology.orchestra.run.smithi111.stdout: cephadm-2:19.0.0-3211.g5d349943.el9.noarch 2024-04-27T00:25:10.075 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-04-27T00:25:10.075 INFO:teuthology.orchestra.run.smithi111.stdout:Complete! 2024-04-27T00:25:10.290 DEBUG:teuthology.orchestra.run.smithi111:> sudo yum -y install ceph-immutable-object-cache 2024-04-27T00:25:10.374 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-27T00:25:10.374 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-27T00:25:10.374 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-27T00:25:10.374 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:25:10.374 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:25:10.374 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:25:10.374 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-modules-core-2:19.0.0-3211.g5d349943.el7.noarch 2024-04-27T00:25:10.375 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:25:10.375 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:25:10.375 INFO:teuthology.orchestra.run.smithi098.stdout: lua-5.4.4-4.el9.x86_64 2024-04-27T00:25:10.375 INFO:teuthology.orchestra.run.smithi098.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-27T00:25:10.375 INFO:teuthology.orchestra.run.smithi098.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-27T00:25:10.375 INFO:teuthology.orchestra.run.smithi098.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-27T00:25:10.375 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-27T00:25:10.375 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-27T00:25:10.375 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-27T00:25:10.375 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-27T00:25:10.375 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-27T00:25:10.375 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-27T00:25:10.375 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-27T00:25:10.376 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-27T00:25:10.376 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-27T00:25:10.376 INFO:teuthology.orchestra.run.smithi098.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-27T00:25:10.376 INFO:teuthology.orchestra.run.smithi098.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-27T00:25:10.376 INFO:teuthology.orchestra.run.smithi098.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-27T00:25:10.376 INFO:teuthology.orchestra.run.smithi098.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-27T00:25:10.376 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-27T00:25:10.376 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ply-3.11-14.el9.noarch 2024-04-27T00:25:10.376 INFO:teuthology.orchestra.run.smithi098.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-27T00:25:10.376 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-27T00:25:10.376 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-27T00:25:10.376 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-27T00:25:10.376 INFO:teuthology.orchestra.run.smithi098.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-27T00:25:10.377 INFO:teuthology.orchestra.run.smithi098.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-27T00:25:10.377 INFO:teuthology.orchestra.run.smithi098.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-27T00:25:10.377 INFO:teuthology.orchestra.run.smithi098.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-27T00:25:10.377 INFO:teuthology.orchestra.run.smithi098.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-27T00:25:10.377 INFO:teuthology.orchestra.run.smithi098.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-27T00:25:10.377 INFO:teuthology.orchestra.run.smithi098.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-27T00:25:10.377 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-27T00:25:10.377 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-27T00:25:10.701 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-base 2024-04-27T00:25:10.810 INFO:teuthology.orchestra.run.smithi111.stdout:Last metadata expiration check: 0:00:57 ago on Sat 27 Apr 2024 12:24:13 AM UTC. 2024-04-27T00:25:10.931 INFO:teuthology.orchestra.run.smithi111.stdout:Dependencies resolved. 2024-04-27T00:25:10.931 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2024-04-27T00:25:10.931 INFO:teuthology.orchestra.run.smithi111.stdout: Package Arch Version Repo Size 2024-04-27T00:25:10.931 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2024-04-27T00:25:10.931 INFO:teuthology.orchestra.run.smithi111.stdout:Installing: 2024-04-27T00:25:10.931 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3211.g5d349943.el7 ceph 145 k 2024-04-27T00:25:10.931 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-04-27T00:25:10.931 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction Summary 2024-04-27T00:25:10.932 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2024-04-27T00:25:10.932 INFO:teuthology.orchestra.run.smithi111.stdout:Install 1 Package 2024-04-27T00:25:10.932 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-04-27T00:25:10.932 INFO:teuthology.orchestra.run.smithi111.stdout:Total download size: 145 k 2024-04-27T00:25:10.932 INFO:teuthology.orchestra.run.smithi111.stdout:Installed size: 435 k 2024-04-27T00:25:10.932 INFO:teuthology.orchestra.run.smithi111.stdout:Downloading Packages: 2024-04-27T00:25:11.212 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:57 ago on Sat 27 Apr 2024 12:24:14 AM UTC. 2024-04-27T00:25:11.277 INFO:teuthology.orchestra.run.smithi111.stdout:ceph-immutable-object-cache-19.0.0-3211.g5d3499 421 kB/s | 145 kB 00:00 2024-04-27T00:25:11.278 INFO:teuthology.orchestra.run.smithi111.stdout:-------------------------------------------------------------------------------- 2024-04-27T00:25:11.278 INFO:teuthology.orchestra.run.smithi111.stdout:Total 419 kB/s | 145 kB 00:00 2024-04-27T00:25:11.278 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction check 2024-04-27T00:25:11.285 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction check succeeded. 2024-04-27T00:25:11.286 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction test 2024-04-27T00:25:11.289 INFO:teuthology.orchestra.run.smithi098.stdout:Package ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 is already installed. 2024-04-27T00:25:11.331 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-27T00:25:11.332 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-04-27T00:25:11.332 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-27T00:25:11.342 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction test succeeded. 2024-04-27T00:25:11.342 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction 2024-04-27T00:25:11.407 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install cephadm 2024-04-27T00:25:11.490 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 33/36 2024-04-27T00:25:11.492 INFO:teuthology.orchestra.run.smithi111.stdout: Preparing : 1/1 2024-04-27T00:25:11.519 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 33/36 2024-04-27T00:25:11.519 INFO:teuthology.orchestra.run.smithi064.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-27T00:25:11.519 INFO:teuthology.orchestra.run.smithi064.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-27T00:25:11.519 INFO:teuthology.orchestra.run.smithi064.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-27T00:25:11.519 INFO:teuthology.orchestra.run.smithi064.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-27T00:25:11.519 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-27T00:25:11.561 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3211.g5d349943. 1/1 2024-04-27T00:25:11.584 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3211.g5d349943. 1/1 2024-04-27T00:25:11.585 INFO:teuthology.orchestra.run.smithi111.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-27T00:25:11.585 INFO:teuthology.orchestra.run.smithi111.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-27T00:25:11.585 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-04-27T00:25:11.909 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:57 ago on Sat 27 Apr 2024 12:24:14 AM UTC. 2024-04-27T00:25:11.983 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 34/36 2024-04-27T00:25:12.007 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 34/36 2024-04-27T00:25:12.007 INFO:teuthology.orchestra.run.smithi064.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-27T00:25:12.007 INFO:teuthology.orchestra.run.smithi064.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-27T00:25:12.007 INFO:teuthology.orchestra.run.smithi064.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-27T00:25:12.007 INFO:teuthology.orchestra.run.smithi064.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-27T00:25:12.007 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-27T00:25:12.030 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-27T00:25:12.031 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-27T00:25:12.031 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-04-27T00:25:12.031 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-27T00:25:12.031 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-27T00:25:12.031 INFO:teuthology.orchestra.run.smithi098.stdout: cephadm noarch 2:19.0.0-3211.g5d349943.el9 ceph-noarch 762 k 2024-04-27T00:25:12.031 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-27T00:25:12.031 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-27T00:25:12.031 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-27T00:25:12.031 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2024-04-27T00:25:12.031 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-27T00:25:12.031 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 762 k 2024-04-27T00:25:12.032 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 769 k 2024-04-27T00:25:12.032 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-27T00:25:12.242 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 35/36 2024-04-27T00:25:12.266 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 35/36 2024-04-27T00:25:12.266 INFO:teuthology.orchestra.run.smithi064.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-27T00:25:12.266 INFO:teuthology.orchestra.run.smithi064.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-27T00:25:12.266 INFO:teuthology.orchestra.run.smithi064.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-27T00:25:12.266 INFO:teuthology.orchestra.run.smithi064.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-27T00:25:12.266 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-27T00:25:12.322 INFO:teuthology.orchestra.run.smithi098.stdout:cephadm-19.0.0-3211.g5d349943.el9.noarch.rpm 2.6 MB/s | 762 kB 00:00 2024-04-27T00:25:12.323 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-27T00:25:12.323 INFO:teuthology.orchestra.run.smithi098.stdout:Total 2.6 MB/s | 762 kB 00:00 2024-04-27T00:25:12.323 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-27T00:25:12.328 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-27T00:25:12.328 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-27T00:25:12.331 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : ceph-2:19.0.0-3211.g5d349943.el7.x86_64 36/36 2024-04-27T00:25:12.334 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-27T00:25:12.334 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-27T00:25:12.403 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-27T00:25:12.474 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3211.g5d349943. 1/1 2024-04-27T00:25:12.474 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-04-27T00:25:12.474 INFO:teuthology.orchestra.run.smithi111.stdout:Installed: 2024-04-27T00:25:12.474 INFO:teuthology.orchestra.run.smithi111.stdout: ceph-immutable-object-cache-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:25:12.474 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-04-27T00:25:12.475 INFO:teuthology.orchestra.run.smithi111.stdout:Complete! 2024-04-27T00:25:12.694 DEBUG:teuthology.orchestra.run.smithi111:> sudo yum -y install ceph-mgr 2024-04-27T00:25:12.863 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-27T00:25:12.941 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-27T00:25:13.204 INFO:teuthology.orchestra.run.smithi111.stdout:Last metadata expiration check: 0:01:00 ago on Sat 27 Apr 2024 12:24:13 AM UTC. 2024-04-27T00:25:13.283 INFO:teuthology.orchestra.run.smithi111.stdout:Package ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 is already installed. 2024-04-27T00:25:13.284 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-27T00:25:13.326 INFO:teuthology.orchestra.run.smithi111.stdout:Dependencies resolved. 2024-04-27T00:25:13.327 INFO:teuthology.orchestra.run.smithi111.stdout:Nothing to do. 2024-04-27T00:25:13.327 INFO:teuthology.orchestra.run.smithi111.stdout:Complete! 2024-04-27T00:25:13.400 DEBUG:teuthology.orchestra.run.smithi111:> sudo yum -y install ceph-mgr-dashboard 2024-04-27T00:25:13.518 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-27T00:25:13.518 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-27T00:25:13.518 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-27T00:25:13.518 INFO:teuthology.orchestra.run.smithi098.stdout: cephadm-2:19.0.0-3211.g5d349943.el9.noarch 2024-04-27T00:25:13.518 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-27T00:25:13.519 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-27T00:25:13.743 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-immutable-object-cache 2024-04-27T00:25:13.906 INFO:teuthology.orchestra.run.smithi111.stdout:Last metadata expiration check: 0:01:00 ago on Sat 27 Apr 2024 12:24:13 AM UTC. 2024-04-27T00:25:14.032 INFO:teuthology.orchestra.run.smithi111.stderr:Error: 2024-04-27T00:25:14.032 INFO:teuthology.orchestra.run.smithi111.stderr: Problem: cannot install the best candidate for the job 2024-04-27T00:25:14.033 INFO:teuthology.orchestra.run.smithi111.stderr: - nothing provides ceph-mgr = 2:19.0.0-3211.g5d349943.el9 needed by ceph-mgr-dashboard-2:19.0.0-3211.g5d349943.el9.noarch from ceph-noarch 2024-04-27T00:25:14.033 INFO:teuthology.orchestra.run.smithi111.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2024-04-27T00:25:14.064 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-27T00:25:14.065 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/rpm.py", line 283, in _update_package_list_and_install _retry_if_failures_are_recoverable(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/rpm.py", line 155, in _retry_if_failures_are_recoverable return remote.run(args=args, stderr=stderr, stdout=stdout) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi111 with status 1: 'sudo yum -y install ceph-mgr-dashboard' 2024-04-27T00:25:14.067 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 622, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/rpm.py", line 283, in _update_package_list_and_install _retry_if_failures_are_recoverable(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/rpm.py", line 155, in _retry_if_failures_are_recoverable return remote.run(args=args, stderr=stderr, stdout=stdout) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi111 with status 1: 'sudo yum -y install ceph-mgr-dashboard' 2024-04-27T00:25:14.341 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=4491b43aa9274286b569860009c6b211 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 622, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/rpm.py", line 283, in _update_package_list_and_install _retry_if_failures_are_recoverable(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/rpm.py", line 155, in _retry_if_failures_are_recoverable return remote.run(args=args, stderr=stderr, stdout=stdout) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi111 with status 1: 'sudo yum -y install ceph-mgr-dashboard' 2024-04-27T00:25:14.345 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-27T00:25:14.354 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-27T00:25:14.386 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-27T00:25:14.387 DEBUG:teuthology.orchestra.run.smithi064:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-27T00:25:14.394 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:00 ago on Sat 27 Apr 2024 12:24:14 AM UTC. 2024-04-27T00:25:14.394 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-27T00:25:14.394 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-27T00:25:14.394 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repo Size 2024-04-27T00:25:14.394 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-27T00:25:14.395 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-27T00:25:14.395 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3211.g5d349943.el7 ceph 145 k 2024-04-27T00:25:14.395 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-27T00:25:14.395 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-27T00:25:14.395 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-27T00:25:14.395 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2024-04-27T00:25:14.395 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-27T00:25:14.395 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 145 k 2024-04-27T00:25:14.395 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 435 k 2024-04-27T00:25:14.396 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-27T00:25:14.398 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: ceph-2:19.0.0-3211.g5d349943.el7.x86_64 36/36 2024-04-27T00:25:14.399 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : ceph-2:19.0.0-3211.g5d349943.el7.x86_64 1/36 2024-04-27T00:25:14.399 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 2/36 2024-04-27T00:25:14.399 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 3/36 2024-04-27T00:25:14.399 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 4/36 2024-04-27T00:25:14.399 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 5/36 2024-04-27T00:25:14.399 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3211.g5d349943.el7. 6/36 2024-04-27T00:25:14.399 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-27T00:25:14.400 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-27T00:25:14.400 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-27T00:25:14.400 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-27T00:25:14.400 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-27T00:25:14.400 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-27T00:25:14.400 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-27T00:25:14.400 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-27T00:25:14.400 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-27T00:25:14.400 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-27T00:25:14.401 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-27T00:25:14.401 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-27T00:25:14.401 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-27T00:25:14.401 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-27T00:25:14.401 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-27T00:25:14.401 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-27T00:25:14.401 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-27T00:25:14.401 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-27T00:25:14.402 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-27T00:25:14.402 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-27T00:25:14.402 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-27T00:25:14.402 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-27T00:25:14.402 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-27T00:25:14.402 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-27T00:25:14.402 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-27T00:25:14.402 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-27T00:25:14.402 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-27T00:25:14.403 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-27T00:25:14.403 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-27T00:25:14.411 DEBUG:teuthology.orchestra.run.smithi098:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-27T00:25:14.415 DEBUG:teuthology.orchestra.run.smithi111:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-27T00:25:14.421 INFO:teuthology.orchestra.run.smithi064.stderr:bash: line 1: ntpq: command not found 2024-04-27T00:25:14.425 INFO:teuthology.orchestra.run.smithi064.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-27T00:25:14.425 INFO:teuthology.orchestra.run.smithi064.stdout:=============================================================================== 2024-04-27T00:25:14.426 INFO:teuthology.orchestra.run.smithi064.stdout:^* hv01.front.sepia.ceph.com 3 6 37 14 +1151us[+1232us] +/- 46ms 2024-04-27T00:25:14.426 INFO:teuthology.orchestra.run.smithi064.stdout:^+ hv02.front.sepia.ceph.com 3 6 37 14 -1112us[-1112us] +/- 65ms 2024-04-27T00:25:14.426 INFO:teuthology.orchestra.run.smithi064.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 14 -1012us[-1012us] +/- 74ms 2024-04-27T00:25:14.426 INFO:teuthology.orchestra.run.smithi064.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-04-27T00:25:14.426 INFO:teuthology.orchestra.run.smithi098.stderr:bash: line 1: ntpq: command not found 2024-04-27T00:25:14.429 INFO:teuthology.orchestra.run.smithi111.stderr:bash: line 1: ntpq: command not found 2024-04-27T00:25:14.430 INFO:teuthology.orchestra.run.smithi098.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-27T00:25:14.430 INFO:teuthology.orchestra.run.smithi098.stdout:=============================================================================== 2024-04-27T00:25:14.430 INFO:teuthology.orchestra.run.smithi098.stdout:^* hv01.front.sepia.ceph.com 3 6 37 14 +1211us[+1197us] +/- 46ms 2024-04-27T00:25:14.431 INFO:teuthology.orchestra.run.smithi098.stdout:^+ hv02.front.sepia.ceph.com 3 6 37 15 -1044us[-1058us] +/- 65ms 2024-04-27T00:25:14.431 INFO:teuthology.orchestra.run.smithi098.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 14 -941us[ -941us] +/- 74ms 2024-04-27T00:25:14.431 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-04-27T00:25:14.433 INFO:teuthology.orchestra.run.smithi111.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-27T00:25:14.434 INFO:teuthology.orchestra.run.smithi111.stdout:=============================================================================== 2024-04-27T00:25:14.434 INFO:teuthology.orchestra.run.smithi111.stdout:^* hv01.front.sepia.ceph.com 3 6 37 14 +1267us[+1275us] +/- 46ms 2024-04-27T00:25:14.434 INFO:teuthology.orchestra.run.smithi111.stdout:^+ hv02.front.sepia.ceph.com 3 6 37 14 -1025us[-1017us] +/- 65ms 2024-04-27T00:25:14.434 INFO:teuthology.orchestra.run.smithi111.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 14 -891us[ -883us] +/- 74ms 2024-04-27T00:25:14.434 INFO:teuthology.orchestra.run.smithi111.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-04-27T00:25:14.435 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-27T00:25:14.445 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-27T00:25:14.445 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-27T00:25:14.480 DEBUG:teuthology.orchestra.run.smithi064:> 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-04-27T00:25:14.546 DEBUG:teuthology.orchestra.run.smithi098:> 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-04-27T00:25:14.599 DEBUG:teuthology.orchestra.run.smithi111:> 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-04-27T00:25:14.613 INFO:teuthology.orchestra.run.smithi098.stdout:ceph-immutable-object-cache-19.0.0-3211.g5d3499 624 kB/s | 145 kB 00:00 2024-04-27T00:25:14.613 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-27T00:25:14.614 INFO:teuthology.orchestra.run.smithi098.stdout:Total 619 kB/s | 145 kB 00:00 2024-04-27T00:25:14.614 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-27T00:25:14.622 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-27T00:25:14.622 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-27T00:25:14.655 DEBUG:teuthology.orchestra.run.smithi064:> 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-04-27T00:25:14.678 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-27T00:25:14.679 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-27T00:25:14.685 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-27T00:25:14.685 DEBUG:teuthology.orchestra.run.smithi098:> 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-04-27T00:25:14.711 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-27T00:25:14.711 DEBUG:teuthology.orchestra.run.smithi111:> 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-04-27T00:25:14.737 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-27T00:25:14.738 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-27T00:25:14.747 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-27T00:25:14.814 INFO:teuthology.task.internal:Duration was 299.210695 seconds 2024-04-27T00:25:14.815 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-27T00:25:14.870 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-27T00:25:14.870 DEBUG:teuthology.orchestra.run.smithi064:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-27T00:25:14.872 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-27T00:25:14.873 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-27T00:25:14.876 DEBUG:teuthology.orchestra.run.smithi111:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-27T00:25:14.880 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3211.g5d349943. 1/1 2024-04-27T00:25:14.907 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3211.g5d349943. 1/1 2024-04-27T00:25:14.907 INFO:teuthology.orchestra.run.smithi098.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-27T00:25:14.907 INFO:teuthology.orchestra.run.smithi098.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-27T00:25:14.908 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-27T00:25:14.912 INFO:teuthology.orchestra.run.smithi111.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-27T00:25:14.914 INFO:teuthology.orchestra.run.smithi098.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-27T00:25:14.915 INFO:teuthology.orchestra.run.smithi064.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-27T00:25:15.095 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-27T00:25:15.095 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-27T00:25:15.095 INFO:teuthology.orchestra.run.smithi064.stdout:Installed: 2024-04-27T00:25:15.096 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:25:15.096 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:25:15.096 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:25:15.096 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-mgr-modules-core-2:19.0.0-3211.g5d349943.el7.noarch 2024-04-27T00:25:15.096 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:25:15.096 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:25:15.096 INFO:teuthology.orchestra.run.smithi064.stdout: lua-5.4.4-4.el9.x86_64 2024-04-27T00:25:15.096 INFO:teuthology.orchestra.run.smithi064.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-27T00:25:15.096 INFO:teuthology.orchestra.run.smithi064.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-27T00:25:15.097 INFO:teuthology.orchestra.run.smithi064.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-27T00:25:15.097 INFO:teuthology.orchestra.run.smithi064.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-27T00:25:15.097 INFO:teuthology.orchestra.run.smithi064.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-27T00:25:15.097 INFO:teuthology.orchestra.run.smithi064.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-27T00:25:15.097 INFO:teuthology.orchestra.run.smithi064.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-27T00:25:15.097 INFO:teuthology.orchestra.run.smithi064.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-27T00:25:15.097 INFO:teuthology.orchestra.run.smithi064.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-27T00:25:15.097 INFO:teuthology.orchestra.run.smithi064.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-27T00:25:15.098 INFO:teuthology.orchestra.run.smithi064.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-27T00:25:15.098 INFO:teuthology.orchestra.run.smithi064.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-27T00:25:15.098 INFO:teuthology.orchestra.run.smithi064.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-27T00:25:15.098 INFO:teuthology.orchestra.run.smithi064.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-27T00:25:15.098 INFO:teuthology.orchestra.run.smithi064.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-27T00:25:15.098 INFO:teuthology.orchestra.run.smithi064.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-27T00:25:15.098 INFO:teuthology.orchestra.run.smithi064.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-27T00:25:15.098 INFO:teuthology.orchestra.run.smithi064.stdout: python3-ply-3.11-14.el9.noarch 2024-04-27T00:25:15.099 INFO:teuthology.orchestra.run.smithi064.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-27T00:25:15.099 INFO:teuthology.orchestra.run.smithi064.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-27T00:25:15.099 INFO:teuthology.orchestra.run.smithi064.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-27T00:25:15.099 INFO:teuthology.orchestra.run.smithi064.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-27T00:25:15.099 INFO:teuthology.orchestra.run.smithi064.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-27T00:25:15.099 INFO:teuthology.orchestra.run.smithi064.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-27T00:25:15.099 INFO:teuthology.orchestra.run.smithi064.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-27T00:25:15.099 INFO:teuthology.orchestra.run.smithi064.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-27T00:25:15.099 INFO:teuthology.orchestra.run.smithi064.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-27T00:25:15.100 INFO:teuthology.orchestra.run.smithi064.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-27T00:25:15.100 INFO:teuthology.orchestra.run.smithi064.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-27T00:25:15.100 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-27T00:25:15.100 INFO:teuthology.orchestra.run.smithi064.stdout:Complete! 2024-04-27T00:25:15.360 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-27T00:25:15.360 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi064.front.sepia.ceph.com 2024-04-27T00:25:15.360 DEBUG:teuthology.orchestra.run.smithi064:> 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-04-27T00:25:15.433 DEBUG:teuthology.orchestra.run.smithi064:> sudo yum -y install ceph-base 2024-04-27T00:25:15.442 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi098.front.sepia.ceph.com 2024-04-27T00:25:15.443 DEBUG:teuthology.orchestra.run.smithi098:> 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-04-27T00:25:15.477 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi111.front.sepia.ceph.com 2024-04-27T00:25:15.477 DEBUG:teuthology.orchestra.run.smithi111:> 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-04-27T00:25:15.503 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-27T00:25:15.504 DEBUG:teuthology.orchestra.run.smithi064:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-27T00:25:15.528 DEBUG:teuthology.orchestra.run.smithi098:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-27T00:25:15.530 DEBUG:teuthology.orchestra.run.smithi111:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-27T00:25:15.568 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-27T00:25:15.568 DEBUG:teuthology.orchestra.run.smithi064:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-27T00:25:15.593 DEBUG:teuthology.orchestra.run.smithi098:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-27T00:25:15.595 DEBUG:teuthology.orchestra.run.smithi111:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-27T00:25:15.695 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-27T00:25:15.705 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-27T00:25:15.706 DEBUG:teuthology.orchestra.run.smithi064:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-27T00:25:15.732 DEBUG:teuthology.orchestra.run.smithi098:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-27T00:25:15.756 DEBUG:teuthology.orchestra.run.smithi111:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-27T00:25:15.779 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-27T00:25:15.794 DEBUG:teuthology.orchestra.run.smithi064:> 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-04-27T00:25:15.798 DEBUG:teuthology.orchestra.run.smithi098:> 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-04-27T00:25:15.801 DEBUG:teuthology.orchestra.run.smithi111:> 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-04-27T00:25:15.819 INFO:teuthology.orchestra.run.smithi064.stdout:kernel.core_pattern = core 2024-04-27T00:25:15.820 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern = core 2024-04-27T00:25:15.824 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3211.g5d349943. 1/1 2024-04-27T00:25:15.824 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-27T00:25:15.824 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-27T00:25:15.824 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-immutable-object-cache-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:25:15.825 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-27T00:25:15.825 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-27T00:25:15.842 INFO:teuthology.orchestra.run.smithi111.stdout:kernel.core_pattern = core 2024-04-27T00:25:15.864 DEBUG:teuthology.orchestra.run.smithi064:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-27T00:25:15.899 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-27T00:25:15.899 DEBUG:teuthology.orchestra.run.smithi098:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-27T00:25:15.917 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-27T00:25:15.918 DEBUG:teuthology.orchestra.run.smithi111:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-27T00:25:15.932 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-27T00:25:15.932 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-27T00:25:15.943 INFO:teuthology.task.internal:Transferring archived files... 2024-04-27T00:25:15.944 DEBUG:teuthology.misc:Transferring archived files from smithi064:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7675060/remote/smithi064 2024-04-27T00:25:15.945 DEBUG:teuthology.orchestra.run.smithi064:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-27T00:25:15.993 DEBUG:teuthology.misc:Transferring archived files from smithi098:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7675060/remote/smithi098 2024-04-27T00:25:15.994 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-27T00:25:16.040 INFO:teuthology.orchestra.run.smithi064.stdout:Last metadata expiration check: 0:00:58 ago on Sat 27 Apr 2024 12:24:18 AM UTC. 2024-04-27T00:25:16.075 DEBUG:teuthology.misc:Transferring archived files from smithi111:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7675060/remote/smithi111 2024-04-27T00:25:16.076 DEBUG:teuthology.orchestra.run.smithi111:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-27T00:25:16.101 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-mgr 2024-04-27T00:25:16.122 INFO:teuthology.task.internal:Removing archive directory... 2024-04-27T00:25:16.122 DEBUG:teuthology.orchestra.run.smithi064:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-27T00:25:16.123 INFO:teuthology.orchestra.run.smithi064.stdout:Package ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 is already installed. 2024-04-27T00:25:16.125 DEBUG:teuthology.orchestra.run.smithi098:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-27T00:25:16.144 DEBUG:teuthology.orchestra.run.smithi111:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-27T00:25:16.166 INFO:teuthology.orchestra.run.smithi064.stdout:Dependencies resolved. 2024-04-27T00:25:16.167 INFO:teuthology.orchestra.run.smithi064.stdout:Nothing to do. 2024-04-27T00:25:16.167 INFO:teuthology.orchestra.run.smithi064.stdout:Complete! 2024-04-27T00:25:16.171 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-27T00:25:16.182 INFO:teuthology.task.internal:Not uploading archives. 2024-04-27T00:25:16.182 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-27T00:25:16.231 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-27T00:25:16.232 DEBUG:teuthology.orchestra.run.smithi064:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-27T00:25:16.233 DEBUG:teuthology.orchestra.run.smithi064:> sudo yum -y install cephadm 2024-04-27T00:25:16.275 DEBUG:teuthology.orchestra.run.smithi098:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-27T00:25:16.278 DEBUG:teuthology.orchestra.run.smithi111:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-27T00:25:16.287 INFO:teuthology.orchestra.run.smithi064.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 27 00:25 /home/ubuntu/cephtest 2024-04-27T00:25:16.289 INFO:teuthology.orchestra.run.smithi098.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 27 00:25 /home/ubuntu/cephtest 2024-04-27T00:25:16.292 INFO:teuthology.orchestra.run.smithi111.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 27 00:25 /home/ubuntu/cephtest 2024-04-27T00:25:16.293 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-27T00:25:16.303 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-27T00:25:16.398 INFO:teuthology.nuke:Checking targets against current locks 2024-04-27T00:25:16.427 DEBUG:teuthology.nuke:shortname: smithi064 2024-04-27T00:25:16.427 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-27T00:25:16.454 DEBUG:teuthology.nuke:shortname: smithi098 2024-04-27T00:25:16.454 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-27T00:25:16.460 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi064.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7675060', '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-04-27 00:14:06.673213', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPWCzXFROlFko9zMKJwr1AsLrjNCLGm+k4Uj6yXRjSIpf6mDWgX1Ba4Rs2oBYceFevgE7fi/rgNiE7uq7Q5yHR8='} 2024-04-27T00:25:16.481 DEBUG:teuthology.nuke:shortname: smithi111 2024-04-27T00:25:16.481 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-27T00:25:16.486 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi098.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7675060', '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-04-27 00:14:06.670194', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHR5OixqQ9h2MEyOELbAJzWnWTpS4euXZmvWWqWwSUZE6F+Pu2J7YM1xXTBPYPonSs4RZuX59dFAP9gTHNPpxVM='} 2024-04-27T00:25:16.503 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi111.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7675060', '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-04-27 00:14:06.672032', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMo6aMeTC/NFb5p72xD8oYHIgJtK0QuL9EJL6tHZLA3D/2uHwghp29oF4u46wJs0nW2SM8wZNd0sW2tsXZ4zp1o='} 2024-04-27T00:25:16.516 INFO:teuthology.orchestra.console.smithi064:Power off 2024-04-27T00:25:16.516 DEBUG:teuthology.orchestra.console.smithi064:pexpect command: ipmitool -H smithi064.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-27T00:25:16.541 DEBUG:teuthology.orchestra.console.smithi064:power off output: Chassis Power Control: Down/Off 2024-04-27T00:25:16.541 DEBUG:teuthology.orchestra.console.smithi064:pexpect command: ipmitool -H smithi064.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-27T00:25:16.557 INFO:teuthology.orchestra.console.smithi098:Power off 2024-04-27T00:25:16.557 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-27T00:25:16.573 INFO:teuthology.orchestra.console.smithi111:Power off 2024-04-27T00:25:16.573 DEBUG:teuthology.orchestra.console.smithi111:pexpect command: ipmitool -H smithi111.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-27T00:25:16.582 DEBUG:teuthology.orchestra.console.smithi064:check power output: Chassis Power is on 2024-04-27T00:25:16.583 DEBUG:teuthology.orchestra.console.smithi098:power off output: Chassis Power Control: Down/Off 2024-04-27T00:25:16.583 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-27T00:25:16.600 DEBUG:teuthology.orchestra.console.smithi111:power off output: Chassis Power Control: Down/Off 2024-04-27T00:25:16.600 DEBUG:teuthology.orchestra.console.smithi111:pexpect command: ipmitool -H smithi111.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-27T00:25:16.612 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is on 2024-04-27T00:25:16.626 DEBUG:teuthology.orchestra.console.smithi111:check power output: Chassis Power is on 2024-04-27T00:25:16.657 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:02 ago on Sat 27 Apr 2024 12:24:14 AM UTC. 2024-04-27T00:25:16.735 INFO:teuthology.orchestra.run.smithi098.stdout:Package ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 is already installed. 2024-04-27T00:25:16.778 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-27T00:25:16.779 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-04-27T00:25:16.779 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-27T00:25:16.800 INFO:teuthology.orchestra.run.smithi064.stdout:Last metadata expiration check: 0:00:58 ago on Sat 27 Apr 2024 12:24:18 AM UTC. 2024-04-27T00:25:16.843 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-mgr-dashboard 2024-04-27T00:25:16.925 INFO:teuthology.orchestra.run.smithi064.stdout:Dependencies resolved. 2024-04-27T00:25:16.926 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-27T00:25:16.926 INFO:teuthology.orchestra.run.smithi064.stdout: Package Arch Version Repository Size 2024-04-27T00:25:16.927 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-27T00:25:16.927 INFO:teuthology.orchestra.run.smithi064.stdout:Installing: 2024-04-27T00:25:16.927 INFO:teuthology.orchestra.run.smithi064.stdout: cephadm noarch 2:19.0.0-3211.g5d349943.el9 ceph-noarch 762 k 2024-04-27T00:25:16.927 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-27T00:25:16.927 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction Summary 2024-04-27T00:25:16.927 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-27T00:25:16.927 INFO:teuthology.orchestra.run.smithi064.stdout:Install 1 Package 2024-04-27T00:25:16.927 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-27T00:25:16.928 INFO:teuthology.orchestra.run.smithi064.stdout:Total download size: 762 k 2024-04-27T00:25:16.928 INFO:teuthology.orchestra.run.smithi064.stdout:Installed size: 769 k 2024-04-27T00:25:16.928 INFO:teuthology.orchestra.run.smithi064.stdout:Downloading Packages: 2024-04-27T00:25:17.209 INFO:teuthology.orchestra.run.smithi064.stdout:cephadm-19.0.0-3211.g5d349943.el9.noarch.rpm 2.6 MB/s | 762 kB 00:00 2024-04-27T00:25:17.210 INFO:teuthology.orchestra.run.smithi064.stdout:-------------------------------------------------------------------------------- 2024-04-27T00:25:17.210 INFO:teuthology.orchestra.run.smithi064.stdout:Total 2.6 MB/s | 762 kB 00:00 2024-04-27T00:25:17.211 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction check 2024-04-27T00:25:17.216 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction check succeeded. 2024-04-27T00:25:17.216 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction test 2024-04-27T00:25:17.222 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction test succeeded. 2024-04-27T00:25:17.222 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction 2024-04-27T00:25:17.299 INFO:teuthology.orchestra.run.smithi064.stdout: Preparing : 1/1 2024-04-27T00:25:17.348 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:03 ago on Sat 27 Apr 2024 12:24:14 AM UTC. 2024-04-27T00:25:17.486 INFO:teuthology.orchestra.run.smithi098.stderr:Error: 2024-04-27T00:25:17.486 INFO:teuthology.orchestra.run.smithi098.stderr: Problem: cannot install the best candidate for the job 2024-04-27T00:25:17.486 INFO:teuthology.orchestra.run.smithi098.stderr: - nothing provides ceph-mgr = 2:19.0.0-3211.g5d349943.el9 needed by ceph-mgr-dashboard-2:19.0.0-3211.g5d349943.el9.noarch from ceph-noarch 2024-04-27T00:25:17.487 INFO:teuthology.orchestra.run.smithi098.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2024-04-27T00:25:17.517 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-27T00:25:17.726 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-27T00:25:17.814 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-27T00:25:18.123 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-27T00:25:18.369 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-27T00:25:18.369 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-27T00:25:18.369 INFO:teuthology.orchestra.run.smithi064.stdout:Installed: 2024-04-27T00:25:18.369 INFO:teuthology.orchestra.run.smithi064.stdout: cephadm-2:19.0.0-3211.g5d349943.el9.noarch 2024-04-27T00:25:18.369 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-27T00:25:18.369 INFO:teuthology.orchestra.run.smithi064.stdout:Complete! 2024-04-27T00:25:18.588 DEBUG:teuthology.orchestra.run.smithi064:> sudo yum -y install ceph-immutable-object-cache 2024-04-27T00:25:19.123 INFO:teuthology.orchestra.run.smithi064.stdout:Last metadata expiration check: 0:01:01 ago on Sat 27 Apr 2024 12:24:18 AM UTC. 2024-04-27T00:25:19.251 INFO:teuthology.orchestra.run.smithi064.stdout:Dependencies resolved. 2024-04-27T00:25:19.252 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-27T00:25:19.252 INFO:teuthology.orchestra.run.smithi064.stdout: Package Arch Version Repo Size 2024-04-27T00:25:19.253 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-27T00:25:19.253 INFO:teuthology.orchestra.run.smithi064.stdout:Installing: 2024-04-27T00:25:19.253 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3211.g5d349943.el7 ceph 145 k 2024-04-27T00:25:19.253 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-27T00:25:19.253 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction Summary 2024-04-27T00:25:19.253 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-27T00:25:19.254 INFO:teuthology.orchestra.run.smithi064.stdout:Install 1 Package 2024-04-27T00:25:19.254 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-27T00:25:19.254 INFO:teuthology.orchestra.run.smithi064.stdout:Total download size: 145 k 2024-04-27T00:25:19.254 INFO:teuthology.orchestra.run.smithi064.stdout:Installed size: 435 k 2024-04-27T00:25:19.254 INFO:teuthology.orchestra.run.smithi064.stdout:Downloading Packages: 2024-04-27T00:25:19.565 INFO:teuthology.orchestra.run.smithi064.stdout:ceph-immutable-object-cache-19.0.0-3211.g5d3499 464 kB/s | 145 kB 00:00 2024-04-27T00:25:19.567 INFO:teuthology.orchestra.run.smithi064.stdout:-------------------------------------------------------------------------------- 2024-04-27T00:25:19.567 INFO:teuthology.orchestra.run.smithi064.stdout:Total 462 kB/s | 145 kB 00:00 2024-04-27T00:25:19.567 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction check 2024-04-27T00:25:19.575 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction check succeeded. 2024-04-27T00:25:19.575 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction test 2024-04-27T00:25:19.636 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction test succeeded. 2024-04-27T00:25:19.637 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction 2024-04-27T00:25:19.788 INFO:teuthology.orchestra.run.smithi064.stdout: Preparing : 1/1 2024-04-27T00:25:19.858 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3211.g5d349943. 1/1 2024-04-27T00:25:19.884 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3211.g5d349943. 1/1 2024-04-27T00:25:19.884 INFO:teuthology.orchestra.run.smithi064.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-27T00:25:19.884 INFO:teuthology.orchestra.run.smithi064.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-27T00:25:19.884 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-27T00:25:20.583 DEBUG:teuthology.orchestra.console.smithi064:pexpect command: ipmitool -H smithi064.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-27T00:25:20.612 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-27T00:25:20.627 DEBUG:teuthology.orchestra.console.smithi111:pexpect command: ipmitool -H smithi111.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-27T00:25:20.695 DEBUG:teuthology.orchestra.console.smithi064:check power output: Chassis Power is on 2024-04-27T00:25:20.723 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is on 2024-04-27T00:25:20.740 DEBUG:teuthology.orchestra.console.smithi111:check power output: Chassis Power is on 2024-04-27T00:25:20.742 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3211.g5d349943. 1/1 2024-04-27T00:25:20.743 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-27T00:25:20.743 INFO:teuthology.orchestra.run.smithi064.stdout:Installed: 2024-04-27T00:25:20.743 INFO:teuthology.orchestra.run.smithi064.stdout: ceph-immutable-object-cache-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-27T00:25:20.743 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-27T00:25:20.743 INFO:teuthology.orchestra.run.smithi064.stdout:Complete! 2024-04-27T00:25:20.975 DEBUG:teuthology.orchestra.run.smithi064:> sudo yum -y install ceph-mgr 2024-04-27T00:25:21.506 INFO:teuthology.orchestra.run.smithi064.stdout:Last metadata expiration check: 0:01:03 ago on Sat 27 Apr 2024 12:24:18 AM UTC. 2024-04-27T00:25:21.588 INFO:teuthology.orchestra.run.smithi064.stdout:Package ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 is already installed. 2024-04-27T00:25:21.633 INFO:teuthology.orchestra.run.smithi064.stdout:Dependencies resolved. 2024-04-27T00:25:21.633 INFO:teuthology.orchestra.run.smithi064.stdout:Nothing to do. 2024-04-27T00:25:21.634 INFO:teuthology.orchestra.run.smithi064.stdout:Complete! 2024-04-27T00:25:21.702 DEBUG:teuthology.orchestra.run.smithi064:> sudo yum -y install ceph-mgr-dashboard 2024-04-27T00:25:22.231 INFO:teuthology.orchestra.run.smithi064.stdout:Last metadata expiration check: 0:01:04 ago on Sat 27 Apr 2024 12:24:18 AM UTC. 2024-04-27T00:25:22.365 INFO:teuthology.orchestra.run.smithi064.stderr:Error: 2024-04-27T00:25:22.366 INFO:teuthology.orchestra.run.smithi064.stderr: Problem: cannot install the best candidate for the job 2024-04-27T00:25:22.366 INFO:teuthology.orchestra.run.smithi064.stderr: - nothing provides ceph-mgr = 2:19.0.0-3211.g5d349943.el9 needed by ceph-mgr-dashboard-2:19.0.0-3211.g5d349943.el9.noarch from ceph-noarch 2024-04-27T00:25:22.366 INFO:teuthology.orchestra.run.smithi064.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2024-04-27T00:25:22.401 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-27T00:25:24.696 DEBUG:teuthology.orchestra.console.smithi064:pexpect command: ipmitool -H smithi064.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-27T00:25:24.724 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-27T00:25:24.741 DEBUG:teuthology.orchestra.console.smithi111:pexpect command: ipmitool -H smithi111.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-27T00:25:24.812 DEBUG:teuthology.orchestra.console.smithi064:check power output: Chassis Power is off 2024-04-27T00:25:24.835 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is off 2024-04-27T00:25:24.852 DEBUG:teuthology.orchestra.console.smithi111:check power output: Chassis Power is on 2024-04-27T00:25:24.914 INFO:teuthology.orchestra.console.smithi064:Power off completed 2024-04-27T00:25:24.936 INFO:teuthology.orchestra.console.smithi098:Power off completed 2024-04-27T00:25:28.853 DEBUG:teuthology.orchestra.console.smithi111:pexpect command: ipmitool -H smithi111.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-27T00:25:28.965 DEBUG:teuthology.orchestra.console.smithi111:check power output: Chassis Power is off 2024-04-27T00:25:29.066 INFO:teuthology.orchestra.console.smithi111:Power off completed 2024-04-27T00:25:29.171 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_host_drain} duration: 299.21069502830505 failure_reason: 'Command failed on smithi111 with status 1: ''sudo yum -y install ceph-mgr-dashboard''' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=4491b43aa9274286b569860009c6b211 status: fail success: false 2024-04-27T00:25:29.171 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-27T00:25:29.247 INFO:teuthology.run:FAIL