2023-12-09T01:50:50.161 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-09T01:50:50.162 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --archive /home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484613 --owner scheduled_yuriw@teuthology --description orch/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/on mon_election/classic task/test_host_drain} --name yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi -- /home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484613/orig.config.yaml 2023-12-09T01:50:50.194 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-09T01:50:50.283 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484613 branch: main description: orch/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: '7484613' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-08_19:38:02-orch-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: 8320 sha1: 9dcc13bb80dcc1cdea72b04d80505b4649a2b882 sleep_before_teardown: 0 subset: 111/120000 suite: orch 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: smithi018.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi037.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi061.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:38:02 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-09T01:50:50.283 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-09T01:50:50.284 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_9dcc13bb80dcc1cdea72b04d80505b4649a2b882/qa/tasks 2023-12-09T01:50:50.284 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-09T01:50:50.285 INFO:teuthology.task.internal:Checking packages... 2023-12-09T01:50:50.310 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '9dcc13bb80dcc1cdea72b04d80505b4649a2b882' 2023-12-09T01:50:50.310 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-09T01:50:50.310 INFO:teuthology.packaging:ref: None 2023-12-09T01:50:50.310 INFO:teuthology.packaging:tag: None 2023-12-09T01:50:50.310 INFO:teuthology.packaging:branch: main 2023-12-09T01:50:50.310 INFO:teuthology.packaging:sha1: 9dcc13bb80dcc1cdea72b04d80505b4649a2b882 2023-12-09T01:50:50.310 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-09T01:50:50.663 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-58.ge94de282 2023-12-09T01:50:50.663 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-09T01:50:50.669 INFO:teuthology.task.internal:no buildpackages task found 2023-12-09T01:50:50.669 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-09T01:50:50.676 INFO:teuthology.task.internal:Saving configuration 2023-12-09T01:50:50.688 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-09T01:50:50.694 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-09T01:50:50.720 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi018.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484613', '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 01:45:32.829042', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-09T01:50:50.739 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi037.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484613', '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 01:45:32.830392', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-09T01:50:50.760 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi061.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484613', '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 01:45:32.831521', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-09T01:50:50.760 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-09T01:50:50.766 INFO:teuthology.task.internal:roles: ubuntu@smithi018.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2023-12-09T01:50:50.766 INFO:teuthology.task.internal:roles: ubuntu@smithi037.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2023-12-09T01:50:50.766 INFO:teuthology.task.internal:roles: ubuntu@smithi061.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2023-12-09T01:50:50.766 INFO:teuthology.run_tasks:Running task console_log... 2023-12-09T01:50:50.876 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f07980e6ee0>, signals=[15]) 2023-12-09T01:50:50.877 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-09T01:50:50.883 INFO:teuthology.task.internal:Opening connections... 2023-12-09T01:50:50.883 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi018.front.sepia.ceph.com 2023-12-09T01:50:50.885 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi018.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T01:50:50.954 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi037.front.sepia.ceph.com 2023-12-09T01:50:50.955 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T01:50:51.021 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi061.front.sepia.ceph.com 2023-12-09T01:50:51.022 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi061.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T01:50:51.088 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-09T01:50:51.095 DEBUG:teuthology.orchestra.run.smithi018:> uname -m 2023-12-09T01:50:51.115 INFO:teuthology.orchestra.run.smithi018.stdout:x86_64 2023-12-09T01:50:51.116 DEBUG:teuthology.orchestra.run.smithi018:> cat /etc/os-release 2023-12-09T01:50:51.176 INFO:teuthology.orchestra.run.smithi018.stdout:NAME="Red Hat Enterprise Linux" 2023-12-09T01:50:51.176 INFO:teuthology.orchestra.run.smithi018.stdout:VERSION="8.6 (Ootpa)" 2023-12-09T01:50:51.176 INFO:teuthology.orchestra.run.smithi018.stdout:ID="rhel" 2023-12-09T01:50:51.176 INFO:teuthology.orchestra.run.smithi018.stdout:ID_LIKE="fedora" 2023-12-09T01:50:51.176 INFO:teuthology.orchestra.run.smithi018.stdout:VERSION_ID="8.6" 2023-12-09T01:50:51.176 INFO:teuthology.orchestra.run.smithi018.stdout:PLATFORM_ID="platform:el8" 2023-12-09T01:50:51.176 INFO:teuthology.orchestra.run.smithi018.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-09T01:50:51.177 INFO:teuthology.orchestra.run.smithi018.stdout:ANSI_COLOR="0;31" 2023-12-09T01:50:51.177 INFO:teuthology.orchestra.run.smithi018.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-09T01:50:51.177 INFO:teuthology.orchestra.run.smithi018.stdout:HOME_URL="https://www.redhat.com/" 2023-12-09T01:50:51.177 INFO:teuthology.orchestra.run.smithi018.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-09T01:50:51.177 INFO:teuthology.orchestra.run.smithi018.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-09T01:50:51.177 INFO:teuthology.orchestra.run.smithi018.stdout: 2023-12-09T01:50:51.177 INFO:teuthology.orchestra.run.smithi018.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-09T01:50:51.177 INFO:teuthology.orchestra.run.smithi018.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-09T01:50:51.177 INFO:teuthology.orchestra.run.smithi018.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-09T01:50:51.177 INFO:teuthology.orchestra.run.smithi018.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-09T01:50:51.178 INFO:teuthology.lock.ops:Updating smithi018.front.sepia.ceph.com on lock server 2023-12-09T01:50:51.194 DEBUG:teuthology.orchestra.run.smithi037:> uname -m 2023-12-09T01:50:51.216 INFO:teuthology.orchestra.run.smithi037.stdout:x86_64 2023-12-09T01:50:51.217 DEBUG:teuthology.orchestra.run.smithi037:> cat /etc/os-release 2023-12-09T01:50:51.277 INFO:teuthology.orchestra.run.smithi037.stdout:NAME="Red Hat Enterprise Linux" 2023-12-09T01:50:51.277 INFO:teuthology.orchestra.run.smithi037.stdout:VERSION="8.6 (Ootpa)" 2023-12-09T01:50:51.277 INFO:teuthology.orchestra.run.smithi037.stdout:ID="rhel" 2023-12-09T01:50:51.277 INFO:teuthology.orchestra.run.smithi037.stdout:ID_LIKE="fedora" 2023-12-09T01:50:51.277 INFO:teuthology.orchestra.run.smithi037.stdout:VERSION_ID="8.6" 2023-12-09T01:50:51.278 INFO:teuthology.orchestra.run.smithi037.stdout:PLATFORM_ID="platform:el8" 2023-12-09T01:50:51.278 INFO:teuthology.orchestra.run.smithi037.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-09T01:50:51.278 INFO:teuthology.orchestra.run.smithi037.stdout:ANSI_COLOR="0;31" 2023-12-09T01:50:51.278 INFO:teuthology.orchestra.run.smithi037.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-09T01:50:51.278 INFO:teuthology.orchestra.run.smithi037.stdout:HOME_URL="https://www.redhat.com/" 2023-12-09T01:50:51.278 INFO:teuthology.orchestra.run.smithi037.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-09T01:50:51.278 INFO:teuthology.orchestra.run.smithi037.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-09T01:50:51.278 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-09T01:50:51.278 INFO:teuthology.orchestra.run.smithi037.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-09T01:50:51.278 INFO:teuthology.orchestra.run.smithi037.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-09T01:50:51.278 INFO:teuthology.orchestra.run.smithi037.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-09T01:50:51.278 INFO:teuthology.orchestra.run.smithi037.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-09T01:50:51.279 INFO:teuthology.lock.ops:Updating smithi037.front.sepia.ceph.com on lock server 2023-12-09T01:50:51.303 DEBUG:teuthology.orchestra.run.smithi061:> uname -m 2023-12-09T01:50:51.324 INFO:teuthology.orchestra.run.smithi061.stdout:x86_64 2023-12-09T01:50:51.324 DEBUG:teuthology.orchestra.run.smithi061:> cat /etc/os-release 2023-12-09T01:50:51.384 INFO:teuthology.orchestra.run.smithi061.stdout:NAME="Red Hat Enterprise Linux" 2023-12-09T01:50:51.384 INFO:teuthology.orchestra.run.smithi061.stdout:VERSION="8.6 (Ootpa)" 2023-12-09T01:50:51.385 INFO:teuthology.orchestra.run.smithi061.stdout:ID="rhel" 2023-12-09T01:50:51.385 INFO:teuthology.orchestra.run.smithi061.stdout:ID_LIKE="fedora" 2023-12-09T01:50:51.385 INFO:teuthology.orchestra.run.smithi061.stdout:VERSION_ID="8.6" 2023-12-09T01:50:51.385 INFO:teuthology.orchestra.run.smithi061.stdout:PLATFORM_ID="platform:el8" 2023-12-09T01:50:51.385 INFO:teuthology.orchestra.run.smithi061.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-09T01:50:51.385 INFO:teuthology.orchestra.run.smithi061.stdout:ANSI_COLOR="0;31" 2023-12-09T01:50:51.385 INFO:teuthology.orchestra.run.smithi061.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-09T01:50:51.385 INFO:teuthology.orchestra.run.smithi061.stdout:HOME_URL="https://www.redhat.com/" 2023-12-09T01:50:51.385 INFO:teuthology.orchestra.run.smithi061.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-09T01:50:51.385 INFO:teuthology.orchestra.run.smithi061.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-09T01:50:51.385 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-12-09T01:50:51.385 INFO:teuthology.orchestra.run.smithi061.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-09T01:50:51.385 INFO:teuthology.orchestra.run.smithi061.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-09T01:50:51.385 INFO:teuthology.orchestra.run.smithi061.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-09T01:50:51.385 INFO:teuthology.orchestra.run.smithi061.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-09T01:50:51.386 INFO:teuthology.lock.ops:Updating smithi061.front.sepia.ceph.com on lock server 2023-12-09T01:50:51.411 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-09T01:50:51.420 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-09T01:50:51.425 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-09T01:50:51.425 DEBUG:teuthology.orchestra.run.smithi018:> test '!' -e /home/ubuntu/cephtest 2023-12-09T01:50:51.428 DEBUG:teuthology.orchestra.run.smithi037:> test '!' -e /home/ubuntu/cephtest 2023-12-09T01:50:51.430 DEBUG:teuthology.orchestra.run.smithi061:> test '!' -e /home/ubuntu/cephtest 2023-12-09T01:50:51.449 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-09T01:50:51.455 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-09T01:50:51.455 DEBUG:teuthology.orchestra.run.smithi018:> test -z $(ls -A /var/lib/ceph) 2023-12-09T01:50:51.488 DEBUG:teuthology.orchestra.run.smithi037:> test -z $(ls -A /var/lib/ceph) 2023-12-09T01:50:51.490 DEBUG:teuthology.orchestra.run.smithi061:> test -z $(ls -A /var/lib/ceph) 2023-12-09T01:50:51.520 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-09T01:50:51.595 INFO:teuthology.run_tasks:Running task kernel... 2023-12-09T01:50:51.611 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-09T01:50:51.611 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-09T01:50:51.611 DEBUG:teuthology.orchestra.run.smithi018:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-09T01:50:51.612 DEBUG:teuthology.orchestra.run.smithi037:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-09T01:50:51.613 DEBUG:teuthology.orchestra.run.smithi061:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-09T01:50:51.632 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T01:50:51.633 DEBUG:teuthology.orchestra.run.smithi061:> uname -r 2023-12-09T01:50:51.633 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T01:50:51.633 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T01:50:51.634 DEBUG:teuthology.orchestra.run.smithi018:> uname -r 2023-12-09T01:50:51.635 DEBUG:teuthology.orchestra.run.smithi037:> uname -r 2023-12-09T01:50:51.692 INFO:teuthology.orchestra.run.smithi061.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-09T01:50:51.692 INFO:teuthology.task.kernel:Running kernel on smithi061: 4.18.0-372.9.1.el8.x86_64 2023-12-09T01:50:51.692 DEBUG:teuthology.orchestra.run.smithi061:> sudo yum install -y kernel 2023-12-09T01:50:51.694 INFO:teuthology.orchestra.run.smithi018.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-09T01:50:51.694 INFO:teuthology.task.kernel:Running kernel on smithi018: 4.18.0-372.9.1.el8.x86_64 2023-12-09T01:50:51.695 DEBUG:teuthology.orchestra.run.smithi018:> sudo yum install -y kernel 2023-12-09T01:50:51.696 INFO:teuthology.orchestra.run.smithi037.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-09T01:50:51.696 INFO:teuthology.task.kernel:Running kernel on smithi037: 4.18.0-372.9.1.el8.x86_64 2023-12-09T01:50:51.696 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum install -y kernel 2023-12-09T01:50:52.890 INFO:teuthology.orchestra.run.smithi061.stdout:Updating Subscription Management repositories. 2023-12-09T01:50:52.891 INFO:teuthology.orchestra.run.smithi061.stdout:Unable to read consumer identity 2023-12-09T01:50:52.907 INFO:teuthology.orchestra.run.smithi037.stdout:Updating Subscription Management repositories. 2023-12-09T01:50:52.907 INFO:teuthology.orchestra.run.smithi037.stdout:Unable to read consumer identity 2023-12-09T01:50:52.941 INFO:teuthology.orchestra.run.smithi018.stdout:Updating Subscription Management repositories. 2023-12-09T01:50:52.941 INFO:teuthology.orchestra.run.smithi018.stdout:Unable to read consumer identity 2023-12-09T01:50:54.357 INFO:teuthology.orchestra.run.smithi061.stdout:Copr repo for python3-asyncssh owned by ceph 16 kB/s | 3.5 kB 00:00 2023-12-09T01:50:54.382 INFO:teuthology.orchestra.run.smithi018.stdout:Copr repo for python3-asyncssh owned by ceph 15 kB/s | 3.5 kB 00:00 2023-12-09T01:50:54.401 INFO:teuthology.orchestra.run.smithi037.stdout:Copr repo for python3-asyncssh owned by ceph 19 kB/s | 3.5 kB 00:00 2023-12-09T01:50:55.098 INFO:teuthology.orchestra.run.smithi061.stdout:Extra Packages for Enterprise Linux 22 MB/s | 16 MB 00:00 2023-12-09T01:50:55.402 INFO:teuthology.orchestra.run.smithi037.stdout:Extra Packages for Enterprise Linux 16 MB/s | 16 MB 00:00 2023-12-09T01:50:55.515 INFO:teuthology.orchestra.run.smithi018.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2023-12-09T01:50:58.816 INFO:teuthology.orchestra.run.smithi061.stdout:lab-extras 329 kB/s | 24 kB 00:00 2023-12-09T01:50:59.160 INFO:teuthology.orchestra.run.smithi037.stdout:lab-extras 409 kB/s | 24 kB 00:00 2023-12-09T01:50:59.199 INFO:teuthology.orchestra.run.smithi018.stdout:lab-extras 447 kB/s | 24 kB 00:00 2023-12-09T01:50:59.585 INFO:teuthology.orchestra.run.smithi061.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-09T01:50:59.632 INFO:teuthology.orchestra.run.smithi061.stdout:Dependencies resolved. 2023-12-09T01:50:59.633 INFO:teuthology.orchestra.run.smithi061.stdout:Nothing to do. 2023-12-09T01:50:59.633 INFO:teuthology.orchestra.run.smithi061.stdout:Complete! 2023-12-09T01:50:59.760 DEBUG:teuthology.orchestra.run.smithi061:> echo no | sudo yum reinstall kernel || true 2023-12-09T01:50:59.938 INFO:teuthology.orchestra.run.smithi037.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-09T01:50:59.968 INFO:teuthology.orchestra.run.smithi018.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-09T01:50:59.987 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2023-12-09T01:50:59.988 INFO:teuthology.orchestra.run.smithi037.stdout:Nothing to do. 2023-12-09T01:50:59.988 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2023-12-09T01:51:00.029 INFO:teuthology.orchestra.run.smithi018.stdout:Dependencies resolved. 2023-12-09T01:51:00.030 INFO:teuthology.orchestra.run.smithi018.stdout:Nothing to do. 2023-12-09T01:51:00.030 INFO:teuthology.orchestra.run.smithi018.stdout:Complete! 2023-12-09T01:51:00.110 INFO:teuthology.orchestra.run.smithi061.stdout:Updating Subscription Management repositories. 2023-12-09T01:51:00.110 INFO:teuthology.orchestra.run.smithi061.stdout:Unable to read consumer identity 2023-12-09T01:51:00.122 DEBUG:teuthology.orchestra.run.smithi037:> echo no | sudo yum reinstall kernel || true 2023-12-09T01:51:00.161 DEBUG:teuthology.orchestra.run.smithi018:> echo no | sudo yum reinstall kernel || true 2023-12-09T01:51:00.393 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:00:02 ago on Sat 09 Dec 2023 01:50:58 AM UTC. 2023-12-09T01:51:00.441 INFO:teuthology.orchestra.run.smithi061.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-09T01:51:00.482 INFO:teuthology.orchestra.run.smithi061.stderr:Error: No packages marked for reinstall. 2023-12-09T01:51:00.512 INFO:teuthology.orchestra.run.smithi018.stdout:Updating Subscription Management repositories. 2023-12-09T01:51:00.512 INFO:teuthology.orchestra.run.smithi018.stdout:Unable to read consumer identity 2023-12-09T01:51:00.513 INFO:teuthology.orchestra.run.smithi037.stdout:Updating Subscription Management repositories. 2023-12-09T01:51:00.513 INFO:teuthology.orchestra.run.smithi037.stdout:Unable to read consumer identity 2023-12-09T01:51:00.530 DEBUG:teuthology.orchestra.run.smithi061:> sudo yum reinstall -y kernel || true 2023-12-09T01:51:00.784 INFO:teuthology.orchestra.run.smithi018.stdout:Last metadata expiration check: 0:00:01 ago on Sat 09 Dec 2023 01:50:59 AM UTC. 2023-12-09T01:51:00.786 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:00:01 ago on Sat 09 Dec 2023 01:50:59 AM UTC. 2023-12-09T01:51:00.827 INFO:teuthology.orchestra.run.smithi018.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-09T01:51:00.828 INFO:teuthology.orchestra.run.smithi037.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-09T01:51:00.863 INFO:teuthology.orchestra.run.smithi037.stderr:Error: No packages marked for reinstall. 2023-12-09T01:51:00.870 INFO:teuthology.orchestra.run.smithi018.stderr:Error: No packages marked for reinstall. 2023-12-09T01:51:00.878 INFO:teuthology.orchestra.run.smithi061.stdout:Updating Subscription Management repositories. 2023-12-09T01:51:00.879 INFO:teuthology.orchestra.run.smithi061.stdout:Unable to read consumer identity 2023-12-09T01:51:00.911 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum reinstall -y kernel || true 2023-12-09T01:51:00.918 DEBUG:teuthology.orchestra.run.smithi018:> sudo yum reinstall -y kernel || true 2023-12-09T01:51:01.149 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:00:03 ago on Sat 09 Dec 2023 01:50:58 AM UTC. 2023-12-09T01:51:01.192 INFO:teuthology.orchestra.run.smithi061.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-09T01:51:01.222 INFO:teuthology.orchestra.run.smithi061.stderr:Error: No packages marked for reinstall. 2023-12-09T01:51:01.260 INFO:teuthology.orchestra.run.smithi037.stdout:Updating Subscription Management repositories. 2023-12-09T01:51:01.260 INFO:teuthology.orchestra.run.smithi037.stdout:Unable to read consumer identity 2023-12-09T01:51:01.267 INFO:teuthology.orchestra.run.smithi018.stdout:Updating Subscription Management repositories. 2023-12-09T01:51:01.267 INFO:teuthology.orchestra.run.smithi018.stdout:Unable to read consumer identity 2023-12-09T01:51:01.269 DEBUG:teuthology.orchestra.run.smithi061:> rpm -q kernel | sort -rV | head -n 1 2023-12-09T01:51:01.352 INFO:teuthology.orchestra.run.smithi061.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-09T01:51:01.352 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-09T01:51:01.352 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-09T01:51:01.352 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-12-09T01:51:01.353 DEBUG:teuthology.orchestra.run.smithi061:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-09T01:51:01.379 INFO:teuthology.orchestra.run.smithi061.stdout:ttyS1 2023-12-09T01:51:01.409 DEBUG:teuthology.parallel:result is None 2023-12-09T01:51:01.532 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:00:02 ago on Sat 09 Dec 2023 01:50:59 AM UTC. 2023-12-09T01:51:01.537 INFO:teuthology.orchestra.run.smithi018.stdout:Last metadata expiration check: 0:00:02 ago on Sat 09 Dec 2023 01:50:59 AM UTC. 2023-12-09T01:51:01.577 INFO:teuthology.orchestra.run.smithi037.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-09T01:51:01.582 INFO:teuthology.orchestra.run.smithi018.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-09T01:51:01.603 INFO:teuthology.orchestra.run.smithi018.stderr:Error: No packages marked for reinstall. 2023-12-09T01:51:01.604 INFO:teuthology.orchestra.run.smithi037.stderr:Error: No packages marked for reinstall. 2023-12-09T01:51:01.653 DEBUG:teuthology.orchestra.run.smithi037:> rpm -q kernel | sort -rV | head -n 1 2023-12-09T01:51:01.654 DEBUG:teuthology.orchestra.run.smithi018:> rpm -q kernel | sort -rV | head -n 1 2023-12-09T01:51:01.735 INFO:teuthology.orchestra.run.smithi037.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-09T01:51:01.735 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-09T01:51:01.736 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-09T01:51:01.736 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-09T01:51:01.736 DEBUG:teuthology.orchestra.run.smithi037:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-09T01:51:01.737 INFO:teuthology.orchestra.run.smithi018.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-09T01:51:01.738 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-09T01:51:01.738 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-09T01:51:01.738 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-09T01:51:01.738 DEBUG:teuthology.orchestra.run.smithi018:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-09T01:51:01.769 INFO:teuthology.orchestra.run.smithi018.stdout:ttyS1 2023-12-09T01:51:01.771 INFO:teuthology.orchestra.run.smithi037.stdout:ttyS1 2023-12-09T01:51:01.784 DEBUG:teuthology.parallel:result is None 2023-12-09T01:51:01.789 DEBUG:teuthology.parallel:result is None 2023-12-09T01:51:01.789 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-09T01:51:01.796 INFO:teuthology.task.internal:Creating test directory... 2023-12-09T01:51:01.796 DEBUG:teuthology.orchestra.run.smithi018:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-09T01:51:01.831 DEBUG:teuthology.orchestra.run.smithi037:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-09T01:51:01.833 DEBUG:teuthology.orchestra.run.smithi061:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-09T01:51:01.851 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-09T01:51:01.858 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-09T01:51:01.864 INFO:teuthology.task.internal:Creating archive directory... 2023-12-09T01:51:01.865 DEBUG:teuthology.orchestra.run.smithi018:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-09T01:51:01.888 DEBUG:teuthology.orchestra.run.smithi037:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-09T01:51:01.890 DEBUG:teuthology.orchestra.run.smithi061:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-09T01:51:01.925 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-09T01:51:01.932 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-09T01:51:01.932 DEBUG:teuthology.orchestra.run.smithi018:> 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-09T01:51:01.946 DEBUG:teuthology.orchestra.run.smithi037:> 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-09T01:51:01.949 DEBUG:teuthology.orchestra.run.smithi061:> 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-09T01:51:01.977 INFO:teuthology.orchestra.run.smithi018.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T01:51:01.987 INFO:teuthology.orchestra.run.smithi037.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T01:51:01.988 INFO:teuthology.orchestra.run.smithi018.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T01:51:01.998 INFO:teuthology.orchestra.run.smithi037.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T01:51:02.007 INFO:teuthology.orchestra.run.smithi061.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T01:51:02.018 INFO:teuthology.orchestra.run.smithi061.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T01:51:02.019 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-09T01:51:02.027 INFO:teuthology.task.internal:Configuring sudo... 2023-12-09T01:51:02.027 DEBUG:teuthology.orchestra.run.smithi018:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-09T01:51:02.032 DEBUG:teuthology.orchestra.run.smithi037:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-09T01:51:02.042 DEBUG:teuthology.orchestra.run.smithi061:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-09T01:51:02.070 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-09T01:51:02.082 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-09T01:51:02.082 DEBUG:teuthology.orchestra.run.smithi018:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-09T01:51:02.101 DEBUG:teuthology.orchestra.run.smithi037:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-09T01:51:02.110 DEBUG:teuthology.orchestra.run.smithi061:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-09T01:51:02.127 DEBUG:teuthology.orchestra.run.smithi018:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-09T01:51:02.200 DEBUG:teuthology.orchestra.run.smithi018:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-09T01:51:02.262 DEBUG:teuthology.orchestra.run.smithi018:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-09T01:51:02.315 DEBUG:teuthology.orchestra.run.smithi018:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-09T01:51:02.357 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2023-12-09T01:51:02.357 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-09T01:51:02.454 DEBUG:teuthology.orchestra.run.smithi037:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-09T01:51:02.498 DEBUG:teuthology.orchestra.run.smithi037:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-09T01:51:02.548 DEBUG:teuthology.orchestra.run.smithi037:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-09T01:51:02.633 DEBUG:teuthology.orchestra.run.smithi037:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-09T01:51:02.676 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-12-09T01:51:02.676 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-09T01:51:02.749 DEBUG:teuthology.orchestra.run.smithi061:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-09T01:51:02.795 DEBUG:teuthology.orchestra.run.smithi061:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-09T01:51:02.852 DEBUG:teuthology.orchestra.run.smithi061:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-09T01:51:02.937 DEBUG:teuthology.orchestra.run.smithi061:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-09T01:51:02.987 DEBUG:teuthology.orchestra.run.smithi061:> set -ex 2023-12-09T01:51:02.987 DEBUG:teuthology.orchestra.run.smithi061:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-09T01:51:03.060 DEBUG:teuthology.orchestra.run.smithi018:> sudo service rsyslog restart 2023-12-09T01:51:03.062 DEBUG:teuthology.orchestra.run.smithi037:> sudo service rsyslog restart 2023-12-09T01:51:03.064 DEBUG:teuthology.orchestra.run.smithi061:> sudo service rsyslog restart 2023-12-09T01:51:03.132 INFO:teuthology.orchestra.run.smithi018.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-09T01:51:03.151 INFO:teuthology.orchestra.run.smithi061.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-09T01:51:03.169 INFO:teuthology.orchestra.run.smithi037.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-09T01:51:03.605 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-09T01:51:03.612 INFO:teuthology.task.internal:Starting timer... 2023-12-09T01:51:03.612 INFO:teuthology.run_tasks:Running task pcp... 2023-12-09T01:51:03.624 INFO:teuthology.run_tasks:Running task selinux... 2023-12-09T01:51:03.632 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-09T01:51:03.632 DEBUG:teuthology.orchestra.run.smithi018:> sudo service auditd rotate 2023-12-09T01:51:03.703 INFO:teuthology.orchestra.run.smithi018.stdout:Rotating logs: 2023-12-09T01:51:03.705 DEBUG:teuthology.orchestra.run.smithi037:> sudo service auditd rotate 2023-12-09T01:51:03.767 INFO:teuthology.orchestra.run.smithi037.stdout:Rotating logs: 2023-12-09T01:51:03.769 DEBUG:teuthology.orchestra.run.smithi061:> sudo service auditd rotate 2023-12-09T01:51:03.836 INFO:teuthology.orchestra.run.smithi061.stdout:Rotating logs: 2023-12-09T01:51:03.838 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-09T01:51:03.838 DEBUG:teuthology.orchestra.run.smithi018:> /usr/sbin/getenforce 2023-12-09T01:51:03.866 INFO:teuthology.orchestra.run.smithi018.stdout:Permissive 2023-12-09T01:51:03.866 DEBUG:teuthology.orchestra.run.smithi037:> /usr/sbin/getenforce 2023-12-09T01:51:03.893 INFO:teuthology.orchestra.run.smithi037.stdout:Permissive 2023-12-09T01:51:03.893 DEBUG:teuthology.orchestra.run.smithi061:> /usr/sbin/getenforce 2023-12-09T01:51:03.911 INFO:teuthology.orchestra.run.smithi061.stdout:Permissive 2023-12-09T01:51:03.911 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi018.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi037.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi061.front.sepia.ceph.com': 'permissive'} 2023-12-09T01:51:03.911 DEBUG:teuthology.orchestra.run.smithi018:> 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-09T01:51:03.939 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T01:51:03.939 DEBUG:teuthology.orchestra.run.smithi037:> 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-09T01:51:03.967 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T01:51:03.967 DEBUG:teuthology.orchestra.run.smithi061:> 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-09T01:51:03.996 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T01:51:03.996 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-09T01:51:03.996 DEBUG:teuthology.orchestra.run.smithi018:> sudo /usr/sbin/setenforce permissive 2023-12-09T01:51:04.026 DEBUG:teuthology.orchestra.run.smithi037:> sudo /usr/sbin/setenforce permissive 2023-12-09T01:51:04.053 DEBUG:teuthology.orchestra.run.smithi061:> sudo /usr/sbin/setenforce permissive 2023-12-09T01:51:04.097 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-09T01:51:04.106 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-09T01:51:04.112 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-09T01:51:04.258 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-09T01:51:04.275 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-09T01:51:04.276 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi018.front.sepia.ceph.com,smithi037.front.sepia.ceph.com,smithi061.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-09T02:00:26.180 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi018.front.sepia.ceph.com'), Remote(name='ubuntu@smithi037.front.sepia.ceph.com'), Remote(name='ubuntu@smithi061.front.sepia.ceph.com')] 2023-12-09T02:00:26.181 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi018.front.sepia.ceph.com' 2023-12-09T02:00:26.182 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi018.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T02:00:26.253 DEBUG:teuthology.orchestra.run.smithi018:> true 2023-12-09T02:00:26.320 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi018.front.sepia.ceph.com' 2023-12-09T02:00:26.320 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi037.front.sepia.ceph.com' 2023-12-09T02:00:26.321 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T02:00:26.391 DEBUG:teuthology.orchestra.run.smithi037:> true 2023-12-09T02:00:26.418 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi037.front.sepia.ceph.com' 2023-12-09T02:00:26.419 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi061.front.sepia.ceph.com' 2023-12-09T02:00:26.419 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi061.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T02:00:26.489 DEBUG:teuthology.orchestra.run.smithi061:> true 2023-12-09T02:00:26.561 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi061.front.sepia.ceph.com' 2023-12-09T02:00:26.562 INFO:teuthology.run_tasks:Running task clock... 2023-12-09T02:00:26.572 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-09T02:00:26.572 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-09T02:00:26.573 DEBUG:teuthology.orchestra.run.smithi018:> 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-09T02:00:26.575 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-09T02:00:26.575 DEBUG:teuthology.orchestra.run.smithi037:> 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-09T02:00:26.578 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-09T02:00:26.578 DEBUG:teuthology.orchestra.run.smithi061:> 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-09T02:00:26.608 INFO:teuthology.orchestra.run.smithi018.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-09T02:00:26.614 INFO:teuthology.orchestra.run.smithi037.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-09T02:00:26.625 INFO:teuthology.orchestra.run.smithi018.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-09T02:00:26.631 INFO:teuthology.orchestra.run.smithi037.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-09T02:00:26.634 INFO:teuthology.orchestra.run.smithi061.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-09T02:00:26.650 INFO:teuthology.orchestra.run.smithi061.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-09T02:00:26.699 INFO:teuthology.orchestra.run.smithi018.stderr:sudo: ntpd: command not found 2023-12-09T02:00:26.712 INFO:teuthology.orchestra.run.smithi018.stdout:506 Cannot talk to daemon 2023-12-09T02:00:26.713 INFO:teuthology.orchestra.run.smithi037.stderr:sudo: ntpd: command not found 2023-12-09T02:00:26.718 INFO:teuthology.orchestra.run.smithi061.stderr:sudo: ntpd: command not found 2023-12-09T02:00:26.727 INFO:teuthology.orchestra.run.smithi037.stdout:506 Cannot talk to daemon 2023-12-09T02:00:26.728 INFO:teuthology.orchestra.run.smithi018.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-09T02:00:26.730 INFO:teuthology.orchestra.run.smithi061.stdout:506 Cannot talk to daemon 2023-12-09T02:00:26.743 INFO:teuthology.orchestra.run.smithi037.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-09T02:00:26.743 INFO:teuthology.orchestra.run.smithi018.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-09T02:00:26.745 INFO:teuthology.orchestra.run.smithi061.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-09T02:00:26.758 INFO:teuthology.orchestra.run.smithi037.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-09T02:00:26.760 INFO:teuthology.orchestra.run.smithi061.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-09T02:00:26.821 INFO:teuthology.orchestra.run.smithi018.stderr:bash: ntpq: command not found 2023-12-09T02:00:26.825 INFO:teuthology.orchestra.run.smithi018.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-09T02:00:26.825 INFO:teuthology.orchestra.run.smithi018.stdout:=============================================================================== 2023-12-09T02:00:26.825 INFO:teuthology.orchestra.run.smithi018.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:00:26.825 INFO:teuthology.orchestra.run.smithi018.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:00:26.825 INFO:teuthology.orchestra.run.smithi018.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:00:26.825 INFO:teuthology.orchestra.run.smithi018.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:00:26.836 INFO:teuthology.orchestra.run.smithi061.stderr:bash: ntpq: command not found 2023-12-09T02:00:26.836 INFO:teuthology.orchestra.run.smithi037.stderr:bash: ntpq: command not found 2023-12-09T02:00:26.839 INFO:teuthology.orchestra.run.smithi061.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-09T02:00:26.839 INFO:teuthology.orchestra.run.smithi061.stdout:=============================================================================== 2023-12-09T02:00:26.839 INFO:teuthology.orchestra.run.smithi061.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:00:26.839 INFO:teuthology.orchestra.run.smithi061.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:00:26.839 INFO:teuthology.orchestra.run.smithi061.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:00:26.839 INFO:teuthology.orchestra.run.smithi061.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:00:26.841 INFO:teuthology.orchestra.run.smithi037.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-09T02:00:26.841 INFO:teuthology.orchestra.run.smithi037.stdout:=============================================================================== 2023-12-09T02:00:26.841 INFO:teuthology.orchestra.run.smithi037.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:00:26.841 INFO:teuthology.orchestra.run.smithi037.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:00:26.841 INFO:teuthology.orchestra.run.smithi037.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:00:26.841 INFO:teuthology.orchestra.run.smithi037.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:00:26.841 INFO:teuthology.run_tasks:Running task pexec... 2023-12-09T02:00:26.852 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-09T02:00:26.852 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi018.front.sepia.ceph.com 2023-12-09T02:00:26.853 DEBUG:teuthology.orchestra.run.smithi018:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-09T02:00:26.853 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi037.front.sepia.ceph.com 2023-12-09T02:00:26.853 DEBUG:teuthology.orchestra.run.smithi037:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-09T02:00:26.853 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi061.front.sepia.ceph.com 2023-12-09T02:00:26.853 DEBUG:teuthology.orchestra.run.smithi061:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-09T02:00:27.257 INFO:teuthology.orchestra.run.smithi018.stdout:Updating Subscription Management repositories. 2023-12-09T02:00:27.274 INFO:teuthology.orchestra.run.smithi061.stdout:Updating Subscription Management repositories. 2023-12-09T02:00:27.275 INFO:teuthology.orchestra.run.smithi037.stdout:Updating Subscription Management repositories. 2023-12-09T02:00:27.976 INFO:teuthology.orchestra.run.smithi018.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 132 kB/s | 4.1 kB 00:00 2023-12-09T02:00:27.984 INFO:teuthology.orchestra.run.smithi061.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 120 kB/s | 4.1 kB 00:00 2023-12-09T02:00:28.010 INFO:teuthology.orchestra.run.smithi037.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 113 kB/s | 4.1 kB 00:00 2023-12-09T02:00:28.194 INFO:teuthology.orchestra.run.smithi018.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 144 kB/s | 4.5 kB 00:00 2023-12-09T02:00:28.203 INFO:teuthology.orchestra.run.smithi061.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 124 kB/s | 4.5 kB 00:00 2023-12-09T02:00:28.224 INFO:teuthology.orchestra.run.smithi037.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 135 kB/s | 4.5 kB 00:00 2023-12-09T02:00:30.363 INFO:teuthology.orchestra.run.smithi061.stdout:Dependencies resolved. 2023-12-09T02:00:30.364 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-12-09T02:00:30.364 INFO:teuthology.orchestra.run.smithi061.stdout: Package Architecture Version Repository Size 2023-12-09T02:00:30.364 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-12-09T02:00:30.365 INFO:teuthology.orchestra.run.smithi061.stdout:Resetting modules: 2023-12-09T02:00:30.365 INFO:teuthology.orchestra.run.smithi061.stdout: container-tools 2023-12-09T02:00:30.365 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-12-09T02:00:30.365 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction Summary 2023-12-09T02:00:30.365 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-12-09T02:00:30.365 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-12-09T02:00:30.382 INFO:teuthology.orchestra.run.smithi018.stdout:Dependencies resolved. 2023-12-09T02:00:30.383 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2023-12-09T02:00:30.383 INFO:teuthology.orchestra.run.smithi018.stdout: Package Architecture Version Repository Size 2023-12-09T02:00:30.383 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2023-12-09T02:00:30.383 INFO:teuthology.orchestra.run.smithi018.stdout:Resetting modules: 2023-12-09T02:00:30.383 INFO:teuthology.orchestra.run.smithi018.stdout: container-tools 2023-12-09T02:00:30.383 INFO:teuthology.orchestra.run.smithi018.stdout: 2023-12-09T02:00:30.383 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction Summary 2023-12-09T02:00:30.383 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2023-12-09T02:00:30.383 INFO:teuthology.orchestra.run.smithi018.stdout: 2023-12-09T02:00:30.406 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2023-12-09T02:00:30.407 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2023-12-09T02:00:30.407 INFO:teuthology.orchestra.run.smithi037.stdout: Package Architecture Version Repository Size 2023-12-09T02:00:30.407 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2023-12-09T02:00:30.407 INFO:teuthology.orchestra.run.smithi037.stdout:Resetting modules: 2023-12-09T02:00:30.407 INFO:teuthology.orchestra.run.smithi037.stdout: container-tools 2023-12-09T02:00:30.407 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-09T02:00:30.407 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2023-12-09T02:00:30.407 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2023-12-09T02:00:30.407 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-09T02:00:34.148 INFO:teuthology.orchestra.run.smithi018.stdout:Complete! 2023-12-09T02:00:34.618 INFO:teuthology.orchestra.run.smithi018.stdout:Updating Subscription Management repositories. 2023-12-09T02:00:34.791 INFO:teuthology.orchestra.run.smithi061.stdout:Complete! 2023-12-09T02:00:34.798 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2023-12-09T02:00:35.277 INFO:teuthology.orchestra.run.smithi037.stdout:Updating Subscription Management repositories. 2023-12-09T02:00:35.327 INFO:teuthology.orchestra.run.smithi018.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 133 kB/s | 4.1 kB 00:00 2023-12-09T02:00:35.438 INFO:teuthology.orchestra.run.smithi061.stdout:Updating Subscription Management repositories. 2023-12-09T02:00:35.542 INFO:teuthology.orchestra.run.smithi018.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 157 kB/s | 4.5 kB 00:00 2023-12-09T02:00:35.955 INFO:teuthology.orchestra.run.smithi037.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 136 kB/s | 4.1 kB 00:00 2023-12-09T02:00:36.123 INFO:teuthology.orchestra.run.smithi061.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 134 kB/s | 4.1 kB 00:00 2023-12-09T02:00:36.171 INFO:teuthology.orchestra.run.smithi037.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 152 kB/s | 4.5 kB 00:00 2023-12-09T02:00:36.349 INFO:teuthology.orchestra.run.smithi061.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 148 kB/s | 4.5 kB 00:00 2023-12-09T02:00:37.687 INFO:teuthology.orchestra.run.smithi018.stdout:Dependencies resolved. 2023-12-09T02:00:37.788 INFO:teuthology.orchestra.run.smithi018.stdout:========================================================================================================================== 2023-12-09T02:00:37.788 INFO:teuthology.orchestra.run.smithi018.stdout: Package Arch Version Repository Size 2023-12-09T02:00:37.788 INFO:teuthology.orchestra.run.smithi018.stdout:========================================================================================================================== 2023-12-09T02:00:37.788 INFO:teuthology.orchestra.run.smithi018.stdout:Installing group/module packages: 2023-12-09T02:00:37.788 INFO:teuthology.orchestra.run.smithi018.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-09T02:00:37.788 INFO:teuthology.orchestra.run.smithi018.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-09T02:00:37.788 INFO:teuthology.orchestra.run.smithi018.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-09T02:00:37.788 INFO:teuthology.orchestra.run.smithi018.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-09T02:00:37.788 INFO:teuthology.orchestra.run.smithi018.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-09T02:00:37.788 INFO:teuthology.orchestra.run.smithi018.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-09T02:00:37.788 INFO:teuthology.orchestra.run.smithi018.stdout:Installing dependencies: 2023-12-09T02:00:37.788 INFO:teuthology.orchestra.run.smithi018.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-09T02:00:37.789 INFO:teuthology.orchestra.run.smithi018.stdout:Downgrading: 2023-12-09T02:00:37.789 INFO:teuthology.orchestra.run.smithi018.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-09T02:00:37.789 INFO:teuthology.orchestra.run.smithi018.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-09T02:00:37.789 INFO:teuthology.orchestra.run.smithi018.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-09T02:00:37.789 INFO:teuthology.orchestra.run.smithi018.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-09T02:00:37.789 INFO:teuthology.orchestra.run.smithi018.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-09T02:00:37.789 INFO:teuthology.orchestra.run.smithi018.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-09T02:00:37.789 INFO:teuthology.orchestra.run.smithi018.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-09T02:00:37.789 INFO:teuthology.orchestra.run.smithi018.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-09T02:00:37.789 INFO:teuthology.orchestra.run.smithi018.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-09T02:00:37.789 INFO:teuthology.orchestra.run.smithi018.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-09T02:00:37.789 INFO:teuthology.orchestra.run.smithi018.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-09T02:00:37.789 INFO:teuthology.orchestra.run.smithi018.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-09T02:00:37.789 INFO:teuthology.orchestra.run.smithi018.stdout:Installing module profiles: 2023-12-09T02:00:37.789 INFO:teuthology.orchestra.run.smithi018.stdout: container-tools/common 2023-12-09T02:00:37.790 INFO:teuthology.orchestra.run.smithi018.stdout:Enabling module streams: 2023-12-09T02:00:37.790 INFO:teuthology.orchestra.run.smithi018.stdout: container-tools 3.0 2023-12-09T02:00:37.790 INFO:teuthology.orchestra.run.smithi018.stdout: 2023-12-09T02:00:37.790 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction Summary 2023-12-09T02:00:37.790 INFO:teuthology.orchestra.run.smithi018.stdout:========================================================================================================================== 2023-12-09T02:00:37.790 INFO:teuthology.orchestra.run.smithi018.stdout:Install 7 Packages 2023-12-09T02:00:37.790 INFO:teuthology.orchestra.run.smithi018.stdout:Downgrade 12 Packages 2023-12-09T02:00:37.790 INFO:teuthology.orchestra.run.smithi018.stdout: 2023-12-09T02:00:37.790 INFO:teuthology.orchestra.run.smithi018.stdout:Total download size: 51 M 2023-12-09T02:00:37.791 INFO:teuthology.orchestra.run.smithi018.stdout:Downloading Packages: 2023-12-09T02:00:37.889 INFO:teuthology.orchestra.run.smithi018.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 942 kB/s | 91 kB 00:00 2023-12-09T02:00:37.914 INFO:teuthology.orchestra.run.smithi018.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 434 kB/s | 53 kB 00:00 2023-12-09T02:00:37.939 INFO:teuthology.orchestra.run.smithi018.stdout:(3/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 349 kB/s | 51 kB 00:00 2023-12-09T02:00:37.992 INFO:teuthology.orchestra.run.smithi018.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 4.8 MB/s | 511 kB 00:00 2023-12-09T02:00:38.023 INFO:teuthology.orchestra.run.smithi018.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 826 kB/s | 69 kB 00:00 2023-12-09T02:00:38.048 INFO:teuthology.orchestra.run.smithi018.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 1.3 MB/s | 72 kB 00:00 2023-12-09T02:00:38.098 INFO:teuthology.orchestra.run.smithi018.stdout:(7/19): podman-docker-3.0.1-9.module+el8.6.0+14 1.1 MB/s | 56 kB 00:00 2023-12-09T02:00:38.157 INFO:teuthology.orchestra.run.smithi018.stdout:(8/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 13 MB/s | 2.9 MB 00:00 2023-12-09T02:00:38.182 INFO:teuthology.orchestra.run.smithi018.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 612 kB/s | 51 kB 00:00 2023-12-09T02:00:38.241 INFO:teuthology.orchestra.run.smithi018.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 5.4 MB/s | 322 kB 00:00 2023-12-09T02:00:38.299 INFO:teuthology.orchestra.run.smithi018.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 701 kB/s | 41 kB 00:00 2023-12-09T02:00:38.306 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2023-12-09T02:00:38.407 INFO:teuthology.orchestra.run.smithi037.stdout:========================================================================================================================== 2023-12-09T02:00:38.407 INFO:teuthology.orchestra.run.smithi037.stdout: Package Arch Version Repository Size 2023-12-09T02:00:38.407 INFO:teuthology.orchestra.run.smithi037.stdout:========================================================================================================================== 2023-12-09T02:00:38.407 INFO:teuthology.orchestra.run.smithi037.stdout:Installing group/module packages: 2023-12-09T02:00:38.407 INFO:teuthology.orchestra.run.smithi037.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-09T02:00:38.407 INFO:teuthology.orchestra.run.smithi037.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-09T02:00:38.407 INFO:teuthology.orchestra.run.smithi037.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-09T02:00:38.407 INFO:teuthology.orchestra.run.smithi037.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-09T02:00:38.407 INFO:teuthology.orchestra.run.smithi037.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-09T02:00:38.407 INFO:teuthology.orchestra.run.smithi037.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-09T02:00:38.407 INFO:teuthology.orchestra.run.smithi037.stdout:Installing dependencies: 2023-12-09T02:00:38.407 INFO:teuthology.orchestra.run.smithi037.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-09T02:00:38.408 INFO:teuthology.orchestra.run.smithi037.stdout:Downgrading: 2023-12-09T02:00:38.408 INFO:teuthology.orchestra.run.smithi037.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-09T02:00:38.408 INFO:teuthology.orchestra.run.smithi037.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-09T02:00:38.408 INFO:teuthology.orchestra.run.smithi037.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-09T02:00:38.408 INFO:teuthology.orchestra.run.smithi037.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-09T02:00:38.408 INFO:teuthology.orchestra.run.smithi037.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-09T02:00:38.408 INFO:teuthology.orchestra.run.smithi037.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-09T02:00:38.408 INFO:teuthology.orchestra.run.smithi037.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-09T02:00:38.408 INFO:teuthology.orchestra.run.smithi037.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-09T02:00:38.408 INFO:teuthology.orchestra.run.smithi037.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-09T02:00:38.408 INFO:teuthology.orchestra.run.smithi037.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-09T02:00:38.408 INFO:teuthology.orchestra.run.smithi037.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-09T02:00:38.408 INFO:teuthology.orchestra.run.smithi037.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-09T02:00:38.408 INFO:teuthology.orchestra.run.smithi037.stdout:Installing module profiles: 2023-12-09T02:00:38.408 INFO:teuthology.orchestra.run.smithi037.stdout: container-tools/common 2023-12-09T02:00:38.408 INFO:teuthology.orchestra.run.smithi037.stdout:Enabling module streams: 2023-12-09T02:00:38.409 INFO:teuthology.orchestra.run.smithi037.stdout: container-tools 3.0 2023-12-09T02:00:38.409 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-09T02:00:38.409 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2023-12-09T02:00:38.409 INFO:teuthology.orchestra.run.smithi037.stdout:========================================================================================================================== 2023-12-09T02:00:38.409 INFO:teuthology.orchestra.run.smithi037.stdout:Install 7 Packages 2023-12-09T02:00:38.409 INFO:teuthology.orchestra.run.smithi037.stdout:Downgrade 12 Packages 2023-12-09T02:00:38.409 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-09T02:00:38.409 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 51 M 2023-12-09T02:00:38.409 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2023-12-09T02:00:38.458 INFO:teuthology.orchestra.run.smithi018.stdout:(12/19): podman-3.0.1-9.module+el8.6.0+14874+64 25 MB/s | 11 MB 00:00 2023-12-09T02:00:38.483 INFO:teuthology.orchestra.run.smithi037.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 1.2 MB/s | 91 kB 00:00 2023-12-09T02:00:38.504 INFO:teuthology.orchestra.run.smithi061.stdout:Dependencies resolved. 2023-12-09T02:00:38.508 INFO:teuthology.orchestra.run.smithi018.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 11 MB/s | 2.2 MB 00:00 2023-12-09T02:00:38.509 INFO:teuthology.orchestra.run.smithi037.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 544 kB/s | 53 kB 00:00 2023-12-09T02:00:38.525 INFO:teuthology.orchestra.run.smithi037.stdout:(3/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 450 kB/s | 51 kB 00:00 2023-12-09T02:00:38.567 INFO:teuthology.orchestra.run.smithi037.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 6.0 MB/s | 511 kB 00:00 2023-12-09T02:00:38.592 INFO:teuthology.orchestra.run.smithi037.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 1.0 MB/s | 69 kB 00:00 2023-12-09T02:00:38.608 INFO:teuthology.orchestra.run.smithi061.stdout:========================================================================================================================== 2023-12-09T02:00:38.608 INFO:teuthology.orchestra.run.smithi061.stdout: Package Arch Version Repository Size 2023-12-09T02:00:38.609 INFO:teuthology.orchestra.run.smithi061.stdout:========================================================================================================================== 2023-12-09T02:00:38.609 INFO:teuthology.orchestra.run.smithi061.stdout:Installing group/module packages: 2023-12-09T02:00:38.609 INFO:teuthology.orchestra.run.smithi061.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-09T02:00:38.609 INFO:teuthology.orchestra.run.smithi061.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-09T02:00:38.609 INFO:teuthology.orchestra.run.smithi061.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-09T02:00:38.609 INFO:teuthology.orchestra.run.smithi061.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-09T02:00:38.609 INFO:teuthology.orchestra.run.smithi061.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-09T02:00:38.609 INFO:teuthology.orchestra.run.smithi061.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-09T02:00:38.609 INFO:teuthology.orchestra.run.smithi061.stdout:Installing dependencies: 2023-12-09T02:00:38.609 INFO:teuthology.orchestra.run.smithi061.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-09T02:00:38.609 INFO:teuthology.orchestra.run.smithi061.stdout:Downgrading: 2023-12-09T02:00:38.609 INFO:teuthology.orchestra.run.smithi061.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-09T02:00:38.609 INFO:teuthology.orchestra.run.smithi061.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-09T02:00:38.609 INFO:teuthology.orchestra.run.smithi061.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-09T02:00:38.609 INFO:teuthology.orchestra.run.smithi061.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-09T02:00:38.610 INFO:teuthology.orchestra.run.smithi061.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-09T02:00:38.610 INFO:teuthology.orchestra.run.smithi061.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-09T02:00:38.610 INFO:teuthology.orchestra.run.smithi061.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-09T02:00:38.610 INFO:teuthology.orchestra.run.smithi061.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-09T02:00:38.610 INFO:teuthology.orchestra.run.smithi061.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-09T02:00:38.610 INFO:teuthology.orchestra.run.smithi061.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-09T02:00:38.610 INFO:teuthology.orchestra.run.smithi061.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-09T02:00:38.610 INFO:teuthology.orchestra.run.smithi061.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-09T02:00:38.610 INFO:teuthology.orchestra.run.smithi061.stdout:Installing module profiles: 2023-12-09T02:00:38.610 INFO:teuthology.orchestra.run.smithi061.stdout: container-tools/common 2023-12-09T02:00:38.610 INFO:teuthology.orchestra.run.smithi061.stdout:Enabling module streams: 2023-12-09T02:00:38.610 INFO:teuthology.orchestra.run.smithi061.stdout: container-tools 3.0 2023-12-09T02:00:38.610 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-12-09T02:00:38.610 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction Summary 2023-12-09T02:00:38.610 INFO:teuthology.orchestra.run.smithi061.stdout:========================================================================================================================== 2023-12-09T02:00:38.611 INFO:teuthology.orchestra.run.smithi061.stdout:Install 7 Packages 2023-12-09T02:00:38.611 INFO:teuthology.orchestra.run.smithi061.stdout:Downgrade 12 Packages 2023-12-09T02:00:38.611 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-12-09T02:00:38.611 INFO:teuthology.orchestra.run.smithi061.stdout:Total download size: 51 M 2023-12-09T02:00:38.611 INFO:teuthology.orchestra.run.smithi061.stdout:Downloading Packages: 2023-12-09T02:00:38.618 INFO:teuthology.orchestra.run.smithi037.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 1.4 MB/s | 72 kB 00:00 2023-12-09T02:00:38.660 INFO:teuthology.orchestra.run.smithi037.stdout:(7/19): podman-docker-3.0.1-9.module+el8.6.0+14 1.3 MB/s | 56 kB 00:00 2023-12-09T02:00:38.684 INFO:teuthology.orchestra.run.smithi018.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 28 MB/s | 6.4 MB 00:00 2023-12-09T02:00:38.693 INFO:teuthology.orchestra.run.smithi061.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 1.1 MB/s | 91 kB 00:00 2023-12-09T02:00:38.710 INFO:teuthology.orchestra.run.smithi061.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 545 kB/s | 53 kB 00:00 2023-12-09T02:00:38.718 INFO:teuthology.orchestra.run.smithi037.stdout:(8/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 15 MB/s | 2.9 MB 00:00 2023-12-09T02:00:38.729 INFO:teuthology.orchestra.run.smithi061.stdout:(3/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 452 kB/s | 51 kB 00:00 2023-12-09T02:00:38.735 INFO:teuthology.orchestra.run.smithi037.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 679 kB/s | 51 kB 00:00 2023-12-09T02:00:38.752 INFO:teuthology.orchestra.run.smithi061.stdout:(4/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 1.6 MB/s | 69 kB 00:00 2023-12-09T02:00:38.785 INFO:teuthology.orchestra.run.smithi037.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 6.3 MB/s | 322 kB 00:00 2023-12-09T02:00:38.786 INFO:teuthology.orchestra.run.smithi061.stdout:(5/19): criu-3.15-1.module+el8.6.0+14874+644362 5.4 MB/s | 511 kB 00:00 2023-12-09T02:00:38.811 INFO:teuthology.orchestra.run.smithi061.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 1.2 MB/s | 72 kB 00:00 2023-12-09T02:00:38.819 INFO:teuthology.orchestra.run.smithi037.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 1.2 MB/s | 41 kB 00:00 2023-12-09T02:00:38.853 INFO:teuthology.orchestra.run.smithi061.stdout:(7/19): podman-docker-3.0.1-9.module+el8.6.0+14 1.3 MB/s | 56 kB 00:00 2023-12-09T02:00:38.911 INFO:teuthology.orchestra.run.smithi037.stdout:(12/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 24 MB/s | 2.2 MB 00:00 2023-12-09T02:00:38.917 INFO:teuthology.orchestra.run.smithi018.stdout:(15/19): containernetworking-plugins-0.9.1-1.mo 25 MB/s | 19 MB 00:00 2023-12-09T02:00:38.920 INFO:teuthology.orchestra.run.smithi061.stdout:(8/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 15 MB/s | 2.9 MB 00:00 2023-12-09T02:00:38.946 INFO:teuthology.orchestra.run.smithi061.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 556 kB/s | 51 kB 00:00 2023-12-09T02:00:39.012 INFO:teuthology.orchestra.run.smithi018.stdout:(16/19): buildah-1.19.9-3.module+el8.6.0+14874+ 13 MB/s | 6.8 MB 00:00 2023-12-09T02:00:39.021 INFO:teuthology.orchestra.run.smithi061.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 4.2 MB/s | 322 kB 00:00 2023-12-09T02:00:39.051 INFO:teuthology.orchestra.run.smithi018.stdout:(17/19): cockpit-podman-29-2.module+el8.6.0+148 2.9 MB/s | 1.1 MB 00:00 2023-12-09T02:00:39.053 INFO:teuthology.orchestra.run.smithi037.stdout:(13/19): podman-3.0.1-9.module+el8.6.0+14874+64 24 MB/s | 11 MB 00:00 2023-12-09T02:00:39.063 INFO:teuthology.orchestra.run.smithi061.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 980 kB/s | 41 kB 00:00 2023-12-09T02:00:39.068 INFO:teuthology.orchestra.run.smithi018.stdout:(18/19): udica-0.2.4-1.module+el8.6.0+14874+644 902 kB/s | 51 kB 00:00 2023-12-09T02:00:39.094 INFO:teuthology.orchestra.run.smithi018.stdout:(19/19): crun-0.18-3.module+el8.6.0+14874+64436 1.0 MB/s | 185 kB 00:00 2023-12-09T02:00:39.094 INFO:teuthology.orchestra.run.smithi018.stdout:-------------------------------------------------------------------------------- 2023-12-09T02:00:39.094 INFO:teuthology.orchestra.run.smithi018.stdout:Total 39 MB/s | 51 MB 00:01 2023-12-09T02:00:39.163 INFO:teuthology.orchestra.run.smithi061.stdout:(12/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 22 MB/s | 2.2 MB 00:00 2023-12-09T02:00:39.237 INFO:teuthology.orchestra.run.smithi037.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 20 MB/s | 6.4 MB 00:00 2023-12-09T02:00:39.288 INFO:teuthology.orchestra.run.smithi061.stdout:(13/19): podman-3.0.1-9.module+el8.6.0+14874+64 22 MB/s | 11 MB 00:00 2023-12-09T02:00:39.304 INFO:teuthology.orchestra.run.smithi037.stdout:(15/19): cockpit-podman-29-2.module+el8.6.0+148 16 MB/s | 1.1 MB 00:00 2023-12-09T02:00:39.388 INFO:teuthology.orchestra.run.smithi037.stdout:(16/19): buildah-1.19.9-3.module+el8.6.0+14874+ 20 MB/s | 6.8 MB 00:00 2023-12-09T02:00:39.413 INFO:teuthology.orchestra.run.smithi037.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 1.7 MB/s | 185 kB 00:00 2023-12-09T02:00:39.438 INFO:teuthology.orchestra.run.smithi037.stdout:(18/19): udica-0.2.4-1.module+el8.6.0+14874+644 1.0 MB/s | 51 kB 00:00 2023-12-09T02:00:39.472 INFO:teuthology.orchestra.run.smithi061.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 21 MB/s | 6.4 MB 00:00 2023-12-09T02:00:39.588 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction check 2023-12-09T02:00:39.597 INFO:teuthology.orchestra.run.smithi061.stdout:(15/19): buildah-1.19.9-3.module+el8.6.0+14874+ 22 MB/s | 6.8 MB 00:00 2023-12-09T02:00:39.630 INFO:teuthology.orchestra.run.smithi037.stdout:(19/19): containernetworking-plugins-0.9.1-1.mo 21 MB/s | 19 MB 00:00 2023-12-09T02:00:39.630 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2023-12-09T02:00:39.630 INFO:teuthology.orchestra.run.smithi037.stdout:Total 41 MB/s | 51 MB 00:01 2023-12-09T02:00:39.631 INFO:teuthology.orchestra.run.smithi061.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 6.7 MB/s | 1.1 MB 00:00 2023-12-09T02:00:39.634 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction check succeeded. 2023-12-09T02:00:39.634 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction test 2023-12-09T02:00:39.656 INFO:teuthology.orchestra.run.smithi061.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 3.1 MB/s | 185 kB 00:00 2023-12-09T02:00:39.681 INFO:teuthology.orchestra.run.smithi061.stdout:(18/19): udica-0.2.4-1.module+el8.6.0+14874+644 1.0 MB/s | 51 kB 00:00 2023-12-09T02:00:39.881 INFO:teuthology.orchestra.run.smithi061.stdout:(19/19): containernetworking-plugins-0.9.1-1.mo 20 MB/s | 19 MB 00:00 2023-12-09T02:00:39.882 INFO:teuthology.orchestra.run.smithi061.stdout:-------------------------------------------------------------------------------- 2023-12-09T02:00:39.882 INFO:teuthology.orchestra.run.smithi061.stdout:Total 40 MB/s | 51 MB 00:01 2023-12-09T02:00:40.100 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction test succeeded. 2023-12-09T02:00:40.104 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction 2023-12-09T02:00:40.122 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2023-12-09T02:00:40.168 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2023-12-09T02:00:40.168 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2023-12-09T02:00:40.374 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction check 2023-12-09T02:00:40.420 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction check succeeded. 2023-12-09T02:00:40.420 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction test 2023-12-09T02:00:40.613 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2023-12-09T02:00:40.617 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2023-12-09T02:00:40.876 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction test succeeded. 2023-12-09T02:00:40.880 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction 2023-12-09T02:00:41.245 INFO:teuthology.orchestra.run.smithi018.stdout: Preparing : 1/1 2023-12-09T02:00:41.300 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-09T02:00:41.439 INFO:teuthology.orchestra.run.smithi018.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-09T02:00:41.448 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-09T02:00:41.469 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-09T02:00:41.630 INFO:teuthology.orchestra.run.smithi018.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-09T02:00:41.795 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2023-12-09T02:00:41.839 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-09T02:00:42.010 INFO:teuthology.orchestra.run.smithi037.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-09T02:00:42.019 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-09T02:00:42.038 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-09T02:00:42.046 INFO:teuthology.orchestra.run.smithi061.stdout: Preparing : 1/1 2023-12-09T02:00:42.089 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-09T02:00:42.235 INFO:teuthology.orchestra.run.smithi037.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-09T02:00:42.258 INFO:teuthology.orchestra.run.smithi061.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-09T02:00:42.267 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-09T02:00:42.289 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-09T02:00:42.508 INFO:teuthology.orchestra.run.smithi061.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-09T02:00:59.555 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-09T02:01:00.547 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-09T02:01:00.934 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-09T02:01:01.408 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-09T02:01:01.626 INFO:teuthology.orchestra.run.smithi018.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-09T02:01:01.817 INFO:teuthology.orchestra.run.smithi018.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-09T02:01:02.010 INFO:teuthology.orchestra.run.smithi018.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-09T02:01:02.212 INFO:teuthology.orchestra.run.smithi018.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-09T02:01:02.212 INFO:teuthology.orchestra.run.smithi018.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-09T02:01:02.213 INFO:teuthology.orchestra.run.smithi018.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-09T02:01:02.213 INFO:teuthology.orchestra.run.smithi018.stdout: 2023-12-09T02:01:02.398 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-09T02:01:02.614 INFO:teuthology.orchestra.run.smithi061.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-09T02:01:02.847 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-09T02:01:02.948 INFO:teuthology.orchestra.run.smithi061.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-09T02:01:03.082 INFO:teuthology.orchestra.run.smithi037.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-09T02:01:03.120 INFO:teuthology.orchestra.run.smithi061.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-09T02:01:03.128 INFO:teuthology.orchestra.run.smithi018.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-09T02:01:03.296 INFO:teuthology.orchestra.run.smithi037.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-09T02:01:03.307 INFO:teuthology.orchestra.run.smithi061.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-09T02:01:03.307 INFO:teuthology.orchestra.run.smithi061.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-09T02:01:03.307 INFO:teuthology.orchestra.run.smithi061.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-09T02:01:03.307 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-12-09T02:01:03.338 INFO:teuthology.orchestra.run.smithi018.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-09T02:01:03.456 INFO:teuthology.orchestra.run.smithi037.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-09T02:01:03.827 INFO:teuthology.orchestra.run.smithi037.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-09T02:01:03.827 INFO:teuthology.orchestra.run.smithi037.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-09T02:01:03.827 INFO:teuthology.orchestra.run.smithi037.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-09T02:01:03.827 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-09T02:01:04.114 INFO:teuthology.orchestra.run.smithi061.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-09T02:01:04.315 INFO:teuthology.orchestra.run.smithi061.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-09T02:01:04.603 INFO:teuthology.orchestra.run.smithi037.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-09T02:01:04.833 INFO:teuthology.orchestra.run.smithi037.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-09T02:01:04.895 INFO:teuthology.orchestra.run.smithi018.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-09T02:01:05.158 INFO:teuthology.orchestra.run.smithi018.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-09T02:01:05.555 INFO:teuthology.orchestra.run.smithi018.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-09T02:01:05.830 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-09T02:01:05.834 INFO:teuthology.orchestra.run.smithi061.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-09T02:01:06.129 INFO:teuthology.orchestra.run.smithi061.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-09T02:01:06.363 INFO:teuthology.orchestra.run.smithi037.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-09T02:01:06.548 INFO:teuthology.orchestra.run.smithi061.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-09T02:01:06.583 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-09T02:01:06.648 INFO:teuthology.orchestra.run.smithi037.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-09T02:01:06.800 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-09T02:01:07.060 INFO:teuthology.orchestra.run.smithi037.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-09T02:01:07.350 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-09T02:01:07.354 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-09T02:01:07.568 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-09T02:01:07.595 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-09T02:01:07.768 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-09T02:01:07.951 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-09T02:01:08.085 INFO:teuthology.orchestra.run.smithi018.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-09T02:01:08.085 INFO:teuthology.orchestra.run.smithi018.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-09T02:01:08.096 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-09T02:01:08.349 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-09T02:01:08.373 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-09T02:01:08.547 INFO:teuthology.orchestra.run.smithi018.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-09T02:01:08.547 INFO:teuthology.orchestra.run.smithi018.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-09T02:01:08.563 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-09T02:01:08.711 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-09T02:01:08.755 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-09T02:01:08.844 INFO:teuthology.orchestra.run.smithi018.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-09T02:01:08.892 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-09T02:01:08.994 INFO:teuthology.orchestra.run.smithi018.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-09T02:01:09.063 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-09T02:01:09.127 INFO:teuthology.orchestra.run.smithi018.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-09T02:01:09.148 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-09T02:01:09.212 INFO:teuthology.orchestra.run.smithi061.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-09T02:01:09.213 INFO:teuthology.orchestra.run.smithi061.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-09T02:01:09.305 INFO:teuthology.orchestra.run.smithi018.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-09T02:01:09.324 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-09T02:01:09.435 INFO:teuthology.orchestra.run.smithi018.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-09T02:01:09.507 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-09T02:01:09.515 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-09T02:01:09.551 INFO:teuthology.orchestra.run.smithi018.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-09T02:01:09.656 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-09T02:01:09.657 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-09T02:01:09.680 INFO:teuthology.orchestra.run.smithi018.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-09T02:01:09.681 INFO:teuthology.orchestra.run.smithi018.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-09T02:01:09.689 INFO:teuthology.orchestra.run.smithi061.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-09T02:01:09.689 INFO:teuthology.orchestra.run.smithi061.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-09T02:01:09.843 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-09T02:01:09.898 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-09T02:01:09.993 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-09T02:01:10.047 INFO:teuthology.orchestra.run.smithi061.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-09T02:01:10.176 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-09T02:01:10.176 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-09T02:01:10.222 INFO:teuthology.orchestra.run.smithi061.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-09T02:01:10.325 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-09T02:01:10.378 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-09T02:01:10.398 INFO:teuthology.orchestra.run.smithi061.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-09T02:01:10.474 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-09T02:01:10.556 INFO:teuthology.orchestra.run.smithi061.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-09T02:01:10.650 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-09T02:01:10.680 INFO:teuthology.orchestra.run.smithi061.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-09T02:01:10.780 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-09T02:01:10.780 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-09T02:01:10.780 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-09T02:01:10.780 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-09T02:01:10.780 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-09T02:01:10.780 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-09T02:01:10.781 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-09T02:01:10.781 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-09T02:01:10.781 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-09T02:01:10.781 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-09T02:01:10.781 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-09T02:01:10.781 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-09T02:01:10.781 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-09T02:01:10.781 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-09T02:01:10.781 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-09T02:01:10.781 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-09T02:01:10.781 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-09T02:01:10.781 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-09T02:01:10.782 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-09T02:01:10.782 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-09T02:01:10.782 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-09T02:01:10.782 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-09T02:01:10.782 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-09T02:01:10.782 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-09T02:01:10.782 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-09T02:01:10.782 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-09T02:01:10.782 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-09T02:01:10.783 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-09T02:01:10.783 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-09T02:01:10.783 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-09T02:01:10.783 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-09T02:01:10.788 INFO:teuthology.orchestra.run.smithi061.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-09T02:01:10.808 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-09T02:01:10.960 INFO:teuthology.orchestra.run.smithi061.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-09T02:01:10.960 INFO:teuthology.orchestra.run.smithi061.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-09T02:01:10.983 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-09T02:01:11.107 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-09T02:01:11.113 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-09T02:01:11.240 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-09T02:01:11.421 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-09T02:01:11.421 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-09T02:01:11.582 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-09T02:01:11.738 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-09T02:01:12.130 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-09T02:01:12.136 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-09T02:01:12.136 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-09T02:01:12.136 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-09T02:01:12.136 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-09T02:01:12.137 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-09T02:01:12.137 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-09T02:01:12.137 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-09T02:01:12.137 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-09T02:01:12.137 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-09T02:01:12.137 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-09T02:01:12.137 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-09T02:01:12.137 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-09T02:01:12.137 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-09T02:01:12.137 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-09T02:01:12.138 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-09T02:01:12.138 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-09T02:01:12.138 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-09T02:01:12.138 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-09T02:01:12.138 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-09T02:01:12.138 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-09T02:01:12.138 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-09T02:01:12.138 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-09T02:01:12.138 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-09T02:01:12.138 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-09T02:01:12.138 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-09T02:01:12.138 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-09T02:01:12.138 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-09T02:01:12.138 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-09T02:01:12.138 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-09T02:01:12.139 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-09T02:01:12.139 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-09T02:01:12.553 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-09T02:01:12.554 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-09T02:01:12.554 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-09T02:01:12.554 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-09T02:01:12.554 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-09T02:01:12.554 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-09T02:01:12.554 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-09T02:01:12.554 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-09T02:01:12.554 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-09T02:01:12.555 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-09T02:01:12.555 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-09T02:01:12.555 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-09T02:01:12.555 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-09T02:01:12.555 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-09T02:01:12.555 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-09T02:01:12.555 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-09T02:01:12.555 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-09T02:01:12.555 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-09T02:01:12.556 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-09T02:01:12.556 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-09T02:01:12.556 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-09T02:01:12.556 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-09T02:01:12.556 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-09T02:01:12.556 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-09T02:01:12.556 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-09T02:01:12.556 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-09T02:01:12.556 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-09T02:01:12.556 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-09T02:01:12.556 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-09T02:01:12.556 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-09T02:01:12.556 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-09T02:01:15.043 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-09T02:01:15.043 INFO:teuthology.orchestra.run.smithi018.stdout:Installed products updated. 2023-12-09T02:01:15.249 INFO:teuthology.orchestra.run.smithi018.stdout: 2023-12-09T02:01:15.250 INFO:teuthology.orchestra.run.smithi018.stdout:Downgraded: 2023-12-09T02:01:15.250 INFO:teuthology.orchestra.run.smithi018.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:01:15.250 INFO:teuthology.orchestra.run.smithi018.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-09T02:01:15.250 INFO:teuthology.orchestra.run.smithi018.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:01:15.250 INFO:teuthology.orchestra.run.smithi018.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:01:15.250 INFO:teuthology.orchestra.run.smithi018.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:01:15.250 INFO:teuthology.orchestra.run.smithi018.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:01:15.250 INFO:teuthology.orchestra.run.smithi018.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:01:15.250 INFO:teuthology.orchestra.run.smithi018.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:01:15.250 INFO:teuthology.orchestra.run.smithi018.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:01:15.250 INFO:teuthology.orchestra.run.smithi018.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-09T02:01:15.251 INFO:teuthology.orchestra.run.smithi018.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:01:15.251 INFO:teuthology.orchestra.run.smithi018.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:01:15.251 INFO:teuthology.orchestra.run.smithi018.stdout:Installed: 2023-12-09T02:01:15.251 INFO:teuthology.orchestra.run.smithi018.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:01:15.251 INFO:teuthology.orchestra.run.smithi018.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-09T02:01:15.251 INFO:teuthology.orchestra.run.smithi018.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:01:15.251 INFO:teuthology.orchestra.run.smithi018.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:01:15.251 INFO:teuthology.orchestra.run.smithi018.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:01:15.251 INFO:teuthology.orchestra.run.smithi018.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-09T02:01:15.251 INFO:teuthology.orchestra.run.smithi018.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-09T02:01:15.251 INFO:teuthology.orchestra.run.smithi018.stdout: 2023-12-09T02:01:15.251 INFO:teuthology.orchestra.run.smithi018.stdout:Complete! 2023-12-09T02:01:15.446 DEBUG:teuthology.parallel:result is None 2023-12-09T02:01:16.356 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-09T02:01:16.357 INFO:teuthology.orchestra.run.smithi061.stdout:Installed products updated. 2023-12-09T02:01:16.573 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-12-09T02:01:16.573 INFO:teuthology.orchestra.run.smithi061.stdout:Downgraded: 2023-12-09T02:01:16.573 INFO:teuthology.orchestra.run.smithi061.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:01:16.573 INFO:teuthology.orchestra.run.smithi061.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-09T02:01:16.573 INFO:teuthology.orchestra.run.smithi061.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:01:16.574 INFO:teuthology.orchestra.run.smithi061.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:01:16.574 INFO:teuthology.orchestra.run.smithi061.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:01:16.574 INFO:teuthology.orchestra.run.smithi061.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:01:16.574 INFO:teuthology.orchestra.run.smithi061.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:01:16.574 INFO:teuthology.orchestra.run.smithi061.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:01:16.574 INFO:teuthology.orchestra.run.smithi061.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:01:16.574 INFO:teuthology.orchestra.run.smithi061.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-09T02:01:16.574 INFO:teuthology.orchestra.run.smithi061.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:01:16.574 INFO:teuthology.orchestra.run.smithi061.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:01:16.574 INFO:teuthology.orchestra.run.smithi061.stdout:Installed: 2023-12-09T02:01:16.574 INFO:teuthology.orchestra.run.smithi061.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:01:16.574 INFO:teuthology.orchestra.run.smithi061.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-09T02:01:16.574 INFO:teuthology.orchestra.run.smithi061.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:01:16.574 INFO:teuthology.orchestra.run.smithi061.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:01:16.574 INFO:teuthology.orchestra.run.smithi061.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:01:16.575 INFO:teuthology.orchestra.run.smithi061.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-09T02:01:16.575 INFO:teuthology.orchestra.run.smithi061.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-09T02:01:16.575 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-12-09T02:01:16.575 INFO:teuthology.orchestra.run.smithi061.stdout:Complete! 2023-12-09T02:01:16.798 DEBUG:teuthology.parallel:result is None 2023-12-09T02:01:16.883 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-09T02:01:16.883 INFO:teuthology.orchestra.run.smithi037.stdout:Installed products updated. 2023-12-09T02:01:17.101 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-09T02:01:17.101 INFO:teuthology.orchestra.run.smithi037.stdout:Downgraded: 2023-12-09T02:01:17.101 INFO:teuthology.orchestra.run.smithi037.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:01:17.101 INFO:teuthology.orchestra.run.smithi037.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-09T02:01:17.101 INFO:teuthology.orchestra.run.smithi037.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:01:17.101 INFO:teuthology.orchestra.run.smithi037.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:01:17.101 INFO:teuthology.orchestra.run.smithi037.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:01:17.101 INFO:teuthology.orchestra.run.smithi037.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:01:17.101 INFO:teuthology.orchestra.run.smithi037.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:01:17.101 INFO:teuthology.orchestra.run.smithi037.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:01:17.101 INFO:teuthology.orchestra.run.smithi037.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:01:17.101 INFO:teuthology.orchestra.run.smithi037.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-09T02:01:17.102 INFO:teuthology.orchestra.run.smithi037.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:01:17.102 INFO:teuthology.orchestra.run.smithi037.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:01:17.102 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2023-12-09T02:01:17.102 INFO:teuthology.orchestra.run.smithi037.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:01:17.102 INFO:teuthology.orchestra.run.smithi037.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-09T02:01:17.102 INFO:teuthology.orchestra.run.smithi037.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:01:17.102 INFO:teuthology.orchestra.run.smithi037.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:01:17.102 INFO:teuthology.orchestra.run.smithi037.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T02:01:17.102 INFO:teuthology.orchestra.run.smithi037.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-09T02:01:17.102 INFO:teuthology.orchestra.run.smithi037.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-09T02:01:17.102 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-09T02:01:17.102 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2023-12-09T02:01:17.299 DEBUG:teuthology.parallel:result is None 2023-12-09T02:01:17.299 INFO:teuthology.run_tasks:Running task install... 2023-12-09T02:01:17.308 DEBUG:teuthology.task.install:project ceph 2023-12-09T02:01:17.309 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '9dcc13bb80dcc1cdea72b04d80505b4649a2b882'}} 2023-12-09T02:01:17.309 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '9dcc13bb80dcc1cdea72b04d80505b4649a2b882'} 2023-12-09T02:01:17.309 INFO:teuthology.task.install:Using flavor: default 2023-12-09T02:01:17.315 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-09T02:01:17.315 INFO:teuthology.task.install:extra packages: [] 2023-12-09T02:01:17.315 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-09T02:01:17.316 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-09T02:01:17.318 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-09T02:01:17.318 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-09T02:01:17.319 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-09T02:01:17.319 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-09T02:01:17.489 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/ 2023-12-09T02:01:17.489 INFO:teuthology.task.install.rpm:Package version is 19.0.0-44.g9dcc13bb 2023-12-09T02:01:17.490 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/ 2023-12-09T02:01:17.491 INFO:teuthology.task.install.rpm:Package version is 19.0.0-44.g9dcc13bb 2023-12-09T02:01:17.506 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/ 2023-12-09T02:01:17.506 INFO:teuthology.task.install.rpm:Package version is 19.0.0-44.g9dcc13bb 2023-12-09T02:01:17.619 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-09T02:01:17.619 DEBUG:teuthology.orchestra.run.smithi061:> set -ex 2023-12-09T02:01:17.619 DEBUG:teuthology.orchestra.run.smithi061:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-09T02:01:17.632 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-09T02:01:17.633 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2023-12-09T02:01:17.633 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-09T02:01:17.653 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-09T02:01:17.654 DEBUG:teuthology.orchestra.run.smithi061:> 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-09T02:01:17.666 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-09T02:01:17.666 DEBUG:teuthology.orchestra.run.smithi018:> 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-09T02:01:17.684 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-09T02:01:17.684 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-12-09T02:01:17.684 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-09T02:01:17.714 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-09T02:01:17.714 DEBUG:teuthology.orchestra.run.smithi037:> 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-09T02:01:17.726 DEBUG:teuthology.orchestra.run.smithi061:> 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-09T02:01:17.738 DEBUG:teuthology.orchestra.run.smithi018:> 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-09T02:01:17.782 DEBUG:teuthology.orchestra.run.smithi037:> 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-09T02:01:17.810 DEBUG:teuthology.orchestra.run.smithi061:> 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-09T02:01:17.820 DEBUG:teuthology.orchestra.run.smithi018:> 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-09T02:01:17.861 DEBUG:teuthology.orchestra.run.smithi037:> 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-09T02:01:17.880 INFO:teuthology.orchestra.run.smithi061.stdout:check_obsoletes = 1 2023-12-09T02:01:17.881 DEBUG:teuthology.orchestra.run.smithi061:> sudo yum clean all 2023-12-09T02:01:17.889 INFO:teuthology.orchestra.run.smithi018.stdout:check_obsoletes = 1 2023-12-09T02:01:17.891 DEBUG:teuthology.orchestra.run.smithi018:> sudo yum clean all 2023-12-09T02:01:17.928 INFO:teuthology.orchestra.run.smithi037.stdout:check_obsoletes = 1 2023-12-09T02:01:17.930 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum clean all 2023-12-09T02:01:18.280 INFO:teuthology.orchestra.run.smithi061.stdout:Updating Subscription Management repositories. 2023-12-09T02:01:18.286 INFO:teuthology.orchestra.run.smithi018.stdout:Updating Subscription Management repositories. 2023-12-09T02:01:18.319 INFO:teuthology.orchestra.run.smithi037.stdout:Updating Subscription Management repositories. 2023-12-09T02:01:19.551 INFO:teuthology.orchestra.run.smithi037.stdout:44 files removed 2023-12-09T02:01:19.605 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install ceph-radosgw 2023-12-09T02:01:19.697 INFO:teuthology.orchestra.run.smithi061.stdout:44 files removed 2023-12-09T02:01:19.742 INFO:teuthology.orchestra.run.smithi018.stdout:44 files removed 2023-12-09T02:01:19.751 DEBUG:teuthology.orchestra.run.smithi061:> sudo yum -y install ceph-radosgw 2023-12-09T02:01:19.796 DEBUG:teuthology.orchestra.run.smithi018:> sudo yum -y install ceph-radosgw 2023-12-09T02:01:19.959 INFO:teuthology.orchestra.run.smithi037.stdout:Updating Subscription Management repositories. 2023-12-09T02:01:20.104 INFO:teuthology.orchestra.run.smithi061.stdout:Updating Subscription Management repositories. 2023-12-09T02:01:20.148 INFO:teuthology.orchestra.run.smithi018.stdout:Updating Subscription Management repositories. 2023-12-09T02:01:21.460 INFO:teuthology.orchestra.run.smithi037.stdout:ceph packages for x86_64 327 kB/s | 81 kB 00:00 2023-12-09T02:01:21.701 INFO:teuthology.orchestra.run.smithi061.stdout:ceph packages for x86_64 176 kB/s | 81 kB 00:00 2023-12-09T02:01:21.787 INFO:teuthology.orchestra.run.smithi037.stdout:ceph noarch packages 32 kB/s | 9.5 kB 00:00 2023-12-09T02:01:21.862 INFO:teuthology.orchestra.run.smithi018.stdout:ceph packages for x86_64 243 kB/s | 81 kB 00:00 2023-12-09T02:01:22.077 INFO:teuthology.orchestra.run.smithi061.stdout:ceph noarch packages 28 kB/s | 9.5 kB 00:00 2023-12-09T02:01:22.078 INFO:teuthology.orchestra.run.smithi037.stdout:ceph source packages 5.5 kB/s | 1.5 kB 00:00 2023-12-09T02:01:22.179 INFO:teuthology.orchestra.run.smithi018.stdout:ceph noarch packages 33 kB/s | 9.5 kB 00:00 2023-12-09T02:01:22.237 INFO:teuthology.orchestra.run.smithi037.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-12-09T02:01:22.361 INFO:teuthology.orchestra.run.smithi061.stdout:ceph source packages 5.7 kB/s | 1.5 kB 00:00 2023-12-09T02:01:22.472 INFO:teuthology.orchestra.run.smithi018.stdout:ceph source packages 5.5 kB/s | 1.5 kB 00:00 2023-12-09T02:01:22.503 INFO:teuthology.orchestra.run.smithi061.stdout:Copr repo for python3-asyncssh owned by ceph 29 kB/s | 3.5 kB 00:00 2023-12-09T02:01:22.739 INFO:teuthology.orchestra.run.smithi018.stdout:Copr repo for python3-asyncssh owned by ceph 14 kB/s | 3.5 kB 00:00 2023-12-09T02:01:23.238 INFO:teuthology.orchestra.run.smithi037.stdout:Extra Packages for Enterprise Linux 16 MB/s | 16 MB 00:00 2023-12-09T02:01:27.047 INFO:teuthology.orchestra.run.smithi037.stdout:lab-extras 397 kB/s | 24 kB 00:00 2023-12-09T02:01:28.015 INFO:teuthology.orchestra.run.smithi037.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 59 MB/s | 53 MB 00:00 2023-12-09T02:01:33.991 INFO:teuthology.orchestra.run.smithi018.stdout:Extra Packages for Enterprise Linux 1.4 MB/s | 16 MB 00:11 2023-12-09T02:01:36.694 INFO:teuthology.orchestra.run.smithi037.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 56 MB/s | 47 MB 00:00 2023-12-09T02:01:37.731 INFO:teuthology.orchestra.run.smithi018.stdout:lab-extras 391 kB/s | 24 kB 00:00 2023-12-09T02:01:38.674 INFO:teuthology.orchestra.run.smithi018.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 61 MB/s | 53 MB 00:00 2023-12-09T02:01:39.112 INFO:teuthology.orchestra.run.smithi061.stdout:Extra Packages for Enterprise Linux 985 kB/s | 16 MB 00:16 2023-12-09T02:01:42.861 INFO:teuthology.orchestra.run.smithi061.stdout:lab-extras 430 kB/s | 24 kB 00:00 2023-12-09T02:01:43.838 INFO:teuthology.orchestra.run.smithi061.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 59 MB/s | 53 MB 00:00 2023-12-09T02:01:47.250 INFO:teuthology.orchestra.run.smithi018.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 58 MB/s | 47 MB 00:00 2023-12-09T02:01:48.576 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2023-12-09T02:01:48.579 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================================== 2023-12-09T02:01:48.579 INFO:teuthology.orchestra.run.smithi037.stdout: Package Arch Version Repository Size 2023-12-09T02:01:48.579 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================================== 2023-12-09T02:01:48.580 INFO:teuthology.orchestra.run.smithi037.stdout:Installing: 2023-12-09T02:01:48.580 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-radosgw x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 14 M 2023-12-09T02:01:48.580 INFO:teuthology.orchestra.run.smithi037.stdout:Upgrading: 2023-12-09T02:01:48.580 INFO:teuthology.orchestra.run.smithi037.stdout: librados2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 3.8 M 2023-12-09T02:01:48.580 INFO:teuthology.orchestra.run.smithi037.stdout: librbd1 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 3.7 M 2023-12-09T02:01:48.580 INFO:teuthology.orchestra.run.smithi037.stdout:Installing dependencies: 2023-12-09T02:01:48.580 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-base x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 5.4 M 2023-12-09T02:01:48.580 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-common x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 23 M 2023-12-09T02:01:48.580 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-selinux x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 24 k 2023-12-09T02:01:48.580 INFO:teuthology.orchestra.run.smithi037.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-09T02:01:48.580 INFO:teuthology.orchestra.run.smithi037.stdout: libcephfs2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 839 k 2023-12-09T02:01:48.580 INFO:teuthology.orchestra.run.smithi037.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-09T02:01:48.581 INFO:teuthology.orchestra.run.smithi037.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-09T02:01:48.581 INFO:teuthology.orchestra.run.smithi037.stdout: libradosstriper1 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 517 k 2023-12-09T02:01:48.581 INFO:teuthology.orchestra.run.smithi037.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-09T02:01:48.581 INFO:teuthology.orchestra.run.smithi037.stdout: librgw2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 6.9 M 2023-12-09T02:01:48.581 INFO:teuthology.orchestra.run.smithi037.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-09T02:01:48.581 INFO:teuthology.orchestra.run.smithi037.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-09T02:01:48.581 INFO:teuthology.orchestra.run.smithi037.stdout: python3-ceph-argparse x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 45 k 2023-12-09T02:01:48.581 INFO:teuthology.orchestra.run.smithi037.stdout: python3-ceph-common x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 128 k 2023-12-09T02:01:48.581 INFO:teuthology.orchestra.run.smithi037.stdout: python3-cephfs x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 197 k 2023-12-09T02:01:48.581 INFO:teuthology.orchestra.run.smithi037.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-09T02:01:48.581 INFO:teuthology.orchestra.run.smithi037.stdout: python3-rados x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 371 k 2023-12-09T02:01:48.581 INFO:teuthology.orchestra.run.smithi037.stdout: python3-rbd x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 365 k 2023-12-09T02:01:48.581 INFO:teuthology.orchestra.run.smithi037.stdout: python3-rgw x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 107 k 2023-12-09T02:01:48.581 INFO:teuthology.orchestra.run.smithi037.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-09T02:01:48.582 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-09T02:01:48.582 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2023-12-09T02:01:48.582 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================================== 2023-12-09T02:01:48.582 INFO:teuthology.orchestra.run.smithi037.stdout:Install 21 Packages 2023-12-09T02:01:48.582 INFO:teuthology.orchestra.run.smithi037.stdout:Upgrade 2 Packages 2023-12-09T02:01:48.582 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-09T02:01:48.582 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 62 M 2023-12-09T02:01:48.582 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2023-12-09T02:01:49.226 INFO:teuthology.orchestra.run.smithi037.stdout:(1/23): ceph-base-19.0.0-44.g9dcc13bb.el8.x86_6 8.8 MB/s | 5.4 MB 00:00 2023-12-09T02:01:49.301 INFO:teuthology.orchestra.run.smithi037.stdout:(2/23): ceph-selinux-19.0.0-44.g9dcc13bb.el8.x8 324 kB/s | 24 kB 00:00 2023-12-09T02:01:49.401 INFO:teuthology.orchestra.run.smithi037.stdout:(3/23): libcephfs2-19.0.0-44.g9dcc13bb.el8.x86_ 8.2 MB/s | 839 kB 00:00 2023-12-09T02:01:49.601 INFO:teuthology.orchestra.run.smithi037.stdout:(4/23): libradosstriper1-19.0.0-44.g9dcc13bb.el 2.5 MB/s | 517 kB 00:00 2023-12-09T02:01:49.770 INFO:teuthology.orchestra.run.smithi037.stdout:(5/23): ceph-radosgw-19.0.0-44.g9dcc13bb.el8.x8 12 MB/s | 14 MB 00:01 2023-12-09T02:01:49.843 INFO:teuthology.orchestra.run.smithi037.stdout:(6/23): python3-ceph-argparse-19.0.0-44.g9dcc13 618 kB/s | 45 kB 00:00 2023-12-09T02:01:49.927 INFO:teuthology.orchestra.run.smithi037.stdout:(7/23): python3-ceph-common-19.0.0-44.g9dcc13bb 1.5 MB/s | 128 kB 00:00 2023-12-09T02:01:50.028 INFO:teuthology.orchestra.run.smithi037.stdout:(8/23): librgw2-19.0.0-44.g9dcc13bb.el8.x86_64. 16 MB/s | 6.9 MB 00:00 2023-12-09T02:01:50.053 INFO:teuthology.orchestra.run.smithi037.stdout:(9/23): python3-cephfs-19.0.0-44.g9dcc13bb.el8. 1.5 MB/s | 197 kB 00:00 2023-12-09T02:01:50.086 INFO:teuthology.orchestra.run.smithi037.stdout:(10/23): python3-rados-19.0.0-44.g9dcc13bb.el8. 6.2 MB/s | 371 kB 00:00 2023-12-09T02:01:50.112 INFO:teuthology.orchestra.run.smithi037.stdout:(11/23): python3-rbd-19.0.0-44.g9dcc13bb.el8.x8 6.1 MB/s | 365 kB 00:00 2023-12-09T02:01:50.137 INFO:teuthology.orchestra.run.smithi037.stdout:(12/23): python3-rgw-19.0.0-44.g9dcc13bb.el8.x8 2.1 MB/s | 107 kB 00:00 2023-12-09T02:01:50.354 INFO:teuthology.orchestra.run.smithi037.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 271 kB/s | 59 kB 00:00 2023-12-09T02:01:50.446 INFO:teuthology.orchestra.run.smithi037.stdout:(14/23): gperftools-libs-2.7-9.el8.x86_64.rpm 918 kB/s | 306 kB 00:00 2023-12-09T02:01:50.463 INFO:teuthology.orchestra.run.smithi037.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 691 kB/s | 75 kB 00:00 2023-12-09T02:01:50.548 INFO:teuthology.orchestra.run.smithi037.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 551 kB/s | 47 kB 00:00 2023-12-09T02:01:50.614 INFO:teuthology.orchestra.run.smithi037.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 3.9 MB/s | 259 kB 00:00 2023-12-09T02:01:50.664 INFO:teuthology.orchestra.run.smithi037.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 882 kB/s | 44 kB 00:00 2023-12-09T02:01:50.714 INFO:teuthology.orchestra.run.smithi037.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 6.9 MB/s | 354 kB 00:00 2023-12-09T02:01:51.014 INFO:teuthology.orchestra.run.smithi037.stdout:(20/23): librados2-19.0.0-44.g9dcc13bb.el8.x86_ 13 MB/s | 3.8 MB 00:00 2023-12-09T02:01:51.309 INFO:teuthology.orchestra.run.smithi037.stdout:(21/23): librbd1-19.0.0-44.g9dcc13bb.el8.x86_64 13 MB/s | 3.7 MB 00:00 2023-12-09T02:01:51.456 INFO:teuthology.orchestra.run.smithi037.stdout:(22/23): thrift-0.13.0-2.el8.x86_64.rpm 1.7 MB/s | 1.7 MB 00:01 2023-12-09T02:01:51.707 INFO:teuthology.orchestra.run.smithi037.stdout:(23/23): ceph-common-19.0.0-44.g9dcc13bb.el8.x8 7.3 MB/s | 23 MB 00:03 2023-12-09T02:01:51.711 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2023-12-09T02:01:51.712 INFO:teuthology.orchestra.run.smithi037.stdout:Total 20 MB/s | 62 MB 00:03 2023-12-09T02:01:51.762 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2023-12-09T02:01:51.812 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2023-12-09T02:01:51.812 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2023-12-09T02:01:52.173 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2023-12-09T02:01:52.177 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2023-12-09T02:01:52.298 INFO:teuthology.orchestra.run.smithi061.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 58 MB/s | 47 MB 00:00 2023-12-09T02:01:53.435 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2023-12-09T02:01:53.663 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-09T02:01:53.859 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-09T02:01:54.282 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-09T02:01:54.468 INFO:teuthology.orchestra.run.smithi037.stdout: Upgrading : librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T02:01:54.567 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T02:01:54.774 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 4/25 2023-12-09T02:01:55.000 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-09T02:01:55.209 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T02:01:55.628 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T02:01:55.817 INFO:teuthology.orchestra.run.smithi037.stdout: Upgrading : librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T02:01:55.909 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T02:01:56.059 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-09T02:01:56.124 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-09T02:01:56.928 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-09T02:01:57.101 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T02:01:57.153 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T02:01:57.271 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x8 11/25 2023-12-09T02:01:57.646 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 12/25 2023-12-09T02:01:57.873 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 13/25 2023-12-09T02:01:58.067 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 14/25 2023-12-09T02:01:58.217 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 15/25 2023-12-09T02:01:58.308 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 15/25 2023-12-09T02:01:58.445 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-09T02:01:58.633 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-09T02:01:58.869 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-09T02:01:58.936 INFO:teuthology.orchestra.run.smithi018.stdout:Dependencies resolved. 2023-12-09T02:01:58.938 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================================== 2023-12-09T02:01:58.939 INFO:teuthology.orchestra.run.smithi018.stdout: Package Arch Version Repository Size 2023-12-09T02:01:58.939 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================================== 2023-12-09T02:01:58.939 INFO:teuthology.orchestra.run.smithi018.stdout:Installing: 2023-12-09T02:01:58.939 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-radosgw x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 14 M 2023-12-09T02:01:58.939 INFO:teuthology.orchestra.run.smithi018.stdout:Upgrading: 2023-12-09T02:01:58.939 INFO:teuthology.orchestra.run.smithi018.stdout: librados2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 3.8 M 2023-12-09T02:01:58.939 INFO:teuthology.orchestra.run.smithi018.stdout: librbd1 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 3.7 M 2023-12-09T02:01:58.939 INFO:teuthology.orchestra.run.smithi018.stdout:Installing dependencies: 2023-12-09T02:01:58.940 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-base x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 5.4 M 2023-12-09T02:01:58.940 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-common x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 23 M 2023-12-09T02:01:58.940 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-selinux x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 24 k 2023-12-09T02:01:58.940 INFO:teuthology.orchestra.run.smithi018.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-09T02:01:58.940 INFO:teuthology.orchestra.run.smithi018.stdout: libcephfs2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 839 k 2023-12-09T02:01:58.940 INFO:teuthology.orchestra.run.smithi018.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-09T02:01:58.940 INFO:teuthology.orchestra.run.smithi018.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-09T02:01:58.940 INFO:teuthology.orchestra.run.smithi018.stdout: libradosstriper1 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 517 k 2023-12-09T02:01:58.940 INFO:teuthology.orchestra.run.smithi018.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-09T02:01:58.940 INFO:teuthology.orchestra.run.smithi018.stdout: librgw2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 6.9 M 2023-12-09T02:01:58.940 INFO:teuthology.orchestra.run.smithi018.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-09T02:01:58.940 INFO:teuthology.orchestra.run.smithi018.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-09T02:01:58.941 INFO:teuthology.orchestra.run.smithi018.stdout: python3-ceph-argparse x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 45 k 2023-12-09T02:01:58.941 INFO:teuthology.orchestra.run.smithi018.stdout: python3-ceph-common x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 128 k 2023-12-09T02:01:58.941 INFO:teuthology.orchestra.run.smithi018.stdout: python3-cephfs x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 197 k 2023-12-09T02:01:58.941 INFO:teuthology.orchestra.run.smithi018.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-09T02:01:58.941 INFO:teuthology.orchestra.run.smithi018.stdout: python3-rados x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 371 k 2023-12-09T02:01:58.941 INFO:teuthology.orchestra.run.smithi018.stdout: python3-rbd x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 365 k 2023-12-09T02:01:58.941 INFO:teuthology.orchestra.run.smithi018.stdout: python3-rgw x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 107 k 2023-12-09T02:01:58.941 INFO:teuthology.orchestra.run.smithi018.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-09T02:01:58.941 INFO:teuthology.orchestra.run.smithi018.stdout: 2023-12-09T02:01:58.941 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction Summary 2023-12-09T02:01:58.941 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================================== 2023-12-09T02:01:58.941 INFO:teuthology.orchestra.run.smithi018.stdout:Install 21 Packages 2023-12-09T02:01:58.942 INFO:teuthology.orchestra.run.smithi018.stdout:Upgrade 2 Packages 2023-12-09T02:01:58.942 INFO:teuthology.orchestra.run.smithi018.stdout: 2023-12-09T02:01:58.942 INFO:teuthology.orchestra.run.smithi018.stdout:Total download size: 62 M 2023-12-09T02:01:58.942 INFO:teuthology.orchestra.run.smithi018.stdout:Downloading Packages: 2023-12-09T02:01:59.092 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_ 19/25 2023-12-09T02:01:59.750 INFO:teuthology.orchestra.run.smithi018.stdout:(1/23): ceph-base-19.0.0-44.g9dcc13bb.el8.x86_6 11 MB/s | 5.4 MB 00:00 2023-12-09T02:01:59.791 INFO:teuthology.orchestra.run.smithi018.stdout:(2/23): ceph-selinux-19.0.0-44.g9dcc13bb.el8.x8 586 kB/s | 24 kB 00:00 2023-12-09T02:01:59.886 INFO:teuthology.orchestra.run.smithi018.stdout:(3/23): libcephfs2-19.0.0-44.g9dcc13bb.el8.x86_ 8.9 MB/s | 839 kB 00:00 2023-12-09T02:01:59.942 INFO:teuthology.orchestra.run.smithi018.stdout:(4/23): libradosstriper1-19.0.0-44.g9dcc13bb.el 8.7 MB/s | 517 kB 00:00 2023-12-09T02:02:00.384 INFO:teuthology.orchestra.run.smithi018.stdout:(5/23): librgw2-19.0.0-44.g9dcc13bb.el8.x86_64. 16 MB/s | 6.9 MB 00:00 2023-12-09T02:02:00.426 INFO:teuthology.orchestra.run.smithi018.stdout:(6/23): python3-ceph-argparse-19.0.0-44.g9dcc13 1.1 MB/s | 45 kB 00:00 2023-12-09T02:02:00.468 INFO:teuthology.orchestra.run.smithi018.stdout:(7/23): python3-ceph-common-19.0.0-44.g9dcc13bb 3.0 MB/s | 128 kB 00:00 2023-12-09T02:02:00.527 INFO:teuthology.orchestra.run.smithi018.stdout:(8/23): python3-cephfs-19.0.0-44.g9dcc13bb.el8. 3.3 MB/s | 197 kB 00:00 2023-12-09T02:02:00.610 INFO:teuthology.orchestra.run.smithi018.stdout:(9/23): python3-rados-19.0.0-44.g9dcc13bb.el8.x 4.4 MB/s | 371 kB 00:00 2023-12-09T02:02:00.677 INFO:teuthology.orchestra.run.smithi018.stdout:(10/23): python3-rbd-19.0.0-44.g9dcc13bb.el8.x8 5.3 MB/s | 365 kB 00:00 2023-12-09T02:02:00.728 INFO:teuthology.orchestra.run.smithi018.stdout:(11/23): python3-rgw-19.0.0-44.g9dcc13bb.el8.x8 2.1 MB/s | 107 kB 00:00 2023-12-09T02:02:01.245 INFO:teuthology.orchestra.run.smithi018.stdout:(12/23): gperftools-libs-2.7-9.el8.x86_64.rpm 593 kB/s | 306 kB 00:00 2023-12-09T02:02:01.303 INFO:teuthology.orchestra.run.smithi018.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 1.0 MB/s | 59 kB 00:00 2023-12-09T02:02:01.362 INFO:teuthology.orchestra.run.smithi018.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.3 MB/s | 75 kB 00:00 2023-12-09T02:02:01.520 INFO:teuthology.orchestra.run.smithi018.stdout:(15/23): ceph-radosgw-19.0.0-44.g9dcc13bb.el8.x 6.2 MB/s | 14 MB 00:02 2023-12-09T02:02:01.571 INFO:teuthology.orchestra.run.smithi018.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 941 kB/s | 47 kB 00:00 2023-12-09T02:02:01.612 INFO:teuthology.orchestra.run.smithi018.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 6.1 MB/s | 259 kB 00:00 2023-12-09T02:02:01.646 INFO:teuthology.orchestra.run.smithi018.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 1.3 MB/s | 44 kB 00:00 2023-12-09T02:02:01.688 INFO:teuthology.orchestra.run.smithi018.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 8.3 MB/s | 354 kB 00:00 2023-12-09T02:02:01.747 INFO:teuthology.orchestra.run.smithi018.stdout:(20/23): thrift-0.13.0-2.el8.x86_64.rpm 4.5 MB/s | 1.7 MB 00:00 2023-12-09T02:02:02.172 INFO:teuthology.orchestra.run.smithi018.stdout:(21/23): ceph-common-19.0.0-44.g9dcc13bb.el8.x8 7.8 MB/s | 23 MB 00:02 2023-12-09T02:02:02.239 INFO:teuthology.orchestra.run.smithi018.stdout:(22/23): librados2-19.0.0-44.g9dcc13bb.el8.x86_ 6.8 MB/s | 3.8 MB 00:00 2023-12-09T02:02:02.298 INFO:teuthology.orchestra.run.smithi018.stdout:(23/23): librbd1-19.0.0-44.g9dcc13bb.el8.x86_64 6.7 MB/s | 3.7 MB 00:00 2023-12-09T02:02:02.300 INFO:teuthology.orchestra.run.smithi018.stdout:-------------------------------------------------------------------------------- 2023-12-09T02:02:02.300 INFO:teuthology.orchestra.run.smithi018.stdout:Total 18 MB/s | 62 MB 00:03 2023-12-09T02:02:02.344 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction check 2023-12-09T02:02:02.392 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction check succeeded. 2023-12-09T02:02:02.392 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction test 2023-12-09T02:02:02.748 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction test succeeded. 2023-12-09T02:02:02.752 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction 2023-12-09T02:02:03.014 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T02:02:03.842 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T02:02:03.952 INFO:teuthology.orchestra.run.smithi018.stdout: Preparing : 1/1 2023-12-09T02:02:04.062 INFO:teuthology.orchestra.run.smithi061.stdout:Dependencies resolved. 2023-12-09T02:02:04.065 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================================== 2023-12-09T02:02:04.065 INFO:teuthology.orchestra.run.smithi061.stdout: Package Arch Version Repository Size 2023-12-09T02:02:04.065 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================================== 2023-12-09T02:02:04.065 INFO:teuthology.orchestra.run.smithi061.stdout:Installing: 2023-12-09T02:02:04.065 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-radosgw x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 14 M 2023-12-09T02:02:04.065 INFO:teuthology.orchestra.run.smithi061.stdout:Upgrading: 2023-12-09T02:02:04.066 INFO:teuthology.orchestra.run.smithi061.stdout: librados2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 3.8 M 2023-12-09T02:02:04.066 INFO:teuthology.orchestra.run.smithi061.stdout: librbd1 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 3.7 M 2023-12-09T02:02:04.066 INFO:teuthology.orchestra.run.smithi061.stdout:Installing dependencies: 2023-12-09T02:02:04.066 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-base x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 5.4 M 2023-12-09T02:02:04.066 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-common x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 23 M 2023-12-09T02:02:04.066 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-selinux x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 24 k 2023-12-09T02:02:04.066 INFO:teuthology.orchestra.run.smithi061.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-09T02:02:04.066 INFO:teuthology.orchestra.run.smithi061.stdout: libcephfs2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 839 k 2023-12-09T02:02:04.067 INFO:teuthology.orchestra.run.smithi061.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-09T02:02:04.067 INFO:teuthology.orchestra.run.smithi061.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-09T02:02:04.067 INFO:teuthology.orchestra.run.smithi061.stdout: libradosstriper1 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 517 k 2023-12-09T02:02:04.067 INFO:teuthology.orchestra.run.smithi061.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-09T02:02:04.067 INFO:teuthology.orchestra.run.smithi061.stdout: librgw2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 6.9 M 2023-12-09T02:02:04.067 INFO:teuthology.orchestra.run.smithi061.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-09T02:02:04.067 INFO:teuthology.orchestra.run.smithi061.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-09T02:02:04.067 INFO:teuthology.orchestra.run.smithi061.stdout: python3-ceph-argparse x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 45 k 2023-12-09T02:02:04.067 INFO:teuthology.orchestra.run.smithi061.stdout: python3-ceph-common x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 128 k 2023-12-09T02:02:04.067 INFO:teuthology.orchestra.run.smithi061.stdout: python3-cephfs x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 197 k 2023-12-09T02:02:04.067 INFO:teuthology.orchestra.run.smithi061.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-09T02:02:04.067 INFO:teuthology.orchestra.run.smithi061.stdout: python3-rados x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 371 k 2023-12-09T02:02:04.068 INFO:teuthology.orchestra.run.smithi061.stdout: python3-rbd x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 365 k 2023-12-09T02:02:04.068 INFO:teuthology.orchestra.run.smithi061.stdout: python3-rgw x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 107 k 2023-12-09T02:02:04.068 INFO:teuthology.orchestra.run.smithi061.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-09T02:02:04.068 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-12-09T02:02:04.068 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction Summary 2023-12-09T02:02:04.068 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================================== 2023-12-09T02:02:04.068 INFO:teuthology.orchestra.run.smithi061.stdout:Install 21 Packages 2023-12-09T02:02:04.068 INFO:teuthology.orchestra.run.smithi061.stdout:Upgrade 2 Packages 2023-12-09T02:02:04.068 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-12-09T02:02:04.069 INFO:teuthology.orchestra.run.smithi061.stdout:Total download size: 62 M 2023-12-09T02:02:04.069 INFO:teuthology.orchestra.run.smithi061.stdout:Downloading Packages: 2023-12-09T02:02:04.160 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-09T02:02:04.341 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-09T02:02:04.478 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T02:02:04.763 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-09T02:02:04.776 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 21/25 2023-12-09T02:02:04.821 INFO:teuthology.orchestra.run.smithi061.stdout:(1/23): ceph-base-19.0.0-44.g9dcc13bb.el8.x86_6 7.8 MB/s | 5.4 MB 00:00 2023-12-09T02:02:04.866 INFO:teuthology.orchestra.run.smithi061.stdout:(2/23): ceph-selinux-19.0.0-44.g9dcc13bb.el8.x8 324 kB/s | 24 kB 00:00 2023-12-09T02:02:04.868 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 21/25 2023-12-09T02:02:04.916 INFO:teuthology.orchestra.run.smithi018.stdout: Upgrading : librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T02:02:05.016 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T02:02:05.024 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T02:02:05.190 INFO:teuthology.orchestra.run.smithi061.stdout:(3/23): libcephfs2-19.0.0-44.g9dcc13bb.el8.x86_ 2.5 MB/s | 839 kB 00:00 2023-12-09T02:02:05.214 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 4/25 2023-12-09T02:02:05.449 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-09T02:02:05.624 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T02:02:05.641 INFO:teuthology.orchestra.run.smithi061.stdout:(4/23): ceph-radosgw-19.0.0-44.g9dcc13bb.el8.x8 9.0 MB/s | 14 MB 00:01 2023-12-09T02:02:05.666 INFO:teuthology.orchestra.run.smithi061.stdout:(5/23): libradosstriper1-19.0.0-44.g9dcc13bb.el 1.1 MB/s | 517 kB 00:00 2023-12-09T02:02:05.750 INFO:teuthology.orchestra.run.smithi061.stdout:(6/23): python3-ceph-argparse-19.0.0-44.g9dcc13 537 kB/s | 45 kB 00:00 2023-12-09T02:02:05.916 INFO:teuthology.orchestra.run.smithi061.stdout:(7/23): python3-ceph-common-19.0.0-44.g9dcc13bb 772 kB/s | 128 kB 00:00 2023-12-09T02:02:06.042 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T02:02:06.242 INFO:teuthology.orchestra.run.smithi061.stdout:(8/23): ceph-common-19.0.0-44.g9dcc13bb.el8.x86 11 MB/s | 23 MB 00:02 2023-12-09T02:02:06.267 INFO:teuthology.orchestra.run.smithi061.stdout:(9/23): python3-cephfs-19.0.0-44.g9dcc13bb.el8. 561 kB/s | 197 kB 00:00 2023-12-09T02:02:06.274 INFO:teuthology.orchestra.run.smithi018.stdout: Upgrading : librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T02:02:06.317 INFO:teuthology.orchestra.run.smithi061.stdout:(10/23): python3-rados-19.0.0-44.g9dcc13bb.el8. 4.8 MB/s | 371 kB 00:00 2023-12-09T02:02:06.380 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T02:02:06.409 INFO:teuthology.orchestra.run.smithi061.stdout:(11/23): librgw2-19.0.0-44.g9dcc13bb.el8.x86_64 9.0 MB/s | 6.9 MB 00:00 2023-12-09T02:02:06.435 INFO:teuthology.orchestra.run.smithi061.stdout:(12/23): python3-rgw-19.0.0-44.g9dcc13bb.el8.x8 913 kB/s | 107 kB 00:00 2023-12-09T02:02:06.460 INFO:teuthology.orchestra.run.smithi061.stdout:(13/23): python3-rbd-19.0.0-44.g9dcc13bb.el8.x8 1.9 MB/s | 365 kB 00:00 2023-12-09T02:02:06.533 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-09T02:02:06.560 INFO:teuthology.orchestra.run.smithi061.stdout:(14/23): liboath-2.6.2-3.el8.x86_64.rpm 469 kB/s | 59 kB 00:00 2023-12-09T02:02:06.594 INFO:teuthology.orchestra.run.smithi061.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 561 kB/s | 75 kB 00:00 2023-12-09T02:02:06.597 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-09T02:02:06.619 INFO:teuthology.orchestra.run.smithi061.stdout:(16/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.4 MB/s | 306 kB 00:00 2023-12-09T02:02:06.678 INFO:teuthology.orchestra.run.smithi061.stdout:(17/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 561 kB/s | 47 kB 00:00 2023-12-09T02:02:06.703 INFO:teuthology.orchestra.run.smithi061.stdout:(18/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 3.4 MB/s | 259 kB 00:00 2023-12-09T02:02:06.729 INFO:teuthology.orchestra.run.smithi061.stdout:(19/23): python3-prettytable-0.7.2-14.el8.noarc 875 kB/s | 44 kB 00:00 2023-12-09T02:02:06.770 INFO:teuthology.orchestra.run.smithi061.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 5.2 MB/s | 354 kB 00:00 2023-12-09T02:02:07.004 INFO:teuthology.orchestra.run.smithi061.stdout:(21/23): librbd1-19.0.0-44.g9dcc13bb.el8.x86_64 16 MB/s | 3.7 MB 00:00 2023-12-09T02:02:07.046 INFO:teuthology.orchestra.run.smithi061.stdout:(22/23): thrift-0.13.0-2.el8.x86_64.rpm 3.6 MB/s | 1.7 MB 00:00 2023-12-09T02:02:07.346 INFO:teuthology.orchestra.run.smithi061.stdout:(23/23): librados2-19.0.0-44.g9dcc13bb.el8.x86_ 6.1 MB/s | 3.8 MB 00:00 2023-12-09T02:02:07.348 INFO:teuthology.orchestra.run.smithi061.stdout:-------------------------------------------------------------------------------- 2023-12-09T02:02:07.349 INFO:teuthology.orchestra.run.smithi061.stdout:Total 19 MB/s | 62 MB 00:03 2023-12-09T02:02:07.399 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction check 2023-12-09T02:02:07.417 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-09T02:02:07.449 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction check succeeded. 2023-12-09T02:02:07.449 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction test 2023-12-09T02:02:07.557 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T02:02:07.609 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T02:02:07.728 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x8 11/25 2023-12-09T02:02:07.813 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction test succeeded. 2023-12-09T02:02:07.817 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction 2023-12-09T02:02:07.869 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 12/25 2023-12-09T02:02:08.053 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 13/25 2023-12-09T02:02:08.231 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 14/25 2023-12-09T02:02:08.365 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 15/25 2023-12-09T02:02:08.438 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 15/25 2023-12-09T02:02:08.551 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-09T02:02:08.732 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-09T02:02:08.966 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-09T02:02:09.001 INFO:teuthology.orchestra.run.smithi061.stdout: Preparing : 1/1 2023-12-09T02:02:09.133 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_ 19/25 2023-12-09T02:02:09.175 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-09T02:02:09.363 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-09T02:02:09.802 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-09T02:02:09.963 INFO:teuthology.orchestra.run.smithi061.stdout: Upgrading : librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T02:02:10.064 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T02:02:10.220 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 4/25 2023-12-09T02:02:10.487 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-09T02:02:10.688 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T02:02:11.126 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T02:02:11.329 INFO:teuthology.orchestra.run.smithi061.stdout: Upgrading : librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T02:02:11.406 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T02:02:11.563 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-09T02:02:11.612 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-09T02:02:12.432 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-09T02:02:12.562 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T02:02:12.662 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T02:02:12.791 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x8 11/25 2023-12-09T02:02:12.941 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 12/25 2023-12-09T02:02:13.102 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T02:02:13.275 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 13/25 2023-12-09T02:02:13.315 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T02:02:13.445 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 14/25 2023-12-09T02:02:13.612 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 15/25 2023-12-09T02:02:13.687 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 15/25 2023-12-09T02:02:13.831 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-09T02:02:13.927 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T02:02:14.004 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-09T02:02:14.168 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 21/25 2023-12-09T02:02:14.226 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-09T02:02:14.253 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 21/25 2023-12-09T02:02:14.397 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T02:02:14.446 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_ 19/25 2023-12-09T02:02:18.460 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T02:02:18.696 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T02:02:19.323 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T02:02:19.604 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 21/25 2023-12-09T02:02:19.685 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 21/25 2023-12-09T02:02:19.828 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T02:02:24.530 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T02:02:24.531 INFO:teuthology.orchestra.run.smithi037.stdout:skipping the directory /sys 2023-12-09T02:02:24.531 INFO:teuthology.orchestra.run.smithi037.stdout:skipping the directory /proc 2023-12-09T02:02:24.531 INFO:teuthology.orchestra.run.smithi037.stdout:skipping the directory /dev 2023-12-09T02:02:24.531 INFO:teuthology.orchestra.run.smithi037.stdout:skipping the directory /run 2023-12-09T02:02:24.531 INFO:teuthology.orchestra.run.smithi037.stdout:skipping the directory /mnt 2023-12-09T02:02:24.531 INFO:teuthology.orchestra.run.smithi037.stdout:skipping the directory /var/tmp 2023-12-09T02:02:24.531 INFO:teuthology.orchestra.run.smithi037.stdout:skipping the directory /home 2023-12-09T02:02:24.531 INFO:teuthology.orchestra.run.smithi037.stdout:skipping the directory /tmp 2023-12-09T02:02:24.531 INFO:teuthology.orchestra.run.smithi037.stdout:skipping the directory /dev 2023-12-09T02:02:24.531 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-09T02:02:26.073 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 23/25 2023-12-09T02:02:26.096 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 23/25 2023-12-09T02:02:26.097 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-09T02:02:26.291 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-09T02:02:26.291 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T02:02:26.894 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T02:02:26.894 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 1/25 2023-12-09T02:02:26.894 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2/25 2023-12-09T02:02:26.895 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T02:02:26.895 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 4/25 2023-12-09T02:02:26.895 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/25 2023-12-09T02:02:26.895 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T02:02:26.895 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T02:02:26.895 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x8 8/25 2023-12-09T02:02:26.895 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_ 9/25 2023-12-09T02:02:26.895 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T02:02:26.895 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 11/25 2023-12-09T02:02:26.895 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 12/25 2023-12-09T02:02:26.895 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 13/25 2023-12-09T02:02:26.895 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-09T02:02:26.895 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-09T02:02:26.895 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-09T02:02:26.896 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-09T02:02:26.896 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-09T02:02:26.896 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-09T02:02:26.896 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-09T02:02:26.896 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-09T02:02:26.896 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T02:02:26.896 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-09T02:02:26.896 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 24/25 2023-12-09T02:02:30.848 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T02:02:30.848 INFO:teuthology.orchestra.run.smithi037.stdout:Installed products updated. 2023-12-09T02:02:31.061 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-09T02:02:31.061 INFO:teuthology.orchestra.run.smithi037.stdout:Upgraded: 2023-12-09T02:02:31.061 INFO:teuthology.orchestra.run.smithi037.stdout: librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:31.061 INFO:teuthology.orchestra.run.smithi037.stdout: librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:31.061 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2023-12-09T02:02:31.061 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:31.061 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:31.061 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:31.061 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:31.062 INFO:teuthology.orchestra.run.smithi037.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-09T02:02:31.062 INFO:teuthology.orchestra.run.smithi037.stdout: libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:31.062 INFO:teuthology.orchestra.run.smithi037.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-09T02:02:31.062 INFO:teuthology.orchestra.run.smithi037.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-09T02:02:31.062 INFO:teuthology.orchestra.run.smithi037.stdout: libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:31.062 INFO:teuthology.orchestra.run.smithi037.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-09T02:02:31.062 INFO:teuthology.orchestra.run.smithi037.stdout: librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:31.062 INFO:teuthology.orchestra.run.smithi037.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-09T02:02:31.062 INFO:teuthology.orchestra.run.smithi037.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-09T02:02:31.062 INFO:teuthology.orchestra.run.smithi037.stdout: python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:31.062 INFO:teuthology.orchestra.run.smithi037.stdout: python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:31.062 INFO:teuthology.orchestra.run.smithi037.stdout: python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:31.062 INFO:teuthology.orchestra.run.smithi037.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-09T02:02:31.062 INFO:teuthology.orchestra.run.smithi037.stdout: python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:31.063 INFO:teuthology.orchestra.run.smithi037.stdout: python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:31.063 INFO:teuthology.orchestra.run.smithi037.stdout: python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:31.063 INFO:teuthology.orchestra.run.smithi037.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-09T02:02:31.063 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-09T02:02:31.063 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2023-12-09T02:02:31.237 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install ceph-test 2023-12-09T02:02:31.607 INFO:teuthology.orchestra.run.smithi037.stdout:Updating Subscription Management repositories. 2023-12-09T02:02:32.291 INFO:teuthology.orchestra.run.smithi037.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 120 kB/s | 4.1 kB 00:00 2023-12-09T02:02:32.506 INFO:teuthology.orchestra.run.smithi037.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 138 kB/s | 4.5 kB 00:00 2023-12-09T02:02:33.769 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T02:02:33.769 INFO:teuthology.orchestra.run.smithi018.stdout:skipping the directory /sys 2023-12-09T02:02:33.769 INFO:teuthology.orchestra.run.smithi018.stdout:skipping the directory /proc 2023-12-09T02:02:33.769 INFO:teuthology.orchestra.run.smithi018.stdout:skipping the directory /dev 2023-12-09T02:02:33.769 INFO:teuthology.orchestra.run.smithi018.stdout:skipping the directory /run 2023-12-09T02:02:33.769 INFO:teuthology.orchestra.run.smithi018.stdout:skipping the directory /mnt 2023-12-09T02:02:33.770 INFO:teuthology.orchestra.run.smithi018.stdout:skipping the directory /var/tmp 2023-12-09T02:02:33.770 INFO:teuthology.orchestra.run.smithi018.stdout:skipping the directory /home 2023-12-09T02:02:33.770 INFO:teuthology.orchestra.run.smithi018.stdout:skipping the directory /tmp 2023-12-09T02:02:33.770 INFO:teuthology.orchestra.run.smithi018.stdout:skipping the directory /dev 2023-12-09T02:02:33.770 INFO:teuthology.orchestra.run.smithi018.stdout: 2023-12-09T02:02:34.246 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2023-12-09T02:02:34.247 INFO:teuthology.orchestra.run.smithi037.stdout:========================================================================================== 2023-12-09T02:02:34.247 INFO:teuthology.orchestra.run.smithi037.stdout: Package Arch Version Repository Size 2023-12-09T02:02:34.248 INFO:teuthology.orchestra.run.smithi037.stdout:========================================================================================== 2023-12-09T02:02:34.248 INFO:teuthology.orchestra.run.smithi037.stdout:Installing: 2023-12-09T02:02:34.248 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-test x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 49 M 2023-12-09T02:02:34.248 INFO:teuthology.orchestra.run.smithi037.stdout:Installing dependencies: 2023-12-09T02:02:34.248 INFO:teuthology.orchestra.run.smithi037.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-09T02:02:34.248 INFO:teuthology.orchestra.run.smithi037.stdout: libcephsqlite x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 183 k 2023-12-09T02:02:34.248 INFO:teuthology.orchestra.run.smithi037.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-09T02:02:34.248 INFO:teuthology.orchestra.run.smithi037.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-09T02:02:34.249 INFO:teuthology.orchestra.run.smithi037.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-09T02:02:34.249 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-09T02:02:34.249 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2023-12-09T02:02:34.249 INFO:teuthology.orchestra.run.smithi037.stdout:========================================================================================== 2023-12-09T02:02:34.249 INFO:teuthology.orchestra.run.smithi037.stdout:Install 6 Packages 2023-12-09T02:02:34.249 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-09T02:02:34.250 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 50 M 2023-12-09T02:02:34.250 INFO:teuthology.orchestra.run.smithi037.stdout:Installed size: 223 M 2023-12-09T02:02:34.250 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2023-12-09T02:02:34.290 INFO:teuthology.orchestra.run.smithi037.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.7 MB/s | 70 kB 00:00 2023-12-09T02:02:34.382 INFO:teuthology.orchestra.run.smithi037.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 3.8 MB/s | 323 kB 00:00 2023-12-09T02:02:34.464 INFO:teuthology.orchestra.run.smithi037.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 2.2 MB/s | 187 kB 00:00 2023-12-09T02:02:34.516 INFO:teuthology.orchestra.run.smithi037.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 3.8 MB/s | 202 kB 00:00 2023-12-09T02:02:34.582 INFO:teuthology.orchestra.run.smithi037.stdout:(5/6): libcephsqlite-19.0.0-44.g9dcc13bb.el8.x8 551 kB/s | 183 kB 00:00 2023-12-09T02:02:35.281 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 23/25 2023-12-09T02:02:35.303 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 23/25 2023-12-09T02:02:35.303 INFO:teuthology.orchestra.run.smithi018.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-09T02:02:35.488 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-09T02:02:35.489 INFO:teuthology.orchestra.run.smithi018.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T02:02:36.085 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T02:02:36.086 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 1/25 2023-12-09T02:02:36.086 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2/25 2023-12-09T02:02:36.086 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T02:02:36.086 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 4/25 2023-12-09T02:02:36.086 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/25 2023-12-09T02:02:36.086 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T02:02:36.086 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T02:02:36.086 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x8 8/25 2023-12-09T02:02:36.086 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_ 9/25 2023-12-09T02:02:36.086 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T02:02:36.087 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 11/25 2023-12-09T02:02:36.087 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 12/25 2023-12-09T02:02:36.087 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 13/25 2023-12-09T02:02:36.087 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-09T02:02:36.087 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-09T02:02:36.087 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-09T02:02:36.087 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-09T02:02:36.087 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-09T02:02:36.087 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-09T02:02:36.087 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-09T02:02:36.087 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-09T02:02:36.087 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T02:02:36.087 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-09T02:02:36.087 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 24/25 2023-12-09T02:02:36.958 INFO:teuthology.orchestra.run.smithi037.stdout:(6/6): ceph-test-19.0.0-44.g9dcc13bb.el8.x86_64 18 MB/s | 49 MB 00:02 2023-12-09T02:02:36.960 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2023-12-09T02:02:36.960 INFO:teuthology.orchestra.run.smithi037.stdout:Total 19 MB/s | 50 MB 00:02 2023-12-09T02:02:36.999 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2023-12-09T02:02:37.023 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2023-12-09T02:02:37.023 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2023-12-09T02:02:37.311 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2023-12-09T02:02:37.315 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2023-12-09T02:02:37.781 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2023-12-09T02:02:37.920 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-09T02:02:38.001 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-09T02:02:38.202 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-09T02:02:38.388 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-09T02:02:38.537 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-09T02:02:38.687 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/6 2023-12-09T02:02:39.285 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T02:02:39.286 INFO:teuthology.orchestra.run.smithi061.stdout:skipping the directory /sys 2023-12-09T02:02:39.286 INFO:teuthology.orchestra.run.smithi061.stdout:skipping the directory /proc 2023-12-09T02:02:39.286 INFO:teuthology.orchestra.run.smithi061.stdout:skipping the directory /dev 2023-12-09T02:02:39.286 INFO:teuthology.orchestra.run.smithi061.stdout:skipping the directory /run 2023-12-09T02:02:39.286 INFO:teuthology.orchestra.run.smithi061.stdout:skipping the directory /mnt 2023-12-09T02:02:39.286 INFO:teuthology.orchestra.run.smithi061.stdout:skipping the directory /var/tmp 2023-12-09T02:02:39.286 INFO:teuthology.orchestra.run.smithi061.stdout:skipping the directory /home 2023-12-09T02:02:39.286 INFO:teuthology.orchestra.run.smithi061.stdout:skipping the directory /tmp 2023-12-09T02:02:39.287 INFO:teuthology.orchestra.run.smithi061.stdout:skipping the directory /dev 2023-12-09T02:02:39.287 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-12-09T02:02:39.993 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T02:02:39.993 INFO:teuthology.orchestra.run.smithi018.stdout:Installed products updated. 2023-12-09T02:02:40.197 INFO:teuthology.orchestra.run.smithi018.stdout: 2023-12-09T02:02:40.197 INFO:teuthology.orchestra.run.smithi018.stdout:Upgraded: 2023-12-09T02:02:40.197 INFO:teuthology.orchestra.run.smithi018.stdout: librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:40.198 INFO:teuthology.orchestra.run.smithi018.stdout: librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:40.198 INFO:teuthology.orchestra.run.smithi018.stdout:Installed: 2023-12-09T02:02:40.198 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:40.198 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:40.198 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:40.198 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:40.198 INFO:teuthology.orchestra.run.smithi018.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-09T02:02:40.198 INFO:teuthology.orchestra.run.smithi018.stdout: libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:40.198 INFO:teuthology.orchestra.run.smithi018.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-09T02:02:40.198 INFO:teuthology.orchestra.run.smithi018.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-09T02:02:40.198 INFO:teuthology.orchestra.run.smithi018.stdout: libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:40.198 INFO:teuthology.orchestra.run.smithi018.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-09T02:02:40.198 INFO:teuthology.orchestra.run.smithi018.stdout: librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:40.198 INFO:teuthology.orchestra.run.smithi018.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-09T02:02:40.199 INFO:teuthology.orchestra.run.smithi018.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-09T02:02:40.199 INFO:teuthology.orchestra.run.smithi018.stdout: python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:40.199 INFO:teuthology.orchestra.run.smithi018.stdout: python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:40.199 INFO:teuthology.orchestra.run.smithi018.stdout: python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:40.199 INFO:teuthology.orchestra.run.smithi018.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-09T02:02:40.199 INFO:teuthology.orchestra.run.smithi018.stdout: python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:40.199 INFO:teuthology.orchestra.run.smithi018.stdout: python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:40.199 INFO:teuthology.orchestra.run.smithi018.stdout: python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:40.199 INFO:teuthology.orchestra.run.smithi018.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-09T02:02:40.199 INFO:teuthology.orchestra.run.smithi018.stdout: 2023-12-09T02:02:40.199 INFO:teuthology.orchestra.run.smithi018.stdout:Complete! 2023-12-09T02:02:40.359 DEBUG:teuthology.orchestra.run.smithi018:> sudo yum -y install ceph-test 2023-12-09T02:02:40.728 INFO:teuthology.orchestra.run.smithi018.stdout:Updating Subscription Management repositories. 2023-12-09T02:02:40.785 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 23/25 2023-12-09T02:02:40.807 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 23/25 2023-12-09T02:02:40.807 INFO:teuthology.orchestra.run.smithi061.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-09T02:02:40.995 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-09T02:02:40.995 INFO:teuthology.orchestra.run.smithi061.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T02:02:41.413 INFO:teuthology.orchestra.run.smithi018.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 124 kB/s | 4.1 kB 00:00 2023-12-09T02:02:41.620 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T02:02:41.620 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 1/25 2023-12-09T02:02:41.620 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2/25 2023-12-09T02:02:41.620 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T02:02:41.620 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 4/25 2023-12-09T02:02:41.620 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/25 2023-12-09T02:02:41.621 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T02:02:41.621 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T02:02:41.621 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x8 8/25 2023-12-09T02:02:41.621 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_ 9/25 2023-12-09T02:02:41.621 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T02:02:41.621 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 11/25 2023-12-09T02:02:41.621 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 12/25 2023-12-09T02:02:41.621 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 13/25 2023-12-09T02:02:41.621 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-09T02:02:41.621 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-09T02:02:41.621 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-09T02:02:41.621 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-09T02:02:41.621 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-09T02:02:41.621 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-09T02:02:41.621 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-09T02:02:41.622 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-09T02:02:41.622 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T02:02:41.622 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-09T02:02:41.622 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 24/25 2023-12-09T02:02:41.630 INFO:teuthology.orchestra.run.smithi018.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 139 kB/s | 4.5 kB 00:00 2023-12-09T02:02:43.337 INFO:teuthology.orchestra.run.smithi018.stdout:Dependencies resolved. 2023-12-09T02:02:43.338 INFO:teuthology.orchestra.run.smithi018.stdout:========================================================================================== 2023-12-09T02:02:43.338 INFO:teuthology.orchestra.run.smithi018.stdout: Package Arch Version Repository Size 2023-12-09T02:02:43.338 INFO:teuthology.orchestra.run.smithi018.stdout:========================================================================================== 2023-12-09T02:02:43.338 INFO:teuthology.orchestra.run.smithi018.stdout:Installing: 2023-12-09T02:02:43.338 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-test x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 49 M 2023-12-09T02:02:43.338 INFO:teuthology.orchestra.run.smithi018.stdout:Installing dependencies: 2023-12-09T02:02:43.339 INFO:teuthology.orchestra.run.smithi018.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-09T02:02:43.339 INFO:teuthology.orchestra.run.smithi018.stdout: libcephsqlite x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 183 k 2023-12-09T02:02:43.339 INFO:teuthology.orchestra.run.smithi018.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-09T02:02:43.339 INFO:teuthology.orchestra.run.smithi018.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-09T02:02:43.339 INFO:teuthology.orchestra.run.smithi018.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-09T02:02:43.339 INFO:teuthology.orchestra.run.smithi018.stdout: 2023-12-09T02:02:43.339 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction Summary 2023-12-09T02:02:43.339 INFO:teuthology.orchestra.run.smithi018.stdout:========================================================================================== 2023-12-09T02:02:43.339 INFO:teuthology.orchestra.run.smithi018.stdout:Install 6 Packages 2023-12-09T02:02:43.339 INFO:teuthology.orchestra.run.smithi018.stdout: 2023-12-09T02:02:43.340 INFO:teuthology.orchestra.run.smithi018.stdout:Total download size: 50 M 2023-12-09T02:02:43.340 INFO:teuthology.orchestra.run.smithi018.stdout:Installed size: 223 M 2023-12-09T02:02:43.340 INFO:teuthology.orchestra.run.smithi018.stdout:Downloading Packages: 2023-12-09T02:02:43.389 INFO:teuthology.orchestra.run.smithi018.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.4 MB/s | 70 kB 00:00 2023-12-09T02:02:43.464 INFO:teuthology.orchestra.run.smithi018.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.8 MB/s | 323 kB 00:00 2023-12-09T02:02:43.506 INFO:teuthology.orchestra.run.smithi018.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.4 MB/s | 187 kB 00:00 2023-12-09T02:02:43.548 INFO:teuthology.orchestra.run.smithi018.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.7 MB/s | 202 kB 00:00 2023-12-09T02:02:43.729 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/6 2023-12-09T02:02:43.732 INFO:teuthology.orchestra.run.smithi018.stdout:(5/6): libcephsqlite-19.0.0-44.g9dcc13bb.el8.x8 468 kB/s | 183 kB 00:00 2023-12-09T02:02:44.110 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/6 2023-12-09T02:02:44.349 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/6 2023-12-09T02:02:44.349 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 1/6 2023-12-09T02:02:44.349 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 2/6 2023-12-09T02:02:44.349 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-09T02:02:44.349 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-09T02:02:44.349 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-09T02:02:45.590 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T02:02:45.590 INFO:teuthology.orchestra.run.smithi061.stdout:Installed products updated. 2023-12-09T02:02:45.799 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-12-09T02:02:45.800 INFO:teuthology.orchestra.run.smithi061.stdout:Upgraded: 2023-12-09T02:02:45.800 INFO:teuthology.orchestra.run.smithi061.stdout: librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:45.800 INFO:teuthology.orchestra.run.smithi061.stdout: librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:45.800 INFO:teuthology.orchestra.run.smithi061.stdout:Installed: 2023-12-09T02:02:45.800 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:45.800 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:45.800 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:45.801 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:45.801 INFO:teuthology.orchestra.run.smithi061.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-09T02:02:45.801 INFO:teuthology.orchestra.run.smithi061.stdout: libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:45.801 INFO:teuthology.orchestra.run.smithi061.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-09T02:02:45.801 INFO:teuthology.orchestra.run.smithi061.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-09T02:02:45.801 INFO:teuthology.orchestra.run.smithi061.stdout: libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:45.801 INFO:teuthology.orchestra.run.smithi061.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-09T02:02:45.801 INFO:teuthology.orchestra.run.smithi061.stdout: librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:45.801 INFO:teuthology.orchestra.run.smithi061.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-09T02:02:45.801 INFO:teuthology.orchestra.run.smithi061.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-09T02:02:45.801 INFO:teuthology.orchestra.run.smithi061.stdout: python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:45.801 INFO:teuthology.orchestra.run.smithi061.stdout: python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:45.801 INFO:teuthology.orchestra.run.smithi061.stdout: python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:45.802 INFO:teuthology.orchestra.run.smithi061.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-09T02:02:45.802 INFO:teuthology.orchestra.run.smithi061.stdout: python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:45.802 INFO:teuthology.orchestra.run.smithi061.stdout: python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:45.802 INFO:teuthology.orchestra.run.smithi061.stdout: python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:45.802 INFO:teuthology.orchestra.run.smithi061.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-09T02:02:45.802 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-12-09T02:02:45.802 INFO:teuthology.orchestra.run.smithi061.stdout:Complete! 2023-12-09T02:02:45.971 DEBUG:teuthology.orchestra.run.smithi061:> sudo yum -y install ceph-test 2023-12-09T02:02:46.340 INFO:teuthology.orchestra.run.smithi061.stdout:Updating Subscription Management repositories. 2023-12-09T02:02:46.415 INFO:teuthology.orchestra.run.smithi018.stdout:(6/6): ceph-test-19.0.0-44.g9dcc13bb.el8.x86_64 16 MB/s | 49 MB 00:03 2023-12-09T02:02:46.417 INFO:teuthology.orchestra.run.smithi018.stdout:-------------------------------------------------------------------------------- 2023-12-09T02:02:46.417 INFO:teuthology.orchestra.run.smithi018.stdout:Total 16 MB/s | 50 MB 00:03 2023-12-09T02:02:46.454 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction check 2023-12-09T02:02:46.477 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction check succeeded. 2023-12-09T02:02:46.477 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction test 2023-12-09T02:02:46.763 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction test succeeded. 2023-12-09T02:02:46.767 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction 2023-12-09T02:02:47.100 INFO:teuthology.orchestra.run.smithi061.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 137 kB/s | 4.1 kB 00:00 2023-12-09T02:02:47.321 INFO:teuthology.orchestra.run.smithi061.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 130 kB/s | 4.5 kB 00:00 2023-12-09T02:02:47.354 INFO:teuthology.orchestra.run.smithi018.stdout: Preparing : 1/1 2023-12-09T02:02:47.475 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-09T02:02:47.563 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-09T02:02:47.740 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-09T02:02:47.885 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-09T02:02:48.033 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-09T02:02:48.119 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-09T02:02:48.119 INFO:teuthology.orchestra.run.smithi037.stdout:Installed products updated. 2023-12-09T02:02:48.167 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/6 2023-12-09T02:02:48.316 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-09T02:02:48.316 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2023-12-09T02:02:48.316 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-09T02:02:48.316 INFO:teuthology.orchestra.run.smithi037.stdout: libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-09T02:02:48.316 INFO:teuthology.orchestra.run.smithi037.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-09T02:02:48.316 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-09T02:02:48.316 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2023-12-09T02:02:48.469 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install ceph 2023-12-09T02:02:48.822 INFO:teuthology.orchestra.run.smithi037.stdout:Updating Subscription Management repositories. 2023-12-09T02:02:49.029 INFO:teuthology.orchestra.run.smithi061.stdout:Dependencies resolved. 2023-12-09T02:02:49.030 INFO:teuthology.orchestra.run.smithi061.stdout:========================================================================================== 2023-12-09T02:02:49.031 INFO:teuthology.orchestra.run.smithi061.stdout: Package Arch Version Repository Size 2023-12-09T02:02:49.031 INFO:teuthology.orchestra.run.smithi061.stdout:========================================================================================== 2023-12-09T02:02:49.031 INFO:teuthology.orchestra.run.smithi061.stdout:Installing: 2023-12-09T02:02:49.031 INFO:teuthology.orchestra.run.smithi061.stdout: ceph-test x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 49 M 2023-12-09T02:02:49.031 INFO:teuthology.orchestra.run.smithi061.stdout:Installing dependencies: 2023-12-09T02:02:49.031 INFO:teuthology.orchestra.run.smithi061.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-09T02:02:49.031 INFO:teuthology.orchestra.run.smithi061.stdout: libcephsqlite x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 183 k 2023-12-09T02:02:49.031 INFO:teuthology.orchestra.run.smithi061.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-09T02:02:49.031 INFO:teuthology.orchestra.run.smithi061.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-09T02:02:49.031 INFO:teuthology.orchestra.run.smithi061.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-09T02:02:49.031 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-12-09T02:02:49.031 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction Summary 2023-12-09T02:02:49.032 INFO:teuthology.orchestra.run.smithi061.stdout:========================================================================================== 2023-12-09T02:02:49.032 INFO:teuthology.orchestra.run.smithi061.stdout:Install 6 Packages 2023-12-09T02:02:49.032 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-12-09T02:02:49.032 INFO:teuthology.orchestra.run.smithi061.stdout:Total download size: 50 M 2023-12-09T02:02:49.032 INFO:teuthology.orchestra.run.smithi061.stdout:Installed size: 223 M 2023-12-09T02:02:49.032 INFO:teuthology.orchestra.run.smithi061.stdout:Downloading Packages: 2023-12-09T02:02:49.078 INFO:teuthology.orchestra.run.smithi061.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.5 MB/s | 70 kB 00:00 2023-12-09T02:02:49.153 INFO:teuthology.orchestra.run.smithi061.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.8 MB/s | 323 kB 00:00 2023-12-09T02:02:49.187 INFO:teuthology.orchestra.run.smithi061.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 5.5 MB/s | 187 kB 00:00 2023-12-09T02:02:49.229 INFO:teuthology.orchestra.run.smithi061.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.7 MB/s | 202 kB 00:00 2023-12-09T02:02:49.270 INFO:teuthology.orchestra.run.smithi061.stdout:(5/6): libcephsqlite-19.0.0-44.g9dcc13bb.el8.x8 771 kB/s | 183 kB 00:00 2023-12-09T02:02:49.624 INFO:teuthology.orchestra.run.smithi037.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 135 kB/s | 4.1 kB 00:00 2023-12-09T02:02:49.839 INFO:teuthology.orchestra.run.smithi037.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 124 kB/s | 4.5 kB 00:00 2023-12-09T02:02:51.560 INFO:teuthology.orchestra.run.smithi037.stderr:Error: 2023-12-09T02:02:51.560 INFO:teuthology.orchestra.run.smithi037.stderr: Problem: conflicting requests 2023-12-09T02:02:51.560 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides lua-devel needed by ceph-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:02:51.560 INFO:teuthology.orchestra.run.smithi037.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-09T02:02:51.644 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:02:51.645 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 smithi037 with status 1: 'sudo yum -y install ceph' 2023-12-09T02:02:51.647 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 smithi037 with status 1: 'sudo yum -y install ceph' 2023-12-09T02:02:51.725 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=b2664c1c726d4d51920ae35acc5f74c0 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 smithi037 with status 1: 'sudo yum -y install ceph' 2023-12-09T02:02:51.728 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-09T02:02:51.739 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-09T02:02:51.749 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-09T02:02:51.750 DEBUG:teuthology.orchestra.run.smithi018:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-09T02:02:51.756 INFO:teuthology.orchestra.run.smithi061.stdout:(6/6): ceph-test-19.0.0-44.g9dcc13bb.el8.x86_64 18 MB/s | 49 MB 00:02 2023-12-09T02:02:51.756 INFO:teuthology.orchestra.run.smithi061.stdout:-------------------------------------------------------------------------------- 2023-12-09T02:02:51.757 INFO:teuthology.orchestra.run.smithi061.stdout:Total 19 MB/s | 50 MB 00:02 2023-12-09T02:02:51.757 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction check 2023-12-09T02:02:51.765 DEBUG:teuthology.orchestra.run.smithi037:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-09T02:02:51.767 DEBUG:teuthology.orchestra.run.smithi061:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-09T02:02:51.771 INFO:teuthology.orchestra.run.smithi018.stderr:bash: ntpq: command not found 2023-12-09T02:02:51.774 INFO:teuthology.orchestra.run.smithi018.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-09T02:02:51.774 INFO:teuthology.orchestra.run.smithi018.stdout:=============================================================================== 2023-12-09T02:02:51.774 INFO:teuthology.orchestra.run.smithi018.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 8 +999us[ +993us] +/- 92ms 2023-12-09T02:02:51.775 INFO:teuthology.orchestra.run.smithi018.stdout:^* hv02.front.sepia.ceph.com 3 6 77 8 -205us[ -212us] +/- 63ms 2023-12-09T02:02:51.775 INFO:teuthology.orchestra.run.smithi018.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 8 -532us[ -539us] +/- 71ms 2023-12-09T02:02:51.775 INFO:teuthology.orchestra.run.smithi018.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:02:51.778 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction check succeeded. 2023-12-09T02:02:51.778 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction test 2023-12-09T02:02:51.781 INFO:teuthology.orchestra.run.smithi037.stderr:bash: ntpq: command not found 2023-12-09T02:02:51.786 INFO:teuthology.orchestra.run.smithi037.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-09T02:02:51.786 INFO:teuthology.orchestra.run.smithi037.stdout:=============================================================================== 2023-12-09T02:02:51.786 INFO:teuthology.orchestra.run.smithi037.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 9 +1014us[+1017us] +/- 92ms 2023-12-09T02:02:51.786 INFO:teuthology.orchestra.run.smithi037.stdout:^* hv02.front.sepia.ceph.com 3 6 77 9 -216us[ -214us] +/- 63ms 2023-12-09T02:02:51.786 INFO:teuthology.orchestra.run.smithi037.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 10 -555us[ -552us] +/- 71ms 2023-12-09T02:02:51.786 INFO:teuthology.orchestra.run.smithi037.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:02:51.787 INFO:teuthology.orchestra.run.smithi061.stderr:bash: ntpq: command not found 2023-12-09T02:02:51.789 INFO:teuthology.orchestra.run.smithi061.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-09T02:02:51.789 INFO:teuthology.orchestra.run.smithi061.stdout:=============================================================================== 2023-12-09T02:02:51.790 INFO:teuthology.orchestra.run.smithi061.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 9 +998us[+1002us] +/- 92ms 2023-12-09T02:02:51.790 INFO:teuthology.orchestra.run.smithi061.stdout:^* hv02.front.sepia.ceph.com 3 6 77 8 -206us[ -202us] +/- 63ms 2023-12-09T02:02:51.790 INFO:teuthology.orchestra.run.smithi061.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 9 -531us[ -528us] +/- 71ms 2023-12-09T02:02:51.790 INFO:teuthology.orchestra.run.smithi061.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:02:51.791 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-09T02:02:51.800 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-09T02:02:51.800 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-09T02:02:51.808 DEBUG:teuthology.orchestra.run.smithi018:> 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-09T02:02:51.913 DEBUG:teuthology.orchestra.run.smithi037:> 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-09T02:02:52.014 DEBUG:teuthology.orchestra.run.smithi061:> 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-09T02:02:52.069 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction test succeeded. 2023-12-09T02:02:52.073 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction 2023-12-09T02:02:52.117 DEBUG:teuthology.orchestra.run.smithi018:> 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-09T02:02:52.148 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:02:52.148 DEBUG:teuthology.orchestra.run.smithi037:> 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-09T02:02:52.181 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:02:52.182 DEBUG:teuthology.orchestra.run.smithi061:> 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-09T02:02:52.213 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:02:52.214 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-09T02:02:52.223 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-09T02:02:52.235 INFO:teuthology.task.internal:Duration was 708.622416 seconds 2023-12-09T02:02:52.235 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-09T02:02:52.243 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-09T02:02:52.244 DEBUG:teuthology.orchestra.run.smithi018:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-09T02:02:52.246 DEBUG:teuthology.orchestra.run.smithi037:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-09T02:02:52.249 DEBUG:teuthology.orchestra.run.smithi061:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-09T02:02:52.292 INFO:teuthology.orchestra.run.smithi018.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-09T02:02:52.295 INFO:teuthology.orchestra.run.smithi037.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-09T02:02:52.301 INFO:teuthology.orchestra.run.smithi061.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-09T02:02:52.542 INFO:teuthology.orchestra.run.smithi061.stdout: Preparing : 1/1 2023-12-09T02:02:52.631 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-09T02:02:52.632 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi018.front.sepia.ceph.com 2023-12-09T02:02:52.632 DEBUG:teuthology.orchestra.run.smithi018:> 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-09T02:02:52.654 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi037.front.sepia.ceph.com 2023-12-09T02:02:52.654 DEBUG:teuthology.orchestra.run.smithi037:> 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-09T02:02:52.677 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi061.front.sepia.ceph.com 2023-12-09T02:02:52.678 DEBUG:teuthology.orchestra.run.smithi061:> 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-09T02:02:52.690 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-09T02:02:52.701 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-09T02:02:52.702 DEBUG:teuthology.orchestra.run.smithi018:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-09T02:02:52.704 DEBUG:teuthology.orchestra.run.smithi037:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-09T02:02:52.720 DEBUG:teuthology.orchestra.run.smithi061:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-09T02:02:52.780 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-09T02:02:52.781 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-09T02:02:52.781 DEBUG:teuthology.orchestra.run.smithi018:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-09T02:02:52.784 DEBUG:teuthology.orchestra.run.smithi037:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-09T02:02:52.800 DEBUG:teuthology.orchestra.run.smithi061:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-09T02:02:52.898 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-09T02:02:52.908 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-09T02:02:52.908 DEBUG:teuthology.orchestra.run.smithi018:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-09T02:02:52.981 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-09T02:02:52.998 DEBUG:teuthology.orchestra.run.smithi037:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-09T02:02:53.038 DEBUG:teuthology.orchestra.run.smithi061:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-09T02:02:53.107 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-09T02:02:53.121 DEBUG:teuthology.orchestra.run.smithi018:> 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-09T02:02:53.124 DEBUG:teuthology.orchestra.run.smithi037:> 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-09T02:02:53.126 DEBUG:teuthology.orchestra.run.smithi061:> 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-09T02:02:53.148 INFO:teuthology.orchestra.run.smithi018.stdout:kernel.core_pattern = core 2023-12-09T02:02:53.150 INFO:teuthology.orchestra.run.smithi037.stdout:kernel.core_pattern = core 2023-12-09T02:02:53.153 INFO:teuthology.orchestra.run.smithi061.stdout:kernel.core_pattern = core 2023-12-09T02:02:53.169 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-09T02:02:53.183 DEBUG:teuthology.orchestra.run.smithi018:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-09T02:02:53.235 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:02:53.236 DEBUG:teuthology.orchestra.run.smithi037:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-09T02:02:53.252 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:02:53.252 DEBUG:teuthology.orchestra.run.smithi061:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-09T02:02:53.265 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/6 2023-12-09T02:02:53.268 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:02:53.269 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-09T02:02:53.280 INFO:teuthology.task.internal:Transferring archived files... 2023-12-09T02:02:53.282 DEBUG:teuthology.misc:Transferring archived files from smithi018:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484613/remote/smithi018 2023-12-09T02:02:53.283 DEBUG:teuthology.orchestra.run.smithi018:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-09T02:02:53.332 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-09T02:02:53.348 DEBUG:teuthology.misc:Transferring archived files from smithi037:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484613/remote/smithi037 2023-12-09T02:02:53.349 DEBUG:teuthology.orchestra.run.smithi037:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-09T02:02:53.405 DEBUG:teuthology.misc:Transferring archived files from smithi061:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484613/remote/smithi061 2023-12-09T02:02:53.405 DEBUG:teuthology.orchestra.run.smithi061:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-09T02:02:53.478 INFO:teuthology.task.internal:Removing archive directory... 2023-12-09T02:02:53.479 DEBUG:teuthology.orchestra.run.smithi018:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-09T02:02:53.481 DEBUG:teuthology.orchestra.run.smithi037:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-09T02:02:53.483 DEBUG:teuthology.orchestra.run.smithi061:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-09T02:02:53.490 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/6 2023-12-09T02:02:53.500 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-09T02:02:53.512 INFO:teuthology.task.internal:Not uploading archives. 2023-12-09T02:02:53.512 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-09T02:02:53.521 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-09T02:02:53.521 DEBUG:teuthology.orchestra.run.smithi018:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-09T02:02:53.522 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/6 2023-12-09T02:02:53.524 DEBUG:teuthology.orchestra.run.smithi037:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-09T02:02:53.538 INFO:teuthology.orchestra.run.smithi018.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 9 02:02 /home/ubuntu/cephtest 2023-12-09T02:02:53.540 DEBUG:teuthology.orchestra.run.smithi061:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-09T02:02:53.555 INFO:teuthology.orchestra.run.smithi037.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 9 02:02 /home/ubuntu/cephtest 2023-12-09T02:02:53.557 INFO:teuthology.orchestra.run.smithi061.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 9 02:02 /home/ubuntu/cephtest 2023-12-09T02:02:53.558 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-09T02:02:53.568 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-09T02:02:53.596 INFO:teuthology.nuke:Checking targets against current locks 2023-12-09T02:02:53.624 DEBUG:teuthology.nuke:shortname: smithi018 2023-12-09T02:02:53.625 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-09T02:02:53.646 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi018.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484613', '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 01:45:32.829042', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-09T02:02:53.650 DEBUG:teuthology.nuke:shortname: smithi037 2023-12-09T02:02:53.651 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-09T02:02:53.674 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi037.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484613', '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 01:45:32.830392', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-09T02:02:53.679 DEBUG:teuthology.nuke:shortname: smithi061 2023-12-09T02:02:53.679 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-09T02:02:53.705 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi061.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484613', '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 01:45:32.831521', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-09T02:02:53.712 INFO:teuthology.orchestra.console.smithi018:Power off 2023-12-09T02:02:53.712 DEBUG:teuthology.orchestra.console.smithi018:pexpect command: ipmitool -H smithi018.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-09T02:02:53.737 DEBUG:teuthology.orchestra.console.smithi018:power off output: Chassis Power Control: Down/Off 2023-12-09T02:02:53.738 DEBUG:teuthology.orchestra.console.smithi018:pexpect command: ipmitool -H smithi018.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T02:02:53.755 INFO:teuthology.orchestra.console.smithi037:Power off 2023-12-09T02:02:53.756 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-09T02:02:53.771 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/6 2023-12-09T02:02:53.771 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 1/6 2023-12-09T02:02:53.771 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 2/6 2023-12-09T02:02:53.772 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-09T02:02:53.772 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-09T02:02:53.772 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-09T02:02:53.772 DEBUG:teuthology.orchestra.console.smithi018:check power output: Chassis Power is on 2023-12-09T02:02:53.779 DEBUG:teuthology.orchestra.console.smithi037:power off output: Chassis Power Control: Down/Off 2023-12-09T02:02:53.779 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T02:02:53.806 INFO:teuthology.orchestra.console.smithi061:Power off 2023-12-09T02:02:53.806 DEBUG:teuthology.orchestra.console.smithi061:pexpect command: ipmitool -H smithi061.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-09T02:02:53.815 DEBUG:teuthology.orchestra.console.smithi037:check power output: Chassis Power is on 2023-12-09T02:02:53.831 DEBUG:teuthology.orchestra.console.smithi061:power off output: Chassis Power Control: Down/Off 2023-12-09T02:02:53.831 DEBUG:teuthology.orchestra.console.smithi061:pexpect command: ipmitool -H smithi061.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T02:02:53.854 DEBUG:teuthology.orchestra.console.smithi061:check power output: Chassis Power is on 2023-12-09T02:02:57.382 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-09T02:02:57.382 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-09T02:02:57.774 DEBUG:teuthology.orchestra.console.smithi018:pexpect command: ipmitool -H smithi018.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T02:02:57.816 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T02:02:57.856 DEBUG:teuthology.orchestra.console.smithi061:pexpect command: ipmitool -H smithi061.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T02:02:57.885 DEBUG:teuthology.orchestra.console.smithi018:check power output: Chassis Power is on 2023-12-09T02:02:57.928 DEBUG:teuthology.orchestra.console.smithi037:check power output: Chassis Power is on 2023-12-09T02:02:57.967 DEBUG:teuthology.orchestra.console.smithi061:check power output: Chassis Power is on 2023-12-09T02:02:58.660 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/6 2023-12-09T02:02:58.946 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/6 2023-12-09T02:02:59.178 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/6 2023-12-09T02:02:59.178 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 1/6 2023-12-09T02:02:59.179 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 2/6 2023-12-09T02:02:59.179 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-09T02:02:59.179 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-09T02:02:59.179 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-09T02:03:01.886 DEBUG:teuthology.orchestra.console.smithi018:pexpect command: ipmitool -H smithi018.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T02:03:01.929 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T02:03:01.968 DEBUG:teuthology.orchestra.console.smithi061:pexpect command: ipmitool -H smithi061.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T02:03:01.994 DEBUG:teuthology.orchestra.console.smithi018:check power output: Chassis Power is off 2023-12-09T02:03:02.041 DEBUG:teuthology.orchestra.console.smithi037:check power output: Chassis Power is on 2023-12-09T02:03:02.078 DEBUG:teuthology.orchestra.console.smithi061:check power output: Chassis Power is off 2023-12-09T02:03:02.095 INFO:teuthology.orchestra.console.smithi018:Power off completed 2023-12-09T02:03:02.180 INFO:teuthology.orchestra.console.smithi061:Power off completed 2023-12-09T02:03:06.043 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T02:03:06.153 DEBUG:teuthology.orchestra.console.smithi037:check power output: Chassis Power is off 2023-12-09T02:03:06.254 INFO:teuthology.orchestra.console.smithi037:Power off completed 2023-12-09T02:03:06.359 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/on mon_election/classic task/test_host_drain} duration: 708.6224155426025 failure_reason: 'Command failed on smithi037 with status 1: ''sudo yum -y install ceph''' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=b2664c1c726d4d51920ae35acc5f74c0 status: fail success: false 2023-12-09T02:03:06.359 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-09T02:03:06.445 INFO:teuthology.run:FAIL