2023-12-07T16:49:36.707 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-07T16:49:36.708 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --verbose --name yuriw-2023-12-07_16:39:06-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi --description rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/on mon_election/classic task/test_host_drain} --archive /home/teuthworker/archive/yuriw-2023-12-07_16:39:06-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7482220 -- /home/teuthworker/archive/yuriw-2023-12-07_16:39:06-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7482220/orig.config.yaml 2023-12-07T16:49:36.757 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-07T16:49:36.854 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-07_16:39:06-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7482220 branch: wip-yuri-testing-2023-12-06-1240 description: rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/on mon_election/classic task/test_host_drain} email: null first_in_suite: false job_id: '7482220' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-07_16:39:06-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-yuri-testing-2023-12-06-1240 ceph: conf: global: mon election default strategy: 1 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\) sha1: f0c322331348463ad8afb13a3a03e833bee1c39c ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: f0c322331348463ad8afb13a3a03e833bee1c39c selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri-testing-2023-12-06-1240 sha1: f0c322331348463ad8afb13a3a03e833bee1c39c owner: scheduled_yuriw@teuthology priority: 75 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: 6240 sha1: f0c322331348463ad8afb13a3a03e833bee1c39c sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri-testing-2023-12-06-1240 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_f0c322331348463ad8afb13a3a03e833bee1c39c/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: f0c322331348463ad8afb13a3a03e833bee1c39c targets: smithi148.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi150.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi157.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools:3.0 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - install: null - cephadm: null - cephadm.shell: host.a: - "set -ex\nHOSTNAMES=$(ceph orch host ls --format json | jq -r '.[] | .hostname')\n\ for host in $HOSTNAMES; do\n # find the hostname for \"host.c\" which will\ \ have no mgr\n HAS_MGRS=$(ceph orch ps --hostname ${host} --format json |\ \ jq 'any(.daemon_type == \"mgr\")')\n if [ \"$HAS_MGRS\" == \"false\" ]; then\n\ \ HOST_C=\"${host}\"\n fi\ndone\n# One last thing to worry about before\ \ draining the host\n# is that the teuthology test tends to put the explicit\n\ # hostnames in the placement for the mon service.\n# We want to make sure we\ \ can drain without providing\n# --force and there is a check for the host being\ \ removed\n# being listed explicitly in the placements. Therefore,\n# we should\ \ remove it from the mon placement.\nceph orch ls mon --export > mon.yaml\n\ sed /\"$HOST_C\"/d mon.yaml > mon_adjusted.yaml\nceph orch apply -i mon_adjusted.yaml\n\ # now drain that host\nceph orch host drain $HOST_C --zap-osd-devices\n# wait\ \ for drain to complete\nHOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\n\ while [ \"$HOST_C_DAEMONS\" != \"No daemons reported\" ]; do\n sleep 15\n \ \ HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\ndone\n# we want to check\ \ the ability to remove the host from\n# the CRUSH map, so we should first verify\ \ the host is in\n# the CRUSH map.\nceph osd getcrushmap -o compiled-crushmap\n\ crushtool -d compiled-crushmap -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\n\ if ! grep -q \"$HOST_C\" <<< \"$CRUSH_MAP\"; then\n printf \"Expected to see\ \ $HOST_C in CRUSH map. Saw:\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n# If the drain\ \ was successful, we should be able to remove the\n# host without force with\ \ no issues. If there are still daemons\n# we will get a response telling us\ \ to drain the host and a\n# non-zero return code\nceph orch host rm $HOST_C\ \ --rm-crush-entry\n# verify we've successfully removed the host from the CRUSH\ \ map\nsleep 30\nceph osd getcrushmap -o compiled-crushmap\ncrushtool -d compiled-crushmap\ \ -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\nif grep -q \"$HOST_C\" <<<\ \ \"$CRUSH_MAP\"; then\n printf \"Saw $HOST_C in CRUSH map after it should\ \ have been removed.\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-12-07_16:39:06 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-07T16:49:36.854 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_f0c322331348463ad8afb13a3a03e833bee1c39c/qa; will attempt to use it 2023-12-07T16:49:36.855 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_f0c322331348463ad8afb13a3a03e833bee1c39c/qa/tasks 2023-12-07T16:49:36.855 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-07T16:49:36.865 INFO:teuthology.task.internal:Checking packages... 2023-12-07T16:49:36.890 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'f0c322331348463ad8afb13a3a03e833bee1c39c' 2023-12-07T16:49:36.890 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-07T16:49:36.890 INFO:teuthology.packaging:ref: None 2023-12-07T16:49:36.890 INFO:teuthology.packaging:tag: None 2023-12-07T16:49:36.890 INFO:teuthology.packaging:branch: wip-yuri-testing-2023-12-06-1240 2023-12-07T16:49:36.891 INFO:teuthology.packaging:sha1: f0c322331348463ad8afb13a3a03e833bee1c39c 2023-12-07T16:49:36.891 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri-testing-2023-12-06-1240 2023-12-07T16:49:37.131 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-37.gf0c32233 2023-12-07T16:49:37.131 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-07T16:49:37.138 INFO:teuthology.task.internal:no buildpackages task found 2023-12-07T16:49:37.138 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-07T16:49:37.143 INFO:teuthology.task.internal:Saving configuration 2023-12-07T16:49:37.172 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-07T16:49:37.178 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T16:49:37.208 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi148.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_16:39:06-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7482220', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-07 16:41:26.557958', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T16:49:37.233 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi150.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_16:39:06-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7482220', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-07 16:41:26.555945', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T16:49:37.255 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi157.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_16:39:06-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7482220', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-07 16:41:26.559650', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T16:49:37.256 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-07T16:49:37.265 INFO:teuthology.task.internal:roles: ubuntu@smithi148.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2023-12-07T16:49:37.266 INFO:teuthology.task.internal:roles: ubuntu@smithi150.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2023-12-07T16:49:37.266 INFO:teuthology.task.internal:roles: ubuntu@smithi157.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2023-12-07T16:49:37.266 INFO:teuthology.run_tasks:Running task console_log... 2023-12-07T16:49:37.427 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fdc064a8ee0>, signals=[15]) 2023-12-07T16:49:37.427 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-07T16:49:37.433 INFO:teuthology.task.internal:Opening connections... 2023-12-07T16:49:37.433 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi148.front.sepia.ceph.com 2023-12-07T16:49:37.435 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T16:49:37.503 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi150.front.sepia.ceph.com 2023-12-07T16:49:37.504 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T16:49:37.571 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi157.front.sepia.ceph.com 2023-12-07T16:49:37.572 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi157.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T16:49:37.638 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-07T16:49:37.644 DEBUG:teuthology.orchestra.run.smithi148:> uname -m 2023-12-07T16:49:37.666 INFO:teuthology.orchestra.run.smithi148.stdout:x86_64 2023-12-07T16:49:37.666 DEBUG:teuthology.orchestra.run.smithi148:> cat /etc/os-release 2023-12-07T16:49:37.725 INFO:teuthology.orchestra.run.smithi148.stdout:NAME="Red Hat Enterprise Linux" 2023-12-07T16:49:37.725 INFO:teuthology.orchestra.run.smithi148.stdout:VERSION="8.6 (Ootpa)" 2023-12-07T16:49:37.725 INFO:teuthology.orchestra.run.smithi148.stdout:ID="rhel" 2023-12-07T16:49:37.725 INFO:teuthology.orchestra.run.smithi148.stdout:ID_LIKE="fedora" 2023-12-07T16:49:37.726 INFO:teuthology.orchestra.run.smithi148.stdout:VERSION_ID="8.6" 2023-12-07T16:49:37.726 INFO:teuthology.orchestra.run.smithi148.stdout:PLATFORM_ID="platform:el8" 2023-12-07T16:49:37.726 INFO:teuthology.orchestra.run.smithi148.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-07T16:49:37.726 INFO:teuthology.orchestra.run.smithi148.stdout:ANSI_COLOR="0;31" 2023-12-07T16:49:37.726 INFO:teuthology.orchestra.run.smithi148.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-07T16:49:37.726 INFO:teuthology.orchestra.run.smithi148.stdout:HOME_URL="https://www.redhat.com/" 2023-12-07T16:49:37.726 INFO:teuthology.orchestra.run.smithi148.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-07T16:49:37.726 INFO:teuthology.orchestra.run.smithi148.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-07T16:49:37.726 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-12-07T16:49:37.726 INFO:teuthology.orchestra.run.smithi148.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-07T16:49:37.726 INFO:teuthology.orchestra.run.smithi148.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-07T16:49:37.726 INFO:teuthology.orchestra.run.smithi148.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-07T16:49:37.726 INFO:teuthology.orchestra.run.smithi148.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-07T16:49:37.727 INFO:teuthology.lock.ops:Updating smithi148.front.sepia.ceph.com on lock server 2023-12-07T16:49:37.748 DEBUG:teuthology.orchestra.run.smithi150:> uname -m 2023-12-07T16:49:37.769 INFO:teuthology.orchestra.run.smithi150.stdout:x86_64 2023-12-07T16:49:37.769 DEBUG:teuthology.orchestra.run.smithi150:> cat /etc/os-release 2023-12-07T16:49:37.829 INFO:teuthology.orchestra.run.smithi150.stdout:NAME="Red Hat Enterprise Linux" 2023-12-07T16:49:37.829 INFO:teuthology.orchestra.run.smithi150.stdout:VERSION="8.6 (Ootpa)" 2023-12-07T16:49:37.829 INFO:teuthology.orchestra.run.smithi150.stdout:ID="rhel" 2023-12-07T16:49:37.829 INFO:teuthology.orchestra.run.smithi150.stdout:ID_LIKE="fedora" 2023-12-07T16:49:37.829 INFO:teuthology.orchestra.run.smithi150.stdout:VERSION_ID="8.6" 2023-12-07T16:49:37.829 INFO:teuthology.orchestra.run.smithi150.stdout:PLATFORM_ID="platform:el8" 2023-12-07T16:49:37.830 INFO:teuthology.orchestra.run.smithi150.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-07T16:49:37.830 INFO:teuthology.orchestra.run.smithi150.stdout:ANSI_COLOR="0;31" 2023-12-07T16:49:37.830 INFO:teuthology.orchestra.run.smithi150.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-07T16:49:37.830 INFO:teuthology.orchestra.run.smithi150.stdout:HOME_URL="https://www.redhat.com/" 2023-12-07T16:49:37.830 INFO:teuthology.orchestra.run.smithi150.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-07T16:49:37.830 INFO:teuthology.orchestra.run.smithi150.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-07T16:49:37.830 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-07T16:49:37.830 INFO:teuthology.orchestra.run.smithi150.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-07T16:49:37.830 INFO:teuthology.orchestra.run.smithi150.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-07T16:49:37.830 INFO:teuthology.orchestra.run.smithi150.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-07T16:49:37.830 INFO:teuthology.orchestra.run.smithi150.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-07T16:49:37.831 INFO:teuthology.lock.ops:Updating smithi150.front.sepia.ceph.com on lock server 2023-12-07T16:49:37.856 DEBUG:teuthology.orchestra.run.smithi157:> uname -m 2023-12-07T16:49:37.876 INFO:teuthology.orchestra.run.smithi157.stdout:x86_64 2023-12-07T16:49:37.877 DEBUG:teuthology.orchestra.run.smithi157:> cat /etc/os-release 2023-12-07T16:49:37.936 INFO:teuthology.orchestra.run.smithi157.stdout:NAME="Red Hat Enterprise Linux" 2023-12-07T16:49:37.936 INFO:teuthology.orchestra.run.smithi157.stdout:VERSION="8.6 (Ootpa)" 2023-12-07T16:49:37.936 INFO:teuthology.orchestra.run.smithi157.stdout:ID="rhel" 2023-12-07T16:49:37.936 INFO:teuthology.orchestra.run.smithi157.stdout:ID_LIKE="fedora" 2023-12-07T16:49:37.936 INFO:teuthology.orchestra.run.smithi157.stdout:VERSION_ID="8.6" 2023-12-07T16:49:37.936 INFO:teuthology.orchestra.run.smithi157.stdout:PLATFORM_ID="platform:el8" 2023-12-07T16:49:37.936 INFO:teuthology.orchestra.run.smithi157.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-07T16:49:37.936 INFO:teuthology.orchestra.run.smithi157.stdout:ANSI_COLOR="0;31" 2023-12-07T16:49:37.936 INFO:teuthology.orchestra.run.smithi157.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-07T16:49:37.937 INFO:teuthology.orchestra.run.smithi157.stdout:HOME_URL="https://www.redhat.com/" 2023-12-07T16:49:37.937 INFO:teuthology.orchestra.run.smithi157.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-07T16:49:37.937 INFO:teuthology.orchestra.run.smithi157.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-07T16:49:37.937 INFO:teuthology.orchestra.run.smithi157.stdout: 2023-12-07T16:49:37.937 INFO:teuthology.orchestra.run.smithi157.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-07T16:49:37.937 INFO:teuthology.orchestra.run.smithi157.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-07T16:49:37.937 INFO:teuthology.orchestra.run.smithi157.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-07T16:49:37.937 INFO:teuthology.orchestra.run.smithi157.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-07T16:49:37.937 INFO:teuthology.lock.ops:Updating smithi157.front.sepia.ceph.com on lock server 2023-12-07T16:49:37.957 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-07T16:49:37.965 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-07T16:49:38.068 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-07T16:49:38.069 DEBUG:teuthology.orchestra.run.smithi148:> test '!' -e /home/ubuntu/cephtest 2023-12-07T16:49:38.071 DEBUG:teuthology.orchestra.run.smithi150:> test '!' -e /home/ubuntu/cephtest 2023-12-07T16:49:38.074 DEBUG:teuthology.orchestra.run.smithi157:> test '!' -e /home/ubuntu/cephtest 2023-12-07T16:49:38.093 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-07T16:49:38.100 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-07T16:49:38.101 DEBUG:teuthology.orchestra.run.smithi148:> test -z $(ls -A /var/lib/ceph) 2023-12-07T16:49:38.129 DEBUG:teuthology.orchestra.run.smithi150:> test -z $(ls -A /var/lib/ceph) 2023-12-07T16:49:38.134 DEBUG:teuthology.orchestra.run.smithi157:> test -z $(ls -A /var/lib/ceph) 2023-12-07T16:49:38.163 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-07T16:49:38.237 INFO:teuthology.run_tasks:Running task kernel... 2023-12-07T16:49:38.252 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-07T16:49:38.252 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-07T16:49:38.252 DEBUG:teuthology.orchestra.run.smithi148:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T16:49:38.253 DEBUG:teuthology.orchestra.run.smithi150:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T16:49:38.253 DEBUG:teuthology.orchestra.run.smithi157:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T16:49:38.271 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T16:49:38.272 DEBUG:teuthology.orchestra.run.smithi148:> uname -r 2023-12-07T16:49:38.273 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T16:49:38.273 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T16:49:38.274 DEBUG:teuthology.orchestra.run.smithi150:> uname -r 2023-12-07T16:49:38.274 DEBUG:teuthology.orchestra.run.smithi157:> uname -r 2023-12-07T16:49:38.331 INFO:teuthology.orchestra.run.smithi148.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-07T16:49:38.332 INFO:teuthology.task.kernel:Running kernel on smithi148: 4.18.0-372.9.1.el8.x86_64 2023-12-07T16:49:38.332 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum install -y kernel 2023-12-07T16:49:38.334 INFO:teuthology.orchestra.run.smithi157.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-07T16:49:38.334 INFO:teuthology.task.kernel:Running kernel on smithi157: 4.18.0-372.9.1.el8.x86_64 2023-12-07T16:49:38.334 DEBUG:teuthology.orchestra.run.smithi157:> sudo yum install -y kernel 2023-12-07T16:49:38.336 INFO:teuthology.orchestra.run.smithi150.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-07T16:49:38.336 INFO:teuthology.task.kernel:Running kernel on smithi150: 4.18.0-372.9.1.el8.x86_64 2023-12-07T16:49:38.337 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum install -y kernel 2023-12-07T16:49:39.459 INFO:teuthology.orchestra.run.smithi157.stdout:Updating Subscription Management repositories. 2023-12-07T16:49:39.459 INFO:teuthology.orchestra.run.smithi157.stdout:Unable to read consumer identity 2023-12-07T16:49:39.518 INFO:teuthology.orchestra.run.smithi148.stdout:Updating Subscription Management repositories. 2023-12-07T16:49:39.518 INFO:teuthology.orchestra.run.smithi148.stdout:Unable to read consumer identity 2023-12-07T16:49:39.577 INFO:teuthology.orchestra.run.smithi150.stdout:Updating Subscription Management repositories. 2023-12-07T16:49:39.577 INFO:teuthology.orchestra.run.smithi150.stdout:Unable to read consumer identity 2023-12-07T16:49:41.014 INFO:teuthology.orchestra.run.smithi148.stdout:Copr repo for python3-asyncssh owned by ceph 12 kB/s | 3.5 kB 00:00 2023-12-07T16:49:41.028 INFO:teuthology.orchestra.run.smithi150.stdout:Copr repo for python3-asyncssh owned by ceph 16 kB/s | 3.5 kB 00:00 2023-12-07T16:49:41.029 INFO:teuthology.orchestra.run.smithi157.stdout:Copr repo for python3-asyncssh owned by ceph 11 kB/s | 3.5 kB 00:00 2023-12-07T16:49:42.106 INFO:teuthology.orchestra.run.smithi148.stdout:Extra Packages for Enterprise Linux 15 MB/s | 16 MB 00:01 2023-12-07T16:49:42.214 INFO:teuthology.orchestra.run.smithi157.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2023-12-07T16:49:42.378 INFO:teuthology.orchestra.run.smithi150.stdout:Extra Packages for Enterprise Linux 12 MB/s | 16 MB 00:01 2023-12-07T16:49:45.648 INFO:teuthology.orchestra.run.smithi148.stdout:lab-extras 192 kB/s | 24 kB 00:00 2023-12-07T16:49:45.780 INFO:teuthology.orchestra.run.smithi157.stdout:lab-extras 479 kB/s | 24 kB 00:00 2023-12-07T16:49:45.853 INFO:teuthology.orchestra.run.smithi150.stdout:lab-extras 611 kB/s | 24 kB 00:00 2023-12-07T16:49:46.342 INFO:teuthology.orchestra.run.smithi148.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-07T16:49:46.386 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2023-12-07T16:49:46.388 INFO:teuthology.orchestra.run.smithi148.stdout:Nothing to do. 2023-12-07T16:49:46.388 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2023-12-07T16:49:46.466 INFO:teuthology.orchestra.run.smithi157.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-07T16:49:46.508 DEBUG:teuthology.orchestra.run.smithi148:> echo no | sudo yum reinstall kernel || true 2023-12-07T16:49:46.512 INFO:teuthology.orchestra.run.smithi157.stdout:Dependencies resolved. 2023-12-07T16:49:46.512 INFO:teuthology.orchestra.run.smithi157.stdout:Nothing to do. 2023-12-07T16:49:46.512 INFO:teuthology.orchestra.run.smithi157.stdout:Complete! 2023-12-07T16:49:46.514 INFO:teuthology.orchestra.run.smithi150.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-07T16:49:46.560 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2023-12-07T16:49:46.561 INFO:teuthology.orchestra.run.smithi150.stdout:Nothing to do. 2023-12-07T16:49:46.562 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2023-12-07T16:49:46.641 DEBUG:teuthology.orchestra.run.smithi157:> echo no | sudo yum reinstall kernel || true 2023-12-07T16:49:46.687 DEBUG:teuthology.orchestra.run.smithi150:> echo no | sudo yum reinstall kernel || true 2023-12-07T16:49:46.878 INFO:teuthology.orchestra.run.smithi148.stdout:Updating Subscription Management repositories. 2023-12-07T16:49:46.878 INFO:teuthology.orchestra.run.smithi148.stdout:Unable to read consumer identity 2023-12-07T16:49:46.972 INFO:teuthology.orchestra.run.smithi157.stdout:Updating Subscription Management repositories. 2023-12-07T16:49:46.973 INFO:teuthology.orchestra.run.smithi157.stdout:Unable to read consumer identity 2023-12-07T16:49:47.062 INFO:teuthology.orchestra.run.smithi150.stdout:Updating Subscription Management repositories. 2023-12-07T16:49:47.063 INFO:teuthology.orchestra.run.smithi150.stdout:Unable to read consumer identity 2023-12-07T16:49:47.141 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:00:02 ago on Thu 07 Dec 2023 04:49:45 PM UTC. 2023-12-07T16:49:47.182 INFO:teuthology.orchestra.run.smithi148.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T16:49:47.230 INFO:teuthology.orchestra.run.smithi148.stderr:Error: No packages marked for reinstall. 2023-12-07T16:49:47.239 INFO:teuthology.orchestra.run.smithi157.stdout:Last metadata expiration check: 0:00:02 ago on Thu 07 Dec 2023 04:49:45 PM UTC. 2023-12-07T16:49:47.276 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum reinstall -y kernel || true 2023-12-07T16:49:47.282 INFO:teuthology.orchestra.run.smithi157.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T16:49:47.322 INFO:teuthology.orchestra.run.smithi157.stderr:Error: No packages marked for reinstall. 2023-12-07T16:49:47.325 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:00:02 ago on Thu 07 Dec 2023 04:49:45 PM UTC. 2023-12-07T16:49:47.368 INFO:teuthology.orchestra.run.smithi150.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T16:49:47.370 DEBUG:teuthology.orchestra.run.smithi157:> sudo yum reinstall -y kernel || true 2023-12-07T16:49:47.407 INFO:teuthology.orchestra.run.smithi150.stderr:Error: No packages marked for reinstall. 2023-12-07T16:49:47.454 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum reinstall -y kernel || true 2023-12-07T16:49:47.607 INFO:teuthology.orchestra.run.smithi148.stdout:Updating Subscription Management repositories. 2023-12-07T16:49:47.607 INFO:teuthology.orchestra.run.smithi148.stdout:Unable to read consumer identity 2023-12-07T16:49:47.699 INFO:teuthology.orchestra.run.smithi157.stdout:Updating Subscription Management repositories. 2023-12-07T16:49:47.700 INFO:teuthology.orchestra.run.smithi157.stdout:Unable to read consumer identity 2023-12-07T16:49:47.786 INFO:teuthology.orchestra.run.smithi150.stdout:Updating Subscription Management repositories. 2023-12-07T16:49:47.786 INFO:teuthology.orchestra.run.smithi150.stdout:Unable to read consumer identity 2023-12-07T16:49:47.864 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:00:02 ago on Thu 07 Dec 2023 04:49:45 PM UTC. 2023-12-07T16:49:47.904 INFO:teuthology.orchestra.run.smithi148.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T16:49:47.936 INFO:teuthology.orchestra.run.smithi148.stderr:Error: No packages marked for reinstall. 2023-12-07T16:49:47.955 INFO:teuthology.orchestra.run.smithi157.stdout:Last metadata expiration check: 0:00:02 ago on Thu 07 Dec 2023 04:49:45 PM UTC. 2023-12-07T16:49:47.983 DEBUG:teuthology.orchestra.run.smithi148:> rpm -q kernel | sort -rV | head -n 1 2023-12-07T16:49:47.994 INFO:teuthology.orchestra.run.smithi157.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T16:49:48.027 INFO:teuthology.orchestra.run.smithi157.stderr:Error: No packages marked for reinstall. 2023-12-07T16:49:48.046 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:00:03 ago on Thu 07 Dec 2023 04:49:45 PM UTC. 2023-12-07T16:49:48.063 INFO:teuthology.orchestra.run.smithi148.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-07T16:49:48.063 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-07T16:49:48.064 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-07T16:49:48.064 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-07T16:49:48.064 DEBUG:teuthology.orchestra.run.smithi148:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T16:49:48.080 DEBUG:teuthology.orchestra.run.smithi157:> rpm -q kernel | sort -rV | head -n 1 2023-12-07T16:49:48.087 INFO:teuthology.orchestra.run.smithi150.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T16:49:48.101 INFO:teuthology.orchestra.run.smithi148.stdout:ttyS1 2023-12-07T16:49:48.112 DEBUG:teuthology.parallel:result is None 2023-12-07T16:49:48.120 INFO:teuthology.orchestra.run.smithi150.stderr:Error: No packages marked for reinstall. 2023-12-07T16:49:48.160 INFO:teuthology.orchestra.run.smithi157.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-07T16:49:48.160 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-07T16:49:48.160 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-07T16:49:48.160 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-12-07T16:49:48.160 DEBUG:teuthology.orchestra.run.smithi157:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T16:49:48.173 DEBUG:teuthology.orchestra.run.smithi150:> rpm -q kernel | sort -rV | head -n 1 2023-12-07T16:49:48.189 INFO:teuthology.orchestra.run.smithi157.stdout:ttyS1 2023-12-07T16:49:48.203 DEBUG:teuthology.parallel:result is None 2023-12-07T16:49:48.253 INFO:teuthology.orchestra.run.smithi150.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-07T16:49:48.253 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-07T16:49:48.254 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-07T16:49:48.254 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-07T16:49:48.254 DEBUG:teuthology.orchestra.run.smithi150:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T16:49:48.292 INFO:teuthology.orchestra.run.smithi150.stdout:ttyS1 2023-12-07T16:49:48.314 DEBUG:teuthology.parallel:result is None 2023-12-07T16:49:48.314 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-07T16:49:48.322 INFO:teuthology.task.internal:Creating test directory... 2023-12-07T16:49:48.322 DEBUG:teuthology.orchestra.run.smithi148:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T16:49:48.324 DEBUG:teuthology.orchestra.run.smithi150:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T16:49:48.356 DEBUG:teuthology.orchestra.run.smithi157:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T16:49:48.373 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-07T16:49:48.380 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-07T16:49:48.386 INFO:teuthology.task.internal:Creating archive directory... 2023-12-07T16:49:48.386 DEBUG:teuthology.orchestra.run.smithi148:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T16:49:48.388 DEBUG:teuthology.orchestra.run.smithi150:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T16:49:48.414 DEBUG:teuthology.orchestra.run.smithi157:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T16:49:48.444 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-07T16:49:48.452 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-07T16:49:48.452 DEBUG:teuthology.orchestra.run.smithi148:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-07T16:49:48.455 DEBUG:teuthology.orchestra.run.smithi150:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-07T16:49:48.474 DEBUG:teuthology.orchestra.run.smithi157:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-07T16:49:48.492 INFO:teuthology.orchestra.run.smithi148.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T16:49:48.502 INFO:teuthology.orchestra.run.smithi148.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T16:49:48.514 INFO:teuthology.orchestra.run.smithi150.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T16:49:48.519 INFO:teuthology.orchestra.run.smithi157.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T16:49:48.523 INFO:teuthology.orchestra.run.smithi150.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T16:49:48.529 INFO:teuthology.orchestra.run.smithi157.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T16:49:48.530 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-07T16:49:48.537 INFO:teuthology.task.internal:Configuring sudo... 2023-12-07T16:49:48.538 DEBUG:teuthology.orchestra.run.smithi148:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T16:49:48.545 DEBUG:teuthology.orchestra.run.smithi150:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T16:49:48.568 DEBUG:teuthology.orchestra.run.smithi157:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T16:49:48.597 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-07T16:49:48.606 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-07T16:49:48.606 DEBUG:teuthology.orchestra.run.smithi148:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T16:49:48.612 DEBUG:teuthology.orchestra.run.smithi150:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T16:49:48.634 DEBUG:teuthology.orchestra.run.smithi157:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T16:49:48.654 DEBUG:teuthology.orchestra.run.smithi148:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T16:49:48.712 DEBUG:teuthology.orchestra.run.smithi148:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T16:49:48.761 DEBUG:teuthology.orchestra.run.smithi148:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T16:49:48.845 DEBUG:teuthology.orchestra.run.smithi148:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T16:49:48.886 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2023-12-07T16:49:48.887 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T16:49:48.953 DEBUG:teuthology.orchestra.run.smithi150:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T16:49:48.998 DEBUG:teuthology.orchestra.run.smithi150:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T16:49:49.051 DEBUG:teuthology.orchestra.run.smithi150:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T16:49:49.133 DEBUG:teuthology.orchestra.run.smithi150:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T16:49:49.177 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-12-07T16:49:49.177 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T16:49:49.246 DEBUG:teuthology.orchestra.run.smithi157:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T16:49:49.289 DEBUG:teuthology.orchestra.run.smithi157:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T16:49:49.340 DEBUG:teuthology.orchestra.run.smithi157:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T16:49:49.426 DEBUG:teuthology.orchestra.run.smithi157:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T16:49:49.468 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2023-12-07T16:49:49.468 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T16:49:49.543 DEBUG:teuthology.orchestra.run.smithi148:> sudo service rsyslog restart 2023-12-07T16:49:49.545 DEBUG:teuthology.orchestra.run.smithi150:> sudo service rsyslog restart 2023-12-07T16:49:49.548 DEBUG:teuthology.orchestra.run.smithi157:> sudo service rsyslog restart 2023-12-07T16:49:49.600 INFO:teuthology.orchestra.run.smithi150.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T16:49:49.601 INFO:teuthology.orchestra.run.smithi148.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T16:49:49.633 INFO:teuthology.orchestra.run.smithi157.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T16:49:50.092 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-07T16:49:50.100 INFO:teuthology.task.internal:Starting timer... 2023-12-07T16:49:50.100 INFO:teuthology.run_tasks:Running task pcp... 2023-12-07T16:49:50.180 INFO:teuthology.run_tasks:Running task selinux... 2023-12-07T16:49:50.203 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-07T16:49:50.203 DEBUG:teuthology.orchestra.run.smithi148:> sudo service auditd rotate 2023-12-07T16:49:50.270 INFO:teuthology.orchestra.run.smithi148.stdout:Rotating logs: 2023-12-07T16:49:50.272 DEBUG:teuthology.orchestra.run.smithi150:> sudo service auditd rotate 2023-12-07T16:49:50.333 INFO:teuthology.orchestra.run.smithi150.stdout:Rotating logs: 2023-12-07T16:49:50.335 DEBUG:teuthology.orchestra.run.smithi157:> sudo service auditd rotate 2023-12-07T16:49:50.390 INFO:teuthology.orchestra.run.smithi157.stdout:Rotating logs: 2023-12-07T16:49:50.392 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-07T16:49:50.392 DEBUG:teuthology.orchestra.run.smithi148:> /usr/sbin/getenforce 2023-12-07T16:49:50.422 INFO:teuthology.orchestra.run.smithi148.stdout:Permissive 2023-12-07T16:49:50.423 DEBUG:teuthology.orchestra.run.smithi150:> /usr/sbin/getenforce 2023-12-07T16:49:50.450 INFO:teuthology.orchestra.run.smithi150.stdout:Permissive 2023-12-07T16:49:50.450 DEBUG:teuthology.orchestra.run.smithi157:> /usr/sbin/getenforce 2023-12-07T16:49:50.472 INFO:teuthology.orchestra.run.smithi157.stdout:Permissive 2023-12-07T16:49:50.472 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi148.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi150.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi157.front.sepia.ceph.com': 'permissive'} 2023-12-07T16:49:50.472 DEBUG:teuthology.orchestra.run.smithi148:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-07T16:49:50.502 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T16:49:50.502 DEBUG:teuthology.orchestra.run.smithi150:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-07T16:49:50.531 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T16:49:50.531 DEBUG:teuthology.orchestra.run.smithi157:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-07T16:49:50.559 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T16:49:50.560 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-07T16:49:50.560 DEBUG:teuthology.orchestra.run.smithi148:> sudo /usr/sbin/setenforce permissive 2023-12-07T16:49:50.586 DEBUG:teuthology.orchestra.run.smithi150:> sudo /usr/sbin/setenforce permissive 2023-12-07T16:49:50.614 DEBUG:teuthology.orchestra.run.smithi157:> sudo /usr/sbin/setenforce permissive 2023-12-07T16:49:50.642 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-07T16:49:50.654 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-12-07T16:49:50.654 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-07T16:49:50.678 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-12-07T16:49:50.697 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi148.front.sepia.ceph.com,smithi150.front.sepia.ceph.com,smithi157.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-07T17:05:01.378 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi148.front.sepia.ceph.com'), Remote(name='ubuntu@smithi150.front.sepia.ceph.com'), Remote(name='ubuntu@smithi157.front.sepia.ceph.com')] 2023-12-07T17:05:01.379 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi148.front.sepia.ceph.com' 2023-12-07T17:05:01.380 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T17:05:01.449 DEBUG:teuthology.orchestra.run.smithi148:> true 2023-12-07T17:05:01.516 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi148.front.sepia.ceph.com' 2023-12-07T17:05:01.516 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2023-12-07T17:05:01.516 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T17:05:01.584 DEBUG:teuthology.orchestra.run.smithi150:> true 2023-12-07T17:05:01.651 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi150.front.sepia.ceph.com' 2023-12-07T17:05:01.652 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi157.front.sepia.ceph.com' 2023-12-07T17:05:01.653 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi157.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T17:05:01.725 DEBUG:teuthology.orchestra.run.smithi157:> true 2023-12-07T17:05:01.802 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi157.front.sepia.ceph.com' 2023-12-07T17:05:01.802 INFO:teuthology.run_tasks:Running task clock... 2023-12-07T17:05:01.813 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-07T17:05:01.813 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T17:05:01.813 DEBUG:teuthology.orchestra.run.smithi148:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T17:05:01.816 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T17:05:01.816 DEBUG:teuthology.orchestra.run.smithi150:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T17:05:01.819 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T17:05:01.819 DEBUG:teuthology.orchestra.run.smithi157:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T17:05:01.847 INFO:teuthology.orchestra.run.smithi148.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-07T17:05:01.847 INFO:teuthology.orchestra.run.smithi150.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-07T17:05:01.862 INFO:teuthology.orchestra.run.smithi150.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-07T17:05:01.862 INFO:teuthology.orchestra.run.smithi148.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-07T17:05:01.877 INFO:teuthology.orchestra.run.smithi157.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-07T17:05:01.893 INFO:teuthology.orchestra.run.smithi157.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-07T17:05:01.927 INFO:teuthology.orchestra.run.smithi148.stderr:sudo: ntpd: command not found 2023-12-07T17:05:01.934 INFO:teuthology.orchestra.run.smithi150.stderr:sudo: ntpd: command not found 2023-12-07T17:05:01.939 INFO:teuthology.orchestra.run.smithi148.stdout:506 Cannot talk to daemon 2023-12-07T17:05:01.946 INFO:teuthology.orchestra.run.smithi150.stdout:506 Cannot talk to daemon 2023-12-07T17:05:01.954 INFO:teuthology.orchestra.run.smithi148.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-07T17:05:01.960 INFO:teuthology.orchestra.run.smithi150.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-07T17:05:01.964 INFO:teuthology.orchestra.run.smithi157.stderr:sudo: ntpd: command not found 2023-12-07T17:05:01.968 INFO:teuthology.orchestra.run.smithi148.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-07T17:05:01.974 INFO:teuthology.orchestra.run.smithi150.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-07T17:05:01.976 INFO:teuthology.orchestra.run.smithi157.stdout:506 Cannot talk to daemon 2023-12-07T17:05:01.991 INFO:teuthology.orchestra.run.smithi157.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-07T17:05:02.005 INFO:teuthology.orchestra.run.smithi157.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-07T17:05:02.042 INFO:teuthology.orchestra.run.smithi150.stderr:bash: ntpq: command not found 2023-12-07T17:05:02.043 INFO:teuthology.orchestra.run.smithi148.stderr:bash: ntpq: command not found 2023-12-07T17:05:02.045 INFO:teuthology.orchestra.run.smithi150.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T17:05:02.045 INFO:teuthology.orchestra.run.smithi150.stdout:=============================================================================== 2023-12-07T17:05:02.045 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T17:05:02.045 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T17:05:02.045 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T17:05:02.045 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T17:05:02.047 INFO:teuthology.orchestra.run.smithi148.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T17:05:02.047 INFO:teuthology.orchestra.run.smithi148.stdout:=============================================================================== 2023-12-07T17:05:02.047 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T17:05:02.047 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T17:05:02.047 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T17:05:02.047 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T17:05:02.082 INFO:teuthology.orchestra.run.smithi157.stderr:bash: ntpq: command not found 2023-12-07T17:05:02.087 INFO:teuthology.orchestra.run.smithi157.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T17:05:02.087 INFO:teuthology.orchestra.run.smithi157.stdout:=============================================================================== 2023-12-07T17:05:02.087 INFO:teuthology.orchestra.run.smithi157.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T17:05:02.087 INFO:teuthology.orchestra.run.smithi157.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T17:05:02.087 INFO:teuthology.orchestra.run.smithi157.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T17:05:02.087 INFO:teuthology.orchestra.run.smithi157.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T17:05:02.087 INFO:teuthology.run_tasks:Running task pexec... 2023-12-07T17:05:02.098 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-07T17:05:02.098 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi148.front.sepia.ceph.com 2023-12-07T17:05:02.099 DEBUG:teuthology.orchestra.run.smithi148:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-07T17:05:02.099 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi150.front.sepia.ceph.com 2023-12-07T17:05:02.099 DEBUG:teuthology.orchestra.run.smithi150:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-07T17:05:02.100 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi157.front.sepia.ceph.com 2023-12-07T17:05:02.100 DEBUG:teuthology.orchestra.run.smithi157:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-07T17:05:02.473 INFO:teuthology.orchestra.run.smithi148.stdout:Updating Subscription Management repositories. 2023-12-07T17:05:02.474 INFO:teuthology.orchestra.run.smithi150.stdout:Updating Subscription Management repositories. 2023-12-07T17:05:02.498 INFO:teuthology.orchestra.run.smithi157.stdout:Updating Subscription Management repositories. 2023-12-07T17:05:03.974 INFO:teuthology.orchestra.run.smithi148.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 39 kB/s | 4.5 kB 00:00 2023-12-07T17:05:04.234 INFO:teuthology.orchestra.run.smithi157.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 38 kB/s | 4.5 kB 00:00 2023-12-07T17:05:04.269 INFO:teuthology.orchestra.run.smithi150.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 32 kB/s | 4.1 kB 00:00 2023-12-07T17:05:04.377 INFO:teuthology.orchestra.run.smithi148.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 30 kB/s | 4.1 kB 00:00 2023-12-07T17:05:04.611 INFO:teuthology.orchestra.run.smithi150.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 28 kB/s | 4.5 kB 00:00 2023-12-07T17:05:04.638 INFO:teuthology.orchestra.run.smithi157.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 31 kB/s | 4.1 kB 00:00 2023-12-07T17:05:06.281 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2023-12-07T17:05:06.282 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2023-12-07T17:05:06.282 INFO:teuthology.orchestra.run.smithi148.stdout: Package Architecture Version Repository Size 2023-12-07T17:05:06.282 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2023-12-07T17:05:06.282 INFO:teuthology.orchestra.run.smithi148.stdout:Resetting modules: 2023-12-07T17:05:06.282 INFO:teuthology.orchestra.run.smithi148.stdout: container-tools 2023-12-07T17:05:06.282 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-12-07T17:05:06.282 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2023-12-07T17:05:06.282 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2023-12-07T17:05:06.282 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-12-07T17:05:06.519 INFO:teuthology.orchestra.run.smithi157.stdout:Dependencies resolved. 2023-12-07T17:05:06.519 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2023-12-07T17:05:06.520 INFO:teuthology.orchestra.run.smithi157.stdout: Package Architecture Version Repository Size 2023-12-07T17:05:06.520 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2023-12-07T17:05:06.520 INFO:teuthology.orchestra.run.smithi157.stdout:Resetting modules: 2023-12-07T17:05:06.520 INFO:teuthology.orchestra.run.smithi157.stdout: container-tools 2023-12-07T17:05:06.520 INFO:teuthology.orchestra.run.smithi157.stdout: 2023-12-07T17:05:06.520 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction Summary 2023-12-07T17:05:06.520 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================ 2023-12-07T17:05:06.520 INFO:teuthology.orchestra.run.smithi157.stdout: 2023-12-07T17:05:06.526 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2023-12-07T17:05:06.527 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-12-07T17:05:06.527 INFO:teuthology.orchestra.run.smithi150.stdout: Package Architecture Version Repository Size 2023-12-07T17:05:06.527 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-12-07T17:05:06.527 INFO:teuthology.orchestra.run.smithi150.stdout:Resetting modules: 2023-12-07T17:05:06.527 INFO:teuthology.orchestra.run.smithi150.stdout: container-tools 2023-12-07T17:05:06.527 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-07T17:05:06.527 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2023-12-07T17:05:06.527 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2023-12-07T17:05:06.527 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-07T17:05:16.380 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2023-12-07T17:05:16.868 INFO:teuthology.orchestra.run.smithi150.stdout:Updating Subscription Management repositories. 2023-12-07T17:05:17.696 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2023-12-07T17:05:18.173 INFO:teuthology.orchestra.run.smithi148.stdout:Updating Subscription Management repositories. 2023-12-07T17:05:18.282 INFO:teuthology.orchestra.run.smithi157.stdout:Complete! 2023-12-07T17:05:18.741 INFO:teuthology.orchestra.run.smithi150.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 33 kB/s | 4.1 kB 00:00 2023-12-07T17:05:18.763 INFO:teuthology.orchestra.run.smithi157.stdout:Updating Subscription Management repositories. 2023-12-07T17:05:19.077 INFO:teuthology.orchestra.run.smithi150.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 30 kB/s | 4.5 kB 00:00 2023-12-07T17:05:19.889 INFO:teuthology.orchestra.run.smithi148.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 26 kB/s | 4.5 kB 00:00 2023-12-07T17:05:20.300 INFO:teuthology.orchestra.run.smithi148.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 31 kB/s | 4.1 kB 00:00 2023-12-07T17:05:20.448 INFO:teuthology.orchestra.run.smithi157.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 25 kB/s | 4.5 kB 00:00 2023-12-07T17:05:20.904 INFO:teuthology.orchestra.run.smithi157.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 22 kB/s | 4.1 kB 00:00 2023-12-07T17:05:21.099 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2023-12-07T17:05:21.190 INFO:teuthology.orchestra.run.smithi150.stdout:========================================================================================================================== 2023-12-07T17:05:21.190 INFO:teuthology.orchestra.run.smithi150.stdout: Package Arch Version Repository Size 2023-12-07T17:05:21.190 INFO:teuthology.orchestra.run.smithi150.stdout:========================================================================================================================== 2023-12-07T17:05:21.190 INFO:teuthology.orchestra.run.smithi150.stdout:Installing group/module packages: 2023-12-07T17:05:21.190 INFO:teuthology.orchestra.run.smithi150.stdout: buildah x86_64 1.19.9-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.8 M 2023-12-07T17:05:21.191 INFO:teuthology.orchestra.run.smithi150.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-07T17:05:21.191 INFO:teuthology.orchestra.run.smithi150.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-07T17:05:21.191 INFO:teuthology.orchestra.run.smithi150.stdout: skopeo x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.4 M 2023-12-07T17:05:21.191 INFO:teuthology.orchestra.run.smithi150.stdout: toolbox x86_64 0.0.99.3-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-12-07T17:05:21.191 INFO:teuthology.orchestra.run.smithi150.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-07T17:05:21.191 INFO:teuthology.orchestra.run.smithi150.stdout:Installing dependencies: 2023-12-07T17:05:21.191 INFO:teuthology.orchestra.run.smithi150.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-07T17:05:21.191 INFO:teuthology.orchestra.run.smithi150.stdout:Downgrading: 2023-12-07T17:05:21.191 INFO:teuthology.orchestra.run.smithi150.stdout: conmon x86_64 2:2.0.26-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-07T17:05:21.191 INFO:teuthology.orchestra.run.smithi150.stdout: container-selinux noarch 2:2.178.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 53 k 2023-12-07T17:05:21.191 INFO:teuthology.orchestra.run.smithi150.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 19 M 2023-12-07T17:05:21.191 INFO:teuthology.orchestra.run.smithi150.stdout: containers-common x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 91 k 2023-12-07T17:05:21.191 INFO:teuthology.orchestra.run.smithi150.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-07T17:05:21.191 INFO:teuthology.orchestra.run.smithi150.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 72 k 2023-12-07T17:05:21.191 INFO:teuthology.orchestra.run.smithi150.stdout: libslirp x86_64 4.3.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 69 k 2023-12-07T17:05:21.192 INFO:teuthology.orchestra.run.smithi150.stdout: podman x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 11 M 2023-12-07T17:05:21.192 INFO:teuthology.orchestra.run.smithi150.stdout: podman-catatonit x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 322 k 2023-12-07T17:05:21.192 INFO:teuthology.orchestra.run.smithi150.stdout: podman-docker noarch 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 56 k 2023-12-07T17:05:21.192 INFO:teuthology.orchestra.run.smithi150.stdout: runc x86_64 1.0.0-73.rc95.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.9 M 2023-12-07T17:05:21.192 INFO:teuthology.orchestra.run.smithi150.stdout: slirp4netns x86_64 1.1.8-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-07T17:05:21.192 INFO:teuthology.orchestra.run.smithi150.stdout:Installing module profiles: 2023-12-07T17:05:21.192 INFO:teuthology.orchestra.run.smithi150.stdout: container-tools/common 2023-12-07T17:05:21.192 INFO:teuthology.orchestra.run.smithi150.stdout:Enabling module streams: 2023-12-07T17:05:21.192 INFO:teuthology.orchestra.run.smithi150.stdout: container-tools 3.0 2023-12-07T17:05:21.192 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-07T17:05:21.192 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2023-12-07T17:05:21.192 INFO:teuthology.orchestra.run.smithi150.stdout:========================================================================================================================== 2023-12-07T17:05:21.192 INFO:teuthology.orchestra.run.smithi150.stdout:Install 7 Packages 2023-12-07T17:05:21.192 INFO:teuthology.orchestra.run.smithi150.stdout:Downgrade 12 Packages 2023-12-07T17:05:21.192 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-07T17:05:21.193 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 51 M 2023-12-07T17:05:21.193 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2023-12-07T17:05:21.360 INFO:teuthology.orchestra.run.smithi150.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 549 kB/s | 91 kB 00:00 2023-12-07T17:05:21.385 INFO:teuthology.orchestra.run.smithi150.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 277 kB/s | 53 kB 00:00 2023-12-07T17:05:21.402 INFO:teuthology.orchestra.run.smithi150.stdout:(3/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 247 kB/s | 51 kB 00:00 2023-12-07T17:05:21.486 INFO:teuthology.orchestra.run.smithi150.stdout:(4/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 830 kB/s | 69 kB 00:00 2023-12-07T17:05:21.511 INFO:teuthology.orchestra.run.smithi150.stdout:(5/19): criu-3.15-1.module+el8.6.0+14874+644362 3.3 MB/s | 511 kB 00:00 2023-12-07T17:05:21.578 INFO:teuthology.orchestra.run.smithi150.stdout:(6/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 16 MB/s | 2.9 MB 00:00 2023-12-07T17:05:21.603 INFO:teuthology.orchestra.run.smithi150.stdout:(7/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 614 kB/s | 72 kB 00:00 2023-12-07T17:05:21.704 INFO:teuthology.orchestra.run.smithi150.stdout:(8/19): conmon-2.0.26-1.module+el8.6.0+14874+64 504 kB/s | 51 kB 00:00 2023-12-07T17:05:21.754 INFO:teuthology.orchestra.run.smithi150.stdout:(9/19): podman-docker-3.0.1-9.module+el8.6.0+14 318 kB/s | 56 kB 00:00 2023-12-07T17:05:21.946 INFO:teuthology.orchestra.run.smithi150.stdout:(10/19): podman-3.0.1-9.module+el8.6.0+14874+64 25 MB/s | 11 MB 00:00 2023-12-07T17:05:21.979 INFO:teuthology.orchestra.run.smithi150.stdout:(11/19): podman-catatonit-3.0.1-9.module+el8.6. 1.4 MB/s | 322 kB 00:00 2023-12-07T17:05:22.113 INFO:teuthology.orchestra.run.smithi150.stdout:(12/19): yajl-2.1.0-10.el8.x86_64.rpm 244 kB/s | 41 kB 00:00 2023-12-07T17:05:22.126 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2023-12-07T17:05:22.180 INFO:teuthology.orchestra.run.smithi150.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 11 MB/s | 2.2 MB 00:00 2023-12-07T17:05:22.217 INFO:teuthology.orchestra.run.smithi148.stdout:========================================================================================================================== 2023-12-07T17:05:22.217 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repository Size 2023-12-07T17:05:22.217 INFO:teuthology.orchestra.run.smithi148.stdout:========================================================================================================================== 2023-12-07T17:05:22.217 INFO:teuthology.orchestra.run.smithi148.stdout:Installing group/module packages: 2023-12-07T17:05:22.217 INFO:teuthology.orchestra.run.smithi148.stdout: buildah x86_64 1.19.9-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.8 M 2023-12-07T17:05:22.217 INFO:teuthology.orchestra.run.smithi148.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-07T17:05:22.217 INFO:teuthology.orchestra.run.smithi148.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-07T17:05:22.217 INFO:teuthology.orchestra.run.smithi148.stdout: skopeo x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.4 M 2023-12-07T17:05:22.218 INFO:teuthology.orchestra.run.smithi148.stdout: toolbox x86_64 0.0.99.3-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-12-07T17:05:22.218 INFO:teuthology.orchestra.run.smithi148.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-07T17:05:22.218 INFO:teuthology.orchestra.run.smithi148.stdout:Installing dependencies: 2023-12-07T17:05:22.218 INFO:teuthology.orchestra.run.smithi148.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-07T17:05:22.218 INFO:teuthology.orchestra.run.smithi148.stdout:Downgrading: 2023-12-07T17:05:22.218 INFO:teuthology.orchestra.run.smithi148.stdout: conmon x86_64 2:2.0.26-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-07T17:05:22.218 INFO:teuthology.orchestra.run.smithi148.stdout: container-selinux noarch 2:2.178.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 53 k 2023-12-07T17:05:22.218 INFO:teuthology.orchestra.run.smithi148.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 19 M 2023-12-07T17:05:22.218 INFO:teuthology.orchestra.run.smithi148.stdout: containers-common x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 91 k 2023-12-07T17:05:22.218 INFO:teuthology.orchestra.run.smithi148.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-07T17:05:22.218 INFO:teuthology.orchestra.run.smithi148.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 72 k 2023-12-07T17:05:22.218 INFO:teuthology.orchestra.run.smithi148.stdout: libslirp x86_64 4.3.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 69 k 2023-12-07T17:05:22.218 INFO:teuthology.orchestra.run.smithi148.stdout: podman x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 11 M 2023-12-07T17:05:22.218 INFO:teuthology.orchestra.run.smithi148.stdout: podman-catatonit x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 322 k 2023-12-07T17:05:22.218 INFO:teuthology.orchestra.run.smithi148.stdout: podman-docker noarch 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 56 k 2023-12-07T17:05:22.219 INFO:teuthology.orchestra.run.smithi148.stdout: runc x86_64 1.0.0-73.rc95.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.9 M 2023-12-07T17:05:22.219 INFO:teuthology.orchestra.run.smithi148.stdout: slirp4netns x86_64 1.1.8-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-07T17:05:22.219 INFO:teuthology.orchestra.run.smithi148.stdout:Installing module profiles: 2023-12-07T17:05:22.219 INFO:teuthology.orchestra.run.smithi148.stdout: container-tools/common 2023-12-07T17:05:22.219 INFO:teuthology.orchestra.run.smithi148.stdout:Enabling module streams: 2023-12-07T17:05:22.219 INFO:teuthology.orchestra.run.smithi148.stdout: container-tools 3.0 2023-12-07T17:05:22.219 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-12-07T17:05:22.219 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2023-12-07T17:05:22.219 INFO:teuthology.orchestra.run.smithi148.stdout:========================================================================================================================== 2023-12-07T17:05:22.219 INFO:teuthology.orchestra.run.smithi148.stdout:Install 7 Packages 2023-12-07T17:05:22.219 INFO:teuthology.orchestra.run.smithi148.stdout:Downgrade 12 Packages 2023-12-07T17:05:22.219 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-12-07T17:05:22.220 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 51 M 2023-12-07T17:05:22.220 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2023-12-07T17:05:22.376 INFO:teuthology.orchestra.run.smithi148.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 587 kB/s | 91 kB 00:00 2023-12-07T17:05:22.380 INFO:teuthology.orchestra.run.smithi150.stdout:(14/19): containernetworking-plugins-0.9.1-1.mo 28 MB/s | 19 MB 00:00 2023-12-07T17:05:22.401 INFO:teuthology.orchestra.run.smithi148.stdout:(2/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 285 kB/s | 51 kB 00:00 2023-12-07T17:05:22.451 INFO:teuthology.orchestra.run.smithi148.stdout:(3/19): container-selinux-2.178.0-2.module+el8. 229 kB/s | 53 kB 00:00 2023-12-07T17:05:22.502 INFO:teuthology.orchestra.run.smithi148.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 4.0 MB/s | 511 kB 00:00 2023-12-07T17:05:22.527 INFO:teuthology.orchestra.run.smithi148.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 551 kB/s | 69 kB 00:00 2023-12-07T17:05:22.539 INFO:teuthology.orchestra.run.smithi150.stdout:(15/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 15 MB/s | 6.4 MB 00:00 2023-12-07T17:05:22.627 INFO:teuthology.orchestra.run.smithi148.stdout:(6/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 16 MB/s | 2.9 MB 00:00 2023-12-07T17:05:22.647 INFO:teuthology.orchestra.run.smithi150.stdout:(16/19): buildah-1.19.9-3.module+el8.6.0+14874+ 14 MB/s | 6.8 MB 00:00 2023-12-07T17:05:22.652 INFO:teuthology.orchestra.run.smithi148.stdout:(7/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 478 kB/s | 72 kB 00:00 2023-12-07T17:05:22.681 INFO:teuthology.orchestra.run.smithi150.stdout:(17/19): cockpit-podman-29-2.module+el8.6.0+148 3.6 MB/s | 1.1 MB 00:00 2023-12-07T17:05:22.706 INFO:teuthology.orchestra.run.smithi150.stdout:(18/19): crun-0.18-3.module+el8.6.0+14874+64436 1.1 MB/s | 185 kB 00:00 2023-12-07T17:05:22.736 INFO:teuthology.orchestra.run.smithi148.stdout:(8/19): conmon-2.0.26-1.module+el8.6.0+14874+64 612 kB/s | 51 kB 00:00 2023-12-07T17:05:22.750 INFO:teuthology.orchestra.run.smithi157.stdout:Dependencies resolved. 2023-12-07T17:05:22.831 INFO:teuthology.orchestra.run.smithi150.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 275 kB/s | 51 kB 00:00 2023-12-07T17:05:22.832 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:05:22.832 INFO:teuthology.orchestra.run.smithi150.stdout:Total 31 MB/s | 51 MB 00:01 2023-12-07T17:05:22.841 INFO:teuthology.orchestra.run.smithi157.stdout:========================================================================================================================== 2023-12-07T17:05:22.841 INFO:teuthology.orchestra.run.smithi157.stdout: Package Arch Version Repository Size 2023-12-07T17:05:22.841 INFO:teuthology.orchestra.run.smithi157.stdout:========================================================================================================================== 2023-12-07T17:05:22.841 INFO:teuthology.orchestra.run.smithi157.stdout:Installing group/module packages: 2023-12-07T17:05:22.841 INFO:teuthology.orchestra.run.smithi157.stdout: buildah x86_64 1.19.9-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.8 M 2023-12-07T17:05:22.841 INFO:teuthology.orchestra.run.smithi157.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-07T17:05:22.841 INFO:teuthology.orchestra.run.smithi157.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-07T17:05:22.841 INFO:teuthology.orchestra.run.smithi157.stdout: skopeo x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.4 M 2023-12-07T17:05:22.842 INFO:teuthology.orchestra.run.smithi157.stdout: toolbox x86_64 0.0.99.3-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-12-07T17:05:22.842 INFO:teuthology.orchestra.run.smithi157.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-07T17:05:22.842 INFO:teuthology.orchestra.run.smithi157.stdout:Installing dependencies: 2023-12-07T17:05:22.842 INFO:teuthology.orchestra.run.smithi157.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-07T17:05:22.842 INFO:teuthology.orchestra.run.smithi157.stdout:Downgrading: 2023-12-07T17:05:22.842 INFO:teuthology.orchestra.run.smithi157.stdout: conmon x86_64 2:2.0.26-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-07T17:05:22.842 INFO:teuthology.orchestra.run.smithi157.stdout: container-selinux noarch 2:2.178.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 53 k 2023-12-07T17:05:22.842 INFO:teuthology.orchestra.run.smithi157.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 19 M 2023-12-07T17:05:22.842 INFO:teuthology.orchestra.run.smithi157.stdout: containers-common x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 91 k 2023-12-07T17:05:22.842 INFO:teuthology.orchestra.run.smithi157.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-07T17:05:22.842 INFO:teuthology.orchestra.run.smithi157.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 72 k 2023-12-07T17:05:22.842 INFO:teuthology.orchestra.run.smithi157.stdout: libslirp x86_64 4.3.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 69 k 2023-12-07T17:05:22.842 INFO:teuthology.orchestra.run.smithi157.stdout: podman x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 11 M 2023-12-07T17:05:22.842 INFO:teuthology.orchestra.run.smithi157.stdout: podman-catatonit x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 322 k 2023-12-07T17:05:22.842 INFO:teuthology.orchestra.run.smithi157.stdout: podman-docker noarch 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 56 k 2023-12-07T17:05:22.843 INFO:teuthology.orchestra.run.smithi157.stdout: runc x86_64 1.0.0-73.rc95.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.9 M 2023-12-07T17:05:22.843 INFO:teuthology.orchestra.run.smithi157.stdout: slirp4netns x86_64 1.1.8-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-07T17:05:22.843 INFO:teuthology.orchestra.run.smithi157.stdout:Installing module profiles: 2023-12-07T17:05:22.843 INFO:teuthology.orchestra.run.smithi157.stdout: container-tools/common 2023-12-07T17:05:22.843 INFO:teuthology.orchestra.run.smithi157.stdout:Enabling module streams: 2023-12-07T17:05:22.843 INFO:teuthology.orchestra.run.smithi157.stdout: container-tools 3.0 2023-12-07T17:05:22.843 INFO:teuthology.orchestra.run.smithi157.stdout: 2023-12-07T17:05:22.843 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction Summary 2023-12-07T17:05:22.843 INFO:teuthology.orchestra.run.smithi157.stdout:========================================================================================================================== 2023-12-07T17:05:22.843 INFO:teuthology.orchestra.run.smithi157.stdout:Install 7 Packages 2023-12-07T17:05:22.843 INFO:teuthology.orchestra.run.smithi157.stdout:Downgrade 12 Packages 2023-12-07T17:05:22.843 INFO:teuthology.orchestra.run.smithi157.stdout: 2023-12-07T17:05:22.844 INFO:teuthology.orchestra.run.smithi157.stdout:Total download size: 51 M 2023-12-07T17:05:22.844 INFO:teuthology.orchestra.run.smithi157.stdout:Downloading Packages: 2023-12-07T17:05:22.945 INFO:teuthology.orchestra.run.smithi148.stdout:(9/19): podman-3.0.1-9.module+el8.6.0+14874+644 26 MB/s | 11 MB 00:00 2023-12-07T17:05:22.970 INFO:teuthology.orchestra.run.smithi148.stdout:(10/19): podman-docker-3.0.1-9.module+el8.6.0+1 163 kB/s | 56 kB 00:00 2023-12-07T17:05:23.016 INFO:teuthology.orchestra.run.smithi157.stdout:(1/19): container-selinux-2.178.0-2.module+el8. 309 kB/s | 53 kB 00:00 2023-12-07T17:05:23.041 INFO:teuthology.orchestra.run.smithi157.stdout:(2/19): containers-common-1.2.4-1.module+el8.6. 464 kB/s | 91 kB 00:00 2023-12-07T17:05:23.067 INFO:teuthology.orchestra.run.smithi157.stdout:(3/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 231 kB/s | 51 kB 00:00 2023-12-07T17:05:23.095 INFO:teuthology.orchestra.run.smithi148.stdout:(11/19): podman-catatonit-3.0.1-9.module+el8.6. 2.1 MB/s | 322 kB 00:00 2023-12-07T17:05:23.121 INFO:teuthology.orchestra.run.smithi148.stdout:(12/19): yajl-2.1.0-10.el8.x86_64.rpm 271 kB/s | 41 kB 00:00 2023-12-07T17:05:23.167 INFO:teuthology.orchestra.run.smithi157.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 3.3 MB/s | 511 kB 00:00 2023-12-07T17:05:23.184 INFO:teuthology.orchestra.run.smithi157.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 486 kB/s | 69 kB 00:00 2023-12-07T17:05:23.259 INFO:teuthology.orchestra.run.smithi157.stdout:(6/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 15 MB/s | 2.9 MB 00:00 2023-12-07T17:05:23.279 INFO:teuthology.orchestra.run.smithi148.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 12 MB/s | 2.2 MB 00:00 2023-12-07T17:05:23.307 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2023-12-07T17:05:23.326 INFO:teuthology.orchestra.run.smithi157.stdout:(7/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 453 kB/s | 72 kB 00:00 2023-12-07T17:05:23.350 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2023-12-07T17:05:23.350 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2023-12-07T17:05:23.351 INFO:teuthology.orchestra.run.smithi157.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 609 kB/s | 56 kB 00:00 2023-12-07T17:05:23.504 INFO:teuthology.orchestra.run.smithi148.stdout:(14/19): containernetworking-plugins-0.9.1-1.mo 25 MB/s | 19 MB 00:00 2023-12-07T17:05:23.543 INFO:teuthology.orchestra.run.smithi157.stdout:(9/19): podman-3.0.1-9.module+el8.6.0+14874+644 30 MB/s | 11 MB 00:00 2023-12-07T17:05:23.560 INFO:teuthology.orchestra.run.smithi157.stdout:(10/19): conmon-2.0.26-1.module+el8.6.0+14874+6 218 kB/s | 51 kB 00:00 2023-12-07T17:05:23.596 INFO:teuthology.orchestra.run.smithi148.stdout:(15/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 13 MB/s | 6.4 MB 00:00 2023-12-07T17:05:23.652 INFO:teuthology.orchestra.run.smithi157.stdout:(11/19): podman-catatonit-3.0.1-9.module+el8.6. 2.9 MB/s | 322 kB 00:00 2023-12-07T17:05:23.744 INFO:teuthology.orchestra.run.smithi157.stdout:(12/19): yajl-2.1.0-10.el8.x86_64.rpm 222 kB/s | 41 kB 00:00 2023-12-07T17:05:23.755 INFO:teuthology.orchestra.run.smithi148.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 4.3 MB/s | 1.1 MB 00:00 2023-12-07T17:05:23.773 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2023-12-07T17:05:23.777 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2023-12-07T17:05:23.838 INFO:teuthology.orchestra.run.smithi148.stdout:(17/19): buildah-1.19.9-3.module+el8.6.0+14874+ 12 MB/s | 6.8 MB 00:00 2023-12-07T17:05:23.864 INFO:teuthology.orchestra.run.smithi148.stdout:(18/19): udica-0.2.4-1.module+el8.6.0+14874+644 466 kB/s | 51 kB 00:00 2023-12-07T17:05:23.889 INFO:teuthology.orchestra.run.smithi148.stdout:(19/19): crun-0.18-3.module+el8.6.0+14874+64436 633 kB/s | 185 kB 00:00 2023-12-07T17:05:23.889 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:05:23.889 INFO:teuthology.orchestra.run.smithi148.stdout:Total 30 MB/s | 51 MB 00:01 2023-12-07T17:05:23.969 INFO:teuthology.orchestra.run.smithi157.stdout:(13/19): containernetworking-plugins-0.9.1-1.mo 31 MB/s | 19 MB 00:00 2023-12-07T17:05:24.036 INFO:teuthology.orchestra.run.smithi157.stdout:(14/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 5.7 MB/s | 2.2 MB 00:00 2023-12-07T17:05:24.178 INFO:teuthology.orchestra.run.smithi157.stdout:(15/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 15 MB/s | 6.4 MB 00:00 2023-12-07T17:05:24.220 INFO:teuthology.orchestra.run.smithi157.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 5.8 MB/s | 1.1 MB 00:00 2023-12-07T17:05:24.329 INFO:teuthology.orchestra.run.smithi157.stdout:(17/19): buildah-1.19.9-3.module+el8.6.0+14874+ 19 MB/s | 6.8 MB 00:00 2023-12-07T17:05:24.354 INFO:teuthology.orchestra.run.smithi157.stdout:(18/19): udica-0.2.4-1.module+el8.6.0+14874+644 379 kB/s | 51 kB 00:00 2023-12-07T17:05:24.368 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2023-12-07T17:05:24.379 INFO:teuthology.orchestra.run.smithi157.stdout:(19/19): crun-0.18-3.module+el8.6.0+14874+64436 923 kB/s | 185 kB 00:00 2023-12-07T17:05:24.380 INFO:teuthology.orchestra.run.smithi157.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:05:24.380 INFO:teuthology.orchestra.run.smithi157.stdout:Total 33 MB/s | 51 MB 00:01 2023-12-07T17:05:24.412 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2023-12-07T17:05:24.412 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2023-12-07T17:05:24.839 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2023-12-07T17:05:24.843 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2023-12-07T17:05:24.851 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction check 2023-12-07T17:05:24.894 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction check succeeded. 2023-12-07T17:05:24.894 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction test 2023-12-07T17:05:24.999 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2023-12-07T17:05:25.051 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-07T17:05:25.256 INFO:teuthology.orchestra.run.smithi150.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-07T17:05:25.265 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-07T17:05:25.282 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T17:05:25.325 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction test succeeded. 2023-12-07T17:05:25.329 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction 2023-12-07T17:05:25.456 INFO:teuthology.orchestra.run.smithi150.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T17:05:26.000 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2023-12-07T17:05:26.043 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-07T17:05:26.233 INFO:teuthology.orchestra.run.smithi148.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-07T17:05:26.242 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-07T17:05:26.264 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T17:05:26.441 INFO:teuthology.orchestra.run.smithi148.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T17:05:26.484 INFO:teuthology.orchestra.run.smithi157.stdout: Preparing : 1/1 2023-12-07T17:05:26.531 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-07T17:05:26.728 INFO:teuthology.orchestra.run.smithi157.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-07T17:05:26.737 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-07T17:05:26.757 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T17:05:26.944 INFO:teuthology.orchestra.run.smithi157.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T17:05:42.610 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T17:05:43.544 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T17:05:44.140 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T17:05:44.387 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-07T17:05:44.622 INFO:teuthology.orchestra.run.smithi150.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-07T17:05:44.849 INFO:teuthology.orchestra.run.smithi150.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-07T17:05:45.019 INFO:teuthology.orchestra.run.smithi150.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-07T17:05:45.255 INFO:teuthology.orchestra.run.smithi150.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-07T17:05:45.255 INFO:teuthology.orchestra.run.smithi150.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-07T17:05:45.255 INFO:teuthology.orchestra.run.smithi150.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-07T17:05:45.255 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-07T17:05:45.319 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-07T17:05:45.529 INFO:teuthology.orchestra.run.smithi148.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-07T17:05:45.771 INFO:teuthology.orchestra.run.smithi148.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-07T17:05:45.934 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-07T17:05:45.953 INFO:teuthology.orchestra.run.smithi148.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-07T17:05:46.053 INFO:teuthology.orchestra.run.smithi150.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-07T17:05:46.165 INFO:teuthology.orchestra.run.smithi157.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-07T17:05:46.172 INFO:teuthology.orchestra.run.smithi148.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-07T17:05:46.172 INFO:teuthology.orchestra.run.smithi148.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-07T17:05:46.172 INFO:teuthology.orchestra.run.smithi148.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-07T17:05:46.172 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-12-07T17:05:46.295 INFO:teuthology.orchestra.run.smithi150.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-07T17:05:46.382 INFO:teuthology.orchestra.run.smithi157.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-07T17:05:46.556 INFO:teuthology.orchestra.run.smithi157.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-07T17:05:46.750 INFO:teuthology.orchestra.run.smithi157.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-07T17:05:46.750 INFO:teuthology.orchestra.run.smithi157.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-07T17:05:46.750 INFO:teuthology.orchestra.run.smithi157.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-07T17:05:46.750 INFO:teuthology.orchestra.run.smithi157.stdout: 2023-12-07T17:05:46.994 INFO:teuthology.orchestra.run.smithi148.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-07T17:05:47.204 INFO:teuthology.orchestra.run.smithi148.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-07T17:05:47.523 INFO:teuthology.orchestra.run.smithi157.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-07T17:05:47.767 INFO:teuthology.orchestra.run.smithi157.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-07T17:05:47.793 INFO:teuthology.orchestra.run.smithi150.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-07T17:05:48.106 INFO:teuthology.orchestra.run.smithi150.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-07T17:05:48.495 INFO:teuthology.orchestra.run.smithi150.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-07T17:05:48.663 INFO:teuthology.orchestra.run.smithi148.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-07T17:05:48.783 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-07T17:05:48.998 INFO:teuthology.orchestra.run.smithi148.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-07T17:05:49.191 INFO:teuthology.orchestra.run.smithi157.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-07T17:05:49.394 INFO:teuthology.orchestra.run.smithi148.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-07T17:05:49.489 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-07T17:05:49.521 INFO:teuthology.orchestra.run.smithi157.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-07T17:05:49.669 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-07T17:05:49.922 INFO:teuthology.orchestra.run.smithi157.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-07T17:05:50.181 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-07T17:05:50.254 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-07T17:05:50.389 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-07T17:05:50.528 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-07T17:05:50.714 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-07T17:05:50.925 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-07T17:05:50.928 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-07T17:05:51.035 INFO:teuthology.orchestra.run.smithi150.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-07T17:05:51.036 INFO:teuthology.orchestra.run.smithi150.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-07T17:05:51.128 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-07T17:05:51.345 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-07T17:05:51.363 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-07T17:05:51.528 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-07T17:05:51.537 INFO:teuthology.orchestra.run.smithi150.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-07T17:05:51.537 INFO:teuthology.orchestra.run.smithi150.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-07T17:05:51.671 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-07T17:05:51.704 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-07T17:05:51.712 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-07T17:05:51.827 INFO:teuthology.orchestra.run.smithi148.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-07T17:05:51.828 INFO:teuthology.orchestra.run.smithi148.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-07T17:05:51.870 INFO:teuthology.orchestra.run.smithi150.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-07T17:05:51.940 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-07T17:05:52.021 INFO:teuthology.orchestra.run.smithi150.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-07T17:05:52.124 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-07T17:05:52.132 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-07T17:05:52.220 INFO:teuthology.orchestra.run.smithi150.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-07T17:05:52.307 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-07T17:05:52.373 INFO:teuthology.orchestra.run.smithi148.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-07T17:05:52.373 INFO:teuthology.orchestra.run.smithi148.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-07T17:05:52.406 INFO:teuthology.orchestra.run.smithi150.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-07T17:05:52.431 INFO:teuthology.orchestra.run.smithi157.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-07T17:05:52.431 INFO:teuthology.orchestra.run.smithi157.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-07T17:05:52.546 INFO:teuthology.orchestra.run.smithi150.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-07T17:05:52.572 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-07T17:05:52.721 INFO:teuthology.orchestra.run.smithi148.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-07T17:05:52.728 INFO:teuthology.orchestra.run.smithi150.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-07T17:05:52.750 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-07T17:05:52.880 INFO:teuthology.orchestra.run.smithi148.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-07T17:05:52.882 INFO:teuthology.orchestra.run.smithi150.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-07T17:05:52.882 INFO:teuthology.orchestra.run.smithi150.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T17:05:52.940 INFO:teuthology.orchestra.run.smithi157.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-07T17:05:52.940 INFO:teuthology.orchestra.run.smithi157.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-07T17:05:53.030 INFO:teuthology.orchestra.run.smithi148.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-07T17:05:53.053 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T17:05:53.092 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-07T17:05:53.223 INFO:teuthology.orchestra.run.smithi148.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-07T17:05:53.224 INFO:teuthology.orchestra.run.smithi157.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-07T17:05:53.363 INFO:teuthology.orchestra.run.smithi148.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-07T17:05:53.383 INFO:teuthology.orchestra.run.smithi157.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-07T17:05:53.488 INFO:teuthology.orchestra.run.smithi148.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-07T17:05:53.583 INFO:teuthology.orchestra.run.smithi157.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-07T17:05:53.584 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-07T17:05:53.655 INFO:teuthology.orchestra.run.smithi148.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-07T17:05:53.655 INFO:teuthology.orchestra.run.smithi148.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T17:05:53.765 INFO:teuthology.orchestra.run.smithi157.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-07T17:05:53.821 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T17:05:53.899 INFO:teuthology.orchestra.run.smithi157.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-07T17:05:54.004 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T17:05:54.005 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-07T17:05:54.005 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-07T17:05:54.005 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-07T17:05:54.005 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-07T17:05:54.005 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-07T17:05:54.005 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-07T17:05:54.005 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-07T17:05:54.005 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-07T17:05:54.005 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-07T17:05:54.005 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-07T17:05:54.005 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-07T17:05:54.005 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-07T17:05:54.005 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-07T17:05:54.006 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-07T17:05:54.006 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-07T17:05:54.006 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-07T17:05:54.006 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-07T17:05:54.006 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-07T17:05:54.006 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-07T17:05:54.006 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-07T17:05:54.006 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-07T17:05:54.006 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-07T17:05:54.006 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-07T17:05:54.006 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-07T17:05:54.006 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-07T17:05:54.006 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-07T17:05:54.007 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-07T17:05:54.007 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-07T17:05:54.007 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-07T17:05:54.007 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-07T17:05:54.032 INFO:teuthology.orchestra.run.smithi157.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-07T17:05:54.184 INFO:teuthology.orchestra.run.smithi157.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-07T17:05:54.184 INFO:teuthology.orchestra.run.smithi157.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T17:05:54.332 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T17:05:54.364 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-07T17:05:54.758 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T17:05:54.758 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-07T17:05:54.758 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-07T17:05:54.758 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-07T17:05:54.758 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-07T17:05:54.758 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-07T17:05:54.758 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-07T17:05:54.758 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-07T17:05:54.759 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-07T17:05:54.759 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-07T17:05:54.759 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-07T17:05:54.759 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-07T17:05:54.759 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-07T17:05:54.759 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-07T17:05:54.759 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-07T17:05:54.759 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-07T17:05:54.759 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-07T17:05:54.759 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-07T17:05:54.759 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-07T17:05:54.759 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-07T17:05:54.759 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-07T17:05:54.759 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-07T17:05:54.759 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-07T17:05:54.760 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-07T17:05:54.760 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-07T17:05:54.760 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-07T17:05:54.760 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-07T17:05:54.760 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-07T17:05:54.760 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-07T17:05:54.760 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-07T17:05:54.760 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-07T17:05:54.870 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-07T17:05:55.254 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T17:05:55.254 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-07T17:05:55.254 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-07T17:05:55.254 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-07T17:05:55.254 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-07T17:05:55.254 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-07T17:05:55.255 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-07T17:05:55.255 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-07T17:05:55.255 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-07T17:05:55.255 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-07T17:05:55.255 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-07T17:05:55.255 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-07T17:05:55.255 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-07T17:05:55.255 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-07T17:05:55.255 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-07T17:05:55.255 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-07T17:05:55.255 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-07T17:05:55.255 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-07T17:05:55.255 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-07T17:05:55.255 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-07T17:05:55.255 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-07T17:05:55.255 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-07T17:05:55.256 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-07T17:05:55.256 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-07T17:05:55.256 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-07T17:05:55.256 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-07T17:05:55.256 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-07T17:05:55.256 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-07T17:05:55.256 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-07T17:05:55.256 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-07T17:05:55.256 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-07T17:06:04.203 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-07T17:06:04.203 INFO:teuthology.orchestra.run.smithi148.stdout:Installed products updated. 2023-12-07T17:06:04.397 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-12-07T17:06:04.397 INFO:teuthology.orchestra.run.smithi148.stdout:Downgraded: 2023-12-07T17:06:04.397 INFO:teuthology.orchestra.run.smithi148.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:06:04.397 INFO:teuthology.orchestra.run.smithi148.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-07T17:06:04.397 INFO:teuthology.orchestra.run.smithi148.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:06:04.397 INFO:teuthology.orchestra.run.smithi148.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:06:04.397 INFO:teuthology.orchestra.run.smithi148.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:06:04.398 INFO:teuthology.orchestra.run.smithi148.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:06:04.398 INFO:teuthology.orchestra.run.smithi148.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:06:04.398 INFO:teuthology.orchestra.run.smithi148.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:06:04.398 INFO:teuthology.orchestra.run.smithi148.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:06:04.398 INFO:teuthology.orchestra.run.smithi148.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-07T17:06:04.398 INFO:teuthology.orchestra.run.smithi148.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:06:04.398 INFO:teuthology.orchestra.run.smithi148.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:06:04.398 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2023-12-07T17:06:04.398 INFO:teuthology.orchestra.run.smithi148.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:06:04.398 INFO:teuthology.orchestra.run.smithi148.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-07T17:06:04.398 INFO:teuthology.orchestra.run.smithi148.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:06:04.398 INFO:teuthology.orchestra.run.smithi148.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:06:04.398 INFO:teuthology.orchestra.run.smithi148.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:06:04.398 INFO:teuthology.orchestra.run.smithi148.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-07T17:06:04.399 INFO:teuthology.orchestra.run.smithi148.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-07T17:06:04.399 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-12-07T17:06:04.399 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2023-12-07T17:06:04.520 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-07T17:06:04.520 INFO:teuthology.orchestra.run.smithi150.stdout:Installed products updated. 2023-12-07T17:06:04.611 DEBUG:teuthology.parallel:result is None 2023-12-07T17:06:04.715 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-07T17:06:04.715 INFO:teuthology.orchestra.run.smithi150.stdout:Downgraded: 2023-12-07T17:06:04.715 INFO:teuthology.orchestra.run.smithi150.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:06:04.715 INFO:teuthology.orchestra.run.smithi150.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-07T17:06:04.715 INFO:teuthology.orchestra.run.smithi150.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:06:04.715 INFO:teuthology.orchestra.run.smithi150.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:06:04.715 INFO:teuthology.orchestra.run.smithi150.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:06:04.715 INFO:teuthology.orchestra.run.smithi150.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:06:04.715 INFO:teuthology.orchestra.run.smithi150.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:06:04.715 INFO:teuthology.orchestra.run.smithi150.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:06:04.715 INFO:teuthology.orchestra.run.smithi150.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:06:04.716 INFO:teuthology.orchestra.run.smithi150.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-07T17:06:04.716 INFO:teuthology.orchestra.run.smithi150.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:06:04.716 INFO:teuthology.orchestra.run.smithi150.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:06:04.716 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2023-12-07T17:06:04.716 INFO:teuthology.orchestra.run.smithi150.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:06:04.716 INFO:teuthology.orchestra.run.smithi150.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-07T17:06:04.716 INFO:teuthology.orchestra.run.smithi150.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:06:04.716 INFO:teuthology.orchestra.run.smithi150.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:06:04.716 INFO:teuthology.orchestra.run.smithi150.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:06:04.716 INFO:teuthology.orchestra.run.smithi150.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-07T17:06:04.716 INFO:teuthology.orchestra.run.smithi150.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-07T17:06:04.716 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-07T17:06:04.716 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2023-12-07T17:06:04.927 DEBUG:teuthology.parallel:result is None 2023-12-07T17:06:05.129 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-07T17:06:05.129 INFO:teuthology.orchestra.run.smithi157.stdout:Installed products updated. 2023-12-07T17:06:05.358 INFO:teuthology.orchestra.run.smithi157.stdout: 2023-12-07T17:06:05.358 INFO:teuthology.orchestra.run.smithi157.stdout:Downgraded: 2023-12-07T17:06:05.358 INFO:teuthology.orchestra.run.smithi157.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:06:05.358 INFO:teuthology.orchestra.run.smithi157.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-07T17:06:05.358 INFO:teuthology.orchestra.run.smithi157.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:06:05.358 INFO:teuthology.orchestra.run.smithi157.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:06:05.358 INFO:teuthology.orchestra.run.smithi157.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:06:05.358 INFO:teuthology.orchestra.run.smithi157.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:06:05.359 INFO:teuthology.orchestra.run.smithi157.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:06:05.359 INFO:teuthology.orchestra.run.smithi157.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:06:05.359 INFO:teuthology.orchestra.run.smithi157.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:06:05.359 INFO:teuthology.orchestra.run.smithi157.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-07T17:06:05.359 INFO:teuthology.orchestra.run.smithi157.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:06:05.359 INFO:teuthology.orchestra.run.smithi157.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:06:05.359 INFO:teuthology.orchestra.run.smithi157.stdout:Installed: 2023-12-07T17:06:05.359 INFO:teuthology.orchestra.run.smithi157.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:06:05.359 INFO:teuthology.orchestra.run.smithi157.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-07T17:06:05.359 INFO:teuthology.orchestra.run.smithi157.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:06:05.359 INFO:teuthology.orchestra.run.smithi157.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:06:05.359 INFO:teuthology.orchestra.run.smithi157.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T17:06:05.359 INFO:teuthology.orchestra.run.smithi157.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-07T17:06:05.359 INFO:teuthology.orchestra.run.smithi157.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-07T17:06:05.360 INFO:teuthology.orchestra.run.smithi157.stdout: 2023-12-07T17:06:05.360 INFO:teuthology.orchestra.run.smithi157.stdout:Complete! 2023-12-07T17:06:05.581 DEBUG:teuthology.parallel:result is None 2023-12-07T17:06:05.582 INFO:teuthology.run_tasks:Running task install... 2023-12-07T17:06:05.592 DEBUG:teuthology.task.install:project ceph 2023-12-07T17:06:05.592 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'f0c322331348463ad8afb13a3a03e833bee1c39c'}} 2023-12-07T17:06:05.592 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'f0c322331348463ad8afb13a3a03e833bee1c39c'} 2023-12-07T17:06:05.592 INFO:teuthology.task.install:Using flavor: default 2023-12-07T17:06:05.598 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2023-12-07T17:06:05.598 INFO:teuthology.task.install:extra packages: [] 2023-12-07T17:06:05.598 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': 'f0c322331348463ad8afb13a3a03e833bee1c39c', 'tag': None, 'wait_for_package': False} 2023-12-07T17:06:05.599 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=f0c322331348463ad8afb13a3a03e833bee1c39c 2023-12-07T17:06:05.601 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': 'f0c322331348463ad8afb13a3a03e833bee1c39c', 'tag': None, 'wait_for_package': False} 2023-12-07T17:06:05.601 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=f0c322331348463ad8afb13a3a03e833bee1c39c 2023-12-07T17:06:05.602 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': 'f0c322331348463ad8afb13a3a03e833bee1c39c', 'tag': None, 'wait_for_package': False} 2023-12-07T17:06:05.602 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=f0c322331348463ad8afb13a3a03e833bee1c39c 2023-12-07T17:06:05.741 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuri-testing-2023-12-06-1240/f0c322331348463ad8afb13a3a03e833bee1c39c/centos/8/flavors/default/ 2023-12-07T17:06:05.741 INFO:teuthology.task.install.rpm:Package version is 19.0.0-37.gf0c32233 2023-12-07T17:06:05.821 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuri-testing-2023-12-06-1240/f0c322331348463ad8afb13a3a03e833bee1c39c/centos/8/flavors/default/ 2023-12-07T17:06:05.821 INFO:teuthology.task.install.rpm:Package version is 19.0.0-37.gf0c32233 2023-12-07T17:06:05.826 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuri-testing-2023-12-06-1240/f0c322331348463ad8afb13a3a03e833bee1c39c/centos/8/flavors/default/ 2023-12-07T17:06:05.826 INFO:teuthology.task.install.rpm:Package version is 19.0.0-37.gf0c32233 2023-12-07T17:06:05.919 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri-testing-2023-12-06-1240/f0c322331348463ad8afb13a3a03e833bee1c39c/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri-testing-2023-12-06-1240/f0c322331348463ad8afb13a3a03e833bee1c39c/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri-testing-2023-12-06-1240/f0c322331348463ad8afb13a3a03e833bee1c39c/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-07T17:06:05.919 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2023-12-07T17:06:05.919 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-07T17:06:05.932 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri-testing-2023-12-06-1240/f0c322331348463ad8afb13a3a03e833bee1c39c/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri-testing-2023-12-06-1240/f0c322331348463ad8afb13a3a03e833bee1c39c/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri-testing-2023-12-06-1240/f0c322331348463ad8afb13a3a03e833bee1c39c/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-07T17:06:05.932 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2023-12-07T17:06:05.932 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-07T17:06:05.946 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2023-12-07T17:06:05.946 DEBUG:teuthology.orchestra.run.smithi148:> 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/f0c322331348463ad8afb13a3a03e833bee1c39c/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-07T17:06:05.958 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2023-12-07T17:06:05.959 DEBUG:teuthology.orchestra.run.smithi150:> 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/f0c322331348463ad8afb13a3a03e833bee1c39c/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-07T17:06:05.991 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri-testing-2023-12-06-1240/f0c322331348463ad8afb13a3a03e833bee1c39c/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri-testing-2023-12-06-1240/f0c322331348463ad8afb13a3a03e833bee1c39c/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri-testing-2023-12-06-1240/f0c322331348463ad8afb13a3a03e833bee1c39c/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-07T17:06:05.992 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2023-12-07T17:06:05.992 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-07T17:06:06.014 DEBUG:teuthology.orchestra.run.smithi148:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2023-12-07T17:06:06.018 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2023-12-07T17:06:06.018 DEBUG:teuthology.orchestra.run.smithi157:> 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/f0c322331348463ad8afb13a3a03e833bee1c39c/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-07T17:06:06.026 DEBUG:teuthology.orchestra.run.smithi150:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2023-12-07T17:06:06.085 DEBUG:teuthology.orchestra.run.smithi157:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2023-12-07T17:06:06.090 DEBUG:teuthology.orchestra.run.smithi148:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2023-12-07T17:06:06.103 DEBUG:teuthology.orchestra.run.smithi150:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2023-12-07T17:06:06.156 INFO:teuthology.orchestra.run.smithi148.stdout:check_obsoletes = 1 2023-12-07T17:06:06.157 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum clean all 2023-12-07T17:06:06.162 DEBUG:teuthology.orchestra.run.smithi157:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2023-12-07T17:06:06.168 INFO:teuthology.orchestra.run.smithi150.stdout:check_obsoletes = 1 2023-12-07T17:06:06.170 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum clean all 2023-12-07T17:06:06.227 INFO:teuthology.orchestra.run.smithi157.stdout:check_obsoletes = 1 2023-12-07T17:06:06.229 DEBUG:teuthology.orchestra.run.smithi157:> sudo yum clean all 2023-12-07T17:06:06.545 INFO:teuthology.orchestra.run.smithi148.stdout:Updating Subscription Management repositories. 2023-12-07T17:06:06.574 INFO:teuthology.orchestra.run.smithi150.stdout:Updating Subscription Management repositories. 2023-12-07T17:06:06.617 INFO:teuthology.orchestra.run.smithi157.stdout:Updating Subscription Management repositories. 2023-12-07T17:06:07.898 INFO:teuthology.orchestra.run.smithi150.stdout:44 files removed 2023-12-07T17:06:07.945 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install ceph-radosgw 2023-12-07T17:06:07.971 INFO:teuthology.orchestra.run.smithi157.stdout:44 files removed 2023-12-07T17:06:07.995 INFO:teuthology.orchestra.run.smithi148.stdout:44 files removed 2023-12-07T17:06:08.021 DEBUG:teuthology.orchestra.run.smithi157:> sudo yum -y install ceph-radosgw 2023-12-07T17:06:08.045 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install ceph-radosgw 2023-12-07T17:06:08.296 INFO:teuthology.orchestra.run.smithi150.stdout:Updating Subscription Management repositories. 2023-12-07T17:06:08.392 INFO:teuthology.orchestra.run.smithi157.stdout:Updating Subscription Management repositories. 2023-12-07T17:06:08.424 INFO:teuthology.orchestra.run.smithi148.stdout:Updating Subscription Management repositories. 2023-12-07T17:06:10.166 INFO:teuthology.orchestra.run.smithi150.stdout:ceph packages for x86_64 229 kB/s | 81 kB 00:00 2023-12-07T17:06:10.173 INFO:teuthology.orchestra.run.smithi148.stdout:ceph packages for x86_64 218 kB/s | 81 kB 00:00 2023-12-07T17:06:10.205 INFO:teuthology.orchestra.run.smithi157.stdout:ceph packages for x86_64 201 kB/s | 81 kB 00:00 2023-12-07T17:06:10.647 INFO:teuthology.orchestra.run.smithi157.stdout:ceph noarch packages 23 kB/s | 9.5 kB 00:00 2023-12-07T17:06:10.682 INFO:teuthology.orchestra.run.smithi148.stdout:ceph noarch packages 20 kB/s | 9.5 kB 00:00 2023-12-07T17:06:10.683 INFO:teuthology.orchestra.run.smithi150.stdout:ceph noarch packages 20 kB/s | 9.5 kB 00:00 2023-12-07T17:06:10.984 INFO:teuthology.orchestra.run.smithi150.stdout:ceph source packages 5.3 kB/s | 1.5 kB 00:00 2023-12-07T17:06:10.991 INFO:teuthology.orchestra.run.smithi148.stdout:ceph source packages 5.2 kB/s | 1.5 kB 00:00 2023-12-07T17:06:10.998 INFO:teuthology.orchestra.run.smithi157.stdout:ceph source packages 4.5 kB/s | 1.5 kB 00:00 2023-12-07T17:06:11.133 INFO:teuthology.orchestra.run.smithi148.stdout:Copr repo for python3-asyncssh owned by ceph 28 kB/s | 3.5 kB 00:00 2023-12-07T17:06:11.135 INFO:teuthology.orchestra.run.smithi150.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2023-12-07T17:06:11.149 INFO:teuthology.orchestra.run.smithi157.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2023-12-07T17:06:12.650 INFO:teuthology.orchestra.run.smithi157.stdout:Extra Packages for Enterprise Linux 11 MB/s | 16 MB 00:01 2023-12-07T17:06:12.667 INFO:teuthology.orchestra.run.smithi148.stdout:Extra Packages for Enterprise Linux 11 MB/s | 16 MB 00:01 2023-12-07T17:06:16.150 INFO:teuthology.orchestra.run.smithi157.stdout:lab-extras 433 kB/s | 24 kB 00:00 2023-12-07T17:06:16.218 INFO:teuthology.orchestra.run.smithi148.stdout:lab-extras 520 kB/s | 24 kB 00:00 2023-12-07T17:06:17.293 INFO:teuthology.orchestra.run.smithi157.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 44 MB/s | 47 MB 00:01 2023-12-07T17:06:17.361 INFO:teuthology.orchestra.run.smithi148.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 44 MB/s | 47 MB 00:01 2023-12-07T17:06:25.553 INFO:teuthology.orchestra.run.smithi157.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 42 MB/s | 53 MB 00:01 2023-12-07T17:06:25.813 INFO:teuthology.orchestra.run.smithi148.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 41 MB/s | 53 MB 00:01 2023-12-07T17:06:28.313 INFO:teuthology.orchestra.run.smithi150.stdout:Extra Packages for Enterprise Linux 952 kB/s | 16 MB 00:17 2023-12-07T17:06:31.844 INFO:teuthology.orchestra.run.smithi150.stdout:lab-extras 416 kB/s | 24 kB 00:00 2023-12-07T17:06:32.987 INFO:teuthology.orchestra.run.smithi150.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 49 MB/s | 53 MB 00:01 2023-12-07T17:06:36.665 INFO:teuthology.orchestra.run.smithi157.stdout:Dependencies resolved. 2023-12-07T17:06:36.668 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================================== 2023-12-07T17:06:36.668 INFO:teuthology.orchestra.run.smithi157.stdout: Package Arch Version Repository Size 2023-12-07T17:06:36.668 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================================== 2023-12-07T17:06:36.668 INFO:teuthology.orchestra.run.smithi157.stdout:Installing: 2023-12-07T17:06:36.668 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-radosgw x86_64 2:19.0.0-37.gf0c32233.el8 ceph 14 M 2023-12-07T17:06:36.668 INFO:teuthology.orchestra.run.smithi157.stdout:Upgrading: 2023-12-07T17:06:36.668 INFO:teuthology.orchestra.run.smithi157.stdout: librados2 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 3.8 M 2023-12-07T17:06:36.668 INFO:teuthology.orchestra.run.smithi157.stdout: librbd1 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 3.7 M 2023-12-07T17:06:36.668 INFO:teuthology.orchestra.run.smithi157.stdout:Installing dependencies: 2023-12-07T17:06:36.668 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-base x86_64 2:19.0.0-37.gf0c32233.el8 ceph 5.4 M 2023-12-07T17:06:36.668 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-common x86_64 2:19.0.0-37.gf0c32233.el8 ceph 23 M 2023-12-07T17:06:36.668 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-selinux x86_64 2:19.0.0-37.gf0c32233.el8 ceph 24 k 2023-12-07T17:06:36.669 INFO:teuthology.orchestra.run.smithi157.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-07T17:06:36.669 INFO:teuthology.orchestra.run.smithi157.stdout: libcephfs2 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 839 k 2023-12-07T17:06:36.669 INFO:teuthology.orchestra.run.smithi157.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-07T17:06:36.669 INFO:teuthology.orchestra.run.smithi157.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-07T17:06:36.669 INFO:teuthology.orchestra.run.smithi157.stdout: libradosstriper1 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 517 k 2023-12-07T17:06:36.669 INFO:teuthology.orchestra.run.smithi157.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-07T17:06:36.669 INFO:teuthology.orchestra.run.smithi157.stdout: librgw2 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 6.9 M 2023-12-07T17:06:36.669 INFO:teuthology.orchestra.run.smithi157.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-07T17:06:36.669 INFO:teuthology.orchestra.run.smithi157.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-07T17:06:36.669 INFO:teuthology.orchestra.run.smithi157.stdout: python3-ceph-argparse x86_64 2:19.0.0-37.gf0c32233.el8 ceph 45 k 2023-12-07T17:06:36.669 INFO:teuthology.orchestra.run.smithi157.stdout: python3-ceph-common x86_64 2:19.0.0-37.gf0c32233.el8 ceph 128 k 2023-12-07T17:06:36.669 INFO:teuthology.orchestra.run.smithi157.stdout: python3-cephfs x86_64 2:19.0.0-37.gf0c32233.el8 ceph 197 k 2023-12-07T17:06:36.669 INFO:teuthology.orchestra.run.smithi157.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-07T17:06:36.669 INFO:teuthology.orchestra.run.smithi157.stdout: python3-rados x86_64 2:19.0.0-37.gf0c32233.el8 ceph 372 k 2023-12-07T17:06:36.669 INFO:teuthology.orchestra.run.smithi157.stdout: python3-rbd x86_64 2:19.0.0-37.gf0c32233.el8 ceph 365 k 2023-12-07T17:06:36.670 INFO:teuthology.orchestra.run.smithi157.stdout: python3-rgw x86_64 2:19.0.0-37.gf0c32233.el8 ceph 107 k 2023-12-07T17:06:36.670 INFO:teuthology.orchestra.run.smithi157.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-07T17:06:36.670 INFO:teuthology.orchestra.run.smithi157.stdout: 2023-12-07T17:06:36.670 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction Summary 2023-12-07T17:06:36.670 INFO:teuthology.orchestra.run.smithi157.stdout:================================================================================================== 2023-12-07T17:06:36.670 INFO:teuthology.orchestra.run.smithi157.stdout:Install 21 Packages 2023-12-07T17:06:36.670 INFO:teuthology.orchestra.run.smithi157.stdout:Upgrade 2 Packages 2023-12-07T17:06:36.670 INFO:teuthology.orchestra.run.smithi157.stdout: 2023-12-07T17:06:36.670 INFO:teuthology.orchestra.run.smithi157.stdout:Total download size: 62 M 2023-12-07T17:06:36.671 INFO:teuthology.orchestra.run.smithi157.stdout:Downloading Packages: 2023-12-07T17:06:37.150 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2023-12-07T17:06:37.152 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================================== 2023-12-07T17:06:37.152 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repository Size 2023-12-07T17:06:37.153 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================================== 2023-12-07T17:06:37.153 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2023-12-07T17:06:37.153 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-radosgw x86_64 2:19.0.0-37.gf0c32233.el8 ceph 14 M 2023-12-07T17:06:37.153 INFO:teuthology.orchestra.run.smithi148.stdout:Upgrading: 2023-12-07T17:06:37.153 INFO:teuthology.orchestra.run.smithi148.stdout: librados2 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 3.8 M 2023-12-07T17:06:37.153 INFO:teuthology.orchestra.run.smithi148.stdout: librbd1 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 3.7 M 2023-12-07T17:06:37.153 INFO:teuthology.orchestra.run.smithi148.stdout:Installing dependencies: 2023-12-07T17:06:37.153 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-base x86_64 2:19.0.0-37.gf0c32233.el8 ceph 5.4 M 2023-12-07T17:06:37.153 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-common x86_64 2:19.0.0-37.gf0c32233.el8 ceph 23 M 2023-12-07T17:06:37.153 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-selinux x86_64 2:19.0.0-37.gf0c32233.el8 ceph 24 k 2023-12-07T17:06:37.153 INFO:teuthology.orchestra.run.smithi148.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-07T17:06:37.153 INFO:teuthology.orchestra.run.smithi148.stdout: libcephfs2 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 839 k 2023-12-07T17:06:37.153 INFO:teuthology.orchestra.run.smithi148.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-07T17:06:37.153 INFO:teuthology.orchestra.run.smithi148.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-07T17:06:37.154 INFO:teuthology.orchestra.run.smithi148.stdout: libradosstriper1 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 517 k 2023-12-07T17:06:37.154 INFO:teuthology.orchestra.run.smithi148.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-07T17:06:37.154 INFO:teuthology.orchestra.run.smithi148.stdout: librgw2 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 6.9 M 2023-12-07T17:06:37.154 INFO:teuthology.orchestra.run.smithi148.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-07T17:06:37.154 INFO:teuthology.orchestra.run.smithi148.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-07T17:06:37.154 INFO:teuthology.orchestra.run.smithi148.stdout: python3-ceph-argparse x86_64 2:19.0.0-37.gf0c32233.el8 ceph 45 k 2023-12-07T17:06:37.154 INFO:teuthology.orchestra.run.smithi148.stdout: python3-ceph-common x86_64 2:19.0.0-37.gf0c32233.el8 ceph 128 k 2023-12-07T17:06:37.154 INFO:teuthology.orchestra.run.smithi148.stdout: python3-cephfs x86_64 2:19.0.0-37.gf0c32233.el8 ceph 197 k 2023-12-07T17:06:37.154 INFO:teuthology.orchestra.run.smithi148.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-07T17:06:37.154 INFO:teuthology.orchestra.run.smithi148.stdout: python3-rados x86_64 2:19.0.0-37.gf0c32233.el8 ceph 372 k 2023-12-07T17:06:37.154 INFO:teuthology.orchestra.run.smithi148.stdout: python3-rbd x86_64 2:19.0.0-37.gf0c32233.el8 ceph 365 k 2023-12-07T17:06:37.154 INFO:teuthology.orchestra.run.smithi148.stdout: python3-rgw x86_64 2:19.0.0-37.gf0c32233.el8 ceph 107 k 2023-12-07T17:06:37.154 INFO:teuthology.orchestra.run.smithi148.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-07T17:06:37.154 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-12-07T17:06:37.154 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2023-12-07T17:06:37.155 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================================== 2023-12-07T17:06:37.155 INFO:teuthology.orchestra.run.smithi148.stdout:Install 21 Packages 2023-12-07T17:06:37.155 INFO:teuthology.orchestra.run.smithi148.stdout:Upgrade 2 Packages 2023-12-07T17:06:37.155 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-12-07T17:06:37.155 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 62 M 2023-12-07T17:06:37.155 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2023-12-07T17:06:37.262 INFO:teuthology.orchestra.run.smithi157.stdout:(1/23): ceph-base-19.0.0-37.gf0c32233.el8.x86_6 9.5 MB/s | 5.4 MB 00:00 2023-12-07T17:06:37.322 INFO:teuthology.orchestra.run.smithi157.stdout:(2/23): ceph-selinux-19.0.0-37.gf0c32233.el8.x8 403 kB/s | 24 kB 00:00 2023-12-07T17:06:37.422 INFO:teuthology.orchestra.run.smithi157.stdout:(3/23): libcephfs2-19.0.0-37.gf0c32233.el8.x86_ 8.2 MB/s | 839 kB 00:00 2023-12-07T17:06:37.523 INFO:teuthology.orchestra.run.smithi157.stdout:(4/23): libradosstriper1-19.0.0-37.gf0c32233.el 5.1 MB/s | 517 kB 00:00 2023-12-07T17:06:38.398 INFO:teuthology.orchestra.run.smithi157.stdout:(5/23): ceph-common-19.0.0-37.gf0c32233.el8.x86 13 MB/s | 23 MB 00:01 2023-12-07T17:06:38.506 INFO:teuthology.orchestra.run.smithi157.stdout:(6/23): librgw2-19.0.0-37.gf0c32233.el8.x86_64. 7.0 MB/s | 6.9 MB 00:00 2023-12-07T17:06:38.532 INFO:teuthology.orchestra.run.smithi157.stdout:(7/23): python3-ceph-argparse-19.0.0-37.gf0c322 335 kB/s | 45 kB 00:00 2023-12-07T17:06:38.557 INFO:teuthology.orchestra.run.smithi157.stdout:(8/23): python3-ceph-common-19.0.0-37.gf0c32233 2.5 MB/s | 128 kB 00:00 2023-12-07T17:06:38.582 INFO:teuthology.orchestra.run.smithi157.stdout:(9/23): python3-cephfs-19.0.0-37.gf0c32233.el8. 3.8 MB/s | 197 kB 00:00 2023-12-07T17:06:38.632 INFO:teuthology.orchestra.run.smithi157.stdout:(10/23): python3-rados-19.0.0-37.gf0c32233.el8. 4.8 MB/s | 372 kB 00:00 2023-12-07T17:06:38.658 INFO:teuthology.orchestra.run.smithi157.stdout:(11/23): python3-rbd-19.0.0-37.gf0c32233.el8.x8 4.7 MB/s | 365 kB 00:00 2023-12-07T17:06:38.683 INFO:teuthology.orchestra.run.smithi157.stdout:(12/23): python3-rgw-19.0.0-37.gf0c32233.el8.x8 2.1 MB/s | 107 kB 00:00 2023-12-07T17:06:39.217 INFO:teuthology.orchestra.run.smithi157.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 110 kB/s | 59 kB 00:00 2023-12-07T17:06:39.267 INFO:teuthology.orchestra.run.smithi157.stdout:(14/23): gperftools-libs-2.7-9.el8.x86_64.rpm 503 kB/s | 306 kB 00:00 2023-12-07T17:06:39.376 INFO:teuthology.orchestra.run.smithi157.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 473 kB/s | 75 kB 00:00 2023-12-07T17:06:39.526 INFO:teuthology.orchestra.run.smithi157.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.7 MB/s | 259 kB 00:00 2023-12-07T17:06:39.579 INFO:teuthology.orchestra.run.smithi148.stdout:(1/23): ceph-radosgw-19.0.0-37.gf0c32233.el8.x8 5.8 MB/s | 14 MB 00:02 2023-12-07T17:06:39.601 INFO:teuthology.orchestra.run.smithi157.stdout:(17/23): thrift-0.13.0-2.el8.x86_64.rpm 5.2 MB/s | 1.7 MB 00:00 2023-12-07T17:06:39.621 INFO:teuthology.orchestra.run.smithi148.stdout:(2/23): ceph-selinux-19.0.0-37.gf0c32233.el8.x8 588 kB/s | 24 kB 00:00 2023-12-07T17:06:39.643 INFO:teuthology.orchestra.run.smithi157.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 376 kB/s | 44 kB 00:00 2023-12-07T17:06:39.752 INFO:teuthology.orchestra.run.smithi157.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 2.3 MB/s | 354 kB 00:00 2023-12-07T17:06:39.754 INFO:teuthology.orchestra.run.smithi148.stdout:(3/23): libcephfs2-19.0.0-37.gf0c32233.el8.x86_ 6.1 MB/s | 839 kB 00:00 2023-12-07T17:06:39.777 INFO:teuthology.orchestra.run.smithi157.stdout:(20/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 351 kB/s | 47 kB 00:00 2023-12-07T17:06:39.855 INFO:teuthology.orchestra.run.smithi148.stdout:(4/23): libradosstriper1-19.0.0-37.gf0c32233.el 5.1 MB/s | 517 kB 00:00 2023-12-07T17:06:40.105 INFO:teuthology.orchestra.run.smithi148.stdout:(5/23): ceph-common-19.0.0-37.gf0c32233.el8.x86 7.7 MB/s | 23 MB 00:02 2023-12-07T17:06:40.197 INFO:teuthology.orchestra.run.smithi148.stdout:(6/23): python3-ceph-argparse-19.0.0-37.gf0c322 490 kB/s | 45 kB 00:00 2023-12-07T17:06:40.227 INFO:teuthology.orchestra.run.smithi157.stdout:(21/23): librados2-19.0.0-37.gf0c32233.el8.x86_ 7.9 MB/s | 3.8 MB 00:00 2023-12-07T17:06:40.272 INFO:teuthology.orchestra.run.smithi148.stdout:(7/23): python3-ceph-common-19.0.0-37.gf0c32233 1.7 MB/s | 128 kB 00:00 2023-12-07T17:06:40.286 INFO:teuthology.orchestra.run.smithi157.stdout:(22/23): librbd1-19.0.0-37.gf0c32233.el8.x86_64 7.3 MB/s | 3.7 MB 00:00 2023-12-07T17:06:40.331 INFO:teuthology.orchestra.run.smithi148.stdout:(8/23): python3-cephfs-19.0.0-37.gf0c32233.el8. 3.3 MB/s | 197 kB 00:00 2023-12-07T17:06:40.407 INFO:teuthology.orchestra.run.smithi148.stdout:(9/23): python3-rados-19.0.0-37.gf0c32233.el8.x 4.8 MB/s | 372 kB 00:00 2023-12-07T17:06:40.531 INFO:teuthology.orchestra.run.smithi148.stdout:(10/23): librgw2-19.0.0-37.gf0c32233.el8.x86_64 10 MB/s | 6.9 MB 00:00 2023-12-07T17:06:40.557 INFO:teuthology.orchestra.run.smithi148.stdout:(11/23): python3-rbd-19.0.0-37.gf0c32233.el8.x8 2.4 MB/s | 365 kB 00:00 2023-12-07T17:06:40.640 INFO:teuthology.orchestra.run.smithi148.stdout:(12/23): ceph-base-19.0.0-37.gf0c32233.el8.x86_ 1.6 MB/s | 5.4 MB 00:03 2023-12-07T17:06:40.666 INFO:teuthology.orchestra.run.smithi148.stdout:(13/23): python3-rgw-19.0.0-37.gf0c32233.el8.x8 798 kB/s | 107 kB 00:00 2023-12-07T17:06:40.799 INFO:teuthology.orchestra.run.smithi148.stdout:(14/23): liboath-2.6.2-3.el8.x86_64.rpm 371 kB/s | 59 kB 00:00 2023-12-07T17:06:40.833 INFO:teuthology.orchestra.run.smithi148.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 449 kB/s | 75 kB 00:00 2023-12-07T17:06:40.875 INFO:teuthology.orchestra.run.smithi148.stdout:(16/23): gperftools-libs-2.7-9.el8.x86_64.rpm 964 kB/s | 306 kB 00:00 2023-12-07T17:06:40.975 INFO:teuthology.orchestra.run.smithi148.stdout:(17/23): python3-prettytable-0.7.2-14.el8.noarc 464 kB/s | 44 kB 00:00 2023-12-07T17:06:41.001 INFO:teuthology.orchestra.run.smithi148.stdout:(18/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.5 MB/s | 259 kB 00:00 2023-12-07T17:06:41.060 INFO:teuthology.orchestra.run.smithi148.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 4.1 MB/s | 354 kB 00:00 2023-12-07T17:06:41.101 INFO:teuthology.orchestra.run.smithi148.stdout:(20/23): thrift-0.13.0-2.el8.x86_64.rpm 5.8 MB/s | 1.7 MB 00:00 2023-12-07T17:06:41.127 INFO:teuthology.orchestra.run.smithi148.stdout:(21/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 373 kB/s | 47 kB 00:00 2023-12-07T17:06:41.263 INFO:teuthology.orchestra.run.smithi150.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 49 MB/s | 47 MB 00:00 2023-12-07T17:06:41.344 INFO:teuthology.orchestra.run.smithi148.stdout:(22/23): librbd1-19.0.0-37.gf0c32233.el8.x86_64 15 MB/s | 3.7 MB 00:00 2023-12-07T17:06:41.945 INFO:teuthology.orchestra.run.smithi148.stdout:(23/23): librados2-19.0.0-37.gf0c32233.el8.x86_ 4.3 MB/s | 3.8 MB 00:00 2023-12-07T17:06:41.946 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:06:41.946 INFO:teuthology.orchestra.run.smithi148.stdout:Total 13 MB/s | 62 MB 00:04 2023-12-07T17:06:41.994 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2023-12-07T17:06:42.040 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2023-12-07T17:06:42.040 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2023-12-07T17:06:42.371 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2023-12-07T17:06:42.375 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2023-12-07T17:06:43.513 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2023-12-07T17:06:43.700 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-07T17:06:43.938 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T17:06:44.336 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T17:06:44.522 INFO:teuthology.orchestra.run.smithi148.stdout: Upgrading : librados2-2:19.0.0-37.gf0c32233.el8.x86_64 3/25 2023-12-07T17:06:44.618 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: librados2-2:19.0.0-37.gf0c32233.el8.x86_64 3/25 2023-12-07T17:06:44.801 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-rados-2:19.0.0-37.gf0c32233.el8.x86_64 4/25 2023-12-07T17:06:45.041 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-07T17:06:45.405 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 6/25 2023-12-07T17:06:45.811 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 6/25 2023-12-07T17:06:46.013 INFO:teuthology.orchestra.run.smithi148.stdout: Upgrading : librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 7/25 2023-12-07T17:06:46.083 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 7/25 2023-12-07T17:06:46.269 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-07T17:06:46.421 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-07T17:06:46.586 INFO:teuthology.orchestra.run.smithi157.stdout:(23/23): ceph-radosgw-19.0.0-37.gf0c32233.el8.x 1.4 MB/s | 14 MB 00:09 2023-12-07T17:06:46.590 INFO:teuthology.orchestra.run.smithi157.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:06:46.590 INFO:teuthology.orchestra.run.smithi157.stdout:Total 6.2 MB/s | 62 MB 00:09 2023-12-07T17:06:46.635 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction check 2023-12-07T17:06:46.680 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction check succeeded. 2023-12-07T17:06:46.680 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction test 2023-12-07T17:06:47.019 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction test succeeded. 2023-12-07T17:06:47.026 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction 2023-12-07T17:06:47.097 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-07T17:06:47.287 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 10/25 2023-12-07T17:06:47.354 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 10/25 2023-12-07T17:06:47.490 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-ceph-argparse-2:19.0.0-37.gf0c32233.el8.x8 11/25 2023-12-07T17:06:47.657 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-cephfs-2:19.0.0-37.gf0c32233.el8.x86_64 12/25 2023-12-07T17:06:47.856 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-rgw-2:19.0.0-37.gf0c32233.el8.x86_64 13/25 2023-12-07T17:06:48.049 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-rbd-2:19.0.0-37.gf0c32233.el8.x86_64 14/25 2023-12-07T17:06:48.179 INFO:teuthology.orchestra.run.smithi157.stdout: Preparing : 1/1 2023-12-07T17:06:48.195 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 15/25 2023-12-07T17:06:48.251 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 15/25 2023-12-07T17:06:48.363 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-07T17:06:48.379 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-07T17:06:48.558 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-07T17:06:48.598 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T17:06:48.788 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-07T17:06:48.988 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-ceph-common-2:19.0.0-37.gf0c32233.el8.x86_ 19/25 2023-12-07T17:06:49.003 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T17:06:49.165 INFO:teuthology.orchestra.run.smithi157.stdout: Upgrading : librados2-2:19.0.0-37.gf0c32233.el8.x86_64 3/25 2023-12-07T17:06:49.244 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: librados2-2:19.0.0-37.gf0c32233.el8.x86_64 3/25 2023-12-07T17:06:49.428 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-rados-2:19.0.0-37.gf0c32233.el8.x86_64 4/25 2023-12-07T17:06:49.651 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-07T17:06:49.832 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 6/25 2023-12-07T17:06:50.241 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 6/25 2023-12-07T17:06:50.456 INFO:teuthology.orchestra.run.smithi157.stdout: Upgrading : librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 7/25 2023-12-07T17:06:50.525 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 7/25 2023-12-07T17:06:50.721 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-07T17:06:50.873 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-07T17:06:51.604 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-07T17:06:51.806 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 10/25 2023-12-07T17:06:51.872 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 10/25 2023-12-07T17:06:52.051 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-ceph-argparse-2:19.0.0-37.gf0c32233.el8.x8 11/25 2023-12-07T17:06:52.219 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2023-12-07T17:06:52.221 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================================== 2023-12-07T17:06:52.221 INFO:teuthology.orchestra.run.smithi150.stdout: Package Arch Version Repository Size 2023-12-07T17:06:52.221 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================================== 2023-12-07T17:06:52.221 INFO:teuthology.orchestra.run.smithi150.stdout:Installing: 2023-12-07T17:06:52.221 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-radosgw x86_64 2:19.0.0-37.gf0c32233.el8 ceph 14 M 2023-12-07T17:06:52.222 INFO:teuthology.orchestra.run.smithi150.stdout:Upgrading: 2023-12-07T17:06:52.222 INFO:teuthology.orchestra.run.smithi150.stdout: librados2 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 3.8 M 2023-12-07T17:06:52.222 INFO:teuthology.orchestra.run.smithi150.stdout: librbd1 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 3.7 M 2023-12-07T17:06:52.222 INFO:teuthology.orchestra.run.smithi150.stdout:Installing dependencies: 2023-12-07T17:06:52.222 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-base x86_64 2:19.0.0-37.gf0c32233.el8 ceph 5.4 M 2023-12-07T17:06:52.222 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-common x86_64 2:19.0.0-37.gf0c32233.el8 ceph 23 M 2023-12-07T17:06:52.222 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-selinux x86_64 2:19.0.0-37.gf0c32233.el8 ceph 24 k 2023-12-07T17:06:52.222 INFO:teuthology.orchestra.run.smithi150.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-07T17:06:52.222 INFO:teuthology.orchestra.run.smithi150.stdout: libcephfs2 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 839 k 2023-12-07T17:06:52.222 INFO:teuthology.orchestra.run.smithi150.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-07T17:06:52.222 INFO:teuthology.orchestra.run.smithi150.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-07T17:06:52.222 INFO:teuthology.orchestra.run.smithi150.stdout: libradosstriper1 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 517 k 2023-12-07T17:06:52.222 INFO:teuthology.orchestra.run.smithi150.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-07T17:06:52.223 INFO:teuthology.orchestra.run.smithi150.stdout: librgw2 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 6.9 M 2023-12-07T17:06:52.223 INFO:teuthology.orchestra.run.smithi150.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-07T17:06:52.223 INFO:teuthology.orchestra.run.smithi150.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-07T17:06:52.223 INFO:teuthology.orchestra.run.smithi150.stdout: python3-ceph-argparse x86_64 2:19.0.0-37.gf0c32233.el8 ceph 45 k 2023-12-07T17:06:52.223 INFO:teuthology.orchestra.run.smithi150.stdout: python3-ceph-common x86_64 2:19.0.0-37.gf0c32233.el8 ceph 128 k 2023-12-07T17:06:52.223 INFO:teuthology.orchestra.run.smithi150.stdout: python3-cephfs x86_64 2:19.0.0-37.gf0c32233.el8 ceph 197 k 2023-12-07T17:06:52.223 INFO:teuthology.orchestra.run.smithi150.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-07T17:06:52.223 INFO:teuthology.orchestra.run.smithi150.stdout: python3-rados x86_64 2:19.0.0-37.gf0c32233.el8 ceph 372 k 2023-12-07T17:06:52.223 INFO:teuthology.orchestra.run.smithi150.stdout: python3-rbd x86_64 2:19.0.0-37.gf0c32233.el8 ceph 365 k 2023-12-07T17:06:52.223 INFO:teuthology.orchestra.run.smithi150.stdout: python3-rgw x86_64 2:19.0.0-37.gf0c32233.el8 ceph 107 k 2023-12-07T17:06:52.223 INFO:teuthology.orchestra.run.smithi150.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-07T17:06:52.223 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-07T17:06:52.223 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2023-12-07T17:06:52.223 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================================== 2023-12-07T17:06:52.223 INFO:teuthology.orchestra.run.smithi150.stdout:Install 21 Packages 2023-12-07T17:06:52.224 INFO:teuthology.orchestra.run.smithi150.stdout:Upgrade 2 Packages 2023-12-07T17:06:52.224 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-07T17:06:52.224 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 62 M 2023-12-07T17:06:52.224 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2023-12-07T17:06:52.226 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-cephfs-2:19.0.0-37.gf0c32233.el8.x86_64 12/25 2023-12-07T17:06:52.418 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-rgw-2:19.0.0-37.gf0c32233.el8.x86_64 13/25 2023-12-07T17:06:52.610 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-rbd-2:19.0.0-37.gf0c32233.el8.x86_64 14/25 2023-12-07T17:06:52.660 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 20/25 2023-12-07T17:06:52.789 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 15/25 2023-12-07T17:06:52.844 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 15/25 2023-12-07T17:06:52.904 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 20/25 2023-12-07T17:06:52.991 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-07T17:06:53.186 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-07T17:06:53.427 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-07T17:06:53.491 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 20/25 2023-12-07T17:06:53.606 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : python3-ceph-common-2:19.0.0-37.gf0c32233.el8.x86_ 19/25 2023-12-07T17:06:53.755 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 21/25 2023-12-07T17:06:53.841 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 21/25 2023-12-07T17:06:54.028 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 22/25 2023-12-07T17:06:54.199 INFO:teuthology.orchestra.run.smithi150.stdout:(1/23): ceph-radosgw-19.0.0-37.gf0c32233.el8.x8 8.8 MB/s | 14 MB 00:01 2023-12-07T17:06:54.283 INFO:teuthology.orchestra.run.smithi150.stdout:(2/23): ceph-selinux-19.0.0-37.gf0c32233.el8.x8 292 kB/s | 24 kB 00:00 2023-12-07T17:06:54.491 INFO:teuthology.orchestra.run.smithi150.stdout:(3/23): ceph-common-19.0.0-37.gf0c32233.el8.x86 12 MB/s | 23 MB 00:01 2023-12-07T17:06:54.566 INFO:teuthology.orchestra.run.smithi150.stdout:(4/23): libcephfs2-19.0.0-37.gf0c32233.el8.x86_ 2.9 MB/s | 839 kB 00:00 2023-12-07T17:06:54.609 INFO:teuthology.orchestra.run.smithi150.stdout:(5/23): libradosstriper1-19.0.0-37.gf0c32233.el 4.3 MB/s | 517 kB 00:00 2023-12-07T17:06:54.692 INFO:teuthology.orchestra.run.smithi150.stdout:(6/23): python3-ceph-argparse-19.0.0-37.gf0c322 538 kB/s | 45 kB 00:00 2023-12-07T17:06:54.784 INFO:teuthology.orchestra.run.smithi150.stdout:(7/23): python3-ceph-common-19.0.0-37.gf0c32233 1.4 MB/s | 128 kB 00:00 2023-12-07T17:06:54.884 INFO:teuthology.orchestra.run.smithi150.stdout:(8/23): python3-cephfs-19.0.0-37.gf0c32233.el8. 1.9 MB/s | 197 kB 00:00 2023-12-07T17:06:55.493 INFO:teuthology.orchestra.run.smithi150.stdout:(9/23): librgw2-19.0.0-37.gf0c32233.el8.x86_64. 7.5 MB/s | 6.9 MB 00:00 2023-12-07T17:06:55.518 INFO:teuthology.orchestra.run.smithi150.stdout:(10/23): python3-rados-19.0.0-37.gf0c32233.el8. 587 kB/s | 372 kB 00:00 2023-12-07T17:06:55.568 INFO:teuthology.orchestra.run.smithi150.stdout:(11/23): python3-rbd-19.0.0-37.gf0c32233.el8.x8 4.8 MB/s | 365 kB 00:00 2023-12-07T17:06:55.602 INFO:teuthology.orchestra.run.smithi150.stdout:(12/23): python3-rgw-19.0.0-37.gf0c32233.el8.x8 1.2 MB/s | 107 kB 00:00 2023-12-07T17:06:55.702 INFO:teuthology.orchestra.run.smithi150.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 588 kB/s | 59 kB 00:00 2023-12-07T17:06:55.744 INFO:teuthology.orchestra.run.smithi150.stdout:(14/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.7 MB/s | 306 kB 00:00 2023-12-07T17:06:55.769 INFO:teuthology.orchestra.run.smithi150.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.1 MB/s | 75 kB 00:00 2023-12-07T17:06:55.886 INFO:teuthology.orchestra.run.smithi150.stdout:(16/23): thrift-0.13.0-2.el8.x86_64.rpm 12 MB/s | 1.7 MB 00:00 2023-12-07T17:06:55.945 INFO:teuthology.orchestra.run.smithi150.stdout:(17/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 267 kB/s | 47 kB 00:00 2023-12-07T17:06:56.079 INFO:teuthology.orchestra.run.smithi150.stdout:(18/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.3 MB/s | 259 kB 00:00 2023-12-07T17:06:56.121 INFO:teuthology.orchestra.run.smithi150.stdout:(19/23): python3-prettytable-0.7.2-14.el8.noarc 251 kB/s | 44 kB 00:00 2023-12-07T17:06:56.213 INFO:teuthology.orchestra.run.smithi150.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 2.6 MB/s | 354 kB 00:00 2023-12-07T17:06:56.471 INFO:teuthology.orchestra.run.smithi150.stdout:(21/23): librados2-19.0.0-37.gf0c32233.el8.x86_ 11 MB/s | 3.8 MB 00:00 2023-12-07T17:06:56.596 INFO:teuthology.orchestra.run.smithi150.stdout:(22/23): librbd1-19.0.0-37.gf0c32233.el8.x86_64 9.7 MB/s | 3.7 MB 00:00 2023-12-07T17:06:57.138 INFO:teuthology.orchestra.run.smithi150.stdout:(23/23): ceph-base-19.0.0-37.gf0c32233.el8.x86_ 1.2 MB/s | 5.4 MB 00:04 2023-12-07T17:06:57.140 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:06:57.141 INFO:teuthology.orchestra.run.smithi150.stdout:Total 13 MB/s | 62 MB 00:04 2023-12-07T17:06:57.187 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2023-12-07T17:06:57.234 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2023-12-07T17:06:57.234 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2023-12-07T17:06:57.287 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 20/25 2023-12-07T17:06:57.575 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2023-12-07T17:06:57.579 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2023-12-07T17:06:57.730 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 20/25 2023-12-07T17:06:58.330 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 20/25 2023-12-07T17:06:58.596 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 21/25 2023-12-07T17:06:58.692 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 21/25 2023-12-07T17:06:58.787 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2023-12-07T17:06:58.813 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 22/25 2023-12-07T17:06:59.017 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-07T17:06:59.203 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T17:06:59.598 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T17:06:59.778 INFO:teuthology.orchestra.run.smithi150.stdout: Upgrading : librados2-2:19.0.0-37.gf0c32233.el8.x86_64 3/25 2023-12-07T17:07:00.113 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: librados2-2:19.0.0-37.gf0c32233.el8.x86_64 3/25 2023-12-07T17:07:00.317 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-rados-2:19.0.0-37.gf0c32233.el8.x86_64 4/25 2023-12-07T17:07:00.539 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-07T17:07:00.761 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 6/25 2023-12-07T17:07:01.175 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 6/25 2023-12-07T17:07:01.386 INFO:teuthology.orchestra.run.smithi150.stdout: Upgrading : librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 7/25 2023-12-07T17:07:01.480 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 7/25 2023-12-07T17:07:01.678 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-07T17:07:01.746 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-07T17:07:02.520 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-07T17:07:02.686 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 10/25 2023-12-07T17:07:02.749 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 10/25 2023-12-07T17:07:02.880 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-ceph-argparse-2:19.0.0-37.gf0c32233.el8.x8 11/25 2023-12-07T17:07:03.072 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-cephfs-2:19.0.0-37.gf0c32233.el8.x86_64 12/25 2023-12-07T17:07:03.255 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-rgw-2:19.0.0-37.gf0c32233.el8.x86_64 13/25 2023-12-07T17:07:03.481 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-rbd-2:19.0.0-37.gf0c32233.el8.x86_64 14/25 2023-12-07T17:07:03.636 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 15/25 2023-12-07T17:07:03.703 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 15/25 2023-12-07T17:07:03.861 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-07T17:07:04.052 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-07T17:07:04.320 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-07T17:07:04.486 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-ceph-common-2:19.0.0-37.gf0c32233.el8.x86_ 19/25 2023-12-07T17:07:08.333 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 20/25 2023-12-07T17:07:08.552 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 20/25 2023-12-07T17:07:09.147 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 20/25 2023-12-07T17:07:09.386 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 21/25 2023-12-07T17:07:09.469 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 21/25 2023-12-07T17:07:09.644 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 22/25 2023-12-07T17:07:12.496 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 22/25 2023-12-07T17:07:12.496 INFO:teuthology.orchestra.run.smithi148.stdout:skipping the directory /sys 2023-12-07T17:07:12.496 INFO:teuthology.orchestra.run.smithi148.stdout:skipping the directory /proc 2023-12-07T17:07:12.496 INFO:teuthology.orchestra.run.smithi148.stdout:skipping the directory /dev 2023-12-07T17:07:12.496 INFO:teuthology.orchestra.run.smithi148.stdout:skipping the directory /run 2023-12-07T17:07:12.497 INFO:teuthology.orchestra.run.smithi148.stdout:skipping the directory /mnt 2023-12-07T17:07:12.497 INFO:teuthology.orchestra.run.smithi148.stdout:skipping the directory /var/tmp 2023-12-07T17:07:12.497 INFO:teuthology.orchestra.run.smithi148.stdout:skipping the directory /home 2023-12-07T17:07:12.497 INFO:teuthology.orchestra.run.smithi148.stdout:skipping the directory /tmp 2023-12-07T17:07:12.497 INFO:teuthology.orchestra.run.smithi148.stdout:skipping the directory /dev 2023-12-07T17:07:12.497 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-12-07T17:07:13.969 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 23/25 2023-12-07T17:07:13.991 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 23/25 2023-12-07T17:07:13.991 INFO:teuthology.orchestra.run.smithi148.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T17:07:14.228 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T17:07:14.228 INFO:teuthology.orchestra.run.smithi148.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T17:07:14.860 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T17:07:14.861 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 1/25 2023-12-07T17:07:14.861 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 2/25 2023-12-07T17:07:14.861 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 3/25 2023-12-07T17:07:14.861 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 4/25 2023-12-07T17:07:14.861 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 5/25 2023-12-07T17:07:14.861 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 6/25 2023-12-07T17:07:14.861 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 7/25 2023-12-07T17:07:14.861 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-ceph-argparse-2:19.0.0-37.gf0c32233.el8.x8 8/25 2023-12-07T17:07:14.861 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-ceph-common-2:19.0.0-37.gf0c32233.el8.x86_ 9/25 2023-12-07T17:07:14.861 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-cephfs-2:19.0.0-37.gf0c32233.el8.x86_64 10/25 2023-12-07T17:07:14.861 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-rados-2:19.0.0-37.gf0c32233.el8.x86_64 11/25 2023-12-07T17:07:14.861 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-rbd-2:19.0.0-37.gf0c32233.el8.x86_64 12/25 2023-12-07T17:07:14.862 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-rgw-2:19.0.0-37.gf0c32233.el8.x86_64 13/25 2023-12-07T17:07:14.862 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-07T17:07:14.862 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-07T17:07:14.862 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-07T17:07:14.862 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-07T17:07:14.862 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-07T17:07:14.862 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-07T17:07:14.862 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-07T17:07:14.862 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-07T17:07:14.862 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : librados2-2:19.0.0-37.gf0c32233.el8.x86_64 22/25 2023-12-07T17:07:14.862 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-07T17:07:14.862 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 24/25 2023-12-07T17:07:17.687 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 22/25 2023-12-07T17:07:17.687 INFO:teuthology.orchestra.run.smithi157.stdout:skipping the directory /sys 2023-12-07T17:07:17.687 INFO:teuthology.orchestra.run.smithi157.stdout:skipping the directory /proc 2023-12-07T17:07:17.687 INFO:teuthology.orchestra.run.smithi157.stdout:skipping the directory /dev 2023-12-07T17:07:17.687 INFO:teuthology.orchestra.run.smithi157.stdout:skipping the directory /run 2023-12-07T17:07:17.687 INFO:teuthology.orchestra.run.smithi157.stdout:skipping the directory /mnt 2023-12-07T17:07:17.687 INFO:teuthology.orchestra.run.smithi157.stdout:skipping the directory /var/tmp 2023-12-07T17:07:17.687 INFO:teuthology.orchestra.run.smithi157.stdout:skipping the directory /home 2023-12-07T17:07:17.687 INFO:teuthology.orchestra.run.smithi157.stdout:skipping the directory /tmp 2023-12-07T17:07:17.687 INFO:teuthology.orchestra.run.smithi157.stdout:skipping the directory /dev 2023-12-07T17:07:17.687 INFO:teuthology.orchestra.run.smithi157.stdout: 2023-12-07T17:07:19.110 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 23/25 2023-12-07T17:07:19.131 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 23/25 2023-12-07T17:07:19.131 INFO:teuthology.orchestra.run.smithi157.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T17:07:19.345 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T17:07:19.346 INFO:teuthology.orchestra.run.smithi157.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T17:07:19.944 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T17:07:19.945 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 1/25 2023-12-07T17:07:19.945 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 2/25 2023-12-07T17:07:19.945 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 3/25 2023-12-07T17:07:19.945 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 4/25 2023-12-07T17:07:19.945 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 5/25 2023-12-07T17:07:19.945 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 6/25 2023-12-07T17:07:19.945 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 7/25 2023-12-07T17:07:19.945 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-ceph-argparse-2:19.0.0-37.gf0c32233.el8.x8 8/25 2023-12-07T17:07:19.945 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-ceph-common-2:19.0.0-37.gf0c32233.el8.x86_ 9/25 2023-12-07T17:07:19.945 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-cephfs-2:19.0.0-37.gf0c32233.el8.x86_64 10/25 2023-12-07T17:07:19.945 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-rados-2:19.0.0-37.gf0c32233.el8.x86_64 11/25 2023-12-07T17:07:19.945 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-rbd-2:19.0.0-37.gf0c32233.el8.x86_64 12/25 2023-12-07T17:07:19.945 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-rgw-2:19.0.0-37.gf0c32233.el8.x86_64 13/25 2023-12-07T17:07:19.945 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-07T17:07:19.945 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-07T17:07:19.946 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-07T17:07:19.946 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-07T17:07:19.946 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-07T17:07:19.946 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-07T17:07:19.946 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-07T17:07:19.946 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-07T17:07:19.946 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : librados2-2:19.0.0-37.gf0c32233.el8.x86_64 22/25 2023-12-07T17:07:19.946 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-07T17:07:19.946 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 24/25 2023-12-07T17:07:22.266 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T17:07:22.267 INFO:teuthology.orchestra.run.smithi148.stdout:Installed products updated. 2023-12-07T17:07:22.453 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-12-07T17:07:22.453 INFO:teuthology.orchestra.run.smithi148.stdout:Upgraded: 2023-12-07T17:07:22.453 INFO:teuthology.orchestra.run.smithi148.stdout: librados2-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:22.453 INFO:teuthology.orchestra.run.smithi148.stdout: librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:22.453 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2023-12-07T17:07:22.453 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:22.453 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:22.453 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:22.453 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:22.454 INFO:teuthology.orchestra.run.smithi148.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-07T17:07:22.454 INFO:teuthology.orchestra.run.smithi148.stdout: libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:22.454 INFO:teuthology.orchestra.run.smithi148.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-07T17:07:22.454 INFO:teuthology.orchestra.run.smithi148.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-07T17:07:22.454 INFO:teuthology.orchestra.run.smithi148.stdout: libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:22.454 INFO:teuthology.orchestra.run.smithi148.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-07T17:07:22.454 INFO:teuthology.orchestra.run.smithi148.stdout: librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:22.454 INFO:teuthology.orchestra.run.smithi148.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-07T17:07:22.454 INFO:teuthology.orchestra.run.smithi148.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-07T17:07:22.454 INFO:teuthology.orchestra.run.smithi148.stdout: python3-ceph-argparse-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:22.454 INFO:teuthology.orchestra.run.smithi148.stdout: python3-ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:22.454 INFO:teuthology.orchestra.run.smithi148.stdout: python3-cephfs-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:22.454 INFO:teuthology.orchestra.run.smithi148.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-07T17:07:22.454 INFO:teuthology.orchestra.run.smithi148.stdout: python3-rados-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:22.455 INFO:teuthology.orchestra.run.smithi148.stdout: python3-rbd-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:22.455 INFO:teuthology.orchestra.run.smithi148.stdout: python3-rgw-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:22.455 INFO:teuthology.orchestra.run.smithi148.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-07T17:07:22.455 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-12-07T17:07:22.455 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2023-12-07T17:07:22.617 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install ceph-test 2023-12-07T17:07:22.968 INFO:teuthology.orchestra.run.smithi148.stdout:Updating Subscription Management repositories. 2023-12-07T17:07:24.784 INFO:teuthology.orchestra.run.smithi148.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 41 kB/s | 4.5 kB 00:00 2023-12-07T17:07:25.289 INFO:teuthology.orchestra.run.smithi148.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 17 kB/s | 4.1 kB 00:00 2023-12-07T17:07:26.862 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2023-12-07T17:07:26.863 INFO:teuthology.orchestra.run.smithi148.stdout:========================================================================================== 2023-12-07T17:07:26.863 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repository Size 2023-12-07T17:07:26.863 INFO:teuthology.orchestra.run.smithi148.stdout:========================================================================================== 2023-12-07T17:07:26.863 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2023-12-07T17:07:26.863 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-test x86_64 2:19.0.0-37.gf0c32233.el8 ceph 49 M 2023-12-07T17:07:26.863 INFO:teuthology.orchestra.run.smithi148.stdout:Installing dependencies: 2023-12-07T17:07:26.863 INFO:teuthology.orchestra.run.smithi148.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-07T17:07:26.863 INFO:teuthology.orchestra.run.smithi148.stdout: libcephsqlite x86_64 2:19.0.0-37.gf0c32233.el8 ceph 183 k 2023-12-07T17:07:26.864 INFO:teuthology.orchestra.run.smithi148.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-07T17:07:26.864 INFO:teuthology.orchestra.run.smithi148.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-07T17:07:26.864 INFO:teuthology.orchestra.run.smithi148.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-07T17:07:26.864 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-12-07T17:07:26.864 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2023-12-07T17:07:26.864 INFO:teuthology.orchestra.run.smithi148.stdout:========================================================================================== 2023-12-07T17:07:26.864 INFO:teuthology.orchestra.run.smithi148.stdout:Install 6 Packages 2023-12-07T17:07:26.864 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-12-07T17:07:26.865 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 50 M 2023-12-07T17:07:26.865 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 223 M 2023-12-07T17:07:26.865 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2023-12-07T17:07:26.939 INFO:teuthology.orchestra.run.smithi148.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 943 kB/s | 70 kB 00:00 2023-12-07T17:07:27.123 INFO:teuthology.orchestra.run.smithi148.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.8 MB/s | 323 kB 00:00 2023-12-07T17:07:27.190 INFO:teuthology.orchestra.run.smithi148.stdout:(3/6): libcephsqlite-19.0.0-37.gf0c32233.el8.x8 564 kB/s | 183 kB 00:00 2023-12-07T17:07:27.215 INFO:teuthology.orchestra.run.smithi148.stdout:(4/6): oniguruma-6.8.2-2.el8.x86_64.rpm 2.0 MB/s | 187 kB 00:00 2023-12-07T17:07:27.357 INFO:teuthology.orchestra.run.smithi148.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 1.2 MB/s | 202 kB 00:00 2023-12-07T17:07:28.394 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 22/25 2023-12-07T17:07:28.394 INFO:teuthology.orchestra.run.smithi150.stdout:skipping the directory /sys 2023-12-07T17:07:28.394 INFO:teuthology.orchestra.run.smithi150.stdout:skipping the directory /proc 2023-12-07T17:07:28.394 INFO:teuthology.orchestra.run.smithi150.stdout:skipping the directory /dev 2023-12-07T17:07:28.394 INFO:teuthology.orchestra.run.smithi150.stdout:skipping the directory /run 2023-12-07T17:07:28.394 INFO:teuthology.orchestra.run.smithi150.stdout:skipping the directory /mnt 2023-12-07T17:07:28.394 INFO:teuthology.orchestra.run.smithi150.stdout:skipping the directory /var/tmp 2023-12-07T17:07:28.394 INFO:teuthology.orchestra.run.smithi150.stdout:skipping the directory /home 2023-12-07T17:07:28.395 INFO:teuthology.orchestra.run.smithi150.stdout:skipping the directory /tmp 2023-12-07T17:07:28.395 INFO:teuthology.orchestra.run.smithi150.stdout:skipping the directory /dev 2023-12-07T17:07:28.395 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-07T17:07:28.825 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T17:07:28.825 INFO:teuthology.orchestra.run.smithi157.stdout:Installed products updated. 2023-12-07T17:07:29.011 INFO:teuthology.orchestra.run.smithi157.stdout: 2023-12-07T17:07:29.011 INFO:teuthology.orchestra.run.smithi157.stdout:Upgraded: 2023-12-07T17:07:29.011 INFO:teuthology.orchestra.run.smithi157.stdout: librados2-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:29.012 INFO:teuthology.orchestra.run.smithi157.stdout: librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:29.012 INFO:teuthology.orchestra.run.smithi157.stdout:Installed: 2023-12-07T17:07:29.012 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:29.012 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:29.012 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:29.012 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:29.012 INFO:teuthology.orchestra.run.smithi157.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-07T17:07:29.013 INFO:teuthology.orchestra.run.smithi157.stdout: libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:29.013 INFO:teuthology.orchestra.run.smithi157.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-07T17:07:29.013 INFO:teuthology.orchestra.run.smithi157.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-07T17:07:29.013 INFO:teuthology.orchestra.run.smithi157.stdout: libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:29.013 INFO:teuthology.orchestra.run.smithi157.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-07T17:07:29.013 INFO:teuthology.orchestra.run.smithi157.stdout: librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:29.014 INFO:teuthology.orchestra.run.smithi157.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-07T17:07:29.014 INFO:teuthology.orchestra.run.smithi157.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-07T17:07:29.014 INFO:teuthology.orchestra.run.smithi157.stdout: python3-ceph-argparse-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:29.014 INFO:teuthology.orchestra.run.smithi157.stdout: python3-ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:29.014 INFO:teuthology.orchestra.run.smithi157.stdout: python3-cephfs-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:29.014 INFO:teuthology.orchestra.run.smithi157.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-07T17:07:29.015 INFO:teuthology.orchestra.run.smithi157.stdout: python3-rados-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:29.015 INFO:teuthology.orchestra.run.smithi157.stdout: python3-rbd-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:29.015 INFO:teuthology.orchestra.run.smithi157.stdout: python3-rgw-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:29.015 INFO:teuthology.orchestra.run.smithi157.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-07T17:07:29.015 INFO:teuthology.orchestra.run.smithi157.stdout: 2023-12-07T17:07:29.015 INFO:teuthology.orchestra.run.smithi157.stdout:Complete! 2023-12-07T17:07:29.167 DEBUG:teuthology.orchestra.run.smithi157:> sudo yum -y install ceph-test 2023-12-07T17:07:29.516 INFO:teuthology.orchestra.run.smithi157.stdout:Updating Subscription Management repositories. 2023-12-07T17:07:29.825 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 23/25 2023-12-07T17:07:29.845 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 23/25 2023-12-07T17:07:29.845 INFO:teuthology.orchestra.run.smithi150.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T17:07:29.899 INFO:teuthology.orchestra.run.smithi148.stdout:(6/6): ceph-test-19.0.0-37.gf0c32233.el8.x86_64 16 MB/s | 49 MB 00:03 2023-12-07T17:07:29.900 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:07:29.901 INFO:teuthology.orchestra.run.smithi148.stdout:Total 17 MB/s | 50 MB 00:03 2023-12-07T17:07:29.939 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2023-12-07T17:07:29.961 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2023-12-07T17:07:29.961 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2023-12-07T17:07:30.068 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T17:07:30.068 INFO:teuthology.orchestra.run.smithi150.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T17:07:30.226 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2023-12-07T17:07:30.230 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2023-12-07T17:07:30.667 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T17:07:30.667 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 1/25 2023-12-07T17:07:30.667 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 2/25 2023-12-07T17:07:30.667 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 3/25 2023-12-07T17:07:30.667 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 4/25 2023-12-07T17:07:30.668 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 5/25 2023-12-07T17:07:30.668 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 6/25 2023-12-07T17:07:30.668 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 7/25 2023-12-07T17:07:30.668 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-ceph-argparse-2:19.0.0-37.gf0c32233.el8.x8 8/25 2023-12-07T17:07:30.668 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-ceph-common-2:19.0.0-37.gf0c32233.el8.x86_ 9/25 2023-12-07T17:07:30.668 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-cephfs-2:19.0.0-37.gf0c32233.el8.x86_64 10/25 2023-12-07T17:07:30.668 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-rados-2:19.0.0-37.gf0c32233.el8.x86_64 11/25 2023-12-07T17:07:30.668 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-rbd-2:19.0.0-37.gf0c32233.el8.x86_64 12/25 2023-12-07T17:07:30.668 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-rgw-2:19.0.0-37.gf0c32233.el8.x86_64 13/25 2023-12-07T17:07:30.668 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-07T17:07:30.668 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-07T17:07:30.668 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-07T17:07:30.668 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-07T17:07:30.668 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-07T17:07:30.668 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-07T17:07:30.668 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-07T17:07:30.668 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-07T17:07:30.669 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : librados2-2:19.0.0-37.gf0c32233.el8.x86_64 22/25 2023-12-07T17:07:30.669 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-07T17:07:30.669 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 24/25 2023-12-07T17:07:30.670 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2023-12-07T17:07:30.806 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T17:07:30.887 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T17:07:31.105 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-07T17:07:31.187 INFO:teuthology.orchestra.run.smithi157.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 32 kB/s | 4.5 kB 00:00 2023-12-07T17:07:31.248 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-07T17:07:31.430 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-07T17:07:31.581 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 5/6 2023-12-07T17:07:31.584 INFO:teuthology.orchestra.run.smithi157.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 32 kB/s | 4.1 kB 00:00 2023-12-07T17:07:33.181 INFO:teuthology.orchestra.run.smithi157.stdout:Dependencies resolved. 2023-12-07T17:07:33.182 INFO:teuthology.orchestra.run.smithi157.stdout:========================================================================================== 2023-12-07T17:07:33.182 INFO:teuthology.orchestra.run.smithi157.stdout: Package Arch Version Repository Size 2023-12-07T17:07:33.182 INFO:teuthology.orchestra.run.smithi157.stdout:========================================================================================== 2023-12-07T17:07:33.182 INFO:teuthology.orchestra.run.smithi157.stdout:Installing: 2023-12-07T17:07:33.182 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-test x86_64 2:19.0.0-37.gf0c32233.el8 ceph 49 M 2023-12-07T17:07:33.182 INFO:teuthology.orchestra.run.smithi157.stdout:Installing dependencies: 2023-12-07T17:07:33.182 INFO:teuthology.orchestra.run.smithi157.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-07T17:07:33.182 INFO:teuthology.orchestra.run.smithi157.stdout: libcephsqlite x86_64 2:19.0.0-37.gf0c32233.el8 ceph 183 k 2023-12-07T17:07:33.183 INFO:teuthology.orchestra.run.smithi157.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-07T17:07:33.183 INFO:teuthology.orchestra.run.smithi157.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-07T17:07:33.183 INFO:teuthology.orchestra.run.smithi157.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-07T17:07:33.183 INFO:teuthology.orchestra.run.smithi157.stdout: 2023-12-07T17:07:33.183 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction Summary 2023-12-07T17:07:33.183 INFO:teuthology.orchestra.run.smithi157.stdout:========================================================================================== 2023-12-07T17:07:33.183 INFO:teuthology.orchestra.run.smithi157.stdout:Install 6 Packages 2023-12-07T17:07:33.183 INFO:teuthology.orchestra.run.smithi157.stdout: 2023-12-07T17:07:33.183 INFO:teuthology.orchestra.run.smithi157.stdout:Total download size: 50 M 2023-12-07T17:07:33.184 INFO:teuthology.orchestra.run.smithi157.stdout:Installed size: 223 M 2023-12-07T17:07:33.184 INFO:teuthology.orchestra.run.smithi157.stdout:Downloading Packages: 2023-12-07T17:07:33.214 INFO:teuthology.orchestra.run.smithi157.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 2.3 MB/s | 70 kB 00:00 2023-12-07T17:07:33.448 INFO:teuthology.orchestra.run.smithi157.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.4 MB/s | 323 kB 00:00 2023-12-07T17:07:33.473 INFO:teuthology.orchestra.run.smithi157.stdout:(3/6): libcephsqlite-19.0.0-37.gf0c32233.el8.x8 633 kB/s | 183 kB 00:00 2023-12-07T17:07:33.590 INFO:teuthology.orchestra.run.smithi157.stdout:(4/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.3 MB/s | 187 kB 00:00 2023-12-07T17:07:33.657 INFO:teuthology.orchestra.run.smithi157.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 1.1 MB/s | 202 kB 00:00 2023-12-07T17:07:35.574 INFO:teuthology.orchestra.run.smithi157.stdout:(6/6): ceph-test-19.0.0-37.gf0c32233.el8.x86_64 21 MB/s | 49 MB 00:02 2023-12-07T17:07:35.576 INFO:teuthology.orchestra.run.smithi157.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:07:35.576 INFO:teuthology.orchestra.run.smithi157.stdout:Total 21 MB/s | 50 MB 00:02 2023-12-07T17:07:35.613 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction check 2023-12-07T17:07:35.634 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction check succeeded. 2023-12-07T17:07:35.635 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction test 2023-12-07T17:07:35.902 INFO:teuthology.orchestra.run.smithi157.stdout:Transaction test succeeded. 2023-12-07T17:07:35.906 INFO:teuthology.orchestra.run.smithi157.stdout:Running transaction 2023-12-07T17:07:36.328 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 5/6 2023-12-07T17:07:36.345 INFO:teuthology.orchestra.run.smithi157.stdout: Preparing : 1/1 2023-12-07T17:07:36.457 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T17:07:36.541 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T17:07:36.594 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 6/6 2023-12-07T17:07:36.739 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-07T17:07:36.806 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 6/6 2023-12-07T17:07:36.806 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 1/6 2023-12-07T17:07:36.806 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 2/6 2023-12-07T17:07:36.806 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-07T17:07:36.806 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-07T17:07:36.806 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-07T17:07:36.891 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-07T17:07:37.047 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-07T17:07:37.207 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 5/6 2023-12-07T17:07:38.202 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T17:07:38.202 INFO:teuthology.orchestra.run.smithi150.stdout:Installed products updated. 2023-12-07T17:07:38.387 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-07T17:07:38.387 INFO:teuthology.orchestra.run.smithi150.stdout:Upgraded: 2023-12-07T17:07:38.387 INFO:teuthology.orchestra.run.smithi150.stdout: librados2-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:38.388 INFO:teuthology.orchestra.run.smithi150.stdout: librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:38.388 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2023-12-07T17:07:38.388 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:38.388 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:38.388 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:38.388 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:38.388 INFO:teuthology.orchestra.run.smithi150.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-07T17:07:38.388 INFO:teuthology.orchestra.run.smithi150.stdout: libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:38.388 INFO:teuthology.orchestra.run.smithi150.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-07T17:07:38.388 INFO:teuthology.orchestra.run.smithi150.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-07T17:07:38.388 INFO:teuthology.orchestra.run.smithi150.stdout: libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:38.388 INFO:teuthology.orchestra.run.smithi150.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-07T17:07:38.388 INFO:teuthology.orchestra.run.smithi150.stdout: librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:38.389 INFO:teuthology.orchestra.run.smithi150.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-07T17:07:38.389 INFO:teuthology.orchestra.run.smithi150.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-07T17:07:38.389 INFO:teuthology.orchestra.run.smithi150.stdout: python3-ceph-argparse-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:38.389 INFO:teuthology.orchestra.run.smithi150.stdout: python3-ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:38.389 INFO:teuthology.orchestra.run.smithi150.stdout: python3-cephfs-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:38.389 INFO:teuthology.orchestra.run.smithi150.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-07T17:07:38.389 INFO:teuthology.orchestra.run.smithi150.stdout: python3-rados-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:38.389 INFO:teuthology.orchestra.run.smithi150.stdout: python3-rbd-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:38.389 INFO:teuthology.orchestra.run.smithi150.stdout: python3-rgw-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:38.389 INFO:teuthology.orchestra.run.smithi150.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-07T17:07:38.389 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-07T17:07:38.389 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2023-12-07T17:07:38.584 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install ceph-test 2023-12-07T17:07:38.934 INFO:teuthology.orchestra.run.smithi150.stdout:Updating Subscription Management repositories. 2023-12-07T17:07:40.747 INFO:teuthology.orchestra.run.smithi150.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 24 kB/s | 4.1 kB 00:00 2023-12-07T17:07:41.053 INFO:teuthology.orchestra.run.smithi150.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 38 kB/s | 4.5 kB 00:00 2023-12-07T17:07:41.955 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 5/6 2023-12-07T17:07:42.245 INFO:teuthology.orchestra.run.smithi157.stdout: Installing : ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 6/6 2023-12-07T17:07:42.470 INFO:teuthology.orchestra.run.smithi157.stdout: Running scriptlet: ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 6/6 2023-12-07T17:07:42.470 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 1/6 2023-12-07T17:07:42.471 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 2/6 2023-12-07T17:07:42.471 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-07T17:07:42.471 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-07T17:07:42.471 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-07T17:07:42.634 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2023-12-07T17:07:42.635 INFO:teuthology.orchestra.run.smithi150.stdout:========================================================================================== 2023-12-07T17:07:42.635 INFO:teuthology.orchestra.run.smithi150.stdout: Package Arch Version Repository Size 2023-12-07T17:07:42.636 INFO:teuthology.orchestra.run.smithi150.stdout:========================================================================================== 2023-12-07T17:07:42.636 INFO:teuthology.orchestra.run.smithi150.stdout:Installing: 2023-12-07T17:07:42.636 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-test x86_64 2:19.0.0-37.gf0c32233.el8 ceph 49 M 2023-12-07T17:07:42.636 INFO:teuthology.orchestra.run.smithi150.stdout:Installing dependencies: 2023-12-07T17:07:42.636 INFO:teuthology.orchestra.run.smithi150.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-07T17:07:42.636 INFO:teuthology.orchestra.run.smithi150.stdout: libcephsqlite x86_64 2:19.0.0-37.gf0c32233.el8 ceph 183 k 2023-12-07T17:07:42.636 INFO:teuthology.orchestra.run.smithi150.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-07T17:07:42.636 INFO:teuthology.orchestra.run.smithi150.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-07T17:07:42.636 INFO:teuthology.orchestra.run.smithi150.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-07T17:07:42.636 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-07T17:07:42.636 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2023-12-07T17:07:42.636 INFO:teuthology.orchestra.run.smithi150.stdout:========================================================================================== 2023-12-07T17:07:42.636 INFO:teuthology.orchestra.run.smithi150.stdout:Install 6 Packages 2023-12-07T17:07:42.636 INFO:teuthology.orchestra.run.smithi150.stdout: 2023-12-07T17:07:42.637 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 50 M 2023-12-07T17:07:42.637 INFO:teuthology.orchestra.run.smithi150.stdout:Installed size: 223 M 2023-12-07T17:07:42.637 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2023-12-07T17:07:42.684 INFO:teuthology.orchestra.run.smithi150.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.5 MB/s | 70 kB 00:00 2023-12-07T17:07:42.852 INFO:teuthology.orchestra.run.smithi150.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 2.0 MB/s | 323 kB 00:00 2023-12-07T17:07:43.044 INFO:teuthology.orchestra.run.smithi150.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 977 kB/s | 187 kB 00:00 2023-12-07T17:07:43.094 INFO:teuthology.orchestra.run.smithi150.stdout:(4/6): libcephsqlite-19.0.0-37.gf0c32233.el8.x8 401 kB/s | 183 kB 00:00 2023-12-07T17:07:43.202 INFO:teuthology.orchestra.run.smithi150.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 1.2 MB/s | 202 kB 00:00 2023-12-07T17:07:44.635 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-07T17:07:44.636 INFO:teuthology.orchestra.run.smithi148.stdout:Installed products updated. 2023-12-07T17:07:44.820 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-12-07T17:07:44.820 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2023-12-07T17:07:44.820 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-07T17:07:44.820 INFO:teuthology.orchestra.run.smithi148.stdout: libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-07T17:07:44.820 INFO:teuthology.orchestra.run.smithi148.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-07T17:07:44.820 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-12-07T17:07:44.820 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2023-12-07T17:07:44.951 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install ceph 2023-12-07T17:07:45.286 INFO:teuthology.orchestra.run.smithi148.stdout:Updating Subscription Management repositories. 2023-12-07T17:07:46.798 INFO:teuthology.orchestra.run.smithi150.stdout:(6/6): ceph-test-19.0.0-37.gf0c32233.el8.x86_64 12 MB/s | 49 MB 00:04 2023-12-07T17:07:46.800 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:07:46.800 INFO:teuthology.orchestra.run.smithi150.stdout:Total 12 MB/s | 50 MB 00:04 2023-12-07T17:07:46.838 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2023-12-07T17:07:46.859 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2023-12-07T17:07:46.859 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2023-12-07T17:07:46.960 INFO:teuthology.orchestra.run.smithi148.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 42 kB/s | 4.5 kB 00:00 2023-12-07T17:07:47.125 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2023-12-07T17:07:47.128 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2023-12-07T17:07:47.599 INFO:teuthology.orchestra.run.smithi148.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 33 kB/s | 4.1 kB 00:00 2023-12-07T17:07:47.600 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2023-12-07T17:07:47.772 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T17:07:47.856 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T17:07:48.054 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-07T17:07:48.231 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-07T17:07:48.396 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-07T17:07:48.547 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 5/6 2023-12-07T17:07:49.129 INFO:teuthology.orchestra.run.smithi148.stderr:Error: 2023-12-07T17:07:49.129 INFO:teuthology.orchestra.run.smithi148.stderr: Problem: conflicting requests 2023-12-07T17:07:49.129 INFO:teuthology.orchestra.run.smithi148.stderr: - nothing provides lua-devel needed by ceph-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T17:07:49.129 INFO:teuthology.orchestra.run.smithi148.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-07T17:07:49.209 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T17:07:49.210 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 283, in _update_package_list_and_install _retry_if_failures_are_recoverable(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 155, in _retry_if_failures_are_recoverable return remote.run(args=args, stderr=stderr, stdout=stdout) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi148 with status 1: 'sudo yum -y install ceph' 2023-12-07T17:07:49.212 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 622, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 283, in _update_package_list_and_install _retry_if_failures_are_recoverable(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 155, in _retry_if_failures_are_recoverable return remote.run(args=args, stderr=stderr, stdout=stdout) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi148 with status 1: 'sudo yum -y install ceph' 2023-12-07T17:07:49.283 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=68d8fbb4f9024c36a2c68e369f980098 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 622, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 283, in _update_package_list_and_install _retry_if_failures_are_recoverable(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 155, in _retry_if_failures_are_recoverable return remote.run(args=args, stderr=stderr, stdout=stdout) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi148 with status 1: 'sudo yum -y install ceph' 2023-12-07T17:07:49.286 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-07T17:07:49.296 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-07T17:07:49.313 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-07T17:07:49.313 DEBUG:teuthology.orchestra.run.smithi148:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T17:07:49.326 DEBUG:teuthology.orchestra.run.smithi150:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T17:07:49.330 DEBUG:teuthology.orchestra.run.smithi157:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T17:07:49.334 INFO:teuthology.orchestra.run.smithi148.stderr:bash: ntpq: command not found 2023-12-07T17:07:49.338 INFO:teuthology.orchestra.run.smithi148.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T17:07:49.338 INFO:teuthology.orchestra.run.smithi148.stdout:=============================================================================== 2023-12-07T17:07:49.338 INFO:teuthology.orchestra.run.smithi148.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 31 +673us[ +662us] +/- 80ms 2023-12-07T17:07:49.338 INFO:teuthology.orchestra.run.smithi148.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 32 -646us[ -657us] +/- 72ms 2023-12-07T17:07:49.338 INFO:teuthology.orchestra.run.smithi148.stdout:^* hv03.front.sepia.ceph.com 3 6 77 31 +25us[ +14us] +/- 69ms 2023-12-07T17:07:49.338 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T17:07:49.342 INFO:teuthology.orchestra.run.smithi150.stderr:bash: ntpq: command not found 2023-12-07T17:07:49.345 INFO:teuthology.orchestra.run.smithi150.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T17:07:49.346 INFO:teuthology.orchestra.run.smithi150.stdout:=============================================================================== 2023-12-07T17:07:49.346 INFO:teuthology.orchestra.run.smithi150.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 32 +609us[ +631us] +/- 80ms 2023-12-07T17:07:49.346 INFO:teuthology.orchestra.run.smithi150.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 32 -628us[ -628us] +/- 72ms 2023-12-07T17:07:49.346 INFO:teuthology.orchestra.run.smithi150.stdout:^* hv03.front.sepia.ceph.com 3 6 77 32 +17us[ +39us] +/- 69ms 2023-12-07T17:07:49.346 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T17:07:49.350 INFO:teuthology.orchestra.run.smithi157.stderr:bash: ntpq: command not found 2023-12-07T17:07:49.354 INFO:teuthology.orchestra.run.smithi157.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T17:07:49.355 INFO:teuthology.orchestra.run.smithi157.stdout:=============================================================================== 2023-12-07T17:07:49.355 INFO:teuthology.orchestra.run.smithi157.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 31 +661us[ +661us] +/- 80ms 2023-12-07T17:07:49.355 INFO:teuthology.orchestra.run.smithi157.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 31 -605us[ -605us] +/- 72ms 2023-12-07T17:07:49.355 INFO:teuthology.orchestra.run.smithi157.stdout:^* hv03.front.sepia.ceph.com 3 6 77 32 +25us[ -10us] +/- 69ms 2023-12-07T17:07:49.355 INFO:teuthology.orchestra.run.smithi157.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T17:07:49.356 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-07T17:07:49.365 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-07T17:07:49.365 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-07T17:07:49.384 DEBUG:teuthology.orchestra.run.smithi148:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-07T17:07:49.490 DEBUG:teuthology.orchestra.run.smithi150:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-07T17:07:49.589 DEBUG:teuthology.orchestra.run.smithi157:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-07T17:07:49.729 DEBUG:teuthology.orchestra.run.smithi148:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-07T17:07:49.761 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T17:07:49.761 DEBUG:teuthology.orchestra.run.smithi150:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-07T17:07:49.791 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T17:07:49.792 DEBUG:teuthology.orchestra.run.smithi157:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-07T17:07:49.824 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T17:07:49.825 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-07T17:07:49.834 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-07T17:07:49.849 INFO:teuthology.task.internal:Duration was 1079.748516 seconds 2023-12-07T17:07:49.849 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-07T17:07:49.864 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-07T17:07:49.864 DEBUG:teuthology.orchestra.run.smithi148:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-07T17:07:49.867 DEBUG:teuthology.orchestra.run.smithi150:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-07T17:07:49.869 DEBUG:teuthology.orchestra.run.smithi157:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-07T17:07:49.911 INFO:teuthology.orchestra.run.smithi148.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T17:07:49.912 INFO:teuthology.orchestra.run.smithi150.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T17:07:49.916 INFO:teuthology.orchestra.run.smithi157.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T17:07:50.345 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-07T17:07:50.346 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi148.front.sepia.ceph.com 2023-12-07T17:07:50.346 DEBUG:teuthology.orchestra.run.smithi148:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-07T17:07:50.368 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi150.front.sepia.ceph.com 2023-12-07T17:07:50.368 DEBUG:teuthology.orchestra.run.smithi150:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-07T17:07:50.390 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi157.front.sepia.ceph.com 2023-12-07T17:07:50.390 DEBUG:teuthology.orchestra.run.smithi157:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-07T17:07:50.413 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-07T17:07:50.413 DEBUG:teuthology.orchestra.run.smithi148:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-07T17:07:50.415 DEBUG:teuthology.orchestra.run.smithi150:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-07T17:07:50.431 DEBUG:teuthology.orchestra.run.smithi157:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-07T17:07:50.492 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-07T17:07:50.493 DEBUG:teuthology.orchestra.run.smithi148:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-07T17:07:50.495 DEBUG:teuthology.orchestra.run.smithi150:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-07T17:07:50.509 DEBUG:teuthology.orchestra.run.smithi157:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-07T17:07:50.607 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-07T17:07:50.618 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-07T17:07:50.618 DEBUG:teuthology.orchestra.run.smithi148:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-07T17:07:50.659 DEBUG:teuthology.orchestra.run.smithi150:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-07T17:07:50.700 DEBUG:teuthology.orchestra.run.smithi157:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-07T17:07:50.779 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-07T17:07:50.791 DEBUG:teuthology.orchestra.run.smithi148:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-07T17:07:50.793 DEBUG:teuthology.orchestra.run.smithi150:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-07T17:07:50.795 DEBUG:teuthology.orchestra.run.smithi157:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-07T17:07:50.818 INFO:teuthology.orchestra.run.smithi148.stdout:kernel.core_pattern = core 2023-12-07T17:07:50.819 INFO:teuthology.orchestra.run.smithi150.stdout:kernel.core_pattern = core 2023-12-07T17:07:50.822 INFO:teuthology.orchestra.run.smithi157.stdout:kernel.core_pattern = core 2023-12-07T17:07:50.846 DEBUG:teuthology.orchestra.run.smithi148:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-07T17:07:50.902 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T17:07:50.902 DEBUG:teuthology.orchestra.run.smithi150:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-07T17:07:50.918 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T17:07:50.918 DEBUG:teuthology.orchestra.run.smithi157:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-07T17:07:50.932 INFO:teuthology.orchestra.run.smithi157.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-07T17:07:50.932 INFO:teuthology.orchestra.run.smithi157.stdout:Installed products updated. 2023-12-07T17:07:50.933 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T17:07:50.934 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-07T17:07:50.944 INFO:teuthology.task.internal:Transferring archived files... 2023-12-07T17:07:50.945 DEBUG:teuthology.misc:Transferring archived files from smithi148:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-07_16:39:06-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7482220/remote/smithi148 2023-12-07T17:07:50.946 DEBUG:teuthology.orchestra.run.smithi148:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-07T17:07:50.990 DEBUG:teuthology.misc:Transferring archived files from smithi150:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-07_16:39:06-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7482220/remote/smithi150 2023-12-07T17:07:50.991 DEBUG:teuthology.orchestra.run.smithi150:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-07T17:07:51.043 DEBUG:teuthology.misc:Transferring archived files from smithi157:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-07_16:39:06-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7482220/remote/smithi157 2023-12-07T17:07:51.044 DEBUG:teuthology.orchestra.run.smithi157:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-07T17:07:51.099 INFO:teuthology.task.internal:Removing archive directory... 2023-12-07T17:07:51.099 DEBUG:teuthology.orchestra.run.smithi148:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-07T17:07:51.101 DEBUG:teuthology.orchestra.run.smithi150:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-07T17:07:51.103 DEBUG:teuthology.orchestra.run.smithi157:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-07T17:07:51.124 INFO:teuthology.orchestra.run.smithi157.stdout: 2023-12-07T17:07:51.125 INFO:teuthology.orchestra.run.smithi157.stdout:Installed: 2023-12-07T17:07:51.125 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-07T17:07:51.125 INFO:teuthology.orchestra.run.smithi157.stdout: libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-07T17:07:51.125 INFO:teuthology.orchestra.run.smithi157.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-07T17:07:51.125 INFO:teuthology.orchestra.run.smithi157.stdout: 2023-12-07T17:07:51.125 INFO:teuthology.orchestra.run.smithi157.stdout:Complete! 2023-12-07T17:07:51.142 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-07T17:07:51.154 INFO:teuthology.task.internal:Not uploading archives. 2023-12-07T17:07:51.154 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-07T17:07:51.166 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-07T17:07:51.166 DEBUG:teuthology.orchestra.run.smithi148:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-07T17:07:51.168 DEBUG:teuthology.orchestra.run.smithi150:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-07T17:07:51.171 DEBUG:teuthology.orchestra.run.smithi157:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-07T17:07:51.182 INFO:teuthology.orchestra.run.smithi148.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 7 17:07 /home/ubuntu/cephtest 2023-12-07T17:07:51.185 INFO:teuthology.orchestra.run.smithi150.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 7 17:07 /home/ubuntu/cephtest 2023-12-07T17:07:51.200 INFO:teuthology.orchestra.run.smithi157.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 7 17:07 /home/ubuntu/cephtest 2023-12-07T17:07:51.202 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-07T17:07:51.214 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-07T17:07:51.242 INFO:teuthology.nuke:Checking targets against current locks 2023-12-07T17:07:51.259 DEBUG:teuthology.orchestra.run.smithi157:> sudo yum -y install ceph 2023-12-07T17:07:51.270 DEBUG:teuthology.nuke:shortname: smithi148 2023-12-07T17:07:51.270 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T17:07:51.290 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi148.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_16:39:06-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7482220', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-07 16:41:26.557958', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T17:07:51.297 DEBUG:teuthology.nuke:shortname: smithi150 2023-12-07T17:07:51.297 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T17:07:51.317 DEBUG:teuthology.nuke:shortname: smithi157 2023-12-07T17:07:51.317 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T17:07:51.321 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi150.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_16:39:06-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7482220', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-07 16:41:26.555945', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T17:07:51.335 INFO:teuthology.orchestra.console.smithi148:Power off 2023-12-07T17:07:51.336 DEBUG:teuthology.orchestra.console.smithi148:pexpect command: ipmitool -H smithi148.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-07T17:07:51.349 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi157.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_16:39:06-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7482220', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-07 16:41:26.559650', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T17:07:51.361 DEBUG:teuthology.orchestra.console.smithi148:power off output: Chassis Power Control: Down/Off 2023-12-07T17:07:51.361 DEBUG:teuthology.orchestra.console.smithi148:pexpect command: ipmitool -H smithi148.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T17:07:51.379 INFO:teuthology.orchestra.console.smithi150:Power off 2023-12-07T17:07:51.379 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-07T17:07:51.391 DEBUG:teuthology.orchestra.console.smithi148:check power output: Chassis Power is on 2023-12-07T17:07:51.402 DEBUG:teuthology.orchestra.console.smithi150:power off output: Chassis Power Control: Down/Off 2023-12-07T17:07:51.402 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T17:07:51.417 INFO:teuthology.orchestra.console.smithi157:Power off 2023-12-07T17:07:51.418 DEBUG:teuthology.orchestra.console.smithi157:pexpect command: ipmitool -H smithi157.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-07T17:07:51.426 DEBUG:teuthology.orchestra.console.smithi150:check power output: Chassis Power is on 2023-12-07T17:07:51.442 DEBUG:teuthology.orchestra.console.smithi157:power off output: Chassis Power Control: Down/Off 2023-12-07T17:07:51.443 DEBUG:teuthology.orchestra.console.smithi157:pexpect command: ipmitool -H smithi157.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T17:07:51.470 DEBUG:teuthology.orchestra.console.smithi157:check power output: Chassis Power is on 2023-12-07T17:07:51.595 INFO:teuthology.orchestra.run.smithi157.stdout:Updating Subscription Management repositories. 2023-12-07T17:07:53.384 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 5/6 2023-12-07T17:07:53.417 INFO:teuthology.orchestra.run.smithi157.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 46 kB/s | 4.5 kB 00:00 2023-12-07T17:07:53.694 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 6/6 2023-12-07T17:07:53.802 INFO:teuthology.orchestra.run.smithi157.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 35 kB/s | 4.1 kB 00:00 2023-12-07T17:07:53.909 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 6/6 2023-12-07T17:07:53.909 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 1/6 2023-12-07T17:07:53.910 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 2/6 2023-12-07T17:07:53.910 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-07T17:07:53.910 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-07T17:07:53.910 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-07T17:07:54.648 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-07T17:07:55.135 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-07T17:07:55.135 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-07T17:07:55.392 DEBUG:teuthology.orchestra.console.smithi148:pexpect command: ipmitool -H smithi148.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T17:07:55.427 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T17:07:55.471 DEBUG:teuthology.orchestra.console.smithi157:pexpect command: ipmitool -H smithi157.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T17:07:55.503 DEBUG:teuthology.orchestra.console.smithi148:check power output: Chassis Power is on 2023-12-07T17:07:55.537 DEBUG:teuthology.orchestra.console.smithi150:check power output: Chassis Power is on 2023-12-07T17:07:55.580 DEBUG:teuthology.orchestra.console.smithi157:check power output: Chassis Power is on 2023-12-07T17:07:59.509 DEBUG:teuthology.orchestra.console.smithi148:pexpect command: ipmitool -H smithi148.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T17:07:59.538 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T17:07:59.581 DEBUG:teuthology.orchestra.console.smithi157:pexpect command: ipmitool -H smithi157.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T17:07:59.621 DEBUG:teuthology.orchestra.console.smithi148:check power output: Chassis Power is off 2023-12-07T17:07:59.647 DEBUG:teuthology.orchestra.console.smithi150:check power output: Chassis Power is on 2023-12-07T17:07:59.692 DEBUG:teuthology.orchestra.console.smithi157:check power output: Chassis Power is on 2023-12-07T17:07:59.722 INFO:teuthology.orchestra.console.smithi148:Power off completed 2023-12-07T17:08:03.651 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T17:08:03.693 DEBUG:teuthology.orchestra.console.smithi157:pexpect command: ipmitool -H smithi157.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T17:08:03.761 DEBUG:teuthology.orchestra.console.smithi150:check power output: Chassis Power is off 2023-12-07T17:08:03.804 DEBUG:teuthology.orchestra.console.smithi157:check power output: Chassis Power is off 2023-12-07T17:08:03.862 INFO:teuthology.orchestra.console.smithi150:Power off completed 2023-12-07T17:08:03.906 INFO:teuthology.orchestra.console.smithi157:Power off completed 2023-12-07T17:08:04.012 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/on mon_election/classic task/test_host_drain} duration: 1079.7485156059265 failure_reason: 'Command failed on smithi148 with status 1: ''sudo yum -y install ceph''' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=68d8fbb4f9024c36a2c68e369f980098 status: fail success: false 2023-12-07T17:08:04.013 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-07T17:08:04.088 INFO:teuthology.run:FAIL