2023-12-09T04:09:34.929 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-09T04:09:34.929 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --name yuriw-2023-12-08_19:55:12-rados-main-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2023-12-08_19:55:12-rados-main-distro-default-smithi/7484828 --description rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/on mon_election/classic task/test_host_drain} --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2023-12-08_19:55:12-rados-main-distro-default-smithi/7484828/orig.config.yaml 2023-12-09T04:09:34.961 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-09T04:09:35.044 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-08_19:55:12-rados-main-distro-default-smithi/7484828 branch: main description: rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/on mon_election/classic task/test_host_drain} email: yweinste@redhat.com first_in_suite: false job_id: '7484828' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-08_19:55:12-rados-main-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: main 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: 9dcc13bb80dcc1cdea72b04d80505b4649a2b882 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 9dcc13bb80dcc1cdea72b04d80505b4649a2b882 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: main sha1: 9dcc13bb80dcc1cdea72b04d80505b4649a2b882 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: 4878 sha1: 9dcc13bb80dcc1cdea72b04d80505b4649a2b882 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: main suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_9dcc13bb80dcc1cdea72b04d80505b4649a2b882/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 9dcc13bb80dcc1cdea72b04d80505b4649a2b882 targets: smithi002.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi158.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi192.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-08_19:55:12 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-09T04:09:35.044 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_9dcc13bb80dcc1cdea72b04d80505b4649a2b882/qa; will attempt to use it 2023-12-09T04:09:35.045 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_9dcc13bb80dcc1cdea72b04d80505b4649a2b882/qa/tasks 2023-12-09T04:09:35.045 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-09T04:09:35.047 INFO:teuthology.task.internal:Checking packages... 2023-12-09T04:09:35.071 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '9dcc13bb80dcc1cdea72b04d80505b4649a2b882' 2023-12-09T04:09:35.071 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-09T04:09:35.072 INFO:teuthology.packaging:ref: None 2023-12-09T04:09:35.072 INFO:teuthology.packaging:tag: None 2023-12-09T04:09:35.072 INFO:teuthology.packaging:branch: main 2023-12-09T04:09:35.072 INFO:teuthology.packaging:sha1: 9dcc13bb80dcc1cdea72b04d80505b4649a2b882 2023-12-09T04:09:35.072 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=main 2023-12-09T04:09:35.312 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-58.ge94de282 2023-12-09T04:09:35.312 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-09T04:09:35.318 INFO:teuthology.task.internal:no buildpackages task found 2023-12-09T04:09:35.319 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-09T04:09:35.325 INFO:teuthology.task.internal:Saving configuration 2023-12-09T04:09:35.340 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-09T04:09:35.346 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-09T04:09:35.373 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi002.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_19:55:12-rados-main-distro-default-smithi/7484828', '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-09 04:02:34.560759', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-09T04:09:35.399 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi158.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_19:55:12-rados-main-distro-default-smithi/7484828', '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-09 04:02:34.561888', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-09T04:09:35.421 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi192.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_19:55:12-rados-main-distro-default-smithi/7484828', '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-09 04:02:34.559417', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-09T04:09:35.421 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-09T04:09:35.427 INFO:teuthology.task.internal:roles: ubuntu@smithi002.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2023-12-09T04:09:35.428 INFO:teuthology.task.internal:roles: ubuntu@smithi158.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2023-12-09T04:09:35.428 INFO:teuthology.task.internal:roles: ubuntu@smithi192.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2023-12-09T04:09:35.428 INFO:teuthology.run_tasks:Running task console_log... 2023-12-09T04:09:35.528 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fee55338ee0>, signals=[15]) 2023-12-09T04:09:35.529 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-09T04:09:35.538 INFO:teuthology.task.internal:Opening connections... 2023-12-09T04:09:35.538 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi002.front.sepia.ceph.com 2023-12-09T04:09:35.540 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T04:09:35.609 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi158.front.sepia.ceph.com 2023-12-09T04:09:35.610 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T04:09:35.677 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi192.front.sepia.ceph.com 2023-12-09T04:09:35.678 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T04:09:35.744 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-09T04:09:35.750 DEBUG:teuthology.orchestra.run.smithi002:> uname -m 2023-12-09T04:09:35.772 INFO:teuthology.orchestra.run.smithi002.stdout:x86_64 2023-12-09T04:09:35.772 DEBUG:teuthology.orchestra.run.smithi002:> cat /etc/os-release 2023-12-09T04:09:35.832 INFO:teuthology.orchestra.run.smithi002.stdout:NAME="Red Hat Enterprise Linux" 2023-12-09T04:09:35.832 INFO:teuthology.orchestra.run.smithi002.stdout:VERSION="8.6 (Ootpa)" 2023-12-09T04:09:35.832 INFO:teuthology.orchestra.run.smithi002.stdout:ID="rhel" 2023-12-09T04:09:35.832 INFO:teuthology.orchestra.run.smithi002.stdout:ID_LIKE="fedora" 2023-12-09T04:09:35.832 INFO:teuthology.orchestra.run.smithi002.stdout:VERSION_ID="8.6" 2023-12-09T04:09:35.833 INFO:teuthology.orchestra.run.smithi002.stdout:PLATFORM_ID="platform:el8" 2023-12-09T04:09:35.833 INFO:teuthology.orchestra.run.smithi002.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-09T04:09:35.833 INFO:teuthology.orchestra.run.smithi002.stdout:ANSI_COLOR="0;31" 2023-12-09T04:09:35.833 INFO:teuthology.orchestra.run.smithi002.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-09T04:09:35.833 INFO:teuthology.orchestra.run.smithi002.stdout:HOME_URL="https://www.redhat.com/" 2023-12-09T04:09:35.833 INFO:teuthology.orchestra.run.smithi002.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-09T04:09:35.833 INFO:teuthology.orchestra.run.smithi002.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-09T04:09:35.833 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-09T04:09:35.833 INFO:teuthology.orchestra.run.smithi002.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-09T04:09:35.833 INFO:teuthology.orchestra.run.smithi002.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-09T04:09:35.833 INFO:teuthology.orchestra.run.smithi002.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-09T04:09:35.834 INFO:teuthology.orchestra.run.smithi002.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-09T04:09:35.834 INFO:teuthology.lock.ops:Updating smithi002.front.sepia.ceph.com on lock server 2023-12-09T04:09:35.854 DEBUG:teuthology.orchestra.run.smithi158:> uname -m 2023-12-09T04:09:35.875 INFO:teuthology.orchestra.run.smithi158.stdout:x86_64 2023-12-09T04:09:35.876 DEBUG:teuthology.orchestra.run.smithi158:> cat /etc/os-release 2023-12-09T04:09:35.935 INFO:teuthology.orchestra.run.smithi158.stdout:NAME="Red Hat Enterprise Linux" 2023-12-09T04:09:35.935 INFO:teuthology.orchestra.run.smithi158.stdout:VERSION="8.6 (Ootpa)" 2023-12-09T04:09:35.935 INFO:teuthology.orchestra.run.smithi158.stdout:ID="rhel" 2023-12-09T04:09:35.935 INFO:teuthology.orchestra.run.smithi158.stdout:ID_LIKE="fedora" 2023-12-09T04:09:35.935 INFO:teuthology.orchestra.run.smithi158.stdout:VERSION_ID="8.6" 2023-12-09T04:09:35.935 INFO:teuthology.orchestra.run.smithi158.stdout:PLATFORM_ID="platform:el8" 2023-12-09T04:09:35.935 INFO:teuthology.orchestra.run.smithi158.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-09T04:09:35.935 INFO:teuthology.orchestra.run.smithi158.stdout:ANSI_COLOR="0;31" 2023-12-09T04:09:35.935 INFO:teuthology.orchestra.run.smithi158.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-09T04:09:35.935 INFO:teuthology.orchestra.run.smithi158.stdout:HOME_URL="https://www.redhat.com/" 2023-12-09T04:09:35.936 INFO:teuthology.orchestra.run.smithi158.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-09T04:09:35.936 INFO:teuthology.orchestra.run.smithi158.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-09T04:09:35.936 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-12-09T04:09:35.936 INFO:teuthology.orchestra.run.smithi158.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-09T04:09:35.936 INFO:teuthology.orchestra.run.smithi158.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-09T04:09:35.936 INFO:teuthology.orchestra.run.smithi158.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-09T04:09:35.936 INFO:teuthology.orchestra.run.smithi158.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-09T04:09:35.936 INFO:teuthology.lock.ops:Updating smithi158.front.sepia.ceph.com on lock server 2023-12-09T04:09:35.962 DEBUG:teuthology.orchestra.run.smithi192:> uname -m 2023-12-09T04:09:35.982 INFO:teuthology.orchestra.run.smithi192.stdout:x86_64 2023-12-09T04:09:35.983 DEBUG:teuthology.orchestra.run.smithi192:> cat /etc/os-release 2023-12-09T04:09:36.042 INFO:teuthology.orchestra.run.smithi192.stdout:NAME="Red Hat Enterprise Linux" 2023-12-09T04:09:36.042 INFO:teuthology.orchestra.run.smithi192.stdout:VERSION="8.6 (Ootpa)" 2023-12-09T04:09:36.042 INFO:teuthology.orchestra.run.smithi192.stdout:ID="rhel" 2023-12-09T04:09:36.042 INFO:teuthology.orchestra.run.smithi192.stdout:ID_LIKE="fedora" 2023-12-09T04:09:36.042 INFO:teuthology.orchestra.run.smithi192.stdout:VERSION_ID="8.6" 2023-12-09T04:09:36.043 INFO:teuthology.orchestra.run.smithi192.stdout:PLATFORM_ID="platform:el8" 2023-12-09T04:09:36.043 INFO:teuthology.orchestra.run.smithi192.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-09T04:09:36.043 INFO:teuthology.orchestra.run.smithi192.stdout:ANSI_COLOR="0;31" 2023-12-09T04:09:36.043 INFO:teuthology.orchestra.run.smithi192.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-09T04:09:36.043 INFO:teuthology.orchestra.run.smithi192.stdout:HOME_URL="https://www.redhat.com/" 2023-12-09T04:09:36.043 INFO:teuthology.orchestra.run.smithi192.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-09T04:09:36.043 INFO:teuthology.orchestra.run.smithi192.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-09T04:09:36.043 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-12-09T04:09:36.043 INFO:teuthology.orchestra.run.smithi192.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-09T04:09:36.043 INFO:teuthology.orchestra.run.smithi192.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-09T04:09:36.043 INFO:teuthology.orchestra.run.smithi192.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-09T04:09:36.043 INFO:teuthology.orchestra.run.smithi192.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-09T04:09:36.043 INFO:teuthology.lock.ops:Updating smithi192.front.sepia.ceph.com on lock server 2023-12-09T04:09:36.070 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-09T04:09:36.079 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-09T04:09:36.085 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-09T04:09:36.085 DEBUG:teuthology.orchestra.run.smithi002:> test '!' -e /home/ubuntu/cephtest 2023-12-09T04:09:36.087 DEBUG:teuthology.orchestra.run.smithi158:> test '!' -e /home/ubuntu/cephtest 2023-12-09T04:09:36.089 DEBUG:teuthology.orchestra.run.smithi192:> test '!' -e /home/ubuntu/cephtest 2023-12-09T04:09:36.108 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-09T04:09:36.115 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-09T04:09:36.115 DEBUG:teuthology.orchestra.run.smithi002:> test -z $(ls -A /var/lib/ceph) 2023-12-09T04:09:36.147 DEBUG:teuthology.orchestra.run.smithi158:> test -z $(ls -A /var/lib/ceph) 2023-12-09T04:09:36.149 DEBUG:teuthology.orchestra.run.smithi192:> test -z $(ls -A /var/lib/ceph) 2023-12-09T04:09:36.178 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-09T04:09:36.256 INFO:teuthology.run_tasks:Running task kernel... 2023-12-09T04:09:36.270 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-09T04:09:36.270 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-09T04:09:36.271 DEBUG:teuthology.orchestra.run.smithi002:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-09T04:09:36.271 DEBUG:teuthology.orchestra.run.smithi158:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-09T04:09:36.271 DEBUG:teuthology.orchestra.run.smithi192:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-09T04:09:36.290 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T04:09:36.291 DEBUG:teuthology.orchestra.run.smithi158:> uname -r 2023-12-09T04:09:36.291 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T04:09:36.291 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T04:09:36.292 DEBUG:teuthology.orchestra.run.smithi002:> uname -r 2023-12-09T04:09:36.292 DEBUG:teuthology.orchestra.run.smithi192:> uname -r 2023-12-09T04:09:36.350 INFO:teuthology.orchestra.run.smithi158.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-09T04:09:36.350 INFO:teuthology.task.kernel:Running kernel on smithi158: 4.18.0-372.9.1.el8.x86_64 2023-12-09T04:09:36.351 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum install -y kernel 2023-12-09T04:09:36.352 INFO:teuthology.orchestra.run.smithi192.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-09T04:09:36.352 INFO:teuthology.task.kernel:Running kernel on smithi192: 4.18.0-372.9.1.el8.x86_64 2023-12-09T04:09:36.352 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum install -y kernel 2023-12-09T04:09:36.353 INFO:teuthology.orchestra.run.smithi002.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-09T04:09:36.353 INFO:teuthology.task.kernel:Running kernel on smithi002: 4.18.0-372.9.1.el8.x86_64 2023-12-09T04:09:36.353 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum install -y kernel 2023-12-09T04:09:37.458 INFO:teuthology.orchestra.run.smithi192.stdout:Updating Subscription Management repositories. 2023-12-09T04:09:37.458 INFO:teuthology.orchestra.run.smithi192.stdout:Unable to read consumer identity 2023-12-09T04:09:37.562 INFO:teuthology.orchestra.run.smithi158.stdout:Updating Subscription Management repositories. 2023-12-09T04:09:37.563 INFO:teuthology.orchestra.run.smithi158.stdout:Unable to read consumer identity 2023-12-09T04:09:37.570 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-12-09T04:09:37.571 INFO:teuthology.orchestra.run.smithi002.stdout:Unable to read consumer identity 2023-12-09T04:09:38.927 INFO:teuthology.orchestra.run.smithi192.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-12-09T04:09:38.993 INFO:teuthology.orchestra.run.smithi002.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-12-09T04:09:39.072 INFO:teuthology.orchestra.run.smithi158.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2023-12-09T04:09:39.886 INFO:teuthology.orchestra.run.smithi192.stdout:Extra Packages for Enterprise Linux 17 MB/s | 16 MB 00:00 2023-12-09T04:09:40.221 INFO:teuthology.orchestra.run.smithi002.stdout:Extra Packages for Enterprise Linux 13 MB/s | 16 MB 00:01 2023-12-09T04:09:40.922 INFO:teuthology.orchestra.run.smithi158.stdout:Extra Packages for Enterprise Linux 8.7 MB/s | 16 MB 00:01 2023-12-09T04:09:43.395 INFO:teuthology.orchestra.run.smithi192.stdout:lab-extras 477 kB/s | 24 kB 00:00 2023-12-09T04:09:43.894 INFO:teuthology.orchestra.run.smithi002.stdout:lab-extras 434 kB/s | 24 kB 00:00 2023-12-09T04:09:44.047 INFO:teuthology.orchestra.run.smithi192.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-09T04:09:44.092 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2023-12-09T04:09:44.093 INFO:teuthology.orchestra.run.smithi192.stdout:Nothing to do. 2023-12-09T04:09:44.093 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2023-12-09T04:09:44.194 DEBUG:teuthology.orchestra.run.smithi192:> echo no | sudo yum reinstall kernel || true 2023-12-09T04:09:44.464 INFO:teuthology.orchestra.run.smithi158.stdout:lab-extras 336 kB/s | 24 kB 00:00 2023-12-09T04:09:44.524 INFO:teuthology.orchestra.run.smithi192.stdout:Updating Subscription Management repositories. 2023-12-09T04:09:44.524 INFO:teuthology.orchestra.run.smithi192.stdout:Unable to read consumer identity 2023-12-09T04:09:44.621 INFO:teuthology.orchestra.run.smithi002.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-09T04:09:44.668 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2023-12-09T04:09:44.669 INFO:teuthology.orchestra.run.smithi002.stdout:Nothing to do. 2023-12-09T04:09:44.669 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2023-12-09T04:09:44.783 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:00:01 ago on Sat 09 Dec 2023 04:09:43 AM UTC. 2023-12-09T04:09:44.787 DEBUG:teuthology.orchestra.run.smithi002:> echo no | sudo yum reinstall kernel || true 2023-12-09T04:09:44.826 INFO:teuthology.orchestra.run.smithi192.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-09T04:09:44.858 INFO:teuthology.orchestra.run.smithi192.stderr:Error: No packages marked for reinstall. 2023-12-09T04:09:44.905 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum reinstall -y kernel || true 2023-12-09T04:09:45.159 INFO:teuthology.orchestra.run.smithi158.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-09T04:09:45.180 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-12-09T04:09:45.180 INFO:teuthology.orchestra.run.smithi002.stdout:Unable to read consumer identity 2023-12-09T04:09:45.215 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-12-09T04:09:45.216 INFO:teuthology.orchestra.run.smithi158.stdout:Nothing to do. 2023-12-09T04:09:45.216 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-12-09T04:09:45.233 INFO:teuthology.orchestra.run.smithi192.stdout:Updating Subscription Management repositories. 2023-12-09T04:09:45.234 INFO:teuthology.orchestra.run.smithi192.stdout:Unable to read consumer identity 2023-12-09T04:09:45.362 DEBUG:teuthology.orchestra.run.smithi158:> echo no | sudo yum reinstall kernel || true 2023-12-09T04:09:45.455 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:00:02 ago on Sat 09 Dec 2023 04:09:43 AM UTC. 2023-12-09T04:09:45.489 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:00:02 ago on Sat 09 Dec 2023 04:09:43 AM UTC. 2023-12-09T04:09:45.500 INFO:teuthology.orchestra.run.smithi002.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-09T04:09:45.528 INFO:teuthology.orchestra.run.smithi192.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-09T04:09:45.555 INFO:teuthology.orchestra.run.smithi192.stderr:Error: No packages marked for reinstall. 2023-12-09T04:09:45.557 INFO:teuthology.orchestra.run.smithi002.stderr:Error: No packages marked for reinstall. 2023-12-09T04:09:45.600 DEBUG:teuthology.orchestra.run.smithi192:> rpm -q kernel | sort -rV | head -n 1 2023-12-09T04:09:45.603 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum reinstall -y kernel || true 2023-12-09T04:09:45.680 INFO:teuthology.orchestra.run.smithi192.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-09T04:09:45.681 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-09T04:09:45.681 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-09T04:09:45.681 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-12-09T04:09:45.681 DEBUG:teuthology.orchestra.run.smithi192:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-09T04:09:45.697 INFO:teuthology.orchestra.run.smithi158.stdout:Updating Subscription Management repositories. 2023-12-09T04:09:45.698 INFO:teuthology.orchestra.run.smithi158.stdout:Unable to read consumer identity 2023-12-09T04:09:45.707 INFO:teuthology.orchestra.run.smithi192.stdout:ttyS1 2023-12-09T04:09:45.721 DEBUG:teuthology.parallel:result is None 2023-12-09T04:09:45.953 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-12-09T04:09:45.953 INFO:teuthology.orchestra.run.smithi002.stdout:Unable to read consumer identity 2023-12-09T04:09:45.960 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:00:01 ago on Sat 09 Dec 2023 04:09:44 AM UTC. 2023-12-09T04:09:46.002 INFO:teuthology.orchestra.run.smithi158.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-09T04:09:46.044 INFO:teuthology.orchestra.run.smithi158.stderr:Error: No packages marked for reinstall. 2023-12-09T04:09:46.092 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum reinstall -y kernel || true 2023-12-09T04:09:46.223 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:00:03 ago on Sat 09 Dec 2023 04:09:43 AM UTC. 2023-12-09T04:09:46.267 INFO:teuthology.orchestra.run.smithi002.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-09T04:09:46.298 INFO:teuthology.orchestra.run.smithi002.stderr:Error: No packages marked for reinstall. 2023-12-09T04:09:46.345 DEBUG:teuthology.orchestra.run.smithi002:> rpm -q kernel | sort -rV | head -n 1 2023-12-09T04:09:46.423 INFO:teuthology.orchestra.run.smithi158.stdout:Updating Subscription Management repositories. 2023-12-09T04:09:46.423 INFO:teuthology.orchestra.run.smithi158.stdout:Unable to read consumer identity 2023-12-09T04:09:46.427 INFO:teuthology.orchestra.run.smithi002.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-09T04:09:46.428 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-09T04:09:46.428 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-09T04:09:46.428 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-09T04:09:46.428 DEBUG:teuthology.orchestra.run.smithi002:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-09T04:09:46.462 INFO:teuthology.orchestra.run.smithi002.stdout:ttyS1 2023-12-09T04:09:46.481 DEBUG:teuthology.parallel:result is None 2023-12-09T04:09:46.676 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:00:02 ago on Sat 09 Dec 2023 04:09:44 AM UTC. 2023-12-09T04:09:46.717 INFO:teuthology.orchestra.run.smithi158.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-09T04:09:46.767 INFO:teuthology.orchestra.run.smithi158.stderr:Error: No packages marked for reinstall. 2023-12-09T04:09:46.814 DEBUG:teuthology.orchestra.run.smithi158:> rpm -q kernel | sort -rV | head -n 1 2023-12-09T04:09:46.894 INFO:teuthology.orchestra.run.smithi158.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-09T04:09:46.894 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-09T04:09:46.894 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-09T04:09:46.894 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-09T04:09:46.894 DEBUG:teuthology.orchestra.run.smithi158:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-09T04:09:46.920 INFO:teuthology.orchestra.run.smithi158.stdout:ttyS1 2023-12-09T04:09:46.935 DEBUG:teuthology.parallel:result is None 2023-12-09T04:09:46.936 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-09T04:09:46.942 INFO:teuthology.task.internal:Creating test directory... 2023-12-09T04:09:46.943 DEBUG:teuthology.orchestra.run.smithi002:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-09T04:09:46.945 DEBUG:teuthology.orchestra.run.smithi158:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-09T04:09:46.978 DEBUG:teuthology.orchestra.run.smithi192:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-09T04:09:46.998 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-09T04:09:47.007 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-09T04:09:47.014 INFO:teuthology.task.internal:Creating archive directory... 2023-12-09T04:09:47.014 DEBUG:teuthology.orchestra.run.smithi002:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-09T04:09:47.016 DEBUG:teuthology.orchestra.run.smithi158:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-09T04:09:47.035 DEBUG:teuthology.orchestra.run.smithi192:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-09T04:09:47.076 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-09T04:09:47.083 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-09T04:09:47.084 DEBUG:teuthology.orchestra.run.smithi002:> 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-09T04:09:47.086 DEBUG:teuthology.orchestra.run.smithi158:> 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-09T04:09:47.114 DEBUG:teuthology.orchestra.run.smithi192:> 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-09T04:09:47.137 INFO:teuthology.orchestra.run.smithi002.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T04:09:47.148 INFO:teuthology.orchestra.run.smithi002.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T04:09:47.153 INFO:teuthology.orchestra.run.smithi158.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T04:09:47.163 INFO:teuthology.orchestra.run.smithi158.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T04:09:47.357 INFO:teuthology.orchestra.run.smithi192.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T04:09:47.370 INFO:teuthology.orchestra.run.smithi192.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T04:09:47.372 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-09T04:09:47.379 INFO:teuthology.task.internal:Configuring sudo... 2023-12-09T04:09:47.379 DEBUG:teuthology.orchestra.run.smithi002:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-09T04:09:47.382 DEBUG:teuthology.orchestra.run.smithi158:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-09T04:09:47.384 DEBUG:teuthology.orchestra.run.smithi192:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-09T04:09:47.416 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-09T04:09:47.425 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-09T04:09:47.426 DEBUG:teuthology.orchestra.run.smithi002:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-09T04:09:47.453 DEBUG:teuthology.orchestra.run.smithi158:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-09T04:09:47.455 DEBUG:teuthology.orchestra.run.smithi192:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-09T04:09:47.474 DEBUG:teuthology.orchestra.run.smithi002:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-09T04:09:47.556 DEBUG:teuthology.orchestra.run.smithi002:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-09T04:09:47.614 DEBUG:teuthology.orchestra.run.smithi002:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-09T04:09:47.701 DEBUG:teuthology.orchestra.run.smithi002:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-09T04:09:47.745 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-12-09T04:09:47.745 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-09T04:09:47.840 DEBUG:teuthology.orchestra.run.smithi158:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-09T04:09:47.884 DEBUG:teuthology.orchestra.run.smithi158:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-09T04:09:47.937 DEBUG:teuthology.orchestra.run.smithi158:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-09T04:09:48.021 DEBUG:teuthology.orchestra.run.smithi158:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-09T04:09:48.062 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2023-12-09T04:09:48.062 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-09T04:09:48.130 DEBUG:teuthology.orchestra.run.smithi192:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-09T04:09:48.182 DEBUG:teuthology.orchestra.run.smithi192:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-09T04:09:48.231 DEBUG:teuthology.orchestra.run.smithi192:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-09T04:09:48.316 DEBUG:teuthology.orchestra.run.smithi192:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-09T04:09:48.361 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2023-12-09T04:09:48.361 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-09T04:09:48.430 DEBUG:teuthology.orchestra.run.smithi002:> sudo service rsyslog restart 2023-12-09T04:09:48.433 DEBUG:teuthology.orchestra.run.smithi158:> sudo service rsyslog restart 2023-12-09T04:09:48.435 DEBUG:teuthology.orchestra.run.smithi192:> sudo service rsyslog restart 2023-12-09T04:09:48.494 INFO:teuthology.orchestra.run.smithi158.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-09T04:09:48.503 INFO:teuthology.orchestra.run.smithi002.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-09T04:09:48.554 INFO:teuthology.orchestra.run.smithi192.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-09T04:09:48.979 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-09T04:09:48.987 INFO:teuthology.task.internal:Starting timer... 2023-12-09T04:09:48.987 INFO:teuthology.run_tasks:Running task pcp... 2023-12-09T04:09:49.015 INFO:teuthology.run_tasks:Running task selinux... 2023-12-09T04:09:49.071 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-09T04:09:49.071 DEBUG:teuthology.orchestra.run.smithi002:> sudo service auditd rotate 2023-12-09T04:09:49.135 INFO:teuthology.orchestra.run.smithi002.stdout:Rotating logs: 2023-12-09T04:09:49.137 DEBUG:teuthology.orchestra.run.smithi158:> sudo service auditd rotate 2023-12-09T04:09:49.214 INFO:teuthology.orchestra.run.smithi158.stdout:Rotating logs: 2023-12-09T04:09:49.216 DEBUG:teuthology.orchestra.run.smithi192:> sudo service auditd rotate 2023-12-09T04:09:49.275 INFO:teuthology.orchestra.run.smithi192.stdout:Rotating logs: 2023-12-09T04:09:49.277 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-09T04:09:49.277 DEBUG:teuthology.orchestra.run.smithi002:> /usr/sbin/getenforce 2023-12-09T04:09:49.303 INFO:teuthology.orchestra.run.smithi002.stdout:Permissive 2023-12-09T04:09:49.303 DEBUG:teuthology.orchestra.run.smithi158:> /usr/sbin/getenforce 2023-12-09T04:09:49.326 INFO:teuthology.orchestra.run.smithi158.stdout:Permissive 2023-12-09T04:09:49.326 DEBUG:teuthology.orchestra.run.smithi192:> /usr/sbin/getenforce 2023-12-09T04:09:49.350 INFO:teuthology.orchestra.run.smithi192.stdout:Permissive 2023-12-09T04:09:49.350 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi002.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi158.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi192.front.sepia.ceph.com': 'permissive'} 2023-12-09T04:09:49.351 DEBUG:teuthology.orchestra.run.smithi002:> 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-09T04:09:49.379 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T04:09:49.380 DEBUG:teuthology.orchestra.run.smithi158:> 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-09T04:09:49.406 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T04:09:49.407 DEBUG:teuthology.orchestra.run.smithi192:> 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-09T04:09:49.434 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T04:09:49.435 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-09T04:09:49.435 DEBUG:teuthology.orchestra.run.smithi002:> sudo /usr/sbin/setenforce permissive 2023-12-09T04:09:49.463 DEBUG:teuthology.orchestra.run.smithi158:> sudo /usr/sbin/setenforce permissive 2023-12-09T04:09:49.490 DEBUG:teuthology.orchestra.run.smithi192:> sudo /usr/sbin/setenforce permissive 2023-12-09T04:09:49.552 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-09T04:09:49.561 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-09T04:09:49.562 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-09T04:09:49.593 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-09T04:09:49.595 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi002.front.sepia.ceph.com,smithi158.front.sepia.ceph.com,smithi192.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-09T04:19:03.452 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi002.front.sepia.ceph.com'), Remote(name='ubuntu@smithi158.front.sepia.ceph.com'), Remote(name='ubuntu@smithi192.front.sepia.ceph.com')] 2023-12-09T04:19:03.453 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2023-12-09T04:19:03.455 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T04:19:03.524 DEBUG:teuthology.orchestra.run.smithi002:> true 2023-12-09T04:19:03.591 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi002.front.sepia.ceph.com' 2023-12-09T04:19:03.592 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi158.front.sepia.ceph.com' 2023-12-09T04:19:03.592 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T04:19:03.661 DEBUG:teuthology.orchestra.run.smithi158:> true 2023-12-09T04:19:03.730 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi158.front.sepia.ceph.com' 2023-12-09T04:19:03.730 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2023-12-09T04:19:03.731 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T04:19:03.801 DEBUG:teuthology.orchestra.run.smithi192:> true 2023-12-09T04:19:03.870 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi192.front.sepia.ceph.com' 2023-12-09T04:19:03.870 INFO:teuthology.run_tasks:Running task clock... 2023-12-09T04:19:03.881 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-09T04:19:03.881 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-09T04:19:03.882 DEBUG:teuthology.orchestra.run.smithi002:> 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-09T04:19:03.884 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-09T04:19:03.884 DEBUG:teuthology.orchestra.run.smithi158:> 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-09T04:19:03.886 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-09T04:19:03.886 DEBUG:teuthology.orchestra.run.smithi192:> 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-09T04:19:03.915 INFO:teuthology.orchestra.run.smithi002.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-09T04:19:03.921 INFO:teuthology.orchestra.run.smithi158.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-09T04:19:03.930 INFO:teuthology.orchestra.run.smithi002.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-09T04:19:03.937 INFO:teuthology.orchestra.run.smithi158.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-09T04:19:03.944 INFO:teuthology.orchestra.run.smithi192.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-09T04:19:03.960 INFO:teuthology.orchestra.run.smithi192.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-09T04:19:04.003 INFO:teuthology.orchestra.run.smithi002.stderr:sudo: ntpd: command not found 2023-12-09T04:19:04.015 INFO:teuthology.orchestra.run.smithi002.stdout:506 Cannot talk to daemon 2023-12-09T04:19:04.017 INFO:teuthology.orchestra.run.smithi158.stderr:sudo: ntpd: command not found 2023-12-09T04:19:04.024 INFO:teuthology.orchestra.run.smithi192.stderr:sudo: ntpd: command not found 2023-12-09T04:19:04.029 INFO:teuthology.orchestra.run.smithi002.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-09T04:19:04.030 INFO:teuthology.orchestra.run.smithi158.stdout:506 Cannot talk to daemon 2023-12-09T04:19:04.036 INFO:teuthology.orchestra.run.smithi192.stdout:506 Cannot talk to daemon 2023-12-09T04:19:04.044 INFO:teuthology.orchestra.run.smithi002.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-09T04:19:04.045 INFO:teuthology.orchestra.run.smithi158.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-09T04:19:04.051 INFO:teuthology.orchestra.run.smithi192.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-09T04:19:04.060 INFO:teuthology.orchestra.run.smithi158.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-09T04:19:04.064 INFO:teuthology.orchestra.run.smithi192.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-09T04:19:04.113 INFO:teuthology.orchestra.run.smithi002.stderr:bash: ntpq: command not found 2023-12-09T04:19:04.118 INFO:teuthology.orchestra.run.smithi002.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-09T04:19:04.118 INFO:teuthology.orchestra.run.smithi002.stdout:=============================================================================== 2023-12-09T04:19:04.118 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T04:19:04.118 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T04:19:04.118 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T04:19:04.119 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T04:19:04.132 INFO:teuthology.orchestra.run.smithi192.stderr:bash: ntpq: command not found 2023-12-09T04:19:04.135 INFO:teuthology.orchestra.run.smithi192.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-09T04:19:04.135 INFO:teuthology.orchestra.run.smithi192.stdout:=============================================================================== 2023-12-09T04:19:04.135 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T04:19:04.135 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T04:19:04.135 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T04:19:04.135 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T04:19:04.151 INFO:teuthology.orchestra.run.smithi158.stderr:bash: ntpq: command not found 2023-12-09T04:19:04.155 INFO:teuthology.orchestra.run.smithi158.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-09T04:19:04.155 INFO:teuthology.orchestra.run.smithi158.stdout:=============================================================================== 2023-12-09T04:19:04.155 INFO:teuthology.orchestra.run.smithi158.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T04:19:04.155 INFO:teuthology.orchestra.run.smithi158.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T04:19:04.155 INFO:teuthology.orchestra.run.smithi158.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T04:19:04.155 INFO:teuthology.orchestra.run.smithi158.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T04:19:04.156 INFO:teuthology.run_tasks:Running task pexec... 2023-12-09T04:19:04.165 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-09T04:19:04.166 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi002.front.sepia.ceph.com 2023-12-09T04:19:04.166 DEBUG:teuthology.orchestra.run.smithi002:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-09T04:19:04.166 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi158.front.sepia.ceph.com 2023-12-09T04:19:04.167 DEBUG:teuthology.orchestra.run.smithi158:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-09T04:19:04.167 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi192.front.sepia.ceph.com 2023-12-09T04:19:04.167 DEBUG:teuthology.orchestra.run.smithi192:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-09T04:19:04.550 INFO:teuthology.orchestra.run.smithi192.stdout:Updating Subscription Management repositories. 2023-12-09T04:19:04.560 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-12-09T04:19:04.571 INFO:teuthology.orchestra.run.smithi158.stdout:Updating Subscription Management repositories. 2023-12-09T04:19:05.223 INFO:teuthology.orchestra.run.smithi158.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 165 kB/s | 4.5 kB 00:00 2023-12-09T04:19:05.274 INFO:teuthology.orchestra.run.smithi192.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 142 kB/s | 4.1 kB 00:00 2023-12-09T04:19:05.277 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 129 kB/s | 4.1 kB 00:00 2023-12-09T04:19:05.475 INFO:teuthology.orchestra.run.smithi192.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 155 kB/s | 4.5 kB 00:00 2023-12-09T04:19:05.493 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 149 kB/s | 4.5 kB 00:00 2023-12-09T04:19:05.515 INFO:teuthology.orchestra.run.smithi158.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 147 kB/s | 4.1 kB 00:00 2023-12-09T04:19:07.544 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-12-09T04:19:07.545 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-12-09T04:19:07.545 INFO:teuthology.orchestra.run.smithi158.stdout: Package Architecture Version Repository Size 2023-12-09T04:19:07.545 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-12-09T04:19:07.545 INFO:teuthology.orchestra.run.smithi158.stdout:Resetting modules: 2023-12-09T04:19:07.545 INFO:teuthology.orchestra.run.smithi158.stdout: container-tools 2023-12-09T04:19:07.546 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-12-09T04:19:07.546 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2023-12-09T04:19:07.546 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-12-09T04:19:07.546 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-12-09T04:19:07.564 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2023-12-09T04:19:07.565 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-12-09T04:19:07.565 INFO:teuthology.orchestra.run.smithi192.stdout: Package Architecture Version Repository Size 2023-12-09T04:19:07.565 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-12-09T04:19:07.565 INFO:teuthology.orchestra.run.smithi192.stdout:Resetting modules: 2023-12-09T04:19:07.565 INFO:teuthology.orchestra.run.smithi192.stdout: container-tools 2023-12-09T04:19:07.565 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-12-09T04:19:07.565 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2023-12-09T04:19:07.565 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-12-09T04:19:07.565 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-12-09T04:19:07.696 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2023-12-09T04:19:07.697 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2023-12-09T04:19:07.697 INFO:teuthology.orchestra.run.smithi002.stdout: Package Architecture Version Repository Size 2023-12-09T04:19:07.698 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2023-12-09T04:19:07.698 INFO:teuthology.orchestra.run.smithi002.stdout:Resetting modules: 2023-12-09T04:19:07.698 INFO:teuthology.orchestra.run.smithi002.stdout: container-tools 2023-12-09T04:19:07.698 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-09T04:19:07.698 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2023-12-09T04:19:07.698 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2023-12-09T04:19:07.698 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-09T04:19:11.761 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2023-12-09T04:19:11.791 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-12-09T04:19:11.808 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2023-12-09T04:19:12.241 INFO:teuthology.orchestra.run.smithi158.stdout:Updating Subscription Management repositories. 2023-12-09T04:19:12.252 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-12-09T04:19:12.332 INFO:teuthology.orchestra.run.smithi192.stdout:Updating Subscription Management repositories. 2023-12-09T04:19:12.873 INFO:teuthology.orchestra.run.smithi158.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 171 kB/s | 4.5 kB 00:00 2023-12-09T04:19:12.959 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 142 kB/s | 4.1 kB 00:00 2023-12-09T04:19:12.998 INFO:teuthology.orchestra.run.smithi192.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 160 kB/s | 4.1 kB 00:00 2023-12-09T04:19:13.168 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 155 kB/s | 4.5 kB 00:00 2023-12-09T04:19:13.173 INFO:teuthology.orchestra.run.smithi158.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 157 kB/s | 4.1 kB 00:00 2023-12-09T04:19:13.198 INFO:teuthology.orchestra.run.smithi192.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 176 kB/s | 4.5 kB 00:00 2023-12-09T04:19:15.159 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-12-09T04:19:15.237 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2023-12-09T04:19:15.250 INFO:teuthology.orchestra.run.smithi158.stdout:========================================================================================================================== 2023-12-09T04:19:15.250 INFO:teuthology.orchestra.run.smithi158.stdout: Package Arch Version Repository Size 2023-12-09T04:19:15.250 INFO:teuthology.orchestra.run.smithi158.stdout:========================================================================================================================== 2023-12-09T04:19:15.250 INFO:teuthology.orchestra.run.smithi158.stdout:Installing group/module packages: 2023-12-09T04:19:15.250 INFO:teuthology.orchestra.run.smithi158.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-09T04:19:15.250 INFO:teuthology.orchestra.run.smithi158.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-09T04:19:15.250 INFO:teuthology.orchestra.run.smithi158.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-09T04:19:15.250 INFO:teuthology.orchestra.run.smithi158.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-09T04:19:15.250 INFO:teuthology.orchestra.run.smithi158.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-09T04:19:15.251 INFO:teuthology.orchestra.run.smithi158.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-09T04:19:15.251 INFO:teuthology.orchestra.run.smithi158.stdout:Installing dependencies: 2023-12-09T04:19:15.251 INFO:teuthology.orchestra.run.smithi158.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-09T04:19:15.251 INFO:teuthology.orchestra.run.smithi158.stdout:Downgrading: 2023-12-09T04:19:15.251 INFO:teuthology.orchestra.run.smithi158.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-09T04:19:15.251 INFO:teuthology.orchestra.run.smithi158.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-09T04:19:15.251 INFO:teuthology.orchestra.run.smithi158.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-09T04:19:15.251 INFO:teuthology.orchestra.run.smithi158.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-09T04:19:15.251 INFO:teuthology.orchestra.run.smithi158.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-09T04:19:15.251 INFO:teuthology.orchestra.run.smithi158.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-09T04:19:15.251 INFO:teuthology.orchestra.run.smithi158.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-09T04:19:15.251 INFO:teuthology.orchestra.run.smithi158.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-09T04:19:15.251 INFO:teuthology.orchestra.run.smithi158.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-09T04:19:15.251 INFO:teuthology.orchestra.run.smithi158.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-09T04:19:15.252 INFO:teuthology.orchestra.run.smithi158.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-09T04:19:15.252 INFO:teuthology.orchestra.run.smithi158.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-09T04:19:15.252 INFO:teuthology.orchestra.run.smithi158.stdout:Installing module profiles: 2023-12-09T04:19:15.252 INFO:teuthology.orchestra.run.smithi158.stdout: container-tools/common 2023-12-09T04:19:15.252 INFO:teuthology.orchestra.run.smithi158.stdout:Enabling module streams: 2023-12-09T04:19:15.252 INFO:teuthology.orchestra.run.smithi158.stdout: container-tools 3.0 2023-12-09T04:19:15.252 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-12-09T04:19:15.252 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2023-12-09T04:19:15.252 INFO:teuthology.orchestra.run.smithi158.stdout:========================================================================================================================== 2023-12-09T04:19:15.252 INFO:teuthology.orchestra.run.smithi158.stdout:Install 7 Packages 2023-12-09T04:19:15.252 INFO:teuthology.orchestra.run.smithi158.stdout:Downgrade 12 Packages 2023-12-09T04:19:15.252 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-12-09T04:19:15.253 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 51 M 2023-12-09T04:19:15.253 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2023-12-09T04:19:15.298 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2023-12-09T04:19:15.329 INFO:teuthology.orchestra.run.smithi192.stdout:========================================================================================================================== 2023-12-09T04:19:15.330 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2023-12-09T04:19:15.330 INFO:teuthology.orchestra.run.smithi192.stdout:========================================================================================================================== 2023-12-09T04:19:15.330 INFO:teuthology.orchestra.run.smithi192.stdout:Installing group/module packages: 2023-12-09T04:19:15.330 INFO:teuthology.orchestra.run.smithi192.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-09T04:19:15.330 INFO:teuthology.orchestra.run.smithi192.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-09T04:19:15.330 INFO:teuthology.orchestra.run.smithi192.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-09T04:19:15.330 INFO:teuthology.orchestra.run.smithi192.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-09T04:19:15.330 INFO:teuthology.orchestra.run.smithi192.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-09T04:19:15.330 INFO:teuthology.orchestra.run.smithi192.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-09T04:19:15.330 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2023-12-09T04:19:15.330 INFO:teuthology.orchestra.run.smithi192.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-09T04:19:15.330 INFO:teuthology.orchestra.run.smithi192.stdout:Downgrading: 2023-12-09T04:19:15.330 INFO:teuthology.orchestra.run.smithi192.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-09T04:19:15.330 INFO:teuthology.orchestra.run.smithi192.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-09T04:19:15.331 INFO:teuthology.orchestra.run.smithi192.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-09T04:19:15.331 INFO:teuthology.orchestra.run.smithi192.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-09T04:19:15.331 INFO:teuthology.orchestra.run.smithi192.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-09T04:19:15.331 INFO:teuthology.orchestra.run.smithi192.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-09T04:19:15.331 INFO:teuthology.orchestra.run.smithi192.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-09T04:19:15.331 INFO:teuthology.orchestra.run.smithi192.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-09T04:19:15.331 INFO:teuthology.orchestra.run.smithi192.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-09T04:19:15.331 INFO:teuthology.orchestra.run.smithi192.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-09T04:19:15.331 INFO:teuthology.orchestra.run.smithi192.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-09T04:19:15.331 INFO:teuthology.orchestra.run.smithi192.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-09T04:19:15.331 INFO:teuthology.orchestra.run.smithi192.stdout:Installing module profiles: 2023-12-09T04:19:15.331 INFO:teuthology.orchestra.run.smithi192.stdout: container-tools/common 2023-12-09T04:19:15.331 INFO:teuthology.orchestra.run.smithi192.stdout:Enabling module streams: 2023-12-09T04:19:15.331 INFO:teuthology.orchestra.run.smithi192.stdout: container-tools 3.0 2023-12-09T04:19:15.331 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-12-09T04:19:15.332 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2023-12-09T04:19:15.332 INFO:teuthology.orchestra.run.smithi192.stdout:========================================================================================================================== 2023-12-09T04:19:15.332 INFO:teuthology.orchestra.run.smithi192.stdout:Install 7 Packages 2023-12-09T04:19:15.332 INFO:teuthology.orchestra.run.smithi192.stdout:Downgrade 12 Packages 2023-12-09T04:19:15.332 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-12-09T04:19:15.332 INFO:teuthology.orchestra.run.smithi158.stdout:(1/19): container-selinux-2.178.0-2.module+el8. 694 kB/s | 53 kB 00:00 2023-12-09T04:19:15.333 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 51 M 2023-12-09T04:19:15.333 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2023-12-09T04:19:15.382 INFO:teuthology.orchestra.run.smithi158.stdout:(2/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 405 kB/s | 51 kB 00:00 2023-12-09T04:19:15.389 INFO:teuthology.orchestra.run.smithi192.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 1.6 MB/s | 91 kB 00:00 2023-12-09T04:19:15.399 INFO:teuthology.orchestra.run.smithi002.stdout:========================================================================================================================== 2023-12-09T04:19:15.399 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repository Size 2023-12-09T04:19:15.399 INFO:teuthology.orchestra.run.smithi002.stdout:========================================================================================================================== 2023-12-09T04:19:15.399 INFO:teuthology.orchestra.run.smithi002.stdout:Installing group/module packages: 2023-12-09T04:19:15.399 INFO:teuthology.orchestra.run.smithi002.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-09T04:19:15.399 INFO:teuthology.orchestra.run.smithi002.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-09T04:19:15.399 INFO:teuthology.orchestra.run.smithi002.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-09T04:19:15.399 INFO:teuthology.orchestra.run.smithi002.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-09T04:19:15.399 INFO:teuthology.orchestra.run.smithi002.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-09T04:19:15.400 INFO:teuthology.orchestra.run.smithi002.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-09T04:19:15.400 INFO:teuthology.orchestra.run.smithi002.stdout:Installing dependencies: 2023-12-09T04:19:15.400 INFO:teuthology.orchestra.run.smithi002.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-09T04:19:15.400 INFO:teuthology.orchestra.run.smithi002.stdout:Downgrading: 2023-12-09T04:19:15.400 INFO:teuthology.orchestra.run.smithi002.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-09T04:19:15.400 INFO:teuthology.orchestra.run.smithi002.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-09T04:19:15.400 INFO:teuthology.orchestra.run.smithi002.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-09T04:19:15.400 INFO:teuthology.orchestra.run.smithi002.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-09T04:19:15.400 INFO:teuthology.orchestra.run.smithi002.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-09T04:19:15.400 INFO:teuthology.orchestra.run.smithi002.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-09T04:19:15.400 INFO:teuthology.orchestra.run.smithi002.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-09T04:19:15.400 INFO:teuthology.orchestra.run.smithi002.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-09T04:19:15.400 INFO:teuthology.orchestra.run.smithi002.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-09T04:19:15.400 INFO:teuthology.orchestra.run.smithi002.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-09T04:19:15.401 INFO:teuthology.orchestra.run.smithi002.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-09T04:19:15.401 INFO:teuthology.orchestra.run.smithi002.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-09T04:19:15.401 INFO:teuthology.orchestra.run.smithi002.stdout:Installing module profiles: 2023-12-09T04:19:15.401 INFO:teuthology.orchestra.run.smithi002.stdout: container-tools/common 2023-12-09T04:19:15.401 INFO:teuthology.orchestra.run.smithi002.stdout:Enabling module streams: 2023-12-09T04:19:15.401 INFO:teuthology.orchestra.run.smithi002.stdout: container-tools 3.0 2023-12-09T04:19:15.401 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-09T04:19:15.401 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2023-12-09T04:19:15.401 INFO:teuthology.orchestra.run.smithi002.stdout:========================================================================================================================== 2023-12-09T04:19:15.401 INFO:teuthology.orchestra.run.smithi002.stdout:Install 7 Packages 2023-12-09T04:19:15.401 INFO:teuthology.orchestra.run.smithi002.stdout:Downgrade 12 Packages 2023-12-09T04:19:15.401 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-09T04:19:15.402 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 51 M 2023-12-09T04:19:15.402 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2023-12-09T04:19:15.405 INFO:teuthology.orchestra.run.smithi158.stdout:(3/19): containers-common-1.2.4-1.module+el8.6. 599 kB/s | 91 kB 00:00 2023-12-09T04:19:15.414 INFO:teuthology.orchestra.run.smithi192.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 658 kB/s | 53 kB 00:00 2023-12-09T04:19:15.439 INFO:teuthology.orchestra.run.smithi192.stdout:(3/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 486 kB/s | 51 kB 00:00 2023-12-09T04:19:15.440 INFO:teuthology.orchestra.run.smithi158.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 4.6 MB/s | 511 kB 00:00 2023-12-09T04:19:15.465 INFO:teuthology.orchestra.run.smithi158.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 823 kB/s | 69 kB 00:00 2023-12-09T04:19:15.472 INFO:teuthology.orchestra.run.smithi002.stdout:(1/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 751 kB/s | 51 kB 00:00 2023-12-09T04:19:15.473 INFO:teuthology.orchestra.run.smithi192.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 6.0 MB/s | 511 kB 00:00 2023-12-09T04:19:15.489 INFO:teuthology.orchestra.run.smithi002.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 619 kB/s | 53 kB 00:00 2023-12-09T04:19:15.498 INFO:teuthology.orchestra.run.smithi192.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 1.2 MB/s | 69 kB 00:00 2023-12-09T04:19:15.514 INFO:teuthology.orchestra.run.smithi002.stdout:(3/19): containers-common-1.2.4-1.module+el8.6. 820 kB/s | 91 kB 00:00 2023-12-09T04:19:15.515 INFO:teuthology.orchestra.run.smithi158.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 954 kB/s | 72 kB 00:00 2023-12-09T04:19:15.523 INFO:teuthology.orchestra.run.smithi192.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 1.4 MB/s | 72 kB 00:00 2023-12-09T04:19:15.548 INFO:teuthology.orchestra.run.smithi002.stdout:(4/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 1.1 MB/s | 69 kB 00:00 2023-12-09T04:19:15.574 INFO:teuthology.orchestra.run.smithi158.stdout:(7/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 17 MB/s | 2.9 MB 00:00 2023-12-09T04:19:15.581 INFO:teuthology.orchestra.run.smithi002.stdout:(5/19): criu-3.15-1.module+el8.6.0+14874+644362 4.6 MB/s | 511 kB 00:00 2023-12-09T04:19:15.599 INFO:teuthology.orchestra.run.smithi192.stdout:(7/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 18 MB/s | 2.9 MB 00:00 2023-12-09T04:19:15.599 INFO:teuthology.orchestra.run.smithi158.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 668 kB/s | 56 kB 00:00 2023-12-09T04:19:15.607 INFO:teuthology.orchestra.run.smithi002.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 1.2 MB/s | 72 kB 00:00 2023-12-09T04:19:15.624 INFO:teuthology.orchestra.run.smithi192.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 558 kB/s | 56 kB 00:00 2023-12-09T04:19:15.624 INFO:teuthology.orchestra.run.smithi158.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 1.0 MB/s | 51 kB 00:00 2023-12-09T04:19:15.649 INFO:teuthology.orchestra.run.smithi002.stdout:(7/19): podman-docker-3.0.1-9.module+el8.6.0+14 1.3 MB/s | 56 kB 00:00 2023-12-09T04:19:15.657 INFO:teuthology.orchestra.run.smithi192.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 874 kB/s | 51 kB 00:00 2023-12-09T04:19:15.683 INFO:teuthology.orchestra.run.smithi158.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 5.4 MB/s | 322 kB 00:00 2023-12-09T04:19:15.691 INFO:teuthology.orchestra.run.smithi002.stdout:(8/19): conmon-2.0.26-1.module+el8.6.0+14874+64 1.2 MB/s | 51 kB 00:00 2023-12-09T04:19:15.708 INFO:teuthology.orchestra.run.smithi192.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 6.3 MB/s | 322 kB 00:00 2023-12-09T04:19:15.732 INFO:teuthology.orchestra.run.smithi002.stdout:(9/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 13 MB/s | 2.9 MB 00:00 2023-12-09T04:19:15.741 INFO:teuthology.orchestra.run.smithi158.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 699 kB/s | 41 kB 00:00 2023-12-09T04:19:15.750 INFO:teuthology.orchestra.run.smithi192.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 983 kB/s | 41 kB 00:00 2023-12-09T04:19:15.783 INFO:teuthology.orchestra.run.smithi002.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 6.3 MB/s | 322 kB 00:00 2023-12-09T04:19:15.825 INFO:teuthology.orchestra.run.smithi002.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 980 kB/s | 41 kB 00:00 2023-12-09T04:19:15.900 INFO:teuthology.orchestra.run.smithi158.stdout:(12/19): podman-3.0.1-9.module+el8.6.0+14874+64 25 MB/s | 11 MB 00:00 2023-12-09T04:19:15.908 INFO:teuthology.orchestra.run.smithi192.stdout:(12/19): podman-3.0.1-9.module+el8.6.0+14874+64 27 MB/s | 11 MB 00:00 2023-12-09T04:19:15.925 INFO:teuthology.orchestra.run.smithi002.stdout:(12/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 22 MB/s | 2.2 MB 00:00 2023-12-09T04:19:15.967 INFO:teuthology.orchestra.run.smithi192.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 10 MB/s | 2.2 MB 00:00 2023-12-09T04:19:15.975 INFO:teuthology.orchestra.run.smithi158.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 9.4 MB/s | 2.2 MB 00:00 2023-12-09T04:19:16.092 INFO:teuthology.orchestra.run.smithi002.stdout:(13/19): podman-3.0.1-9.module+el8.6.0+14874+64 21 MB/s | 11 MB 00:00 2023-12-09T04:19:16.134 INFO:teuthology.orchestra.run.smithi192.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 28 MB/s | 6.4 MB 00:00 2023-12-09T04:19:16.176 INFO:teuthology.orchestra.run.smithi158.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 23 MB/s | 6.4 MB 00:00 2023-12-09T04:19:16.243 INFO:teuthology.orchestra.run.smithi158.stdout:(15/19): cockpit-podman-29-2.module+el8.6.0+148 16 MB/s | 1.1 MB 00:00 2023-12-09T04:19:16.251 INFO:teuthology.orchestra.run.smithi002.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 20 MB/s | 6.4 MB 00:00 2023-12-09T04:19:16.268 INFO:teuthology.orchestra.run.smithi192.stdout:(15/19): buildah-1.19.9-3.module+el8.6.0+14874+ 22 MB/s | 6.8 MB 00:00 2023-12-09T04:19:16.301 INFO:teuthology.orchestra.run.smithi192.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 6.4 MB/s | 1.1 MB 00:00 2023-12-09T04:19:16.326 INFO:teuthology.orchestra.run.smithi002.stdout:(15/19): cockpit-podman-29-2.module+el8.6.0+148 14 MB/s | 1.1 MB 00:00 2023-12-09T04:19:16.326 INFO:teuthology.orchestra.run.smithi192.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 3.1 MB/s | 185 kB 00:00 2023-12-09T04:19:16.334 INFO:teuthology.orchestra.run.smithi158.stdout:(16/19): buildah-1.19.9-3.module+el8.6.0+14874+ 19 MB/s | 6.8 MB 00:00 2023-12-09T04:19:16.368 INFO:teuthology.orchestra.run.smithi002.stdout:(16/19): crun-0.18-3.module+el8.6.0+14874+64436 4.4 MB/s | 185 kB 00:00 2023-12-09T04:19:16.443 INFO:teuthology.orchestra.run.smithi002.stdout:(17/19): buildah-1.19.9-3.module+el8.6.0+14874+ 19 MB/s | 6.8 MB 00:00 2023-12-09T04:19:16.468 INFO:teuthology.orchestra.run.smithi002.stdout:(18/19): udica-0.2.4-1.module+el8.6.0+14874+644 505 kB/s | 51 kB 00:00 2023-12-09T04:19:16.527 INFO:teuthology.orchestra.run.smithi192.stdout:(18/19): containernetworking-plugins-0.9.1-1.mo 21 MB/s | 19 MB 00:00 2023-12-09T04:19:16.535 INFO:teuthology.orchestra.run.smithi158.stdout:(17/19): containernetworking-plugins-0.9.1-1.mo 20 MB/s | 19 MB 00:00 2023-12-09T04:19:16.552 INFO:teuthology.orchestra.run.smithi192.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 202 kB/s | 51 kB 00:00 2023-12-09T04:19:16.552 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2023-12-09T04:19:16.552 INFO:teuthology.orchestra.run.smithi192.stdout:Total 41 MB/s | 51 MB 00:01 2023-12-09T04:19:16.560 INFO:teuthology.orchestra.run.smithi158.stdout:(18/19): crun-0.18-3.module+el8.6.0+14874+64436 583 kB/s | 185 kB 00:00 2023-12-09T04:19:16.585 INFO:teuthology.orchestra.run.smithi158.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 202 kB/s | 51 kB 00:00 2023-12-09T04:19:16.586 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2023-12-09T04:19:16.586 INFO:teuthology.orchestra.run.smithi158.stdout:Total 38 MB/s | 51 MB 00:01 2023-12-09T04:19:16.668 INFO:teuthology.orchestra.run.smithi002.stdout:(19/19): containernetworking-plugins-0.9.1-1.mo 19 MB/s | 19 MB 00:00 2023-12-09T04:19:16.669 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2023-12-09T04:19:16.669 INFO:teuthology.orchestra.run.smithi002.stdout:Total 40 MB/s | 51 MB 00:01 2023-12-09T04:19:17.030 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2023-12-09T04:19:17.065 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2023-12-09T04:19:17.071 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2023-12-09T04:19:17.071 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2023-12-09T04:19:17.108 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2023-12-09T04:19:17.108 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2023-12-09T04:19:17.162 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2023-12-09T04:19:17.208 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2023-12-09T04:19:17.208 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2023-12-09T04:19:17.524 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2023-12-09T04:19:17.527 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2023-12-09T04:19:17.533 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2023-12-09T04:19:17.536 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2023-12-09T04:19:17.655 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2023-12-09T04:19:17.659 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2023-12-09T04:19:18.668 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2023-12-09T04:19:18.705 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2023-12-09T04:19:18.714 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-09T04:19:18.764 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-09T04:19:18.869 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2023-12-09T04:19:18.895 INFO:teuthology.orchestra.run.smithi192.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-09T04:19:18.905 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-09T04:19:18.924 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-09T04:19:18.930 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-09T04:19:18.946 INFO:teuthology.orchestra.run.smithi158.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-09T04:19:18.955 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-09T04:19:18.978 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-09T04:19:19.086 INFO:teuthology.orchestra.run.smithi002.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-09T04:19:19.096 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-09T04:19:19.114 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-09T04:19:19.120 INFO:teuthology.orchestra.run.smithi192.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-09T04:19:19.162 INFO:teuthology.orchestra.run.smithi158.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-09T04:19:19.294 INFO:teuthology.orchestra.run.smithi002.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-09T04:19:36.043 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-09T04:19:36.221 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-09T04:19:37.167 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-09T04:19:37.807 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-09T04:19:38.001 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-09T04:19:38.017 INFO:teuthology.orchestra.run.smithi192.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-09T04:19:38.200 INFO:teuthology.orchestra.run.smithi158.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-09T04:19:38.241 INFO:teuthology.orchestra.run.smithi192.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-09T04:19:38.432 INFO:teuthology.orchestra.run.smithi192.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-09T04:19:38.446 INFO:teuthology.orchestra.run.smithi158.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-09T04:19:38.632 INFO:teuthology.orchestra.run.smithi158.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-09T04:19:38.677 INFO:teuthology.orchestra.run.smithi192.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-09T04:19:38.678 INFO:teuthology.orchestra.run.smithi192.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-09T04:19:38.678 INFO:teuthology.orchestra.run.smithi192.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-09T04:19:38.678 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-12-09T04:19:38.860 INFO:teuthology.orchestra.run.smithi158.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-09T04:19:38.860 INFO:teuthology.orchestra.run.smithi158.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-09T04:19:38.860 INFO:teuthology.orchestra.run.smithi158.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-09T04:19:38.860 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-12-09T04:19:39.028 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-09T04:19:39.215 INFO:teuthology.orchestra.run.smithi002.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-09T04:19:39.415 INFO:teuthology.orchestra.run.smithi002.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-09T04:19:39.464 INFO:teuthology.orchestra.run.smithi192.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-09T04:19:39.581 INFO:teuthology.orchestra.run.smithi002.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-09T04:19:39.675 INFO:teuthology.orchestra.run.smithi192.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-09T04:19:39.723 INFO:teuthology.orchestra.run.smithi158.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-09T04:19:39.819 INFO:teuthology.orchestra.run.smithi002.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-09T04:19:39.819 INFO:teuthology.orchestra.run.smithi002.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-09T04:19:39.819 INFO:teuthology.orchestra.run.smithi002.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-09T04:19:39.819 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-09T04:19:39.943 INFO:teuthology.orchestra.run.smithi158.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-09T04:19:40.615 INFO:teuthology.orchestra.run.smithi002.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-09T04:19:40.859 INFO:teuthology.orchestra.run.smithi002.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-09T04:19:41.150 INFO:teuthology.orchestra.run.smithi192.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-09T04:19:41.423 INFO:teuthology.orchestra.run.smithi158.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-09T04:19:41.444 INFO:teuthology.orchestra.run.smithi192.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-09T04:19:41.780 INFO:teuthology.orchestra.run.smithi158.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-09T04:19:41.836 INFO:teuthology.orchestra.run.smithi192.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-09T04:19:42.108 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-09T04:19:42.159 INFO:teuthology.orchestra.run.smithi158.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-09T04:19:42.364 INFO:teuthology.orchestra.run.smithi002.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-09T04:19:42.495 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-09T04:19:42.645 INFO:teuthology.orchestra.run.smithi002.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-09T04:19:42.834 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-09T04:19:43.053 INFO:teuthology.orchestra.run.smithi002.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-09T04:19:43.234 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-09T04:19:43.320 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-09T04:19:43.565 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-09T04:19:43.808 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-09T04:19:43.978 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-09T04:19:43.982 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-09T04:19:44.083 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-09T04:19:44.150 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-09T04:19:44.208 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-09T04:19:44.282 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-09T04:19:44.282 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-09T04:19:44.383 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-09T04:19:44.584 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-09T04:19:44.595 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-09T04:19:44.715 INFO:teuthology.orchestra.run.smithi158.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-09T04:19:44.716 INFO:teuthology.orchestra.run.smithi158.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-09T04:19:44.777 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-09T04:19:44.778 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-09T04:19:44.848 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-09T04:19:44.951 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-09T04:19:45.023 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-09T04:19:45.082 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-09T04:19:45.092 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-09T04:19:45.213 INFO:teuthology.orchestra.run.smithi158.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-09T04:19:45.213 INFO:teuthology.orchestra.run.smithi158.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-09T04:19:45.243 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-09T04:19:45.274 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-09T04:19:45.393 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-09T04:19:45.418 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-09T04:19:45.457 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-09T04:19:45.559 INFO:teuthology.orchestra.run.smithi158.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-09T04:19:45.569 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-09T04:19:45.582 INFO:teuthology.orchestra.run.smithi002.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-09T04:19:45.582 INFO:teuthology.orchestra.run.smithi002.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-09T04:19:45.718 INFO:teuthology.orchestra.run.smithi158.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-09T04:19:45.726 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-09T04:19:45.858 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-09T04:19:45.876 INFO:teuthology.orchestra.run.smithi158.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-09T04:19:45.897 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-09T04:19:46.046 INFO:teuthology.orchestra.run.smithi002.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-09T04:19:46.046 INFO:teuthology.orchestra.run.smithi002.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-09T04:19:46.047 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-09T04:19:46.048 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-09T04:19:46.055 INFO:teuthology.orchestra.run.smithi158.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-09T04:19:46.208 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-09T04:19:46.216 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-09T04:19:46.217 INFO:teuthology.orchestra.run.smithi158.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-09T04:19:46.341 INFO:teuthology.orchestra.run.smithi002.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-09T04:19:46.359 INFO:teuthology.orchestra.run.smithi158.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-09T04:19:46.475 INFO:teuthology.orchestra.run.smithi002.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-09T04:19:46.541 INFO:teuthology.orchestra.run.smithi158.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-09T04:19:46.542 INFO:teuthology.orchestra.run.smithi158.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-09T04:19:46.616 INFO:teuthology.orchestra.run.smithi002.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-09T04:19:46.708 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-09T04:19:46.742 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-09T04:19:46.779 INFO:teuthology.orchestra.run.smithi002.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-09T04:19:46.932 INFO:teuthology.orchestra.run.smithi002.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-09T04:19:47.049 INFO:teuthology.orchestra.run.smithi002.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-09T04:19:47.122 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-09T04:19:47.122 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-09T04:19:47.122 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-09T04:19:47.122 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-09T04:19:47.122 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-09T04:19:47.122 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-09T04:19:47.122 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-09T04:19:47.122 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-09T04:19:47.122 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-09T04:19:47.122 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-09T04:19:47.122 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-09T04:19:47.122 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-09T04:19:47.123 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-09T04:19:47.123 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-09T04:19:47.123 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-09T04:19:47.123 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-09T04:19:47.123 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-09T04:19:47.123 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-09T04:19:47.123 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-09T04:19:47.123 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-09T04:19:47.123 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-09T04:19:47.123 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-09T04:19:47.123 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-09T04:19:47.123 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-09T04:19:47.123 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-09T04:19:47.123 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-09T04:19:47.123 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-09T04:19:47.124 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-09T04:19:47.124 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-09T04:19:47.124 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-09T04:19:47.125 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-09T04:19:47.199 INFO:teuthology.orchestra.run.smithi002.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-09T04:19:47.200 INFO:teuthology.orchestra.run.smithi002.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-09T04:19:47.238 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-09T04:19:47.349 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-09T04:19:47.627 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-09T04:19:47.627 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-09T04:19:47.628 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-09T04:19:47.628 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-09T04:19:47.628 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-09T04:19:47.628 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-09T04:19:47.628 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-09T04:19:47.628 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-09T04:19:47.628 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-09T04:19:47.628 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-09T04:19:47.628 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-09T04:19:47.628 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-09T04:19:47.628 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-09T04:19:47.628 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-09T04:19:47.629 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-09T04:19:47.629 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-09T04:19:47.629 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-09T04:19:47.629 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-09T04:19:47.629 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-09T04:19:47.629 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-09T04:19:47.629 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-09T04:19:47.629 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-09T04:19:47.629 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-09T04:19:47.629 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-09T04:19:47.629 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-09T04:19:47.629 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-09T04:19:47.629 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-09T04:19:47.630 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-09T04:19:47.630 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-09T04:19:47.630 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-09T04:19:47.630 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-09T04:19:47.883 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-09T04:19:48.311 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-09T04:19:48.311 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-09T04:19:48.311 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-09T04:19:48.311 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-09T04:19:48.311 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-09T04:19:48.311 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-09T04:19:48.311 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-09T04:19:48.312 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-09T04:19:48.312 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-09T04:19:48.312 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-09T04:19:48.312 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-09T04:19:48.312 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-09T04:19:48.312 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-09T04:19:48.312 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-09T04:19:48.312 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-09T04:19:48.312 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-09T04:19:48.312 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-09T04:19:48.312 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-09T04:19:48.312 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-09T04:19:48.312 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-09T04:19:48.312 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-09T04:19:48.312 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-09T04:19:48.313 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-09T04:19:48.313 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-09T04:19:48.313 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-09T04:19:48.313 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-09T04:19:48.313 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-09T04:19:48.313 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-09T04:19:48.313 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-09T04:19:48.313 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-09T04:19:48.313 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-09T04:19:51.224 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-09T04:19:51.224 INFO:teuthology.orchestra.run.smithi192.stdout:Installed products updated. 2023-12-09T04:19:51.422 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-12-09T04:19:51.423 INFO:teuthology.orchestra.run.smithi192.stdout:Downgraded: 2023-12-09T04:19:51.423 INFO:teuthology.orchestra.run.smithi192.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:19:51.423 INFO:teuthology.orchestra.run.smithi192.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-09T04:19:51.423 INFO:teuthology.orchestra.run.smithi192.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:19:51.423 INFO:teuthology.orchestra.run.smithi192.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:19:51.423 INFO:teuthology.orchestra.run.smithi192.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:19:51.423 INFO:teuthology.orchestra.run.smithi192.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:19:51.423 INFO:teuthology.orchestra.run.smithi192.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:19:51.423 INFO:teuthology.orchestra.run.smithi192.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:19:51.423 INFO:teuthology.orchestra.run.smithi192.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:19:51.423 INFO:teuthology.orchestra.run.smithi192.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-09T04:19:51.424 INFO:teuthology.orchestra.run.smithi192.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:19:51.424 INFO:teuthology.orchestra.run.smithi192.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:19:51.424 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2023-12-09T04:19:51.424 INFO:teuthology.orchestra.run.smithi192.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:19:51.424 INFO:teuthology.orchestra.run.smithi192.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-09T04:19:51.424 INFO:teuthology.orchestra.run.smithi192.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:19:51.424 INFO:teuthology.orchestra.run.smithi192.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:19:51.424 INFO:teuthology.orchestra.run.smithi192.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:19:51.424 INFO:teuthology.orchestra.run.smithi192.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-09T04:19:51.424 INFO:teuthology.orchestra.run.smithi192.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-09T04:19:51.424 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-12-09T04:19:51.425 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2023-12-09T04:19:51.599 DEBUG:teuthology.parallel:result is None 2023-12-09T04:19:51.852 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-09T04:19:51.852 INFO:teuthology.orchestra.run.smithi158.stdout:Installed products updated. 2023-12-09T04:19:52.053 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-12-09T04:19:52.053 INFO:teuthology.orchestra.run.smithi158.stdout:Downgraded: 2023-12-09T04:19:52.054 INFO:teuthology.orchestra.run.smithi158.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:19:52.054 INFO:teuthology.orchestra.run.smithi158.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-09T04:19:52.054 INFO:teuthology.orchestra.run.smithi158.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:19:52.054 INFO:teuthology.orchestra.run.smithi158.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:19:52.054 INFO:teuthology.orchestra.run.smithi158.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:19:52.054 INFO:teuthology.orchestra.run.smithi158.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:19:52.054 INFO:teuthology.orchestra.run.smithi158.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:19:52.054 INFO:teuthology.orchestra.run.smithi158.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:19:52.054 INFO:teuthology.orchestra.run.smithi158.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:19:52.054 INFO:teuthology.orchestra.run.smithi158.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-09T04:19:52.054 INFO:teuthology.orchestra.run.smithi158.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:19:52.054 INFO:teuthology.orchestra.run.smithi158.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:19:52.054 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2023-12-09T04:19:52.055 INFO:teuthology.orchestra.run.smithi158.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:19:52.055 INFO:teuthology.orchestra.run.smithi158.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-09T04:19:52.055 INFO:teuthology.orchestra.run.smithi158.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:19:52.055 INFO:teuthology.orchestra.run.smithi158.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:19:52.055 INFO:teuthology.orchestra.run.smithi158.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:19:52.055 INFO:teuthology.orchestra.run.smithi158.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-09T04:19:52.055 INFO:teuthology.orchestra.run.smithi158.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-09T04:19:52.055 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-12-09T04:19:52.055 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-12-09T04:19:52.243 DEBUG:teuthology.parallel:result is None 2023-12-09T04:19:52.444 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-09T04:19:52.444 INFO:teuthology.orchestra.run.smithi002.stdout:Installed products updated. 2023-12-09T04:19:52.653 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-09T04:19:52.653 INFO:teuthology.orchestra.run.smithi002.stdout:Downgraded: 2023-12-09T04:19:52.653 INFO:teuthology.orchestra.run.smithi002.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:19:52.653 INFO:teuthology.orchestra.run.smithi002.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-09T04:19:52.654 INFO:teuthology.orchestra.run.smithi002.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:19:52.654 INFO:teuthology.orchestra.run.smithi002.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:19:52.654 INFO:teuthology.orchestra.run.smithi002.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:19:52.654 INFO:teuthology.orchestra.run.smithi002.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:19:52.654 INFO:teuthology.orchestra.run.smithi002.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:19:52.654 INFO:teuthology.orchestra.run.smithi002.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:19:52.654 INFO:teuthology.orchestra.run.smithi002.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:19:52.654 INFO:teuthology.orchestra.run.smithi002.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-09T04:19:52.654 INFO:teuthology.orchestra.run.smithi002.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:19:52.654 INFO:teuthology.orchestra.run.smithi002.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:19:52.654 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2023-12-09T04:19:52.654 INFO:teuthology.orchestra.run.smithi002.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:19:52.654 INFO:teuthology.orchestra.run.smithi002.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-09T04:19:52.655 INFO:teuthology.orchestra.run.smithi002.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:19:52.655 INFO:teuthology.orchestra.run.smithi002.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:19:52.655 INFO:teuthology.orchestra.run.smithi002.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:19:52.655 INFO:teuthology.orchestra.run.smithi002.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-09T04:19:52.655 INFO:teuthology.orchestra.run.smithi002.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-09T04:19:52.655 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-09T04:19:52.655 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2023-12-09T04:19:52.855 DEBUG:teuthology.parallel:result is None 2023-12-09T04:19:52.856 INFO:teuthology.run_tasks:Running task install... 2023-12-09T04:19:52.866 DEBUG:teuthology.task.install:project ceph 2023-12-09T04:19:52.866 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '9dcc13bb80dcc1cdea72b04d80505b4649a2b882'}} 2023-12-09T04:19:52.866 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '9dcc13bb80dcc1cdea72b04d80505b4649a2b882'} 2023-12-09T04:19:52.866 INFO:teuthology.task.install:Using flavor: default 2023-12-09T04:19:52.873 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-09T04:19:52.873 INFO:teuthology.task.install:extra packages: [] 2023-12-09T04:19:52.873 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': '9dcc13bb80dcc1cdea72b04d80505b4649a2b882', 'tag': None, 'wait_for_package': False} 2023-12-09T04:19:52.874 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 2023-12-09T04:19:52.876 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': '9dcc13bb80dcc1cdea72b04d80505b4649a2b882', 'tag': None, 'wait_for_package': False} 2023-12-09T04:19:52.876 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 2023-12-09T04:19:52.877 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': '9dcc13bb80dcc1cdea72b04d80505b4649a2b882', 'tag': None, 'wait_for_package': False} 2023-12-09T04:19:52.877 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 2023-12-09T04:19:53.027 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/ 2023-12-09T04:19:53.027 INFO:teuthology.task.install.rpm:Package version is 19.0.0-44.g9dcc13bb 2023-12-09T04:19:53.036 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/ 2023-12-09T04:19:53.036 INFO:teuthology.task.install.rpm:Package version is 19.0.0-44.g9dcc13bb 2023-12-09T04:19:53.104 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/ 2023-12-09T04:19:53.105 INFO:teuthology.task.install.rpm:Package version is 19.0.0-44.g9dcc13bb 2023-12-09T04:19:53.201 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-09T04:19:53.202 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2023-12-09T04:19:53.202 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-09T04:19:53.212 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-09T04:19:53.212 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2023-12-09T04:19:53.212 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-09T04:19:53.215 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-09T04:19:53.216 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-12-09T04:19:53.216 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-09T04:19:53.234 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-09T04:19:53.235 DEBUG:teuthology.orchestra.run.smithi158:> 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/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-09T04:19:53.245 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-09T04:19:53.246 DEBUG:teuthology.orchestra.run.smithi002:> 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/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-09T04:19:53.247 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-09T04:19:53.247 DEBUG:teuthology.orchestra.run.smithi192:> 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/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-09T04:19:53.307 DEBUG:teuthology.orchestra.run.smithi158:> 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-09T04:19:53.315 DEBUG:teuthology.orchestra.run.smithi002:> 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-09T04:19:53.318 DEBUG:teuthology.orchestra.run.smithi192:> 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-09T04:19:53.388 DEBUG:teuthology.orchestra.run.smithi158:> 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-09T04:19:53.393 DEBUG:teuthology.orchestra.run.smithi002:> 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-09T04:19:53.399 DEBUG:teuthology.orchestra.run.smithi192:> 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-09T04:19:53.456 INFO:teuthology.orchestra.run.smithi158.stdout:check_obsoletes = 1 2023-12-09T04:19:53.457 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum clean all 2023-12-09T04:19:53.460 INFO:teuthology.orchestra.run.smithi002.stdout:check_obsoletes = 1 2023-12-09T04:19:53.461 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum clean all 2023-12-09T04:19:53.466 INFO:teuthology.orchestra.run.smithi192.stdout:check_obsoletes = 1 2023-12-09T04:19:53.467 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum clean all 2023-12-09T04:19:53.831 INFO:teuthology.orchestra.run.smithi158.stdout:Updating Subscription Management repositories. 2023-12-09T04:19:53.840 INFO:teuthology.orchestra.run.smithi192.stdout:Updating Subscription Management repositories. 2023-12-09T04:19:53.855 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-12-09T04:19:54.178 INFO:teuthology.orchestra.run.smithi158.stdout:44 files removed 2023-12-09T04:19:54.196 INFO:teuthology.orchestra.run.smithi192.stdout:44 files removed 2023-12-09T04:19:54.207 INFO:teuthology.orchestra.run.smithi002.stdout:44 files removed 2023-12-09T04:19:54.225 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install ceph-radosgw 2023-12-09T04:19:54.243 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-radosgw 2023-12-09T04:19:54.254 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install ceph-radosgw 2023-12-09T04:19:54.556 INFO:teuthology.orchestra.run.smithi158.stdout:Updating Subscription Management repositories. 2023-12-09T04:19:54.572 INFO:teuthology.orchestra.run.smithi192.stdout:Updating Subscription Management repositories. 2023-12-09T04:19:54.608 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-12-09T04:19:55.341 INFO:teuthology.orchestra.run.smithi158.stdout:ceph packages for x86_64 256 kB/s | 81 kB 00:00 2023-12-09T04:19:55.362 INFO:teuthology.orchestra.run.smithi192.stdout:ceph packages for x86_64 252 kB/s | 81 kB 00:00 2023-12-09T04:19:55.452 INFO:teuthology.orchestra.run.smithi002.stdout:ceph packages for x86_64 250 kB/s | 81 kB 00:00 2023-12-09T04:19:55.621 INFO:teuthology.orchestra.run.smithi192.stdout:ceph noarch packages 42 kB/s | 9.5 kB 00:00 2023-12-09T04:19:55.725 INFO:teuthology.orchestra.run.smithi158.stdout:ceph noarch packages 27 kB/s | 9.5 kB 00:00 2023-12-09T04:19:55.778 INFO:teuthology.orchestra.run.smithi002.stdout:ceph noarch packages 33 kB/s | 9.5 kB 00:00 2023-12-09T04:19:55.955 INFO:teuthology.orchestra.run.smithi192.stdout:ceph source packages 4.8 kB/s | 1.5 kB 00:00 2023-12-09T04:19:55.984 INFO:teuthology.orchestra.run.smithi158.stdout:ceph source packages 6.3 kB/s | 1.5 kB 00:00 2023-12-09T04:19:56.079 INFO:teuthology.orchestra.run.smithi002.stdout:ceph source packages 5.4 kB/s | 1.5 kB 00:00 2023-12-09T04:19:56.088 INFO:teuthology.orchestra.run.smithi192.stdout:Copr repo for python3-asyncssh owned by ceph 30 kB/s | 3.5 kB 00:00 2023-12-09T04:19:56.126 INFO:teuthology.orchestra.run.smithi158.stdout:Copr repo for python3-asyncssh owned by ceph 28 kB/s | 3.5 kB 00:00 2023-12-09T04:19:56.213 INFO:teuthology.orchestra.run.smithi002.stdout:Copr repo for python3-asyncssh owned by ceph 31 kB/s | 3.5 kB 00:00 2023-12-09T04:19:56.880 INFO:teuthology.orchestra.run.smithi158.stdout:Extra Packages for Enterprise Linux 22 MB/s | 16 MB 00:00 2023-12-09T04:19:57.393 INFO:teuthology.orchestra.run.smithi002.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2023-12-09T04:19:57.625 INFO:teuthology.orchestra.run.smithi192.stdout:Extra Packages for Enterprise Linux 11 MB/s | 16 MB 00:01 2023-12-09T04:20:00.436 INFO:teuthology.orchestra.run.smithi158.stdout:lab-extras 400 kB/s | 24 kB 00:00 2023-12-09T04:20:01.106 INFO:teuthology.orchestra.run.smithi192.stdout:lab-extras 409 kB/s | 24 kB 00:00 2023-12-09T04:20:01.138 INFO:teuthology.orchestra.run.smithi002.stdout:lab-extras 478 kB/s | 24 kB 00:00 2023-12-09T04:20:01.346 INFO:teuthology.orchestra.run.smithi158.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 56 MB/s | 47 MB 00:00 2023-12-09T04:20:02.024 INFO:teuthology.orchestra.run.smithi192.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 63 MB/s | 53 MB 00:00 2023-12-09T04:20:02.081 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 61 MB/s | 53 MB 00:00 2023-12-09T04:20:09.306 INFO:teuthology.orchestra.run.smithi158.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 63 MB/s | 53 MB 00:00 2023-12-09T04:20:10.242 INFO:teuthology.orchestra.run.smithi192.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 54 MB/s | 47 MB 00:00 2023-12-09T04:20:10.724 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 57 MB/s | 47 MB 00:00 2023-12-09T04:20:20.556 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-12-09T04:20:20.558 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================================== 2023-12-09T04:20:20.559 INFO:teuthology.orchestra.run.smithi158.stdout: Package Arch Version Repository Size 2023-12-09T04:20:20.559 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================================== 2023-12-09T04:20:20.559 INFO:teuthology.orchestra.run.smithi158.stdout:Installing: 2023-12-09T04:20:20.559 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-radosgw x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 14 M 2023-12-09T04:20:20.559 INFO:teuthology.orchestra.run.smithi158.stdout:Upgrading: 2023-12-09T04:20:20.559 INFO:teuthology.orchestra.run.smithi158.stdout: librados2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 3.8 M 2023-12-09T04:20:20.559 INFO:teuthology.orchestra.run.smithi158.stdout: librbd1 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 3.7 M 2023-12-09T04:20:20.559 INFO:teuthology.orchestra.run.smithi158.stdout:Installing dependencies: 2023-12-09T04:20:20.559 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-base x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 5.4 M 2023-12-09T04:20:20.559 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-common x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 23 M 2023-12-09T04:20:20.559 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-selinux x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 24 k 2023-12-09T04:20:20.559 INFO:teuthology.orchestra.run.smithi158.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-09T04:20:20.559 INFO:teuthology.orchestra.run.smithi158.stdout: libcephfs2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 839 k 2023-12-09T04:20:20.560 INFO:teuthology.orchestra.run.smithi158.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-09T04:20:20.560 INFO:teuthology.orchestra.run.smithi158.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-09T04:20:20.560 INFO:teuthology.orchestra.run.smithi158.stdout: libradosstriper1 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 517 k 2023-12-09T04:20:20.560 INFO:teuthology.orchestra.run.smithi158.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-09T04:20:20.560 INFO:teuthology.orchestra.run.smithi158.stdout: librgw2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 6.9 M 2023-12-09T04:20:20.560 INFO:teuthology.orchestra.run.smithi158.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-09T04:20:20.560 INFO:teuthology.orchestra.run.smithi158.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-09T04:20:20.560 INFO:teuthology.orchestra.run.smithi158.stdout: python3-ceph-argparse x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 45 k 2023-12-09T04:20:20.561 INFO:teuthology.orchestra.run.smithi158.stdout: python3-ceph-common x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 128 k 2023-12-09T04:20:20.561 INFO:teuthology.orchestra.run.smithi158.stdout: python3-cephfs x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 197 k 2023-12-09T04:20:20.561 INFO:teuthology.orchestra.run.smithi158.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-09T04:20:20.561 INFO:teuthology.orchestra.run.smithi158.stdout: python3-rados x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 371 k 2023-12-09T04:20:20.561 INFO:teuthology.orchestra.run.smithi158.stdout: python3-rbd x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 365 k 2023-12-09T04:20:20.561 INFO:teuthology.orchestra.run.smithi158.stdout: python3-rgw x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 107 k 2023-12-09T04:20:20.561 INFO:teuthology.orchestra.run.smithi158.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-09T04:20:20.561 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-12-09T04:20:20.562 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2023-12-09T04:20:20.562 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================================== 2023-12-09T04:20:20.562 INFO:teuthology.orchestra.run.smithi158.stdout:Install 21 Packages 2023-12-09T04:20:20.562 INFO:teuthology.orchestra.run.smithi158.stdout:Upgrade 2 Packages 2023-12-09T04:20:20.562 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-12-09T04:20:20.563 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 62 M 2023-12-09T04:20:20.563 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2023-12-09T04:20:21.173 INFO:teuthology.orchestra.run.smithi158.stdout:(1/23): ceph-base-19.0.0-44.g9dcc13bb.el8.x86_6 12 MB/s | 5.4 MB 00:00 2023-12-09T04:20:21.215 INFO:teuthology.orchestra.run.smithi158.stdout:(2/23): ceph-selinux-19.0.0-44.g9dcc13bb.el8.x8 588 kB/s | 24 kB 00:00 2023-12-09T04:20:21.282 INFO:teuthology.orchestra.run.smithi158.stdout:(3/23): libcephfs2-19.0.0-44.g9dcc13bb.el8.x86_ 12 MB/s | 839 kB 00:00 2023-12-09T04:20:21.348 INFO:teuthology.orchestra.run.smithi158.stdout:(4/23): libradosstriper1-19.0.0-44.g9dcc13bb.el 7.6 MB/s | 517 kB 00:00 2023-12-09T04:20:21.390 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2023-12-09T04:20:21.392 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================================== 2023-12-09T04:20:21.392 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2023-12-09T04:20:21.392 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================================== 2023-12-09T04:20:21.392 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2023-12-09T04:20:21.392 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-radosgw x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 14 M 2023-12-09T04:20:21.393 INFO:teuthology.orchestra.run.smithi192.stdout:Upgrading: 2023-12-09T04:20:21.393 INFO:teuthology.orchestra.run.smithi192.stdout: librados2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 3.8 M 2023-12-09T04:20:21.393 INFO:teuthology.orchestra.run.smithi192.stdout: librbd1 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 3.7 M 2023-12-09T04:20:21.393 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2023-12-09T04:20:21.393 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-base x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 5.4 M 2023-12-09T04:20:21.393 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-common x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 23 M 2023-12-09T04:20:21.393 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-selinux x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 24 k 2023-12-09T04:20:21.393 INFO:teuthology.orchestra.run.smithi192.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-09T04:20:21.393 INFO:teuthology.orchestra.run.smithi192.stdout: libcephfs2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 839 k 2023-12-09T04:20:21.393 INFO:teuthology.orchestra.run.smithi192.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-09T04:20:21.393 INFO:teuthology.orchestra.run.smithi192.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-09T04:20:21.393 INFO:teuthology.orchestra.run.smithi192.stdout: libradosstriper1 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 517 k 2023-12-09T04:20:21.393 INFO:teuthology.orchestra.run.smithi192.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-09T04:20:21.393 INFO:teuthology.orchestra.run.smithi192.stdout: librgw2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 6.9 M 2023-12-09T04:20:21.394 INFO:teuthology.orchestra.run.smithi192.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-09T04:20:21.394 INFO:teuthology.orchestra.run.smithi192.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-09T04:20:21.394 INFO:teuthology.orchestra.run.smithi192.stdout: python3-ceph-argparse x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 45 k 2023-12-09T04:20:21.394 INFO:teuthology.orchestra.run.smithi192.stdout: python3-ceph-common x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 128 k 2023-12-09T04:20:21.394 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cephfs x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 197 k 2023-12-09T04:20:21.394 INFO:teuthology.orchestra.run.smithi192.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-09T04:20:21.394 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rados x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 371 k 2023-12-09T04:20:21.394 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rbd x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 365 k 2023-12-09T04:20:21.394 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rgw x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 107 k 2023-12-09T04:20:21.394 INFO:teuthology.orchestra.run.smithi192.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-09T04:20:21.394 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-12-09T04:20:21.394 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2023-12-09T04:20:21.394 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================================== 2023-12-09T04:20:21.394 INFO:teuthology.orchestra.run.smithi192.stdout:Install 21 Packages 2023-12-09T04:20:21.395 INFO:teuthology.orchestra.run.smithi192.stdout:Upgrade 2 Packages 2023-12-09T04:20:21.395 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-12-09T04:20:21.395 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 62 M 2023-12-09T04:20:21.395 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2023-12-09T04:20:21.724 INFO:teuthology.orchestra.run.smithi158.stdout:(5/23): librgw2-19.0.0-44.g9dcc13bb.el8.x86_64. 18 MB/s | 6.9 MB 00:00 2023-12-09T04:20:21.774 INFO:teuthology.orchestra.run.smithi158.stdout:(6/23): python3-ceph-argparse-19.0.0-44.g9dcc13 901 kB/s | 45 kB 00:00 2023-12-09T04:20:21.825 INFO:teuthology.orchestra.run.smithi158.stdout:(7/23): python3-ceph-common-19.0.0-44.g9dcc13bb 2.5 MB/s | 128 kB 00:00 2023-12-09T04:20:21.883 INFO:teuthology.orchestra.run.smithi158.stdout:(8/23): python3-cephfs-19.0.0-44.g9dcc13bb.el8. 3.3 MB/s | 197 kB 00:00 2023-12-09T04:20:21.942 INFO:teuthology.orchestra.run.smithi158.stdout:(9/23): python3-rados-19.0.0-44.g9dcc13bb.el8.x 6.2 MB/s | 371 kB 00:00 2023-12-09T04:20:22.009 INFO:teuthology.orchestra.run.smithi158.stdout:(10/23): python3-rbd-19.0.0-44.g9dcc13bb.el8.x8 5.4 MB/s | 365 kB 00:00 2023-12-09T04:20:22.067 INFO:teuthology.orchestra.run.smithi158.stdout:(11/23): python3-rgw-19.0.0-44.g9dcc13bb.el8.x8 1.8 MB/s | 107 kB 00:00 2023-12-09T04:20:22.268 INFO:teuthology.orchestra.run.smithi158.stdout:(12/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.5 MB/s | 306 kB 00:00 2023-12-09T04:20:22.334 INFO:teuthology.orchestra.run.smithi158.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 884 kB/s | 59 kB 00:00 2023-12-09T04:20:22.385 INFO:teuthology.orchestra.run.smithi158.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.5 MB/s | 75 kB 00:00 2023-12-09T04:20:22.418 INFO:teuthology.orchestra.run.smithi192.stdout:(1/23): ceph-base-19.0.0-44.g9dcc13bb.el8.x86_6 5.4 MB/s | 5.4 MB 00:00 2023-12-09T04:20:22.477 INFO:teuthology.orchestra.run.smithi192.stdout:(2/23): ceph-selinux-19.0.0-44.g9dcc13bb.el8.x8 418 kB/s | 24 kB 00:00 2023-12-09T04:20:22.484 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2023-12-09T04:20:22.487 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================================== 2023-12-09T04:20:22.487 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repository Size 2023-12-09T04:20:22.487 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================================== 2023-12-09T04:20:22.487 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2023-12-09T04:20:22.487 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-radosgw x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 14 M 2023-12-09T04:20:22.487 INFO:teuthology.orchestra.run.smithi002.stdout:Upgrading: 2023-12-09T04:20:22.487 INFO:teuthology.orchestra.run.smithi002.stdout: librados2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 3.8 M 2023-12-09T04:20:22.488 INFO:teuthology.orchestra.run.smithi002.stdout: librbd1 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 3.7 M 2023-12-09T04:20:22.488 INFO:teuthology.orchestra.run.smithi002.stdout:Installing dependencies: 2023-12-09T04:20:22.488 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-base x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 5.4 M 2023-12-09T04:20:22.488 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-common x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 23 M 2023-12-09T04:20:22.488 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-selinux x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 24 k 2023-12-09T04:20:22.488 INFO:teuthology.orchestra.run.smithi002.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-09T04:20:22.488 INFO:teuthology.orchestra.run.smithi002.stdout: libcephfs2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 839 k 2023-12-09T04:20:22.488 INFO:teuthology.orchestra.run.smithi002.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-09T04:20:22.488 INFO:teuthology.orchestra.run.smithi002.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-09T04:20:22.488 INFO:teuthology.orchestra.run.smithi002.stdout: libradosstriper1 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 517 k 2023-12-09T04:20:22.488 INFO:teuthology.orchestra.run.smithi002.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-09T04:20:22.488 INFO:teuthology.orchestra.run.smithi002.stdout: librgw2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 6.9 M 2023-12-09T04:20:22.488 INFO:teuthology.orchestra.run.smithi002.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-09T04:20:22.488 INFO:teuthology.orchestra.run.smithi002.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-09T04:20:22.488 INFO:teuthology.orchestra.run.smithi002.stdout: python3-ceph-argparse x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 45 k 2023-12-09T04:20:22.489 INFO:teuthology.orchestra.run.smithi002.stdout: python3-ceph-common x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 128 k 2023-12-09T04:20:22.489 INFO:teuthology.orchestra.run.smithi002.stdout: python3-cephfs x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 197 k 2023-12-09T04:20:22.489 INFO:teuthology.orchestra.run.smithi002.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-09T04:20:22.489 INFO:teuthology.orchestra.run.smithi002.stdout: python3-rados x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 371 k 2023-12-09T04:20:22.489 INFO:teuthology.orchestra.run.smithi002.stdout: python3-rbd x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 365 k 2023-12-09T04:20:22.489 INFO:teuthology.orchestra.run.smithi002.stdout: python3-rgw x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 107 k 2023-12-09T04:20:22.489 INFO:teuthology.orchestra.run.smithi002.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-09T04:20:22.489 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-09T04:20:22.489 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2023-12-09T04:20:22.489 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================================== 2023-12-09T04:20:22.489 INFO:teuthology.orchestra.run.smithi002.stdout:Install 21 Packages 2023-12-09T04:20:22.489 INFO:teuthology.orchestra.run.smithi002.stdout:Upgrade 2 Packages 2023-12-09T04:20:22.489 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-09T04:20:22.490 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 62 M 2023-12-09T04:20:22.490 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2023-12-09T04:20:22.627 INFO:teuthology.orchestra.run.smithi192.stdout:(3/23): libcephfs2-19.0.0-44.g9dcc13bb.el8.x86_ 5.5 MB/s | 839 kB 00:00 2023-12-09T04:20:22.727 INFO:teuthology.orchestra.run.smithi192.stdout:(4/23): libradosstriper1-19.0.0-44.g9dcc13bb.el 5.1 MB/s | 517 kB 00:00 2023-12-09T04:20:22.802 INFO:teuthology.orchestra.run.smithi158.stdout:(15/23): thrift-0.13.0-2.el8.x86_64.rpm 4.2 MB/s | 1.7 MB 00:00 2023-12-09T04:20:22.869 INFO:teuthology.orchestra.run.smithi158.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 3.8 MB/s | 259 kB 00:00 2023-12-09T04:20:22.911 INFO:teuthology.orchestra.run.smithi158.stdout:(17/23): python3-prettytable-0.7.2-14.el8.noarc 1.0 MB/s | 44 kB 00:00 2023-12-09T04:20:22.961 INFO:teuthology.orchestra.run.smithi158.stdout:(18/23): librdkafka-0.11.4-3.el8.x86_64.rpm 6.9 MB/s | 354 kB 00:00 2023-12-09T04:20:23.020 INFO:teuthology.orchestra.run.smithi158.stdout:(19/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 804 kB/s | 47 kB 00:00 2023-12-09T04:20:23.786 INFO:teuthology.orchestra.run.smithi192.stdout:(5/23): librgw2-19.0.0-44.g9dcc13bb.el8.x86_64. 6.5 MB/s | 6.9 MB 00:01 2023-12-09T04:20:23.877 INFO:teuthology.orchestra.run.smithi192.stdout:(6/23): python3-ceph-argparse-19.0.0-44.g9dcc13 489 kB/s | 45 kB 00:00 2023-12-09T04:20:23.969 INFO:teuthology.orchestra.run.smithi192.stdout:(7/23): python3-ceph-common-19.0.0-44.g9dcc13bb 1.4 MB/s | 128 kB 00:00 2023-12-09T04:20:24.070 INFO:teuthology.orchestra.run.smithi192.stdout:(8/23): python3-cephfs-19.0.0-44.g9dcc13bb.el8. 1.9 MB/s | 197 kB 00:00 2023-12-09T04:20:24.195 INFO:teuthology.orchestra.run.smithi192.stdout:(9/23): python3-rados-19.0.0-44.g9dcc13bb.el8.x 2.9 MB/s | 371 kB 00:00 2023-12-09T04:20:24.304 INFO:teuthology.orchestra.run.smithi192.stdout:(10/23): python3-rbd-19.0.0-44.g9dcc13bb.el8.x8 3.3 MB/s | 365 kB 00:00 2023-12-09T04:20:24.454 INFO:teuthology.orchestra.run.smithi192.stdout:(11/23): ceph-radosgw-19.0.0-44.g9dcc13bb.el8.x 4.6 MB/s | 14 MB 00:03 2023-12-09T04:20:24.479 INFO:teuthology.orchestra.run.smithi192.stdout:(12/23): python3-rgw-19.0.0-44.g9dcc13bb.el8.x8 609 kB/s | 107 kB 00:00 2023-12-09T04:20:24.554 INFO:teuthology.orchestra.run.smithi158.stdout:(20/23): ceph-radosgw-19.0.0-44.g9dcc13bb.el8.x 3.6 MB/s | 14 MB 00:03 2023-12-09T04:20:24.571 INFO:teuthology.orchestra.run.smithi192.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 640 kB/s | 59 kB 00:00 2023-12-09T04:20:24.596 INFO:teuthology.orchestra.run.smithi192.stdout:(14/23): gperftools-libs-2.7-9.el8.x86_64.rpm 2.1 MB/s | 306 kB 00:00 2023-12-09T04:20:24.630 INFO:teuthology.orchestra.run.smithi192.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.2 MB/s | 75 kB 00:00 2023-12-09T04:20:24.672 INFO:teuthology.orchestra.run.smithi192.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 1.1 MB/s | 47 kB 00:00 2023-12-09T04:20:24.714 INFO:teuthology.orchestra.run.smithi192.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 6.1 MB/s | 259 kB 00:00 2023-12-09T04:20:24.756 INFO:teuthology.orchestra.run.smithi192.stdout:(18/23): thrift-0.13.0-2.el8.x86_64.rpm 11 MB/s | 1.7 MB 00:00 2023-12-09T04:20:24.773 INFO:teuthology.orchestra.run.smithi192.stdout:(19/23): python3-prettytable-0.7.2-14.el8.noarc 751 kB/s | 44 kB 00:00 2023-12-09T04:20:24.823 INFO:teuthology.orchestra.run.smithi192.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 5.2 MB/s | 354 kB 00:00 2023-12-09T04:20:25.399 INFO:teuthology.orchestra.run.smithi158.stdout:(21/23): librbd1-19.0.0-44.g9dcc13bb.el8.x86_64 4.4 MB/s | 3.7 MB 00:00 2023-12-09T04:20:25.666 INFO:teuthology.orchestra.run.smithi192.stdout:(21/23): ceph-common-19.0.0-44.g9dcc13bb.el8.x8 5.3 MB/s | 23 MB 00:04 2023-12-09T04:20:25.732 INFO:teuthology.orchestra.run.smithi192.stdout:(22/23): librados2-19.0.0-44.g9dcc13bb.el8.x86_ 4.0 MB/s | 3.8 MB 00:00 2023-12-09T04:20:25.824 INFO:teuthology.orchestra.run.smithi192.stdout:(23/23): librbd1-19.0.0-44.g9dcc13bb.el8.x86_64 3.7 MB/s | 3.7 MB 00:01 2023-12-09T04:20:25.826 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2023-12-09T04:20:25.826 INFO:teuthology.orchestra.run.smithi192.stdout:Total 14 MB/s | 62 MB 00:04 2023-12-09T04:20:25.870 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2023-12-09T04:20:25.915 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2023-12-09T04:20:25.915 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2023-12-09T04:20:26.247 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2023-12-09T04:20:26.251 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2023-12-09T04:20:26.254 INFO:teuthology.orchestra.run.smithi158.stdout:(22/23): ceph-common-19.0.0-44.g9dcc13bb.el8.x8 4.1 MB/s | 23 MB 00:05 2023-12-09T04:20:26.329 INFO:teuthology.orchestra.run.smithi158.stdout:(23/23): librados2-19.0.0-44.g9dcc13bb.el8.x86_ 1.1 MB/s | 3.8 MB 00:03 2023-12-09T04:20:26.331 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2023-12-09T04:20:26.332 INFO:teuthology.orchestra.run.smithi158.stdout:Total 11 MB/s | 62 MB 00:05 2023-12-09T04:20:26.377 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2023-12-09T04:20:26.423 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2023-12-09T04:20:26.423 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2023-12-09T04:20:26.608 INFO:teuthology.orchestra.run.smithi002.stdout:(1/23): ceph-common-19.0.0-44.g9dcc13bb.el8.x86 5.5 MB/s | 23 MB 00:04 2023-12-09T04:20:26.658 INFO:teuthology.orchestra.run.smithi002.stdout:(2/23): ceph-selinux-19.0.0-44.g9dcc13bb.el8.x8 490 kB/s | 24 kB 00:00 2023-12-09T04:20:26.752 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2023-12-09T04:20:26.756 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2023-12-09T04:20:26.775 INFO:teuthology.orchestra.run.smithi002.stdout:(3/23): libcephfs2-19.0.0-44.g9dcc13bb.el8.x86_ 7.0 MB/s | 839 kB 00:00 2023-12-09T04:20:26.842 INFO:teuthology.orchestra.run.smithi002.stdout:(4/23): libradosstriper1-19.0.0-44.g9dcc13bb.el 7.6 MB/s | 517 kB 00:00 2023-12-09T04:20:27.025 INFO:teuthology.orchestra.run.smithi002.stdout:(5/23): ceph-base-19.0.0-44.g9dcc13bb.el8.x86_6 1.2 MB/s | 5.4 MB 00:04 2023-12-09T04:20:27.092 INFO:teuthology.orchestra.run.smithi002.stdout:(6/23): python3-ceph-argparse-19.0.0-44.g9dcc13 673 kB/s | 45 kB 00:00 2023-12-09T04:20:27.259 INFO:teuthology.orchestra.run.smithi002.stdout:(7/23): librgw2-19.0.0-44.g9dcc13bb.el8.x86_64. 17 MB/s | 6.9 MB 00:00 2023-12-09T04:20:27.284 INFO:teuthology.orchestra.run.smithi002.stdout:(8/23): python3-ceph-common-19.0.0-44.g9dcc13bb 671 kB/s | 128 kB 00:00 2023-12-09T04:20:27.335 INFO:teuthology.orchestra.run.smithi002.stdout:(9/23): python3-cephfs-19.0.0-44.g9dcc13bb.el8. 2.6 MB/s | 197 kB 00:00 2023-12-09T04:20:27.402 INFO:teuthology.orchestra.run.smithi002.stdout:(10/23): python3-rbd-19.0.0-44.g9dcc13bb.el8.x8 5.4 MB/s | 365 kB 00:00 2023-12-09T04:20:27.461 INFO:teuthology.orchestra.run.smithi002.stdout:(11/23): python3-rgw-19.0.0-44.g9dcc13bb.el8.x8 1.8 MB/s | 107 kB 00:00 2023-12-09T04:20:27.486 INFO:teuthology.orchestra.run.smithi002.stdout:(12/23): python3-rados-19.0.0-44.g9dcc13bb.el8. 1.8 MB/s | 371 kB 00:00 2023-12-09T04:20:27.592 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2023-12-09T04:20:27.794 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-09T04:20:27.819 INFO:teuthology.orchestra.run.smithi002.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 176 kB/s | 59 kB 00:00 2023-12-09T04:20:27.917 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2023-12-09T04:20:27.978 INFO:teuthology.orchestra.run.smithi002.stdout:(14/23): gperftools-libs-2.7-9.el8.x86_64.rpm 592 kB/s | 306 kB 00:00 2023-12-09T04:20:27.993 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-09T04:20:28.003 INFO:teuthology.orchestra.run.smithi002.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 409 kB/s | 75 kB 00:00 2023-12-09T04:20:28.062 INFO:teuthology.orchestra.run.smithi002.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 805 kB/s | 47 kB 00:00 2023-12-09T04:20:28.104 INFO:teuthology.orchestra.run.smithi002.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 6.1 MB/s | 259 kB 00:00 2023-12-09T04:20:28.131 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-09T04:20:28.146 INFO:teuthology.orchestra.run.smithi002.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 1.0 MB/s | 44 kB 00:00 2023-12-09T04:20:28.188 INFO:teuthology.orchestra.run.smithi002.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 8.3 MB/s | 354 kB 00:00 2023-12-09T04:20:28.313 INFO:teuthology.orchestra.run.smithi002.stdout:(20/23): thrift-0.13.0-2.el8.x86_64.rpm 5.2 MB/s | 1.7 MB 00:00 2023-12-09T04:20:28.392 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-09T04:20:28.400 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-09T04:20:28.568 INFO:teuthology.orchestra.run.smithi192.stdout: Upgrading : librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T04:20:28.622 INFO:teuthology.orchestra.run.smithi002.stdout:(21/23): librbd1-19.0.0-44.g9dcc13bb.el8.x86_64 12 MB/s | 3.7 MB 00:00 2023-12-09T04:20:28.665 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T04:20:28.835 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 4/25 2023-12-09T04:20:28.853 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-09T04:20:29.026 INFO:teuthology.orchestra.run.smithi158.stdout: Upgrading : librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T04:20:29.079 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-09T04:20:29.121 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T04:20:29.268 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T04:20:29.349 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 4/25 2023-12-09T04:20:29.577 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-09T04:20:29.678 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T04:20:29.792 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T04:20:29.805 INFO:teuthology.orchestra.run.smithi002.stdout:(22/23): librados2-19.0.0-44.g9dcc13bb.el8.x86_ 2.3 MB/s | 3.8 MB 00:01 2023-12-09T04:20:29.884 INFO:teuthology.orchestra.run.smithi192.stdout: Upgrading : librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T04:20:29.986 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T04:20:30.151 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-09T04:20:30.155 INFO:teuthology.orchestra.run.smithi002.stdout:(23/23): ceph-radosgw-19.0.0-44.g9dcc13bb.el8.x 1.8 MB/s | 14 MB 00:07 2023-12-09T04:20:30.158 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2023-12-09T04:20:30.158 INFO:teuthology.orchestra.run.smithi002.stdout:Total 8.0 MB/s | 62 MB 00:07 2023-12-09T04:20:30.185 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T04:20:30.207 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2023-12-09T04:20:30.215 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-09T04:20:30.258 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2023-12-09T04:20:30.258 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2023-12-09T04:20:30.417 INFO:teuthology.orchestra.run.smithi158.stdout: Upgrading : librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T04:20:30.480 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T04:20:30.611 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2023-12-09T04:20:30.615 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2023-12-09T04:20:30.673 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-09T04:20:30.867 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-09T04:20:30.984 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-09T04:20:31.143 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T04:20:31.193 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T04:20:31.328 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x8 11/25 2023-12-09T04:20:31.496 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 12/25 2023-12-09T04:20:31.544 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-09T04:20:31.695 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 13/25 2023-12-09T04:20:31.717 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T04:20:31.768 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T04:20:31.813 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2023-12-09T04:20:31.880 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 14/25 2023-12-09T04:20:31.911 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x8 11/25 2023-12-09T04:20:32.023 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-09T04:20:32.034 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 15/25 2023-12-09T04:20:32.086 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 12/25 2023-12-09T04:20:32.106 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 15/25 2023-12-09T04:20:32.233 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-09T04:20:32.244 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-09T04:20:32.368 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 13/25 2023-12-09T04:20:32.441 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-09T04:20:32.570 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 14/25 2023-12-09T04:20:32.664 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-09T04:20:32.733 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 15/25 2023-12-09T04:20:32.789 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 15/25 2023-12-09T04:20:32.833 INFO:teuthology.orchestra.run.smithi002.stdout: Upgrading : librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T04:20:32.890 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-09T04:20:32.926 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-09T04:20:32.932 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T04:20:33.043 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_ 19/25 2023-12-09T04:20:33.158 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 4/25 2023-12-09T04:20:33.169 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-09T04:20:33.390 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-09T04:20:33.673 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-09T04:20:33.774 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T04:20:33.883 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_ 19/25 2023-12-09T04:20:34.204 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T04:20:34.408 INFO:teuthology.orchestra.run.smithi002.stdout: Upgrading : librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T04:20:34.511 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T04:20:34.774 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-09T04:20:34.847 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-09T04:20:35.662 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-09T04:20:35.807 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T04:20:35.867 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T04:20:36.002 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x8 11/25 2023-12-09T04:20:36.192 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 12/25 2023-12-09T04:20:36.404 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 13/25 2023-12-09T04:20:36.582 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 14/25 2023-12-09T04:20:36.723 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 15/25 2023-12-09T04:20:36.745 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T04:20:36.780 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 15/25 2023-12-09T04:20:36.901 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-09T04:20:36.984 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T04:20:37.090 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-09T04:20:37.342 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-09T04:20:37.524 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_ 19/25 2023-12-09T04:20:37.560 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T04:20:37.629 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T04:20:37.836 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 21/25 2023-12-09T04:20:37.866 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T04:20:37.904 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 21/25 2023-12-09T04:20:38.066 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T04:20:38.442 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T04:20:38.729 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 21/25 2023-12-09T04:20:38.800 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 21/25 2023-12-09T04:20:39.323 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T04:20:42.019 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T04:20:42.231 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T04:20:42.846 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T04:20:43.095 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 21/25 2023-12-09T04:20:43.181 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 21/25 2023-12-09T04:20:43.322 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T04:20:56.855 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T04:20:56.856 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /sys 2023-12-09T04:20:56.856 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /proc 2023-12-09T04:20:56.856 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /dev 2023-12-09T04:20:56.856 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /run 2023-12-09T04:20:56.856 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /mnt 2023-12-09T04:20:56.856 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /var/tmp 2023-12-09T04:20:56.856 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /home 2023-12-09T04:20:56.856 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /tmp 2023-12-09T04:20:56.857 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /dev 2023-12-09T04:20:56.857 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-12-09T04:20:58.072 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T04:20:58.073 INFO:teuthology.orchestra.run.smithi158.stdout:skipping the directory /sys 2023-12-09T04:20:58.073 INFO:teuthology.orchestra.run.smithi158.stdout:skipping the directory /proc 2023-12-09T04:20:58.073 INFO:teuthology.orchestra.run.smithi158.stdout:skipping the directory /dev 2023-12-09T04:20:58.073 INFO:teuthology.orchestra.run.smithi158.stdout:skipping the directory /run 2023-12-09T04:20:58.073 INFO:teuthology.orchestra.run.smithi158.stdout:skipping the directory /mnt 2023-12-09T04:20:58.073 INFO:teuthology.orchestra.run.smithi158.stdout:skipping the directory /var/tmp 2023-12-09T04:20:58.073 INFO:teuthology.orchestra.run.smithi158.stdout:skipping the directory /home 2023-12-09T04:20:58.073 INFO:teuthology.orchestra.run.smithi158.stdout:skipping the directory /tmp 2023-12-09T04:20:58.073 INFO:teuthology.orchestra.run.smithi158.stdout:skipping the directory /dev 2023-12-09T04:20:58.073 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-12-09T04:20:58.291 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 23/25 2023-12-09T04:20:58.311 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 23/25 2023-12-09T04:20:58.311 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-09T04:20:58.507 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-09T04:20:58.507 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T04:20:59.096 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T04:20:59.097 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 1/25 2023-12-09T04:20:59.097 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2/25 2023-12-09T04:20:59.097 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T04:20:59.097 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 4/25 2023-12-09T04:20:59.097 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/25 2023-12-09T04:20:59.097 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T04:20:59.097 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T04:20:59.097 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x8 8/25 2023-12-09T04:20:59.097 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_ 9/25 2023-12-09T04:20:59.097 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T04:20:59.097 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 11/25 2023-12-09T04:20:59.097 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 12/25 2023-12-09T04:20:59.098 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 13/25 2023-12-09T04:20:59.098 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-09T04:20:59.098 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-09T04:20:59.098 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-09T04:20:59.098 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-09T04:20:59.098 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-09T04:20:59.098 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-09T04:20:59.099 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-09T04:20:59.099 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-09T04:20:59.099 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T04:20:59.099 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-09T04:20:59.099 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 24/25 2023-12-09T04:20:59.517 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 23/25 2023-12-09T04:20:59.537 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 23/25 2023-12-09T04:20:59.537 INFO:teuthology.orchestra.run.smithi158.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-09T04:20:59.756 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-09T04:20:59.756 INFO:teuthology.orchestra.run.smithi158.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T04:21:00.380 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T04:21:00.381 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 1/25 2023-12-09T04:21:00.381 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2/25 2023-12-09T04:21:00.381 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T04:21:00.381 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 4/25 2023-12-09T04:21:00.381 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/25 2023-12-09T04:21:00.381 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T04:21:00.381 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T04:21:00.381 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x8 8/25 2023-12-09T04:21:00.381 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_ 9/25 2023-12-09T04:21:00.381 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T04:21:00.381 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 11/25 2023-12-09T04:21:00.381 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 12/25 2023-12-09T04:21:00.382 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 13/25 2023-12-09T04:21:00.382 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-09T04:21:00.382 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-09T04:21:00.382 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-09T04:21:00.382 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-09T04:21:00.382 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-09T04:21:00.382 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-09T04:21:00.382 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-09T04:21:00.382 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-09T04:21:00.382 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T04:21:00.382 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-09T04:21:00.382 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 24/25 2023-12-09T04:21:02.602 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T04:21:02.603 INFO:teuthology.orchestra.run.smithi002.stdout:skipping the directory /sys 2023-12-09T04:21:02.603 INFO:teuthology.orchestra.run.smithi002.stdout:skipping the directory /proc 2023-12-09T04:21:02.603 INFO:teuthology.orchestra.run.smithi002.stdout:skipping the directory /dev 2023-12-09T04:21:02.603 INFO:teuthology.orchestra.run.smithi002.stdout:skipping the directory /run 2023-12-09T04:21:02.603 INFO:teuthology.orchestra.run.smithi002.stdout:skipping the directory /mnt 2023-12-09T04:21:02.603 INFO:teuthology.orchestra.run.smithi002.stdout:skipping the directory /var/tmp 2023-12-09T04:21:02.603 INFO:teuthology.orchestra.run.smithi002.stdout:skipping the directory /home 2023-12-09T04:21:02.603 INFO:teuthology.orchestra.run.smithi002.stdout:skipping the directory /tmp 2023-12-09T04:21:02.603 INFO:teuthology.orchestra.run.smithi002.stdout:skipping the directory /dev 2023-12-09T04:21:02.603 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-09T04:21:02.883 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T04:21:02.883 INFO:teuthology.orchestra.run.smithi192.stdout:Installed products updated. 2023-12-09T04:21:03.073 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-12-09T04:21:03.073 INFO:teuthology.orchestra.run.smithi192.stdout:Upgraded: 2023-12-09T04:21:03.073 INFO:teuthology.orchestra.run.smithi192.stdout: librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:03.073 INFO:teuthology.orchestra.run.smithi192.stdout: librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:03.073 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2023-12-09T04:21:03.073 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:03.073 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:03.073 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:03.073 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:03.073 INFO:teuthology.orchestra.run.smithi192.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-09T04:21:03.074 INFO:teuthology.orchestra.run.smithi192.stdout: libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:03.074 INFO:teuthology.orchestra.run.smithi192.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-09T04:21:03.074 INFO:teuthology.orchestra.run.smithi192.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-09T04:21:03.074 INFO:teuthology.orchestra.run.smithi192.stdout: libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:03.074 INFO:teuthology.orchestra.run.smithi192.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-09T04:21:03.074 INFO:teuthology.orchestra.run.smithi192.stdout: librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:03.074 INFO:teuthology.orchestra.run.smithi192.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-09T04:21:03.074 INFO:teuthology.orchestra.run.smithi192.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-09T04:21:03.074 INFO:teuthology.orchestra.run.smithi192.stdout: python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:03.074 INFO:teuthology.orchestra.run.smithi192.stdout: python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:03.074 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:03.074 INFO:teuthology.orchestra.run.smithi192.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-09T04:21:03.074 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:03.074 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:03.075 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:03.075 INFO:teuthology.orchestra.run.smithi192.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-09T04:21:03.075 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-12-09T04:21:03.075 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2023-12-09T04:21:03.235 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-test 2023-12-09T04:21:03.582 INFO:teuthology.orchestra.run.smithi192.stdout:Updating Subscription Management repositories. 2023-12-09T04:21:04.108 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 23/25 2023-12-09T04:21:04.130 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 23/25 2023-12-09T04:21:04.130 INFO:teuthology.orchestra.run.smithi002.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-09T04:21:04.270 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T04:21:04.270 INFO:teuthology.orchestra.run.smithi158.stdout:Installed products updated. 2023-12-09T04:21:04.315 INFO:teuthology.orchestra.run.smithi192.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 152 kB/s | 4.1 kB 00:00 2023-12-09T04:21:04.338 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-09T04:21:04.339 INFO:teuthology.orchestra.run.smithi002.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T04:21:04.463 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-12-09T04:21:04.463 INFO:teuthology.orchestra.run.smithi158.stdout:Upgraded: 2023-12-09T04:21:04.464 INFO:teuthology.orchestra.run.smithi158.stdout: librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:04.464 INFO:teuthology.orchestra.run.smithi158.stdout: librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:04.464 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2023-12-09T04:21:04.464 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:04.464 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:04.464 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:04.464 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:04.464 INFO:teuthology.orchestra.run.smithi158.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-09T04:21:04.464 INFO:teuthology.orchestra.run.smithi158.stdout: libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:04.464 INFO:teuthology.orchestra.run.smithi158.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-09T04:21:04.465 INFO:teuthology.orchestra.run.smithi158.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-09T04:21:04.465 INFO:teuthology.orchestra.run.smithi158.stdout: libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:04.465 INFO:teuthology.orchestra.run.smithi158.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-09T04:21:04.465 INFO:teuthology.orchestra.run.smithi158.stdout: librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:04.465 INFO:teuthology.orchestra.run.smithi158.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-09T04:21:04.465 INFO:teuthology.orchestra.run.smithi158.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-09T04:21:04.465 INFO:teuthology.orchestra.run.smithi158.stdout: python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:04.465 INFO:teuthology.orchestra.run.smithi158.stdout: python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:04.465 INFO:teuthology.orchestra.run.smithi158.stdout: python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:04.465 INFO:teuthology.orchestra.run.smithi158.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-09T04:21:04.465 INFO:teuthology.orchestra.run.smithi158.stdout: python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:04.465 INFO:teuthology.orchestra.run.smithi158.stdout: python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:04.465 INFO:teuthology.orchestra.run.smithi158.stdout: python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:04.465 INFO:teuthology.orchestra.run.smithi158.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-09T04:21:04.466 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-12-09T04:21:04.466 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-12-09T04:21:04.516 INFO:teuthology.orchestra.run.smithi192.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 165 kB/s | 4.5 kB 00:00 2023-12-09T04:21:04.624 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install ceph-test 2023-12-09T04:21:04.967 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T04:21:04.967 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 1/25 2023-12-09T04:21:04.967 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2/25 2023-12-09T04:21:04.967 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T04:21:04.967 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 4/25 2023-12-09T04:21:04.967 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/25 2023-12-09T04:21:04.967 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T04:21:04.967 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T04:21:04.968 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x8 8/25 2023-12-09T04:21:04.968 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_ 9/25 2023-12-09T04:21:04.968 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T04:21:04.968 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 11/25 2023-12-09T04:21:04.968 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 12/25 2023-12-09T04:21:04.968 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 13/25 2023-12-09T04:21:04.968 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-09T04:21:04.968 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-09T04:21:04.968 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-09T04:21:04.968 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-09T04:21:04.968 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-09T04:21:04.968 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-09T04:21:04.968 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-09T04:21:04.968 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-09T04:21:04.969 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T04:21:04.969 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-09T04:21:04.969 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 24/25 2023-12-09T04:21:04.974 INFO:teuthology.orchestra.run.smithi158.stdout:Updating Subscription Management repositories. 2023-12-09T04:21:05.627 INFO:teuthology.orchestra.run.smithi158.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 135 kB/s | 4.5 kB 00:00 2023-12-09T04:21:05.936 INFO:teuthology.orchestra.run.smithi158.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 123 kB/s | 4.1 kB 00:00 2023-12-09T04:21:06.082 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2023-12-09T04:21:06.083 INFO:teuthology.orchestra.run.smithi192.stdout:========================================================================================== 2023-12-09T04:21:06.083 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2023-12-09T04:21:06.083 INFO:teuthology.orchestra.run.smithi192.stdout:========================================================================================== 2023-12-09T04:21:06.083 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2023-12-09T04:21:06.083 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-test x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 49 M 2023-12-09T04:21:06.083 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2023-12-09T04:21:06.083 INFO:teuthology.orchestra.run.smithi192.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-09T04:21:06.083 INFO:teuthology.orchestra.run.smithi192.stdout: libcephsqlite x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 183 k 2023-12-09T04:21:06.083 INFO:teuthology.orchestra.run.smithi192.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-09T04:21:06.083 INFO:teuthology.orchestra.run.smithi192.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-09T04:21:06.083 INFO:teuthology.orchestra.run.smithi192.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-09T04:21:06.083 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-12-09T04:21:06.083 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2023-12-09T04:21:06.084 INFO:teuthology.orchestra.run.smithi192.stdout:========================================================================================== 2023-12-09T04:21:06.084 INFO:teuthology.orchestra.run.smithi192.stdout:Install 6 Packages 2023-12-09T04:21:06.084 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-12-09T04:21:06.084 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 50 M 2023-12-09T04:21:06.084 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 223 M 2023-12-09T04:21:06.084 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2023-12-09T04:21:06.113 INFO:teuthology.orchestra.run.smithi192.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 2.4 MB/s | 70 kB 00:00 2023-12-09T04:21:06.188 INFO:teuthology.orchestra.run.smithi192.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.5 MB/s | 323 kB 00:00 2023-12-09T04:21:06.239 INFO:teuthology.orchestra.run.smithi192.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 3.7 MB/s | 187 kB 00:00 2023-12-09T04:21:06.281 INFO:teuthology.orchestra.run.smithi192.stdout:(4/6): libcephsqlite-19.0.0-44.g9dcc13bb.el8.x8 936 kB/s | 183 kB 00:00 2023-12-09T04:21:06.306 INFO:teuthology.orchestra.run.smithi192.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 3.0 MB/s | 202 kB 00:00 2023-12-09T04:21:07.438 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-12-09T04:21:07.439 INFO:teuthology.orchestra.run.smithi158.stdout:========================================================================================== 2023-12-09T04:21:07.439 INFO:teuthology.orchestra.run.smithi158.stdout: Package Arch Version Repository Size 2023-12-09T04:21:07.439 INFO:teuthology.orchestra.run.smithi158.stdout:========================================================================================== 2023-12-09T04:21:07.439 INFO:teuthology.orchestra.run.smithi158.stdout:Installing: 2023-12-09T04:21:07.439 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-test x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 49 M 2023-12-09T04:21:07.439 INFO:teuthology.orchestra.run.smithi158.stdout:Installing dependencies: 2023-12-09T04:21:07.439 INFO:teuthology.orchestra.run.smithi158.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-09T04:21:07.439 INFO:teuthology.orchestra.run.smithi158.stdout: libcephsqlite x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 183 k 2023-12-09T04:21:07.440 INFO:teuthology.orchestra.run.smithi158.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-09T04:21:07.440 INFO:teuthology.orchestra.run.smithi158.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-09T04:21:07.440 INFO:teuthology.orchestra.run.smithi158.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-09T04:21:07.440 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-12-09T04:21:07.440 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2023-12-09T04:21:07.440 INFO:teuthology.orchestra.run.smithi158.stdout:========================================================================================== 2023-12-09T04:21:07.440 INFO:teuthology.orchestra.run.smithi158.stdout:Install 6 Packages 2023-12-09T04:21:07.440 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-12-09T04:21:07.441 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 50 M 2023-12-09T04:21:07.441 INFO:teuthology.orchestra.run.smithi158.stdout:Installed size: 223 M 2023-12-09T04:21:07.441 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2023-12-09T04:21:07.469 INFO:teuthology.orchestra.run.smithi158.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 2.5 MB/s | 70 kB 00:00 2023-12-09T04:21:07.536 INFO:teuthology.orchestra.run.smithi158.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.7 MB/s | 323 kB 00:00 2023-12-09T04:21:07.578 INFO:teuthology.orchestra.run.smithi158.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.9 MB/s | 187 kB 00:00 2023-12-09T04:21:07.620 INFO:teuthology.orchestra.run.smithi158.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.7 MB/s | 202 kB 00:00 2023-12-09T04:21:07.954 INFO:teuthology.orchestra.run.smithi158.stdout:(5/6): libcephsqlite-19.0.0-44.g9dcc13bb.el8.x8 357 kB/s | 183 kB 00:00 2023-12-09T04:21:08.681 INFO:teuthology.orchestra.run.smithi192.stdout:(6/6): ceph-test-19.0.0-44.g9dcc13bb.el8.x86_64 19 MB/s | 49 MB 00:02 2023-12-09T04:21:08.683 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2023-12-09T04:21:08.683 INFO:teuthology.orchestra.run.smithi192.stdout:Total 19 MB/s | 50 MB 00:02 2023-12-09T04:21:08.721 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2023-12-09T04:21:08.742 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2023-12-09T04:21:08.742 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2023-12-09T04:21:08.854 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T04:21:08.854 INFO:teuthology.orchestra.run.smithi002.stdout:Installed products updated. 2023-12-09T04:21:09.012 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2023-12-09T04:21:09.016 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2023-12-09T04:21:09.054 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-09T04:21:09.054 INFO:teuthology.orchestra.run.smithi002.stdout:Upgraded: 2023-12-09T04:21:09.054 INFO:teuthology.orchestra.run.smithi002.stdout: librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:09.055 INFO:teuthology.orchestra.run.smithi002.stdout: librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:09.055 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2023-12-09T04:21:09.055 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:09.055 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:09.055 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:09.055 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:09.055 INFO:teuthology.orchestra.run.smithi002.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-09T04:21:09.055 INFO:teuthology.orchestra.run.smithi002.stdout: libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:09.055 INFO:teuthology.orchestra.run.smithi002.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-09T04:21:09.055 INFO:teuthology.orchestra.run.smithi002.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-09T04:21:09.055 INFO:teuthology.orchestra.run.smithi002.stdout: libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:09.055 INFO:teuthology.orchestra.run.smithi002.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-09T04:21:09.055 INFO:teuthology.orchestra.run.smithi002.stdout: librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:09.055 INFO:teuthology.orchestra.run.smithi002.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-09T04:21:09.056 INFO:teuthology.orchestra.run.smithi002.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-09T04:21:09.056 INFO:teuthology.orchestra.run.smithi002.stdout: python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:09.056 INFO:teuthology.orchestra.run.smithi002.stdout: python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:09.056 INFO:teuthology.orchestra.run.smithi002.stdout: python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:09.056 INFO:teuthology.orchestra.run.smithi002.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-09T04:21:09.056 INFO:teuthology.orchestra.run.smithi002.stdout: python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:09.056 INFO:teuthology.orchestra.run.smithi002.stdout: python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:09.056 INFO:teuthology.orchestra.run.smithi002.stdout: python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:09.056 INFO:teuthology.orchestra.run.smithi002.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-09T04:21:09.056 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-09T04:21:09.056 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2023-12-09T04:21:09.227 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install ceph-test 2023-12-09T04:21:09.455 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2023-12-09T04:21:09.595 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-09T04:21:09.596 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-12-09T04:21:09.690 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-09T04:21:09.922 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-09T04:21:10.087 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-09T04:21:10.260 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-09T04:21:10.332 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 139 kB/s | 4.1 kB 00:00 2023-12-09T04:21:10.413 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/6 2023-12-09T04:21:10.549 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 151 kB/s | 4.5 kB 00:00 2023-12-09T04:21:11.095 INFO:teuthology.orchestra.run.smithi158.stdout:(6/6): ceph-test-19.0.0-44.g9dcc13bb.el8.x86_64 14 MB/s | 49 MB 00:03 2023-12-09T04:21:11.097 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2023-12-09T04:21:11.097 INFO:teuthology.orchestra.run.smithi158.stdout:Total 14 MB/s | 50 MB 00:03 2023-12-09T04:21:11.134 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2023-12-09T04:21:11.156 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2023-12-09T04:21:11.156 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2023-12-09T04:21:11.427 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2023-12-09T04:21:11.430 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2023-12-09T04:21:11.912 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2023-12-09T04:21:12.085 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-09T04:21:12.167 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-09T04:21:12.285 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2023-12-09T04:21:12.286 INFO:teuthology.orchestra.run.smithi002.stdout:========================================================================================== 2023-12-09T04:21:12.286 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repository Size 2023-12-09T04:21:12.286 INFO:teuthology.orchestra.run.smithi002.stdout:========================================================================================== 2023-12-09T04:21:12.286 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2023-12-09T04:21:12.286 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-test x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 49 M 2023-12-09T04:21:12.286 INFO:teuthology.orchestra.run.smithi002.stdout:Installing dependencies: 2023-12-09T04:21:12.286 INFO:teuthology.orchestra.run.smithi002.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-09T04:21:12.286 INFO:teuthology.orchestra.run.smithi002.stdout: libcephsqlite x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 183 k 2023-12-09T04:21:12.286 INFO:teuthology.orchestra.run.smithi002.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-09T04:21:12.286 INFO:teuthology.orchestra.run.smithi002.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-09T04:21:12.287 INFO:teuthology.orchestra.run.smithi002.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-09T04:21:12.287 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-09T04:21:12.287 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2023-12-09T04:21:12.287 INFO:teuthology.orchestra.run.smithi002.stdout:========================================================================================== 2023-12-09T04:21:12.287 INFO:teuthology.orchestra.run.smithi002.stdout:Install 6 Packages 2023-12-09T04:21:12.287 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-09T04:21:12.287 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 50 M 2023-12-09T04:21:12.287 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 223 M 2023-12-09T04:21:12.288 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2023-12-09T04:21:12.353 INFO:teuthology.orchestra.run.smithi002.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.1 MB/s | 70 kB 00:00 2023-12-09T04:21:12.405 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-09T04:21:12.428 INFO:teuthology.orchestra.run.smithi002.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.8 MB/s | 323 kB 00:00 2023-12-09T04:21:12.470 INFO:teuthology.orchestra.run.smithi002.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.4 MB/s | 187 kB 00:00 2023-12-09T04:21:12.512 INFO:teuthology.orchestra.run.smithi002.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.7 MB/s | 202 kB 00:00 2023-12-09T04:21:12.554 INFO:teuthology.orchestra.run.smithi002.stdout:(5/6): libcephsqlite-19.0.0-44.g9dcc13bb.el8.x8 690 kB/s | 183 kB 00:00 2023-12-09T04:21:12.585 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-09T04:21:12.750 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-09T04:21:12.893 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/6 2023-12-09T04:21:14.712 INFO:teuthology.orchestra.run.smithi002.stdout:(6/6): ceph-test-19.0.0-44.g9dcc13bb.el8.x86_64 20 MB/s | 49 MB 00:02 2023-12-09T04:21:14.715 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2023-12-09T04:21:14.715 INFO:teuthology.orchestra.run.smithi002.stdout:Total 21 MB/s | 50 MB 00:02 2023-12-09T04:21:14.753 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2023-12-09T04:21:14.776 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2023-12-09T04:21:14.776 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2023-12-09T04:21:15.062 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2023-12-09T04:21:15.066 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2023-12-09T04:21:15.126 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/6 2023-12-09T04:21:15.375 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/6 2023-12-09T04:21:15.527 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2023-12-09T04:21:15.588 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/6 2023-12-09T04:21:15.588 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 1/6 2023-12-09T04:21:15.588 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 2/6 2023-12-09T04:21:15.588 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-09T04:21:15.588 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-09T04:21:15.589 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-09T04:21:15.667 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-09T04:21:15.743 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-09T04:21:15.941 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-09T04:21:16.077 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-09T04:21:16.242 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-09T04:21:16.384 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/6 2023-12-09T04:21:17.641 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/6 2023-12-09T04:21:17.931 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/6 2023-12-09T04:21:18.145 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/6 2023-12-09T04:21:18.146 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 1/6 2023-12-09T04:21:18.146 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 2/6 2023-12-09T04:21:18.146 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-09T04:21:18.146 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-09T04:21:18.146 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-09T04:21:19.077 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-09T04:21:19.077 INFO:teuthology.orchestra.run.smithi192.stdout:Installed products updated. 2023-12-09T04:21:19.259 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-12-09T04:21:19.259 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2023-12-09T04:21:19.259 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-09T04:21:19.260 INFO:teuthology.orchestra.run.smithi192.stdout: libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-09T04:21:19.260 INFO:teuthology.orchestra.run.smithi192.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-09T04:21:19.260 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-12-09T04:21:19.260 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2023-12-09T04:21:19.394 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph 2023-12-09T04:21:19.729 INFO:teuthology.orchestra.run.smithi192.stdout:Updating Subscription Management repositories. 2023-12-09T04:21:20.404 INFO:teuthology.orchestra.run.smithi192.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 138 kB/s | 4.1 kB 00:00 2023-12-09T04:21:20.613 INFO:teuthology.orchestra.run.smithi192.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 155 kB/s | 4.5 kB 00:00 2023-12-09T04:21:21.438 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/6 2023-12-09T04:21:21.714 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/6 2023-12-09T04:21:21.749 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-09T04:21:21.749 INFO:teuthology.orchestra.run.smithi158.stdout:Installed products updated. 2023-12-09T04:21:21.933 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-12-09T04:21:21.934 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2023-12-09T04:21:21.934 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-09T04:21:21.934 INFO:teuthology.orchestra.run.smithi158.stdout: libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-09T04:21:21.934 INFO:teuthology.orchestra.run.smithi158.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-09T04:21:21.934 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-12-09T04:21:21.935 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-12-09T04:21:21.953 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/6 2023-12-09T04:21:21.953 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 1/6 2023-12-09T04:21:21.953 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 2/6 2023-12-09T04:21:21.953 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-09T04:21:21.953 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-09T04:21:21.953 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-09T04:21:22.069 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install ceph 2023-12-09T04:21:22.408 INFO:teuthology.orchestra.run.smithi158.stdout:Updating Subscription Management repositories. 2023-12-09T04:21:22.413 INFO:teuthology.orchestra.run.smithi192.stderr:Error: 2023-12-09T04:21:22.413 INFO:teuthology.orchestra.run.smithi192.stderr: Problem: conflicting requests 2023-12-09T04:21:22.413 INFO:teuthology.orchestra.run.smithi192.stderr: - nothing provides lua-devel needed by ceph-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:22.413 INFO:teuthology.orchestra.run.smithi192.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-09T04:21:22.494 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T04:21:22.495 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 smithi192 with status 1: 'sudo yum -y install ceph' 2023-12-09T04:21:22.497 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 smithi192 with status 1: 'sudo yum -y install ceph' 2023-12-09T04:21:22.570 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=96fb43bf800a4473967975f9ebdf3380 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 smithi192 with status 1: 'sudo yum -y install ceph' 2023-12-09T04:21:22.573 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-09T04:21:22.583 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-09T04:21:22.620 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-09T04:21:22.621 DEBUG:teuthology.orchestra.run.smithi002:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-09T04:21:22.652 DEBUG:teuthology.orchestra.run.smithi158:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-09T04:21:22.655 DEBUG:teuthology.orchestra.run.smithi192:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-09T04:21:22.658 INFO:teuthology.orchestra.run.smithi002.stderr:bash: ntpq: command not found 2023-12-09T04:21:22.662 INFO:teuthology.orchestra.run.smithi002.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-09T04:21:22.662 INFO:teuthology.orchestra.run.smithi002.stdout:=============================================================================== 2023-12-09T04:21:22.662 INFO:teuthology.orchestra.run.smithi002.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 2 +1001us[+1001us] +/- 81ms 2023-12-09T04:21:22.662 INFO:teuthology.orchestra.run.smithi002.stdout:^* hv02.front.sepia.ceph.com 3 6 77 2 -724us[ -627us] +/- 61ms 2023-12-09T04:21:22.662 INFO:teuthology.orchestra.run.smithi002.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 2 -113us[ -113us] +/- 86ms 2023-12-09T04:21:22.662 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T04:21:22.668 INFO:teuthology.orchestra.run.smithi158.stderr:bash: ntpq: command not found 2023-12-09T04:21:22.671 INFO:teuthology.orchestra.run.smithi192.stderr:bash: ntpq: command not found 2023-12-09T04:21:22.673 INFO:teuthology.orchestra.run.smithi158.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-09T04:21:22.673 INFO:teuthology.orchestra.run.smithi158.stdout:=============================================================================== 2023-12-09T04:21:22.673 INFO:teuthology.orchestra.run.smithi158.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 2 +1000us[+1000us] +/- 81ms 2023-12-09T04:21:22.674 INFO:teuthology.orchestra.run.smithi158.stdout:^* hv02.front.sepia.ceph.com 3 6 77 3 -717us[ -715us] +/- 61ms 2023-12-09T04:21:22.674 INFO:teuthology.orchestra.run.smithi158.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 2 -94us[ -94us] +/- 86ms 2023-12-09T04:21:22.674 INFO:teuthology.orchestra.run.smithi158.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T04:21:22.675 INFO:teuthology.orchestra.run.smithi192.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-09T04:21:22.675 INFO:teuthology.orchestra.run.smithi192.stdout:=============================================================================== 2023-12-09T04:21:22.675 INFO:teuthology.orchestra.run.smithi192.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 1 +1003us[+1003us] +/- 81ms 2023-12-09T04:21:22.675 INFO:teuthology.orchestra.run.smithi192.stdout:^* hv02.front.sepia.ceph.com 3 6 77 2 -722us[ -714us] +/- 61ms 2023-12-09T04:21:22.675 INFO:teuthology.orchestra.run.smithi192.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 4 -91us[ -84us] +/- 86ms 2023-12-09T04:21:22.675 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T04:21:22.676 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-09T04:21:22.685 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-09T04:21:22.685 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-09T04:21:22.693 DEBUG:teuthology.orchestra.run.smithi002:> 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-09T04:21:22.823 DEBUG:teuthology.orchestra.run.smithi158:> 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-09T04:21:22.929 DEBUG:teuthology.orchestra.run.smithi192:> 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-09T04:21:23.029 DEBUG:teuthology.orchestra.run.smithi002:> 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-09T04:21:23.061 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T04:21:23.061 DEBUG:teuthology.orchestra.run.smithi158:> 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-09T04:21:23.087 INFO:teuthology.orchestra.run.smithi158.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 129 kB/s | 4.5 kB 00:00 2023-12-09T04:21:23.092 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T04:21:23.093 DEBUG:teuthology.orchestra.run.smithi192:> 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-09T04:21:23.124 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T04:21:23.125 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-09T04:21:23.133 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-09T04:21:23.141 INFO:teuthology.task.internal:Duration was 694.154174 seconds 2023-12-09T04:21:23.142 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-09T04:21:23.150 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-09T04:21:23.150 DEBUG:teuthology.orchestra.run.smithi002:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-09T04:21:23.152 DEBUG:teuthology.orchestra.run.smithi158:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-09T04:21:23.154 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-09T04:21:23.198 INFO:teuthology.orchestra.run.smithi002.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-09T04:21:23.200 INFO:teuthology.orchestra.run.smithi158.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-09T04:21:23.212 INFO:teuthology.orchestra.run.smithi192.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-09T04:21:23.389 INFO:teuthology.orchestra.run.smithi158.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 137 kB/s | 4.1 kB 00:00 2023-12-09T04:21:23.726 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-09T04:21:23.726 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi002.front.sepia.ceph.com 2023-12-09T04:21:23.727 DEBUG:teuthology.orchestra.run.smithi002:> 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-09T04:21:23.751 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi158.front.sepia.ceph.com 2023-12-09T04:21:23.751 DEBUG:teuthology.orchestra.run.smithi158:> 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-09T04:21:23.772 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi192.front.sepia.ceph.com 2023-12-09T04:21:23.772 DEBUG:teuthology.orchestra.run.smithi192:> 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-09T04:21:23.795 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-09T04:21:23.795 DEBUG:teuthology.orchestra.run.smithi002:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-09T04:21:23.797 DEBUG:teuthology.orchestra.run.smithi158:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-09T04:21:23.814 DEBUG:teuthology.orchestra.run.smithi192:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-09T04:21:23.875 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-09T04:21:23.875 DEBUG:teuthology.orchestra.run.smithi002:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-09T04:21:23.878 DEBUG:teuthology.orchestra.run.smithi158:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-09T04:21:23.893 DEBUG:teuthology.orchestra.run.smithi192:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-09T04:21:23.985 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-09T04:21:23.997 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-09T04:21:23.998 DEBUG:teuthology.orchestra.run.smithi002:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-09T04:21:24.036 DEBUG:teuthology.orchestra.run.smithi158:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-09T04:21:24.087 DEBUG:teuthology.orchestra.run.smithi192:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-09T04:21:24.124 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-09T04:21:24.134 DEBUG:teuthology.orchestra.run.smithi002:> 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-09T04:21:24.136 DEBUG:teuthology.orchestra.run.smithi158:> 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-09T04:21:24.138 DEBUG:teuthology.orchestra.run.smithi192:> 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-09T04:21:24.162 INFO:teuthology.orchestra.run.smithi158.stdout:kernel.core_pattern = core 2023-12-09T04:21:24.162 INFO:teuthology.orchestra.run.smithi002.stdout:kernel.core_pattern = core 2023-12-09T04:21:24.190 INFO:teuthology.orchestra.run.smithi192.stdout:kernel.core_pattern = core 2023-12-09T04:21:24.227 DEBUG:teuthology.orchestra.run.smithi002:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-09T04:21:24.245 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T04:21:24.246 DEBUG:teuthology.orchestra.run.smithi158:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-09T04:21:24.261 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T04:21:24.262 DEBUG:teuthology.orchestra.run.smithi192:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-09T04:21:24.283 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T04:21:24.284 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-09T04:21:24.301 INFO:teuthology.task.internal:Transferring archived files... 2023-12-09T04:21:24.302 DEBUG:teuthology.misc:Transferring archived files from smithi002:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-08_19:55:12-rados-main-distro-default-smithi/7484828/remote/smithi002 2023-12-09T04:21:24.303 DEBUG:teuthology.orchestra.run.smithi002:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-09T04:21:24.354 DEBUG:teuthology.misc:Transferring archived files from smithi158:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-08_19:55:12-rados-main-distro-default-smithi/7484828/remote/smithi158 2023-12-09T04:21:24.355 DEBUG:teuthology.orchestra.run.smithi158:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-09T04:21:24.398 DEBUG:teuthology.misc:Transferring archived files from smithi192:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-08_19:55:12-rados-main-distro-default-smithi/7484828/remote/smithi192 2023-12-09T04:21:24.399 DEBUG:teuthology.orchestra.run.smithi192:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-09T04:21:24.462 INFO:teuthology.task.internal:Removing archive directory... 2023-12-09T04:21:24.462 DEBUG:teuthology.orchestra.run.smithi002:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-09T04:21:24.467 DEBUG:teuthology.orchestra.run.smithi158:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-09T04:21:24.470 DEBUG:teuthology.orchestra.run.smithi192:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-09T04:21:24.486 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-09T04:21:24.497 INFO:teuthology.task.internal:Not uploading archives. 2023-12-09T04:21:24.497 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-09T04:21:24.505 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-09T04:21:24.505 DEBUG:teuthology.orchestra.run.smithi002:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-09T04:21:24.522 DEBUG:teuthology.orchestra.run.smithi158:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-09T04:21:24.527 DEBUG:teuthology.orchestra.run.smithi192:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-09T04:21:24.537 INFO:teuthology.orchestra.run.smithi002.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 9 04:21 /home/ubuntu/cephtest 2023-12-09T04:21:24.541 INFO:teuthology.orchestra.run.smithi158.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 9 04:21 /home/ubuntu/cephtest 2023-12-09T04:21:24.543 INFO:teuthology.orchestra.run.smithi192.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 9 04:21 /home/ubuntu/cephtest 2023-12-09T04:21:24.545 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-09T04:21:24.554 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-09T04:21:24.574 INFO:teuthology.nuke:Checking targets against current locks 2023-12-09T04:21:24.602 DEBUG:teuthology.nuke:shortname: smithi002 2023-12-09T04:21:24.602 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-09T04:21:24.624 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi002.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_19:55:12-rados-main-distro-default-smithi/7484828', '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-09 04:02:34.560759', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-09T04:21:24.629 DEBUG:teuthology.nuke:shortname: smithi158 2023-12-09T04:21:24.629 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-09T04:21:24.653 DEBUG:teuthology.nuke:shortname: smithi192 2023-12-09T04:21:24.654 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-09T04:21:24.657 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi158.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_19:55:12-rados-main-distro-default-smithi/7484828', '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-09 04:02:34.561888', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-09T04:21:24.686 INFO:teuthology.orchestra.console.smithi002:Power off 2023-12-09T04:21:24.687 DEBUG:teuthology.orchestra.console.smithi002:pexpect command: ipmitool -H smithi002.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-09T04:21:24.698 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi192.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_19:55:12-rados-main-distro-default-smithi/7484828', '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-09 04:02:34.559417', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-09T04:21:24.712 DEBUG:teuthology.orchestra.console.smithi002:power off output: Chassis Power Control: Down/Off 2023-12-09T04:21:24.712 DEBUG:teuthology.orchestra.console.smithi002:pexpect command: ipmitool -H smithi002.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T04:21:24.733 INFO:teuthology.orchestra.console.smithi158:Power off 2023-12-09T04:21:24.733 DEBUG:teuthology.orchestra.console.smithi158:pexpect command: ipmitool -H smithi158.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-09T04:21:24.742 DEBUG:teuthology.orchestra.console.smithi002:check power output: Chassis Power is on 2023-12-09T04:21:24.755 DEBUG:teuthology.orchestra.console.smithi158:power off output: Chassis Power Control: Down/Off 2023-12-09T04:21:24.755 DEBUG:teuthology.orchestra.console.smithi158:pexpect command: ipmitool -H smithi158.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T04:21:24.771 INFO:teuthology.orchestra.console.smithi192:Power off 2023-12-09T04:21:24.771 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-09T04:21:24.780 DEBUG:teuthology.orchestra.console.smithi158:check power output: Chassis Power is on 2023-12-09T04:21:24.792 DEBUG:teuthology.orchestra.console.smithi192:power off output: Chassis Power Control: Down/Off 2023-12-09T04:21:24.792 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T04:21:24.816 DEBUG:teuthology.orchestra.console.smithi192:check power output: Chassis Power is on 2023-12-09T04:21:24.948 INFO:teuthology.orchestra.run.smithi158.stderr:Error: 2023-12-09T04:21:24.948 INFO:teuthology.orchestra.run.smithi158.stderr: Problem: conflicting requests 2023-12-09T04:21:24.948 INFO:teuthology.orchestra.run.smithi158.stderr: - nothing provides lua-devel needed by ceph-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:21:24.949 INFO:teuthology.orchestra.run.smithi158.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-09T04:21:25.037 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T04:21:25.966 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-09T04:21:25.967 INFO:teuthology.orchestra.run.smithi002.stdout:Installed products updated. 2023-12-09T04:21:26.165 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-09T04:21:26.165 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2023-12-09T04:21:26.165 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-09T04:21:26.166 INFO:teuthology.orchestra.run.smithi002.stdout: libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-09T04:21:26.166 INFO:teuthology.orchestra.run.smithi002.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-09T04:21:26.166 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-09T04:21:26.166 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2023-12-09T04:21:26.321 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install ceph 2023-12-09T04:21:26.675 INFO:teuthology.orchestra.run.smithi002.stdout:Updating Subscription Management repositories. 2023-12-09T04:21:27.406 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 103 kB/s | 4.1 kB 00:00 2023-12-09T04:21:27.631 INFO:teuthology.orchestra.run.smithi002.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 114 kB/s | 4.5 kB 00:00 2023-12-09T04:21:28.342 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-09T04:21:28.744 DEBUG:teuthology.orchestra.console.smithi002:pexpect command: ipmitool -H smithi002.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T04:21:28.781 DEBUG:teuthology.orchestra.console.smithi158:pexpect command: ipmitool -H smithi158.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T04:21:28.817 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T04:21:28.855 DEBUG:teuthology.orchestra.console.smithi002:check power output: Chassis Power is on 2023-12-09T04:21:28.892 DEBUG:teuthology.orchestra.console.smithi158:check power output: Chassis Power is on 2023-12-09T04:21:28.927 DEBUG:teuthology.orchestra.console.smithi192:check power output: Chassis Power is on 2023-12-09T04:21:32.858 DEBUG:teuthology.orchestra.console.smithi002:pexpect command: ipmitool -H smithi002.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T04:21:32.893 DEBUG:teuthology.orchestra.console.smithi158:pexpect command: ipmitool -H smithi158.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T04:21:32.927 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T04:21:32.968 DEBUG:teuthology.orchestra.console.smithi002:check power output: Chassis Power is on 2023-12-09T04:21:33.005 DEBUG:teuthology.orchestra.console.smithi158:check power output: Chassis Power is off 2023-12-09T04:21:33.040 DEBUG:teuthology.orchestra.console.smithi192:check power output: Chassis Power is on 2023-12-09T04:21:33.106 INFO:teuthology.orchestra.console.smithi158:Power off completed 2023-12-09T04:21:36.971 DEBUG:teuthology.orchestra.console.smithi002:pexpect command: ipmitool -H smithi002.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T04:21:37.041 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T04:21:37.082 DEBUG:teuthology.orchestra.console.smithi002:check power output: Chassis Power is off 2023-12-09T04:21:37.153 DEBUG:teuthology.orchestra.console.smithi192:check power output: Chassis Power is off 2023-12-09T04:21:37.183 INFO:teuthology.orchestra.console.smithi002:Power off completed 2023-12-09T04:21:37.254 INFO:teuthology.orchestra.console.smithi192:Power off completed 2023-12-09T04:21:37.359 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: 694.1541736125946 failure_reason: 'Command failed on smithi192 with status 1: ''sudo yum -y install ceph''' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=96fb43bf800a4473967975f9ebdf3380 status: fail success: false 2023-12-09T04:21:37.359 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-09T04:21:37.440 INFO:teuthology.run:FAIL