2023-12-14T01:18:12.547 INFO:root:teuthology version: 0.0.1.dev216+g5f3731e 2023-12-14T01:18:12.547 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --description rados/cephadm/workunits/{0-distro/ubuntu_20.04 agent/on mon_election/classic task/test_host_drain} --archive /home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7490839 --name yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7490839/orig.config.yaml 2023-12-14T01:18:12.579 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-14T01:18:12.656 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/7490839 branch: wip-yuri10-testing-2023-12-12-1229 description: rados/cephadm/workunits/{0-distro/ubuntu_20.04 agent/on mon_election/classic task/test_host_drain} email: yweinste@redhat.com first_in_suite: false job_id: '7490839' 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: ubuntu os_version: '20.04' 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 kernel: hwe: true 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 - mon.a - mgr.a - osd.0 - osd.1 - - host.b - mon.b - mgr.b - osd.2 - osd.3 - - host.c - mon.c - osd.4 - osd.5 seed: 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: smithi059.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi072.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi134.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - "set -ex\nHOSTNAMES=$(ceph orch host ls --format json | jq -r '.[] | .hostname')\n\ for host in $HOSTNAMES; do\n # find the hostname for \"host.c\" which will\ \ have no mgr\n HAS_MGRS=$(ceph orch ps --hostname ${host} --format json |\ \ jq 'any(.daemon_type == \"mgr\")')\n if [ \"$HAS_MGRS\" == \"false\" ]; then\n\ \ HOST_C=\"${host}\"\n fi\ndone\n# One last thing to worry about before\ \ draining the host\n# is that the teuthology test tends to put the explicit\n\ # hostnames in the placement for the mon service.\n# We want to make sure we\ \ can drain without providing\n# --force and there is a check for the host being\ \ removed\n# being listed explicitly in the placements. Therefore,\n# we should\ \ remove it from the mon placement.\nceph orch ls mon --export > mon.yaml\n\ sed /\"$HOST_C\"/d mon.yaml > mon_adjusted.yaml\nceph orch apply -i mon_adjusted.yaml\n\ # now drain that host\nceph orch host drain $HOST_C --zap-osd-devices\n# wait\ \ for drain to complete\nHOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\n\ while [ \"$HOST_C_DAEMONS\" != \"No daemons reported\" ]; do\n sleep 15\n \ \ HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\ndone\n# we want to check\ \ the ability to remove the host from\n# the CRUSH map, so we should first verify\ \ the host is in\n# the CRUSH map.\nceph osd getcrushmap -o compiled-crushmap\n\ crushtool -d compiled-crushmap -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\n\ if ! grep -q \"$HOST_C\" <<< \"$CRUSH_MAP\"; then\n printf \"Expected to see\ \ $HOST_C in CRUSH map. Saw:\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n# If the drain\ \ was successful, we should be able to remove the\n# host without force with\ \ no issues. If there are still daemons\n# we will get a response telling us\ \ to drain the host and a\n# non-zero return code\nceph orch host rm $HOST_C\ \ --rm-crush-entry\n# verify we've successfully removed the host from the CRUSH\ \ map\nsleep 30\nceph osd getcrushmap -o compiled-crushmap\ncrushtool -d compiled-crushmap\ \ -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\nif grep -q \"$HOST_C\" <<<\ \ \"$CRUSH_MAP\"; then\n printf \"Saw $HOST_C in CRUSH map after it should\ \ have been removed.\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73 timestamp: 2023-12-13_20:42:37 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-14T01:18:12.656 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_021ac1670a21c19759080c6da90baaeb42e7d175/qa; will attempt to use it 2023-12-14T01:18:12.657 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_021ac1670a21c19759080c6da90baaeb42e7d175/qa/tasks 2023-12-14T01:18:12.657 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-14T01:18:12.658 INFO:teuthology.task.internal:Checking packages... 2023-12-14T01:18:12.686 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '021ac1670a21c19759080c6da90baaeb42e7d175' 2023-12-14T01:18:12.686 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-14T01:18:12.686 INFO:teuthology.packaging:ref: None 2023-12-14T01:18:12.686 INFO:teuthology.packaging:tag: None 2023-12-14T01:18:12.686 INFO:teuthology.packaging:branch: wip-yuri10-testing-2023-12-12-1229 2023-12-14T01:18:12.686 INFO:teuthology.packaging:sha1: 021ac1670a21c19759080c6da90baaeb42e7d175 2023-12-14T01:18:12.687 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-yuri10-testing-2023-12-12-1229 2023-12-14T01:18:12.825 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-157-g021ac167-1focal 2023-12-14T01:18:12.826 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-14T01:18:12.832 INFO:teuthology.task.internal:no buildpackages task found 2023-12-14T01:18:12.832 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-14T01:18:12.855 INFO:teuthology.task.internal:Saving configuration 2023-12-14T01:18:12.869 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-14T01:18:12.875 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-14T01:18:12.899 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi059.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/7490839', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-14 01:10:27.643875', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-14T01:18:12.921 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi072.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/7490839', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-14 01:10:27.645884', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-14T01:18:12.942 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi134.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/7490839', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-14 01:10:27.647580', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-14T01:18:12.942 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-14T01:18:12.948 INFO:teuthology.task.internal:roles: ubuntu@smithi059.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2023-12-14T01:18:12.948 INFO:teuthology.task.internal:roles: ubuntu@smithi072.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2023-12-14T01:18:12.948 INFO:teuthology.task.internal:roles: ubuntu@smithi134.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2023-12-14T01:18:12.948 INFO:teuthology.run_tasks:Running task console_log... 2023-12-14T01:18:13.052 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fb246952e50>, signals=[15]) 2023-12-14T01:18:13.053 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-14T01:18:13.061 INFO:teuthology.task.internal:Opening connections... 2023-12-14T01:18:13.061 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi059.front.sepia.ceph.com 2023-12-14T01:18:13.063 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi059.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T01:18:13.118 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi072.front.sepia.ceph.com 2023-12-14T01:18:13.119 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi072.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T01:18:13.166 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi134.front.sepia.ceph.com 2023-12-14T01:18:13.166 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T01:18:13.213 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-14T01:18:13.219 DEBUG:teuthology.orchestra.run.smithi059:> uname -m 2023-12-14T01:18:13.226 INFO:teuthology.orchestra.run.smithi059.stdout:x86_64 2023-12-14T01:18:13.227 DEBUG:teuthology.orchestra.run.smithi059:> cat /etc/os-release 2023-12-14T01:18:13.277 INFO:teuthology.orchestra.run.smithi059.stdout:NAME="Ubuntu" 2023-12-14T01:18:13.277 INFO:teuthology.orchestra.run.smithi059.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-14T01:18:13.277 INFO:teuthology.orchestra.run.smithi059.stdout:ID=ubuntu 2023-12-14T01:18:13.277 INFO:teuthology.orchestra.run.smithi059.stdout:ID_LIKE=debian 2023-12-14T01:18:13.277 INFO:teuthology.orchestra.run.smithi059.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-14T01:18:13.277 INFO:teuthology.orchestra.run.smithi059.stdout:VERSION_ID="20.04" 2023-12-14T01:18:13.277 INFO:teuthology.orchestra.run.smithi059.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-14T01:18:13.278 INFO:teuthology.orchestra.run.smithi059.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-14T01:18:13.278 INFO:teuthology.orchestra.run.smithi059.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-14T01:18:13.278 INFO:teuthology.orchestra.run.smithi059.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-14T01:18:13.278 INFO:teuthology.orchestra.run.smithi059.stdout:VERSION_CODENAME=focal 2023-12-14T01:18:13.278 INFO:teuthology.orchestra.run.smithi059.stdout:UBUNTU_CODENAME=focal 2023-12-14T01:18:13.278 INFO:teuthology.lock.ops:Updating smithi059.front.sepia.ceph.com on lock server 2023-12-14T01:18:13.301 DEBUG:teuthology.orchestra.run.smithi072:> uname -m 2023-12-14T01:18:13.308 INFO:teuthology.orchestra.run.smithi072.stdout:x86_64 2023-12-14T01:18:13.308 DEBUG:teuthology.orchestra.run.smithi072:> cat /etc/os-release 2023-12-14T01:18:13.359 INFO:teuthology.orchestra.run.smithi072.stdout:NAME="Ubuntu" 2023-12-14T01:18:13.360 INFO:teuthology.orchestra.run.smithi072.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-14T01:18:13.360 INFO:teuthology.orchestra.run.smithi072.stdout:ID=ubuntu 2023-12-14T01:18:13.360 INFO:teuthology.orchestra.run.smithi072.stdout:ID_LIKE=debian 2023-12-14T01:18:13.360 INFO:teuthology.orchestra.run.smithi072.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-14T01:18:13.360 INFO:teuthology.orchestra.run.smithi072.stdout:VERSION_ID="20.04" 2023-12-14T01:18:13.360 INFO:teuthology.orchestra.run.smithi072.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-14T01:18:13.360 INFO:teuthology.orchestra.run.smithi072.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-14T01:18:13.360 INFO:teuthology.orchestra.run.smithi072.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-14T01:18:13.360 INFO:teuthology.orchestra.run.smithi072.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-14T01:18:13.360 INFO:teuthology.orchestra.run.smithi072.stdout:VERSION_CODENAME=focal 2023-12-14T01:18:13.361 INFO:teuthology.orchestra.run.smithi072.stdout:UBUNTU_CODENAME=focal 2023-12-14T01:18:13.361 INFO:teuthology.lock.ops:Updating smithi072.front.sepia.ceph.com on lock server 2023-12-14T01:18:13.384 DEBUG:teuthology.orchestra.run.smithi134:> uname -m 2023-12-14T01:18:13.391 INFO:teuthology.orchestra.run.smithi134.stdout:x86_64 2023-12-14T01:18:13.392 DEBUG:teuthology.orchestra.run.smithi134:> cat /etc/os-release 2023-12-14T01:18:13.438 INFO:teuthology.orchestra.run.smithi134.stdout:NAME="Ubuntu" 2023-12-14T01:18:13.438 INFO:teuthology.orchestra.run.smithi134.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-14T01:18:13.438 INFO:teuthology.orchestra.run.smithi134.stdout:ID=ubuntu 2023-12-14T01:18:13.438 INFO:teuthology.orchestra.run.smithi134.stdout:ID_LIKE=debian 2023-12-14T01:18:13.438 INFO:teuthology.orchestra.run.smithi134.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-14T01:18:13.438 INFO:teuthology.orchestra.run.smithi134.stdout:VERSION_ID="20.04" 2023-12-14T01:18:13.439 INFO:teuthology.orchestra.run.smithi134.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-14T01:18:13.439 INFO:teuthology.orchestra.run.smithi134.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-14T01:18:13.439 INFO:teuthology.orchestra.run.smithi134.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-14T01:18:13.439 INFO:teuthology.orchestra.run.smithi134.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-14T01:18:13.439 INFO:teuthology.orchestra.run.smithi134.stdout:VERSION_CODENAME=focal 2023-12-14T01:18:13.439 INFO:teuthology.orchestra.run.smithi134.stdout:UBUNTU_CODENAME=focal 2023-12-14T01:18:13.439 INFO:teuthology.lock.ops:Updating smithi134.front.sepia.ceph.com on lock server 2023-12-14T01:18:13.459 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-14T01:18:13.468 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-14T01:18:13.506 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-14T01:18:13.506 DEBUG:teuthology.orchestra.run.smithi059:> test '!' -e /home/ubuntu/cephtest 2023-12-14T01:18:13.509 DEBUG:teuthology.orchestra.run.smithi072:> test '!' -e /home/ubuntu/cephtest 2023-12-14T01:18:13.511 DEBUG:teuthology.orchestra.run.smithi134:> test '!' -e /home/ubuntu/cephtest 2023-12-14T01:18:13.516 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-14T01:18:13.522 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-14T01:18:13.522 DEBUG:teuthology.orchestra.run.smithi059:> test -z $(ls -A /var/lib/ceph) 2023-12-14T01:18:13.524 DEBUG:teuthology.orchestra.run.smithi072:> test -z $(ls -A /var/lib/ceph) 2023-12-14T01:18:13.526 DEBUG:teuthology.orchestra.run.smithi134:> test -z $(ls -A /var/lib/ceph) 2023-12-14T01:18:13.577 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-14T01:18:13.647 INFO:teuthology.run_tasks:Running task kernel... 2023-12-14T01:18:13.662 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-14T01:18:13.662 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2023-12-14T01:18:13.663 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'mon.a': {'hwe': True}, 'mgr.a': {'hwe': True}, 'osd.0': {'hwe': True}, 'osd.1': {'hwe': True}, 'host.b': {'hwe': True}, 'mon.b': {'hwe': True}, 'mgr.b': {'hwe': True}, 'osd.2': {'hwe': True}, 'osd.3': {'hwe': True}, 'host.c': {'hwe': True}, 'mon.c': {'hwe': True}, 'osd.4': {'hwe': True}, 'osd.5': {'hwe': True}} 2023-12-14T01:18:13.663 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro', 'hwe': True}, 'host.b': {'kdb': True, 'sha1': 'distro', 'hwe': True}, 'host.c': {'kdb': True, 'sha1': 'distro', 'hwe': True}}, timeout 300 2023-12-14T01:18:13.664 DEBUG:teuthology.orchestra.run.smithi059:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-14T01:18:13.664 DEBUG:teuthology.orchestra.run.smithi072:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-14T01:18:13.665 DEBUG:teuthology.orchestra.run.smithi134:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-14T01:18:13.670 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T01:18:13.670 DEBUG:teuthology.orchestra.run.smithi072:> uname -r 2023-12-14T01:18:13.671 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T01:18:13.671 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T01:18:13.672 DEBUG:teuthology.orchestra.run.smithi134:> uname -r 2023-12-14T01:18:13.672 DEBUG:teuthology.orchestra.run.smithi059:> uname -r 2023-12-14T01:18:13.680 INFO:teuthology.orchestra.run.smithi072.stdout:5.4.0-124-generic 2023-12-14T01:18:13.680 INFO:teuthology.task.kernel:Running kernel on smithi072: 5.4.0-124-generic 2023-12-14T01:18:13.680 DEBUG:teuthology.orchestra.run.smithi072:> sudo apt-get clean 2023-12-14T01:18:13.681 INFO:teuthology.orchestra.run.smithi059.stdout:5.4.0-124-generic 2023-12-14T01:18:13.681 INFO:teuthology.task.kernel:Running kernel on smithi059: 5.4.0-124-generic 2023-12-14T01:18:13.681 DEBUG:teuthology.orchestra.run.smithi059:> sudo apt-get clean 2023-12-14T01:18:13.722 INFO:teuthology.orchestra.run.smithi134.stdout:5.4.0-124-generic 2023-12-14T01:18:13.722 INFO:teuthology.task.kernel:Running kernel on smithi134: 5.4.0-124-generic 2023-12-14T01:18:13.722 DEBUG:teuthology.orchestra.run.smithi134:> sudo apt-get clean 2023-12-14T01:18:13.820 DEBUG:teuthology.orchestra.run.smithi134:> sudo apt-get update 2023-12-14T01:18:13.827 DEBUG:teuthology.orchestra.run.smithi059:> sudo apt-get update 2023-12-14T01:18:13.832 DEBUG:teuthology.orchestra.run.smithi072:> sudo apt-get update 2023-12-14T01:18:14.001 INFO:teuthology.orchestra.run.smithi072.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-14T01:18:14.013 INFO:teuthology.orchestra.run.smithi072.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-14T01:18:14.078 INFO:teuthology.orchestra.run.smithi072.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-14T01:18:14.089 INFO:teuthology.orchestra.run.smithi072.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-14T01:18:14.131 INFO:teuthology.orchestra.run.smithi059.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-14T01:18:14.131 INFO:teuthology.orchestra.run.smithi059.stdout:Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-14T01:18:14.186 INFO:teuthology.orchestra.run.smithi059.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-14T01:18:14.272 INFO:teuthology.orchestra.run.smithi134.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-14T01:18:14.274 INFO:teuthology.orchestra.run.smithi134.stdout:Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-14T01:18:14.274 INFO:teuthology.orchestra.run.smithi134.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-14T01:18:14.336 INFO:teuthology.orchestra.run.smithi134.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-14T01:18:14.392 INFO:teuthology.orchestra.run.smithi072.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [918 kB] 2023-12-14T01:18:14.510 INFO:teuthology.orchestra.run.smithi072.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,020 kB] 2023-12-14T01:18:14.530 INFO:teuthology.orchestra.run.smithi059.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-14T01:18:14.555 INFO:teuthology.orchestra.run.smithi072.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [488 kB] 2023-12-14T01:18:14.561 INFO:teuthology.orchestra.run.smithi072.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-14T01:18:14.561 INFO:teuthology.orchestra.run.smithi072.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-14T01:18:14.561 INFO:teuthology.orchestra.run.smithi072.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,569 kB] 2023-12-14T01:18:14.591 INFO:teuthology.orchestra.run.smithi072.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [359 kB] 2023-12-14T01:18:14.595 INFO:teuthology.orchestra.run.smithi072.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-14T01:18:14.596 INFO:teuthology.orchestra.run.smithi072.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,140 kB] 2023-12-14T01:18:14.596 INFO:teuthology.orchestra.run.smithi059.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [692 kB] 2023-12-14T01:18:14.611 INFO:teuthology.orchestra.run.smithi072.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [762 kB] 2023-12-14T01:18:14.624 INFO:teuthology.orchestra.run.smithi072.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [273 kB] 2023-12-14T01:18:14.627 INFO:teuthology.orchestra.run.smithi072.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-14T01:18:14.629 INFO:teuthology.orchestra.run.smithi072.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-14T01:18:14.629 INFO:teuthology.orchestra.run.smithi072.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-14T01:18:14.629 INFO:teuthology.orchestra.run.smithi072.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-14T01:18:14.629 INFO:teuthology.orchestra.run.smithi072.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-14T01:18:14.647 INFO:teuthology.orchestra.run.smithi072.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-14T01:18:14.648 INFO:teuthology.orchestra.run.smithi072.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-14T01:18:14.649 INFO:teuthology.orchestra.run.smithi072.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-14T01:18:14.649 INFO:teuthology.orchestra.run.smithi072.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-14T01:18:14.649 INFO:teuthology.orchestra.run.smithi072.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-14T01:18:14.650 INFO:teuthology.orchestra.run.smithi072.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-14T01:18:14.658 INFO:teuthology.orchestra.run.smithi134.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [692 kB] 2023-12-14T01:18:14.706 INFO:teuthology.orchestra.run.smithi072.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,640 kB] 2023-12-14T01:18:14.739 INFO:teuthology.orchestra.run.smithi059.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,020 kB] 2023-12-14T01:18:14.765 INFO:teuthology.orchestra.run.smithi134.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,640 kB] 2023-12-14T01:18:14.782 INFO:teuthology.orchestra.run.smithi134.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,020 kB] 2023-12-14T01:18:14.809 INFO:teuthology.orchestra.run.smithi134.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [405 kB] 2023-12-14T01:18:14.813 INFO:teuthology.orchestra.run.smithi134.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-14T01:18:14.813 INFO:teuthology.orchestra.run.smithi134.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,451 kB] 2023-12-14T01:18:14.838 INFO:teuthology.orchestra.run.smithi134.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-14T01:18:14.839 INFO:teuthology.orchestra.run.smithi134.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [342 kB] 2023-12-14T01:18:14.842 INFO:teuthology.orchestra.run.smithi134.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-14T01:18:14.842 INFO:teuthology.orchestra.run.smithi134.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [915 kB] 2023-12-14T01:18:14.854 INFO:teuthology.orchestra.run.smithi134.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [634 kB] 2023-12-14T01:18:14.860 INFO:teuthology.orchestra.run.smithi134.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [192 kB] 2023-12-14T01:18:14.862 INFO:teuthology.orchestra.run.smithi134.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-14T01:18:14.865 INFO:teuthology.orchestra.run.smithi134.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-14T01:18:14.865 INFO:teuthology.orchestra.run.smithi134.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-14T01:18:14.866 INFO:teuthology.orchestra.run.smithi134.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-14T01:18:14.866 INFO:teuthology.orchestra.run.smithi134.stdout:Get:21 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-14T01:18:14.885 INFO:teuthology.orchestra.run.smithi134.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [918 kB] 2023-12-14T01:18:14.894 INFO:teuthology.orchestra.run.smithi134.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [488 kB] 2023-12-14T01:18:14.898 INFO:teuthology.orchestra.run.smithi134.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-14T01:18:14.898 INFO:teuthology.orchestra.run.smithi134.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-14T01:18:14.899 INFO:teuthology.orchestra.run.smithi134.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,569 kB] 2023-12-14T01:18:14.916 INFO:teuthology.orchestra.run.smithi134.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [359 kB] 2023-12-14T01:18:14.918 INFO:teuthology.orchestra.run.smithi134.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-14T01:18:14.919 INFO:teuthology.orchestra.run.smithi134.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [762 kB] 2023-12-14T01:18:14.924 INFO:teuthology.orchestra.run.smithi134.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,140 kB] 2023-12-14T01:18:14.931 INFO:teuthology.orchestra.run.smithi134.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [273 kB] 2023-12-14T01:18:14.933 INFO:teuthology.orchestra.run.smithi134.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-14T01:18:14.933 INFO:teuthology.orchestra.run.smithi134.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-14T01:18:14.933 INFO:teuthology.orchestra.run.smithi134.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-14T01:18:14.933 INFO:teuthology.orchestra.run.smithi134.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-14T01:18:14.945 INFO:teuthology.orchestra.run.smithi134.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-14T01:18:14.945 INFO:teuthology.orchestra.run.smithi134.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-14T01:18:14.945 INFO:teuthology.orchestra.run.smithi134.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-14T01:18:14.946 INFO:teuthology.orchestra.run.smithi134.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-14T01:18:14.948 INFO:teuthology.orchestra.run.smithi059.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,640 kB] 2023-12-14T01:18:14.961 INFO:teuthology.orchestra.run.smithi134.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-14T01:18:14.962 INFO:teuthology.orchestra.run.smithi134.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-14T01:18:14.962 INFO:teuthology.orchestra.run.smithi134.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-14T01:18:15.137 INFO:teuthology.orchestra.run.smithi059.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [405 kB] 2023-12-14T01:18:15.152 INFO:teuthology.orchestra.run.smithi059.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-14T01:18:15.152 INFO:teuthology.orchestra.run.smithi059.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,451 kB] 2023-12-14T01:18:15.190 INFO:teuthology.orchestra.run.smithi072.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [692 kB] 2023-12-14T01:18:15.208 INFO:teuthology.orchestra.run.smithi072.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [405 kB] 2023-12-14T01:18:15.212 INFO:teuthology.orchestra.run.smithi059.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [918 kB] 2023-12-14T01:18:15.217 INFO:teuthology.orchestra.run.smithi072.stdout:Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-14T01:18:15.217 INFO:teuthology.orchestra.run.smithi072.stdout:Get:31 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-14T01:18:15.218 INFO:teuthology.orchestra.run.smithi072.stdout:Get:32 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,451 kB] 2023-12-14T01:18:15.225 INFO:teuthology.orchestra.run.smithi059.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-14T01:18:15.226 INFO:teuthology.orchestra.run.smithi059.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [342 kB] 2023-12-14T01:18:15.229 INFO:teuthology.orchestra.run.smithi059.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [488 kB] 2023-12-14T01:18:15.231 INFO:teuthology.orchestra.run.smithi059.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-14T01:18:15.232 INFO:teuthology.orchestra.run.smithi059.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [915 kB] 2023-12-14T01:18:15.239 INFO:teuthology.orchestra.run.smithi059.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-14T01:18:15.239 INFO:teuthology.orchestra.run.smithi059.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-14T01:18:15.240 INFO:teuthology.orchestra.run.smithi059.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,569 kB] 2023-12-14T01:18:15.255 INFO:teuthology.orchestra.run.smithi059.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [634 kB] 2023-12-14T01:18:15.295 INFO:teuthology.orchestra.run.smithi072.stdout:Get:33 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [342 kB] 2023-12-14T01:18:15.302 INFO:teuthology.orchestra.run.smithi072.stdout:Get:34 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-14T01:18:15.302 INFO:teuthology.orchestra.run.smithi072.stdout:Get:35 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [634 kB] 2023-12-14T01:18:15.317 INFO:teuthology.orchestra.run.smithi072.stdout:Get:36 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [915 kB] 2023-12-14T01:18:15.319 INFO:teuthology.orchestra.run.smithi059.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [359 kB] 2023-12-14T01:18:15.325 INFO:teuthology.orchestra.run.smithi059.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-14T01:18:15.446 INFO:teuthology.orchestra.run.smithi059.stdout:Get:23 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [192 kB] 2023-12-14T01:18:15.489 INFO:teuthology.orchestra.run.smithi059.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [762 kB] 2023-12-14T01:18:15.502 INFO:teuthology.orchestra.run.smithi072.stdout:Get:37 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [192 kB] 2023-12-14T01:18:15.867 INFO:teuthology.orchestra.run.smithi059.stdout:Get:25 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-14T01:18:15.873 INFO:teuthology.orchestra.run.smithi059.stdout:Get:26 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-14T01:18:15.880 INFO:teuthology.orchestra.run.smithi059.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-14T01:18:15.883 INFO:teuthology.orchestra.run.smithi059.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-14T01:18:15.885 INFO:teuthology.orchestra.run.smithi059.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-14T01:18:15.931 INFO:teuthology.orchestra.run.smithi072.stdout:Get:38 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-14T01:18:15.937 INFO:teuthology.orchestra.run.smithi072.stdout:Get:39 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-14T01:18:15.939 INFO:teuthology.orchestra.run.smithi072.stdout:Get:40 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-14T01:18:15.946 INFO:teuthology.orchestra.run.smithi072.stdout:Get:41 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-14T01:18:15.948 INFO:teuthology.orchestra.run.smithi072.stdout:Get:42 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-14T01:18:16.082 INFO:teuthology.orchestra.run.smithi059.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,140 kB] 2023-12-14T01:18:16.195 INFO:teuthology.orchestra.run.smithi059.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [273 kB] 2023-12-14T01:18:16.215 INFO:teuthology.orchestra.run.smithi059.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-14T01:18:16.217 INFO:teuthology.orchestra.run.smithi059.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-14T01:18:16.218 INFO:teuthology.orchestra.run.smithi059.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-14T01:18:16.219 INFO:teuthology.orchestra.run.smithi059.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-14T01:18:16.220 INFO:teuthology.orchestra.run.smithi059.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-14T01:18:16.220 INFO:teuthology.orchestra.run.smithi059.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-14T01:18:16.222 INFO:teuthology.orchestra.run.smithi059.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-14T01:18:16.225 INFO:teuthology.orchestra.run.smithi059.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-14T01:18:16.389 INFO:teuthology.orchestra.run.smithi059.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-14T01:18:16.552 INFO:teuthology.orchestra.run.smithi059.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-14T01:18:16.603 INFO:teuthology.orchestra.run.smithi059.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-14T01:18:18.696 INFO:teuthology.orchestra.run.smithi072.stdout:Fetched 18.5 MB in 3s (6,927 kB/s) 2023-12-14T01:18:18.731 INFO:teuthology.orchestra.run.smithi134.stdout:Fetched 18.5 MB in 3s (6,373 kB/s) 2023-12-14T01:18:19.337 INFO:teuthology.orchestra.run.smithi059.stdout:Fetched 18.5 MB in 3s (5,580 kB/s) 2023-12-14T01:18:20.190 INFO:teuthology.orchestra.run.smithi134.stdout:Reading package lists... 2023-12-14T01:18:20.215 DEBUG:teuthology.orchestra.run.smithi134:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-14T01:18:20.286 INFO:teuthology.orchestra.run.smithi134.stdout:Reading package lists... 2023-12-14T01:18:20.493 INFO:teuthology.orchestra.run.smithi134.stdout:Building dependency tree... 2023-12-14T01:18:20.493 INFO:teuthology.orchestra.run.smithi134.stdout:Reading state information... 2023-12-14T01:18:20.670 INFO:teuthology.orchestra.run.smithi134.stdout:The following additional packages will be installed: 2023-12-14T01:18:20.671 INFO:teuthology.orchestra.run.smithi134.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-14T01:18:20.671 INFO:teuthology.orchestra.run.smithi134.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-modules-5.15.0-91-generic 2023-12-14T01:18:20.671 INFO:teuthology.orchestra.run.smithi134.stdout: linux-modules-extra-5.15.0-91-generic thermald upower usbmuxd 2023-12-14T01:18:20.672 INFO:teuthology.orchestra.run.smithi134.stdout:Suggested packages: 2023-12-14T01:18:20.672 INFO:teuthology.orchestra.run.smithi134.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-12-14T01:18:20.672 INFO:teuthology.orchestra.run.smithi134.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-91-generic 2023-12-14T01:18:20.726 INFO:teuthology.orchestra.run.smithi134.stdout:The following NEW packages will be installed: 2023-12-14T01:18:20.726 INFO:teuthology.orchestra.run.smithi134.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-14T01:18:20.726 INFO:teuthology.orchestra.run.smithi134.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-image-generic-hwe-20.04 2023-12-14T01:18:20.727 INFO:teuthology.orchestra.run.smithi134.stdout: linux-modules-5.15.0-91-generic linux-modules-extra-5.15.0-91-generic 2023-12-14T01:18:20.727 INFO:teuthology.orchestra.run.smithi134.stdout: thermald upower usbmuxd 2023-12-14T01:18:20.772 INFO:teuthology.orchestra.run.smithi072.stdout:Reading package lists... 2023-12-14T01:18:20.786 INFO:teuthology.orchestra.run.smithi134.stdout:0 upgraded, 13 newly installed, 0 to remove and 283 not upgraded. 2023-12-14T01:18:20.786 INFO:teuthology.orchestra.run.smithi134.stdout:Need to get 90.9 MB of archives. 2023-12-14T01:18:20.786 INFO:teuthology.orchestra.run.smithi134.stdout:After this operation, 497 MB of additional disk space will be used. 2023-12-14T01:18:20.786 INFO:teuthology.orchestra.run.smithi134.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-12-14T01:18:20.798 DEBUG:teuthology.orchestra.run.smithi072:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-14T01:18:20.833 INFO:teuthology.orchestra.run.smithi059.stdout:Reading package lists... 2023-12-14T01:18:20.842 INFO:teuthology.orchestra.run.smithi134.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-12-14T01:18:20.848 INFO:teuthology.orchestra.run.smithi134.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-12-14T01:18:20.852 INFO:teuthology.orchestra.run.smithi134.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-12-14T01:18:20.860 DEBUG:teuthology.orchestra.run.smithi059:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-14T01:18:20.866 INFO:teuthology.orchestra.run.smithi134.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-12-14T01:18:20.873 INFO:teuthology.orchestra.run.smithi134.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [21.0 MB] 2023-12-14T01:18:20.885 INFO:teuthology.orchestra.run.smithi072.stdout:Reading package lists... 2023-12-14T01:18:20.954 INFO:teuthology.orchestra.run.smithi059.stdout:Reading package lists... 2023-12-14T01:18:21.090 INFO:teuthology.orchestra.run.smithi072.stdout:Building dependency tree... 2023-12-14T01:18:21.091 INFO:teuthology.orchestra.run.smithi072.stdout:Reading state information... 2023-12-14T01:18:21.163 INFO:teuthology.orchestra.run.smithi059.stdout:Building dependency tree... 2023-12-14T01:18:21.164 INFO:teuthology.orchestra.run.smithi059.stdout:Reading state information... 2023-12-14T01:18:21.177 INFO:teuthology.orchestra.run.smithi134.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [11.4 MB] 2023-12-14T01:18:21.267 INFO:teuthology.orchestra.run.smithi072.stdout:The following additional packages will be installed: 2023-12-14T01:18:21.267 INFO:teuthology.orchestra.run.smithi072.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-14T01:18:21.267 INFO:teuthology.orchestra.run.smithi072.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-modules-5.15.0-91-generic 2023-12-14T01:18:21.268 INFO:teuthology.orchestra.run.smithi072.stdout: linux-modules-extra-5.15.0-91-generic thermald upower usbmuxd 2023-12-14T01:18:21.269 INFO:teuthology.orchestra.run.smithi072.stdout:Suggested packages: 2023-12-14T01:18:21.269 INFO:teuthology.orchestra.run.smithi072.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-12-14T01:18:21.269 INFO:teuthology.orchestra.run.smithi072.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-91-generic 2023-12-14T01:18:21.278 INFO:teuthology.orchestra.run.smithi134.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [57.9 MB] 2023-12-14T01:18:21.326 INFO:teuthology.orchestra.run.smithi072.stdout:The following NEW packages will be installed: 2023-12-14T01:18:21.326 INFO:teuthology.orchestra.run.smithi072.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-14T01:18:21.326 INFO:teuthology.orchestra.run.smithi072.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-image-generic-hwe-20.04 2023-12-14T01:18:21.326 INFO:teuthology.orchestra.run.smithi072.stdout: linux-modules-5.15.0-91-generic linux-modules-extra-5.15.0-91-generic 2023-12-14T01:18:21.327 INFO:teuthology.orchestra.run.smithi072.stdout: thermald upower usbmuxd 2023-12-14T01:18:21.367 INFO:teuthology.orchestra.run.smithi059.stdout:The following additional packages will be installed: 2023-12-14T01:18:21.367 INFO:teuthology.orchestra.run.smithi059.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-14T01:18:21.368 INFO:teuthology.orchestra.run.smithi059.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-modules-5.15.0-91-generic 2023-12-14T01:18:21.368 INFO:teuthology.orchestra.run.smithi059.stdout: linux-modules-extra-5.15.0-91-generic thermald upower usbmuxd 2023-12-14T01:18:21.369 INFO:teuthology.orchestra.run.smithi059.stdout:Suggested packages: 2023-12-14T01:18:21.369 INFO:teuthology.orchestra.run.smithi059.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-12-14T01:18:21.369 INFO:teuthology.orchestra.run.smithi059.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-91-generic 2023-12-14T01:18:21.380 INFO:teuthology.orchestra.run.smithi072.stdout:0 upgraded, 13 newly installed, 0 to remove and 283 not upgraded. 2023-12-14T01:18:21.380 INFO:teuthology.orchestra.run.smithi072.stdout:Need to get 90.9 MB of archives. 2023-12-14T01:18:21.380 INFO:teuthology.orchestra.run.smithi072.stdout:After this operation, 497 MB of additional disk space will be used. 2023-12-14T01:18:21.380 INFO:teuthology.orchestra.run.smithi072.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-12-14T01:18:21.426 INFO:teuthology.orchestra.run.smithi059.stdout:The following NEW packages will be installed: 2023-12-14T01:18:21.426 INFO:teuthology.orchestra.run.smithi059.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-14T01:18:21.427 INFO:teuthology.orchestra.run.smithi059.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-image-generic-hwe-20.04 2023-12-14T01:18:21.427 INFO:teuthology.orchestra.run.smithi059.stdout: linux-modules-5.15.0-91-generic linux-modules-extra-5.15.0-91-generic 2023-12-14T01:18:21.427 INFO:teuthology.orchestra.run.smithi059.stdout: thermald upower usbmuxd 2023-12-14T01:18:21.437 INFO:teuthology.orchestra.run.smithi072.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-12-14T01:18:21.443 INFO:teuthology.orchestra.run.smithi072.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-12-14T01:18:21.447 INFO:teuthology.orchestra.run.smithi072.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-12-14T01:18:21.461 INFO:teuthology.orchestra.run.smithi072.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-12-14T01:18:21.468 INFO:teuthology.orchestra.run.smithi072.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [21.0 MB] 2023-12-14T01:18:21.491 INFO:teuthology.orchestra.run.smithi059.stdout:0 upgraded, 13 newly installed, 0 to remove and 283 not upgraded. 2023-12-14T01:18:21.491 INFO:teuthology.orchestra.run.smithi059.stdout:Need to get 90.9 MB of archives. 2023-12-14T01:18:21.491 INFO:teuthology.orchestra.run.smithi059.stdout:After this operation, 497 MB of additional disk space will be used. 2023-12-14T01:18:21.491 INFO:teuthology.orchestra.run.smithi059.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-12-14T01:18:21.557 INFO:teuthology.orchestra.run.smithi059.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-12-14T01:18:21.564 INFO:teuthology.orchestra.run.smithi059.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-12-14T01:18:21.568 INFO:teuthology.orchestra.run.smithi059.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-12-14T01:18:21.585 INFO:teuthology.orchestra.run.smithi059.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-12-14T01:18:21.595 INFO:teuthology.orchestra.run.smithi059.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [21.0 MB] 2023-12-14T01:18:21.775 INFO:teuthology.orchestra.run.smithi072.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [11.4 MB] 2023-12-14T01:18:21.874 INFO:teuthology.orchestra.run.smithi072.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [57.9 MB] 2023-12-14T01:18:21.964 INFO:teuthology.orchestra.run.smithi134.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.91.101~20.04.48 [2,628 B] 2023-12-14T01:18:21.967 INFO:teuthology.orchestra.run.smithi059.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [11.4 MB] 2023-12-14T01:18:22.042 INFO:teuthology.orchestra.run.smithi134.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2023-12-14T01:18:22.043 INFO:teuthology.orchestra.run.smithi134.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-12-14T01:18:22.049 INFO:teuthology.orchestra.run.smithi134.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-12-14T01:18:22.051 INFO:teuthology.orchestra.run.smithi134.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-12-14T01:18:22.085 INFO:teuthology.orchestra.run.smithi059.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [57.9 MB] 2023-12-14T01:18:22.707 INFO:teuthology.orchestra.run.smithi134.stdout:Fetched 90.9 MB in 1s (69.1 MB/s) 2023-12-14T01:18:22.733 INFO:teuthology.orchestra.run.smithi072.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.91.101~20.04.48 [2,628 B] 2023-12-14T01:18:22.898 INFO:teuthology.orchestra.run.smithi072.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2023-12-14T01:18:22.899 INFO:teuthology.orchestra.run.smithi072.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-12-14T01:18:22.905 INFO:teuthology.orchestra.run.smithi072.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-12-14T01:18:22.907 INFO:teuthology.orchestra.run.smithi072.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-12-14T01:18:22.941 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-12-14T01:18:23.031 INFO:teuthology.orchestra.run.smithi059.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.91.101~20.04.48 [2,628 B] 2023-12-14T01:18:23.107 INFO:teuthology.orchestra.run.smithi059.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2023-12-14T01:18:23.108 INFO:teuthology.orchestra.run.smithi059.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-12-14T01:18:23.114 INFO:teuthology.orchestra.run.smithi059.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-12-14T01:18:23.116 INFO:teuthology.orchestra.run.smithi059.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-12-14T01:18:23.632 INFO:teuthology.orchestra.run.smithi072.stdout:Fetched 90.9 MB in 2s (57.8 MB/s) 2023-12-14T01:18:23.791 INFO:teuthology.orchestra.run.smithi059.stdout:Fetched 90.9 MB in 2s (54.1 MB/s) 2023-12-14T01:18:23.903 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-12-14T01:18:24.019 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-12-14T01:18:24.678 INFO:teuthology.orchestra.run.smithi134.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 104373 files and directories currently installed.) 2023-12-14T01:18:24.683 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-12-14T01:18:24.839 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-14T01:18:25.192 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libplist3:amd64. 2023-12-14T01:18:25.205 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-12-14T01:18:25.241 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-12-14T01:18:25.619 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-12-14T01:18:25.633 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-12-14T01:18:25.678 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-14T01:18:25.714 INFO:teuthology.orchestra.run.smithi059.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 104373 files and directories currently installed.) 2023-12-14T01:18:25.719 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-12-14T01:18:25.866 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-14T01:18:26.014 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-12-14T01:18:26.027 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-12-14T01:18:26.064 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-14T01:18:26.178 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package libplist3:amd64. 2023-12-14T01:18:26.190 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-12-14T01:18:26.227 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-12-14T01:18:26.348 INFO:teuthology.orchestra.run.smithi072.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 104373 files and directories currently installed.) 2023-12-14T01:18:26.353 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-12-14T01:18:26.425 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-12-14T01:18:26.438 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-12-14T01:18:26.460 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-14T01:18:26.475 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-14T01:18:26.580 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-12-14T01:18:26.596 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-12-14T01:18:26.664 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-14T01:18:26.820 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package linux-modules-5.15.0-91-generic. 2023-12-14T01:18:26.833 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../05-linux-modules-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2023-12-14T01:18:26.878 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-14T01:18:27.017 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-12-14T01:18:27.024 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package libplist3:amd64. 2023-12-14T01:18:27.031 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-12-14T01:18:27.037 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-12-14T01:18:27.075 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-14T01:18:27.082 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-12-14T01:18:27.378 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-12-14T01:18:27.390 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-12-14T01:18:27.427 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-14T01:18:27.448 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-12-14T01:18:27.462 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-12-14T01:18:27.506 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-14T01:18:27.772 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package linux-modules-5.15.0-91-generic. 2023-12-14T01:18:27.785 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../05-linux-modules-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2023-12-14T01:18:27.822 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-14T01:18:27.828 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-12-14T01:18:27.842 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-12-14T01:18:27.886 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-14T01:18:28.218 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-12-14T01:18:28.233 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-12-14T01:18:28.277 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-14T01:18:28.617 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package linux-modules-5.15.0-91-generic. 2023-12-14T01:18:28.630 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../05-linux-modules-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2023-12-14T01:18:28.667 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-14T01:18:29.555 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package linux-image-5.15.0-91-generic. 2023-12-14T01:18:29.569 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../06-linux-image-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2023-12-14T01:18:29.675 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-14T01:18:30.200 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-91-generic. 2023-12-14T01:18:30.213 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2023-12-14T01:18:30.249 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-14T01:18:30.414 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package linux-image-5.15.0-91-generic. 2023-12-14T01:18:30.429 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../06-linux-image-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2023-12-14T01:18:30.530 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-14T01:18:31.050 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-91-generic. 2023-12-14T01:18:31.065 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2023-12-14T01:18:31.109 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-14T01:18:31.489 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package linux-image-5.15.0-91-generic. 2023-12-14T01:18:31.503 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../06-linux-image-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2023-12-14T01:18:31.605 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-14T01:18:32.220 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-91-generic. 2023-12-14T01:18:32.234 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2023-12-14T01:18:32.278 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-14T01:18:37.078 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-12-14T01:18:37.093 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.91.101~20.04.48_amd64.deb ... 2023-12-14T01:18:37.134 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2023-12-14T01:18:37.477 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libevdev2:amd64. 2023-12-14T01:18:37.491 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-12-14T01:18:37.535 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-14T01:18:37.872 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package thermald. 2023-12-14T01:18:37.888 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-12-14T01:18:37.921 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-12-14T01:18:38.183 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-12-14T01:18:38.199 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.91.101~20.04.48_amd64.deb ... 2023-12-14T01:18:38.241 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2023-12-14T01:18:38.460 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package upower. 2023-12-14T01:18:38.473 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-12-14T01:18:38.551 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package libevdev2:amd64. 2023-12-14T01:18:38.556 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking upower (0.99.11-1build2) ... 2023-12-14T01:18:38.565 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-12-14T01:18:38.601 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-14T01:18:38.939 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package usbmuxd. 2023-12-14T01:18:38.952 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-12-14T01:18:38.997 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-14T01:18:39.279 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package thermald. 2023-12-14T01:18:39.294 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-12-14T01:18:39.298 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-12-14T01:18:39.338 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-12-14T01:18:39.426 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-14T01:18:39.552 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-14T01:18:39.678 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-14T01:18:39.736 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-12-14T01:18:39.751 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.91.101~20.04.48_amd64.deb ... 2023-12-14T01:18:39.794 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2023-12-14T01:18:39.804 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-14T01:18:39.917 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package upower. 2023-12-14T01:18:39.935 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-12-14T01:18:39.950 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-14T01:18:39.991 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking upower (0.99.11-1build2) ... 2023-12-14T01:18:40.073 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up upower (0.99.11-1build2) ... 2023-12-14T01:18:40.141 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package libevdev2:amd64. 2023-12-14T01:18:40.155 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-12-14T01:18:40.199 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-14T01:18:40.430 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package usbmuxd. 2023-12-14T01:18:40.443 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-12-14T01:18:40.488 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-14T01:18:40.548 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package thermald. 2023-12-14T01:18:40.565 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-12-14T01:18:40.597 INFO:teuthology.orchestra.run.smithi134.stdout:upower.service is a disabled or a static unit, not starting it. 2023-12-14T01:18:40.606 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-12-14T01:18:40.652 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-14T01:18:40.827 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-12-14T01:18:40.841 INFO:teuthology.orchestra.run.smithi134.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-12-14T01:18:40.846 INFO:teuthology.orchestra.run.smithi134.stdout:Adding system user `usbmux' (UID 114) ... 2023-12-14T01:18:40.846 INFO:teuthology.orchestra.run.smithi134.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-12-14T01:18:40.968 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-14T01:18:41.094 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-14T01:18:41.175 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package upower. 2023-12-14T01:18:41.188 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-12-14T01:18:41.220 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-14T01:18:41.251 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking upower (0.99.11-1build2) ... 2023-12-14T01:18:41.371 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-14T01:18:41.460 INFO:teuthology.orchestra.run.smithi134.stdout:Not creating home directory `/var/lib/usbmux'. 2023-12-14T01:18:41.514 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-14T01:18:41.660 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package usbmuxd. 2023-12-14T01:18:41.660 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up upower (0.99.11-1build2) ... 2023-12-14T01:18:41.676 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-12-14T01:18:41.698 INFO:teuthology.orchestra.run.smithi134.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-12-14T01:18:41.718 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-14T01:18:41.748 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-12-14T01:18:42.029 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-12-14T01:18:42.114 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-12-14T01:18:42.115 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-12-14T01:18:42.162 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-14T01:18:42.223 INFO:teuthology.orchestra.run.smithi059.stdout:upower.service is a disabled or a static unit, not starting it. 2023-12-14T01:18:42.277 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-14T01:18:42.486 INFO:teuthology.orchestra.run.smithi059.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-12-14T01:18:42.498 INFO:teuthology.orchestra.run.smithi059.stdout:Adding system user `usbmux' (UID 114) ... 2023-12-14T01:18:42.498 INFO:teuthology.orchestra.run.smithi059.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-12-14T01:18:42.563 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-14T01:18:42.587 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-14T01:18:42.984 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-14T01:18:43.019 INFO:teuthology.orchestra.run.smithi059.stdout:Not creating home directory `/var/lib/usbmux'. 2023-12-14T01:18:43.111 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-14T01:18:43.237 INFO:teuthology.orchestra.run.smithi059.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-12-14T01:18:43.238 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-14T01:18:43.299 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-12-14T01:18:43.365 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up upower (0.99.11-1build2) ... 2023-12-14T01:18:43.647 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-12-14T01:18:43.647 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-12-14T01:18:43.897 INFO:teuthology.orchestra.run.smithi134.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-91-generic 2023-12-14T01:18:43.897 INFO:teuthology.orchestra.run.smithi134.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-91-generic 2023-12-14T01:18:43.920 INFO:teuthology.orchestra.run.smithi072.stdout:upower.service is a disabled or a static unit, not starting it. 2023-12-14T01:18:43.974 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-14T01:18:44.055 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-14T01:18:44.070 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-14T01:18:44.163 INFO:teuthology.orchestra.run.smithi072.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-12-14T01:18:44.170 INFO:teuthology.orchestra.run.smithi072.stdout:Adding system user `usbmux' (UID 114) ... 2023-12-14T01:18:44.170 INFO:teuthology.orchestra.run.smithi072.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-12-14T01:18:44.680 INFO:teuthology.orchestra.run.smithi072.stdout:Not creating home directory `/var/lib/usbmux'. 2023-12-14T01:18:44.900 INFO:teuthology.orchestra.run.smithi072.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-12-14T01:18:44.945 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-12-14T01:18:45.257 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-12-14T01:18:45.257 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-12-14T01:18:45.423 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2023-12-14T01:18:45.453 INFO:teuthology.orchestra.run.smithi059.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-91-generic 2023-12-14T01:18:45.454 INFO:teuthology.orchestra.run.smithi059.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-91-generic 2023-12-14T01:18:45.523 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-14T01:18:45.640 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-14T01:18:45.752 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-14T01:18:47.083 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2023-12-14T01:18:47.150 INFO:teuthology.orchestra.run.smithi072.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-91-generic 2023-12-14T01:18:47.150 INFO:teuthology.orchestra.run.smithi072.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-91-generic 2023-12-14T01:18:47.183 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-14T01:18:47.320 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-14T01:18:47.367 INFO:teuthology.orchestra.run.smithi134.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-12-14T01:18:47.630 INFO:teuthology.orchestra.run.smithi134.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-12-14T01:18:48.408 INFO:teuthology.orchestra.run.smithi134.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-12-14T01:18:48.525 INFO:teuthology.orchestra.run.smithi134.stdout:Processing triggers for linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-14T01:18:48.577 INFO:teuthology.orchestra.run.smithi059.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-12-14T01:18:48.607 INFO:teuthology.orchestra.run.smithi134.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-14T01:18:48.607 INFO:teuthology.orchestra.run.smithi134.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-91-generic 2023-12-14T01:18:48.849 INFO:teuthology.orchestra.run.smithi059.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-12-14T01:18:49.865 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2023-12-14T01:18:49.993 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-14T01:18:50.519 INFO:teuthology.orchestra.run.smithi059.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-12-14T01:18:50.618 INFO:teuthology.orchestra.run.smithi059.stdout:Processing triggers for linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-14T01:18:50.696 INFO:teuthology.orchestra.run.smithi059.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-14T01:18:50.696 INFO:teuthology.orchestra.run.smithi059.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-91-generic 2023-12-14T01:18:51.355 INFO:teuthology.orchestra.run.smithi072.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-12-14T01:18:51.624 INFO:teuthology.orchestra.run.smithi072.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-12-14T01:18:52.381 INFO:teuthology.orchestra.run.smithi072.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-12-14T01:18:52.490 INFO:teuthology.orchestra.run.smithi072.stdout:Processing triggers for linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-14T01:18:52.572 INFO:teuthology.orchestra.run.smithi072.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-14T01:18:52.573 INFO:teuthology.orchestra.run.smithi072.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-91-generic 2023-12-14T01:19:13.992 INFO:teuthology.orchestra.run.smithi134.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-14T01:19:13.993 INFO:teuthology.orchestra.run.smithi134.stdout:Sourcing file `/etc/default/grub' 2023-12-14T01:19:13.999 INFO:teuthology.orchestra.run.smithi134.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-14T01:19:14.023 INFO:teuthology.orchestra.run.smithi134.stdout:Generating grub configuration file ... 2023-12-14T01:19:14.388 INFO:teuthology.orchestra.run.smithi134.stdout:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2023-12-14T01:19:14.410 INFO:teuthology.orchestra.run.smithi134.stdout:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2023-12-14T01:19:14.881 INFO:teuthology.orchestra.run.smithi134.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-14T01:19:14.894 INFO:teuthology.orchestra.run.smithi134.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-14T01:19:16.698 INFO:teuthology.orchestra.run.smithi059.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-14T01:19:16.699 INFO:teuthology.orchestra.run.smithi059.stdout:Sourcing file `/etc/default/grub' 2023-12-14T01:19:16.712 INFO:teuthology.orchestra.run.smithi059.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-14T01:19:16.743 INFO:teuthology.orchestra.run.smithi059.stdout:Generating grub configuration file ... 2023-12-14T01:19:17.083 INFO:teuthology.orchestra.run.smithi059.stdout:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2023-12-14T01:19:17.112 INFO:teuthology.orchestra.run.smithi059.stdout:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2023-12-14T01:19:17.502 INFO:teuthology.orchestra.run.smithi059.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-14T01:19:17.514 INFO:teuthology.orchestra.run.smithi059.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-14T01:19:17.549 INFO:teuthology.orchestra.run.smithi134.stdout:done 2023-12-14T01:19:18.014 DEBUG:teuthology.orchestra.run.smithi134:> dpkg -s linux-image-generic-hwe-20.04 2023-12-14T01:19:18.069 INFO:teuthology.orchestra.run.smithi134.stdout:Package: linux-image-generic-hwe-20.04 2023-12-14T01:19:18.070 INFO:teuthology.orchestra.run.smithi134.stdout:Status: install ok installed 2023-12-14T01:19:18.070 INFO:teuthology.orchestra.run.smithi134.stdout:Priority: optional 2023-12-14T01:19:18.070 INFO:teuthology.orchestra.run.smithi134.stdout:Section: kernel 2023-12-14T01:19:18.070 INFO:teuthology.orchestra.run.smithi134.stdout:Installed-Size: 20 2023-12-14T01:19:18.070 INFO:teuthology.orchestra.run.smithi134.stdout:Maintainer: Ubuntu Kernel Team 2023-12-14T01:19:18.070 INFO:teuthology.orchestra.run.smithi134.stdout:Architecture: amd64 2023-12-14T01:19:18.070 INFO:teuthology.orchestra.run.smithi134.stdout:Source: linux-meta-hwe-5.15 2023-12-14T01:19:18.070 INFO:teuthology.orchestra.run.smithi134.stdout:Version: 5.15.0.91.101~20.04.48 2023-12-14T01:19:18.070 INFO:teuthology.orchestra.run.smithi134.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-91), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-12-14T01:19:18.070 INFO:teuthology.orchestra.run.smithi134.stdout:Depends: linux-image-5.15.0-91-generic, linux-modules-extra-5.15.0-91-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-14T01:19:18.070 INFO:teuthology.orchestra.run.smithi134.stdout:Recommends: thermald 2023-12-14T01:19:18.070 INFO:teuthology.orchestra.run.smithi134.stdout:Description: Generic Linux kernel image 2023-12-14T01:19:18.070 INFO:teuthology.orchestra.run.smithi134.stdout: This package will always depend on the latest generic kernel image 2023-12-14T01:19:18.070 INFO:teuthology.orchestra.run.smithi134.stdout: available. 2023-12-14T01:19:18.071 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-91-generic 2023-12-14T01:19:18.071 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-14T01:19:18.071 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-14T01:19:18.071 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2023-12-14T01:19:18.071 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi134.front.sepia.ceph.com, path=None, version=distro) 2023-12-14T01:19:18.071 DEBUG:teuthology.orchestra.run.smithi134:> sudo apt-get clean 2023-12-14T01:19:18.132 DEBUG:teuthology.orchestra.run.smithi134:> sudo apt-get update 2023-12-14T01:19:18.268 INFO:teuthology.orchestra.run.smithi134.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-14T01:19:18.269 INFO:teuthology.orchestra.run.smithi134.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-14T01:19:18.277 INFO:teuthology.orchestra.run.smithi134.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-14T01:19:18.301 INFO:teuthology.orchestra.run.smithi134.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-14T01:19:18.805 INFO:teuthology.orchestra.run.smithi072.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-14T01:19:18.805 INFO:teuthology.orchestra.run.smithi072.stdout:Sourcing file `/etc/default/grub' 2023-12-14T01:19:18.823 INFO:teuthology.orchestra.run.smithi072.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-14T01:19:18.852 INFO:teuthology.orchestra.run.smithi072.stdout:Generating grub configuration file ... 2023-12-14T01:19:19.220 INFO:teuthology.orchestra.run.smithi072.stdout:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2023-12-14T01:19:19.263 INFO:teuthology.orchestra.run.smithi072.stdout:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2023-12-14T01:19:19.268 INFO:teuthology.orchestra.run.smithi059.stdout:done 2023-12-14T01:19:19.660 INFO:teuthology.orchestra.run.smithi072.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-14T01:19:19.670 INFO:teuthology.orchestra.run.smithi072.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-14T01:19:19.737 DEBUG:teuthology.orchestra.run.smithi059:> dpkg -s linux-image-generic-hwe-20.04 2023-12-14T01:19:19.801 INFO:teuthology.orchestra.run.smithi059.stdout:Package: linux-image-generic-hwe-20.04 2023-12-14T01:19:19.801 INFO:teuthology.orchestra.run.smithi059.stdout:Status: install ok installed 2023-12-14T01:19:19.801 INFO:teuthology.orchestra.run.smithi059.stdout:Priority: optional 2023-12-14T01:19:19.801 INFO:teuthology.orchestra.run.smithi059.stdout:Section: kernel 2023-12-14T01:19:19.802 INFO:teuthology.orchestra.run.smithi059.stdout:Installed-Size: 20 2023-12-14T01:19:19.802 INFO:teuthology.orchestra.run.smithi059.stdout:Maintainer: Ubuntu Kernel Team 2023-12-14T01:19:19.802 INFO:teuthology.orchestra.run.smithi059.stdout:Architecture: amd64 2023-12-14T01:19:19.802 INFO:teuthology.orchestra.run.smithi059.stdout:Source: linux-meta-hwe-5.15 2023-12-14T01:19:19.802 INFO:teuthology.orchestra.run.smithi059.stdout:Version: 5.15.0.91.101~20.04.48 2023-12-14T01:19:19.802 INFO:teuthology.orchestra.run.smithi059.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-91), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-12-14T01:19:19.802 INFO:teuthology.orchestra.run.smithi059.stdout:Depends: linux-image-5.15.0-91-generic, linux-modules-extra-5.15.0-91-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-14T01:19:19.802 INFO:teuthology.orchestra.run.smithi059.stdout:Recommends: thermald 2023-12-14T01:19:19.802 INFO:teuthology.orchestra.run.smithi059.stdout:Description: Generic Linux kernel image 2023-12-14T01:19:19.802 INFO:teuthology.orchestra.run.smithi059.stdout: This package will always depend on the latest generic kernel image 2023-12-14T01:19:19.802 INFO:teuthology.orchestra.run.smithi059.stdout: available. 2023-12-14T01:19:19.802 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-91-generic 2023-12-14T01:19:19.802 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-14T01:19:19.803 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-14T01:19:19.803 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-14T01:19:19.803 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi059.front.sepia.ceph.com, path=None, version=distro) 2023-12-14T01:19:19.803 DEBUG:teuthology.orchestra.run.smithi059:> sudo apt-get clean 2023-12-14T01:19:19.903 DEBUG:teuthology.orchestra.run.smithi059:> sudo apt-get update 2023-12-14T01:19:20.022 INFO:teuthology.orchestra.run.smithi134.stdout:Reading package lists... 2023-12-14T01:19:20.046 DEBUG:teuthology.orchestra.run.smithi134:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-14T01:19:20.058 INFO:teuthology.orchestra.run.smithi059.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-14T01:19:20.067 INFO:teuthology.orchestra.run.smithi059.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-14T01:19:20.085 INFO:teuthology.orchestra.run.smithi059.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-14T01:19:20.114 INFO:teuthology.orchestra.run.smithi134.stdout:Reading package lists... 2023-12-14T01:19:20.152 INFO:teuthology.orchestra.run.smithi059.stdout:Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-14T01:19:20.318 INFO:teuthology.orchestra.run.smithi134.stdout:Building dependency tree... 2023-12-14T01:19:20.318 INFO:teuthology.orchestra.run.smithi134.stdout:Reading state information... 2023-12-14T01:19:20.531 INFO:teuthology.orchestra.run.smithi134.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.91.101~20.04.48). 2023-12-14T01:19:20.531 INFO:teuthology.orchestra.run.smithi134.stdout:0 upgraded, 0 newly installed, 0 to remove and 283 not upgraded. 2023-12-14T01:19:20.533 DEBUG:teuthology.orchestra.run.smithi134:> dpkg -s linux-image-generic-hwe-20.04 2023-12-14T01:19:20.555 INFO:teuthology.orchestra.run.smithi134.stdout:Package: linux-image-generic-hwe-20.04 2023-12-14T01:19:20.555 INFO:teuthology.orchestra.run.smithi134.stdout:Status: install ok installed 2023-12-14T01:19:20.555 INFO:teuthology.orchestra.run.smithi134.stdout:Priority: optional 2023-12-14T01:19:20.555 INFO:teuthology.orchestra.run.smithi134.stdout:Section: kernel 2023-12-14T01:19:20.555 INFO:teuthology.orchestra.run.smithi134.stdout:Installed-Size: 20 2023-12-14T01:19:20.556 INFO:teuthology.orchestra.run.smithi134.stdout:Maintainer: Ubuntu Kernel Team 2023-12-14T01:19:20.556 INFO:teuthology.orchestra.run.smithi134.stdout:Architecture: amd64 2023-12-14T01:19:20.556 INFO:teuthology.orchestra.run.smithi134.stdout:Source: linux-meta-hwe-5.15 2023-12-14T01:19:20.556 INFO:teuthology.orchestra.run.smithi134.stdout:Version: 5.15.0.91.101~20.04.48 2023-12-14T01:19:20.556 INFO:teuthology.orchestra.run.smithi134.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-91), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-12-14T01:19:20.556 INFO:teuthology.orchestra.run.smithi134.stdout:Depends: linux-image-5.15.0-91-generic, linux-modules-extra-5.15.0-91-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-14T01:19:20.556 INFO:teuthology.orchestra.run.smithi134.stdout:Recommends: thermald 2023-12-14T01:19:20.556 INFO:teuthology.orchestra.run.smithi134.stdout:Description: Generic Linux kernel image 2023-12-14T01:19:20.556 INFO:teuthology.orchestra.run.smithi134.stdout: This package will always depend on the latest generic kernel image 2023-12-14T01:19:20.556 INFO:teuthology.orchestra.run.smithi134.stdout: available. 2023-12-14T01:19:20.557 DEBUG:teuthology.orchestra.run.smithi134:> mktemp 2023-12-14T01:19:20.563 INFO:teuthology.orchestra.run.smithi134.stdout:/tmp/tmp.SgtGVqlAc4 2023-12-14T01:19:20.563 DEBUG:teuthology.orchestra.run.smithi134:> sudo cp /boot/grub/grub.cfg /tmp/tmp.SgtGVqlAc4 2023-12-14T01:19:20.575 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod 0666 /tmp/tmp.SgtGVqlAc4 2023-12-14T01:19:20.660 DEBUG:teuthology.orchestra.remote:smithi134:/tmp/tmp.SgtGVqlAc4 is 9KB 2023-12-14T01:19:20.675 DEBUG:teuthology.orchestra.run.smithi134:> rm -fr /tmp/tmp.SgtGVqlAc4 2023-12-14T01:19:20.680 DEBUG:teuthology.orchestra.run.smithi134:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-14T01:19:20.739 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2023-12-14T01:19:20.739 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-14T01:19:20.739 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-14T01:19:20.773 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-91-generic 2023-12-14T01:19:20.773 DEBUG:teuthology.orchestra.run.smithi134:> sudo update-grub 2023-12-14T01:19:21.876 INFO:teuthology.orchestra.run.smithi059.stdout:Reading package lists... 2023-12-14T01:19:21.903 DEBUG:teuthology.orchestra.run.smithi059:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-14T01:19:21.966 INFO:teuthology.orchestra.run.smithi059.stdout:Reading package lists... 2023-12-14T01:19:22.068 INFO:teuthology.orchestra.run.smithi134.stderr:Sourcing file `/etc/default/grub' 2023-12-14T01:19:22.076 INFO:teuthology.orchestra.run.smithi134.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-14T01:19:22.085 INFO:teuthology.orchestra.run.smithi134.stderr:Generating grub configuration file ... 2023-12-14T01:19:22.178 INFO:teuthology.orchestra.run.smithi059.stdout:Building dependency tree... 2023-12-14T01:19:22.179 INFO:teuthology.orchestra.run.smithi059.stdout:Reading state information... 2023-12-14T01:19:22.411 INFO:teuthology.orchestra.run.smithi059.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.91.101~20.04.48). 2023-12-14T01:19:22.411 INFO:teuthology.orchestra.run.smithi059.stdout:0 upgraded, 0 newly installed, 0 to remove and 283 not upgraded. 2023-12-14T01:19:22.413 DEBUG:teuthology.orchestra.run.smithi059:> dpkg -s linux-image-generic-hwe-20.04 2023-12-14T01:19:22.425 INFO:teuthology.orchestra.run.smithi134.stderr:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2023-12-14T01:19:22.434 INFO:teuthology.orchestra.run.smithi059.stdout:Package: linux-image-generic-hwe-20.04 2023-12-14T01:19:22.434 INFO:teuthology.orchestra.run.smithi059.stdout:Status: install ok installed 2023-12-14T01:19:22.435 INFO:teuthology.orchestra.run.smithi059.stdout:Priority: optional 2023-12-14T01:19:22.435 INFO:teuthology.orchestra.run.smithi059.stdout:Section: kernel 2023-12-14T01:19:22.435 INFO:teuthology.orchestra.run.smithi059.stdout:Installed-Size: 20 2023-12-14T01:19:22.435 INFO:teuthology.orchestra.run.smithi059.stdout:Maintainer: Ubuntu Kernel Team 2023-12-14T01:19:22.435 INFO:teuthology.orchestra.run.smithi059.stdout:Architecture: amd64 2023-12-14T01:19:22.435 INFO:teuthology.orchestra.run.smithi059.stdout:Source: linux-meta-hwe-5.15 2023-12-14T01:19:22.435 INFO:teuthology.orchestra.run.smithi059.stdout:Version: 5.15.0.91.101~20.04.48 2023-12-14T01:19:22.435 INFO:teuthology.orchestra.run.smithi059.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-91), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-12-14T01:19:22.435 INFO:teuthology.orchestra.run.smithi059.stdout:Depends: linux-image-5.15.0-91-generic, linux-modules-extra-5.15.0-91-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-14T01:19:22.435 INFO:teuthology.orchestra.run.smithi059.stdout:Recommends: thermald 2023-12-14T01:19:22.435 INFO:teuthology.orchestra.run.smithi059.stdout:Description: Generic Linux kernel image 2023-12-14T01:19:22.435 INFO:teuthology.orchestra.run.smithi059.stdout: This package will always depend on the latest generic kernel image 2023-12-14T01:19:22.435 INFO:teuthology.orchestra.run.smithi059.stdout: available. 2023-12-14T01:19:22.436 DEBUG:teuthology.orchestra.run.smithi059:> mktemp 2023-12-14T01:19:22.437 INFO:teuthology.orchestra.run.smithi134.stderr:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2023-12-14T01:19:22.440 INFO:teuthology.orchestra.run.smithi059.stdout:/tmp/tmp.xSOfr94rGz 2023-12-14T01:19:22.440 DEBUG:teuthology.orchestra.run.smithi059:> sudo cp /boot/grub/grub.cfg /tmp/tmp.xSOfr94rGz 2023-12-14T01:19:22.493 DEBUG:teuthology.orchestra.run.smithi059:> sudo chmod 0666 /tmp/tmp.xSOfr94rGz 2023-12-14T01:19:22.533 DEBUG:teuthology.orchestra.remote:smithi059:/tmp/tmp.xSOfr94rGz is 9KB 2023-12-14T01:19:22.547 DEBUG:teuthology.orchestra.run.smithi059:> rm -fr /tmp/tmp.xSOfr94rGz 2023-12-14T01:19:22.553 DEBUG:teuthology.orchestra.run.smithi059:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-14T01:19:22.611 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2023-12-14T01:19:22.611 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-14T01:19:22.611 DEBUG:teuthology.orchestra.run.smithi059:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-14T01:19:22.644 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-91-generic 2023-12-14T01:19:22.645 DEBUG:teuthology.orchestra.run.smithi059:> sudo update-grub 2023-12-14T01:19:22.724 INFO:teuthology.orchestra.run.smithi072.stdout:done 2023-12-14T01:19:22.837 INFO:teuthology.orchestra.run.smithi134.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-14T01:19:22.848 INFO:teuthology.orchestra.run.smithi134.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-14T01:19:23.221 DEBUG:teuthology.orchestra.run.smithi072:> dpkg -s linux-image-generic-hwe-20.04 2023-12-14T01:19:23.283 INFO:teuthology.orchestra.run.smithi072.stdout:Package: linux-image-generic-hwe-20.04 2023-12-14T01:19:23.284 INFO:teuthology.orchestra.run.smithi072.stdout:Status: install ok installed 2023-12-14T01:19:23.284 INFO:teuthology.orchestra.run.smithi072.stdout:Priority: optional 2023-12-14T01:19:23.284 INFO:teuthology.orchestra.run.smithi072.stdout:Section: kernel 2023-12-14T01:19:23.284 INFO:teuthology.orchestra.run.smithi072.stdout:Installed-Size: 20 2023-12-14T01:19:23.284 INFO:teuthology.orchestra.run.smithi072.stdout:Maintainer: Ubuntu Kernel Team 2023-12-14T01:19:23.284 INFO:teuthology.orchestra.run.smithi072.stdout:Architecture: amd64 2023-12-14T01:19:23.284 INFO:teuthology.orchestra.run.smithi072.stdout:Source: linux-meta-hwe-5.15 2023-12-14T01:19:23.285 INFO:teuthology.orchestra.run.smithi072.stdout:Version: 5.15.0.91.101~20.04.48 2023-12-14T01:19:23.285 INFO:teuthology.orchestra.run.smithi072.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-91), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-12-14T01:19:23.285 INFO:teuthology.orchestra.run.smithi072.stdout:Depends: linux-image-5.15.0-91-generic, linux-modules-extra-5.15.0-91-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-14T01:19:23.285 INFO:teuthology.orchestra.run.smithi072.stdout:Recommends: thermald 2023-12-14T01:19:23.285 INFO:teuthology.orchestra.run.smithi072.stdout:Description: Generic Linux kernel image 2023-12-14T01:19:23.285 INFO:teuthology.orchestra.run.smithi072.stdout: This package will always depend on the latest generic kernel image 2023-12-14T01:19:23.285 INFO:teuthology.orchestra.run.smithi072.stdout: available. 2023-12-14T01:19:23.286 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-91-generic 2023-12-14T01:19:23.286 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-14T01:19:23.286 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-14T01:19:23.286 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-14T01:19:23.286 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi072.front.sepia.ceph.com, path=None, version=distro) 2023-12-14T01:19:23.287 DEBUG:teuthology.orchestra.run.smithi072:> sudo apt-get clean 2023-12-14T01:19:23.361 DEBUG:teuthology.orchestra.run.smithi072:> sudo apt-get update 2023-12-14T01:19:23.619 INFO:teuthology.orchestra.run.smithi072.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-14T01:19:23.619 INFO:teuthology.orchestra.run.smithi072.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-14T01:19:23.690 INFO:teuthology.orchestra.run.smithi072.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-14T01:19:23.777 INFO:teuthology.orchestra.run.smithi072.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-14T01:19:23.995 INFO:teuthology.orchestra.run.smithi059.stderr:Sourcing file `/etc/default/grub' 2023-12-14T01:19:24.004 INFO:teuthology.orchestra.run.smithi059.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-14T01:19:24.017 INFO:teuthology.orchestra.run.smithi059.stderr:Generating grub configuration file ... 2023-12-14T01:19:24.297 INFO:teuthology.orchestra.run.smithi059.stderr:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2023-12-14T01:19:24.309 INFO:teuthology.orchestra.run.smithi059.stderr:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2023-12-14T01:19:24.474 INFO:teuthology.orchestra.run.smithi134.stderr:done 2023-12-14T01:19:24.476 DEBUG:teuthology.orchestra.run.smithi134:> sudo shutdown -r now 2023-12-14T01:19:24.693 INFO:teuthology.orchestra.run.smithi059.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-14T01:19:24.705 INFO:teuthology.orchestra.run.smithi059.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-14T01:19:25.395 INFO:teuthology.orchestra.run.smithi072.stdout:Reading package lists... 2023-12-14T01:19:25.422 DEBUG:teuthology.orchestra.run.smithi072:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-14T01:19:25.453 INFO:teuthology.orchestra.run.smithi059.stderr:done 2023-12-14T01:19:25.457 DEBUG:teuthology.orchestra.run.smithi059:> sudo shutdown -r now 2023-12-14T01:19:25.489 INFO:teuthology.orchestra.run.smithi072.stdout:Reading package lists... 2023-12-14T01:19:25.700 INFO:teuthology.orchestra.run.smithi072.stdout:Building dependency tree... 2023-12-14T01:19:25.701 INFO:teuthology.orchestra.run.smithi072.stdout:Reading state information... 2023-12-14T01:19:25.934 INFO:teuthology.orchestra.run.smithi072.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.91.101~20.04.48). 2023-12-14T01:19:25.934 INFO:teuthology.orchestra.run.smithi072.stdout:0 upgraded, 0 newly installed, 0 to remove and 283 not upgraded. 2023-12-14T01:19:25.936 DEBUG:teuthology.orchestra.run.smithi072:> dpkg -s linux-image-generic-hwe-20.04 2023-12-14T01:19:25.954 INFO:teuthology.orchestra.run.smithi072.stdout:Package: linux-image-generic-hwe-20.04 2023-12-14T01:19:25.954 INFO:teuthology.orchestra.run.smithi072.stdout:Status: install ok installed 2023-12-14T01:19:25.955 INFO:teuthology.orchestra.run.smithi072.stdout:Priority: optional 2023-12-14T01:19:25.955 INFO:teuthology.orchestra.run.smithi072.stdout:Section: kernel 2023-12-14T01:19:25.955 INFO:teuthology.orchestra.run.smithi072.stdout:Installed-Size: 20 2023-12-14T01:19:25.955 INFO:teuthology.orchestra.run.smithi072.stdout:Maintainer: Ubuntu Kernel Team 2023-12-14T01:19:25.955 INFO:teuthology.orchestra.run.smithi072.stdout:Architecture: amd64 2023-12-14T01:19:25.955 INFO:teuthology.orchestra.run.smithi072.stdout:Source: linux-meta-hwe-5.15 2023-12-14T01:19:25.955 INFO:teuthology.orchestra.run.smithi072.stdout:Version: 5.15.0.91.101~20.04.48 2023-12-14T01:19:25.955 INFO:teuthology.orchestra.run.smithi072.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-91), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-12-14T01:19:25.955 INFO:teuthology.orchestra.run.smithi072.stdout:Depends: linux-image-5.15.0-91-generic, linux-modules-extra-5.15.0-91-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-14T01:19:25.955 INFO:teuthology.orchestra.run.smithi072.stdout:Recommends: thermald 2023-12-14T01:19:25.955 INFO:teuthology.orchestra.run.smithi072.stdout:Description: Generic Linux kernel image 2023-12-14T01:19:25.955 INFO:teuthology.orchestra.run.smithi072.stdout: This package will always depend on the latest generic kernel image 2023-12-14T01:19:25.955 INFO:teuthology.orchestra.run.smithi072.stdout: available. 2023-12-14T01:19:25.956 DEBUG:teuthology.orchestra.run.smithi072:> mktemp 2023-12-14T01:19:25.960 INFO:teuthology.orchestra.run.smithi072.stdout:/tmp/tmp.VgxSWtvuKN 2023-12-14T01:19:25.960 DEBUG:teuthology.orchestra.run.smithi072:> sudo cp /boot/grub/grub.cfg /tmp/tmp.VgxSWtvuKN 2023-12-14T01:19:25.974 DEBUG:teuthology.orchestra.run.smithi072:> sudo chmod 0666 /tmp/tmp.VgxSWtvuKN 2023-12-14T01:19:26.017 DEBUG:teuthology.orchestra.remote:smithi072:/tmp/tmp.VgxSWtvuKN is 9KB 2023-12-14T01:19:26.033 DEBUG:teuthology.orchestra.run.smithi072:> rm -fr /tmp/tmp.VgxSWtvuKN 2023-12-14T01:19:26.039 DEBUG:teuthology.orchestra.run.smithi072:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-14T01:19:26.096 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2023-12-14T01:19:26.096 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-14T01:19:26.096 DEBUG:teuthology.orchestra.run.smithi072:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-14T01:19:26.128 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-91-generic 2023-12-14T01:19:26.129 DEBUG:teuthology.orchestra.run.smithi072:> sudo update-grub 2023-12-14T01:19:28.202 INFO:teuthology.orchestra.run.smithi072.stderr:Sourcing file `/etc/default/grub' 2023-12-14T01:19:28.209 INFO:teuthology.orchestra.run.smithi072.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-14T01:19:28.234 INFO:teuthology.orchestra.run.smithi072.stderr:Generating grub configuration file ... 2023-12-14T01:19:28.535 INFO:teuthology.orchestra.run.smithi072.stderr:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2023-12-14T01:19:28.547 INFO:teuthology.orchestra.run.smithi072.stderr:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2023-12-14T01:19:28.908 INFO:teuthology.orchestra.run.smithi072.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-14T01:19:28.920 INFO:teuthology.orchestra.run.smithi072.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-14T01:19:30.559 INFO:teuthology.orchestra.run.smithi072.stderr:done 2023-12-14T01:19:30.560 DEBUG:teuthology.orchestra.run.smithi072:> sudo shutdown -r now 2023-12-14T01:19:54.501 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2023-12-14T01:19:54.502 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2023-12-14T01:19:54.503 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T01:19:55.461 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-14T01:19:55.461 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi059.front.sepia.ceph.com' 2023-12-14T01:19:55.462 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi059.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T01:20:00.567 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-14T01:20:00.567 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi072.front.sepia.ceph.com' 2023-12-14T01:20:00.568 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi072.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T01:20:12.822 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.134 2023-12-14T01:20:13.845 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.59 2023-12-14T01:20:18.966 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.72 2023-12-14T01:20:21.825 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2023-12-14T01:20:21.831 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T01:20:22.848 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi059.front.sepia.ceph.com' 2023-12-14T01:20:22.848 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi059.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T01:20:24.882 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.134 2023-12-14T01:20:27.968 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi072.front.sepia.ceph.com' 2023-12-14T01:20:27.968 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi072.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T01:20:31.029 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.72 2023-12-14T01:20:36.886 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2023-12-14T01:20:36.887 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T01:20:43.033 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi072.front.sepia.ceph.com' 2023-12-14T01:20:43.034 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi072.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T01:20:55.314 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.134 2023-12-14T01:21:10.329 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2023-12-14T01:21:10.331 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T01:21:10.570 DEBUG:teuthology.orchestra.run.smithi134:> true 2023-12-14T01:21:11.147 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi134.front.sepia.ceph.com' 2023-12-14T01:21:11.148 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-91-generic"... 2023-12-14T01:21:11.148 DEBUG:teuthology.orchestra.run.smithi134:> uname -r 2023-12-14T01:21:11.194 INFO:teuthology.orchestra.run.smithi134.stdout:5.15.0-91-generic 2023-12-14T01:21:11.195 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-91-generic vs 5.15.0-91-generic 2023-12-14T01:21:11.195 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-14T01:21:11.195 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-14T01:21:12.196 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-12-14T01:21:12.196 DEBUG:teuthology.orchestra.run.smithi134:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-14T01:21:12.287 INFO:teuthology.orchestra.run.smithi134.stdout:ttyS1 2023-12-14T01:21:12.315 DEBUG:teuthology.parallel:result is None 2023-12-14T01:21:16.904 DEBUG:teuthology.orchestra.run.smithi072:> true 2023-12-14T01:21:18.130 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi072.front.sepia.ceph.com' 2023-12-14T01:21:18.130 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-91-generic"... 2023-12-14T01:21:18.131 DEBUG:teuthology.orchestra.run.smithi072:> uname -r 2023-12-14T01:21:18.178 INFO:teuthology.orchestra.run.smithi072.stdout:5.15.0-91-generic 2023-12-14T01:21:18.179 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-91-generic vs 5.15.0-91-generic 2023-12-14T01:21:18.179 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-14T01:21:18.179 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-14T01:21:19.180 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-14T01:21:19.180 DEBUG:teuthology.orchestra.run.smithi072:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-14T01:21:19.412 INFO:teuthology.orchestra.run.smithi072.stdout:ttyS1 2023-12-14T01:21:19.439 DEBUG:teuthology.parallel:result is None 2023-12-14T01:21:22.854 DEBUG:teuthology.orchestra.remote:timed out 2023-12-14T01:21:34.855 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi059.front.sepia.ceph.com' 2023-12-14T01:21:34.856 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi059.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T01:21:35.088 DEBUG:teuthology.orchestra.run.smithi059:> true 2023-12-14T01:21:35.620 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi059.front.sepia.ceph.com' 2023-12-14T01:21:35.620 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-91-generic"... 2023-12-14T01:21:35.621 DEBUG:teuthology.orchestra.run.smithi059:> uname -r 2023-12-14T01:21:35.668 INFO:teuthology.orchestra.run.smithi059.stdout:5.15.0-91-generic 2023-12-14T01:21:35.669 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-91-generic vs 5.15.0-91-generic 2023-12-14T01:21:35.669 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-14T01:21:35.669 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-14T01:21:36.670 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-14T01:21:36.670 DEBUG:teuthology.orchestra.run.smithi059:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-14T01:21:36.743 INFO:teuthology.orchestra.run.smithi059.stdout:ttyS1 2023-12-14T01:21:36.781 DEBUG:teuthology.parallel:result is None 2023-12-14T01:21:36.781 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-14T01:21:36.791 INFO:teuthology.task.internal:Creating test directory... 2023-12-14T01:21:36.791 DEBUG:teuthology.orchestra.run.smithi059:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-14T01:21:36.794 DEBUG:teuthology.orchestra.run.smithi072:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-14T01:21:36.796 DEBUG:teuthology.orchestra.run.smithi134:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-14T01:21:36.804 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-14T01:21:36.826 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-14T01:21:36.841 INFO:teuthology.task.internal:Creating archive directory... 2023-12-14T01:21:36.841 DEBUG:teuthology.orchestra.run.smithi059:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-14T01:21:36.844 DEBUG:teuthology.orchestra.run.smithi072:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-14T01:21:36.847 DEBUG:teuthology.orchestra.run.smithi134:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-14T01:21:36.946 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-14T01:21:36.952 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-14T01:21:36.953 DEBUG:teuthology.orchestra.run.smithi059:> 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-14T01:21:36.955 DEBUG:teuthology.orchestra.run.smithi072:> 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-14T01:21:36.958 DEBUG:teuthology.orchestra.run.smithi134:> 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-14T01:21:36.973 INFO:teuthology.orchestra.run.smithi059.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-14T01:21:36.979 INFO:teuthology.orchestra.run.smithi059.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-14T01:21:36.983 INFO:teuthology.orchestra.run.smithi072.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-14T01:21:36.987 INFO:teuthology.orchestra.run.smithi134.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-14T01:21:36.994 INFO:teuthology.orchestra.run.smithi072.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-14T01:21:36.994 INFO:teuthology.orchestra.run.smithi134.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-14T01:21:36.996 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-14T01:21:37.004 INFO:teuthology.task.internal:Configuring sudo... 2023-12-14T01:21:37.004 DEBUG:teuthology.orchestra.run.smithi059:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-14T01:21:37.025 DEBUG:teuthology.orchestra.run.smithi072:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-14T01:21:37.038 DEBUG:teuthology.orchestra.run.smithi134:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-14T01:21:37.055 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-14T01:21:37.179 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-14T01:21:37.179 DEBUG:teuthology.orchestra.run.smithi059:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-14T01:21:37.181 DEBUG:teuthology.orchestra.run.smithi072:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-14T01:21:37.184 DEBUG:teuthology.orchestra.run.smithi134:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-14T01:21:37.191 DEBUG:teuthology.orchestra.run.smithi059:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-14T01:21:37.233 DEBUG:teuthology.orchestra.run.smithi059:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-14T01:21:37.282 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2023-12-14T01:21:37.282 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-14T01:21:37.349 DEBUG:teuthology.orchestra.run.smithi072:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-14T01:21:37.357 DEBUG:teuthology.orchestra.run.smithi072:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-14T01:21:37.407 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2023-12-14T01:21:37.407 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-14T01:21:37.470 DEBUG:teuthology.orchestra.run.smithi134:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-14T01:21:37.477 DEBUG:teuthology.orchestra.run.smithi134:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-14T01:21:37.527 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2023-12-14T01:21:37.527 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-14T01:21:37.592 DEBUG:teuthology.orchestra.run.smithi059:> sudo service rsyslog restart 2023-12-14T01:21:37.594 DEBUG:teuthology.orchestra.run.smithi072:> sudo service rsyslog restart 2023-12-14T01:21:37.598 DEBUG:teuthology.orchestra.run.smithi134:> sudo service rsyslog restart 2023-12-14T01:21:37.679 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-14T01:21:37.687 INFO:teuthology.task.internal:Starting timer... 2023-12-14T01:21:37.688 INFO:teuthology.run_tasks:Running task pcp... 2023-12-14T01:21:37.701 INFO:teuthology.run_tasks:Running task selinux... 2023-12-14T01:21:37.710 DEBUG:teuthology.task.selinux:Excluding smithi059: OS 'ubuntu' does not support SELinux 2023-12-14T01:21:37.710 DEBUG:teuthology.task.selinux:Excluding smithi072: OS 'ubuntu' does not support SELinux 2023-12-14T01:21:37.710 DEBUG:teuthology.task.selinux:Excluding smithi134: OS 'ubuntu' does not support SELinux 2023-12-14T01:21:37.711 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-14T01:21:37.711 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-12-14T01:21:37.711 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-14T01:21:37.711 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-14T01:21:37.746 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-12-14T01:21:37.747 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-14T01:21:37.764 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-14T01:21:37.765 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi059.front.sepia.ceph.com,smithi072.front.sepia.ceph.com,smithi134.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-14T01:27:42.011 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi059.front.sepia.ceph.com'), Remote(name='ubuntu@smithi072.front.sepia.ceph.com'), Remote(name='ubuntu@smithi134.front.sepia.ceph.com')] 2023-12-14T01:27:42.012 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi059.front.sepia.ceph.com' 2023-12-14T01:27:42.013 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi059.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T01:27:42.093 DEBUG:teuthology.orchestra.run.smithi059:> true 2023-12-14T01:27:42.222 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi059.front.sepia.ceph.com' 2023-12-14T01:27:42.222 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi072.front.sepia.ceph.com' 2023-12-14T01:27:42.222 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi072.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T01:27:42.328 DEBUG:teuthology.orchestra.run.smithi072:> true 2023-12-14T01:27:42.451 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi072.front.sepia.ceph.com' 2023-12-14T01:27:42.452 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2023-12-14T01:27:42.452 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T01:27:42.539 DEBUG:teuthology.orchestra.run.smithi134:> true 2023-12-14T01:27:42.660 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi134.front.sepia.ceph.com' 2023-12-14T01:27:42.662 INFO:teuthology.run_tasks:Running task clock... 2023-12-14T01:27:42.672 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-14T01:27:42.672 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-14T01:27:42.673 DEBUG:teuthology.orchestra.run.smithi059:> 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-14T01:27:42.677 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-14T01:27:42.677 DEBUG:teuthology.orchestra.run.smithi072:> 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-14T01:27:42.680 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-14T01:27:42.680 DEBUG:teuthology.orchestra.run.smithi134:> 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-14T01:27:42.709 INFO:teuthology.orchestra.run.smithi059.stdout:14 Dec 01:27:42 ntpd[23338]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-14T01:27:42.709 INFO:teuthology.orchestra.run.smithi059.stdout:14 Dec 01:27:42 ntpd[23338]: Command line: ntpd -gq 2023-12-14T01:27:42.710 INFO:teuthology.orchestra.run.smithi059.stdout:14 Dec 01:27:42 ntpd[23338]: proto: precision = 0.090 usec (-23) 2023-12-14T01:27:42.711 INFO:teuthology.orchestra.run.smithi059.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-14T01:27:42.711 INFO:teuthology.orchestra.run.smithi059.stdout:14 Dec 01:27:42 ntpd[23338]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-14T01:27:42.711 INFO:teuthology.orchestra.run.smithi059.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-14T01:27:42.712 INFO:teuthology.orchestra.run.smithi059.stdout:14 Dec 01:27:42 ntpd[23338]: restrict ::: KOD does nothing without LIMITED. 2023-12-14T01:27:42.712 INFO:teuthology.orchestra.run.smithi059.stdout:14 Dec 01:27:42 ntpd[23338]: Listen and drop on 0 v6wildcard [::]:123 2023-12-14T01:27:42.712 INFO:teuthology.orchestra.run.smithi059.stdout:14 Dec 01:27:42 ntpd[23338]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-14T01:27:42.712 INFO:teuthology.orchestra.run.smithi059.stdout:14 Dec 01:27:42 ntpd[23338]: Listen normally on 2 lo 127.0.0.1:123 2023-12-14T01:27:42.712 INFO:teuthology.orchestra.run.smithi059.stdout:14 Dec 01:27:42 ntpd[23338]: Listen normally on 3 ens1f0 172.21.15.59:123 2023-12-14T01:27:42.712 INFO:teuthology.orchestra.run.smithi059.stdout:14 Dec 01:27:42 ntpd[23338]: Listen normally on 4 lo [::1]:123 2023-12-14T01:27:42.712 INFO:teuthology.orchestra.run.smithi059.stdout:14 Dec 01:27:42 ntpd[23338]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:192a%4]:123 2023-12-14T01:27:42.712 INFO:teuthology.orchestra.run.smithi059.stdout:14 Dec 01:27:42 ntpd[23338]: Listening on routing socket on fd #22 for interface updates 2023-12-14T01:27:42.713 INFO:teuthology.orchestra.run.smithi072.stdout:14 Dec 01:27:42 ntpd[23457]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-14T01:27:42.713 INFO:teuthology.orchestra.run.smithi072.stdout:14 Dec 01:27:42 ntpd[23457]: Command line: ntpd -gq 2023-12-14T01:27:42.713 INFO:teuthology.orchestra.run.smithi072.stdout:14 Dec 01:27:42 ntpd[23457]: proto: precision = 0.050 usec (-24) 2023-12-14T01:27:42.713 INFO:teuthology.orchestra.run.smithi072.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-14T01:27:42.714 INFO:teuthology.orchestra.run.smithi072.stdout:14 Dec 01:27:42 ntpd[23457]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-14T01:27:42.714 INFO:teuthology.orchestra.run.smithi072.stdout:14 Dec 01:27:42 ntpd[23457]: restrict ::: KOD does nothing without LIMITED. 2023-12-14T01:27:42.714 INFO:teuthology.orchestra.run.smithi072.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-14T01:27:42.715 INFO:teuthology.orchestra.run.smithi072.stdout:14 Dec 01:27:42 ntpd[23457]: Listen and drop on 0 v6wildcard [::]:123 2023-12-14T01:27:42.715 INFO:teuthology.orchestra.run.smithi072.stdout:14 Dec 01:27:42 ntpd[23457]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-14T01:27:42.715 INFO:teuthology.orchestra.run.smithi072.stdout:14 Dec 01:27:42 ntpd[23457]: Listen normally on 2 lo 127.0.0.1:123 2023-12-14T01:27:42.715 INFO:teuthology.orchestra.run.smithi072.stdout:14 Dec 01:27:42 ntpd[23457]: Listen normally on 3 enp3s0f1 172.21.15.72:123 2023-12-14T01:27:42.715 INFO:teuthology.orchestra.run.smithi072.stdout:14 Dec 01:27:42 ntpd[23457]: Listen normally on 4 lo [::1]:123 2023-12-14T01:27:42.715 INFO:teuthology.orchestra.run.smithi072.stdout:14 Dec 01:27:42 ntpd[23457]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:b765%5]:123 2023-12-14T01:27:42.715 INFO:teuthology.orchestra.run.smithi072.stdout:14 Dec 01:27:42 ntpd[23457]: Listening on routing socket on fd #22 for interface updates 2023-12-14T01:27:42.738 INFO:teuthology.orchestra.run.smithi134.stdout:14 Dec 01:27:42 ntpd[23383]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-14T01:27:42.738 INFO:teuthology.orchestra.run.smithi134.stdout:14 Dec 01:27:42 ntpd[23383]: Command line: ntpd -gq 2023-12-14T01:27:42.739 INFO:teuthology.orchestra.run.smithi134.stdout:14 Dec 01:27:42 ntpd[23383]: proto: precision = 0.094 usec (-23) 2023-12-14T01:27:42.739 INFO:teuthology.orchestra.run.smithi134.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-14T01:27:42.739 INFO:teuthology.orchestra.run.smithi134.stdout:14 Dec 01:27:42 ntpd[23383]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-14T01:27:42.740 INFO:teuthology.orchestra.run.smithi134.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-14T01:27:42.741 INFO:teuthology.orchestra.run.smithi134.stdout:14 Dec 01:27:42 ntpd[23383]: restrict ::: KOD does nothing without LIMITED. 2023-12-14T01:27:42.741 INFO:teuthology.orchestra.run.smithi134.stdout:14 Dec 01:27:42 ntpd[23383]: Listen and drop on 0 v6wildcard [::]:123 2023-12-14T01:27:42.741 INFO:teuthology.orchestra.run.smithi134.stdout:14 Dec 01:27:42 ntpd[23383]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-14T01:27:42.741 INFO:teuthology.orchestra.run.smithi134.stdout:14 Dec 01:27:42 ntpd[23383]: Listen normally on 2 lo 127.0.0.1:123 2023-12-14T01:27:42.741 INFO:teuthology.orchestra.run.smithi134.stdout:14 Dec 01:27:42 ntpd[23383]: Listen normally on 3 enp3s0f1 172.21.15.134:123 2023-12-14T01:27:42.741 INFO:teuthology.orchestra.run.smithi134.stdout:14 Dec 01:27:42 ntpd[23383]: Listen normally on 4 lo [::1]:123 2023-12-14T01:27:42.741 INFO:teuthology.orchestra.run.smithi134.stdout:14 Dec 01:27:42 ntpd[23383]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:6de9%5]:123 2023-12-14T01:27:42.741 INFO:teuthology.orchestra.run.smithi134.stdout:14 Dec 01:27:42 ntpd[23383]: Listening on routing socket on fd #22 for interface updates 2023-12-14T01:27:43.710 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:43 ntpd[23338]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:43.710 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:43 ntpd[23338]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:43.711 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:43 ntpd[23338]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:43.711 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:43 ntpd[23338]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:43.711 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:43 ntpd[23338]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T01:27:43.711 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:43 ntpd[23338]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T01:27:43.713 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:43 ntpd[23457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:43.713 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:43 ntpd[23457]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:43.713 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:43 ntpd[23457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:43.713 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:43 ntpd[23457]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:43.713 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:43 ntpd[23457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:43.713 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:43 ntpd[23457]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:43.713 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:43 ntpd[23457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:43.713 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:43 ntpd[23457]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:43.713 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:43 ntpd[23457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T01:27:43.713 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:43 ntpd[23457]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T01:27:43.713 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:43 ntpd[23457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:43.713 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:43 ntpd[23457]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:43.714 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:43 ntpd[23457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T01:27:43.714 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:43 ntpd[23457]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T01:27:43.714 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:43 ntpd[23457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:43.714 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:43 ntpd[23457]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:43.714 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:43 ntpd[23457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T01:27:43.714 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:43 ntpd[23457]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T01:27:44.739 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:44 ntpd[23383]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:44.739 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:44 ntpd[23383]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:44.739 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:44 ntpd[23383]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:44.739 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:44 ntpd[23383]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:44.739 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:44 ntpd[23383]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T01:27:44.739 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:44 ntpd[23383]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T01:27:45.710 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:45 ntpd[23338]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:45.710 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:45 ntpd[23338]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:45.710 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:45 ntpd[23338]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:45.711 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:45 ntpd[23338]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:45.711 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:45 ntpd[23338]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T01:27:45.711 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:45 ntpd[23338]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T01:27:45.713 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:45 ntpd[23457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:45.713 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:45 ntpd[23457]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:45.713 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:45 ntpd[23457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:45.713 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:45 ntpd[23457]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:45.713 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:45 ntpd[23457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:45.713 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:45 ntpd[23457]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:45.713 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:45 ntpd[23457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:45.713 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:45 ntpd[23457]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:45.713 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:45 ntpd[23457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T01:27:45.713 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:45 ntpd[23457]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T01:27:45.713 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:45 ntpd[23457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:45.713 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:45 ntpd[23457]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:45.713 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:45 ntpd[23457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T01:27:45.714 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:45 ntpd[23457]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T01:27:45.714 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:45 ntpd[23457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:45.714 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:45 ntpd[23457]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:45.714 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:45 ntpd[23457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T01:27:45.714 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:45 ntpd[23457]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T01:27:45.739 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:45 ntpd[23383]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:45.740 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:45 ntpd[23383]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:45.740 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:45 ntpd[23383]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:45.740 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:45 ntpd[23383]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:45.740 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:45 ntpd[23383]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:45.740 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:45 ntpd[23383]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:45.740 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:45 ntpd[23383]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T01:27:45.740 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:45 ntpd[23383]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T01:27:45.740 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:45 ntpd[23383]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:45.740 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:45 ntpd[23383]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:45.740 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:45 ntpd[23383]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T01:27:45.740 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:45 ntpd[23383]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T01:27:46.711 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:46 ntpd[23338]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:46.711 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:46 ntpd[23338]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:46.711 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:46 ntpd[23338]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:46.711 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:46 ntpd[23338]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:46.712 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:46 ntpd[23338]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:46.712 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:46 ntpd[23338]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:46.712 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:46 ntpd[23338]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:46.712 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:46 ntpd[23338]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:46.712 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:46 ntpd[23338]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T01:27:46.712 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:46 ntpd[23338]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T01:27:46.712 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:46 ntpd[23338]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:46.712 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:46 ntpd[23338]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:46.712 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:46 ntpd[23338]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T01:27:46.712 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:46 ntpd[23338]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T01:27:46.713 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:46 ntpd[23457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:46.713 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:46 ntpd[23457]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:46.739 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:46 ntpd[23383]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:46.739 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:46 ntpd[23383]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:46.739 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:46 ntpd[23383]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:46.739 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:46 ntpd[23383]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:46.739 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:46 ntpd[23383]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T01:27:46.739 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:46 ntpd[23383]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T01:27:47.710 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:47 ntpd[23338]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:47.710 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:47 ntpd[23338]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:47.711 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:47 ntpd[23338]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:47.711 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:47 ntpd[23338]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:47.711 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:47 ntpd[23338]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T01:27:47.711 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:47 ntpd[23338]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T01:27:47.712 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:47 ntpd[23457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:47.713 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:47 ntpd[23457]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:47.713 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:47 ntpd[23457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:47.713 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:47 ntpd[23457]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:47.713 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:47 ntpd[23457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:47.713 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:47 ntpd[23457]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:47.713 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:47 ntpd[23457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:47.713 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:47 ntpd[23457]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:47.713 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:47 ntpd[23457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T01:27:47.713 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:47 ntpd[23457]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T01:27:47.713 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:47 ntpd[23457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:47.713 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:47 ntpd[23457]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:47.713 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:47 ntpd[23457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T01:27:47.713 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:47 ntpd[23457]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T01:27:47.714 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:47 ntpd[23457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:47.714 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:47 ntpd[23457]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:47.714 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:47 ntpd[23457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T01:27:47.714 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:47 ntpd[23457]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T01:27:47.739 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:47 ntpd[23383]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:47.739 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:47 ntpd[23383]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:47.739 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:47 ntpd[23383]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:47.740 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:47 ntpd[23383]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:47.740 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:47 ntpd[23383]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:47.740 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:47 ntpd[23383]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:47.740 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:47 ntpd[23383]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:47.740 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:47 ntpd[23383]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:47.740 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:47 ntpd[23383]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T01:27:47.740 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:47 ntpd[23383]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T01:27:47.740 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:47 ntpd[23383]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:47.740 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:47 ntpd[23383]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:47.740 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:47 ntpd[23383]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T01:27:47.740 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:47 ntpd[23383]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T01:27:48.711 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:48 ntpd[23338]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:48.711 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:48 ntpd[23338]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:48.711 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:48 ntpd[23338]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:48.711 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:48 ntpd[23338]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:48.711 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:48 ntpd[23338]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:48.711 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:48 ntpd[23338]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:48.711 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:48 ntpd[23338]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T01:27:48.711 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:48 ntpd[23338]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T01:27:48.711 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:48 ntpd[23338]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:48.711 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:48 ntpd[23338]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:48.712 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:48 ntpd[23338]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T01:27:48.712 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:48 ntpd[23338]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T01:27:48.739 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:48 ntpd[23383]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:48.739 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:48 ntpd[23383]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:48.739 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:48 ntpd[23383]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:48.739 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:48 ntpd[23383]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:48.739 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:48 ntpd[23383]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T01:27:48.739 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:48 ntpd[23383]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T01:27:49.710 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:49 ntpd[23338]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:49.711 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:49 ntpd[23338]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:49.711 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:49 ntpd[23338]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:49.711 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:49 ntpd[23338]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:49.711 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:49 ntpd[23338]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T01:27:49.711 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:49 ntpd[23338]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T01:27:49.711 INFO:teuthology.orchestra.run.smithi059.stdout:14 Dec 01:27:49 ntpd[23338]: ntpd: time slew -0.000336 s 2023-12-14T01:27:49.712 INFO:teuthology.orchestra.run.smithi059.stdout:ntpd: time slew -0.000336s 2023-12-14T01:27:49.712 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:49 ntpd[23338]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-14T01:27:49.712 INFO:teuthology.orchestra.run.smithi059.stderr:14 Dec 01:27:49 ntpd[23338]: can't open /var/log/ntpstats/loopstats.20231214: Permission denied 2023-12-14T01:27:49.713 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:49 ntpd[23457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:49.713 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:49 ntpd[23457]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:49.713 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:49 ntpd[23457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:49.713 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:49 ntpd[23457]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:49.714 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:49 ntpd[23457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:49.714 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:49 ntpd[23457]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:49.714 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:49 ntpd[23457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:49.714 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:49 ntpd[23457]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:49.714 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:49 ntpd[23457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T01:27:49.714 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:49 ntpd[23457]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T01:27:49.714 INFO:teuthology.orchestra.run.smithi072.stdout:14 Dec 01:27:49 ntpd[23457]: ntpd: time slew +0.001577 s 2023-12-14T01:27:49.714 INFO:teuthology.orchestra.run.smithi072.stdout:ntpd: time slew +0.001577s 2023-12-14T01:27:49.715 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:49 ntpd[23457]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-14T01:27:49.715 INFO:teuthology.orchestra.run.smithi072.stderr:14 Dec 01:27:49 ntpd[23457]: can't open /var/log/ntpstats/loopstats.20231214: Permission denied 2023-12-14T01:27:49.739 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:49 ntpd[23383]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:49.740 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:49 ntpd[23383]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:49.740 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:49 ntpd[23383]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:49.740 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:49 ntpd[23383]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:49.740 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:49 ntpd[23383]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:49.740 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:49 ntpd[23383]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:49.740 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:49 ntpd[23383]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T01:27:49.740 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:49 ntpd[23383]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T01:27:49.741 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:49 ntpd[23383]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:49.741 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:49 ntpd[23383]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:49.741 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:49 ntpd[23383]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T01:27:49.741 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:49 ntpd[23383]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T01:27:49.766 INFO:teuthology.orchestra.run.smithi059.stdout: remote refid st t when poll reach delay offset jitter 2023-12-14T01:27:49.766 INFO:teuthology.orchestra.run.smithi059.stdout:============================================================================== 2023-12-14T01:27:49.767 INFO:teuthology.orchestra.run.smithi059.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-14T01:27:49.767 INFO:teuthology.orchestra.run.smithi059.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-14T01:27:49.767 INFO:teuthology.orchestra.run.smithi059.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-14T01:27:49.767 INFO:teuthology.orchestra.run.smithi059.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-14T01:27:49.773 INFO:teuthology.orchestra.run.smithi072.stdout: remote refid st t when poll reach delay offset jitter 2023-12-14T01:27:49.773 INFO:teuthology.orchestra.run.smithi072.stdout:============================================================================== 2023-12-14T01:27:49.774 INFO:teuthology.orchestra.run.smithi072.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-14T01:27:49.774 INFO:teuthology.orchestra.run.smithi072.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-14T01:27:49.774 INFO:teuthology.orchestra.run.smithi072.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-14T01:27:49.774 INFO:teuthology.orchestra.run.smithi072.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-14T01:27:50.739 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:50 ntpd[23383]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:50.739 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:50 ntpd[23383]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:50.739 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:50 ntpd[23383]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T01:27:50.739 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:50 ntpd[23383]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T01:27:50.739 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:50 ntpd[23383]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T01:27:50.739 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:50 ntpd[23383]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T01:27:50.740 INFO:teuthology.orchestra.run.smithi134.stdout:14 Dec 01:27:50 ntpd[23383]: ntpd: time slew -0.002037 s 2023-12-14T01:27:50.740 INFO:teuthology.orchestra.run.smithi134.stdout:ntpd: time slew -0.002037s 2023-12-14T01:27:50.740 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:50 ntpd[23383]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-14T01:27:50.740 INFO:teuthology.orchestra.run.smithi134.stderr:14 Dec 01:27:50 ntpd[23383]: can't open /var/log/ntpstats/loopstats.20231214: Permission denied 2023-12-14T01:27:50.797 INFO:teuthology.orchestra.run.smithi134.stdout: remote refid st t when poll reach delay offset jitter 2023-12-14T01:27:50.797 INFO:teuthology.orchestra.run.smithi134.stdout:============================================================================== 2023-12-14T01:27:50.797 INFO:teuthology.orchestra.run.smithi134.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-14T01:27:50.797 INFO:teuthology.orchestra.run.smithi134.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-14T01:27:50.797 INFO:teuthology.orchestra.run.smithi134.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-14T01:27:50.797 INFO:teuthology.orchestra.run.smithi134.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-14T01:27:50.798 INFO:teuthology.run_tasks:Running task install... 2023-12-14T01:27:50.807 DEBUG:teuthology.task.install:project ceph 2023-12-14T01:27:50.807 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '021ac1670a21c19759080c6da90baaeb42e7d175'}} 2023-12-14T01:27:50.807 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '021ac1670a21c19759080c6da90baaeb42e7d175'} 2023-12-14T01:27:50.807 INFO:teuthology.task.install:Using flavor: default 2023-12-14T01:27:50.813 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-14T01:27:50.813 INFO:teuthology.task.install:extra packages: [] 2023-12-14T01:27:50.814 DEBUG:teuthology.orchestra.run.smithi059:> sudo apt-key list | grep Ceph 2023-12-14T01:27:50.814 DEBUG:teuthology.orchestra.run.smithi072:> sudo apt-key list | grep Ceph 2023-12-14T01:27:50.815 DEBUG:teuthology.orchestra.run.smithi134:> sudo apt-key list | grep Ceph 2023-12-14T01:27:50.917 INFO:teuthology.orchestra.run.smithi072.stderr:Warning: apt-key output should not be parsed (stdout is not a terminal) 2023-12-14T01:27:50.917 INFO:teuthology.orchestra.run.smithi059.stderr:Warning: apt-key output should not be parsed (stdout is not a terminal) 2023-12-14T01:27:50.930 INFO:teuthology.orchestra.run.smithi134.stderr:Warning: apt-key output should not be parsed (stdout is not a terminal) 2023-12-14T01:27:50.973 INFO:teuthology.orchestra.run.smithi072.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2023-12-14T01:27:50.973 INFO:teuthology.orchestra.run.smithi072.stdout:uid [ unknown] Ceph.com (release key) 2023-12-14T01:27:50.975 INFO:teuthology.task.install.deb:Installing packages: 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 on remote deb x86_64 2023-12-14T01:27:50.975 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=021ac1670a21c19759080c6da90baaeb42e7d175 2023-12-14T01:27:50.980 INFO:teuthology.orchestra.run.smithi059.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2023-12-14T01:27:50.980 INFO:teuthology.orchestra.run.smithi059.stdout:uid [ unknown] Ceph.com (release key) 2023-12-14T01:27:50.980 INFO:teuthology.task.install.deb:Installing packages: 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 on remote deb x86_64 2023-12-14T01:27:50.981 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=021ac1670a21c19759080c6da90baaeb42e7d175 2023-12-14T01:27:50.983 INFO:teuthology.orchestra.run.smithi134.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2023-12-14T01:27:50.983 INFO:teuthology.orchestra.run.smithi134.stdout:uid [ unknown] Ceph.com (release key) 2023-12-14T01:27:50.984 INFO:teuthology.task.install.deb:Installing packages: 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 on remote deb x86_64 2023-12-14T01:27:50.984 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=021ac1670a21c19759080c6da90baaeb42e7d175 2023-12-14T01:27:51.123 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuri10-testing-2023-12-12-1229/021ac1670a21c19759080c6da90baaeb42e7d175/ubuntu/focal/flavors/default/ 2023-12-14T01:27:51.123 INFO:teuthology.task.install.deb:Package version is 19.0.0-157-g021ac167-1focal 2023-12-14T01:27:51.193 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuri10-testing-2023-12-12-1229/021ac1670a21c19759080c6da90baaeb42e7d175/ubuntu/focal/flavors/default/ 2023-12-14T01:27:51.193 INFO:teuthology.task.install.deb:Package version is 19.0.0-157-g021ac167-1focal 2023-12-14T01:27:51.197 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuri10-testing-2023-12-12-1229/021ac1670a21c19759080c6da90baaeb42e7d175/ubuntu/focal/flavors/default/ 2023-12-14T01:27:51.197 INFO:teuthology.task.install.deb:Package version is 19.0.0-157-g021ac167-1focal 2023-12-14T01:27:51.216 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/ubuntu/focal/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/deb.py", line 84, in _update_package_list_and_install builder.install_repo() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/packaging.py", line 781, in install_repo self._install_deb_repo() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/packaging.py", line 1035, in _install_deb_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/ubuntu/focal/flavors/default/repo (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1131)'))) 2023-12-14T01:27:51.219 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/ubuntu/focal/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/deb.py", line 84, in _update_package_list_and_install builder.install_repo() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/packaging.py", line 781, in install_repo self._install_deb_repo() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/packaging.py", line 1035, in _install_deb_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/ubuntu/focal/flavors/default/repo (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1131)'))) 2023-12-14T01:27:51.303 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=87473cc65f5345b28536ade5442c4ed6 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/ubuntu/focal/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/deb.py", line 84, in _update_package_list_and_install builder.install_repo() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/packaging.py", line 781, in install_repo self._install_deb_repo() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/packaging.py", line 1035, in _install_deb_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/ubuntu/focal/flavors/default/repo (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1131)'))) 2023-12-14T01:27:51.309 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-14T01:27:51.318 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-14T01:27:51.326 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-14T01:27:51.326 DEBUG:teuthology.orchestra.run.smithi059:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-14T01:27:51.361 DEBUG:teuthology.orchestra.run.smithi072:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-14T01:27:51.364 DEBUG:teuthology.orchestra.run.smithi134:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-14T01:27:51.372 INFO:teuthology.orchestra.run.smithi059.stdout: remote refid st t when poll reach delay offset jitter 2023-12-14T01:27:51.373 INFO:teuthology.orchestra.run.smithi059.stdout:============================================================================== 2023-12-14T01:27:51.373 INFO:teuthology.orchestra.run.smithi059.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-14T01:27:51.373 INFO:teuthology.orchestra.run.smithi059.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-14T01:27:51.373 INFO:teuthology.orchestra.run.smithi059.stdout: hv03.front.sepi 74.6.168.72 3 u 1 64 1 0.058 2.152 0.000 2023-12-14T01:27:51.373 INFO:teuthology.orchestra.run.smithi059.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-14T01:27:51.382 INFO:teuthology.orchestra.run.smithi134.stdout: remote refid st t when poll reach delay offset jitter 2023-12-14T01:27:51.382 INFO:teuthology.orchestra.run.smithi134.stdout:============================================================================== 2023-12-14T01:27:51.382 INFO:teuthology.orchestra.run.smithi134.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-14T01:27:51.382 INFO:teuthology.orchestra.run.smithi134.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-14T01:27:51.382 INFO:teuthology.orchestra.run.smithi134.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-14T01:27:51.383 INFO:teuthology.orchestra.run.smithi134.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-14T01:27:51.383 INFO:teuthology.orchestra.run.smithi072.stdout: remote refid st t when poll reach delay offset jitter 2023-12-14T01:27:51.384 INFO:teuthology.orchestra.run.smithi072.stdout:============================================================================== 2023-12-14T01:27:51.384 INFO:teuthology.orchestra.run.smithi072.stdout: hv01.front.sepi 44.4.53.2 2 u 1 64 1 0.104 -1.443 0.000 2023-12-14T01:27:51.384 INFO:teuthology.orchestra.run.smithi072.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-14T01:27:51.384 INFO:teuthology.orchestra.run.smithi072.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-14T01:27:51.384 INFO:teuthology.orchestra.run.smithi072.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-14T01:27:51.386 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-14T01:27:51.395 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-14T01:27:51.395 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-14T01:27:51.416 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-14T01:27:51.425 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-14T01:27:51.433 INFO:teuthology.task.internal:Duration was 373.746094 seconds 2023-12-14T01:27:51.434 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-14T01:27:51.484 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-14T01:27:51.484 DEBUG:teuthology.orchestra.run.smithi059:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-14T01:27:51.487 DEBUG:teuthology.orchestra.run.smithi072:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-14T01:27:51.490 DEBUG:teuthology.orchestra.run.smithi134:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-14T01:27:51.535 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-14T01:27:51.536 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi059.front.sepia.ceph.com 2023-12-14T01:27:51.536 DEBUG:teuthology.orchestra.run.smithi059:> 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-14T01:27:51.588 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi072.front.sepia.ceph.com 2023-12-14T01:27:51.589 DEBUG:teuthology.orchestra.run.smithi072:> 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-14T01:27:51.604 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi134.front.sepia.ceph.com 2023-12-14T01:27:51.604 DEBUG:teuthology.orchestra.run.smithi134:> 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-14T01:27:51.618 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-14T01:27:51.619 DEBUG:teuthology.orchestra.run.smithi059:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-14T01:27:51.636 DEBUG:teuthology.orchestra.run.smithi072:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-14T01:27:51.648 DEBUG:teuthology.orchestra.run.smithi134:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-14T01:27:51.708 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-14T01:27:51.708 DEBUG:teuthology.orchestra.run.smithi059:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-14T01:27:51.724 DEBUG:teuthology.orchestra.run.smithi072:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-14T01:27:51.736 DEBUG:teuthology.orchestra.run.smithi134:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-14T01:27:51.795 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-14T01:27:51.803 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-14T01:27:51.804 DEBUG:teuthology.orchestra.run.smithi059:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-14T01:27:51.819 DEBUG:teuthology.orchestra.run.smithi072:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-14T01:27:51.835 DEBUG:teuthology.orchestra.run.smithi134:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-14T01:27:51.851 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-14T01:27:51.861 DEBUG:teuthology.orchestra.run.smithi059:> 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-14T01:27:51.864 DEBUG:teuthology.orchestra.run.smithi072:> 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-14T01:27:51.876 INFO:teuthology.orchestra.run.smithi059.stdout:kernel.core_pattern = core 2023-12-14T01:27:51.880 DEBUG:teuthology.orchestra.run.smithi134:> 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-14T01:27:51.892 INFO:teuthology.orchestra.run.smithi072.stdout:kernel.core_pattern = core 2023-12-14T01:27:51.907 INFO:teuthology.orchestra.run.smithi134.stdout:kernel.core_pattern = core 2023-12-14T01:27:51.925 DEBUG:teuthology.orchestra.run.smithi059:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-14T01:27:51.947 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T01:27:51.947 DEBUG:teuthology.orchestra.run.smithi072:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-14T01:27:51.963 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T01:27:51.964 DEBUG:teuthology.orchestra.run.smithi134:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-14T01:27:51.977 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T01:27:51.978 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-14T01:27:51.988 INFO:teuthology.task.internal:Transferring archived files... 2023-12-14T01:27:51.989 DEBUG:teuthology.misc:Transferring archived files from smithi059:/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/7490839/remote/smithi059 2023-12-14T01:27:51.990 DEBUG:teuthology.orchestra.run.smithi059:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-14T01:27:52.012 DEBUG:teuthology.misc:Transferring archived files from smithi072:/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/7490839/remote/smithi072 2023-12-14T01:27:52.013 DEBUG:teuthology.orchestra.run.smithi072:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-14T01:27:52.036 DEBUG:teuthology.misc:Transferring archived files from smithi134:/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/7490839/remote/smithi134 2023-12-14T01:27:52.037 DEBUG:teuthology.orchestra.run.smithi134:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-14T01:27:52.058 INFO:teuthology.task.internal:Removing archive directory... 2023-12-14T01:27:52.059 DEBUG:teuthology.orchestra.run.smithi059:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-14T01:27:52.061 DEBUG:teuthology.orchestra.run.smithi072:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-14T01:27:52.076 DEBUG:teuthology.orchestra.run.smithi134:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-14T01:27:52.103 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-14T01:27:52.114 INFO:teuthology.task.internal:Not uploading archives. 2023-12-14T01:27:52.114 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-14T01:27:52.132 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-14T01:27:52.132 DEBUG:teuthology.orchestra.run.smithi059:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-14T01:27:52.135 DEBUG:teuthology.orchestra.run.smithi072:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-14T01:27:52.137 DEBUG:teuthology.orchestra.run.smithi134:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-14T01:27:52.140 INFO:teuthology.orchestra.run.smithi059.stdout: 1048609 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 14 01:27 /home/ubuntu/cephtest 2023-12-14T01:27:52.142 INFO:teuthology.orchestra.run.smithi072.stdout: 1048601 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 14 01:27 /home/ubuntu/cephtest 2023-12-14T01:27:52.151 INFO:teuthology.orchestra.run.smithi134.stdout: 1048601 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 14 01:27 /home/ubuntu/cephtest 2023-12-14T01:27:52.154 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-14T01:27:52.164 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-14T01:27:52.189 INFO:teuthology.nuke:Checking targets against current locks 2023-12-14T01:27:52.216 DEBUG:teuthology.nuke:shortname: smithi059 2023-12-14T01:27:52.217 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-14T01:27:52.241 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi059.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/7490839', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-14 01:10:27.643875', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-14T01:27:52.245 DEBUG:teuthology.nuke:shortname: smithi072 2023-12-14T01:27:52.246 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-14T01:27:52.269 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi072.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/7490839', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-14 01:10:27.645884', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-14T01:27:52.270 DEBUG:teuthology.nuke:shortname: smithi134 2023-12-14T01:27:52.270 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-14T01:27:52.294 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi134.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/7490839', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-14 01:10:27.647580', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-14T01:27:52.305 INFO:teuthology.orchestra.console.smithi059:Power off 2023-12-14T01:27:52.306 DEBUG:teuthology.orchestra.console.smithi059:pexpect command: ipmitool -H smithi059.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-14T01:27:52.329 DEBUG:teuthology.orchestra.console.smithi059:power off output: Chassis Power Control: Down/Off 2023-12-14T01:27:52.329 DEBUG:teuthology.orchestra.console.smithi059:pexpect command: ipmitool -H smithi059.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T01:27:52.344 INFO:teuthology.orchestra.console.smithi072:Power off 2023-12-14T01:27:52.345 DEBUG:teuthology.orchestra.console.smithi072:pexpect command: ipmitool -H smithi072.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-14T01:27:52.359 INFO:teuthology.orchestra.console.smithi134:Power off 2023-12-14T01:27:52.360 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-14T01:27:52.367 DEBUG:teuthology.orchestra.console.smithi059:check power output: Chassis Power is on 2023-12-14T01:27:52.367 DEBUG:teuthology.orchestra.console.smithi072:power off output: Chassis Power Control: Down/Off 2023-12-14T01:27:52.368 DEBUG:teuthology.orchestra.console.smithi072:pexpect command: ipmitool -H smithi072.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T01:27:52.382 DEBUG:teuthology.orchestra.console.smithi134:power off output: Chassis Power Control: Down/Off 2023-12-14T01:27:52.383 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T01:27:52.392 DEBUG:teuthology.orchestra.console.smithi072:check power output: Chassis Power is on 2023-12-14T01:27:52.405 DEBUG:teuthology.orchestra.console.smithi134:check power output: Chassis Power is on 2023-12-14T01:27:56.368 DEBUG:teuthology.orchestra.console.smithi059:pexpect command: ipmitool -H smithi059.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T01:27:56.393 DEBUG:teuthology.orchestra.console.smithi072:pexpect command: ipmitool -H smithi072.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T01:27:56.406 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T01:27:56.479 DEBUG:teuthology.orchestra.console.smithi059:check power output: Chassis Power is on 2023-12-14T01:27:56.503 DEBUG:teuthology.orchestra.console.smithi072:check power output: Chassis Power is on 2023-12-14T01:27:56.516 DEBUG:teuthology.orchestra.console.smithi134:check power output: Chassis Power is on 2023-12-14T01:28:00.481 DEBUG:teuthology.orchestra.console.smithi059:pexpect command: ipmitool -H smithi059.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T01:28:00.504 DEBUG:teuthology.orchestra.console.smithi072:pexpect command: ipmitool -H smithi072.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T01:28:00.516 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T01:28:00.592 DEBUG:teuthology.orchestra.console.smithi059:check power output: Chassis Power is off 2023-12-14T01:28:00.613 DEBUG:teuthology.orchestra.console.smithi072:check power output: Chassis Power is on 2023-12-14T01:28:00.626 DEBUG:teuthology.orchestra.console.smithi134:check power output: Chassis Power is on 2023-12-14T01:28:00.693 INFO:teuthology.orchestra.console.smithi059:Power off completed 2023-12-14T01:28:04.618 DEBUG:teuthology.orchestra.console.smithi072:pexpect command: ipmitool -H smithi072.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T01:28:04.627 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T01:28:04.730 DEBUG:teuthology.orchestra.console.smithi072:check power output: Chassis Power is off 2023-12-14T01:28:04.737 DEBUG:teuthology.orchestra.console.smithi134:check power output: Chassis Power is off 2023-12-14T01:28:04.831 INFO:teuthology.orchestra.console.smithi072:Power off completed 2023-12-14T01:28:04.838 INFO:teuthology.orchestra.console.smithi134:Power off completed 2023-12-14T01:28:04.943 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/ubuntu_20.04 agent/on mon_election/classic task/test_host_drain} duration: 373.7460939884186 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/ubuntu/focal/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=87473cc65f5345b28536ade5442c4ed6 status: fail success: false 2023-12-14T01:28:04.943 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-14T01:28:05.027 INFO:teuthology.run:FAIL