2023-12-14T02:03:48.460 INFO:root:teuthology version: 0.0.1.dev216+g5f3731e 2023-12-14T02:03:48.460 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/workunits/{0-distro/centos_8.stream_container_tools agent/on mon_election/classic task/test_set_mon_crush_locations} --owner scheduled_yuriw@teuthology --verbose --name yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7490911 -- /home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7490911/orig.config.yaml 2023-12-14T02:03:48.494 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-14T02:03:48.587 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7490911 branch: wip-yuri10-testing-2023-12-12-1229 description: rados/cephadm/workunits/{0-distro/centos_8.stream_container_tools agent/on mon_election/classic task/test_set_mon_crush_locations} email: yweinste@redhat.com first_in_suite: false job_id: '7490911' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-yuri10-testing-2023-12-12-1229 ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 021ac1670a21c19759080c6da90baaeb42e7d175 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 021ac1670a21c19759080c6da90baaeb42e7d175 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri10-testing-2023-12-12-1229 sha1: 021ac1670a21c19759080c6da90baaeb42e7d175 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - osd.0 - mon.a - mgr.a - - host.b - osd.1 - mon.b - mgr.b - - host.c - osd.2 - mon.c seed: 9963 sha1: 021ac1670a21c19759080c6da90baaeb42e7d175 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri10-testing-2023-12-12-1229 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_021ac1670a21c19759080c6da90baaeb42e7d175/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 021ac1670a21c19759080c6da90baaeb42e7d175 targets: smithi121.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBg39oGY+i+7J2huY2yYjZ65OyMuaZrdasuVBaEzJbhzzt62DiciAGRMe1rzhbquXxUhBikJytOqookCRYDh0JM= smithi122.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLep1gQvDQmjT9SiGr/jmG6g53uWnqAdU9fCHE5QavK4tXZImrP0FfKvoSt+sHUEnGwv55ujfelZJg2rf+/7PsE= smithi145.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJtMXpXkogA5E9YVA31wz9Hqsf2rchI0JnCoyW/MuFSeCmaeDIUOOGPNSzvf5kFatNrAa2nEg67xOFuMRmsVFVk= 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 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - install: null - cephadm: null - cephadm.apply: specs: - placement: count: 3 service_id: foo service_type: mon spec: crush_locations: host.a: - datacenter=a host.b: - datacenter=b - rack=2 host.c: - datacenter=a - rack=3 - cephadm.shell: host.a: - "set -ex\n# since we don't know the real hostnames before the test, the next\n\ # bit is in order to replace the fake hostnames \"host.a/b/c\" with\n# the actual\ \ names cephadm knows the host by within the mon spec\nceph orch host ls --format\ \ json | jq -r '.[] | .hostname' > realnames\necho $'host.a\\nhost.b\\nhost.c'\ \ > fakenames\necho $'a\\nb\\nc' > mon_ids\necho $'{datacenter=a}\\n{datacenter=b,rack=2}\\\ n{datacenter=a,rack=3}' > crush_locs\nceph orch ls --service-name mon --export\ \ > mon.yaml\nMONSPEC=`cat mon.yaml`\necho \"$MONSPEC\"\nwhile read realname\ \ <&3 && read fakename <&4; do\n MONSPEC=\"${MONSPEC//$fakename/$realname}\"\ \ndone 3 mon.yaml\ncat mon.yaml\n\ # now the spec should have the real hostnames, so let's re-apply\nceph orch\ \ apply -i mon.yaml\nsleep 90\nceph orch ps --refresh\nceph orch ls --service-name\ \ mon --export > mon.yaml; ceph orch apply -i mon.yaml\nsleep 90\nceph mon dump\n\ ceph mon dump --format json\n# verify all the crush locations got set from \"\ ceph mon dump\" output\nwhile read monid <&3 && read crushloc <&4; do\n ceph\ \ mon dump --format json | jq --arg monid \"$monid\" --arg crushloc \"$crushloc\"\ \ -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc'\n\ done 3, func=.kill_console_loggers at 0x7f0359dd9e50>, signals=[15]) 2023-12-14T02:03:49.027 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-14T02:03:49.036 INFO:teuthology.task.internal:Opening connections... 2023-12-14T02:03:49.037 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi121.front.sepia.ceph.com 2023-12-14T02:03:49.039 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T02:03:49.108 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi122.front.sepia.ceph.com 2023-12-14T02:03:49.109 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi122.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T02:03:49.175 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi145.front.sepia.ceph.com 2023-12-14T02:03:49.176 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T02:03:49.242 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-14T02:03:49.252 DEBUG:teuthology.orchestra.run.smithi121:> uname -m 2023-12-14T02:03:49.275 INFO:teuthology.orchestra.run.smithi121.stdout:x86_64 2023-12-14T02:03:49.275 DEBUG:teuthology.orchestra.run.smithi121:> cat /etc/os-release 2023-12-14T02:03:49.336 INFO:teuthology.orchestra.run.smithi121.stdout:NAME="CentOS Stream" 2023-12-14T02:03:49.336 INFO:teuthology.orchestra.run.smithi121.stdout:VERSION="8" 2023-12-14T02:03:49.336 INFO:teuthology.orchestra.run.smithi121.stdout:ID="centos" 2023-12-14T02:03:49.337 INFO:teuthology.orchestra.run.smithi121.stdout:ID_LIKE="rhel fedora" 2023-12-14T02:03:49.337 INFO:teuthology.orchestra.run.smithi121.stdout:VERSION_ID="8" 2023-12-14T02:03:49.337 INFO:teuthology.orchestra.run.smithi121.stdout:PLATFORM_ID="platform:el8" 2023-12-14T02:03:49.337 INFO:teuthology.orchestra.run.smithi121.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-14T02:03:49.337 INFO:teuthology.orchestra.run.smithi121.stdout:ANSI_COLOR="0;31" 2023-12-14T02:03:49.337 INFO:teuthology.orchestra.run.smithi121.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-14T02:03:49.337 INFO:teuthology.orchestra.run.smithi121.stdout:HOME_URL="https://centos.org/" 2023-12-14T02:03:49.337 INFO:teuthology.orchestra.run.smithi121.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-14T02:03:49.337 INFO:teuthology.orchestra.run.smithi121.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-14T02:03:49.337 INFO:teuthology.orchestra.run.smithi121.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-14T02:03:49.338 INFO:teuthology.lock.ops:Updating smithi121.front.sepia.ceph.com on lock server 2023-12-14T02:03:49.364 DEBUG:teuthology.orchestra.run.smithi122:> uname -m 2023-12-14T02:03:49.387 INFO:teuthology.orchestra.run.smithi122.stdout:x86_64 2023-12-14T02:03:49.387 DEBUG:teuthology.orchestra.run.smithi122:> cat /etc/os-release 2023-12-14T02:03:49.448 INFO:teuthology.orchestra.run.smithi122.stdout:NAME="CentOS Stream" 2023-12-14T02:03:49.448 INFO:teuthology.orchestra.run.smithi122.stdout:VERSION="8" 2023-12-14T02:03:49.448 INFO:teuthology.orchestra.run.smithi122.stdout:ID="centos" 2023-12-14T02:03:49.448 INFO:teuthology.orchestra.run.smithi122.stdout:ID_LIKE="rhel fedora" 2023-12-14T02:03:49.448 INFO:teuthology.orchestra.run.smithi122.stdout:VERSION_ID="8" 2023-12-14T02:03:49.448 INFO:teuthology.orchestra.run.smithi122.stdout:PLATFORM_ID="platform:el8" 2023-12-14T02:03:49.448 INFO:teuthology.orchestra.run.smithi122.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-14T02:03:49.448 INFO:teuthology.orchestra.run.smithi122.stdout:ANSI_COLOR="0;31" 2023-12-14T02:03:49.448 INFO:teuthology.orchestra.run.smithi122.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-14T02:03:49.449 INFO:teuthology.orchestra.run.smithi122.stdout:HOME_URL="https://centos.org/" 2023-12-14T02:03:49.449 INFO:teuthology.orchestra.run.smithi122.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-14T02:03:49.449 INFO:teuthology.orchestra.run.smithi122.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-14T02:03:49.449 INFO:teuthology.orchestra.run.smithi122.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-14T02:03:49.449 INFO:teuthology.lock.ops:Updating smithi122.front.sepia.ceph.com on lock server 2023-12-14T02:03:49.473 DEBUG:teuthology.orchestra.run.smithi145:> uname -m 2023-12-14T02:03:49.495 INFO:teuthology.orchestra.run.smithi145.stdout:x86_64 2023-12-14T02:03:49.495 DEBUG:teuthology.orchestra.run.smithi145:> cat /etc/os-release 2023-12-14T02:03:49.558 INFO:teuthology.orchestra.run.smithi145.stdout:NAME="CentOS Stream" 2023-12-14T02:03:49.558 INFO:teuthology.orchestra.run.smithi145.stdout:VERSION="8" 2023-12-14T02:03:49.558 INFO:teuthology.orchestra.run.smithi145.stdout:ID="centos" 2023-12-14T02:03:49.558 INFO:teuthology.orchestra.run.smithi145.stdout:ID_LIKE="rhel fedora" 2023-12-14T02:03:49.558 INFO:teuthology.orchestra.run.smithi145.stdout:VERSION_ID="8" 2023-12-14T02:03:49.558 INFO:teuthology.orchestra.run.smithi145.stdout:PLATFORM_ID="platform:el8" 2023-12-14T02:03:49.558 INFO:teuthology.orchestra.run.smithi145.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-14T02:03:49.558 INFO:teuthology.orchestra.run.smithi145.stdout:ANSI_COLOR="0;31" 2023-12-14T02:03:49.558 INFO:teuthology.orchestra.run.smithi145.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-14T02:03:49.558 INFO:teuthology.orchestra.run.smithi145.stdout:HOME_URL="https://centos.org/" 2023-12-14T02:03:49.558 INFO:teuthology.orchestra.run.smithi145.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-14T02:03:49.559 INFO:teuthology.orchestra.run.smithi145.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-14T02:03:49.559 INFO:teuthology.orchestra.run.smithi145.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-14T02:03:49.559 INFO:teuthology.lock.ops:Updating smithi145.front.sepia.ceph.com on lock server 2023-12-14T02:03:49.573 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-14T02:03:49.586 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-14T02:03:49.599 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-14T02:03:49.599 DEBUG:teuthology.orchestra.run.smithi121:> test '!' -e /home/ubuntu/cephtest 2023-12-14T02:03:49.602 DEBUG:teuthology.orchestra.run.smithi122:> test '!' -e /home/ubuntu/cephtest 2023-12-14T02:03:49.604 DEBUG:teuthology.orchestra.run.smithi145:> test '!' -e /home/ubuntu/cephtest 2023-12-14T02:03:49.624 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-14T02:03:49.636 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-14T02:03:49.636 DEBUG:teuthology.orchestra.run.smithi121:> test -z $(ls -A /var/lib/ceph) 2023-12-14T02:03:49.663 DEBUG:teuthology.orchestra.run.smithi122:> test -z $(ls -A /var/lib/ceph) 2023-12-14T02:03:49.666 DEBUG:teuthology.orchestra.run.smithi145:> test -z $(ls -A /var/lib/ceph) 2023-12-14T02:03:49.696 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-14T02:03:49.779 INFO:teuthology.run_tasks:Running task kernel... 2023-12-14T02:03:49.799 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-14T02:03:49.799 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-14T02:03:49.799 DEBUG:teuthology.orchestra.run.smithi121:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-14T02:03:49.800 DEBUG:teuthology.orchestra.run.smithi122:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-14T02:03:49.800 DEBUG:teuthology.orchestra.run.smithi145:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-14T02:03:49.820 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T02:03:49.821 DEBUG:teuthology.orchestra.run.smithi145:> uname -r 2023-12-14T02:03:49.821 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T02:03:49.821 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T02:03:49.822 DEBUG:teuthology.orchestra.run.smithi122:> uname -r 2023-12-14T02:03:49.823 DEBUG:teuthology.orchestra.run.smithi121:> uname -r 2023-12-14T02:03:49.881 INFO:teuthology.orchestra.run.smithi145.stdout:4.18.0-489.el8.x86_64 2023-12-14T02:03:49.882 INFO:teuthology.task.kernel:Running kernel on smithi145: 4.18.0-489.el8.x86_64 2023-12-14T02:03:49.882 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum install -y kernel 2023-12-14T02:03:49.883 INFO:teuthology.orchestra.run.smithi121.stdout:4.18.0-489.el8.x86_64 2023-12-14T02:03:49.883 INFO:teuthology.task.kernel:Running kernel on smithi121: 4.18.0-489.el8.x86_64 2023-12-14T02:03:49.884 DEBUG:teuthology.orchestra.run.smithi121:> sudo yum install -y kernel 2023-12-14T02:03:49.885 INFO:teuthology.orchestra.run.smithi122.stdout:4.18.0-489.el8.x86_64 2023-12-14T02:03:49.885 INFO:teuthology.task.kernel:Running kernel on smithi122: 4.18.0-489.el8.x86_64 2023-12-14T02:03:49.885 DEBUG:teuthology.orchestra.run.smithi122:> sudo yum install -y kernel 2023-12-14T02:03:55.002 INFO:teuthology.orchestra.run.smithi121.stdout:CentOS Stream 8 - AppStream 13 MB/s | 35 MB 00:02 2023-12-14T02:03:55.156 INFO:teuthology.orchestra.run.smithi145.stdout:CentOS Stream 8 - AppStream 13 MB/s | 35 MB 00:02 2023-12-14T02:03:55.250 INFO:teuthology.orchestra.run.smithi122.stdout:CentOS Stream 8 - AppStream 13 MB/s | 35 MB 00:02 2023-12-14T02:04:02.643 INFO:teuthology.orchestra.run.smithi121.stdout:CentOS Stream 8 - BaseOS 42 MB/s | 56 MB 00:01 2023-12-14T02:04:02.997 INFO:teuthology.orchestra.run.smithi145.stdout:CentOS Stream 8 - BaseOS 38 MB/s | 56 MB 00:01 2023-12-14T02:04:03.007 INFO:teuthology.orchestra.run.smithi122.stdout:CentOS Stream 8 - BaseOS 37 MB/s | 56 MB 00:01 2023-12-14T02:04:10.984 INFO:teuthology.orchestra.run.smithi121.stdout:CentOS Stream 8 - Extras 47 kB/s | 18 kB 00:00 2023-12-14T02:04:11.474 INFO:teuthology.orchestra.run.smithi122.stdout:CentOS Stream 8 - Extras 33 kB/s | 18 kB 00:00 2023-12-14T02:04:11.555 INFO:teuthology.orchestra.run.smithi145.stdout:CentOS Stream 8 - Extras 33 kB/s | 18 kB 00:00 2023-12-14T02:04:11.693 INFO:teuthology.orchestra.run.smithi121.stdout:CentOS Stream 8 - Extras common packages 13 kB/s | 6.9 kB 00:00 2023-12-14T02:04:12.010 INFO:teuthology.orchestra.run.smithi121.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2023-12-14T02:04:12.281 INFO:teuthology.orchestra.run.smithi145.stdout:CentOS Stream 8 - Extras common packages 13 kB/s | 6.9 kB 00:00 2023-12-14T02:04:12.558 INFO:teuthology.orchestra.run.smithi145.stdout:Copr repo for python3-asyncssh owned by ceph 28 kB/s | 3.5 kB 00:00 2023-12-14T02:04:13.100 INFO:teuthology.orchestra.run.smithi122.stdout:CentOS Stream 8 - Extras common packages 4.8 kB/s | 6.9 kB 00:01 2023-12-14T02:04:13.376 INFO:teuthology.orchestra.run.smithi122.stdout:Copr repo for python3-asyncssh owned by ceph 29 kB/s | 3.5 kB 00:00 2023-12-14T02:04:13.852 INFO:teuthology.orchestra.run.smithi145.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2023-12-14T02:04:13.873 INFO:teuthology.orchestra.run.smithi121.stdout:Extra Packages for Enterprise Linux 9.3 MB/s | 16 MB 00:01 2023-12-14T02:04:17.413 INFO:teuthology.orchestra.run.smithi122.stdout:Extra Packages for Enterprise Linux 4.1 MB/s | 16 MB 00:03 2023-12-14T02:04:17.644 INFO:teuthology.orchestra.run.smithi121.stdout:lab-extras 405 kB/s | 24 kB 00:00 2023-12-14T02:04:17.699 INFO:teuthology.orchestra.run.smithi145.stdout:lab-extras 520 kB/s | 24 kB 00:00 2023-12-14T02:04:21.194 INFO:teuthology.orchestra.run.smithi122.stdout:lab-extras 421 kB/s | 24 kB 00:00 2023-12-14T02:04:21.307 INFO:teuthology.orchestra.run.smithi145.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-14T02:04:21.307 INFO:teuthology.orchestra.run.smithi145.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-14T02:04:21.310 INFO:teuthology.orchestra.run.smithi121.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-14T02:04:21.310 INFO:teuthology.orchestra.run.smithi121.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-14T02:04:21.606 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2023-12-14T02:04:21.606 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2023-12-14T02:04:21.607 INFO:teuthology.orchestra.run.smithi145.stdout: Package Architecture Version Repository Size 2023-12-14T02:04:21.607 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2023-12-14T02:04:21.607 INFO:teuthology.orchestra.run.smithi145.stdout:Installing: 2023-12-14T02:04:21.607 INFO:teuthology.orchestra.run.smithi145.stdout: kernel x86_64 4.18.0-527.el8 baseos 10 M 2023-12-14T02:04:21.607 INFO:teuthology.orchestra.run.smithi145.stdout:Installing dependencies: 2023-12-14T02:04:21.607 INFO:teuthology.orchestra.run.smithi145.stdout: kernel-core x86_64 4.18.0-527.el8 baseos 43 M 2023-12-14T02:04:21.607 INFO:teuthology.orchestra.run.smithi145.stdout: kernel-modules x86_64 4.18.0-527.el8 baseos 36 M 2023-12-14T02:04:21.607 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-14T02:04:21.607 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2023-12-14T02:04:21.607 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2023-12-14T02:04:21.607 INFO:teuthology.orchestra.run.smithi145.stdout:Install 3 Packages 2023-12-14T02:04:21.607 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-14T02:04:21.608 INFO:teuthology.orchestra.run.smithi145.stdout:Total download size: 90 M 2023-12-14T02:04:21.608 INFO:teuthology.orchestra.run.smithi145.stdout:Installed size: 96 M 2023-12-14T02:04:21.608 INFO:teuthology.orchestra.run.smithi145.stdout:Downloading Packages: 2023-12-14T02:04:21.608 INFO:teuthology.orchestra.run.smithi121.stdout:Dependencies resolved. 2023-12-14T02:04:21.609 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2023-12-14T02:04:21.609 INFO:teuthology.orchestra.run.smithi121.stdout: Package Architecture Version Repository Size 2023-12-14T02:04:21.609 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2023-12-14T02:04:21.610 INFO:teuthology.orchestra.run.smithi121.stdout:Installing: 2023-12-14T02:04:21.610 INFO:teuthology.orchestra.run.smithi121.stdout: kernel x86_64 4.18.0-527.el8 baseos 10 M 2023-12-14T02:04:21.610 INFO:teuthology.orchestra.run.smithi121.stdout:Installing dependencies: 2023-12-14T02:04:21.610 INFO:teuthology.orchestra.run.smithi121.stdout: kernel-core x86_64 4.18.0-527.el8 baseos 43 M 2023-12-14T02:04:21.610 INFO:teuthology.orchestra.run.smithi121.stdout: kernel-modules x86_64 4.18.0-527.el8 baseos 36 M 2023-12-14T02:04:21.610 INFO:teuthology.orchestra.run.smithi121.stdout: 2023-12-14T02:04:21.610 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction Summary 2023-12-14T02:04:21.610 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2023-12-14T02:04:21.610 INFO:teuthology.orchestra.run.smithi121.stdout:Install 3 Packages 2023-12-14T02:04:21.610 INFO:teuthology.orchestra.run.smithi121.stdout: 2023-12-14T02:04:21.611 INFO:teuthology.orchestra.run.smithi121.stdout:Total download size: 90 M 2023-12-14T02:04:21.611 INFO:teuthology.orchestra.run.smithi121.stdout:Installed size: 96 M 2023-12-14T02:04:21.611 INFO:teuthology.orchestra.run.smithi121.stdout:Downloading Packages: 2023-12-14T02:04:22.192 INFO:teuthology.orchestra.run.smithi145.stdout:(1/3): kernel-4.18.0-527.el8.x86_64.rpm 19 MB/s | 10 MB 00:00 2023-12-14T02:04:22.377 INFO:teuthology.orchestra.run.smithi121.stdout:(1/3): kernel-4.18.0-527.el8.x86_64.rpm 17 MB/s | 10 MB 00:00 2023-12-14T02:04:22.834 INFO:teuthology.orchestra.run.smithi145.stdout:(2/3): kernel-modules-4.18.0-527.el8.x86_64.rpm 30 MB/s | 36 MB 00:01 2023-12-14T02:04:23.038 INFO:teuthology.orchestra.run.smithi121.stdout:(2/3): kernel-modules-4.18.0-527.el8.x86_64.rpm 29 MB/s | 36 MB 00:01 2023-12-14T02:04:23.335 INFO:teuthology.orchestra.run.smithi145.stdout:(3/3): kernel-core-4.18.0-527.el8.x86_64.rpm 26 MB/s | 43 MB 00:01 2023-12-14T02:04:23.335 INFO:teuthology.orchestra.run.smithi145.stdout:-------------------------------------------------------------------------------- 2023-12-14T02:04:23.335 INFO:teuthology.orchestra.run.smithi145.stdout:Total 52 MB/s | 90 MB 00:01 2023-12-14T02:04:23.529 INFO:teuthology.orchestra.run.smithi121.stdout:(3/3): kernel-core-4.18.0-527.el8.x86_64.rpm 25 MB/s | 43 MB 00:01 2023-12-14T02:04:23.529 INFO:teuthology.orchestra.run.smithi121.stdout:-------------------------------------------------------------------------------- 2023-12-14T02:04:23.529 INFO:teuthology.orchestra.run.smithi121.stdout:Total 47 MB/s | 90 MB 00:01 2023-12-14T02:04:24.011 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction check 2023-12-14T02:04:24.209 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction check 2023-12-14T02:04:24.437 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction check succeeded. 2023-12-14T02:04:24.437 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction test 2023-12-14T02:04:24.637 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction check succeeded. 2023-12-14T02:04:24.637 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction test 2023-12-14T02:04:24.886 INFO:teuthology.orchestra.run.smithi122.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-14T02:04:24.886 INFO:teuthology.orchestra.run.smithi122.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-14T02:04:25.169 INFO:teuthology.orchestra.run.smithi122.stdout:Dependencies resolved. 2023-12-14T02:04:25.169 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2023-12-14T02:04:25.169 INFO:teuthology.orchestra.run.smithi122.stdout: Package Architecture Version Repository Size 2023-12-14T02:04:25.169 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2023-12-14T02:04:25.170 INFO:teuthology.orchestra.run.smithi122.stdout:Installing: 2023-12-14T02:04:25.170 INFO:teuthology.orchestra.run.smithi122.stdout: kernel x86_64 4.18.0-527.el8 baseos 10 M 2023-12-14T02:04:25.170 INFO:teuthology.orchestra.run.smithi122.stdout:Installing dependencies: 2023-12-14T02:04:25.170 INFO:teuthology.orchestra.run.smithi122.stdout: kernel-core x86_64 4.18.0-527.el8 baseos 43 M 2023-12-14T02:04:25.170 INFO:teuthology.orchestra.run.smithi122.stdout: kernel-modules x86_64 4.18.0-527.el8 baseos 36 M 2023-12-14T02:04:25.170 INFO:teuthology.orchestra.run.smithi122.stdout: 2023-12-14T02:04:25.170 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction Summary 2023-12-14T02:04:25.170 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2023-12-14T02:04:25.170 INFO:teuthology.orchestra.run.smithi122.stdout:Install 3 Packages 2023-12-14T02:04:25.170 INFO:teuthology.orchestra.run.smithi122.stdout: 2023-12-14T02:04:25.171 INFO:teuthology.orchestra.run.smithi122.stdout:Total download size: 90 M 2023-12-14T02:04:25.171 INFO:teuthology.orchestra.run.smithi122.stdout:Installed size: 96 M 2023-12-14T02:04:25.171 INFO:teuthology.orchestra.run.smithi122.stdout:Downloading Packages: 2023-12-14T02:04:25.685 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction test succeeded. 2023-12-14T02:04:25.700 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction 2023-12-14T02:04:25.784 INFO:teuthology.orchestra.run.smithi122.stdout:(1/3): kernel-4.18.0-527.el8.x86_64.rpm 18 MB/s | 10 MB 00:00 2023-12-14T02:04:25.875 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction test succeeded. 2023-12-14T02:04:25.903 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction 2023-12-14T02:04:26.379 INFO:teuthology.orchestra.run.smithi122.stdout:(2/3): kernel-modules-4.18.0-527.el8.x86_64.rpm 31 MB/s | 36 MB 00:01 2023-12-14T02:04:26.888 INFO:teuthology.orchestra.run.smithi122.stdout:(3/3): kernel-core-4.18.0-527.el8.x86_64.rpm 26 MB/s | 43 MB 00:01 2023-12-14T02:04:26.888 INFO:teuthology.orchestra.run.smithi122.stdout:-------------------------------------------------------------------------------- 2023-12-14T02:04:26.888 INFO:teuthology.orchestra.run.smithi122.stdout:Total 52 MB/s | 90 MB 00:01 2023-12-14T02:04:27.561 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction check 2023-12-14T02:04:27.975 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction check succeeded. 2023-12-14T02:04:27.975 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction test 2023-12-14T02:04:28.491 INFO:teuthology.orchestra.run.smithi145.stdout: Preparing : 1/1 2023-12-14T02:04:28.796 INFO:teuthology.orchestra.run.smithi121.stdout: Preparing : 1/1 2023-12-14T02:04:28.968 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : kernel-core-4.18.0-527.el8.x86_64 1/3 2023-12-14T02:04:29.227 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction test succeeded. 2023-12-14T02:04:29.252 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction 2023-12-14T02:04:29.306 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : kernel-core-4.18.0-527.el8.x86_64 1/3 2023-12-14T02:04:32.031 INFO:teuthology.orchestra.run.smithi122.stdout: Preparing : 1/1 2023-12-14T02:04:32.546 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: kernel-core-4.18.0-527.el8.x86_64 1/3 2023-12-14T02:04:32.963 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: kernel-core-4.18.0-527.el8.x86_64 1/3 2023-12-14T02:04:33.014 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : kernel-core-4.18.0-527.el8.x86_64 1/3 2023-12-14T02:04:33.150 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : kernel-modules-4.18.0-527.el8.x86_64 2/3 2023-12-14T02:04:33.480 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : kernel-modules-4.18.0-527.el8.x86_64 2/3 2023-12-14T02:04:36.588 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: kernel-modules-4.18.0-527.el8.x86_64 2/3 2023-12-14T02:04:36.598 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: kernel-core-4.18.0-527.el8.x86_64 1/3 2023-12-14T02:04:36.863 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : kernel-4.18.0-527.el8.x86_64 3/3 2023-12-14T02:04:36.912 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: kernel-modules-4.18.0-527.el8.x86_64 2/3 2023-12-14T02:04:36.977 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : kernel-modules-4.18.0-527.el8.x86_64 2/3 2023-12-14T02:04:37.203 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : kernel-4.18.0-527.el8.x86_64 3/3 2023-12-14T02:04:40.401 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: kernel-modules-4.18.0-527.el8.x86_64 2/3 2023-12-14T02:04:40.665 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : kernel-4.18.0-527.el8.x86_64 3/3 2023-12-14T02:04:58.879 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: kernel-core-4.18.0-527.el8.x86_64 3/3 2023-12-14T02:04:58.904 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: kernel-modules-4.18.0-527.el8.x86_64 3/3 2023-12-14T02:04:59.251 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: kernel-4.18.0-527.el8.x86_64 3/3 2023-12-14T02:04:59.251 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : kernel-4.18.0-527.el8.x86_64 1/3 2023-12-14T02:04:59.251 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : kernel-core-4.18.0-527.el8.x86_64 2/3 2023-12-14T02:04:59.355 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: kernel-core-4.18.0-527.el8.x86_64 3/3 2023-12-14T02:04:59.380 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: kernel-modules-4.18.0-527.el8.x86_64 3/3 2023-12-14T02:04:59.721 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: kernel-4.18.0-527.el8.x86_64 3/3 2023-12-14T02:04:59.721 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : kernel-4.18.0-527.el8.x86_64 1/3 2023-12-14T02:04:59.722 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : kernel-core-4.18.0-527.el8.x86_64 2/3 2023-12-14T02:05:00.611 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : kernel-modules-4.18.0-527.el8.x86_64 3/3 2023-12-14T02:05:00.611 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-14T02:05:00.611 INFO:teuthology.orchestra.run.smithi145.stdout:Installed: 2023-12-14T02:05:00.611 INFO:teuthology.orchestra.run.smithi145.stdout: kernel-4.18.0-527.el8.x86_64 kernel-core-4.18.0-527.el8.x86_64 2023-12-14T02:05:00.612 INFO:teuthology.orchestra.run.smithi145.stdout: kernel-modules-4.18.0-527.el8.x86_64 2023-12-14T02:05:00.612 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-14T02:05:00.612 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2023-12-14T02:05:00.761 DEBUG:teuthology.orchestra.run.smithi145:> rpm -q kernel | sort -rV | head -n 1 2023-12-14T02:05:00.975 INFO:teuthology.orchestra.run.smithi145.stdout:kernel-4.18.0-527.el8.x86_64 2023-12-14T02:05:00.975 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-527.el8.x86_64 2023-12-14T02:05:00.975 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-527.el8.x86_64 2023-12-14T02:05:00.976 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-14T02:05:00.976 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-14T02:05:00.976 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2023-12-14T02:05:00.976 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi145.front.sepia.ceph.com, path=None, version=distro) 2023-12-14T02:05:00.976 DEBUG:teuthology.orchestra.run.smithi145:> rpm -q kernel | sort -rV | head -n 1 2023-12-14T02:05:00.996 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : kernel-modules-4.18.0-527.el8.x86_64 3/3 2023-12-14T02:05:00.996 INFO:teuthology.orchestra.run.smithi121.stdout: 2023-12-14T02:05:00.996 INFO:teuthology.orchestra.run.smithi121.stdout:Installed: 2023-12-14T02:05:00.996 INFO:teuthology.orchestra.run.smithi121.stdout: kernel-4.18.0-527.el8.x86_64 kernel-core-4.18.0-527.el8.x86_64 2023-12-14T02:05:00.996 INFO:teuthology.orchestra.run.smithi121.stdout: kernel-modules-4.18.0-527.el8.x86_64 2023-12-14T02:05:00.996 INFO:teuthology.orchestra.run.smithi121.stdout: 2023-12-14T02:05:00.996 INFO:teuthology.orchestra.run.smithi121.stdout:Complete! 2023-12-14T02:05:01.141 DEBUG:teuthology.orchestra.run.smithi121:> rpm -q kernel | sort -rV | head -n 1 2023-12-14T02:05:01.186 INFO:teuthology.orchestra.run.smithi145.stdout:kernel-4.18.0-527.el8.x86_64 2023-12-14T02:05:01.187 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-527.el8.x86_64 2023-12-14T02:05:01.187 DEBUG:teuthology.orchestra.run.smithi145:> sudo rpm -qi grub2-tools 2023-12-14T02:05:01.221 INFO:teuthology.orchestra.run.smithi145.stdout:Name : grub2-tools 2023-12-14T02:05:01.221 INFO:teuthology.orchestra.run.smithi145.stdout:Epoch : 1 2023-12-14T02:05:01.222 INFO:teuthology.orchestra.run.smithi145.stdout:Version : 2.02 2023-12-14T02:05:01.222 INFO:teuthology.orchestra.run.smithi145.stdout:Release : 129.el8 2023-12-14T02:05:01.222 INFO:teuthology.orchestra.run.smithi145.stdout:Architecture: x86_64 2023-12-14T02:05:01.222 INFO:teuthology.orchestra.run.smithi145.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-14T02:05:01.222 INFO:teuthology.orchestra.run.smithi145.stdout:Group : System Environment/Base 2023-12-14T02:05:01.222 INFO:teuthology.orchestra.run.smithi145.stdout:Size : 9265586 2023-12-14T02:05:01.222 INFO:teuthology.orchestra.run.smithi145.stdout:License : GPLv3+ 2023-12-14T02:05:01.222 INFO:teuthology.orchestra.run.smithi145.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-14T02:05:01.222 INFO:teuthology.orchestra.run.smithi145.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-14T02:05:01.222 INFO:teuthology.orchestra.run.smithi145.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-14T02:05:01.222 INFO:teuthology.orchestra.run.smithi145.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-14T02:05:01.222 INFO:teuthology.orchestra.run.smithi145.stdout:Relocations : (not relocatable) 2023-12-14T02:05:01.222 INFO:teuthology.orchestra.run.smithi145.stdout:Packager : CentOS BuildSystem 2023-12-14T02:05:01.222 INFO:teuthology.orchestra.run.smithi145.stdout:Vendor : CentOS 2023-12-14T02:05:01.223 INFO:teuthology.orchestra.run.smithi145.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-14T02:05:01.223 INFO:teuthology.orchestra.run.smithi145.stdout:Summary : Support tools for GRUB. 2023-12-14T02:05:01.223 INFO:teuthology.orchestra.run.smithi145.stdout:Description : 2023-12-14T02:05:01.223 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-14T02:05:01.223 INFO:teuthology.orchestra.run.smithi145.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-14T02:05:01.223 INFO:teuthology.orchestra.run.smithi145.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-14T02:05:01.223 INFO:teuthology.orchestra.run.smithi145.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-14T02:05:01.223 INFO:teuthology.orchestra.run.smithi145.stdout:hardware devices. 2023-12-14T02:05:01.223 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-14T02:05:01.223 INFO:teuthology.orchestra.run.smithi145.stdout:This subpackage provides tools for support of all platforms. 2023-12-14T02:05:01.224 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-14T02:05:01.224 INFO:teuthology.task.kernel:Updating grub on smithi145 to boot 4.18.0-527.el8.x86_64 2023-12-14T02:05:01.224 DEBUG:teuthology.orchestra.run.smithi145:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-14T02:05:01.355 INFO:teuthology.orchestra.run.smithi121.stdout:kernel-4.18.0-527.el8.x86_64 2023-12-14T02:05:01.355 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-527.el8.x86_64 2023-12-14T02:05:01.355 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-527.el8.x86_64 2023-12-14T02:05:01.355 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-14T02:05:01.355 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-14T02:05:01.356 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-14T02:05:01.356 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi121.front.sepia.ceph.com, path=None, version=distro) 2023-12-14T02:05:01.356 DEBUG:teuthology.orchestra.run.smithi121:> rpm -q kernel | sort -rV | head -n 1 2023-12-14T02:05:01.565 INFO:teuthology.orchestra.run.smithi121.stdout:kernel-4.18.0-527.el8.x86_64 2023-12-14T02:05:01.565 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-527.el8.x86_64 2023-12-14T02:05:01.565 DEBUG:teuthology.orchestra.run.smithi121:> sudo rpm -qi grub2-tools 2023-12-14T02:05:01.600 INFO:teuthology.orchestra.run.smithi121.stdout:Name : grub2-tools 2023-12-14T02:05:01.600 INFO:teuthology.orchestra.run.smithi121.stdout:Epoch : 1 2023-12-14T02:05:01.600 INFO:teuthology.orchestra.run.smithi121.stdout:Version : 2.02 2023-12-14T02:05:01.600 INFO:teuthology.orchestra.run.smithi121.stdout:Release : 129.el8 2023-12-14T02:05:01.601 INFO:teuthology.orchestra.run.smithi121.stdout:Architecture: x86_64 2023-12-14T02:05:01.601 INFO:teuthology.orchestra.run.smithi121.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-14T02:05:01.601 INFO:teuthology.orchestra.run.smithi121.stdout:Group : System Environment/Base 2023-12-14T02:05:01.601 INFO:teuthology.orchestra.run.smithi121.stdout:Size : 9265586 2023-12-14T02:05:01.601 INFO:teuthology.orchestra.run.smithi121.stdout:License : GPLv3+ 2023-12-14T02:05:01.601 INFO:teuthology.orchestra.run.smithi121.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-14T02:05:01.601 INFO:teuthology.orchestra.run.smithi121.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-14T02:05:01.601 INFO:teuthology.orchestra.run.smithi121.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-14T02:05:01.601 INFO:teuthology.orchestra.run.smithi121.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-14T02:05:01.601 INFO:teuthology.orchestra.run.smithi121.stdout:Relocations : (not relocatable) 2023-12-14T02:05:01.601 INFO:teuthology.orchestra.run.smithi121.stdout:Packager : CentOS BuildSystem 2023-12-14T02:05:01.601 INFO:teuthology.orchestra.run.smithi121.stdout:Vendor : CentOS 2023-12-14T02:05:01.602 INFO:teuthology.orchestra.run.smithi121.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-14T02:05:01.602 INFO:teuthology.orchestra.run.smithi121.stdout:Summary : Support tools for GRUB. 2023-12-14T02:05:01.602 INFO:teuthology.orchestra.run.smithi121.stdout:Description : 2023-12-14T02:05:01.602 INFO:teuthology.orchestra.run.smithi121.stdout: 2023-12-14T02:05:01.602 INFO:teuthology.orchestra.run.smithi121.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-14T02:05:01.602 INFO:teuthology.orchestra.run.smithi121.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-14T02:05:01.602 INFO:teuthology.orchestra.run.smithi121.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-14T02:05:01.602 INFO:teuthology.orchestra.run.smithi121.stdout:hardware devices. 2023-12-14T02:05:01.602 INFO:teuthology.orchestra.run.smithi121.stdout: 2023-12-14T02:05:01.602 INFO:teuthology.orchestra.run.smithi121.stdout:This subpackage provides tools for support of all platforms. 2023-12-14T02:05:01.603 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-14T02:05:01.603 INFO:teuthology.task.kernel:Updating grub on smithi121 to boot 4.18.0-527.el8.x86_64 2023-12-14T02:05:01.603 DEBUG:teuthology.orchestra.run.smithi121:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-14T02:05:02.477 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: kernel-core-4.18.0-527.el8.x86_64 3/3 2023-12-14T02:05:02.502 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: kernel-modules-4.18.0-527.el8.x86_64 3/3 2023-12-14T02:05:02.601 INFO:teuthology.orchestra.run.smithi145.stderr:Generating grub configuration file ... 2023-12-14T02:05:02.843 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: kernel-4.18.0-527.el8.x86_64 3/3 2023-12-14T02:05:02.843 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : kernel-4.18.0-527.el8.x86_64 1/3 2023-12-14T02:05:02.843 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : kernel-core-4.18.0-527.el8.x86_64 2/3 2023-12-14T02:05:02.943 INFO:teuthology.orchestra.run.smithi121.stderr:Generating grub configuration file ... 2023-12-14T02:05:03.618 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : kernel-modules-4.18.0-527.el8.x86_64 3/3 2023-12-14T02:05:03.618 INFO:teuthology.orchestra.run.smithi122.stdout: 2023-12-14T02:05:03.618 INFO:teuthology.orchestra.run.smithi122.stdout:Installed: 2023-12-14T02:05:03.619 INFO:teuthology.orchestra.run.smithi122.stdout: kernel-4.18.0-527.el8.x86_64 kernel-core-4.18.0-527.el8.x86_64 2023-12-14T02:05:03.619 INFO:teuthology.orchestra.run.smithi122.stdout: kernel-modules-4.18.0-527.el8.x86_64 2023-12-14T02:05:03.619 INFO:teuthology.orchestra.run.smithi122.stdout: 2023-12-14T02:05:03.619 INFO:teuthology.orchestra.run.smithi122.stdout:Complete! 2023-12-14T02:05:03.757 DEBUG:teuthology.orchestra.run.smithi122:> rpm -q kernel | sort -rV | head -n 1 2023-12-14T02:05:03.969 INFO:teuthology.orchestra.run.smithi122.stdout:kernel-4.18.0-527.el8.x86_64 2023-12-14T02:05:03.970 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-527.el8.x86_64 2023-12-14T02:05:03.970 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-527.el8.x86_64 2023-12-14T02:05:03.970 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-14T02:05:03.970 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-14T02:05:03.970 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-14T02:05:03.970 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi122.front.sepia.ceph.com, path=None, version=distro) 2023-12-14T02:05:03.970 DEBUG:teuthology.orchestra.run.smithi122:> rpm -q kernel | sort -rV | head -n 1 2023-12-14T02:05:04.178 INFO:teuthology.orchestra.run.smithi122.stdout:kernel-4.18.0-527.el8.x86_64 2023-12-14T02:05:04.179 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-527.el8.x86_64 2023-12-14T02:05:04.179 DEBUG:teuthology.orchestra.run.smithi122:> sudo rpm -qi grub2-tools 2023-12-14T02:05:04.213 INFO:teuthology.orchestra.run.smithi122.stdout:Name : grub2-tools 2023-12-14T02:05:04.213 INFO:teuthology.orchestra.run.smithi122.stdout:Epoch : 1 2023-12-14T02:05:04.213 INFO:teuthology.orchestra.run.smithi122.stdout:Version : 2.02 2023-12-14T02:05:04.213 INFO:teuthology.orchestra.run.smithi122.stdout:Release : 129.el8 2023-12-14T02:05:04.213 INFO:teuthology.orchestra.run.smithi122.stdout:Architecture: x86_64 2023-12-14T02:05:04.213 INFO:teuthology.orchestra.run.smithi122.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-14T02:05:04.213 INFO:teuthology.orchestra.run.smithi122.stdout:Group : System Environment/Base 2023-12-14T02:05:04.213 INFO:teuthology.orchestra.run.smithi122.stdout:Size : 9265586 2023-12-14T02:05:04.213 INFO:teuthology.orchestra.run.smithi122.stdout:License : GPLv3+ 2023-12-14T02:05:04.213 INFO:teuthology.orchestra.run.smithi122.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-14T02:05:04.214 INFO:teuthology.orchestra.run.smithi122.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-14T02:05:04.214 INFO:teuthology.orchestra.run.smithi122.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-14T02:05:04.214 INFO:teuthology.orchestra.run.smithi122.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-14T02:05:04.214 INFO:teuthology.orchestra.run.smithi122.stdout:Relocations : (not relocatable) 2023-12-14T02:05:04.214 INFO:teuthology.orchestra.run.smithi122.stdout:Packager : CentOS BuildSystem 2023-12-14T02:05:04.214 INFO:teuthology.orchestra.run.smithi122.stdout:Vendor : CentOS 2023-12-14T02:05:04.214 INFO:teuthology.orchestra.run.smithi122.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-14T02:05:04.214 INFO:teuthology.orchestra.run.smithi122.stdout:Summary : Support tools for GRUB. 2023-12-14T02:05:04.214 INFO:teuthology.orchestra.run.smithi122.stdout:Description : 2023-12-14T02:05:04.214 INFO:teuthology.orchestra.run.smithi122.stdout: 2023-12-14T02:05:04.214 INFO:teuthology.orchestra.run.smithi122.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-14T02:05:04.214 INFO:teuthology.orchestra.run.smithi122.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-14T02:05:04.214 INFO:teuthology.orchestra.run.smithi122.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-14T02:05:04.214 INFO:teuthology.orchestra.run.smithi122.stdout:hardware devices. 2023-12-14T02:05:04.215 INFO:teuthology.orchestra.run.smithi122.stdout: 2023-12-14T02:05:04.215 INFO:teuthology.orchestra.run.smithi122.stdout:This subpackage provides tools for support of all platforms. 2023-12-14T02:05:04.215 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-14T02:05:04.215 INFO:teuthology.task.kernel:Updating grub on smithi122 to boot 4.18.0-527.el8.x86_64 2023-12-14T02:05:04.216 DEBUG:teuthology.orchestra.run.smithi122:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-14T02:05:04.493 INFO:teuthology.orchestra.run.smithi145.stderr:done 2023-12-14T02:05:04.494 DEBUG:teuthology.orchestra.run.smithi145:> mktemp 2023-12-14T02:05:04.518 INFO:teuthology.orchestra.run.smithi145.stdout:/tmp/tmp.XpOI2aiSqx 2023-12-14T02:05:04.518 DEBUG:teuthology.orchestra.run.smithi145:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.XpOI2aiSqx 2023-12-14T02:05:04.592 DEBUG:teuthology.orchestra.run.smithi145:> sudo chmod 0666 /tmp/tmp.XpOI2aiSqx 2023-12-14T02:05:04.736 DEBUG:teuthology.orchestra.remote:smithi145:/tmp/tmp.XpOI2aiSqx is 6KB 2023-12-14T02:05:04.749 INFO:teuthology.orchestra.run.smithi121.stderr:done 2023-12-14T02:05:04.750 DEBUG:teuthology.orchestra.run.smithi121:> mktemp 2023-12-14T02:05:04.781 INFO:teuthology.orchestra.run.smithi121.stdout:/tmp/tmp.ieOoG6FGXS 2023-12-14T02:05:04.781 DEBUG:teuthology.orchestra.run.smithi121:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.ieOoG6FGXS 2023-12-14T02:05:04.787 DEBUG:teuthology.orchestra.run.smithi145:> rm -fr /tmp/tmp.XpOI2aiSqx 2023-12-14T02:05:04.805 DEBUG:teuthology.orchestra.run.smithi145:> sudo /bin/ls /boot/loader/entries || true 2023-12-14T02:05:04.863 DEBUG:teuthology.orchestra.run.smithi121:> sudo chmod 0666 /tmp/tmp.ieOoG6FGXS 2023-12-14T02:05:04.874 INFO:teuthology.orchestra.run.smithi145.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-14T02:05:04.874 INFO:teuthology.orchestra.run.smithi145.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-14T02:05:04.874 INFO:teuthology.orchestra.run.smithi145.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-14T02:05:04.874 INFO:teuthology.orchestra.run.smithi145.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-527.el8.x86_64.conf 2023-12-14T02:05:04.875 DEBUG:teuthology.orchestra.run.smithi145:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-527.el8.x86_64 2023-12-14T02:05:05.005 DEBUG:teuthology.orchestra.remote:smithi121:/tmp/tmp.ieOoG6FGXS is 6KB 2023-12-14T02:05:05.053 DEBUG:teuthology.orchestra.run.smithi121:> rm -fr /tmp/tmp.ieOoG6FGXS 2023-12-14T02:05:05.072 DEBUG:teuthology.orchestra.run.smithi121:> sudo /bin/ls /boot/loader/entries || true 2023-12-14T02:05:05.073 DEBUG:teuthology.orchestra.run.smithi145:> sudo shutdown -r now 2023-12-14T02:05:05.140 INFO:teuthology.orchestra.run.smithi121.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-14T02:05:05.141 INFO:teuthology.orchestra.run.smithi121.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-14T02:05:05.141 INFO:teuthology.orchestra.run.smithi121.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-14T02:05:05.141 INFO:teuthology.orchestra.run.smithi121.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-527.el8.x86_64.conf 2023-12-14T02:05:05.142 DEBUG:teuthology.orchestra.run.smithi121:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-527.el8.x86_64 2023-12-14T02:05:05.303 DEBUG:teuthology.orchestra.run.smithi121:> sudo shutdown -r now 2023-12-14T02:05:06.096 INFO:teuthology.orchestra.run.smithi122.stderr:Generating grub configuration file ... 2023-12-14T02:05:08.284 INFO:teuthology.orchestra.run.smithi122.stderr:done 2023-12-14T02:05:08.286 DEBUG:teuthology.orchestra.run.smithi122:> mktemp 2023-12-14T02:05:08.310 INFO:teuthology.orchestra.run.smithi122.stdout:/tmp/tmp.0mKF0rk8SQ 2023-12-14T02:05:08.310 DEBUG:teuthology.orchestra.run.smithi122:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.0mKF0rk8SQ 2023-12-14T02:05:08.383 DEBUG:teuthology.orchestra.run.smithi122:> sudo chmod 0666 /tmp/tmp.0mKF0rk8SQ 2023-12-14T02:05:08.523 DEBUG:teuthology.orchestra.remote:smithi122:/tmp/tmp.0mKF0rk8SQ is 6KB 2023-12-14T02:05:08.579 DEBUG:teuthology.orchestra.run.smithi122:> rm -fr /tmp/tmp.0mKF0rk8SQ 2023-12-14T02:05:08.596 DEBUG:teuthology.orchestra.run.smithi122:> sudo /bin/ls /boot/loader/entries || true 2023-12-14T02:05:08.661 INFO:teuthology.orchestra.run.smithi122.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-14T02:05:08.662 INFO:teuthology.orchestra.run.smithi122.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-14T02:05:08.662 INFO:teuthology.orchestra.run.smithi122.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-14T02:05:08.662 INFO:teuthology.orchestra.run.smithi122.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-527.el8.x86_64.conf 2023-12-14T02:05:08.663 DEBUG:teuthology.orchestra.run.smithi122:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-527.el8.x86_64 2023-12-14T02:05:08.820 DEBUG:teuthology.orchestra.run.smithi122:> sudo shutdown -r now 2023-12-14T02:05:35.101 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2023-12-14T02:05:35.102 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2023-12-14T02:05:35.103 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T02:05:35.306 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-14T02:05:35.306 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi121.front.sepia.ceph.com' 2023-12-14T02:05:35.307 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T02:05:38.825 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-14T02:05:38.826 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi122.front.sepia.ceph.com' 2023-12-14T02:05:38.826 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi122.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T02:05:53.554 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.145 2023-12-14T02:05:53.809 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.121 2023-12-14T02:05:57.393 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.122 2023-12-14T02:06:02.559 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2023-12-14T02:06:02.560 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T02:06:02.810 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi121.front.sepia.ceph.com' 2023-12-14T02:06:02.811 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T02:06:05.621 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.145 2023-12-14T02:06:05.873 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.121 2023-12-14T02:06:06.394 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi122.front.sepia.ceph.com' 2023-12-14T02:06:06.395 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi122.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T02:06:09.457 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.122 2023-12-14T02:06:17.629 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2023-12-14T02:06:17.630 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T02:06:17.877 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi121.front.sepia.ceph.com' 2023-12-14T02:06:17.878 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T02:06:21.461 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi122.front.sepia.ceph.com' 2023-12-14T02:06:21.462 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi122.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T02:06:36.050 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.145 2023-12-14T02:06:36.305 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.121 2023-12-14T02:06:51.065 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2023-12-14T02:06:51.066 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T02:06:51.306 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi121.front.sepia.ceph.com' 2023-12-14T02:06:51.307 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T02:06:51.564 DEBUG:teuthology.orchestra.run.smithi121:> true 2023-12-14T02:06:52.083 DEBUG:teuthology.orchestra.run.smithi145:> true 2023-12-14T02:06:52.086 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi121.front.sepia.ceph.com' 2023-12-14T02:06:52.086 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-527.el8.x86_64"... 2023-12-14T02:06:52.086 DEBUG:teuthology.orchestra.run.smithi121:> uname -r 2023-12-14T02:06:52.117 INFO:teuthology.orchestra.run.smithi121.stdout:4.18.0-527.el8.x86_64 2023-12-14T02:06:52.118 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-527.el8.x86_64 vs 4.18.0-527.el8.x86_64 2023-12-14T02:06:52.118 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-14T02:06:52.118 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-14T02:06:52.810 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi145.front.sepia.ceph.com' 2023-12-14T02:06:52.810 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "4.18.0-527.el8.x86_64"... 2023-12-14T02:06:52.811 DEBUG:teuthology.orchestra.run.smithi145:> uname -r 2023-12-14T02:06:52.829 INFO:teuthology.orchestra.run.smithi145.stdout:4.18.0-527.el8.x86_64 2023-12-14T02:06:52.829 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-527.el8.x86_64 vs 4.18.0-527.el8.x86_64 2023-12-14T02:06:52.829 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-14T02:06:52.829 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-14T02:06:53.119 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-14T02:06:53.119 DEBUG:teuthology.orchestra.run.smithi121:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-14T02:06:53.579 DEBUG:teuthology.orchestra.run.smithi122:> true 2023-12-14T02:06:53.830 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-12-14T02:06:53.830 DEBUG:teuthology.orchestra.run.smithi145:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-14T02:06:53.859 INFO:teuthology.orchestra.run.smithi121.stdout:ttyS1 2023-12-14T02:06:53.873 DEBUG:teuthology.parallel:result is None 2023-12-14T02:06:53.881 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi122.front.sepia.ceph.com' 2023-12-14T02:06:53.881 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-527.el8.x86_64"... 2023-12-14T02:06:53.881 DEBUG:teuthology.orchestra.run.smithi122:> uname -r 2023-12-14T02:06:53.916 INFO:teuthology.orchestra.run.smithi145.stdout:ttyS1 2023-12-14T02:06:53.934 DEBUG:teuthology.parallel:result is None 2023-12-14T02:06:53.939 INFO:teuthology.orchestra.run.smithi122.stdout:4.18.0-527.el8.x86_64 2023-12-14T02:06:53.939 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-527.el8.x86_64 vs 4.18.0-527.el8.x86_64 2023-12-14T02:06:53.939 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-14T02:06:53.939 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-14T02:06:54.940 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-14T02:06:54.941 DEBUG:teuthology.orchestra.run.smithi122:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-14T02:06:55.013 INFO:teuthology.orchestra.run.smithi122.stdout:ttyS1 2023-12-14T02:06:55.033 DEBUG:teuthology.parallel:result is None 2023-12-14T02:06:55.034 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-14T02:06:55.041 INFO:teuthology.task.internal:Creating test directory... 2023-12-14T02:06:55.041 DEBUG:teuthology.orchestra.run.smithi121:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-14T02:06:55.044 DEBUG:teuthology.orchestra.run.smithi122:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-14T02:06:55.046 DEBUG:teuthology.orchestra.run.smithi145:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-14T02:06:55.067 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-14T02:06:55.074 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-14T02:06:55.085 INFO:teuthology.task.internal:Creating archive directory... 2023-12-14T02:06:55.086 DEBUG:teuthology.orchestra.run.smithi121:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-14T02:06:55.102 DEBUG:teuthology.orchestra.run.smithi122:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-14T02:06:55.106 DEBUG:teuthology.orchestra.run.smithi145:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-14T02:06:55.145 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-14T02:06:55.152 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-14T02:06:55.153 DEBUG:teuthology.orchestra.run.smithi121:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-14T02:06:55.174 DEBUG:teuthology.orchestra.run.smithi122:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-14T02:06:55.176 DEBUG:teuthology.orchestra.run.smithi145:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-14T02:06:55.205 INFO:teuthology.orchestra.run.smithi121.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-14T02:06:55.211 INFO:teuthology.orchestra.run.smithi122.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-14T02:06:55.215 INFO:teuthology.orchestra.run.smithi121.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-14T02:06:55.221 INFO:teuthology.orchestra.run.smithi122.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-14T02:06:55.225 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-14T02:06:55.236 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-14T02:06:55.237 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-14T02:06:55.245 INFO:teuthology.task.internal:Configuring sudo... 2023-12-14T02:06:55.245 DEBUG:teuthology.orchestra.run.smithi121:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-14T02:06:55.259 DEBUG:teuthology.orchestra.run.smithi122:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-14T02:06:55.264 DEBUG:teuthology.orchestra.run.smithi145:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-14T02:06:55.294 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-14T02:06:55.304 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-14T02:06:55.304 DEBUG:teuthology.orchestra.run.smithi121:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-14T02:06:55.327 DEBUG:teuthology.orchestra.run.smithi122:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-14T02:06:55.333 DEBUG:teuthology.orchestra.run.smithi145:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-14T02:06:55.353 DEBUG:teuthology.orchestra.run.smithi121:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-14T02:06:55.426 DEBUG:teuthology.orchestra.run.smithi121:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-14T02:06:55.482 DEBUG:teuthology.orchestra.run.smithi121:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-14T02:06:55.566 DEBUG:teuthology.orchestra.run.smithi121:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-14T02:06:55.609 DEBUG:teuthology.orchestra.run.smithi121:> set -ex 2023-12-14T02:06:55.609 DEBUG:teuthology.orchestra.run.smithi121:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-14T02:06:55.675 DEBUG:teuthology.orchestra.run.smithi122:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-14T02:06:55.722 DEBUG:teuthology.orchestra.run.smithi122:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-14T02:06:55.773 DEBUG:teuthology.orchestra.run.smithi122:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-14T02:06:55.857 DEBUG:teuthology.orchestra.run.smithi122:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-14T02:06:55.899 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2023-12-14T02:06:55.900 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-14T02:06:55.966 DEBUG:teuthology.orchestra.run.smithi145:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-14T02:06:56.014 DEBUG:teuthology.orchestra.run.smithi145:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-14T02:06:56.073 DEBUG:teuthology.orchestra.run.smithi145:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-14T02:06:56.162 DEBUG:teuthology.orchestra.run.smithi145:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-14T02:06:56.204 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2023-12-14T02:06:56.205 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-14T02:06:56.274 DEBUG:teuthology.orchestra.run.smithi121:> sudo service rsyslog restart 2023-12-14T02:06:56.276 DEBUG:teuthology.orchestra.run.smithi122:> sudo service rsyslog restart 2023-12-14T02:06:56.278 DEBUG:teuthology.orchestra.run.smithi145:> sudo service rsyslog restart 2023-12-14T02:06:56.338 INFO:teuthology.orchestra.run.smithi122.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-14T02:06:56.339 INFO:teuthology.orchestra.run.smithi121.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-14T02:06:56.381 INFO:teuthology.orchestra.run.smithi145.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-14T02:06:56.763 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-14T02:06:56.771 INFO:teuthology.task.internal:Starting timer... 2023-12-14T02:06:56.771 INFO:teuthology.run_tasks:Running task pcp... 2023-12-14T02:06:56.830 INFO:teuthology.run_tasks:Running task selinux... 2023-12-14T02:06:56.837 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-14T02:06:56.838 DEBUG:teuthology.orchestra.run.smithi121:> sudo service auditd rotate 2023-12-14T02:06:56.929 INFO:teuthology.orchestra.run.smithi121.stdout:Rotating logs: 2023-12-14T02:06:56.931 DEBUG:teuthology.orchestra.run.smithi122:> sudo service auditd rotate 2023-12-14T02:06:57.013 INFO:teuthology.orchestra.run.smithi122.stdout:Rotating logs: 2023-12-14T02:06:57.014 DEBUG:teuthology.orchestra.run.smithi145:> sudo service auditd rotate 2023-12-14T02:06:57.093 INFO:teuthology.orchestra.run.smithi145.stdout:Rotating logs: 2023-12-14T02:06:57.095 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-14T02:06:57.095 DEBUG:teuthology.orchestra.run.smithi121:> /usr/sbin/getenforce 2023-12-14T02:06:57.154 INFO:teuthology.orchestra.run.smithi121.stdout:Permissive 2023-12-14T02:06:57.154 DEBUG:teuthology.orchestra.run.smithi122:> /usr/sbin/getenforce 2023-12-14T02:06:57.177 INFO:teuthology.orchestra.run.smithi122.stdout:Permissive 2023-12-14T02:06:57.177 DEBUG:teuthology.orchestra.run.smithi145:> /usr/sbin/getenforce 2023-12-14T02:06:57.233 INFO:teuthology.orchestra.run.smithi145.stdout:Permissive 2023-12-14T02:06:57.234 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi121.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi122.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi145.front.sepia.ceph.com': 'permissive'} 2023-12-14T02:06:57.234 DEBUG:teuthology.orchestra.run.smithi121:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-14T02:06:57.261 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T02:06:57.262 DEBUG:teuthology.orchestra.run.smithi122:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-14T02:06:57.288 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T02:06:57.289 DEBUG:teuthology.orchestra.run.smithi145:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-14T02:06:57.317 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T02:06:57.317 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-14T02:06:57.317 DEBUG:teuthology.orchestra.run.smithi121:> sudo /usr/sbin/setenforce permissive 2023-12-14T02:06:57.344 DEBUG:teuthology.orchestra.run.smithi122:> sudo /usr/sbin/setenforce permissive 2023-12-14T02:06:57.370 DEBUG:teuthology.orchestra.run.smithi145:> sudo /usr/sbin/setenforce permissive 2023-12-14T02:06:57.398 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-14T02:06:57.408 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-14T02:06:57.413 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-14T02:06:57.525 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-14T02:06:57.542 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-12-14T02:06:57.543 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi121.front.sepia.ceph.com,smithi122.front.sepia.ceph.com,smithi145.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-14T02:14:22.716 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi121.front.sepia.ceph.com'), Remote(name='ubuntu@smithi122.front.sepia.ceph.com'), Remote(name='ubuntu@smithi145.front.sepia.ceph.com')] 2023-12-14T02:14:22.718 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi121.front.sepia.ceph.com' 2023-12-14T02:14:22.719 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T02:14:22.788 DEBUG:teuthology.orchestra.run.smithi121:> true 2023-12-14T02:14:22.857 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi121.front.sepia.ceph.com' 2023-12-14T02:14:22.857 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi122.front.sepia.ceph.com' 2023-12-14T02:14:22.858 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi122.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T02:14:22.924 DEBUG:teuthology.orchestra.run.smithi122:> true 2023-12-14T02:14:22.996 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi122.front.sepia.ceph.com' 2023-12-14T02:14:22.997 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2023-12-14T02:14:22.997 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T02:14:23.065 DEBUG:teuthology.orchestra.run.smithi145:> true 2023-12-14T02:14:23.094 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi145.front.sepia.ceph.com' 2023-12-14T02:14:23.095 INFO:teuthology.run_tasks:Running task clock... 2023-12-14T02:14:23.109 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-14T02:14:23.109 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-14T02:14:23.110 DEBUG:teuthology.orchestra.run.smithi121:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-14T02:14:23.112 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-14T02:14:23.112 DEBUG:teuthology.orchestra.run.smithi122:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-14T02:14:23.114 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-14T02:14:23.114 DEBUG:teuthology.orchestra.run.smithi145:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-14T02:14:23.146 INFO:teuthology.orchestra.run.smithi122.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-14T02:14:23.147 INFO:teuthology.orchestra.run.smithi121.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-14T02:14:23.161 INFO:teuthology.orchestra.run.smithi122.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-14T02:14:23.162 INFO:teuthology.orchestra.run.smithi121.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-14T02:14:23.168 INFO:teuthology.orchestra.run.smithi145.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-14T02:14:23.182 INFO:teuthology.orchestra.run.smithi145.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-14T02:14:23.234 INFO:teuthology.orchestra.run.smithi121.stderr:sudo: ntpd: command not found 2023-12-14T02:14:23.234 INFO:teuthology.orchestra.run.smithi122.stderr:sudo: ntpd: command not found 2023-12-14T02:14:23.246 INFO:teuthology.orchestra.run.smithi121.stdout:506 Cannot talk to daemon 2023-12-14T02:14:23.246 INFO:teuthology.orchestra.run.smithi122.stdout:506 Cannot talk to daemon 2023-12-14T02:14:23.257 INFO:teuthology.orchestra.run.smithi145.stderr:sudo: ntpd: command not found 2023-12-14T02:14:23.261 INFO:teuthology.orchestra.run.smithi121.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-14T02:14:23.261 INFO:teuthology.orchestra.run.smithi122.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-14T02:14:23.269 INFO:teuthology.orchestra.run.smithi145.stdout:506 Cannot talk to daemon 2023-12-14T02:14:23.273 INFO:teuthology.orchestra.run.smithi121.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-14T02:14:23.274 INFO:teuthology.orchestra.run.smithi122.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-14T02:14:23.283 INFO:teuthology.orchestra.run.smithi145.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-14T02:14:23.296 INFO:teuthology.orchestra.run.smithi145.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-14T02:14:23.340 INFO:teuthology.orchestra.run.smithi121.stderr:bash: ntpq: command not found 2023-12-14T02:14:23.343 INFO:teuthology.orchestra.run.smithi121.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-14T02:14:23.343 INFO:teuthology.orchestra.run.smithi121.stdout:=============================================================================== 2023-12-14T02:14:23.344 INFO:teuthology.orchestra.run.smithi121.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-14T02:14:23.344 INFO:teuthology.orchestra.run.smithi121.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-14T02:14:23.344 INFO:teuthology.orchestra.run.smithi121.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-14T02:14:23.344 INFO:teuthology.orchestra.run.smithi121.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-14T02:14:23.344 INFO:teuthology.orchestra.run.smithi122.stderr:bash: ntpq: command not found 2023-12-14T02:14:23.348 INFO:teuthology.orchestra.run.smithi122.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-14T02:14:23.348 INFO:teuthology.orchestra.run.smithi122.stdout:=============================================================================== 2023-12-14T02:14:23.348 INFO:teuthology.orchestra.run.smithi122.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-14T02:14:23.348 INFO:teuthology.orchestra.run.smithi122.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-14T02:14:23.348 INFO:teuthology.orchestra.run.smithi122.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-14T02:14:23.348 INFO:teuthology.orchestra.run.smithi122.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-14T02:14:23.357 INFO:teuthology.orchestra.run.smithi145.stderr:bash: ntpq: command not found 2023-12-14T02:14:23.361 INFO:teuthology.orchestra.run.smithi145.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-14T02:14:23.361 INFO:teuthology.orchestra.run.smithi145.stdout:=============================================================================== 2023-12-14T02:14:23.361 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-14T02:14:23.361 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-14T02:14:23.361 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-14T02:14:23.361 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-14T02:14:23.362 INFO:teuthology.run_tasks:Running task pexec... 2023-12-14T02:14:23.372 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-14T02:14:23.372 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi121.front.sepia.ceph.com 2023-12-14T02:14:23.372 DEBUG:teuthology.orchestra.run.smithi121:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-14T02:14:23.372 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi122.front.sepia.ceph.com 2023-12-14T02:14:23.372 DEBUG:teuthology.orchestra.run.smithi122:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-14T02:14:23.373 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi145.front.sepia.ceph.com 2023-12-14T02:14:23.373 DEBUG:teuthology.orchestra.run.smithi145:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-14T02:14:24.254 INFO:teuthology.orchestra.run.smithi121.stdout:Last metadata expiration check: 0:01:39 ago on Thu 14 Dec 2023 02:12:45 AM UTC. 2023-12-14T02:14:24.259 INFO:teuthology.orchestra.run.smithi122.stdout:Last metadata expiration check: 0:01:39 ago on Thu 14 Dec 2023 02:12:45 AM UTC. 2023-12-14T02:14:24.281 INFO:teuthology.orchestra.run.smithi145.stdout:Last metadata expiration check: 0:01:38 ago on Thu 14 Dec 2023 02:12:46 AM UTC. 2023-12-14T02:14:26.393 INFO:teuthology.orchestra.run.smithi122.stdout:Dependencies resolved. 2023-12-14T02:14:26.393 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2023-12-14T02:14:26.393 INFO:teuthology.orchestra.run.smithi122.stdout: Package Architecture Version Repository Size 2023-12-14T02:14:26.393 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2023-12-14T02:14:26.393 INFO:teuthology.orchestra.run.smithi122.stdout:Resetting modules: 2023-12-14T02:14:26.393 INFO:teuthology.orchestra.run.smithi122.stdout: container-tools 2023-12-14T02:14:26.393 INFO:teuthology.orchestra.run.smithi122.stdout: 2023-12-14T02:14:26.393 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction Summary 2023-12-14T02:14:26.393 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2023-12-14T02:14:26.393 INFO:teuthology.orchestra.run.smithi122.stdout: 2023-12-14T02:14:26.430 INFO:teuthology.orchestra.run.smithi121.stdout:Dependencies resolved. 2023-12-14T02:14:26.431 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2023-12-14T02:14:26.431 INFO:teuthology.orchestra.run.smithi121.stdout: Package Architecture Version Repository Size 2023-12-14T02:14:26.432 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2023-12-14T02:14:26.432 INFO:teuthology.orchestra.run.smithi121.stdout:Resetting modules: 2023-12-14T02:14:26.432 INFO:teuthology.orchestra.run.smithi121.stdout: container-tools 2023-12-14T02:14:26.432 INFO:teuthology.orchestra.run.smithi121.stdout: 2023-12-14T02:14:26.432 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction Summary 2023-12-14T02:14:26.432 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2023-12-14T02:14:26.432 INFO:teuthology.orchestra.run.smithi121.stdout: 2023-12-14T02:14:26.458 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2023-12-14T02:14:26.459 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2023-12-14T02:14:26.459 INFO:teuthology.orchestra.run.smithi145.stdout: Package Architecture Version Repository Size 2023-12-14T02:14:26.459 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2023-12-14T02:14:26.459 INFO:teuthology.orchestra.run.smithi145.stdout:Resetting modules: 2023-12-14T02:14:26.459 INFO:teuthology.orchestra.run.smithi145.stdout: container-tools 2023-12-14T02:14:26.459 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-14T02:14:26.459 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2023-12-14T02:14:26.459 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2023-12-14T02:14:26.459 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-14T02:14:26.637 INFO:teuthology.orchestra.run.smithi122.stdout:Complete! 2023-12-14T02:14:26.671 INFO:teuthology.orchestra.run.smithi121.stdout:Complete! 2023-12-14T02:14:26.717 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2023-12-14T02:14:27.585 INFO:teuthology.orchestra.run.smithi121.stdout:Last metadata expiration check: 0:01:42 ago on Thu 14 Dec 2023 02:12:45 AM UTC. 2023-12-14T02:14:27.604 INFO:teuthology.orchestra.run.smithi122.stdout:Last metadata expiration check: 0:01:42 ago on Thu 14 Dec 2023 02:12:45 AM UTC. 2023-12-14T02:14:27.690 INFO:teuthology.orchestra.run.smithi145.stdout:Last metadata expiration check: 0:01:41 ago on Thu 14 Dec 2023 02:12:46 AM UTC. 2023-12-14T02:14:29.736 INFO:teuthology.orchestra.run.smithi122.stdout:Dependencies resolved. 2023-12-14T02:14:29.736 INFO:teuthology.orchestra.run.smithi121.stdout:Dependencies resolved. 2023-12-14T02:14:29.817 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2023-12-14T02:14:29.921 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2023-12-14T02:14:29.921 INFO:teuthology.orchestra.run.smithi122.stdout: Package Arch Version Repository Size 2023-12-14T02:14:29.921 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2023-12-14T02:14:29.922 INFO:teuthology.orchestra.run.smithi122.stdout:Installing group/module packages: 2023-12-14T02:14:29.922 INFO:teuthology.orchestra.run.smithi122.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-14T02:14:29.922 INFO:teuthology.orchestra.run.smithi122.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-14T02:14:29.922 INFO:teuthology.orchestra.run.smithi122.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-14T02:14:29.922 INFO:teuthology.orchestra.run.smithi122.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-14T02:14:29.922 INFO:teuthology.orchestra.run.smithi122.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-14T02:14:29.922 INFO:teuthology.orchestra.run.smithi122.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-14T02:14:29.922 INFO:teuthology.orchestra.run.smithi122.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-14T02:14:29.922 INFO:teuthology.orchestra.run.smithi122.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-14T02:14:29.922 INFO:teuthology.orchestra.run.smithi122.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-14T02:14:29.922 INFO:teuthology.orchestra.run.smithi122.stdout:Installing dependencies: 2023-12-14T02:14:29.922 INFO:teuthology.orchestra.run.smithi122.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-14T02:14:29.922 INFO:teuthology.orchestra.run.smithi122.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-14T02:14:29.922 INFO:teuthology.orchestra.run.smithi122.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-14T02:14:29.922 INFO:teuthology.orchestra.run.smithi122.stdout:Installing weak dependencies: 2023-12-14T02:14:29.923 INFO:teuthology.orchestra.run.smithi122.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-14T02:14:29.923 INFO:teuthology.orchestra.run.smithi122.stdout:Installing module profiles: 2023-12-14T02:14:29.923 INFO:teuthology.orchestra.run.smithi122.stdout: container-tools/common 2023-12-14T02:14:29.923 INFO:teuthology.orchestra.run.smithi122.stdout: 2023-12-14T02:14:29.923 INFO:teuthology.orchestra.run.smithi122.stdout:Enabling module streams: 2023-12-14T02:14:29.923 INFO:teuthology.orchestra.run.smithi122.stdout: container-tools rhel8 2023-12-14T02:14:29.923 INFO:teuthology.orchestra.run.smithi122.stdout: 2023-12-14T02:14:29.923 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction Summary 2023-12-14T02:14:29.923 INFO:teuthology.orchestra.run.smithi122.stdout:================================================================================ 2023-12-14T02:14:29.923 INFO:teuthology.orchestra.run.smithi122.stdout:Install 13 Packages 2023-12-14T02:14:29.923 INFO:teuthology.orchestra.run.smithi122.stdout: 2023-12-14T02:14:29.924 INFO:teuthology.orchestra.run.smithi122.stdout:Total download size: 27 M 2023-12-14T02:14:29.924 INFO:teuthology.orchestra.run.smithi122.stdout:Installed size: 89 M 2023-12-14T02:14:29.924 INFO:teuthology.orchestra.run.smithi122.stdout:Downloading Packages: 2023-12-14T02:14:29.924 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2023-12-14T02:14:29.925 INFO:teuthology.orchestra.run.smithi121.stdout: Package Arch Version Repository Size 2023-12-14T02:14:29.925 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2023-12-14T02:14:29.925 INFO:teuthology.orchestra.run.smithi121.stdout:Installing group/module packages: 2023-12-14T02:14:29.925 INFO:teuthology.orchestra.run.smithi121.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-14T02:14:29.925 INFO:teuthology.orchestra.run.smithi121.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-14T02:14:29.925 INFO:teuthology.orchestra.run.smithi121.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-14T02:14:29.925 INFO:teuthology.orchestra.run.smithi121.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-14T02:14:29.925 INFO:teuthology.orchestra.run.smithi121.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-14T02:14:29.925 INFO:teuthology.orchestra.run.smithi121.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-14T02:14:29.925 INFO:teuthology.orchestra.run.smithi121.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-14T02:14:29.925 INFO:teuthology.orchestra.run.smithi121.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-14T02:14:29.925 INFO:teuthology.orchestra.run.smithi121.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-14T02:14:29.925 INFO:teuthology.orchestra.run.smithi121.stdout:Installing dependencies: 2023-12-14T02:14:29.926 INFO:teuthology.orchestra.run.smithi121.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-14T02:14:29.926 INFO:teuthology.orchestra.run.smithi121.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-14T02:14:29.926 INFO:teuthology.orchestra.run.smithi121.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-14T02:14:29.926 INFO:teuthology.orchestra.run.smithi121.stdout:Installing weak dependencies: 2023-12-14T02:14:29.926 INFO:teuthology.orchestra.run.smithi121.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-14T02:14:29.926 INFO:teuthology.orchestra.run.smithi121.stdout:Installing module profiles: 2023-12-14T02:14:29.926 INFO:teuthology.orchestra.run.smithi121.stdout: container-tools/common 2023-12-14T02:14:29.926 INFO:teuthology.orchestra.run.smithi121.stdout: 2023-12-14T02:14:29.926 INFO:teuthology.orchestra.run.smithi121.stdout:Enabling module streams: 2023-12-14T02:14:29.926 INFO:teuthology.orchestra.run.smithi121.stdout: container-tools rhel8 2023-12-14T02:14:29.926 INFO:teuthology.orchestra.run.smithi121.stdout: 2023-12-14T02:14:29.926 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction Summary 2023-12-14T02:14:29.926 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2023-12-14T02:14:29.926 INFO:teuthology.orchestra.run.smithi121.stdout:Install 13 Packages 2023-12-14T02:14:29.926 INFO:teuthology.orchestra.run.smithi121.stdout: 2023-12-14T02:14:29.926 INFO:teuthology.orchestra.run.smithi121.stdout:Total download size: 27 M 2023-12-14T02:14:29.927 INFO:teuthology.orchestra.run.smithi121.stdout:Installed size: 89 M 2023-12-14T02:14:29.927 INFO:teuthology.orchestra.run.smithi121.stdout:Downloading Packages: 2023-12-14T02:14:30.001 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2023-12-14T02:14:30.002 INFO:teuthology.orchestra.run.smithi145.stdout: Package Arch Version Repository Size 2023-12-14T02:14:30.002 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2023-12-14T02:14:30.002 INFO:teuthology.orchestra.run.smithi145.stdout:Installing group/module packages: 2023-12-14T02:14:30.002 INFO:teuthology.orchestra.run.smithi145.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-14T02:14:30.002 INFO:teuthology.orchestra.run.smithi145.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-14T02:14:30.002 INFO:teuthology.orchestra.run.smithi145.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-14T02:14:30.002 INFO:teuthology.orchestra.run.smithi145.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-14T02:14:30.002 INFO:teuthology.orchestra.run.smithi145.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-14T02:14:30.002 INFO:teuthology.orchestra.run.smithi145.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-14T02:14:30.002 INFO:teuthology.orchestra.run.smithi145.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-14T02:14:30.002 INFO:teuthology.orchestra.run.smithi145.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-14T02:14:30.002 INFO:teuthology.orchestra.run.smithi145.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-14T02:14:30.002 INFO:teuthology.orchestra.run.smithi145.stdout:Installing dependencies: 2023-12-14T02:14:30.002 INFO:teuthology.orchestra.run.smithi145.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-14T02:14:30.003 INFO:teuthology.orchestra.run.smithi145.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-14T02:14:30.003 INFO:teuthology.orchestra.run.smithi145.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-14T02:14:30.003 INFO:teuthology.orchestra.run.smithi145.stdout:Installing weak dependencies: 2023-12-14T02:14:30.003 INFO:teuthology.orchestra.run.smithi145.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-14T02:14:30.003 INFO:teuthology.orchestra.run.smithi145.stdout:Installing module profiles: 2023-12-14T02:14:30.003 INFO:teuthology.orchestra.run.smithi145.stdout: container-tools/common 2023-12-14T02:14:30.003 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-14T02:14:30.003 INFO:teuthology.orchestra.run.smithi145.stdout:Enabling module streams: 2023-12-14T02:14:30.003 INFO:teuthology.orchestra.run.smithi145.stdout: container-tools rhel8 2023-12-14T02:14:30.003 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-14T02:14:30.003 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2023-12-14T02:14:30.003 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2023-12-14T02:14:30.003 INFO:teuthology.orchestra.run.smithi145.stdout:Install 13 Packages 2023-12-14T02:14:30.003 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-14T02:14:30.004 INFO:teuthology.orchestra.run.smithi145.stdout:Total download size: 27 M 2023-12-14T02:14:30.004 INFO:teuthology.orchestra.run.smithi145.stdout:Installed size: 89 M 2023-12-14T02:14:30.004 INFO:teuthology.orchestra.run.smithi145.stdout:Downloading Packages: 2023-12-14T02:14:30.591 INFO:teuthology.orchestra.run.smithi122.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.2 MB/s | 750 kB 00:00 2023-12-14T02:14:30.642 INFO:teuthology.orchestra.run.smithi122.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.5 MB/s | 1.0 MB 00:00 2023-12-14T02:14:30.683 INFO:teuthology.orchestra.run.smithi122.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 412 kB/s | 38 kB 00:00 2023-12-14T02:14:30.761 INFO:teuthology.orchestra.run.smithi121.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.1 MB/s | 750 kB 00:00 2023-12-14T02:14:30.767 INFO:teuthology.orchestra.run.smithi122.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 1.9 MB/s | 241 kB 00:00 2023-12-14T02:14:30.795 INFO:teuthology.orchestra.run.smithi121.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.5 MB/s | 1.0 MB 00:00 2023-12-14T02:14:30.862 INFO:teuthology.orchestra.run.smithi121.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 378 kB/s | 38 kB 00:00 2023-12-14T02:14:30.878 INFO:teuthology.orchestra.run.smithi145.stdout:(1/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.5 MB/s | 1.0 MB 00:00 2023-12-14T02:14:30.892 INFO:teuthology.orchestra.run.smithi122.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.4 MB/s | 178 kB 00:00 2023-12-14T02:14:30.903 INFO:teuthology.orchestra.run.smithi145.stdout:(2/13): cockpit-podman-78-1.module_el8+712+4cd1 1.0 MB/s | 750 kB 00:00 2023-12-14T02:14:30.937 INFO:teuthology.orchestra.run.smithi121.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 1.7 MB/s | 241 kB 00:00 2023-12-14T02:14:30.978 INFO:teuthology.orchestra.run.smithi145.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 378 kB/s | 38 kB 00:00 2023-12-14T02:14:31.045 INFO:teuthology.orchestra.run.smithi145.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 1.7 MB/s | 241 kB 00:00 2023-12-14T02:14:31.046 INFO:teuthology.orchestra.run.smithi121.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.6 MB/s | 178 kB 00:00 2023-12-14T02:14:31.101 INFO:teuthology.orchestra.run.smithi122.stdout:(6/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 8.4 MB/s | 9.6 MB 00:01 2023-12-14T02:14:31.118 INFO:teuthology.orchestra.run.smithi122.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 110 kB/s | 25 kB 00:00 2023-12-14T02:14:31.146 INFO:teuthology.orchestra.run.smithi121.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 247 kB/s | 25 kB 00:00 2023-12-14T02:14:31.177 INFO:teuthology.orchestra.run.smithi122.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 7.9 MB/s | 3.9 MB 00:00 2023-12-14T02:14:31.196 INFO:teuthology.orchestra.run.smithi145.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.2 MB/s | 178 kB 00:00 2023-12-14T02:14:31.202 INFO:teuthology.orchestra.run.smithi122.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 935 kB/s | 94 kB 00:00 2023-12-14T02:14:31.229 INFO:teuthology.orchestra.run.smithi121.stdout:(7/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 11 MB/s | 3.9 MB 00:00 2023-12-14T02:14:31.255 INFO:teuthology.orchestra.run.smithi121.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 865 kB/s | 94 kB 00:00 2023-12-14T02:14:31.294 INFO:teuthology.orchestra.run.smithi122.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 574 kB/s | 53 kB 00:00 2023-12-14T02:14:31.304 INFO:teuthology.orchestra.run.smithi145.stdout:(6/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 8.7 MB/s | 9.6 MB 00:01 2023-12-14T02:14:31.338 INFO:teuthology.orchestra.run.smithi145.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 174 kB/s | 25 kB 00:00 2023-12-14T02:14:31.344 INFO:teuthology.orchestra.run.smithi122.stdout:(11/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 15 MB/s | 2.5 MB 00:00 2023-12-14T02:14:31.372 INFO:teuthology.orchestra.run.smithi121.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 7.7 MB/s | 9.6 MB 00:01 2023-12-14T02:14:31.403 INFO:teuthology.orchestra.run.smithi122.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 378 kB/s | 41 kB 00:00 2023-12-14T02:14:31.422 INFO:teuthology.orchestra.run.smithi145.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 8.8 MB/s | 3.9 MB 00:00 2023-12-14T02:14:31.447 INFO:teuthology.orchestra.run.smithi145.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 659 kB/s | 94 kB 00:00 2023-12-14T02:14:31.480 INFO:teuthology.orchestra.run.smithi121.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 486 kB/s | 53 kB 00:00 2023-12-14T02:14:31.539 INFO:teuthology.orchestra.run.smithi121.stdout:(11/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 8.9 MB/s | 2.5 MB 00:00 2023-12-14T02:14:31.547 INFO:teuthology.orchestra.run.smithi145.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 527 kB/s | 53 kB 00:00 2023-12-14T02:14:31.581 INFO:teuthology.orchestra.run.smithi121.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 409 kB/s | 41 kB 00:00 2023-12-14T02:14:31.586 INFO:teuthology.orchestra.run.smithi122.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 17 MB/s | 8.1 MB 00:00 2023-12-14T02:14:31.587 INFO:teuthology.orchestra.run.smithi122.stdout:-------------------------------------------------------------------------------- 2023-12-14T02:14:31.587 INFO:teuthology.orchestra.run.smithi122.stdout:Total 16 MB/s | 27 MB 00:01 2023-12-14T02:14:31.597 INFO:teuthology.orchestra.run.smithi145.stdout:(11/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 14 MB/s | 2.5 MB 00:00 2023-12-14T02:14:31.665 INFO:teuthology.orchestra.run.smithi145.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 350 kB/s | 41 kB 00:00 2023-12-14T02:14:31.706 INFO:teuthology.orchestra.run.smithi121.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 17 MB/s | 8.1 MB 00:00 2023-12-14T02:14:31.707 INFO:teuthology.orchestra.run.smithi121.stdout:-------------------------------------------------------------------------------- 2023-12-14T02:14:31.707 INFO:teuthology.orchestra.run.smithi121.stdout:Total 15 MB/s | 27 MB 00:01 2023-12-14T02:14:31.815 INFO:teuthology.orchestra.run.smithi145.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 17 MB/s | 8.1 MB 00:00 2023-12-14T02:14:31.815 INFO:teuthology.orchestra.run.smithi145.stdout:-------------------------------------------------------------------------------- 2023-12-14T02:14:31.815 INFO:teuthology.orchestra.run.smithi145.stdout:Total 15 MB/s | 27 MB 00:01 2023-12-14T02:14:31.853 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction check 2023-12-14T02:14:31.874 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction check succeeded. 2023-12-14T02:14:31.874 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction test 2023-12-14T02:14:31.975 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction check 2023-12-14T02:14:31.996 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction check succeeded. 2023-12-14T02:14:31.996 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction test 2023-12-14T02:14:32.086 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction check 2023-12-14T02:14:32.107 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction check succeeded. 2023-12-14T02:14:32.107 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction test 2023-12-14T02:14:32.137 INFO:teuthology.orchestra.run.smithi122.stdout:Transaction test succeeded. 2023-12-14T02:14:32.140 INFO:teuthology.orchestra.run.smithi122.stdout:Running transaction 2023-12-14T02:14:32.266 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction test succeeded. 2023-12-14T02:14:32.269 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction 2023-12-14T02:14:32.379 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction test succeeded. 2023-12-14T02:14:32.382 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction 2023-12-14T02:14:32.821 INFO:teuthology.orchestra.run.smithi122.stdout: Preparing : 1/1 2023-12-14T02:14:32.978 INFO:teuthology.orchestra.run.smithi121.stdout: Preparing : 1/1 2023-12-14T02:14:33.075 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-14T02:14:33.139 INFO:teuthology.orchestra.run.smithi145.stdout: Preparing : 1/1 2023-12-14T02:14:33.233 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-14T02:14:33.278 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-14T02:14:33.383 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-14T02:14:33.437 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-14T02:14:33.518 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-14T02:14:33.578 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-14T02:14:33.608 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-14T02:14:33.757 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-14T02:14:33.794 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-14T02:14:33.864 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-14T02:14:34.021 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-14T02:14:34.318 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-14T02:14:34.437 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-14T02:14:34.599 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-14T02:14:35.345 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-14T02:14:35.586 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-14T02:14:35.608 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-14T02:14:35.782 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-14T02:14:35.813 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-14T02:14:35.877 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-14T02:14:36.018 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-14T02:14:36.065 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-14T02:14:36.074 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-14T02:14:36.240 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-14T02:14:36.365 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-14T02:14:36.473 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-14T02:14:36.515 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-14T02:14:36.790 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-14T02:14:36.940 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-14T02:14:37.352 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-14T02:14:37.583 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-14T02:14:37.686 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-14T02:14:37.785 INFO:teuthology.orchestra.run.smithi122.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-14T02:14:37.852 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-14T02:14:37.930 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-14T02:14:38.067 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-14T02:14:38.143 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-14T02:14:38.206 INFO:teuthology.orchestra.run.smithi122.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-14T02:14:38.206 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-14T02:14:38.206 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-14T02:14:38.206 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-14T02:14:38.206 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-14T02:14:38.206 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-14T02:14:38.206 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-14T02:14:38.207 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-14T02:14:38.207 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-14T02:14:38.207 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-14T02:14:38.207 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-14T02:14:38.207 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-14T02:14:38.207 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-14T02:14:38.285 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-14T02:14:38.581 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-14T02:14:38.581 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-14T02:14:38.582 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-14T02:14:38.582 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-14T02:14:38.582 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-14T02:14:38.582 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-14T02:14:38.582 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-14T02:14:38.582 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-14T02:14:38.582 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-14T02:14:38.582 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-14T02:14:38.582 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-14T02:14:38.582 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-14T02:14:38.582 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-14T02:14:38.750 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-14T02:14:38.750 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-14T02:14:38.750 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-14T02:14:38.750 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-14T02:14:38.750 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-14T02:14:38.750 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-14T02:14:38.750 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-14T02:14:38.750 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-14T02:14:38.751 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-14T02:14:38.751 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-14T02:14:38.751 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-14T02:14:38.751 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-14T02:14:38.751 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-14T02:14:39.225 INFO:teuthology.orchestra.run.smithi122.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-14T02:14:39.225 INFO:teuthology.orchestra.run.smithi122.stdout: 2023-12-14T02:14:39.225 INFO:teuthology.orchestra.run.smithi122.stdout:Installed: 2023-12-14T02:14:39.225 INFO:teuthology.orchestra.run.smithi122.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-14T02:14:39.225 INFO:teuthology.orchestra.run.smithi122.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-14T02:14:39.225 INFO:teuthology.orchestra.run.smithi122.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-14T02:14:39.225 INFO:teuthology.orchestra.run.smithi122.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-14T02:14:39.225 INFO:teuthology.orchestra.run.smithi122.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-14T02:14:39.226 INFO:teuthology.orchestra.run.smithi122.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-14T02:14:39.226 INFO:teuthology.orchestra.run.smithi122.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-14T02:14:39.226 INFO:teuthology.orchestra.run.smithi122.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-14T02:14:39.226 INFO:teuthology.orchestra.run.smithi122.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-14T02:14:39.226 INFO:teuthology.orchestra.run.smithi122.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-14T02:14:39.226 INFO:teuthology.orchestra.run.smithi122.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-14T02:14:39.226 INFO:teuthology.orchestra.run.smithi122.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-14T02:14:39.226 INFO:teuthology.orchestra.run.smithi122.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-14T02:14:39.226 INFO:teuthology.orchestra.run.smithi122.stdout: 2023-12-14T02:14:39.226 INFO:teuthology.orchestra.run.smithi122.stdout:Complete! 2023-12-14T02:14:39.504 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-14T02:14:39.504 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-14T02:14:39.504 INFO:teuthology.orchestra.run.smithi145.stdout:Installed: 2023-12-14T02:14:39.505 INFO:teuthology.orchestra.run.smithi145.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-14T02:14:39.505 INFO:teuthology.orchestra.run.smithi145.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-14T02:14:39.505 INFO:teuthology.orchestra.run.smithi145.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-14T02:14:39.505 INFO:teuthology.orchestra.run.smithi145.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-14T02:14:39.505 INFO:teuthology.orchestra.run.smithi145.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-14T02:14:39.505 INFO:teuthology.orchestra.run.smithi145.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-14T02:14:39.505 INFO:teuthology.orchestra.run.smithi145.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-14T02:14:39.505 INFO:teuthology.orchestra.run.smithi145.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-14T02:14:39.505 INFO:teuthology.orchestra.run.smithi145.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-14T02:14:39.505 INFO:teuthology.orchestra.run.smithi145.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-14T02:14:39.505 INFO:teuthology.orchestra.run.smithi145.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-14T02:14:39.505 INFO:teuthology.orchestra.run.smithi145.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-14T02:14:39.505 INFO:teuthology.orchestra.run.smithi145.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-14T02:14:39.505 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-14T02:14:39.505 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2023-12-14T02:14:39.542 DEBUG:teuthology.parallel:result is None 2023-12-14T02:14:39.627 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-14T02:14:39.627 INFO:teuthology.orchestra.run.smithi121.stdout: 2023-12-14T02:14:39.627 INFO:teuthology.orchestra.run.smithi121.stdout:Installed: 2023-12-14T02:14:39.627 INFO:teuthology.orchestra.run.smithi121.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-14T02:14:39.627 INFO:teuthology.orchestra.run.smithi121.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-14T02:14:39.627 INFO:teuthology.orchestra.run.smithi121.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-14T02:14:39.627 INFO:teuthology.orchestra.run.smithi121.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-14T02:14:39.627 INFO:teuthology.orchestra.run.smithi121.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-14T02:14:39.628 INFO:teuthology.orchestra.run.smithi121.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-14T02:14:39.628 INFO:teuthology.orchestra.run.smithi121.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-14T02:14:39.628 INFO:teuthology.orchestra.run.smithi121.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-14T02:14:39.628 INFO:teuthology.orchestra.run.smithi121.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-14T02:14:39.628 INFO:teuthology.orchestra.run.smithi121.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-14T02:14:39.628 INFO:teuthology.orchestra.run.smithi121.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-14T02:14:39.628 INFO:teuthology.orchestra.run.smithi121.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-14T02:14:39.628 INFO:teuthology.orchestra.run.smithi121.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-14T02:14:39.628 INFO:teuthology.orchestra.run.smithi121.stdout: 2023-12-14T02:14:39.628 INFO:teuthology.orchestra.run.smithi121.stdout:Complete! 2023-12-14T02:14:39.906 DEBUG:teuthology.parallel:result is None 2023-12-14T02:14:40.168 DEBUG:teuthology.parallel:result is None 2023-12-14T02:14:40.168 INFO:teuthology.run_tasks:Running task install... 2023-12-14T02:14:40.178 DEBUG:teuthology.task.install:project ceph 2023-12-14T02:14:40.179 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '021ac1670a21c19759080c6da90baaeb42e7d175'}} 2023-12-14T02:14:40.179 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '021ac1670a21c19759080c6da90baaeb42e7d175'} 2023-12-14T02:14:40.179 INFO:teuthology.task.install:Using flavor: default 2023-12-14T02:14:40.185 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2023-12-14T02:14:40.185 INFO:teuthology.task.install:extra packages: [] 2023-12-14T02:14:40.186 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': '021ac1670a21c19759080c6da90baaeb42e7d175', 'tag': None, 'wait_for_package': False} 2023-12-14T02:14:40.186 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=021ac1670a21c19759080c6da90baaeb42e7d175 2023-12-14T02:14:40.188 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': '021ac1670a21c19759080c6da90baaeb42e7d175', 'tag': None, 'wait_for_package': False} 2023-12-14T02:14:40.188 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=021ac1670a21c19759080c6da90baaeb42e7d175 2023-12-14T02:14:40.189 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': '021ac1670a21c19759080c6da90baaeb42e7d175', 'tag': None, 'wait_for_package': False} 2023-12-14T02:14:40.190 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=021ac1670a21c19759080c6da90baaeb42e7d175 2023-12-14T02:14:40.337 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuri10-testing-2023-12-12-1229/021ac1670a21c19759080c6da90baaeb42e7d175/centos/8/flavors/default/ 2023-12-14T02:14:40.338 INFO:teuthology.task.install.rpm:Package version is 19.0.0-157.g021ac167 2023-12-14T02:14:40.355 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuri10-testing-2023-12-12-1229/021ac1670a21c19759080c6da90baaeb42e7d175/centos/8/flavors/default/ 2023-12-14T02:14:40.355 INFO:teuthology.task.install.rpm:Package version is 19.0.0-157.g021ac167 2023-12-14T02:14:40.437 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuri10-testing-2023-12-12-1229/021ac1670a21c19759080c6da90baaeb42e7d175/centos/8/flavors/default/ 2023-12-14T02:14:40.437 INFO:teuthology.task.install.rpm:Package version is 19.0.0-157.g021ac167 2023-12-14T02:14:40.444 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 715, in urlopen httplib_response = self._make_request( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 404, in _make_request self._validate_conn(conn) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1058, in _validate_conn conn.connect() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/connection.py", line 419, in connect self.sock = ssl_wrap_socket( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/util/ssl_.py", line 449, in ssl_wrap_socket ssl_sock = _ssl_wrap_socket_impl( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/util/ssl_.py", line 493, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/gevent/_ssl3.py", line 114, in wrap_socket return self.sslsocket_class( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/gevent/_ssl3.py", line 312, in __init__ raise x File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/gevent/_ssl3.py", line 308, in __init__ self.do_handshake() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/gevent/_ssl3.py", line 667, in do_handshake self._sslobj.do_handshake() ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1131) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/requests/adapters.py", line 440, in send resp = conn.urlopen( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 799, in urlopen retries = retries.increment( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='1.chacra.ceph.com', port=443): Max retries exceeded with url: /repos/ceph/wip-yuri10-testing-2023-12-12-1229/021ac1670a21c19759080c6da90baaeb42e7d175/centos/8/flavors/default/repo (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1131)'))) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/install/rpm.py", line 211, in _update_package_list_and_install builder.install_repo() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/packaging.py", line 779, in install_repo self._install_rpm_repo() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/packaging.py", line 1018, in _install_rpm_repo repo = self._get_repo() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/packaging.py", line 1012, in _get_repo resp = requests.get(self.repo_url) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/requests/api.py", line 75, in get return request('get', url, params=params, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/requests/api.py", line 61, in request return session.request(method=method, url=url, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/requests/sessions.py", line 529, in request resp = self.send(prep, **send_kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/requests/sessions.py", line 645, in send r = adapter.send(request, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/requests/adapters.py", line 517, in send raise SSLError(e, request=request) requests.exceptions.SSLError: HTTPSConnectionPool(host='1.chacra.ceph.com', port=443): Max retries exceeded with url: /repos/ceph/wip-yuri10-testing-2023-12-12-1229/021ac1670a21c19759080c6da90baaeb42e7d175/centos/8/flavors/default/repo (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1131)'))) 2023-12-14T02:14:40.448 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 715, in urlopen httplib_response = self._make_request( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 404, in _make_request self._validate_conn(conn) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1058, in _validate_conn conn.connect() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/connection.py", line 419, in connect self.sock = ssl_wrap_socket( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/util/ssl_.py", line 449, in ssl_wrap_socket ssl_sock = _ssl_wrap_socket_impl( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/util/ssl_.py", line 493, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/gevent/_ssl3.py", line 114, in wrap_socket return self.sslsocket_class( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/gevent/_ssl3.py", line 312, in __init__ raise x File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/gevent/_ssl3.py", line 308, in __init__ self.do_handshake() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/gevent/_ssl3.py", line 667, in do_handshake self._sslobj.do_handshake() ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1131) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/requests/adapters.py", line 440, in send resp = conn.urlopen( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 799, in urlopen retries = retries.increment( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='1.chacra.ceph.com', port=443): Max retries exceeded with url: /repos/ceph/wip-yuri10-testing-2023-12-12-1229/021ac1670a21c19759080c6da90baaeb42e7d175/centos/8/flavors/default/repo (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1131)'))) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/install/rpm.py", line 211, in _update_package_list_and_install builder.install_repo() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/packaging.py", line 779, in install_repo self._install_rpm_repo() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/packaging.py", line 1018, in _install_rpm_repo repo = self._get_repo() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/packaging.py", line 1012, in _get_repo resp = requests.get(self.repo_url) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/requests/api.py", line 75, in get return request('get', url, params=params, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/requests/api.py", line 61, in request return session.request(method=method, url=url, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/requests/sessions.py", line 529, in request resp = self.send(prep, **send_kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/requests/sessions.py", line 645, in send r = adapter.send(request, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/requests/adapters.py", line 517, in send raise SSLError(e, request=request) requests.exceptions.SSLError: HTTPSConnectionPool(host='1.chacra.ceph.com', port=443): Max retries exceeded with url: /repos/ceph/wip-yuri10-testing-2023-12-12-1229/021ac1670a21c19759080c6da90baaeb42e7d175/centos/8/flavors/default/repo (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1131)'))) 2023-12-14T02:14:40.533 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=f075d57fd886422eaa9755794180a09e Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 715, in urlopen httplib_response = self._make_request( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 404, in _make_request self._validate_conn(conn) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1058, in _validate_conn conn.connect() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/connection.py", line 419, in connect self.sock = ssl_wrap_socket( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/util/ssl_.py", line 449, in ssl_wrap_socket ssl_sock = _ssl_wrap_socket_impl( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/util/ssl_.py", line 493, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/gevent/_ssl3.py", line 114, in wrap_socket return self.sslsocket_class( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/gevent/_ssl3.py", line 312, in __init__ raise x File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/gevent/_ssl3.py", line 308, in __init__ self.do_handshake() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/gevent/_ssl3.py", line 667, in do_handshake self._sslobj.do_handshake() ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1131) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/requests/adapters.py", line 440, in send resp = conn.urlopen( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 799, in urlopen retries = retries.increment( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='1.chacra.ceph.com', port=443): Max retries exceeded with url: /repos/ceph/wip-yuri10-testing-2023-12-12-1229/021ac1670a21c19759080c6da90baaeb42e7d175/centos/8/flavors/default/repo (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1131)'))) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/install/rpm.py", line 211, in _update_package_list_and_install builder.install_repo() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/packaging.py", line 779, in install_repo self._install_rpm_repo() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/packaging.py", line 1018, in _install_rpm_repo repo = self._get_repo() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/packaging.py", line 1012, in _get_repo resp = requests.get(self.repo_url) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/requests/api.py", line 75, in get return request('get', url, params=params, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/requests/api.py", line 61, in request return session.request(method=method, url=url, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/requests/sessions.py", line 529, in request resp = self.send(prep, **send_kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/requests/sessions.py", line 645, in send r = adapter.send(request, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/requests/adapters.py", line 517, in send raise SSLError(e, request=request) requests.exceptions.SSLError: HTTPSConnectionPool(host='1.chacra.ceph.com', port=443): Max retries exceeded with url: /repos/ceph/wip-yuri10-testing-2023-12-12-1229/021ac1670a21c19759080c6da90baaeb42e7d175/centos/8/flavors/default/repo (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1131)'))) 2023-12-14T02:14:40.540 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-14T02:14:40.549 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-14T02:14:40.565 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-14T02:14:40.565 DEBUG:teuthology.orchestra.run.smithi121:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-14T02:14:40.613 DEBUG:teuthology.orchestra.run.smithi122:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-14T02:14:40.616 DEBUG:teuthology.orchestra.run.smithi145:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-14T02:14:40.625 INFO:teuthology.orchestra.run.smithi121.stderr:bash: ntpq: command not found 2023-12-14T02:14:40.630 INFO:teuthology.orchestra.run.smithi121.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-14T02:14:40.630 INFO:teuthology.orchestra.run.smithi121.stdout:=============================================================================== 2023-12-14T02:14:40.630 INFO:teuthology.orchestra.run.smithi121.stdout:^+ hv01.front.sepia.ceph.com 2 6 17 11 +626us[ +626us] +/- 74ms 2023-12-14T02:14:40.630 INFO:teuthology.orchestra.run.smithi121.stdout:^* hv02.front.sepia.ceph.com 3 6 17 11 +524us[ +521us] +/- 73ms 2023-12-14T02:14:40.630 INFO:teuthology.orchestra.run.smithi121.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 11 -1188us[-1191us] +/- 75ms 2023-12-14T02:14:40.630 INFO:teuthology.orchestra.run.smithi121.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-14T02:14:40.632 INFO:teuthology.orchestra.run.smithi122.stderr:bash: ntpq: command not found 2023-12-14T02:14:40.634 INFO:teuthology.orchestra.run.smithi145.stderr:bash: ntpq: command not found 2023-12-14T02:14:40.636 INFO:teuthology.orchestra.run.smithi122.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-14T02:14:40.636 INFO:teuthology.orchestra.run.smithi122.stdout:=============================================================================== 2023-12-14T02:14:40.637 INFO:teuthology.orchestra.run.smithi122.stdout:^+ hv01.front.sepia.ceph.com 2 6 17 11 +635us[ +635us] +/- 74ms 2023-12-14T02:14:40.637 INFO:teuthology.orchestra.run.smithi122.stdout:^* hv02.front.sepia.ceph.com 3 6 17 10 +527us[ +528us] +/- 73ms 2023-12-14T02:14:40.637 INFO:teuthology.orchestra.run.smithi122.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 10 -1198us[-1198us] +/- 75ms 2023-12-14T02:14:40.637 INFO:teuthology.orchestra.run.smithi122.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-14T02:14:40.638 INFO:teuthology.orchestra.run.smithi145.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-14T02:14:40.639 INFO:teuthology.orchestra.run.smithi145.stdout:=============================================================================== 2023-12-14T02:14:40.639 INFO:teuthology.orchestra.run.smithi145.stdout:^+ hv01.front.sepia.ceph.com 2 6 17 10 +628us[ +628us] +/- 74ms 2023-12-14T02:14:40.639 INFO:teuthology.orchestra.run.smithi145.stdout:^* hv02.front.sepia.ceph.com 3 6 17 11 +521us[ +522us] +/- 73ms 2023-12-14T02:14:40.639 INFO:teuthology.orchestra.run.smithi145.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 11 -1183us[-1182us] +/- 75ms 2023-12-14T02:14:40.639 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-14T02:14:40.640 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-14T02:14:40.648 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-14T02:14:40.649 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-14T02:14:40.658 DEBUG:teuthology.orchestra.run.smithi121:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-14T02:14:40.762 DEBUG:teuthology.orchestra.run.smithi122:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-14T02:14:40.850 DEBUG:teuthology.orchestra.run.smithi145:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-14T02:14:40.942 DEBUG:teuthology.orchestra.run.smithi121:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-14T02:14:40.976 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T02:14:40.976 DEBUG:teuthology.orchestra.run.smithi122:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-14T02:14:41.008 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T02:14:41.009 DEBUG:teuthology.orchestra.run.smithi145:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-14T02:14:41.042 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T02:14:41.042 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-14T02:14:41.052 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-14T02:14:41.061 INFO:teuthology.task.internal:Duration was 464.289036 seconds 2023-12-14T02:14:41.061 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-14T02:14:41.070 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-14T02:14:41.071 DEBUG:teuthology.orchestra.run.smithi121:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-14T02:14:41.073 DEBUG:teuthology.orchestra.run.smithi122:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-14T02:14:41.076 DEBUG:teuthology.orchestra.run.smithi145:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-14T02:14:41.119 INFO:teuthology.orchestra.run.smithi121.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-14T02:14:41.120 INFO:teuthology.orchestra.run.smithi122.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-14T02:14:41.130 INFO:teuthology.orchestra.run.smithi145.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-14T02:14:41.490 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-14T02:14:41.490 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi121.front.sepia.ceph.com 2023-12-14T02:14:41.490 DEBUG:teuthology.orchestra.run.smithi121:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-14T02:14:41.516 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi122.front.sepia.ceph.com 2023-12-14T02:14:41.516 DEBUG:teuthology.orchestra.run.smithi122:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-14T02:14:41.537 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi145.front.sepia.ceph.com 2023-12-14T02:14:41.537 DEBUG:teuthology.orchestra.run.smithi145:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-14T02:14:41.561 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-14T02:14:41.562 DEBUG:teuthology.orchestra.run.smithi121:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-14T02:14:41.564 DEBUG:teuthology.orchestra.run.smithi122:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-14T02:14:41.580 DEBUG:teuthology.orchestra.run.smithi145:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-14T02:14:41.640 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-14T02:14:41.641 DEBUG:teuthology.orchestra.run.smithi121:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-14T02:14:41.645 DEBUG:teuthology.orchestra.run.smithi122:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-14T02:14:41.657 DEBUG:teuthology.orchestra.run.smithi145:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-14T02:14:41.756 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-14T02:14:41.765 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-14T02:14:41.765 DEBUG:teuthology.orchestra.run.smithi121:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-14T02:14:41.793 DEBUG:teuthology.orchestra.run.smithi122:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-14T02:14:41.820 DEBUG:teuthology.orchestra.run.smithi145:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-14T02:14:41.847 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-14T02:14:41.856 DEBUG:teuthology.orchestra.run.smithi121:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-14T02:14:41.859 DEBUG:teuthology.orchestra.run.smithi122:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-14T02:14:41.862 DEBUG:teuthology.orchestra.run.smithi145:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-14T02:14:41.883 INFO:teuthology.orchestra.run.smithi121.stdout:kernel.core_pattern = core 2023-12-14T02:14:41.885 INFO:teuthology.orchestra.run.smithi122.stdout:kernel.core_pattern = core 2023-12-14T02:14:41.913 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern = core 2023-12-14T02:14:41.940 DEBUG:teuthology.orchestra.run.smithi121:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-14T02:14:41.964 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T02:14:41.965 DEBUG:teuthology.orchestra.run.smithi122:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-14T02:14:41.981 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T02:14:41.981 DEBUG:teuthology.orchestra.run.smithi145:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-14T02:14:41.998 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T02:14:41.998 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-14T02:14:42.009 INFO:teuthology.task.internal:Transferring archived files... 2023-12-14T02:14:42.010 DEBUG:teuthology.misc:Transferring archived files from smithi121:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7490911/remote/smithi121 2023-12-14T02:14:42.011 DEBUG:teuthology.orchestra.run.smithi121:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-14T02:14:42.062 DEBUG:teuthology.misc:Transferring archived files from smithi122:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7490911/remote/smithi122 2023-12-14T02:14:42.063 DEBUG:teuthology.orchestra.run.smithi122:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-14T02:14:42.108 DEBUG:teuthology.misc:Transferring archived files from smithi145:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7490911/remote/smithi145 2023-12-14T02:14:42.109 DEBUG:teuthology.orchestra.run.smithi145:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-14T02:14:42.156 INFO:teuthology.task.internal:Removing archive directory... 2023-12-14T02:14:42.156 DEBUG:teuthology.orchestra.run.smithi121:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-14T02:14:42.158 DEBUG:teuthology.orchestra.run.smithi122:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-14T02:14:42.160 DEBUG:teuthology.orchestra.run.smithi145:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-14T02:14:42.208 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-14T02:14:42.221 INFO:teuthology.task.internal:Not uploading archives. 2023-12-14T02:14:42.221 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-14T02:14:42.330 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-14T02:14:42.331 DEBUG:teuthology.orchestra.run.smithi121:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-14T02:14:42.334 DEBUG:teuthology.orchestra.run.smithi122:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-14T02:14:42.336 DEBUG:teuthology.orchestra.run.smithi145:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-14T02:14:42.349 INFO:teuthology.orchestra.run.smithi121.stdout: 525359 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 14 02:14 /home/ubuntu/cephtest 2023-12-14T02:14:42.351 INFO:teuthology.orchestra.run.smithi122.stdout: 525359 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 14 02:14 /home/ubuntu/cephtest 2023-12-14T02:14:42.353 INFO:teuthology.orchestra.run.smithi145.stdout: 525359 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 14 02:14 /home/ubuntu/cephtest 2023-12-14T02:14:42.355 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-14T02:14:42.365 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-14T02:14:42.385 INFO:teuthology.nuke:Checking targets against current locks 2023-12-14T02:14:42.414 DEBUG:teuthology.nuke:shortname: smithi121 2023-12-14T02:14:42.414 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-14T02:14:42.435 DEBUG:teuthology.nuke:shortname: smithi122 2023-12-14T02:14:42.435 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-14T02:14:42.440 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi121.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7490911', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-14 01:58:40.511644', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBg39oGY+i+7J2huY2yYjZ65OyMuaZrdasuVBaEzJbhzzt62DiciAGRMe1rzhbquXxUhBikJytOqookCRYDh0JM='} 2023-12-14T02:14:42.459 DEBUG:teuthology.nuke:shortname: smithi145 2023-12-14T02:14:42.460 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-14T02:14:42.463 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi122.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7490911', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-14 01:58:40.508324', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLep1gQvDQmjT9SiGr/jmG6g53uWnqAdU9fCHE5QavK4tXZImrP0FfKvoSt+sHUEnGwv55ujfelZJg2rf+/7PsE='} 2023-12-14T02:14:42.496 INFO:teuthology.orchestra.console.smithi121:Power off 2023-12-14T02:14:42.497 DEBUG:teuthology.orchestra.console.smithi121:pexpect command: ipmitool -H smithi121.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-14T02:14:42.505 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi145.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7490911', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-14 01:58:40.510186', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJtMXpXkogA5E9YVA31wz9Hqsf2rchI0JnCoyW/MuFSeCmaeDIUOOGPNSzvf5kFatNrAa2nEg67xOFuMRmsVFVk='} 2023-12-14T02:14:42.519 DEBUG:teuthology.orchestra.console.smithi121:power off output: Chassis Power Control: Down/Off 2023-12-14T02:14:42.519 DEBUG:teuthology.orchestra.console.smithi121:pexpect command: ipmitool -H smithi121.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T02:14:42.539 INFO:teuthology.orchestra.console.smithi122:Power off 2023-12-14T02:14:42.539 DEBUG:teuthology.orchestra.console.smithi122:pexpect command: ipmitool -H smithi122.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-14T02:14:42.551 DEBUG:teuthology.orchestra.console.smithi121:check power output: Chassis Power is on 2023-12-14T02:14:42.565 DEBUG:teuthology.orchestra.console.smithi122:power off output: Chassis Power Control: Down/Off 2023-12-14T02:14:42.565 DEBUG:teuthology.orchestra.console.smithi122:pexpect command: ipmitool -H smithi122.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T02:14:42.580 INFO:teuthology.orchestra.console.smithi145:Power off 2023-12-14T02:14:42.580 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-14T02:14:42.591 DEBUG:teuthology.orchestra.console.smithi122:check power output: Chassis Power is on 2023-12-14T02:14:42.603 DEBUG:teuthology.orchestra.console.smithi145:power off output: Chassis Power Control: Down/Off 2023-12-14T02:14:42.603 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T02:14:42.628 DEBUG:teuthology.orchestra.console.smithi145:check power output: Chassis Power is on 2023-12-14T02:14:46.552 DEBUG:teuthology.orchestra.console.smithi121:pexpect command: ipmitool -H smithi121.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T02:14:46.592 DEBUG:teuthology.orchestra.console.smithi122:pexpect command: ipmitool -H smithi122.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T02:14:46.629 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T02:14:46.663 DEBUG:teuthology.orchestra.console.smithi121:check power output: Chassis Power is on 2023-12-14T02:14:46.702 DEBUG:teuthology.orchestra.console.smithi122:check power output: Chassis Power is on 2023-12-14T02:14:46.740 DEBUG:teuthology.orchestra.console.smithi145:check power output: Chassis Power is on 2023-12-14T02:14:50.665 DEBUG:teuthology.orchestra.console.smithi121:pexpect command: ipmitool -H smithi121.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T02:14:50.703 DEBUG:teuthology.orchestra.console.smithi122:pexpect command: ipmitool -H smithi122.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T02:14:50.740 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T02:14:50.776 DEBUG:teuthology.orchestra.console.smithi121:check power output: Chassis Power is on 2023-12-14T02:14:50.815 DEBUG:teuthology.orchestra.console.smithi122:check power output: Chassis Power is on 2023-12-14T02:14:50.851 DEBUG:teuthology.orchestra.console.smithi145:check power output: Chassis Power is on 2023-12-14T02:14:54.779 DEBUG:teuthology.orchestra.console.smithi121:pexpect command: ipmitool -H smithi121.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T02:14:54.817 DEBUG:teuthology.orchestra.console.smithi122:pexpect command: ipmitool -H smithi122.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T02:14:54.852 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T02:14:54.890 DEBUG:teuthology.orchestra.console.smithi121:check power output: Chassis Power is off 2023-12-14T02:14:54.926 DEBUG:teuthology.orchestra.console.smithi122:check power output: Chassis Power is off 2023-12-14T02:14:54.963 DEBUG:teuthology.orchestra.console.smithi145:check power output: Chassis Power is off 2023-12-14T02:14:54.992 INFO:teuthology.orchestra.console.smithi121:Power off completed 2023-12-14T02:14:55.027 INFO:teuthology.orchestra.console.smithi122:Power off completed 2023-12-14T02:14:55.064 INFO:teuthology.orchestra.console.smithi145:Power off completed 2023-12-14T02:14:55.170 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_8.stream_container_tools agent/on mon_election/classic task/test_set_mon_crush_locations} duration: 464.2890362739563 failure_reason: 'HTTPSConnectionPool(host=''1.chacra.ceph.com'', port=443): Max retries exceeded with url: /repos/ceph/wip-yuri10-testing-2023-12-12-1229/021ac1670a21c19759080c6da90baaeb42e7d175/centos/8/flavors/default/repo (Caused by SSLError(SSLCertVerificationError(1, ''[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1131)'')))' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=f075d57fd886422eaa9755794180a09e status: fail success: false 2023-12-14T02:14:55.170 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-14T02:14:55.252 INFO:teuthology.run:FAIL