2023-11-25T05:43:41.364 INFO:root:teuthology version: 0.0.1.dev205+g2442239 2023-11-25T05:43:45.481 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/off mon_election/connectivity task/test_extra_daemon_features} --verbose --archive /home/teuthworker/archive/yuriw-2023-11-24_21:18:30-rados-main-distro-default-smithi/7466307 --owner scheduled_yuriw@teuthology --name yuriw-2023-11-24_21:18:30-rados-main-distro-default-smithi -- /home/teuthworker/archive/yuriw-2023-11-24_21:18:30-rados-main-distro-default-smithi/7466307/orig.config.yaml 2023-11-25T05:43:45.528 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-25T05:43:45.604 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-11-24_21:18:30-rados-main-distro-default-smithi/7466307 branch: main description: rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/off mon_election/connectivity task/test_extra_daemon_features} email: yweinste@redhat.com first_in_suite: false job_id: '7466307' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-11-24_21:18:30-rados-main-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: main ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false 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: ec928368edcc5fc71884a56fd9fd821b148f4e30 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: ec928368edcc5fc71884a56fd9fd821b148f4e30 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: main sha1: ec928368edcc5fc71884a56fd9fd821b148f4e30 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 seed: 77 sha1: ec928368edcc5fc71884a56fd9fd821b148f4e30 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: main suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_ec928368edcc5fc71884a56fd9fd821b148f4e30/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: ec928368edcc5fc71884a56fd9fd821b148f4e30 targets: smithi112.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi113.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:rhel8 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - install: null - cephadm: null - exec: all-hosts: - mkdir /etc/cephadm_testing - cephadm.apply: specs: - extra_container_args: - --cpus=2 extra_entrypoint_args: - --debug_ms 10 placement: host_pattern: '*' service_type: mon - custom_configs: - content: "while getopts \"o:c:\" opt; do\n case ${opt} in\n o )\n OUT_FILE=${OPTARG}\n\ \ ;;\n c )\n CONTENT=${OPTARG}\n esac\ndone\necho $CONTENT > $OUT_FILE\n\ sleep infinity\n" mount_path: /root/write_thing_to_file.sh extra_container_args: - -v - /etc/cephadm_testing:/root/cephadm_testing extra_entrypoint_args: - /root/write_thing_to_file.sh - -c - testing_custom_containers - -o - /root/cephadm_testing/testing.txt placement: host_pattern: '*' service_id: foo service_type: container spec: entrypoint: bash image: quay.io/fedora/fedora:latest - custom_configs: - content: 'set -e test -f /var/cache/bar/from.txt test -f /var/cache/bar/presized.dat echo ok > /var/cache/bar/primary.txt sleep infinity ' mount_path: /root/init_check.sh extra_entrypoint_args: - /root/init_check.sh placement: host_pattern: '*' service_id: bar service_type: container spec: dirs: - data entrypoint: bash image: quay.io/fedora/fedora:latest init_containers: - entrypoint: bash entrypoint_args: - argument: -c - argument: . /etc/os-release && echo from=$ID > /var/cache/bar/from.txt image: quay.io/centos/centos:latest volume_mounts: data: /var/cache/bar:z - entrypoint: bash entrypoint_args: - argument: -c - argument: test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat volume_mounts: data: /var/cache/bar:z volume_mounts: data: /var/cache/bar:z - cephadm.wait_for_service: service: mon - cephadm.wait_for_service: service: container.foo - cephadm.wait_for_service: service: container.bar - exec: host.a: - 'set -ex FSID=$(/home/ubuntu/cephtest/cephadm shell -- ceph fsid) sleep 60 # check extra container and entrypoint args written to mon unit run file grep "\-\-cpus=2" /var/lib/ceph/$FSID/mon.*/unit.run grep "\-\-debug_ms 10" /var/lib/ceph/$FSID/mon.*/unit.run # check that custom container properly wrote content to file. # This requires the custom config, extra container args, and # entrypoint args to all be working in order for this to have # been written. The container entrypoint was set up with custom_configs, # the content and where to write to with the entrypoint args, and the mounting # of the /etc/cephadm_testing dir with extra container args grep "testing_custom_containers" /etc/cephadm_testing/testing.txt # Verify that container bar''s init containers and primary container # ran successfully dir=$(find /var/lib/ceph/$FSID -maxdepth 1 -type d -name ''container.bar.*'') test -n "$dir" grep ok ${dir}/data/primary.txt grep from=centos ${dir}/data/from.txt test -s ${dir}/data/presized.dat ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 2442239d2653456406c25ae0c71b689c8f2657b6 timestamp: 2023-11-24_21:18:30 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-11-25T05:43:45.604 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_ec928368edcc5fc71884a56fd9fd821b148f4e30/qa; will attempt to use it 2023-11-25T05:43:45.605 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_ec928368edcc5fc71884a56fd9fd821b148f4e30/qa/tasks 2023-11-25T05:43:45.605 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-25T05:43:45.607 INFO:teuthology.task.internal:Checking packages... 2023-11-25T05:43:45.632 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'ec928368edcc5fc71884a56fd9fd821b148f4e30' 2023-11-25T05:43:45.633 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-25T05:43:45.633 INFO:teuthology.packaging:ref: None 2023-11-25T05:43:45.633 INFO:teuthology.packaging:tag: None 2023-11-25T05:43:45.633 INFO:teuthology.packaging:branch: main 2023-11-25T05:43:45.633 INFO:teuthology.packaging:sha1: ec928368edcc5fc71884a56fd9fd821b148f4e30 2023-11-25T05:43:45.633 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=main 2023-11-25T05:43:45.893 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7506.gec928368 2023-11-25T05:43:45.894 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-25T05:43:45.900 INFO:teuthology.task.internal:no buildpackages task found 2023-11-25T05:43:45.905 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-25T05:43:45.933 INFO:teuthology.task.internal:Saving configuration 2023-11-25T05:43:45.950 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-25T05:43:45.956 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-25T05:43:45.985 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi112.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-24_21:18:30-rados-main-distro-default-smithi/7466307', '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-11-25 05:38:09.585126', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-11-25T05:43:46.007 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi113.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-24_21:18:30-rados-main-distro-default-smithi/7466307', '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-11-25 05:38:09.582042', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-11-25T05:43:46.007 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-25T05:43:46.013 INFO:teuthology.task.internal:roles: ubuntu@smithi112.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2023-11-25T05:43:46.013 INFO:teuthology.task.internal:roles: ubuntu@smithi113.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2023-11-25T05:43:46.013 INFO:teuthology.run_tasks:Running task console_log... 2023-11-25T05:43:46.103 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f1c42bca040>, signals=[15]) 2023-11-25T05:43:46.103 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-25T05:43:46.109 INFO:teuthology.task.internal:Opening connections... 2023-11-25T05:43:46.109 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi112.front.sepia.ceph.com 2023-11-25T05:43:46.112 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-25T05:43:46.181 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi113.front.sepia.ceph.com 2023-11-25T05:43:46.182 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi113.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-25T05:43:46.252 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-25T05:43:46.259 DEBUG:teuthology.orchestra.run.smithi112:> uname -m 2023-11-25T05:43:46.279 INFO:teuthology.orchestra.run.smithi112.stdout:x86_64 2023-11-25T05:43:46.279 DEBUG:teuthology.orchestra.run.smithi112:> cat /etc/os-release 2023-11-25T05:43:46.337 INFO:teuthology.orchestra.run.smithi112.stdout:NAME="Red Hat Enterprise Linux" 2023-11-25T05:43:46.337 INFO:teuthology.orchestra.run.smithi112.stdout:VERSION="8.6 (Ootpa)" 2023-11-25T05:43:46.337 INFO:teuthology.orchestra.run.smithi112.stdout:ID="rhel" 2023-11-25T05:43:46.338 INFO:teuthology.orchestra.run.smithi112.stdout:ID_LIKE="fedora" 2023-11-25T05:43:46.338 INFO:teuthology.orchestra.run.smithi112.stdout:VERSION_ID="8.6" 2023-11-25T05:43:46.338 INFO:teuthology.orchestra.run.smithi112.stdout:PLATFORM_ID="platform:el8" 2023-11-25T05:43:46.338 INFO:teuthology.orchestra.run.smithi112.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-11-25T05:43:46.338 INFO:teuthology.orchestra.run.smithi112.stdout:ANSI_COLOR="0;31" 2023-11-25T05:43:46.338 INFO:teuthology.orchestra.run.smithi112.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-11-25T05:43:46.338 INFO:teuthology.orchestra.run.smithi112.stdout:HOME_URL="https://www.redhat.com/" 2023-11-25T05:43:46.338 INFO:teuthology.orchestra.run.smithi112.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-11-25T05:43:46.338 INFO:teuthology.orchestra.run.smithi112.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-25T05:43:46.338 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-25T05:43:46.338 INFO:teuthology.orchestra.run.smithi112.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-25T05:43:46.339 INFO:teuthology.orchestra.run.smithi112.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-11-25T05:43:46.339 INFO:teuthology.orchestra.run.smithi112.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-11-25T05:43:46.339 INFO:teuthology.orchestra.run.smithi112.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-11-25T05:43:46.339 INFO:teuthology.lock.ops:Updating smithi112.front.sepia.ceph.com on lock server 2023-11-25T05:43:46.362 DEBUG:teuthology.orchestra.run.smithi113:> uname -m 2023-11-25T05:43:46.382 INFO:teuthology.orchestra.run.smithi113.stdout:x86_64 2023-11-25T05:43:46.382 DEBUG:teuthology.orchestra.run.smithi113:> cat /etc/os-release 2023-11-25T05:43:46.441 INFO:teuthology.orchestra.run.smithi113.stdout:NAME="Red Hat Enterprise Linux" 2023-11-25T05:43:46.441 INFO:teuthology.orchestra.run.smithi113.stdout:VERSION="8.6 (Ootpa)" 2023-11-25T05:43:46.441 INFO:teuthology.orchestra.run.smithi113.stdout:ID="rhel" 2023-11-25T05:43:46.441 INFO:teuthology.orchestra.run.smithi113.stdout:ID_LIKE="fedora" 2023-11-25T05:43:46.441 INFO:teuthology.orchestra.run.smithi113.stdout:VERSION_ID="8.6" 2023-11-25T05:43:46.441 INFO:teuthology.orchestra.run.smithi113.stdout:PLATFORM_ID="platform:el8" 2023-11-25T05:43:46.441 INFO:teuthology.orchestra.run.smithi113.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-11-25T05:43:46.441 INFO:teuthology.orchestra.run.smithi113.stdout:ANSI_COLOR="0;31" 2023-11-25T05:43:46.441 INFO:teuthology.orchestra.run.smithi113.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-11-25T05:43:46.442 INFO:teuthology.orchestra.run.smithi113.stdout:HOME_URL="https://www.redhat.com/" 2023-11-25T05:43:46.442 INFO:teuthology.orchestra.run.smithi113.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-11-25T05:43:46.442 INFO:teuthology.orchestra.run.smithi113.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-25T05:43:46.442 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-11-25T05:43:46.442 INFO:teuthology.orchestra.run.smithi113.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-25T05:43:46.442 INFO:teuthology.orchestra.run.smithi113.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-11-25T05:43:46.442 INFO:teuthology.orchestra.run.smithi113.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-11-25T05:43:46.442 INFO:teuthology.orchestra.run.smithi113.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-11-25T05:43:46.442 INFO:teuthology.lock.ops:Updating smithi113.front.sepia.ceph.com on lock server 2023-11-25T05:43:46.462 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-25T05:43:46.470 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-25T05:43:46.499 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-25T05:43:46.499 DEBUG:teuthology.orchestra.run.smithi112:> test '!' -e /home/ubuntu/cephtest 2023-11-25T05:43:46.502 DEBUG:teuthology.orchestra.run.smithi113:> test '!' -e /home/ubuntu/cephtest 2023-11-25T05:43:46.519 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-25T05:43:46.525 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-25T05:43:46.525 DEBUG:teuthology.orchestra.run.smithi112:> test -z $(ls -A /var/lib/ceph) 2023-11-25T05:43:46.562 DEBUG:teuthology.orchestra.run.smithi113:> test -z $(ls -A /var/lib/ceph) 2023-11-25T05:43:46.591 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-25T05:43:46.649 INFO:teuthology.run_tasks:Running task kernel... 2023-11-25T05:43:46.663 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-25T05:43:46.663 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-25T05:43:46.664 DEBUG:teuthology.orchestra.run.smithi112:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-25T05:43:46.664 DEBUG:teuthology.orchestra.run.smithi113:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-25T05:43:46.682 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-25T05:43:46.682 DEBUG:teuthology.orchestra.run.smithi112:> uname -r 2023-11-25T05:43:46.683 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-25T05:43:46.683 DEBUG:teuthology.orchestra.run.smithi113:> uname -r 2023-11-25T05:43:46.741 INFO:teuthology.orchestra.run.smithi112.stdout:4.18.0-372.9.1.el8.x86_64 2023-11-25T05:43:46.742 INFO:teuthology.task.kernel:Running kernel on smithi112: 4.18.0-372.9.1.el8.x86_64 2023-11-25T05:43:46.743 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum install -y kernel 2023-11-25T05:43:46.746 INFO:teuthology.orchestra.run.smithi113.stdout:4.18.0-372.9.1.el8.x86_64 2023-11-25T05:43:46.747 INFO:teuthology.task.kernel:Running kernel on smithi113: 4.18.0-372.9.1.el8.x86_64 2023-11-25T05:43:46.748 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum install -y kernel 2023-11-25T05:43:47.980 INFO:teuthology.orchestra.run.smithi112.stdout:Updating Subscription Management repositories. 2023-11-25T05:43:47.980 INFO:teuthology.orchestra.run.smithi112.stdout:Unable to read consumer identity 2023-11-25T05:43:47.988 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-11-25T05:43:47.988 INFO:teuthology.orchestra.run.smithi113.stdout:Unable to read consumer identity 2023-11-25T05:43:49.409 INFO:teuthology.orchestra.run.smithi112.stdout:Copr repo for python3-asyncssh owned by ceph 17 kB/s | 3.5 kB 00:00 2023-11-25T05:43:49.461 INFO:teuthology.orchestra.run.smithi113.stdout:Copr repo for python3-asyncssh owned by ceph 20 kB/s | 3.5 kB 00:00 2023-11-25T05:43:52.251 INFO:teuthology.orchestra.run.smithi112.stdout:Extra Packages for Enterprise Linux 5.7 MB/s | 16 MB 00:02 2023-11-25T05:43:53.777 INFO:teuthology.orchestra.run.smithi113.stdout:Extra Packages for Enterprise Linux 3.7 MB/s | 16 MB 00:04 2023-11-25T05:43:55.784 INFO:teuthology.orchestra.run.smithi112.stdout:lab-extras 405 kB/s | 24 kB 00:00 2023-11-25T05:43:56.454 INFO:teuthology.orchestra.run.smithi112.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-11-25T05:43:56.504 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2023-11-25T05:43:56.506 INFO:teuthology.orchestra.run.smithi112.stdout:Nothing to do. 2023-11-25T05:43:56.506 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2023-11-25T05:43:56.626 DEBUG:teuthology.orchestra.run.smithi112:> echo no | sudo yum reinstall kernel || true 2023-11-25T05:43:56.959 INFO:teuthology.orchestra.run.smithi112.stdout:Updating Subscription Management repositories. 2023-11-25T05:43:56.960 INFO:teuthology.orchestra.run.smithi112.stdout:Unable to read consumer identity 2023-11-25T05:43:57.216 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:00:02 ago on Sat 25 Nov 2023 05:43:55 AM UTC. 2023-11-25T05:43:57.259 INFO:teuthology.orchestra.run.smithi112.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-11-25T05:43:57.278 INFO:teuthology.orchestra.run.smithi113.stdout:lab-extras 412 kB/s | 24 kB 00:00 2023-11-25T05:43:57.296 INFO:teuthology.orchestra.run.smithi112.stderr:Error: No packages marked for reinstall. 2023-11-25T05:43:57.341 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum reinstall -y kernel || true 2023-11-25T05:43:57.670 INFO:teuthology.orchestra.run.smithi112.stdout:Updating Subscription Management repositories. 2023-11-25T05:43:57.670 INFO:teuthology.orchestra.run.smithi112.stdout:Unable to read consumer identity 2023-11-25T05:43:57.928 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:00:02 ago on Sat 25 Nov 2023 05:43:55 AM UTC. 2023-11-25T05:43:57.968 INFO:teuthology.orchestra.run.smithi112.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-11-25T05:43:57.994 INFO:teuthology.orchestra.run.smithi112.stderr:Error: No packages marked for reinstall. 2023-11-25T05:43:58.014 INFO:teuthology.orchestra.run.smithi113.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-11-25T05:43:58.042 DEBUG:teuthology.orchestra.run.smithi112:> rpm -q kernel | sort -rV | head -n 1 2023-11-25T05:43:58.062 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2023-11-25T05:43:58.063 INFO:teuthology.orchestra.run.smithi113.stdout:Nothing to do. 2023-11-25T05:43:58.063 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2023-11-25T05:43:58.121 INFO:teuthology.orchestra.run.smithi112.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-11-25T05:43:58.122 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-11-25T05:43:58.122 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-11-25T05:43:58.122 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-25T05:43:58.122 DEBUG:teuthology.orchestra.run.smithi112:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-25T05:43:58.152 INFO:teuthology.orchestra.run.smithi112.stdout:ttyS1 2023-11-25T05:43:58.175 DEBUG:teuthology.parallel:result is None 2023-11-25T05:43:58.192 DEBUG:teuthology.orchestra.run.smithi113:> echo no | sudo yum reinstall kernel || true 2023-11-25T05:43:58.562 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-11-25T05:43:58.562 INFO:teuthology.orchestra.run.smithi113.stdout:Unable to read consumer identity 2023-11-25T05:43:58.820 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:00:01 ago on Sat 25 Nov 2023 05:43:57 AM UTC. 2023-11-25T05:43:58.860 INFO:teuthology.orchestra.run.smithi113.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-11-25T05:43:58.908 INFO:teuthology.orchestra.run.smithi113.stderr:Error: No packages marked for reinstall. 2023-11-25T05:43:58.954 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum reinstall -y kernel || true 2023-11-25T05:43:59.281 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-11-25T05:43:59.281 INFO:teuthology.orchestra.run.smithi113.stdout:Unable to read consumer identity 2023-11-25T05:43:59.532 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:00:02 ago on Sat 25 Nov 2023 05:43:57 AM UTC. 2023-11-25T05:43:59.571 INFO:teuthology.orchestra.run.smithi113.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-11-25T05:43:59.605 INFO:teuthology.orchestra.run.smithi113.stderr:Error: No packages marked for reinstall. 2023-11-25T05:43:59.652 DEBUG:teuthology.orchestra.run.smithi113:> rpm -q kernel | sort -rV | head -n 1 2023-11-25T05:43:59.732 INFO:teuthology.orchestra.run.smithi113.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-11-25T05:43:59.733 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-11-25T05:43:59.733 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-11-25T05:43:59.733 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-25T05:43:59.733 DEBUG:teuthology.orchestra.run.smithi113:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-25T05:43:59.758 INFO:teuthology.orchestra.run.smithi113.stdout:ttyS1 2023-11-25T05:43:59.780 DEBUG:teuthology.parallel:result is None 2023-11-25T05:43:59.780 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-25T05:43:59.788 INFO:teuthology.task.internal:Creating test directory... 2023-11-25T05:43:59.788 DEBUG:teuthology.orchestra.run.smithi112:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-25T05:43:59.791 DEBUG:teuthology.orchestra.run.smithi113:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-25T05:43:59.837 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-25T05:43:59.844 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-25T05:43:59.864 INFO:teuthology.task.internal:Creating archive directory... 2023-11-25T05:43:59.865 DEBUG:teuthology.orchestra.run.smithi112:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-25T05:43:59.867 DEBUG:teuthology.orchestra.run.smithi113:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-25T05:43:59.902 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-25T05:43:59.909 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-25T05:43:59.909 DEBUG:teuthology.orchestra.run.smithi112:> 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-11-25T05:43:59.928 DEBUG:teuthology.orchestra.run.smithi113:> 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-11-25T05:43:59.966 INFO:teuthology.orchestra.run.smithi112.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-25T05:43:59.977 INFO:teuthology.orchestra.run.smithi112.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-25T05:43:59.980 INFO:teuthology.orchestra.run.smithi113.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-25T05:43:59.990 INFO:teuthology.orchestra.run.smithi113.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-25T05:43:59.991 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-25T05:43:59.999 INFO:teuthology.task.internal:Configuring sudo... 2023-11-25T05:43:59.999 DEBUG:teuthology.orchestra.run.smithi112:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-25T05:44:00.021 DEBUG:teuthology.orchestra.run.smithi113:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-25T05:44:00.049 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-25T05:44:00.058 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-25T05:44:00.058 DEBUG:teuthology.orchestra.run.smithi112:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-25T05:44:00.092 DEBUG:teuthology.orchestra.run.smithi113:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-25T05:44:00.109 DEBUG:teuthology.orchestra.run.smithi112:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-25T05:44:00.191 DEBUG:teuthology.orchestra.run.smithi112:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-25T05:44:00.244 DEBUG:teuthology.orchestra.run.smithi112:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-25T05:44:00.329 DEBUG:teuthology.orchestra.run.smithi112:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-25T05:44:00.371 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2023-11-25T05:44:00.371 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-25T05:44:00.438 DEBUG:teuthology.orchestra.run.smithi113:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-25T05:44:00.482 DEBUG:teuthology.orchestra.run.smithi113:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-25T05:44:00.529 DEBUG:teuthology.orchestra.run.smithi113:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-25T05:44:00.612 DEBUG:teuthology.orchestra.run.smithi113:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-25T05:44:00.654 DEBUG:teuthology.orchestra.run.smithi113:> set -ex 2023-11-25T05:44:00.654 DEBUG:teuthology.orchestra.run.smithi113:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-25T05:44:00.721 DEBUG:teuthology.orchestra.run.smithi112:> sudo service rsyslog restart 2023-11-25T05:44:00.724 DEBUG:teuthology.orchestra.run.smithi113:> sudo service rsyslog restart 2023-11-25T05:44:00.779 INFO:teuthology.orchestra.run.smithi112.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-25T05:44:00.832 INFO:teuthology.orchestra.run.smithi113.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-25T05:44:01.260 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-25T05:44:01.268 INFO:teuthology.task.internal:Starting timer... 2023-11-25T05:44:01.268 INFO:teuthology.run_tasks:Running task pcp... 2023-11-25T05:44:01.310 INFO:teuthology.run_tasks:Running task selinux... 2023-11-25T05:44:01.335 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-25T05:44:01.335 DEBUG:teuthology.orchestra.run.smithi112:> sudo service auditd rotate 2023-11-25T05:44:01.412 INFO:teuthology.orchestra.run.smithi112.stdout:Rotating logs: 2023-11-25T05:44:01.414 DEBUG:teuthology.orchestra.run.smithi113:> sudo service auditd rotate 2023-11-25T05:44:01.466 INFO:teuthology.orchestra.run.smithi113.stdout:Rotating logs: 2023-11-25T05:44:01.469 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-25T05:44:01.469 DEBUG:teuthology.orchestra.run.smithi112:> /usr/sbin/getenforce 2023-11-25T05:44:01.502 INFO:teuthology.orchestra.run.smithi112.stdout:Permissive 2023-11-25T05:44:01.503 DEBUG:teuthology.orchestra.run.smithi113:> /usr/sbin/getenforce 2023-11-25T05:44:01.549 INFO:teuthology.orchestra.run.smithi113.stdout:Permissive 2023-11-25T05:44:01.549 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi112.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi113.front.sepia.ceph.com': 'permissive'} 2023-11-25T05:44:01.549 DEBUG:teuthology.orchestra.run.smithi112:> 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-11-25T05:44:01.576 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-25T05:44:01.577 DEBUG:teuthology.orchestra.run.smithi113:> 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-11-25T05:44:01.603 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-25T05:44:01.604 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-25T05:44:01.604 DEBUG:teuthology.orchestra.run.smithi112:> sudo /usr/sbin/setenforce permissive 2023-11-25T05:44:01.643 DEBUG:teuthology.orchestra.run.smithi113:> sudo /usr/sbin/setenforce permissive 2023-11-25T05:44:01.671 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-25T05:44:01.683 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-11-25T05:44:01.683 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-25T05:44:01.703 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-11-25T05:44:01.704 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi112.front.sepia.ceph.com,smithi113.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-25T05:52:57.795 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi112.front.sepia.ceph.com'), Remote(name='ubuntu@smithi113.front.sepia.ceph.com')] 2023-11-25T05:52:57.795 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi112.front.sepia.ceph.com' 2023-11-25T05:52:57.796 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-25T05:52:57.864 DEBUG:teuthology.orchestra.run.smithi112:> true 2023-11-25T05:52:57.936 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi112.front.sepia.ceph.com' 2023-11-25T05:52:57.936 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi113.front.sepia.ceph.com' 2023-11-25T05:52:57.936 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi113.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-25T05:52:58.004 DEBUG:teuthology.orchestra.run.smithi113:> true 2023-11-25T05:52:58.071 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi113.front.sepia.ceph.com' 2023-11-25T05:52:58.072 INFO:teuthology.run_tasks:Running task clock... 2023-11-25T05:52:58.084 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-25T05:52:58.084 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-25T05:52:58.085 DEBUG:teuthology.orchestra.run.smithi112:> 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-11-25T05:52:58.087 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-25T05:52:58.087 DEBUG:teuthology.orchestra.run.smithi113:> 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-11-25T05:52:58.117 INFO:teuthology.orchestra.run.smithi112.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-25T05:52:58.130 INFO:teuthology.orchestra.run.smithi112.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-25T05:52:58.144 INFO:teuthology.orchestra.run.smithi113.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-25T05:52:58.158 INFO:teuthology.orchestra.run.smithi113.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-25T05:52:58.209 INFO:teuthology.orchestra.run.smithi112.stderr:sudo: ntpd: command not found 2023-11-25T05:52:58.221 INFO:teuthology.orchestra.run.smithi112.stdout:506 Cannot talk to daemon 2023-11-25T05:52:58.235 INFO:teuthology.orchestra.run.smithi112.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-25T05:52:58.238 INFO:teuthology.orchestra.run.smithi113.stderr:sudo: ntpd: command not found 2023-11-25T05:52:58.249 INFO:teuthology.orchestra.run.smithi112.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-25T05:52:58.250 INFO:teuthology.orchestra.run.smithi113.stdout:506 Cannot talk to daemon 2023-11-25T05:52:58.265 INFO:teuthology.orchestra.run.smithi113.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-25T05:52:58.279 INFO:teuthology.orchestra.run.smithi113.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-25T05:52:58.316 INFO:teuthology.orchestra.run.smithi112.stderr:bash: ntpq: command not found 2023-11-25T05:52:58.322 INFO:teuthology.orchestra.run.smithi112.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-25T05:52:58.322 INFO:teuthology.orchestra.run.smithi112.stdout:=============================================================================== 2023-11-25T05:52:58.322 INFO:teuthology.orchestra.run.smithi112.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-25T05:52:58.322 INFO:teuthology.orchestra.run.smithi112.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-25T05:52:58.322 INFO:teuthology.orchestra.run.smithi112.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-25T05:52:58.322 INFO:teuthology.orchestra.run.smithi112.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-25T05:52:58.357 INFO:teuthology.orchestra.run.smithi113.stderr:bash: ntpq: command not found 2023-11-25T05:52:58.362 INFO:teuthology.orchestra.run.smithi113.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-25T05:52:58.362 INFO:teuthology.orchestra.run.smithi113.stdout:=============================================================================== 2023-11-25T05:52:58.363 INFO:teuthology.orchestra.run.smithi113.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-25T05:52:58.363 INFO:teuthology.orchestra.run.smithi113.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-25T05:52:58.363 INFO:teuthology.orchestra.run.smithi113.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-25T05:52:58.363 INFO:teuthology.orchestra.run.smithi113.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-25T05:52:58.363 INFO:teuthology.run_tasks:Running task pexec... 2023-11-25T05:52:58.378 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-25T05:52:58.378 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi112.front.sepia.ceph.com 2023-11-25T05:52:58.378 DEBUG:teuthology.orchestra.run.smithi112:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-25T05:52:58.379 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi113.front.sepia.ceph.com 2023-11-25T05:52:58.379 DEBUG:teuthology.orchestra.run.smithi113:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-25T05:52:58.751 INFO:teuthology.orchestra.run.smithi112.stdout:Updating Subscription Management repositories. 2023-11-25T05:52:58.775 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-11-25T05:52:59.556 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:01:27 ago on Sat 25 Nov 2023 05:51:32 AM UTC. 2023-11-25T05:52:59.578 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:25 ago on Sat 25 Nov 2023 05:51:34 AM UTC. 2023-11-25T05:53:01.295 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2023-11-25T05:53:01.296 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2023-11-25T05:53:01.296 INFO:teuthology.orchestra.run.smithi113.stdout: Package Architecture Version Repository Size 2023-11-25T05:53:01.296 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2023-11-25T05:53:01.296 INFO:teuthology.orchestra.run.smithi113.stdout:Resetting modules: 2023-11-25T05:53:01.297 INFO:teuthology.orchestra.run.smithi113.stdout: container-tools 2023-11-25T05:53:01.297 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-11-25T05:53:01.297 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2023-11-25T05:53:01.297 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2023-11-25T05:53:01.297 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-11-25T05:53:01.453 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2023-11-25T05:53:01.454 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-25T05:53:01.455 INFO:teuthology.orchestra.run.smithi112.stdout: Package Architecture Version Repository Size 2023-11-25T05:53:01.455 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-25T05:53:01.455 INFO:teuthology.orchestra.run.smithi112.stdout:Resetting modules: 2023-11-25T05:53:01.455 INFO:teuthology.orchestra.run.smithi112.stdout: container-tools 2023-11-25T05:53:01.455 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-25T05:53:01.455 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2023-11-25T05:53:01.455 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-25T05:53:01.455 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-25T05:53:02.248 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:01:29 ago on Sat 25 Nov 2023 05:51:32 AM UTC. 2023-11-25T05:53:02.402 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:27 ago on Sat 25 Nov 2023 05:51:34 AM UTC. 2023-11-25T05:53:04.792 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2023-11-25T05:53:04.985 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2023-11-25T05:53:05.253 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-11-25T05:53:05.443 INFO:teuthology.orchestra.run.smithi112.stdout:Updating Subscription Management repositories. 2023-11-25T05:53:06.040 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:01:33 ago on Sat 25 Nov 2023 05:51:32 AM UTC. 2023-11-25T05:53:06.210 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:31 ago on Sat 25 Nov 2023 05:51:34 AM UTC. 2023-11-25T05:53:07.764 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2023-11-25T05:53:07.855 INFO:teuthology.orchestra.run.smithi113.stdout:============================================================================================================ 2023-11-25T05:53:07.856 INFO:teuthology.orchestra.run.smithi113.stdout: Package Arch Version Repository Size 2023-11-25T05:53:07.856 INFO:teuthology.orchestra.run.smithi113.stdout:============================================================================================================ 2023-11-25T05:53:07.856 INFO:teuthology.orchestra.run.smithi113.stdout:Installing group/module packages: 2023-11-25T05:53:07.856 INFO:teuthology.orchestra.run.smithi113.stdout: buildah x86_64 1:1.26.2-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 8.0 M 2023-11-25T05:53:07.856 INFO:teuthology.orchestra.run.smithi113.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-11-25T05:53:07.856 INFO:teuthology.orchestra.run.smithi113.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-11-25T05:53:07.856 INFO:teuthology.orchestra.run.smithi113.stdout: python3-podman noarch 4.0.1-1.module+el8.6.0+16837+85b82211 rhel-8-for-x86_64-appstream-rpms 149 k 2023-11-25T05:53:07.856 INFO:teuthology.orchestra.run.smithi113.stdout: skopeo x86_64 2:1.9.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 7.0 M 2023-11-25T05:53:07.856 INFO:teuthology.orchestra.run.smithi113.stdout: toolbox x86_64 0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-11-25T05:53:07.856 INFO:teuthology.orchestra.run.smithi113.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-11-25T05:53:07.856 INFO:teuthology.orchestra.run.smithi113.stdout:Installing dependencies: 2023-11-25T05:53:07.856 INFO:teuthology.orchestra.run.smithi113.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-11-25T05:53:07.857 INFO:teuthology.orchestra.run.smithi113.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-11-25T05:53:07.857 INFO:teuthology.orchestra.run.smithi113.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-11-25T05:53:07.857 INFO:teuthology.orchestra.run.smithi113.stdout:Installing module profiles: 2023-11-25T05:53:07.857 INFO:teuthology.orchestra.run.smithi113.stdout: container-tools/common 2023-11-25T05:53:07.857 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-11-25T05:53:07.857 INFO:teuthology.orchestra.run.smithi113.stdout:Enabling module streams: 2023-11-25T05:53:07.857 INFO:teuthology.orchestra.run.smithi113.stdout: container-tools rhel8 2023-11-25T05:53:07.857 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-11-25T05:53:07.857 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2023-11-25T05:53:07.857 INFO:teuthology.orchestra.run.smithi113.stdout:============================================================================================================ 2023-11-25T05:53:07.857 INFO:teuthology.orchestra.run.smithi113.stdout:Install 10 Packages 2023-11-25T05:53:07.857 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-11-25T05:53:07.858 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 18 M 2023-11-25T05:53:07.858 INFO:teuthology.orchestra.run.smithi113.stdout:Installed size: 65 M 2023-11-25T05:53:07.858 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2023-11-25T05:53:07.920 INFO:teuthology.orchestra.run.smithi113.stdout:(1/10): yajl-2.1.0-10.el8.x86_64.rpm 677 kB/s | 41 kB 00:00 2023-11-25T05:53:07.944 INFO:teuthology.orchestra.run.smithi113.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 290 kB/s | 25 kB 00:00 2023-11-25T05:53:07.969 INFO:teuthology.orchestra.run.smithi113.stdout:(3/10): udica-0.2.6-4.module+el8.6.0+16771+28df 982 kB/s | 49 kB 00:00 2023-11-25T05:53:07.994 INFO:teuthology.orchestra.run.smithi113.stdout:(4/10): python3-pyxdg-0.25-16.el8.noarch.rpm 690 kB/s | 94 kB 00:00 2023-11-25T05:53:08.028 INFO:teuthology.orchestra.run.smithi113.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 6.1 MB/s | 524 kB 00:00 2023-11-25T05:53:08.053 INFO:teuthology.orchestra.run.smithi113.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 2.5 MB/s | 149 kB 00:00 2023-11-25T05:53:08.063 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2023-11-25T05:53:08.078 INFO:teuthology.orchestra.run.smithi113.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 4.1 MB/s | 213 kB 00:00 2023-11-25T05:53:08.157 INFO:teuthology.orchestra.run.smithi112.stdout:============================================================================================================ 2023-11-25T05:53:08.157 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2023-11-25T05:53:08.157 INFO:teuthology.orchestra.run.smithi112.stdout:============================================================================================================ 2023-11-25T05:53:08.157 INFO:teuthology.orchestra.run.smithi112.stdout:Installing group/module packages: 2023-11-25T05:53:08.157 INFO:teuthology.orchestra.run.smithi112.stdout: buildah x86_64 1:1.26.2-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 8.0 M 2023-11-25T05:53:08.157 INFO:teuthology.orchestra.run.smithi112.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-11-25T05:53:08.157 INFO:teuthology.orchestra.run.smithi112.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-11-25T05:53:08.157 INFO:teuthology.orchestra.run.smithi112.stdout: python3-podman noarch 4.0.1-1.module+el8.6.0+16837+85b82211 rhel-8-for-x86_64-appstream-rpms 149 k 2023-11-25T05:53:08.157 INFO:teuthology.orchestra.run.smithi112.stdout: skopeo x86_64 2:1.9.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 7.0 M 2023-11-25T05:53:08.157 INFO:teuthology.orchestra.run.smithi112.stdout: toolbox x86_64 0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-11-25T05:53:08.158 INFO:teuthology.orchestra.run.smithi112.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-11-25T05:53:08.158 INFO:teuthology.orchestra.run.smithi112.stdout:Installing dependencies: 2023-11-25T05:53:08.158 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-11-25T05:53:08.158 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-11-25T05:53:08.158 INFO:teuthology.orchestra.run.smithi112.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-11-25T05:53:08.158 INFO:teuthology.orchestra.run.smithi112.stdout:Installing module profiles: 2023-11-25T05:53:08.158 INFO:teuthology.orchestra.run.smithi112.stdout: container-tools/common 2023-11-25T05:53:08.158 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-25T05:53:08.158 INFO:teuthology.orchestra.run.smithi112.stdout:Enabling module streams: 2023-11-25T05:53:08.158 INFO:teuthology.orchestra.run.smithi112.stdout: container-tools rhel8 2023-11-25T05:53:08.158 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-25T05:53:08.158 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2023-11-25T05:53:08.159 INFO:teuthology.orchestra.run.smithi112.stdout:============================================================================================================ 2023-11-25T05:53:08.159 INFO:teuthology.orchestra.run.smithi112.stdout:Install 10 Packages 2023-11-25T05:53:08.159 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-25T05:53:08.159 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 18 M 2023-11-25T05:53:08.159 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 65 M 2023-11-25T05:53:08.159 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2023-11-25T05:53:08.163 INFO:teuthology.orchestra.run.smithi113.stdout:(8/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 26 MB/s | 2.2 MB 00:00 2023-11-25T05:53:08.224 INFO:teuthology.orchestra.run.smithi112.stdout:(1/10): python3-pyxdg-0.25-16.el8.noarch.rpm 1.4 MB/s | 94 kB 00:00 2023-11-25T05:53:08.250 INFO:teuthology.orchestra.run.smithi112.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 276 kB/s | 25 kB 00:00 2023-11-25T05:53:08.275 INFO:teuthology.orchestra.run.smithi112.stdout:(3/10): yajl-2.1.0-10.el8.x86_64.rpm 354 kB/s | 41 kB 00:00 2023-11-25T05:53:08.300 INFO:teuthology.orchestra.run.smithi112.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 654 kB/s | 49 kB 00:00 2023-11-25T05:53:08.304 INFO:teuthology.orchestra.run.smithi113.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 28 MB/s | 7.0 MB 00:00 2023-11-25T05:53:08.350 INFO:teuthology.orchestra.run.smithi112.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 5.1 MB/s | 524 kB 00:00 2023-11-25T05:53:08.375 INFO:teuthology.orchestra.run.smithi112.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 1.9 MB/s | 149 kB 00:00 2023-11-25T05:53:08.396 INFO:teuthology.orchestra.run.smithi113.stdout:(10/10): buildah-1.26.2-1.module+el8.6.0+16771+ 19 MB/s | 8.0 MB 00:00 2023-11-25T05:53:08.396 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2023-11-25T05:53:08.396 INFO:teuthology.orchestra.run.smithi113.stdout:Total 34 MB/s | 18 MB 00:00 2023-11-25T05:53:08.401 INFO:teuthology.orchestra.run.smithi112.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 4.2 MB/s | 213 kB 00:00 2023-11-25T05:53:08.484 INFO:teuthology.orchestra.run.smithi112.stdout:(8/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 26 MB/s | 2.2 MB 00:00 2023-11-25T05:53:08.594 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2023-11-25T05:53:08.601 INFO:teuthology.orchestra.run.smithi112.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 31 MB/s | 7.0 MB 00:00 2023-11-25T05:53:08.614 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2023-11-25T05:53:08.614 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2023-11-25T05:53:08.685 INFO:teuthology.orchestra.run.smithi112.stdout:(10/10): buildah-1.26.2-1.module+el8.6.0+16771+ 19 MB/s | 8.0 MB 00:00 2023-11-25T05:53:08.686 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2023-11-25T05:53:08.686 INFO:teuthology.orchestra.run.smithi112.stdout:Total 35 MB/s | 18 MB 00:00 2023-11-25T05:53:08.793 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2023-11-25T05:53:08.797 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2023-11-25T05:53:08.885 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2023-11-25T05:53:08.903 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2023-11-25T05:53:08.903 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2023-11-25T05:53:09.083 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2023-11-25T05:53:09.087 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2023-11-25T05:53:09.326 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2023-11-25T05:53:09.538 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-11-25T05:53:09.609 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2023-11-25T05:53:09.756 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-11-25T05:53:09.783 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-11-25T05:53:09.941 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-11-25T05:53:09.959 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-11-25T05:53:10.136 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-11-25T05:53:10.185 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-11-25T05:53:10.321 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-11-25T05:53:10.559 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-11-25T05:53:10.697 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-11-25T05:53:11.325 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-11-25T05:53:11.450 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-11-25T05:53:12.203 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-11-25T05:53:12.324 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-11-25T05:53:12.455 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-11-25T05:53:12.600 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-11-25T05:53:12.621 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-11-25T05:53:12.766 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-11-25T05:53:12.814 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-11-25T05:53:12.935 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-11-25T05:53:13.080 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-11-25T05:53:13.080 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-11-25T05:53:13.080 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-11-25T05:53:13.080 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-11-25T05:53:13.080 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-11-25T05:53:13.080 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-11-25T05:53:13.080 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-11-25T05:53:13.080 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-11-25T05:53:13.080 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-11-25T05:53:13.081 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-11-25T05:53:13.227 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-11-25T05:53:13.228 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-11-25T05:53:13.228 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-11-25T05:53:13.228 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-11-25T05:53:13.228 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-11-25T05:53:13.228 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-11-25T05:53:13.228 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-11-25T05:53:13.228 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-11-25T05:53:13.228 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-11-25T05:53:13.228 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-11-25T05:53:14.291 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-11-25T05:53:14.291 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:01:41 ago on Sat 25 Nov 2023 05:51:32 AM UTC. 2023-11-25T05:53:14.367 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-11-25T05:53:14.368 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:39 ago on Sat 25 Nov 2023 05:51:34 AM UTC. 2023-11-25T05:53:17.254 INFO:teuthology.orchestra.run.smithi113.stdout:Installed products updated. 2023-11-25T05:53:17.349 INFO:teuthology.orchestra.run.smithi112.stdout:Installed products updated. 2023-11-25T05:53:17.448 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-11-25T05:53:17.448 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2023-11-25T05:53:17.448 INFO:teuthology.orchestra.run.smithi113.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-11-25T05:53:17.448 INFO:teuthology.orchestra.run.smithi113.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-11-25T05:53:17.449 INFO:teuthology.orchestra.run.smithi113.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-11-25T05:53:17.449 INFO:teuthology.orchestra.run.smithi113.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-11-25T05:53:17.449 INFO:teuthology.orchestra.run.smithi113.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-25T05:53:17.449 INFO:teuthology.orchestra.run.smithi113.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-25T05:53:17.449 INFO:teuthology.orchestra.run.smithi113.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-11-25T05:53:17.449 INFO:teuthology.orchestra.run.smithi113.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-11-25T05:53:17.449 INFO:teuthology.orchestra.run.smithi113.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-11-25T05:53:17.449 INFO:teuthology.orchestra.run.smithi113.stdout: yajl-2.1.0-10.el8.x86_64 2023-11-25T05:53:17.449 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-11-25T05:53:17.449 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2023-11-25T05:53:17.539 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-25T05:53:17.539 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2023-11-25T05:53:17.539 INFO:teuthology.orchestra.run.smithi112.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-11-25T05:53:17.540 INFO:teuthology.orchestra.run.smithi112.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-11-25T05:53:17.540 INFO:teuthology.orchestra.run.smithi112.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-11-25T05:53:17.540 INFO:teuthology.orchestra.run.smithi112.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-11-25T05:53:17.540 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-25T05:53:17.540 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-25T05:53:17.540 INFO:teuthology.orchestra.run.smithi112.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-11-25T05:53:17.540 INFO:teuthology.orchestra.run.smithi112.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-11-25T05:53:17.540 INFO:teuthology.orchestra.run.smithi112.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-11-25T05:53:17.540 INFO:teuthology.orchestra.run.smithi112.stdout: yajl-2.1.0-10.el8.x86_64 2023-11-25T05:53:17.540 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-25T05:53:17.540 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2023-11-25T05:53:17.638 DEBUG:teuthology.parallel:result is None 2023-11-25T05:53:17.706 DEBUG:teuthology.parallel:result is None 2023-11-25T05:53:17.706 INFO:teuthology.run_tasks:Running task install... 2023-11-25T05:53:17.715 DEBUG:teuthology.task.install:project ceph 2023-11-25T05:53:17.715 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'ec928368edcc5fc71884a56fd9fd821b148f4e30'}} 2023-11-25T05:53:17.715 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'ec928368edcc5fc71884a56fd9fd821b148f4e30'} 2023-11-25T05:53:17.715 INFO:teuthology.task.install:Using flavor: default 2023-11-25T05:53:17.723 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-11-25T05:53:17.723 INFO:teuthology.task.install:extra packages: [] 2023-11-25T05:53:17.723 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': 'ec928368edcc5fc71884a56fd9fd821b148f4e30', 'tag': None, 'wait_for_package': False} 2023-11-25T05:53:17.723 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=ec928368edcc5fc71884a56fd9fd821b148f4e30 2023-11-25T05:53:17.725 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': 'ec928368edcc5fc71884a56fd9fd821b148f4e30', 'tag': None, 'wait_for_package': False} 2023-11-25T05:53:17.725 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=ec928368edcc5fc71884a56fd9fd821b148f4e30 2023-11-25T05:53:17.878 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/main/ec928368edcc5fc71884a56fd9fd821b148f4e30/centos/8/flavors/default/ 2023-11-25T05:53:17.878 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7506.gec928368 2023-11-25T05:53:17.980 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/main/ec928368edcc5fc71884a56fd9fd821b148f4e30/centos/8/flavors/default/ 2023-11-25T05:53:17.980 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7506.gec928368 2023-11-25T05:53:18.072 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/main/ec928368edcc5fc71884a56fd9fd821b148f4e30/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/ec928368edcc5fc71884a56fd9fd821b148f4e30/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/ec928368edcc5fc71884a56fd9fd821b148f4e30/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-11-25T05:53:18.072 DEBUG:teuthology.orchestra.run.smithi113:> set -ex 2023-11-25T05:53:18.072 DEBUG:teuthology.orchestra.run.smithi113:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-11-25T05:53:18.088 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/main/ec928368edcc5fc71884a56fd9fd821b148f4e30/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/ec928368edcc5fc71884a56fd9fd821b148f4e30/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/ec928368edcc5fc71884a56fd9fd821b148f4e30/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-11-25T05:53:18.088 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2023-11-25T05:53:18.089 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-11-25T05:53:18.101 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-11-25T05:53:18.101 DEBUG:teuthology.orchestra.run.smithi113:> 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/ec928368edcc5fc71884a56fd9fd821b148f4e30/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-11-25T05:53:18.117 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-11-25T05:53:18.118 DEBUG:teuthology.orchestra.run.smithi112:> 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/ec928368edcc5fc71884a56fd9fd821b148f4e30/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-11-25T05:53:18.169 DEBUG:teuthology.orchestra.run.smithi113:> 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-11-25T05:53:18.185 DEBUG:teuthology.orchestra.run.smithi112:> 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-11-25T05:53:18.247 DEBUG:teuthology.orchestra.run.smithi113:> 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-11-25T05:53:18.262 DEBUG:teuthology.orchestra.run.smithi112:> 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-11-25T05:53:18.313 INFO:teuthology.orchestra.run.smithi113.stdout:check_obsoletes = 1 2023-11-25T05:53:18.314 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum clean all 2023-11-25T05:53:18.328 INFO:teuthology.orchestra.run.smithi112.stdout:check_obsoletes = 1 2023-11-25T05:53:18.329 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum clean all 2023-11-25T05:53:18.687 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-11-25T05:53:18.699 INFO:teuthology.orchestra.run.smithi112.stdout:Updating Subscription Management repositories. 2023-11-25T05:53:18.951 INFO:teuthology.orchestra.run.smithi112.stdout:44 files removed 2023-11-25T05:53:18.951 INFO:teuthology.orchestra.run.smithi113.stdout:44 files removed 2023-11-25T05:53:18.998 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-radosgw 2023-11-25T05:53:19.001 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install ceph-radosgw 2023-11-25T05:53:19.333 INFO:teuthology.orchestra.run.smithi112.stdout:Updating Subscription Management repositories. 2023-11-25T05:53:19.334 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-11-25T05:53:19.963 INFO:teuthology.orchestra.run.smithi112.stdout:ceph packages for x86_64 320 kB/s | 81 kB 00:00 2023-11-25T05:53:20.273 INFO:teuthology.orchestra.run.smithi113.stdout:ceph packages for x86_64 151 kB/s | 81 kB 00:00 2023-11-25T05:53:20.422 INFO:teuthology.orchestra.run.smithi112.stdout:ceph noarch packages 22 kB/s | 9.5 kB 00:00 2023-11-25T05:53:20.582 INFO:teuthology.orchestra.run.smithi113.stdout:ceph noarch packages 34 kB/s | 9.5 kB 00:00 2023-11-25T05:53:20.781 INFO:teuthology.orchestra.run.smithi112.stdout:ceph source packages 4.4 kB/s | 1.5 kB 00:00 2023-11-25T05:53:20.857 INFO:teuthology.orchestra.run.smithi113.stdout:ceph source packages 5.9 kB/s | 1.5 kB 00:00 2023-11-25T05:53:21.015 INFO:teuthology.orchestra.run.smithi112.stdout:Copr repo for python3-asyncssh owned by ceph 16 kB/s | 3.5 kB 00:00 2023-11-25T05:53:21.100 INFO:teuthology.orchestra.run.smithi113.stdout:Copr repo for python3-asyncssh owned by ceph 16 kB/s | 3.5 kB 00:00 2023-11-25T05:53:22.825 INFO:teuthology.orchestra.run.smithi113.stdout:Extra Packages for Enterprise Linux 9.4 MB/s | 16 MB 00:01 2023-11-25T05:53:26.383 INFO:teuthology.orchestra.run.smithi113.stdout:lab-extras 389 kB/s | 24 kB 00:00 2023-11-25T05:53:27.319 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 61 MB/s | 53 MB 00:00 2023-11-25T05:53:28.793 INFO:teuthology.orchestra.run.smithi112.stdout:Extra Packages for Enterprise Linux 2.1 MB/s | 16 MB 00:07 2023-11-25T05:53:32.258 INFO:teuthology.orchestra.run.smithi112.stdout:lab-extras 577 kB/s | 24 kB 00:00 2023-11-25T05:53:33.384 INFO:teuthology.orchestra.run.smithi112.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 45 MB/s | 47 MB 00:01 2023-11-25T05:53:35.486 INFO:teuthology.orchestra.run.smithi113.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 56 MB/s | 47 MB 00:00 2023-11-25T05:53:41.252 INFO:teuthology.orchestra.run.smithi112.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 62 MB/s | 53 MB 00:00 2023-11-25T05:53:46.537 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2023-11-25T05:53:46.539 INFO:teuthology.orchestra.run.smithi113.stdout:==================================================================================================== 2023-11-25T05:53:46.539 INFO:teuthology.orchestra.run.smithi113.stdout: Package Arch Version Repository Size 2023-11-25T05:53:46.540 INFO:teuthology.orchestra.run.smithi113.stdout:==================================================================================================== 2023-11-25T05:53:46.540 INFO:teuthology.orchestra.run.smithi113.stdout:Installing: 2023-11-25T05:53:46.540 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-radosgw x86_64 2:18.0.0-7506.gec928368.el8 ceph 14 M 2023-11-25T05:53:46.540 INFO:teuthology.orchestra.run.smithi113.stdout:Upgrading: 2023-11-25T05:53:46.541 INFO:teuthology.orchestra.run.smithi113.stdout: librados2 x86_64 2:18.0.0-7506.gec928368.el8 ceph 3.8 M 2023-11-25T05:53:46.541 INFO:teuthology.orchestra.run.smithi113.stdout: librbd1 x86_64 2:18.0.0-7506.gec928368.el8 ceph 3.7 M 2023-11-25T05:53:46.541 INFO:teuthology.orchestra.run.smithi113.stdout:Installing dependencies: 2023-11-25T05:53:46.541 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-base x86_64 2:18.0.0-7506.gec928368.el8 ceph 5.4 M 2023-11-25T05:53:46.541 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-common x86_64 2:18.0.0-7506.gec928368.el8 ceph 23 M 2023-11-25T05:53:46.541 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-selinux x86_64 2:18.0.0-7506.gec928368.el8 ceph 24 k 2023-11-25T05:53:46.541 INFO:teuthology.orchestra.run.smithi113.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-11-25T05:53:46.541 INFO:teuthology.orchestra.run.smithi113.stdout: libcephfs2 x86_64 2:18.0.0-7506.gec928368.el8 ceph 841 k 2023-11-25T05:53:46.541 INFO:teuthology.orchestra.run.smithi113.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-11-25T05:53:46.541 INFO:teuthology.orchestra.run.smithi113.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-11-25T05:53:46.541 INFO:teuthology.orchestra.run.smithi113.stdout: libradosstriper1 x86_64 2:18.0.0-7506.gec928368.el8 ceph 517 k 2023-11-25T05:53:46.541 INFO:teuthology.orchestra.run.smithi113.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-11-25T05:53:46.542 INFO:teuthology.orchestra.run.smithi113.stdout: librgw2 x86_64 2:18.0.0-7506.gec928368.el8 ceph 6.9 M 2023-11-25T05:53:46.542 INFO:teuthology.orchestra.run.smithi113.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-11-25T05:53:46.542 INFO:teuthology.orchestra.run.smithi113.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-11-25T05:53:46.542 INFO:teuthology.orchestra.run.smithi113.stdout: python3-ceph-argparse x86_64 2:18.0.0-7506.gec928368.el8 ceph 45 k 2023-11-25T05:53:46.542 INFO:teuthology.orchestra.run.smithi113.stdout: python3-ceph-common x86_64 2:18.0.0-7506.gec928368.el8 ceph 129 k 2023-11-25T05:53:46.542 INFO:teuthology.orchestra.run.smithi113.stdout: python3-cephfs x86_64 2:18.0.0-7506.gec928368.el8 ceph 197 k 2023-11-25T05:53:46.542 INFO:teuthology.orchestra.run.smithi113.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-11-25T05:53:46.542 INFO:teuthology.orchestra.run.smithi113.stdout: python3-rados x86_64 2:18.0.0-7506.gec928368.el8 ceph 371 k 2023-11-25T05:53:46.542 INFO:teuthology.orchestra.run.smithi113.stdout: python3-rbd x86_64 2:18.0.0-7506.gec928368.el8 ceph 365 k 2023-11-25T05:53:46.542 INFO:teuthology.orchestra.run.smithi113.stdout: python3-rgw x86_64 2:18.0.0-7506.gec928368.el8 ceph 107 k 2023-11-25T05:53:46.542 INFO:teuthology.orchestra.run.smithi113.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-11-25T05:53:46.543 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-11-25T05:53:46.543 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2023-11-25T05:53:46.543 INFO:teuthology.orchestra.run.smithi113.stdout:==================================================================================================== 2023-11-25T05:53:46.543 INFO:teuthology.orchestra.run.smithi113.stdout:Install 21 Packages 2023-11-25T05:53:46.543 INFO:teuthology.orchestra.run.smithi113.stdout:Upgrade 2 Packages 2023-11-25T05:53:46.543 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-11-25T05:53:46.543 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 62 M 2023-11-25T05:53:46.543 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2023-11-25T05:53:47.402 INFO:teuthology.orchestra.run.smithi113.stdout:(1/23): ceph-base-18.0.0-7506.gec928368.el8.x86 6.5 MB/s | 5.4 MB 00:00 2023-11-25T05:53:47.452 INFO:teuthology.orchestra.run.smithi113.stdout:(2/23): ceph-selinux-18.0.0-7506.gec928368.el8. 487 kB/s | 24 kB 00:00 2023-11-25T05:53:47.569 INFO:teuthology.orchestra.run.smithi113.stdout:(3/23): libcephfs2-18.0.0-7506.gec928368.el8.x8 7.0 MB/s | 841 kB 00:00 2023-11-25T05:53:47.661 INFO:teuthology.orchestra.run.smithi113.stdout:(4/23): libradosstriper1-18.0.0-7506.gec928368. 5.5 MB/s | 517 kB 00:00 2023-11-25T05:53:48.028 INFO:teuthology.orchestra.run.smithi113.stdout:(5/23): ceph-radosgw-18.0.0-7506.gec928368.el8. 9.6 MB/s | 14 MB 00:01 2023-11-25T05:53:48.070 INFO:teuthology.orchestra.run.smithi113.stdout:(6/23): python3-ceph-argparse-18.0.0-7506.gec92 1.1 MB/s | 45 kB 00:00 2023-11-25T05:53:48.137 INFO:teuthology.orchestra.run.smithi113.stdout:(7/23): python3-ceph-common-18.0.0-7506.gec9283 1.9 MB/s | 129 kB 00:00 2023-11-25T05:53:48.204 INFO:teuthology.orchestra.run.smithi113.stdout:(8/23): python3-cephfs-18.0.0-7506.gec928368.el 2.9 MB/s | 197 kB 00:00 2023-11-25T05:53:48.304 INFO:teuthology.orchestra.run.smithi113.stdout:(9/23): librgw2-18.0.0-7506.gec928368.el8.x86_6 11 MB/s | 6.9 MB 00:00 2023-11-25T05:53:48.329 INFO:teuthology.orchestra.run.smithi113.stdout:(10/23): python3-rados-18.0.0-7506.gec928368.el 2.9 MB/s | 371 kB 00:00 2023-11-25T05:53:48.363 INFO:teuthology.orchestra.run.smithi113.stdout:(11/23): python3-rbd-18.0.0-7506.gec928368.el8. 6.1 MB/s | 365 kB 00:00 2023-11-25T05:53:48.388 INFO:teuthology.orchestra.run.smithi113.stdout:(12/23): python3-rgw-18.0.0-7506.gec928368.el8. 1.8 MB/s | 107 kB 00:00 2023-11-25T05:53:48.514 INFO:teuthology.orchestra.run.smithi113.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 470 kB/s | 59 kB 00:00 2023-11-25T05:53:48.572 INFO:teuthology.orchestra.run.smithi113.stdout:(14/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.4 MB/s | 306 kB 00:00 2023-11-25T05:53:48.598 INFO:teuthology.orchestra.run.smithi113.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 897 kB/s | 75 kB 00:00 2023-11-25T05:53:48.664 INFO:teuthology.orchestra.run.smithi113.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 704 kB/s | 47 kB 00:00 2023-11-25T05:53:48.706 INFO:teuthology.orchestra.run.smithi113.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 6.1 MB/s | 259 kB 00:00 2023-11-25T05:53:48.742 INFO:teuthology.orchestra.run.smithi113.stdout:(18/23): thrift-0.13.0-2.el8.x86_64.rpm 10 MB/s | 1.7 MB 00:00 2023-11-25T05:53:48.774 INFO:teuthology.orchestra.run.smithi113.stdout:(19/23): python3-prettytable-0.7.2-14.el8.noarc 652 kB/s | 44 kB 00:00 2023-11-25T05:53:48.833 INFO:teuthology.orchestra.run.smithi113.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 3.7 MB/s | 354 kB 00:00 2023-11-25T05:53:49.117 INFO:teuthology.orchestra.run.smithi113.stdout:(21/23): librados2-18.0.0-7506.gec928368.el8.x8 11 MB/s | 3.8 MB 00:00 2023-11-25T05:53:49.333 INFO:teuthology.orchestra.run.smithi113.stdout:(22/23): librbd1-18.0.0-7506.gec928368.el8.x86_ 7.4 MB/s | 3.7 MB 00:00 2023-11-25T05:53:50.275 INFO:teuthology.orchestra.run.smithi113.stdout:(23/23): ceph-common-18.0.0-7506.gec928368.el8. 6.1 MB/s | 23 MB 00:03 2023-11-25T05:53:50.277 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2023-11-25T05:53:50.278 INFO:teuthology.orchestra.run.smithi113.stdout:Total 17 MB/s | 62 MB 00:03 2023-11-25T05:53:50.321 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2023-11-25T05:53:50.365 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2023-11-25T05:53:50.365 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2023-11-25T05:53:50.705 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2023-11-25T05:53:50.709 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2023-11-25T05:53:51.920 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2023-11-25T05:53:52.121 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-11-25T05:53:52.333 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-11-25T05:53:52.527 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2023-11-25T05:53:52.529 INFO:teuthology.orchestra.run.smithi112.stdout:==================================================================================================== 2023-11-25T05:53:52.529 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2023-11-25T05:53:52.530 INFO:teuthology.orchestra.run.smithi112.stdout:==================================================================================================== 2023-11-25T05:53:52.530 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2023-11-25T05:53:52.530 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-radosgw x86_64 2:18.0.0-7506.gec928368.el8 ceph 14 M 2023-11-25T05:53:52.530 INFO:teuthology.orchestra.run.smithi112.stdout:Upgrading: 2023-11-25T05:53:52.530 INFO:teuthology.orchestra.run.smithi112.stdout: librados2 x86_64 2:18.0.0-7506.gec928368.el8 ceph 3.8 M 2023-11-25T05:53:52.530 INFO:teuthology.orchestra.run.smithi112.stdout: librbd1 x86_64 2:18.0.0-7506.gec928368.el8 ceph 3.7 M 2023-11-25T05:53:52.530 INFO:teuthology.orchestra.run.smithi112.stdout:Installing dependencies: 2023-11-25T05:53:52.530 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-base x86_64 2:18.0.0-7506.gec928368.el8 ceph 5.4 M 2023-11-25T05:53:52.530 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-common x86_64 2:18.0.0-7506.gec928368.el8 ceph 23 M 2023-11-25T05:53:52.530 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-selinux x86_64 2:18.0.0-7506.gec928368.el8 ceph 24 k 2023-11-25T05:53:52.530 INFO:teuthology.orchestra.run.smithi112.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-11-25T05:53:52.530 INFO:teuthology.orchestra.run.smithi112.stdout: libcephfs2 x86_64 2:18.0.0-7506.gec928368.el8 ceph 841 k 2023-11-25T05:53:52.531 INFO:teuthology.orchestra.run.smithi112.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-11-25T05:53:52.531 INFO:teuthology.orchestra.run.smithi112.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-11-25T05:53:52.531 INFO:teuthology.orchestra.run.smithi112.stdout: libradosstriper1 x86_64 2:18.0.0-7506.gec928368.el8 ceph 517 k 2023-11-25T05:53:52.531 INFO:teuthology.orchestra.run.smithi112.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-11-25T05:53:52.531 INFO:teuthology.orchestra.run.smithi112.stdout: librgw2 x86_64 2:18.0.0-7506.gec928368.el8 ceph 6.9 M 2023-11-25T05:53:52.531 INFO:teuthology.orchestra.run.smithi112.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-11-25T05:53:52.531 INFO:teuthology.orchestra.run.smithi112.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-11-25T05:53:52.531 INFO:teuthology.orchestra.run.smithi112.stdout: python3-ceph-argparse x86_64 2:18.0.0-7506.gec928368.el8 ceph 45 k 2023-11-25T05:53:52.531 INFO:teuthology.orchestra.run.smithi112.stdout: python3-ceph-common x86_64 2:18.0.0-7506.gec928368.el8 ceph 129 k 2023-11-25T05:53:52.531 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cephfs x86_64 2:18.0.0-7506.gec928368.el8 ceph 197 k 2023-11-25T05:53:52.531 INFO:teuthology.orchestra.run.smithi112.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-11-25T05:53:52.531 INFO:teuthology.orchestra.run.smithi112.stdout: python3-rados x86_64 2:18.0.0-7506.gec928368.el8 ceph 371 k 2023-11-25T05:53:52.531 INFO:teuthology.orchestra.run.smithi112.stdout: python3-rbd x86_64 2:18.0.0-7506.gec928368.el8 ceph 365 k 2023-11-25T05:53:52.532 INFO:teuthology.orchestra.run.smithi112.stdout: python3-rgw x86_64 2:18.0.0-7506.gec928368.el8 ceph 107 k 2023-11-25T05:53:52.532 INFO:teuthology.orchestra.run.smithi112.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-11-25T05:53:52.532 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-25T05:53:52.532 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2023-11-25T05:53:52.532 INFO:teuthology.orchestra.run.smithi112.stdout:==================================================================================================== 2023-11-25T05:53:52.532 INFO:teuthology.orchestra.run.smithi112.stdout:Install 21 Packages 2023-11-25T05:53:52.532 INFO:teuthology.orchestra.run.smithi112.stdout:Upgrade 2 Packages 2023-11-25T05:53:52.532 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-25T05:53:52.532 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 62 M 2023-11-25T05:53:52.533 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2023-11-25T05:53:52.726 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-11-25T05:53:53.191 INFO:teuthology.orchestra.run.smithi113.stdout: Upgrading : librados2-2:18.0.0-7506.gec928368.el8.x86_64 3/25 2023-11-25T05:53:53.283 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: librados2-2:18.0.0-7506.gec928368.el8.x86_64 3/25 2023-11-25T05:53:53.514 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-rados-2:18.0.0-7506.gec928368.el8.x86_64 4/25 2023-11-25T05:53:53.787 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-11-25T05:53:53.983 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : libcephfs2-2:18.0.0-7506.gec928368.el8.x86_64 6/25 2023-11-25T05:53:54.388 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: libcephfs2-2:18.0.0-7506.gec928368.el8.x86_64 6/25 2023-11-25T05:53:54.633 INFO:teuthology.orchestra.run.smithi113.stdout: Upgrading : librbd1-2:18.0.0-7506.gec928368.el8.x86_64 7/25 2023-11-25T05:53:54.726 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: librbd1-2:18.0.0-7506.gec928368.el8.x86_64 7/25 2023-11-25T05:53:54.869 INFO:teuthology.orchestra.run.smithi112.stdout:(1/23): ceph-base-18.0.0-7506.gec928368.el8.x86 2.8 MB/s | 5.4 MB 00:01 2023-11-25T05:53:54.945 INFO:teuthology.orchestra.run.smithi112.stdout:(2/23): ceph-selinux-18.0.0-7506.gec928368.el8. 326 kB/s | 24 kB 00:00 2023-11-25T05:53:54.950 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-11-25T05:53:55.017 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-11-25T05:53:55.128 INFO:teuthology.orchestra.run.smithi112.stdout:(3/23): libcephfs2-18.0.0-7506.gec928368.el8.x8 4.5 MB/s | 841 kB 00:00 2023-11-25T05:53:55.295 INFO:teuthology.orchestra.run.smithi112.stdout:(4/23): libradosstriper1-18.0.0-7506.gec928368. 3.0 MB/s | 517 kB 00:00 2023-11-25T05:53:55.737 INFO:teuthology.orchestra.run.smithi112.stdout:(5/23): ceph-radosgw-18.0.0-7506.gec928368.el8. 5.0 MB/s | 14 MB 00:02 2023-11-25T05:53:55.804 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-11-25T05:53:55.821 INFO:teuthology.orchestra.run.smithi112.stdout:(6/23): python3-ceph-argparse-18.0.0-7506.gec92 538 kB/s | 45 kB 00:00 2023-11-25T05:53:55.904 INFO:teuthology.orchestra.run.smithi112.stdout:(7/23): python3-ceph-common-18.0.0-7506.gec9283 1.5 MB/s | 129 kB 00:00 2023-11-25T05:53:56.024 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : librgw2-2:18.0.0-7506.gec928368.el8.x86_64 10/25 2023-11-25T05:53:56.078 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: librgw2-2:18.0.0-7506.gec928368.el8.x86_64 10/25 2023-11-25T05:53:56.130 INFO:teuthology.orchestra.run.smithi112.stdout:(8/23): ceph-common-18.0.0-7506.gec928368.el8.x 7.1 MB/s | 23 MB 00:03 2023-11-25T05:53:56.163 INFO:teuthology.orchestra.run.smithi112.stdout:(9/23): python3-cephfs-18.0.0-7506.gec928368.el 761 kB/s | 197 kB 00:00 2023-11-25T05:53:56.205 INFO:teuthology.orchestra.run.smithi112.stdout:(10/23): python3-rados-18.0.0-7506.gec928368.el 4.9 MB/s | 371 kB 00:00 2023-11-25T05:53:56.227 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-ceph-argparse-2:18.0.0-7506.gec928368.el8. 11/25 2023-11-25T05:53:56.247 INFO:teuthology.orchestra.run.smithi112.stdout:(11/23): python3-rbd-18.0.0-7506.gec928368.el8. 4.3 MB/s | 365 kB 00:00 2023-11-25T05:53:56.347 INFO:teuthology.orchestra.run.smithi112.stdout:(12/23): librgw2-18.0.0-7506.gec928368.el8.x86_ 6.6 MB/s | 6.9 MB 00:01 2023-11-25T05:53:56.372 INFO:teuthology.orchestra.run.smithi112.stdout:(13/23): python3-rgw-18.0.0-7506.gec928368.el8. 638 kB/s | 107 kB 00:00 2023-11-25T05:53:56.436 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-cephfs-2:18.0.0-7506.gec928368.el8.x86_64 12/25 2023-11-25T05:53:56.651 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-rgw-2:18.0.0-7506.gec928368.el8.x86_64 13/25 2023-11-25T05:53:56.664 INFO:teuthology.orchestra.run.smithi112.stdout:(14/23): liboath-2.6.2-3.el8.x86_64.rpm 186 kB/s | 59 kB 00:00 2023-11-25T05:53:56.681 INFO:teuthology.orchestra.run.smithi112.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 243 kB/s | 75 kB 00:00 2023-11-25T05:53:56.740 INFO:teuthology.orchestra.run.smithi112.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 4.4 MB/s | 259 kB 00:00 2023-11-25T05:53:56.782 INFO:teuthology.orchestra.run.smithi112.stdout:(17/23): python3-prettytable-0.7.2-14.el8.noarc 1.0 MB/s | 44 kB 00:00 2023-11-25T05:53:56.807 INFO:teuthology.orchestra.run.smithi112.stdout:(18/23): gperftools-libs-2.7-9.el8.x86_64.rpm 547 kB/s | 306 kB 00:00 2023-11-25T05:53:56.841 INFO:teuthology.orchestra.run.smithi112.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 5.9 MB/s | 354 kB 00:00 2023-11-25T05:53:56.883 INFO:teuthology.orchestra.run.smithi112.stdout:(20/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 619 kB/s | 47 kB 00:00 2023-11-25T05:53:56.886 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-rbd-2:18.0.0-7506.gec928368.el8.x86_64 14/25 2023-11-25T05:53:57.049 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : libradosstriper1-2:18.0.0-7506.gec928368.el8.x86_6 15/25 2023-11-25T05:53:57.150 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7506.gec928368.el8.x86_6 15/25 2023-11-25T05:53:57.192 INFO:teuthology.orchestra.run.smithi112.stdout:(21/23): thrift-0.13.0-2.el8.x86_64.rpm 3.3 MB/s | 1.7 MB 00:00 2023-11-25T05:53:57.251 INFO:teuthology.orchestra.run.smithi112.stdout:(22/23): librados2-18.0.0-7506.gec928368.el8.x8 9.3 MB/s | 3.8 MB 00:00 2023-11-25T05:53:57.300 INFO:teuthology.orchestra.run.smithi112.stdout:(23/23): librbd1-18.0.0-7506.gec928368.el8.x86_ 8.9 MB/s | 3.7 MB 00:00 2023-11-25T05:53:57.303 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2023-11-25T05:53:57.304 INFO:teuthology.orchestra.run.smithi112.stdout:Total 13 MB/s | 62 MB 00:04 2023-11-25T05:53:57.308 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-11-25T05:53:57.350 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2023-11-25T05:53:57.394 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2023-11-25T05:53:57.395 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2023-11-25T05:53:57.531 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-11-25T05:53:57.753 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2023-11-25T05:53:57.757 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2023-11-25T05:53:57.772 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-11-25T05:53:57.958 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-ceph-common-2:18.0.0-7506.gec928368.el8.x8 19/25 2023-11-25T05:53:58.932 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2023-11-25T05:53:59.171 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-11-25T05:53:59.407 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-11-25T05:53:59.823 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-11-25T05:54:00.023 INFO:teuthology.orchestra.run.smithi112.stdout: Upgrading : librados2-2:18.0.0-7506.gec928368.el8.x86_64 3/25 2023-11-25T05:54:00.107 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: librados2-2:18.0.0-7506.gec928368.el8.x86_64 3/25 2023-11-25T05:54:00.337 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-rados-2:18.0.0-7506.gec928368.el8.x86_64 4/25 2023-11-25T05:54:00.559 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-11-25T05:54:00.790 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : libcephfs2-2:18.0.0-7506.gec928368.el8.x86_64 6/25 2023-11-25T05:54:01.195 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: libcephfs2-2:18.0.0-7506.gec928368.el8.x86_64 6/25 2023-11-25T05:54:01.440 INFO:teuthology.orchestra.run.smithi112.stdout: Upgrading : librbd1-2:18.0.0-7506.gec928368.el8.x86_64 7/25 2023-11-25T05:54:01.507 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: librbd1-2:18.0.0-7506.gec928368.el8.x86_64 7/25 2023-11-25T05:54:01.730 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-11-25T05:54:01.965 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-11-25T05:54:02.100 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-common-2:18.0.0-7506.gec928368.el8.x86_64 20/25 2023-11-25T05:54:02.340 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-common-2:18.0.0-7506.gec928368.el8.x86_64 20/25 2023-11-25T05:54:02.642 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-11-25T05:54:02.798 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : librgw2-2:18.0.0-7506.gec928368.el8.x86_64 10/25 2023-11-25T05:54:02.887 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: librgw2-2:18.0.0-7506.gec928368.el8.x86_64 10/25 2023-11-25T05:54:02.940 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-common-2:18.0.0-7506.gec928368.el8.x86_64 20/25 2023-11-25T05:54:03.034 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-ceph-argparse-2:18.0.0-7506.gec928368.el8. 11/25 2023-11-25T05:54:03.184 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-cephfs-2:18.0.0-7506.gec928368.el8.x86_64 12/25 2023-11-25T05:54:03.202 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-base-2:18.0.0-7506.gec928368.el8.x86_64 21/25 2023-11-25T05:54:03.306 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-base-2:18.0.0-7506.gec928368.el8.x86_64 21/25 2023-11-25T05:54:03.408 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-rgw-2:18.0.0-7506.gec928368.el8.x86_64 13/25 2023-11-25T05:54:03.490 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-selinux-2:18.0.0-7506.gec928368.el8.x86_64 22/25 2023-11-25T05:54:03.585 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-rbd-2:18.0.0-7506.gec928368.el8.x86_64 14/25 2023-11-25T05:54:03.748 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : libradosstriper1-2:18.0.0-7506.gec928368.el8.x86_6 15/25 2023-11-25T05:54:03.816 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7506.gec928368.el8.x86_6 15/25 2023-11-25T05:54:03.982 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-11-25T05:54:04.185 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-11-25T05:54:04.709 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-11-25T05:54:05.048 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-ceph-common-2:18.0.0-7506.gec928368.el8.x8 19/25 2023-11-25T05:54:08.776 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-common-2:18.0.0-7506.gec928368.el8.x86_64 20/25 2023-11-25T05:54:09.023 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-common-2:18.0.0-7506.gec928368.el8.x86_64 20/25 2023-11-25T05:54:09.630 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-common-2:18.0.0-7506.gec928368.el8.x86_64 20/25 2023-11-25T05:54:09.892 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-base-2:18.0.0-7506.gec928368.el8.x86_64 21/25 2023-11-25T05:54:09.977 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-base-2:18.0.0-7506.gec928368.el8.x86_64 21/25 2023-11-25T05:54:10.380 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-selinux-2:18.0.0-7506.gec928368.el8.x86_64 22/25 2023-11-25T05:54:22.382 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7506.gec928368.el8.x86_64 22/25 2023-11-25T05:54:22.382 INFO:teuthology.orchestra.run.smithi113.stdout:skipping the directory /sys 2023-11-25T05:54:22.383 INFO:teuthology.orchestra.run.smithi113.stdout:skipping the directory /proc 2023-11-25T05:54:22.383 INFO:teuthology.orchestra.run.smithi113.stdout:skipping the directory /dev 2023-11-25T05:54:22.383 INFO:teuthology.orchestra.run.smithi113.stdout:skipping the directory /run 2023-11-25T05:54:22.383 INFO:teuthology.orchestra.run.smithi113.stdout:skipping the directory /mnt 2023-11-25T05:54:22.384 INFO:teuthology.orchestra.run.smithi113.stdout:skipping the directory /var/tmp 2023-11-25T05:54:22.384 INFO:teuthology.orchestra.run.smithi113.stdout:skipping the directory /home 2023-11-25T05:54:22.384 INFO:teuthology.orchestra.run.smithi113.stdout:skipping the directory /tmp 2023-11-25T05:54:22.384 INFO:teuthology.orchestra.run.smithi113.stdout:skipping the directory /dev 2023-11-25T05:54:22.384 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-11-25T05:54:23.773 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-radosgw-2:18.0.0-7506.gec928368.el8.x86_64 23/25 2023-11-25T05:54:23.793 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7506.gec928368.el8.x86_64 23/25 2023-11-25T05:54:23.793 INFO:teuthology.orchestra.run.smithi113.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-25T05:54:24.012 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-25T05:54:24.012 INFO:teuthology.orchestra.run.smithi113.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-25T05:54:24.623 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-25T05:54:24.623 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-base-2:18.0.0-7506.gec928368.el8.x86_64 1/25 2023-11-25T05:54:24.623 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-common-2:18.0.0-7506.gec928368.el8.x86_64 2/25 2023-11-25T05:54:24.623 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-radosgw-2:18.0.0-7506.gec928368.el8.x86_64 3/25 2023-11-25T05:54:24.623 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-selinux-2:18.0.0-7506.gec928368.el8.x86_64 4/25 2023-11-25T05:54:24.623 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : libcephfs2-2:18.0.0-7506.gec928368.el8.x86_64 5/25 2023-11-25T05:54:24.623 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : libradosstriper1-2:18.0.0-7506.gec928368.el8.x86_6 6/25 2023-11-25T05:54:24.623 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : librgw2-2:18.0.0-7506.gec928368.el8.x86_64 7/25 2023-11-25T05:54:24.623 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7506.gec928368.el8. 8/25 2023-11-25T05:54:24.623 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-ceph-common-2:18.0.0-7506.gec928368.el8.x8 9/25 2023-11-25T05:54:24.624 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-cephfs-2:18.0.0-7506.gec928368.el8.x86_64 10/25 2023-11-25T05:54:24.624 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-rados-2:18.0.0-7506.gec928368.el8.x86_64 11/25 2023-11-25T05:54:24.624 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-rbd-2:18.0.0-7506.gec928368.el8.x86_64 12/25 2023-11-25T05:54:24.624 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-rgw-2:18.0.0-7506.gec928368.el8.x86_64 13/25 2023-11-25T05:54:24.624 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-11-25T05:54:24.624 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-11-25T05:54:24.624 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-11-25T05:54:24.624 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-11-25T05:54:24.624 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-11-25T05:54:24.624 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-11-25T05:54:24.624 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-11-25T05:54:24.624 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-11-25T05:54:24.624 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : librados2-2:18.0.0-7506.gec928368.el8.x86_64 22/25 2023-11-25T05:54:24.625 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-11-25T05:54:24.625 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : librbd1-2:18.0.0-7506.gec928368.el8.x86_64 24/25 2023-11-25T05:54:25.986 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-11-25T05:54:25.987 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:00:51 ago on Sat 25 Nov 2023 05:53:34 AM UTC. 2023-11-25T05:54:28.309 INFO:teuthology.orchestra.run.smithi113.stdout:Installed products updated. 2023-11-25T05:54:28.498 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-11-25T05:54:28.499 INFO:teuthology.orchestra.run.smithi113.stdout:Upgraded: 2023-11-25T05:54:28.499 INFO:teuthology.orchestra.run.smithi113.stdout: librados2-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T05:54:28.499 INFO:teuthology.orchestra.run.smithi113.stdout: librbd1-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T05:54:28.499 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2023-11-25T05:54:28.499 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-base-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T05:54:28.499 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-common-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T05:54:28.499 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-radosgw-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T05:54:28.499 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-selinux-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T05:54:28.499 INFO:teuthology.orchestra.run.smithi113.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-11-25T05:54:28.499 INFO:teuthology.orchestra.run.smithi113.stdout: libcephfs2-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T05:54:28.500 INFO:teuthology.orchestra.run.smithi113.stdout: liboath-2.6.2-3.el8.x86_64 2023-11-25T05:54:28.500 INFO:teuthology.orchestra.run.smithi113.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-11-25T05:54:28.500 INFO:teuthology.orchestra.run.smithi113.stdout: libradosstriper1-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T05:54:28.500 INFO:teuthology.orchestra.run.smithi113.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-11-25T05:54:28.500 INFO:teuthology.orchestra.run.smithi113.stdout: librgw2-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T05:54:28.500 INFO:teuthology.orchestra.run.smithi113.stdout: libunwind-1.3.1-3.el8.x86_64 2023-11-25T05:54:28.500 INFO:teuthology.orchestra.run.smithi113.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-11-25T05:54:28.500 INFO:teuthology.orchestra.run.smithi113.stdout: python3-ceph-argparse-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T05:54:28.500 INFO:teuthology.orchestra.run.smithi113.stdout: python3-ceph-common-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T05:54:28.500 INFO:teuthology.orchestra.run.smithi113.stdout: python3-cephfs-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T05:54:28.500 INFO:teuthology.orchestra.run.smithi113.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-11-25T05:54:28.500 INFO:teuthology.orchestra.run.smithi113.stdout: python3-rados-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T05:54:28.501 INFO:teuthology.orchestra.run.smithi113.stdout: python3-rbd-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T05:54:28.501 INFO:teuthology.orchestra.run.smithi113.stdout: python3-rgw-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T05:54:28.501 INFO:teuthology.orchestra.run.smithi113.stdout: thrift-0.13.0-2.el8.x86_64 2023-11-25T05:54:28.501 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-11-25T05:54:28.501 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2023-11-25T05:54:28.673 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install ceph-test 2023-11-25T05:54:28.910 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7506.gec928368.el8.x86_64 22/25 2023-11-25T05:54:28.911 INFO:teuthology.orchestra.run.smithi112.stdout:skipping the directory /sys 2023-11-25T05:54:28.911 INFO:teuthology.orchestra.run.smithi112.stdout:skipping the directory /proc 2023-11-25T05:54:28.911 INFO:teuthology.orchestra.run.smithi112.stdout:skipping the directory /dev 2023-11-25T05:54:28.911 INFO:teuthology.orchestra.run.smithi112.stdout:skipping the directory /run 2023-11-25T05:54:28.911 INFO:teuthology.orchestra.run.smithi112.stdout:skipping the directory /mnt 2023-11-25T05:54:28.911 INFO:teuthology.orchestra.run.smithi112.stdout:skipping the directory /var/tmp 2023-11-25T05:54:28.911 INFO:teuthology.orchestra.run.smithi112.stdout:skipping the directory /home 2023-11-25T05:54:28.911 INFO:teuthology.orchestra.run.smithi112.stdout:skipping the directory /tmp 2023-11-25T05:54:28.911 INFO:teuthology.orchestra.run.smithi112.stdout:skipping the directory /dev 2023-11-25T05:54:28.912 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-25T05:54:29.066 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-11-25T05:54:29.860 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:00:55 ago on Sat 25 Nov 2023 05:53:34 AM UTC. 2023-11-25T05:54:30.306 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-radosgw-2:18.0.0-7506.gec928368.el8.x86_64 23/25 2023-11-25T05:54:30.327 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7506.gec928368.el8.x86_64 23/25 2023-11-25T05:54:30.327 INFO:teuthology.orchestra.run.smithi112.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-25T05:54:30.547 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-25T05:54:30.547 INFO:teuthology.orchestra.run.smithi112.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-25T05:54:31.137 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-25T05:54:31.137 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-base-2:18.0.0-7506.gec928368.el8.x86_64 1/25 2023-11-25T05:54:31.137 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-common-2:18.0.0-7506.gec928368.el8.x86_64 2/25 2023-11-25T05:54:31.137 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-radosgw-2:18.0.0-7506.gec928368.el8.x86_64 3/25 2023-11-25T05:54:31.137 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-selinux-2:18.0.0-7506.gec928368.el8.x86_64 4/25 2023-11-25T05:54:31.137 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : libcephfs2-2:18.0.0-7506.gec928368.el8.x86_64 5/25 2023-11-25T05:54:31.137 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : libradosstriper1-2:18.0.0-7506.gec928368.el8.x86_6 6/25 2023-11-25T05:54:31.138 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : librgw2-2:18.0.0-7506.gec928368.el8.x86_64 7/25 2023-11-25T05:54:31.138 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7506.gec928368.el8. 8/25 2023-11-25T05:54:31.138 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-ceph-common-2:18.0.0-7506.gec928368.el8.x8 9/25 2023-11-25T05:54:31.138 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-cephfs-2:18.0.0-7506.gec928368.el8.x86_64 10/25 2023-11-25T05:54:31.138 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-rados-2:18.0.0-7506.gec928368.el8.x86_64 11/25 2023-11-25T05:54:31.138 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-rbd-2:18.0.0-7506.gec928368.el8.x86_64 12/25 2023-11-25T05:54:31.138 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-rgw-2:18.0.0-7506.gec928368.el8.x86_64 13/25 2023-11-25T05:54:31.138 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-11-25T05:54:31.138 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-11-25T05:54:31.138 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-11-25T05:54:31.138 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-11-25T05:54:31.138 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-11-25T05:54:31.139 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-11-25T05:54:31.139 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-11-25T05:54:31.139 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-11-25T05:54:31.139 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : librados2-2:18.0.0-7506.gec928368.el8.x86_64 22/25 2023-11-25T05:54:31.139 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-11-25T05:54:31.139 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : librbd1-2:18.0.0-7506.gec928368.el8.x86_64 24/25 2023-11-25T05:54:31.229 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2023-11-25T05:54:31.230 INFO:teuthology.orchestra.run.smithi113.stdout:============================================================================================ 2023-11-25T05:54:31.230 INFO:teuthology.orchestra.run.smithi113.stdout: Package Arch Version Repository Size 2023-11-25T05:54:31.230 INFO:teuthology.orchestra.run.smithi113.stdout:============================================================================================ 2023-11-25T05:54:31.230 INFO:teuthology.orchestra.run.smithi113.stdout:Installing: 2023-11-25T05:54:31.230 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-test x86_64 2:18.0.0-7506.gec928368.el8 ceph 49 M 2023-11-25T05:54:31.230 INFO:teuthology.orchestra.run.smithi113.stdout:Installing dependencies: 2023-11-25T05:54:31.230 INFO:teuthology.orchestra.run.smithi113.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-11-25T05:54:31.230 INFO:teuthology.orchestra.run.smithi113.stdout: libcephsqlite x86_64 2:18.0.0-7506.gec928368.el8 ceph 183 k 2023-11-25T05:54:31.231 INFO:teuthology.orchestra.run.smithi113.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-11-25T05:54:31.231 INFO:teuthology.orchestra.run.smithi113.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-11-25T05:54:31.231 INFO:teuthology.orchestra.run.smithi113.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-11-25T05:54:31.231 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-11-25T05:54:31.231 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2023-11-25T05:54:31.231 INFO:teuthology.orchestra.run.smithi113.stdout:============================================================================================ 2023-11-25T05:54:31.231 INFO:teuthology.orchestra.run.smithi113.stdout:Install 6 Packages 2023-11-25T05:54:31.231 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-11-25T05:54:31.232 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 50 M 2023-11-25T05:54:31.232 INFO:teuthology.orchestra.run.smithi113.stdout:Installed size: 223 M 2023-11-25T05:54:31.232 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2023-11-25T05:54:31.307 INFO:teuthology.orchestra.run.smithi113.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 955 kB/s | 70 kB 00:00 2023-11-25T05:54:31.381 INFO:teuthology.orchestra.run.smithi113.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.2 MB/s | 323 kB 00:00 2023-11-25T05:54:31.440 INFO:teuthology.orchestra.run.smithi113.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 3.4 MB/s | 187 kB 00:00 2023-11-25T05:54:31.498 INFO:teuthology.orchestra.run.smithi113.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 3.4 MB/s | 202 kB 00:00 2023-11-25T05:54:31.523 INFO:teuthology.orchestra.run.smithi113.stdout:(5/6): libcephsqlite-18.0.0-7506.gec928368.el8. 630 kB/s | 183 kB 00:00 2023-11-25T05:54:32.520 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-11-25T05:54:32.521 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:00:52 ago on Sat 25 Nov 2023 05:53:40 AM UTC. 2023-11-25T05:54:35.065 INFO:teuthology.orchestra.run.smithi112.stdout:Installed products updated. 2023-11-25T05:54:35.250 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-25T05:54:35.251 INFO:teuthology.orchestra.run.smithi112.stdout:Upgraded: 2023-11-25T05:54:35.251 INFO:teuthology.orchestra.run.smithi112.stdout: librados2-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T05:54:35.251 INFO:teuthology.orchestra.run.smithi112.stdout: librbd1-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T05:54:35.251 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2023-11-25T05:54:35.251 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-base-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T05:54:35.251 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-common-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T05:54:35.252 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-radosgw-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T05:54:35.252 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-selinux-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T05:54:35.252 INFO:teuthology.orchestra.run.smithi112.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-11-25T05:54:35.252 INFO:teuthology.orchestra.run.smithi112.stdout: libcephfs2-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T05:54:35.252 INFO:teuthology.orchestra.run.smithi112.stdout: liboath-2.6.2-3.el8.x86_64 2023-11-25T05:54:35.252 INFO:teuthology.orchestra.run.smithi112.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-11-25T05:54:35.252 INFO:teuthology.orchestra.run.smithi112.stdout: libradosstriper1-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T05:54:35.252 INFO:teuthology.orchestra.run.smithi112.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-11-25T05:54:35.253 INFO:teuthology.orchestra.run.smithi112.stdout: librgw2-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T05:54:35.253 INFO:teuthology.orchestra.run.smithi112.stdout: libunwind-1.3.1-3.el8.x86_64 2023-11-25T05:54:35.253 INFO:teuthology.orchestra.run.smithi112.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-11-25T05:54:35.253 INFO:teuthology.orchestra.run.smithi112.stdout: python3-ceph-argparse-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T05:54:35.253 INFO:teuthology.orchestra.run.smithi112.stdout: python3-ceph-common-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T05:54:35.253 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cephfs-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T05:54:35.253 INFO:teuthology.orchestra.run.smithi112.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-11-25T05:54:35.253 INFO:teuthology.orchestra.run.smithi112.stdout: python3-rados-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T05:54:35.254 INFO:teuthology.orchestra.run.smithi112.stdout: python3-rbd-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T05:54:35.254 INFO:teuthology.orchestra.run.smithi112.stdout: python3-rgw-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T05:54:35.254 INFO:teuthology.orchestra.run.smithi112.stdout: thrift-0.13.0-2.el8.x86_64 2023-11-25T05:54:35.254 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-25T05:54:35.254 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2023-11-25T05:54:35.403 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-test 2023-11-25T05:54:35.750 INFO:teuthology.orchestra.run.smithi112.stdout:Updating Subscription Management repositories. 2023-11-25T05:54:36.571 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:00:56 ago on Sat 25 Nov 2023 05:53:40 AM UTC. 2023-11-25T05:54:38.010 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2023-11-25T05:54:38.011 INFO:teuthology.orchestra.run.smithi112.stdout:============================================================================================ 2023-11-25T05:54:38.011 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2023-11-25T05:54:38.011 INFO:teuthology.orchestra.run.smithi112.stdout:============================================================================================ 2023-11-25T05:54:38.011 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2023-11-25T05:54:38.012 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-test x86_64 2:18.0.0-7506.gec928368.el8 ceph 49 M 2023-11-25T05:54:38.012 INFO:teuthology.orchestra.run.smithi112.stdout:Installing dependencies: 2023-11-25T05:54:38.012 INFO:teuthology.orchestra.run.smithi112.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-11-25T05:54:38.012 INFO:teuthology.orchestra.run.smithi112.stdout: libcephsqlite x86_64 2:18.0.0-7506.gec928368.el8 ceph 183 k 2023-11-25T05:54:38.012 INFO:teuthology.orchestra.run.smithi112.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-11-25T05:54:38.012 INFO:teuthology.orchestra.run.smithi112.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-11-25T05:54:38.012 INFO:teuthology.orchestra.run.smithi112.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-11-25T05:54:38.012 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-25T05:54:38.012 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2023-11-25T05:54:38.012 INFO:teuthology.orchestra.run.smithi112.stdout:============================================================================================ 2023-11-25T05:54:38.012 INFO:teuthology.orchestra.run.smithi112.stdout:Install 6 Packages 2023-11-25T05:54:38.012 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-25T05:54:38.013 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 50 M 2023-11-25T05:54:38.013 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 223 M 2023-11-25T05:54:38.013 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2023-11-25T05:54:38.063 INFO:teuthology.orchestra.run.smithi112.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.4 MB/s | 70 kB 00:00 2023-11-25T05:54:38.134 INFO:teuthology.orchestra.run.smithi112.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.6 MB/s | 323 kB 00:00 2023-11-25T05:54:38.312 INFO:teuthology.orchestra.run.smithi112.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.0 MB/s | 187 kB 00:00 2023-11-25T05:54:38.352 INFO:teuthology.orchestra.run.smithi112.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 5.0 MB/s | 202 kB 00:00 2023-11-25T05:54:38.693 INFO:teuthology.orchestra.run.smithi112.stdout:(5/6): libcephsqlite-18.0.0-7506.gec928368.el8. 269 kB/s | 183 kB 00:00 2023-11-25T05:54:40.777 INFO:teuthology.orchestra.run.smithi112.stdout:(6/6): ceph-test-18.0.0-7506.gec928368.el8.x86_ 18 MB/s | 49 MB 00:02 2023-11-25T05:54:40.779 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2023-11-25T05:54:40.779 INFO:teuthology.orchestra.run.smithi112.stdout:Total 18 MB/s | 50 MB 00:02 2023-11-25T05:54:40.816 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2023-11-25T05:54:40.837 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2023-11-25T05:54:40.837 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2023-11-25T05:54:41.109 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2023-11-25T05:54:41.113 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2023-11-25T05:54:41.595 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2023-11-25T05:54:41.743 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-11-25T05:54:41.771 INFO:teuthology.orchestra.run.smithi113.stdout:(6/6): ceph-test-18.0.0-7506.gec928368.el8.x86_ 4.7 MB/s | 49 MB 00:10 2023-11-25T05:54:41.773 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2023-11-25T05:54:41.774 INFO:teuthology.orchestra.run.smithi113.stdout:Total 4.8 MB/s | 50 MB 00:10 2023-11-25T05:54:41.808 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2023-11-25T05:54:41.829 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2023-11-25T05:54:41.829 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2023-11-25T05:54:41.835 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-11-25T05:54:42.005 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-11-25T05:54:42.102 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2023-11-25T05:54:42.105 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2023-11-25T05:54:42.144 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-11-25T05:54:42.334 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-11-25T05:54:42.484 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : libcephsqlite-2:18.0.0-7506.gec928368.el8.x86_64 5/6 2023-11-25T05:54:42.576 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2023-11-25T05:54:42.722 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-11-25T05:54:42.839 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-11-25T05:54:43.018 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-11-25T05:54:43.206 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-11-25T05:54:43.371 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-11-25T05:54:43.505 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : libcephsqlite-2:18.0.0-7506.gec928368.el8.x86_64 5/6 2023-11-25T05:54:47.190 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7506.gec928368.el8.x86_64 5/6 2023-11-25T05:54:47.464 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-test-2:18.0.0-7506.gec928368.el8.x86_64 6/6 2023-11-25T05:54:47.673 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-test-2:18.0.0-7506.gec928368.el8.x86_64 6/6 2023-11-25T05:54:47.673 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-test-2:18.0.0-7506.gec928368.el8.x86_64 1/6 2023-11-25T05:54:47.673 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : libcephsqlite-2:18.0.0-7506.gec928368.el8.x86_64 2/6 2023-11-25T05:54:47.673 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-11-25T05:54:47.673 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-11-25T05:54:47.673 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-11-25T05:54:48.285 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7506.gec928368.el8.x86_64 5/6 2023-11-25T05:54:48.518 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-test-2:18.0.0-7506.gec928368.el8.x86_64 6/6 2023-11-25T05:54:48.741 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-test-2:18.0.0-7506.gec928368.el8.x86_64 6/6 2023-11-25T05:54:48.741 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-test-2:18.0.0-7506.gec928368.el8.x86_64 1/6 2023-11-25T05:54:48.741 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : libcephsqlite-2:18.0.0-7506.gec928368.el8.x86_64 2/6 2023-11-25T05:54:48.741 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-11-25T05:54:48.741 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-11-25T05:54:48.741 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-11-25T05:54:48.743 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-11-25T05:54:48.743 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:08 ago on Sat 25 Nov 2023 05:53:40 AM UTC. 2023-11-25T05:54:49.811 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-11-25T05:54:49.811 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:01:15 ago on Sat 25 Nov 2023 05:53:34 AM UTC. 2023-11-25T05:54:51.148 INFO:teuthology.orchestra.run.smithi112.stdout:Installed products updated. 2023-11-25T05:54:51.331 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-25T05:54:51.332 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2023-11-25T05:54:51.332 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-test-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T05:54:51.332 INFO:teuthology.orchestra.run.smithi112.stdout: jq-1.6-3.el8.x86_64 2023-11-25T05:54:51.332 INFO:teuthology.orchestra.run.smithi112.stdout: libcephsqlite-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T05:54:51.332 INFO:teuthology.orchestra.run.smithi112.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-11-25T05:54:51.332 INFO:teuthology.orchestra.run.smithi112.stdout: socat-1.7.4.1-1.el8.x86_64 2023-11-25T05:54:51.332 INFO:teuthology.orchestra.run.smithi112.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-11-25T05:54:51.332 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-25T05:54:51.332 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2023-11-25T05:54:51.453 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph 2023-11-25T05:54:51.792 INFO:teuthology.orchestra.run.smithi112.stdout:Updating Subscription Management repositories. 2023-11-25T05:54:52.078 INFO:teuthology.orchestra.run.smithi113.stdout:Installed products updated. 2023-11-25T05:54:52.263 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-11-25T05:54:52.263 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2023-11-25T05:54:52.263 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-test-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T05:54:52.263 INFO:teuthology.orchestra.run.smithi113.stdout: jq-1.6-3.el8.x86_64 2023-11-25T05:54:52.263 INFO:teuthology.orchestra.run.smithi113.stdout: libcephsqlite-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T05:54:52.263 INFO:teuthology.orchestra.run.smithi113.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-11-25T05:54:52.263 INFO:teuthology.orchestra.run.smithi113.stdout: socat-1.7.4.1-1.el8.x86_64 2023-11-25T05:54:52.263 INFO:teuthology.orchestra.run.smithi113.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-11-25T05:54:52.263 INFO:teuthology.orchestra.run.smithi113.stdout: 2023-11-25T05:54:52.264 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2023-11-25T05:54:52.538 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install ceph 2023-11-25T05:54:52.568 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:12 ago on Sat 25 Nov 2023 05:53:40 AM UTC. 2023-11-25T05:54:52.872 INFO:teuthology.orchestra.run.smithi113.stdout:Updating Subscription Management repositories. 2023-11-25T05:54:53.660 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:01:19 ago on Sat 25 Nov 2023 05:53:34 AM UTC. 2023-11-25T05:54:53.945 INFO:teuthology.orchestra.run.smithi112.stderr:Error: 2023-11-25T05:54:53.945 INFO:teuthology.orchestra.run.smithi112.stderr: Problem: conflicting requests 2023-11-25T05:54:53.946 INFO:teuthology.orchestra.run.smithi112.stderr: - nothing provides lua-devel needed by ceph-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T05:54:53.946 INFO:teuthology.orchestra.run.smithi112.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-11-25T05:54:54.026 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-25T05:54:54.027 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/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_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/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_2442239d2653456406c25ae0c71b689c8f2657b6/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_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi112 with status 1: 'sudo yum -y install ceph' 2023-11-25T05:54:54.029 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/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_2442239d2653456406c25ae0c71b689c8f2657b6/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_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/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_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/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_2442239d2653456406c25ae0c71b689c8f2657b6/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_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi112 with status 1: 'sudo yum -y install ceph' 2023-11-25T05:54:54.106 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=10784ee2247141528dee407439153f6e Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/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_2442239d2653456406c25ae0c71b689c8f2657b6/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_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/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_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/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_2442239d2653456406c25ae0c71b689c8f2657b6/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_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi112 with status 1: 'sudo yum -y install ceph' 2023-11-25T05:54:54.110 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-11-25T05:54:54.120 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-25T05:54:54.138 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-25T05:54:54.139 DEBUG:teuthology.orchestra.run.smithi112:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-25T05:54:54.153 DEBUG:teuthology.orchestra.run.smithi113:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-25T05:54:54.158 INFO:teuthology.orchestra.run.smithi112.stderr:bash: ntpq: command not found 2023-11-25T05:54:54.162 INFO:teuthology.orchestra.run.smithi112.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-25T05:54:54.163 INFO:teuthology.orchestra.run.smithi112.stdout:=============================================================================== 2023-11-25T05:54:54.163 INFO:teuthology.orchestra.run.smithi112.stdout:^+ hv01.front.sepia.ceph.com 2 6 37 45 +803us[ +790us] +/- 87ms 2023-11-25T05:54:54.163 INFO:teuthology.orchestra.run.smithi112.stdout:^* hv02.front.sepia.ceph.com 3 6 37 45 -254us[ -268us] +/- 37ms 2023-11-25T05:54:54.163 INFO:teuthology.orchestra.run.smithi112.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 45 -294us[ -294us] +/- 73ms 2023-11-25T05:54:54.163 INFO:teuthology.orchestra.run.smithi112.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-11-25T05:54:54.169 INFO:teuthology.orchestra.run.smithi113.stderr:bash: ntpq: command not found 2023-11-25T05:54:54.172 INFO:teuthology.orchestra.run.smithi113.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-25T05:54:54.172 INFO:teuthology.orchestra.run.smithi113.stdout:=============================================================================== 2023-11-25T05:54:54.173 INFO:teuthology.orchestra.run.smithi113.stdout:^+ hv01.front.sepia.ceph.com 2 6 37 45 +821us[ +821us] +/- 87ms 2023-11-25T05:54:54.173 INFO:teuthology.orchestra.run.smithi113.stdout:^* hv02.front.sepia.ceph.com 3 6 37 45 -242us[ -281us] +/- 37ms 2023-11-25T05:54:54.173 INFO:teuthology.orchestra.run.smithi113.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 45 -278us[ -317us] +/- 73ms 2023-11-25T05:54:54.173 INFO:teuthology.orchestra.run.smithi113.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-11-25T05:54:54.174 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-25T05:54:54.184 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-25T05:54:54.184 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-25T05:54:54.205 DEBUG:teuthology.orchestra.run.smithi112:> 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-11-25T05:54:54.302 DEBUG:teuthology.orchestra.run.smithi113:> 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-11-25T05:54:54.394 DEBUG:teuthology.orchestra.run.smithi112:> 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-11-25T05:54:54.425 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-25T05:54:54.426 DEBUG:teuthology.orchestra.run.smithi113:> 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-11-25T05:54:54.456 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-25T05:54:54.456 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-25T05:54:54.466 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-25T05:54:54.505 INFO:teuthology.task.internal:Duration was 653.236960 seconds 2023-11-25T05:54:54.506 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-25T05:54:54.539 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-25T05:54:54.539 DEBUG:teuthology.orchestra.run.smithi112:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-25T05:54:54.541 DEBUG:teuthology.orchestra.run.smithi113:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-25T05:54:54.585 INFO:teuthology.orchestra.run.smithi112.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-25T05:54:54.590 INFO:teuthology.orchestra.run.smithi113.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-25T05:54:55.010 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-25T05:54:55.010 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi112.front.sepia.ceph.com 2023-11-25T05:54:55.010 DEBUG:teuthology.orchestra.run.smithi112:> 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-11-25T05:54:55.031 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi113.front.sepia.ceph.com 2023-11-25T05:54:55.031 DEBUG:teuthology.orchestra.run.smithi113:> 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-11-25T05:54:55.051 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-25T05:54:55.052 DEBUG:teuthology.orchestra.run.smithi112:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-25T05:54:55.074 DEBUG:teuthology.orchestra.run.smithi113:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-25T05:54:55.129 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-25T05:54:55.130 DEBUG:teuthology.orchestra.run.smithi112:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-25T05:54:55.153 DEBUG:teuthology.orchestra.run.smithi113:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-25T05:54:55.157 INFO:teuthology.orchestra.run.smithi113.stderr:Error: 2023-11-25T05:54:55.157 INFO:teuthology.orchestra.run.smithi113.stderr: Problem: conflicting requests 2023-11-25T05:54:55.157 INFO:teuthology.orchestra.run.smithi113.stderr: - nothing provides lua-devel needed by ceph-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T05:54:55.158 INFO:teuthology.orchestra.run.smithi113.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-11-25T05:54:55.239 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-25T05:54:55.249 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-25T05:54:55.249 DEBUG:teuthology.orchestra.run.smithi112:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-25T05:54:55.250 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-25T05:54:55.287 DEBUG:teuthology.orchestra.run.smithi113:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-25T05:54:55.340 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-25T05:54:55.350 DEBUG:teuthology.orchestra.run.smithi112:> 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-11-25T05:54:55.353 DEBUG:teuthology.orchestra.run.smithi113:> 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-11-25T05:54:55.376 INFO:teuthology.orchestra.run.smithi112.stdout:kernel.core_pattern = core 2023-11-25T05:54:55.378 INFO:teuthology.orchestra.run.smithi113.stdout:kernel.core_pattern = core 2023-11-25T05:54:55.423 DEBUG:teuthology.orchestra.run.smithi112:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-25T05:54:55.447 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-25T05:54:55.448 DEBUG:teuthology.orchestra.run.smithi113:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-25T05:54:55.479 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-25T05:54:55.480 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-25T05:54:55.490 INFO:teuthology.task.internal:Transferring archived files... 2023-11-25T05:54:55.491 DEBUG:teuthology.misc:Transferring archived files from smithi112:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-24_21:18:30-rados-main-distro-default-smithi/7466307/remote/smithi112 2023-11-25T05:54:55.492 DEBUG:teuthology.orchestra.run.smithi112:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-25T05:54:55.587 DEBUG:teuthology.misc:Transferring archived files from smithi113:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-24_21:18:30-rados-main-distro-default-smithi/7466307/remote/smithi113 2023-11-25T05:54:55.588 DEBUG:teuthology.orchestra.run.smithi113:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-25T05:54:55.637 INFO:teuthology.task.internal:Removing archive directory... 2023-11-25T05:54:55.637 DEBUG:teuthology.orchestra.run.smithi112:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-25T05:54:55.639 DEBUG:teuthology.orchestra.run.smithi113:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-25T05:54:55.689 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-25T05:54:55.699 INFO:teuthology.task.internal:Not uploading archives. 2023-11-25T05:54:55.699 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-25T05:54:55.758 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-25T05:54:55.758 DEBUG:teuthology.orchestra.run.smithi112:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-25T05:54:55.761 DEBUG:teuthology.orchestra.run.smithi113:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-25T05:54:55.775 INFO:teuthology.orchestra.run.smithi112.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 25 05:54 /home/ubuntu/cephtest 2023-11-25T05:54:55.777 INFO:teuthology.orchestra.run.smithi113.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 25 05:54 /home/ubuntu/cephtest 2023-11-25T05:54:55.779 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-25T05:54:55.789 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-25T05:54:55.857 INFO:teuthology.nuke:Checking targets against current locks 2023-11-25T05:54:55.886 DEBUG:teuthology.nuke:shortname: smithi112 2023-11-25T05:54:55.887 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-25T05:54:55.912 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi112.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-24_21:18:30-rados-main-distro-default-smithi/7466307', '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-11-25 05:38:09.585126', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-11-25T05:54:55.917 DEBUG:teuthology.nuke:shortname: smithi113 2023-11-25T05:54:55.917 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-25T05:54:55.940 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi113.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-24_21:18:30-rados-main-distro-default-smithi/7466307', '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-11-25 05:38:09.582042', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-11-25T05:54:55.970 INFO:teuthology.orchestra.console.smithi112:Power off 2023-11-25T05:54:55.970 DEBUG:teuthology.orchestra.console.smithi112:pexpect command: ipmitool -H smithi112.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-25T05:54:55.995 DEBUG:teuthology.orchestra.console.smithi112:power off output: Chassis Power Control: Down/Off 2023-11-25T05:54:55.995 DEBUG:teuthology.orchestra.console.smithi112:pexpect command: ipmitool -H smithi112.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-25T05:54:56.011 INFO:teuthology.orchestra.console.smithi113:Power off 2023-11-25T05:54:56.011 DEBUG:teuthology.orchestra.console.smithi113:pexpect command: ipmitool -H smithi113.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-25T05:54:56.020 DEBUG:teuthology.orchestra.console.smithi112:check power output: Chassis Power is on 2023-11-25T05:54:56.033 DEBUG:teuthology.orchestra.console.smithi113:power off output: Chassis Power Control: Down/Off 2023-11-25T05:54:56.034 DEBUG:teuthology.orchestra.console.smithi113:pexpect command: ipmitool -H smithi113.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-25T05:54:56.056 DEBUG:teuthology.orchestra.console.smithi113:check power output: Chassis Power is on 2023-11-25T05:55:00.022 DEBUG:teuthology.orchestra.console.smithi112:pexpect command: ipmitool -H smithi112.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-25T05:55:00.058 DEBUG:teuthology.orchestra.console.smithi113:pexpect command: ipmitool -H smithi113.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-25T05:55:00.132 DEBUG:teuthology.orchestra.console.smithi112:check power output: Chassis Power is on 2023-11-25T05:55:00.168 DEBUG:teuthology.orchestra.console.smithi113:check power output: Chassis Power is on 2023-11-25T05:55:04.134 DEBUG:teuthology.orchestra.console.smithi112:pexpect command: ipmitool -H smithi112.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-25T05:55:04.170 DEBUG:teuthology.orchestra.console.smithi113:pexpect command: ipmitool -H smithi113.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-25T05:55:04.244 DEBUG:teuthology.orchestra.console.smithi112:check power output: Chassis Power is on 2023-11-25T05:55:04.281 DEBUG:teuthology.orchestra.console.smithi113:check power output: Chassis Power is on 2023-11-25T05:55:08.246 DEBUG:teuthology.orchestra.console.smithi112:pexpect command: ipmitool -H smithi112.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-25T05:55:08.282 DEBUG:teuthology.orchestra.console.smithi113:pexpect command: ipmitool -H smithi113.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-25T05:55:08.356 DEBUG:teuthology.orchestra.console.smithi112:check power output: Chassis Power is off 2023-11-25T05:55:08.392 DEBUG:teuthology.orchestra.console.smithi113:check power output: Chassis Power is off 2023-11-25T05:55:08.457 INFO:teuthology.orchestra.console.smithi112:Power off completed 2023-11-25T05:55:08.494 INFO:teuthology.orchestra.console.smithi113:Power off completed 2023-11-25T05:55:08.598 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/off mon_election/connectivity task/test_extra_daemon_features} duration: 653.2369604110718 failure_reason: 'Command failed on smithi112 with status 1: ''sudo yum -y install ceph''' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=10784ee2247141528dee407439153f6e status: fail success: false 2023-11-25T05:55:08.598 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-25T05:55:08.675 INFO:teuthology.run:FAIL