2023-12-14T01:57:02.604 INFO:root:teuthology version: 0.0.1.dev216+g5f3731e 2023-12-14T01:57:02.604 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7490896 --description rados/cephadm/workunits/{0-distro/ubuntu_20.04 agent/off mon_election/connectivity task/test_rgw_multisite} --owner scheduled_yuriw@teuthology --verbose -- /home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7490896/orig.config.yaml 2023-12-14T01:57:02.634 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-14T01:57:02.718 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/7490896 branch: wip-yuri10-testing-2023-12-12-1229 description: rados/cephadm/workunits/{0-distro/ubuntu_20.04 agent/off mon_election/connectivity task/test_rgw_multisite} email: yweinste@redhat.com first_in_suite: false job_id: '7490896' 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: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 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 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 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: smithi069.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi070.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi183.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - ceph mgr module enable rgw - rgw_module.apply: specs: - rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 - cephadm.shell: host.a: - 'set -e set -x while true; do TOKEN=$(ceph rgw realm tokens | jq -r ''.[0].token''); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done TOKENS=$(ceph rgw realm tokens) echo $TOKENS | jq --exit-status ''.[0].realm == "myrealm1"'' echo $TOKENS | jq --exit-status ''.[0].token'' TOKEN_JSON=$(ceph rgw realm tokens | jq -r ''.[0].token'' | base64 --decode) echo $TOKEN_JSON | jq --exit-status ''.realm_name == "myrealm1"'' echo $TOKEN_JSON | jq --exit-status ''.endpoint | test("http://.+:\\d+")'' echo $TOKEN_JSON | jq --exit-status ''.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'' echo $TOKEN_JSON | jq --exit-status ''.access_key'' echo $TOKEN_JSON | jq --exit-status ''.secret'' ' 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:57:02.718 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:57:02.719 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_021ac1670a21c19759080c6da90baaeb42e7d175/qa/tasks 2023-12-14T01:57:02.719 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-14T01:57:02.721 INFO:teuthology.task.internal:Checking packages... 2023-12-14T01:57:02.744 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '021ac1670a21c19759080c6da90baaeb42e7d175' 2023-12-14T01:57:02.744 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-14T01:57:02.744 INFO:teuthology.packaging:ref: None 2023-12-14T01:57:02.744 INFO:teuthology.packaging:tag: None 2023-12-14T01:57:02.744 INFO:teuthology.packaging:branch: wip-yuri10-testing-2023-12-12-1229 2023-12-14T01:57:02.744 INFO:teuthology.packaging:sha1: 021ac1670a21c19759080c6da90baaeb42e7d175 2023-12-14T01:57:02.745 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:57:02.885 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-157-g021ac167-1focal 2023-12-14T01:57:02.886 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-14T01:57:02.893 INFO:teuthology.task.internal:no buildpackages task found 2023-12-14T01:57:02.893 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-14T01:57:02.901 INFO:teuthology.task.internal:Saving configuration 2023-12-14T01:57:02.913 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-14T01:57:02.921 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-14T01:57:02.945 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi069.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/7490896', '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:51:13.801308', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-14T01:57:02.969 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi070.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/7490896', '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:51:13.802241', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-14T01:57:02.995 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi183.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/7490896', '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:51:13.799922', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-14T01:57:02.995 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-14T01:57:03.004 INFO:teuthology.task.internal:roles: ubuntu@smithi069.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2023-12-14T01:57:03.004 INFO:teuthology.task.internal:roles: ubuntu@smithi070.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2023-12-14T01:57:03.005 INFO:teuthology.task.internal:roles: ubuntu@smithi183.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2023-12-14T01:57:03.005 INFO:teuthology.run_tasks:Running task console_log... 2023-12-14T01:57:03.112 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f2dbf1e4e50>, signals=[15]) 2023-12-14T01:57:03.112 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-14T01:57:03.120 INFO:teuthology.task.internal:Opening connections... 2023-12-14T01:57:03.121 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi069.front.sepia.ceph.com 2023-12-14T01:57:03.122 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T01:57:03.170 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi070.front.sepia.ceph.com 2023-12-14T01:57:03.171 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi070.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T01:57:03.219 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi183.front.sepia.ceph.com 2023-12-14T01:57:03.220 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T01:57:03.267 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-14T01:57:03.278 DEBUG:teuthology.orchestra.run.smithi069:> uname -m 2023-12-14T01:57:03.285 INFO:teuthology.orchestra.run.smithi069.stdout:x86_64 2023-12-14T01:57:03.285 DEBUG:teuthology.orchestra.run.smithi069:> cat /etc/os-release 2023-12-14T01:57:03.335 INFO:teuthology.orchestra.run.smithi069.stdout:NAME="Ubuntu" 2023-12-14T01:57:03.335 INFO:teuthology.orchestra.run.smithi069.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-14T01:57:03.335 INFO:teuthology.orchestra.run.smithi069.stdout:ID=ubuntu 2023-12-14T01:57:03.335 INFO:teuthology.orchestra.run.smithi069.stdout:ID_LIKE=debian 2023-12-14T01:57:03.335 INFO:teuthology.orchestra.run.smithi069.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-14T01:57:03.335 INFO:teuthology.orchestra.run.smithi069.stdout:VERSION_ID="20.04" 2023-12-14T01:57:03.335 INFO:teuthology.orchestra.run.smithi069.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-14T01:57:03.335 INFO:teuthology.orchestra.run.smithi069.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-14T01:57:03.335 INFO:teuthology.orchestra.run.smithi069.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-14T01:57:03.336 INFO:teuthology.orchestra.run.smithi069.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-14T01:57:03.336 INFO:teuthology.orchestra.run.smithi069.stdout:VERSION_CODENAME=focal 2023-12-14T01:57:03.336 INFO:teuthology.orchestra.run.smithi069.stdout:UBUNTU_CODENAME=focal 2023-12-14T01:57:03.336 INFO:teuthology.lock.ops:Updating smithi069.front.sepia.ceph.com on lock server 2023-12-14T01:57:03.362 DEBUG:teuthology.orchestra.run.smithi070:> uname -m 2023-12-14T01:57:03.369 INFO:teuthology.orchestra.run.smithi070.stdout:x86_64 2023-12-14T01:57:03.369 DEBUG:teuthology.orchestra.run.smithi070:> cat /etc/os-release 2023-12-14T01:57:03.417 INFO:teuthology.orchestra.run.smithi070.stdout:NAME="Ubuntu" 2023-12-14T01:57:03.417 INFO:teuthology.orchestra.run.smithi070.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-14T01:57:03.417 INFO:teuthology.orchestra.run.smithi070.stdout:ID=ubuntu 2023-12-14T01:57:03.417 INFO:teuthology.orchestra.run.smithi070.stdout:ID_LIKE=debian 2023-12-14T01:57:03.418 INFO:teuthology.orchestra.run.smithi070.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-14T01:57:03.418 INFO:teuthology.orchestra.run.smithi070.stdout:VERSION_ID="20.04" 2023-12-14T01:57:03.418 INFO:teuthology.orchestra.run.smithi070.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-14T01:57:03.418 INFO:teuthology.orchestra.run.smithi070.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-14T01:57:03.418 INFO:teuthology.orchestra.run.smithi070.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-14T01:57:03.418 INFO:teuthology.orchestra.run.smithi070.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-14T01:57:03.418 INFO:teuthology.orchestra.run.smithi070.stdout:VERSION_CODENAME=focal 2023-12-14T01:57:03.418 INFO:teuthology.orchestra.run.smithi070.stdout:UBUNTU_CODENAME=focal 2023-12-14T01:57:03.418 INFO:teuthology.lock.ops:Updating smithi070.front.sepia.ceph.com on lock server 2023-12-14T01:57:03.437 DEBUG:teuthology.orchestra.run.smithi183:> uname -m 2023-12-14T01:57:03.444 INFO:teuthology.orchestra.run.smithi183.stdout:x86_64 2023-12-14T01:57:03.444 DEBUG:teuthology.orchestra.run.smithi183:> cat /etc/os-release 2023-12-14T01:57:03.491 INFO:teuthology.orchestra.run.smithi183.stdout:NAME="Ubuntu" 2023-12-14T01:57:03.491 INFO:teuthology.orchestra.run.smithi183.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-14T01:57:03.491 INFO:teuthology.orchestra.run.smithi183.stdout:ID=ubuntu 2023-12-14T01:57:03.491 INFO:teuthology.orchestra.run.smithi183.stdout:ID_LIKE=debian 2023-12-14T01:57:03.491 INFO:teuthology.orchestra.run.smithi183.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-14T01:57:03.491 INFO:teuthology.orchestra.run.smithi183.stdout:VERSION_ID="20.04" 2023-12-14T01:57:03.491 INFO:teuthology.orchestra.run.smithi183.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-14T01:57:03.491 INFO:teuthology.orchestra.run.smithi183.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-14T01:57:03.491 INFO:teuthology.orchestra.run.smithi183.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-14T01:57:03.492 INFO:teuthology.orchestra.run.smithi183.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-14T01:57:03.492 INFO:teuthology.orchestra.run.smithi183.stdout:VERSION_CODENAME=focal 2023-12-14T01:57:03.492 INFO:teuthology.orchestra.run.smithi183.stdout:UBUNTU_CODENAME=focal 2023-12-14T01:57:03.492 INFO:teuthology.lock.ops:Updating smithi183.front.sepia.ceph.com on lock server 2023-12-14T01:57:03.511 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-14T01:57:03.526 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-14T01:57:03.537 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-14T01:57:03.538 DEBUG:teuthology.orchestra.run.smithi069:> test '!' -e /home/ubuntu/cephtest 2023-12-14T01:57:03.540 DEBUG:teuthology.orchestra.run.smithi070:> test '!' -e /home/ubuntu/cephtest 2023-12-14T01:57:03.543 DEBUG:teuthology.orchestra.run.smithi183:> test '!' -e /home/ubuntu/cephtest 2023-12-14T01:57:03.548 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-14T01:57:03.559 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-14T01:57:03.559 DEBUG:teuthology.orchestra.run.smithi069:> test -z $(ls -A /var/lib/ceph) 2023-12-14T01:57:03.562 DEBUG:teuthology.orchestra.run.smithi070:> test -z $(ls -A /var/lib/ceph) 2023-12-14T01:57:03.589 DEBUG:teuthology.orchestra.run.smithi183:> test -z $(ls -A /var/lib/ceph) 2023-12-14T01:57:03.604 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-14T01:57:03.677 INFO:teuthology.run_tasks:Running task kernel... 2023-12-14T01:57:03.697 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-14T01:57:03.697 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2023-12-14T01:57:03.697 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'mon.a': {'hwe': True}, 'mgr.a': {'hwe': True}, 'osd.0': {'hwe': True}, 'host.b': {'hwe': True}, 'mon.b': {'hwe': True}, 'mgr.b': {'hwe': True}, 'osd.1': {'hwe': True}, 'host.c': {'hwe': True}, 'mon.c': {'hwe': True}, 'osd.2': {'hwe': True}} 2023-12-14T01:57:03.697 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:57:03.697 DEBUG:teuthology.orchestra.run.smithi069:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-14T01:57:03.698 DEBUG:teuthology.orchestra.run.smithi070:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-14T01:57:03.698 DEBUG:teuthology.orchestra.run.smithi183:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-14T01:57:03.703 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T01:57:03.704 DEBUG:teuthology.orchestra.run.smithi070:> uname -r 2023-12-14T01:57:03.704 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T01:57:03.704 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T01:57:03.705 DEBUG:teuthology.orchestra.run.smithi183:> uname -r 2023-12-14T01:57:03.706 DEBUG:teuthology.orchestra.run.smithi069:> uname -r 2023-12-14T01:57:03.712 INFO:teuthology.orchestra.run.smithi183.stdout:5.4.0-124-generic 2023-12-14T01:57:03.712 INFO:teuthology.task.kernel:Running kernel on smithi183: 5.4.0-124-generic 2023-12-14T01:57:03.712 DEBUG:teuthology.orchestra.run.smithi183:> sudo apt-get clean 2023-12-14T01:57:03.713 INFO:teuthology.orchestra.run.smithi069.stdout:5.4.0-124-generic 2023-12-14T01:57:03.713 INFO:teuthology.task.kernel:Running kernel on smithi069: 5.4.0-124-generic 2023-12-14T01:57:03.713 DEBUG:teuthology.orchestra.run.smithi069:> sudo apt-get clean 2023-12-14T01:57:03.753 INFO:teuthology.orchestra.run.smithi070.stdout:5.4.0-124-generic 2023-12-14T01:57:03.753 INFO:teuthology.task.kernel:Running kernel on smithi070: 5.4.0-124-generic 2023-12-14T01:57:03.753 DEBUG:teuthology.orchestra.run.smithi070:> sudo apt-get clean 2023-12-14T01:57:03.851 DEBUG:teuthology.orchestra.run.smithi183:> sudo apt-get update 2023-12-14T01:57:03.860 DEBUG:teuthology.orchestra.run.smithi070:> sudo apt-get update 2023-12-14T01:57:03.885 DEBUG:teuthology.orchestra.run.smithi069:> sudo apt-get update 2023-12-14T01:57:04.037 INFO:teuthology.orchestra.run.smithi070.stdout:Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-14T01:57:04.039 INFO:teuthology.orchestra.run.smithi183.stdout:Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-14T01:57:04.058 INFO:teuthology.orchestra.run.smithi069.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-14T01:57:04.059 INFO:teuthology.orchestra.run.smithi069.stdout:Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-14T01:57:04.059 INFO:teuthology.orchestra.run.smithi069.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-14T01:57:04.130 INFO:teuthology.orchestra.run.smithi069.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-14T01:57:04.139 INFO:teuthology.orchestra.run.smithi183.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-14T01:57:04.140 INFO:teuthology.orchestra.run.smithi070.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-14T01:57:04.221 INFO:teuthology.orchestra.run.smithi183.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-14T01:57:04.222 INFO:teuthology.orchestra.run.smithi070.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-14T01:57:04.323 INFO:teuthology.orchestra.run.smithi070.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,640 kB] 2023-12-14T01:57:04.330 INFO:teuthology.orchestra.run.smithi183.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [692 kB] 2023-12-14T01:57:04.423 INFO:teuthology.orchestra.run.smithi183.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,640 kB] 2023-12-14T01:57:04.439 INFO:teuthology.orchestra.run.smithi069.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [692 kB] 2023-12-14T01:57:04.470 INFO:teuthology.orchestra.run.smithi183.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [405 kB] 2023-12-14T01:57:04.475 INFO:teuthology.orchestra.run.smithi183.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-14T01:57:04.475 INFO:teuthology.orchestra.run.smithi183.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-14T01:57:04.476 INFO:teuthology.orchestra.run.smithi183.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,451 kB] 2023-12-14T01:57:04.501 INFO:teuthology.orchestra.run.smithi183.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [342 kB] 2023-12-14T01:57:04.504 INFO:teuthology.orchestra.run.smithi183.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-14T01:57:04.504 INFO:teuthology.orchestra.run.smithi183.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [634 kB] 2023-12-14T01:57:04.508 INFO:teuthology.orchestra.run.smithi070.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [692 kB] 2023-12-14T01:57:04.516 INFO:teuthology.orchestra.run.smithi183.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [915 kB] 2023-12-14T01:57:04.522 INFO:teuthology.orchestra.run.smithi070.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [405 kB] 2023-12-14T01:57:04.526 INFO:teuthology.orchestra.run.smithi070.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-14T01:57:04.526 INFO:teuthology.orchestra.run.smithi070.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-14T01:57:04.527 INFO:teuthology.orchestra.run.smithi070.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,451 kB] 2023-12-14T01:57:04.540 INFO:teuthology.orchestra.run.smithi183.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [192 kB] 2023-12-14T01:57:04.545 INFO:teuthology.orchestra.run.smithi183.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-14T01:57:04.547 INFO:teuthology.orchestra.run.smithi183.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-14T01:57:04.547 INFO:teuthology.orchestra.run.smithi183.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-14T01:57:04.548 INFO:teuthology.orchestra.run.smithi183.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-14T01:57:04.548 INFO:teuthology.orchestra.run.smithi183.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-14T01:57:04.561 INFO:teuthology.orchestra.run.smithi070.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [342 kB] 2023-12-14T01:57:04.564 INFO:teuthology.orchestra.run.smithi070.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-14T01:57:04.564 INFO:teuthology.orchestra.run.smithi070.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [634 kB] 2023-12-14T01:57:04.572 INFO:teuthology.orchestra.run.smithi070.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [915 kB] 2023-12-14T01:57:04.577 INFO:teuthology.orchestra.run.smithi183.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-14T01:57:04.577 INFO:teuthology.orchestra.run.smithi070.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-14T01:57:04.579 INFO:teuthology.orchestra.run.smithi070.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [192 kB] 2023-12-14T01:57:04.581 INFO:teuthology.orchestra.run.smithi070.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-14T01:57:04.582 INFO:teuthology.orchestra.run.smithi069.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,640 kB] 2023-12-14T01:57:04.588 INFO:teuthology.orchestra.run.smithi069.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [918 kB] 2023-12-14T01:57:04.593 INFO:teuthology.orchestra.run.smithi070.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-14T01:57:04.594 INFO:teuthology.orchestra.run.smithi070.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-14T01:57:04.594 INFO:teuthology.orchestra.run.smithi070.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-14T01:57:04.594 INFO:teuthology.orchestra.run.smithi070.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-14T01:57:04.655 INFO:teuthology.orchestra.run.smithi069.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [405 kB] 2023-12-14T01:57:04.662 INFO:teuthology.orchestra.run.smithi069.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-14T01:57:04.662 INFO:teuthology.orchestra.run.smithi069.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-14T01:57:04.663 INFO:teuthology.orchestra.run.smithi069.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,451 kB] 2023-12-14T01:57:04.667 INFO:teuthology.orchestra.run.smithi069.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,020 kB] 2023-12-14T01:57:04.690 INFO:teuthology.orchestra.run.smithi069.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [342 kB] 2023-12-14T01:57:04.694 INFO:teuthology.orchestra.run.smithi069.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-14T01:57:04.694 INFO:teuthology.orchestra.run.smithi069.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [915 kB] 2023-12-14T01:57:04.706 INFO:teuthology.orchestra.run.smithi069.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [634 kB] 2023-12-14T01:57:04.709 INFO:teuthology.orchestra.run.smithi069.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [488 kB] 2023-12-14T01:57:04.710 INFO:teuthology.orchestra.run.smithi069.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [192 kB] 2023-12-14T01:57:04.712 INFO:teuthology.orchestra.run.smithi069.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-14T01:57:04.712 INFO:teuthology.orchestra.run.smithi069.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-14T01:57:04.712 INFO:teuthology.orchestra.run.smithi069.stdout:Get:21 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-14T01:57:04.713 INFO:teuthology.orchestra.run.smithi069.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-14T01:57:04.713 INFO:teuthology.orchestra.run.smithi069.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-14T01:57:04.713 INFO:teuthology.orchestra.run.smithi069.stdout:Get:24 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-14T01:57:04.718 INFO:teuthology.orchestra.run.smithi183.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,020 kB] 2023-12-14T01:57:04.718 INFO:teuthology.orchestra.run.smithi070.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,020 kB] 2023-12-14T01:57:04.726 INFO:teuthology.orchestra.run.smithi069.stdout:Get:25 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-14T01:57:04.741 INFO:teuthology.orchestra.run.smithi069.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,569 kB] 2023-12-14T01:57:04.764 INFO:teuthology.orchestra.run.smithi069.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [359 kB] 2023-12-14T01:57:04.766 INFO:teuthology.orchestra.run.smithi069.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-14T01:57:04.766 INFO:teuthology.orchestra.run.smithi069.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [762 kB] 2023-12-14T01:57:04.772 INFO:teuthology.orchestra.run.smithi069.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,140 kB] 2023-12-14T01:57:04.779 INFO:teuthology.orchestra.run.smithi069.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [273 kB] 2023-12-14T01:57:04.781 INFO:teuthology.orchestra.run.smithi069.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-14T01:57:04.781 INFO:teuthology.orchestra.run.smithi069.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-14T01:57:04.781 INFO:teuthology.orchestra.run.smithi069.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-14T01:57:04.782 INFO:teuthology.orchestra.run.smithi069.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-14T01:57:04.793 INFO:teuthology.orchestra.run.smithi069.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-14T01:57:04.793 INFO:teuthology.orchestra.run.smithi069.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-14T01:57:04.793 INFO:teuthology.orchestra.run.smithi069.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-14T01:57:04.793 INFO:teuthology.orchestra.run.smithi069.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-14T01:57:04.809 INFO:teuthology.orchestra.run.smithi069.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-14T01:57:04.810 INFO:teuthology.orchestra.run.smithi069.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-14T01:57:04.810 INFO:teuthology.orchestra.run.smithi069.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-14T01:57:05.108 INFO:teuthology.orchestra.run.smithi183.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [918 kB] 2023-12-14T01:57:05.108 INFO:teuthology.orchestra.run.smithi070.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [918 kB] 2023-12-14T01:57:05.137 INFO:teuthology.orchestra.run.smithi183.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [488 kB] 2023-12-14T01:57:05.137 INFO:teuthology.orchestra.run.smithi070.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [488 kB] 2023-12-14T01:57:05.149 INFO:teuthology.orchestra.run.smithi183.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-14T01:57:05.150 INFO:teuthology.orchestra.run.smithi183.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-14T01:57:05.151 INFO:teuthology.orchestra.run.smithi070.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-14T01:57:05.151 INFO:teuthology.orchestra.run.smithi070.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,569 kB] 2023-12-14T01:57:05.151 INFO:teuthology.orchestra.run.smithi183.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,569 kB] 2023-12-14T01:57:05.217 INFO:teuthology.orchestra.run.smithi070.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-14T01:57:05.218 INFO:teuthology.orchestra.run.smithi183.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [359 kB] 2023-12-14T01:57:05.218 INFO:teuthology.orchestra.run.smithi070.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [359 kB] 2023-12-14T01:57:05.237 INFO:teuthology.orchestra.run.smithi183.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-14T01:57:05.237 INFO:teuthology.orchestra.run.smithi070.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-14T01:57:05.401 INFO:teuthology.orchestra.run.smithi183.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [762 kB] 2023-12-14T01:57:05.402 INFO:teuthology.orchestra.run.smithi070.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [762 kB] 2023-12-14T01:57:05.991 INFO:teuthology.orchestra.run.smithi183.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,140 kB] 2023-12-14T01:57:05.998 INFO:teuthology.orchestra.run.smithi070.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,140 kB] 2023-12-14T01:57:06.100 INFO:teuthology.orchestra.run.smithi183.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [273 kB] 2023-12-14T01:57:06.107 INFO:teuthology.orchestra.run.smithi070.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [273 kB] 2023-12-14T01:57:06.121 INFO:teuthology.orchestra.run.smithi183.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-14T01:57:06.122 INFO:teuthology.orchestra.run.smithi183.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-14T01:57:06.124 INFO:teuthology.orchestra.run.smithi183.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-14T01:57:06.125 INFO:teuthology.orchestra.run.smithi183.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-14T01:57:06.125 INFO:teuthology.orchestra.run.smithi183.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-14T01:57:06.125 INFO:teuthology.orchestra.run.smithi183.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-14T01:57:06.127 INFO:teuthology.orchestra.run.smithi070.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-14T01:57:06.128 INFO:teuthology.orchestra.run.smithi183.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-14T01:57:06.129 INFO:teuthology.orchestra.run.smithi070.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-14T01:57:06.130 INFO:teuthology.orchestra.run.smithi070.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-14T01:57:06.131 INFO:teuthology.orchestra.run.smithi183.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-14T01:57:06.131 INFO:teuthology.orchestra.run.smithi070.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-14T01:57:06.132 INFO:teuthology.orchestra.run.smithi070.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-14T01:57:06.132 INFO:teuthology.orchestra.run.smithi070.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-14T01:57:06.135 INFO:teuthology.orchestra.run.smithi070.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-14T01:57:06.138 INFO:teuthology.orchestra.run.smithi070.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-14T01:57:06.295 INFO:teuthology.orchestra.run.smithi183.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-14T01:57:06.302 INFO:teuthology.orchestra.run.smithi070.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-14T01:57:06.459 INFO:teuthology.orchestra.run.smithi183.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-14T01:57:06.492 INFO:teuthology.orchestra.run.smithi070.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-14T01:57:06.510 INFO:teuthology.orchestra.run.smithi183.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-14T01:57:06.515 INFO:teuthology.orchestra.run.smithi070.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-14T01:57:08.470 INFO:teuthology.orchestra.run.smithi183.stdout:Fetched 18.5 MB in 3s (7,161 kB/s) 2023-12-14T01:57:08.554 INFO:teuthology.orchestra.run.smithi070.stdout:Fetched 18.5 MB in 3s (7,038 kB/s) 2023-12-14T01:57:08.563 INFO:teuthology.orchestra.run.smithi069.stdout:Fetched 18.5 MB in 3s (6,904 kB/s) 2023-12-14T01:57:09.937 INFO:teuthology.orchestra.run.smithi069.stdout:Reading package lists... 2023-12-14T01:57:09.950 INFO:teuthology.orchestra.run.smithi183.stdout:Reading package lists... 2023-12-14T01:57:09.962 DEBUG:teuthology.orchestra.run.smithi069:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-14T01:57:09.977 DEBUG:teuthology.orchestra.run.smithi183:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-14T01:57:09.980 INFO:teuthology.orchestra.run.smithi070.stdout:Reading package lists... 2023-12-14T01:57:10.008 DEBUG:teuthology.orchestra.run.smithi070:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-14T01:57:10.034 INFO:teuthology.orchestra.run.smithi069.stdout:Reading package lists... 2023-12-14T01:57:10.057 INFO:teuthology.orchestra.run.smithi183.stdout:Reading package lists... 2023-12-14T01:57:10.082 INFO:teuthology.orchestra.run.smithi070.stdout:Reading package lists... 2023-12-14T01:57:10.239 INFO:teuthology.orchestra.run.smithi069.stdout:Building dependency tree... 2023-12-14T01:57:10.239 INFO:teuthology.orchestra.run.smithi069.stdout:Reading state information... 2023-12-14T01:57:10.260 INFO:teuthology.orchestra.run.smithi183.stdout:Building dependency tree... 2023-12-14T01:57:10.261 INFO:teuthology.orchestra.run.smithi183.stdout:Reading state information... 2023-12-14T01:57:10.287 INFO:teuthology.orchestra.run.smithi070.stdout:Building dependency tree... 2023-12-14T01:57:10.288 INFO:teuthology.orchestra.run.smithi070.stdout:Reading state information... 2023-12-14T01:57:10.422 INFO:teuthology.orchestra.run.smithi069.stdout:The following additional packages will be installed: 2023-12-14T01:57:10.422 INFO:teuthology.orchestra.run.smithi069.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-14T01:57:10.422 INFO:teuthology.orchestra.run.smithi069.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-modules-5.15.0-91-generic 2023-12-14T01:57:10.422 INFO:teuthology.orchestra.run.smithi069.stdout: linux-modules-extra-5.15.0-91-generic thermald upower usbmuxd 2023-12-14T01:57:10.423 INFO:teuthology.orchestra.run.smithi069.stdout:Suggested packages: 2023-12-14T01:57:10.423 INFO:teuthology.orchestra.run.smithi069.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-12-14T01:57:10.424 INFO:teuthology.orchestra.run.smithi069.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-91-generic 2023-12-14T01:57:10.437 INFO:teuthology.orchestra.run.smithi183.stdout:The following additional packages will be installed: 2023-12-14T01:57:10.438 INFO:teuthology.orchestra.run.smithi183.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-14T01:57:10.438 INFO:teuthology.orchestra.run.smithi183.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-modules-5.15.0-91-generic 2023-12-14T01:57:10.438 INFO:teuthology.orchestra.run.smithi183.stdout: linux-modules-extra-5.15.0-91-generic thermald upower usbmuxd 2023-12-14T01:57:10.439 INFO:teuthology.orchestra.run.smithi183.stdout:Suggested packages: 2023-12-14T01:57:10.439 INFO:teuthology.orchestra.run.smithi183.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-12-14T01:57:10.439 INFO:teuthology.orchestra.run.smithi183.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-91-generic 2023-12-14T01:57:10.463 INFO:teuthology.orchestra.run.smithi070.stdout:The following additional packages will be installed: 2023-12-14T01:57:10.463 INFO:teuthology.orchestra.run.smithi070.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-14T01:57:10.464 INFO:teuthology.orchestra.run.smithi070.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-modules-5.15.0-91-generic 2023-12-14T01:57:10.464 INFO:teuthology.orchestra.run.smithi070.stdout: linux-modules-extra-5.15.0-91-generic thermald upower usbmuxd 2023-12-14T01:57:10.465 INFO:teuthology.orchestra.run.smithi070.stdout:Suggested packages: 2023-12-14T01:57:10.465 INFO:teuthology.orchestra.run.smithi070.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-12-14T01:57:10.465 INFO:teuthology.orchestra.run.smithi070.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-91-generic 2023-12-14T01:57:10.468 INFO:teuthology.orchestra.run.smithi069.stdout:The following NEW packages will be installed: 2023-12-14T01:57:10.468 INFO:teuthology.orchestra.run.smithi069.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-14T01:57:10.468 INFO:teuthology.orchestra.run.smithi069.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-image-generic-hwe-20.04 2023-12-14T01:57:10.468 INFO:teuthology.orchestra.run.smithi069.stdout: linux-modules-5.15.0-91-generic linux-modules-extra-5.15.0-91-generic 2023-12-14T01:57:10.468 INFO:teuthology.orchestra.run.smithi069.stdout: thermald upower usbmuxd 2023-12-14T01:57:10.497 INFO:teuthology.orchestra.run.smithi183.stdout:The following NEW packages will be installed: 2023-12-14T01:57:10.497 INFO:teuthology.orchestra.run.smithi183.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-14T01:57:10.497 INFO:teuthology.orchestra.run.smithi183.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-image-generic-hwe-20.04 2023-12-14T01:57:10.498 INFO:teuthology.orchestra.run.smithi183.stdout: linux-modules-5.15.0-91-generic linux-modules-extra-5.15.0-91-generic 2023-12-14T01:57:10.498 INFO:teuthology.orchestra.run.smithi183.stdout: thermald upower usbmuxd 2023-12-14T01:57:10.521 INFO:teuthology.orchestra.run.smithi070.stdout:The following NEW packages will be installed: 2023-12-14T01:57:10.522 INFO:teuthology.orchestra.run.smithi070.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-14T01:57:10.522 INFO:teuthology.orchestra.run.smithi070.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-image-generic-hwe-20.04 2023-12-14T01:57:10.522 INFO:teuthology.orchestra.run.smithi070.stdout: linux-modules-5.15.0-91-generic linux-modules-extra-5.15.0-91-generic 2023-12-14T01:57:10.522 INFO:teuthology.orchestra.run.smithi070.stdout: thermald upower usbmuxd 2023-12-14T01:57:10.580 INFO:teuthology.orchestra.run.smithi070.stdout:0 upgraded, 13 newly installed, 0 to remove and 283 not upgraded. 2023-12-14T01:57:10.581 INFO:teuthology.orchestra.run.smithi070.stdout:Need to get 90.9 MB of archives. 2023-12-14T01:57:10.581 INFO:teuthology.orchestra.run.smithi070.stdout:After this operation, 497 MB of additional disk space will be used. 2023-12-14T01:57:10.581 INFO:teuthology.orchestra.run.smithi070.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:57:10.637 INFO:teuthology.orchestra.run.smithi070.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-12-14T01:57:10.642 INFO:teuthology.orchestra.run.smithi070.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-12-14T01:57:10.647 INFO:teuthology.orchestra.run.smithi070.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:57:10.650 INFO:teuthology.orchestra.run.smithi069.stdout:0 upgraded, 13 newly installed, 0 to remove and 283 not upgraded. 2023-12-14T01:57:10.650 INFO:teuthology.orchestra.run.smithi069.stdout:Need to get 90.9 MB of archives. 2023-12-14T01:57:10.650 INFO:teuthology.orchestra.run.smithi069.stdout:After this operation, 497 MB of additional disk space will be used. 2023-12-14T01:57:10.650 INFO:teuthology.orchestra.run.smithi069.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:57:10.661 INFO:teuthology.orchestra.run.smithi070.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-12-14T01:57:10.668 INFO:teuthology.orchestra.run.smithi070.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:57:10.681 INFO:teuthology.orchestra.run.smithi183.stdout:0 upgraded, 13 newly installed, 0 to remove and 283 not upgraded. 2023-12-14T01:57:10.681 INFO:teuthology.orchestra.run.smithi183.stdout:Need to get 90.9 MB of archives. 2023-12-14T01:57:10.681 INFO:teuthology.orchestra.run.smithi183.stdout:After this operation, 497 MB of additional disk space will be used. 2023-12-14T01:57:10.681 INFO:teuthology.orchestra.run.smithi183.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:57:10.934 INFO:teuthology.orchestra.run.smithi069.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-12-14T01:57:10.962 INFO:teuthology.orchestra.run.smithi069.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-12-14T01:57:10.965 INFO:teuthology.orchestra.run.smithi183.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-12-14T01:57:10.980 INFO:teuthology.orchestra.run.smithi070.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:57:10.980 INFO:teuthology.orchestra.run.smithi069.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:57:10.995 INFO:teuthology.orchestra.run.smithi183.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-12-14T01:57:11.021 INFO:teuthology.orchestra.run.smithi183.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:57:11.053 INFO:teuthology.orchestra.run.smithi069.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-12-14T01:57:11.074 INFO:teuthology.orchestra.run.smithi070.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:57:11.087 INFO:teuthology.orchestra.run.smithi183.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-12-14T01:57:11.088 INFO:teuthology.orchestra.run.smithi069.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:57:11.124 INFO:teuthology.orchestra.run.smithi183.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:57:11.798 INFO:teuthology.orchestra.run.smithi070.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:57:11.798 INFO:teuthology.orchestra.run.smithi070.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:57:11.799 INFO:teuthology.orchestra.run.smithi070.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-12-14T01:57:11.804 INFO:teuthology.orchestra.run.smithi070.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-12-14T01:57:11.806 INFO:teuthology.orchestra.run.smithi070.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:57:12.030 INFO:teuthology.orchestra.run.smithi069.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:57:12.052 INFO:teuthology.orchestra.run.smithi183.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:57:12.315 INFO:teuthology.orchestra.run.smithi069.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:57:12.337 INFO:teuthology.orchestra.run.smithi183.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:57:12.453 INFO:teuthology.orchestra.run.smithi070.stdout:Fetched 90.9 MB in 1s (71.2 MB/s) 2023-12-14T01:57:12.642 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-12-14T01:57:14.224 INFO:teuthology.orchestra.run.smithi069.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:57:14.271 INFO:teuthology.orchestra.run.smithi183.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:57:14.272 INFO:teuthology.orchestra.run.smithi183.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:57:14.273 INFO:teuthology.orchestra.run.smithi183.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-12-14T01:57:14.276 INFO:teuthology.orchestra.run.smithi069.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:57:14.277 INFO:teuthology.orchestra.run.smithi069.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-12-14T01:57:14.443 INFO:teuthology.orchestra.run.smithi183.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-12-14T01:57:14.447 INFO:teuthology.orchestra.run.smithi069.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-12-14T01:57:14.578 INFO:teuthology.orchestra.run.smithi070.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:57:14.583 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-12-14T01:57:14.715 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-14T01:57:14.789 INFO:teuthology.orchestra.run.smithi183.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:57:14.793 INFO:teuthology.orchestra.run.smithi069.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:57:15.068 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package libplist3:amd64. 2023-12-14T01:57:15.083 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-12-14T01:57:15.126 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-12-14T01:57:15.479 INFO:teuthology.orchestra.run.smithi183.stdout:Fetched 90.9 MB in 4s (21.1 MB/s) 2023-12-14T01:57:15.497 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-12-14T01:57:15.501 INFO:teuthology.orchestra.run.smithi069.stdout:Fetched 90.9 MB in 4s (21.0 MB/s) 2023-12-14T01:57:15.510 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-12-14T01:57:15.554 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-14T01:57:15.711 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-12-14T01:57:15.711 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-12-14T01:57:15.906 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-12-14T01:57:15.920 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-12-14T01:57:15.990 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-14T01:57:16.359 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-12-14T01:57:16.372 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-12-14T01:57:16.409 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-14T01:57:16.762 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package linux-modules-5.15.0-91-generic. 2023-12-14T01:57:16.776 INFO:teuthology.orchestra.run.smithi070.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:57:16.820 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-14T01:57:17.411 INFO:teuthology.orchestra.run.smithi183.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:57:17.416 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-12-14T01:57:17.479 INFO:teuthology.orchestra.run.smithi069.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:57:17.484 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-12-14T01:57:17.541 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-14T01:57:17.625 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-14T01:57:17.877 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package libplist3:amd64. 2023-12-14T01:57:17.892 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-12-14T01:57:17.920 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libplist3:amd64. 2023-12-14T01:57:17.927 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-12-14T01:57:17.932 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-12-14T01:57:17.962 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-12-14T01:57:18.255 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-12-14T01:57:18.269 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-12-14T01:57:18.289 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-12-14T01:57:18.302 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-12-14T01:57:18.313 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-14T01:57:18.339 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-14T01:57:18.641 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-12-14T01:57:18.656 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-12-14T01:57:18.667 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-12-14T01:57:18.681 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-12-14T01:57:18.699 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-14T01:57:18.725 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-14T01:57:19.013 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-12-14T01:57:19.026 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-12-14T01:57:19.044 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-12-14T01:57:19.055 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-14T01:57:19.058 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-12-14T01:57:19.102 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-14T01:57:19.380 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package linux-modules-5.15.0-91-generic. 2023-12-14T01:57:19.391 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package linux-modules-5.15.0-91-generic. 2023-12-14T01:57:19.392 INFO:teuthology.orchestra.run.smithi183.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:57:19.405 INFO:teuthology.orchestra.run.smithi069.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:57:19.421 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-14T01:57:19.449 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-14T01:57:19.471 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package linux-image-5.15.0-91-generic. 2023-12-14T01:57:19.485 INFO:teuthology.orchestra.run.smithi070.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:57:19.591 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-14T01:57:20.132 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-91-generic. 2023-12-14T01:57:20.145 INFO:teuthology.orchestra.run.smithi070.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:57:20.182 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-14T01:57:21.825 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package linux-image-5.15.0-91-generic. 2023-12-14T01:57:21.839 INFO:teuthology.orchestra.run.smithi069.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:57:21.913 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package linux-image-5.15.0-91-generic. 2023-12-14T01:57:21.926 INFO:teuthology.orchestra.run.smithi183.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:57:21.947 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-14T01:57:22.032 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-14T01:57:22.461 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-91-generic. 2023-12-14T01:57:22.476 INFO:teuthology.orchestra.run.smithi069.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:57:22.519 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-14T01:57:22.558 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-91-generic. 2023-12-14T01:57:22.570 INFO:teuthology.orchestra.run.smithi183.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:57:22.607 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-14T01:57:27.164 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-12-14T01:57:27.181 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.91.101~20.04.48_amd64.deb ... 2023-12-14T01:57:27.222 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2023-12-14T01:57:27.566 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package libevdev2:amd64. 2023-12-14T01:57:27.580 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-12-14T01:57:27.624 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-14T01:57:28.010 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package thermald. 2023-12-14T01:57:28.025 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-12-14T01:57:28.077 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-12-14T01:57:28.640 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package upower. 2023-12-14T01:57:28.657 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-12-14T01:57:28.717 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking upower (0.99.11-1build2) ... 2023-12-14T01:57:29.136 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package usbmuxd. 2023-12-14T01:57:29.153 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-12-14T01:57:29.194 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-14T01:57:29.260 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-12-14T01:57:29.278 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.91.101~20.04.48_amd64.deb ... 2023-12-14T01:57:29.318 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2023-12-14T01:57:29.485 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-12-14T01:57:29.632 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-14T01:57:29.632 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-12-14T01:57:29.637 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libevdev2:amd64. 2023-12-14T01:57:29.648 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.91.101~20.04.48_amd64.deb ... 2023-12-14T01:57:29.651 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-12-14T01:57:29.695 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-14T01:57:29.707 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2023-12-14T01:57:29.758 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-14T01:57:29.884 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-14T01:57:30.034 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package libevdev2:amd64. 2023-12-14T01:57:30.051 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-12-14T01:57:30.082 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package thermald. 2023-12-14T01:57:30.093 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-14T01:57:30.095 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-12-14T01:57:30.140 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-12-14T01:57:30.432 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-14T01:57:30.438 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package thermald. 2023-12-14T01:57:30.453 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-12-14T01:57:30.496 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-12-14T01:57:30.569 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-14T01:57:30.661 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package upower. 2023-12-14T01:57:30.670 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up upower (0.99.11-1build2) ... 2023-12-14T01:57:30.675 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-12-14T01:57:30.735 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking upower (0.99.11-1build2) ... 2023-12-14T01:57:31.009 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package upower. 2023-12-14T01:57:31.022 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-12-14T01:57:31.084 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking upower (0.99.11-1build2) ... 2023-12-14T01:57:31.149 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package usbmuxd. 2023-12-14T01:57:31.162 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-12-14T01:57:31.192 INFO:teuthology.orchestra.run.smithi070.stdout:upower.service is a disabled or a static unit, not starting it. 2023-12-14T01:57:31.207 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-14T01:57:31.240 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-14T01:57:31.419 INFO:teuthology.orchestra.run.smithi070.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-12-14T01:57:31.428 INFO:teuthology.orchestra.run.smithi070.stdout:Adding system user `usbmux' (UID 114) ... 2023-12-14T01:57:31.428 INFO:teuthology.orchestra.run.smithi070.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-12-14T01:57:31.496 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-12-14T01:57:31.497 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package usbmuxd. 2023-12-14T01:57:31.511 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-12-14T01:57:31.555 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-14T01:57:31.694 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-14T01:57:31.845 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-14T01:57:31.847 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-12-14T01:57:31.951 INFO:teuthology.orchestra.run.smithi070.stdout:Not creating home directory `/var/lib/usbmux'. 2023-12-14T01:57:31.971 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-14T01:57:31.976 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-14T01:57:32.102 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-14T01:57:32.106 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-14T01:57:32.168 INFO:teuthology.orchestra.run.smithi070.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-12-14T01:57:32.223 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-12-14T01:57:32.227 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-14T01:57:32.232 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-14T01:57:32.354 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-14T01:57:32.358 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up upower (0.99.11-1build2) ... 2023-12-14T01:57:32.480 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-14T01:57:32.529 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-12-14T01:57:32.529 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-12-14T01:57:32.606 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up upower (0.99.11-1build2) ... 2023-12-14T01:57:32.911 INFO:teuthology.orchestra.run.smithi069.stdout:upower.service is a disabled or a static unit, not starting it. 2023-12-14T01:57:32.962 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-14T01:57:32.986 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-14T01:57:33.118 INFO:teuthology.orchestra.run.smithi183.stdout:upower.service is a disabled or a static unit, not starting it. 2023-12-14T01:57:33.135 INFO:teuthology.orchestra.run.smithi069.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-12-14T01:57:33.141 INFO:teuthology.orchestra.run.smithi069.stdout:Adding system user `usbmux' (UID 114) ... 2023-12-14T01:57:33.141 INFO:teuthology.orchestra.run.smithi069.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-12-14T01:57:33.176 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-14T01:57:33.331 INFO:teuthology.orchestra.run.smithi183.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-12-14T01:57:33.336 INFO:teuthology.orchestra.run.smithi183.stdout:Adding system user `usbmux' (UID 114) ... 2023-12-14T01:57:33.336 INFO:teuthology.orchestra.run.smithi183.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-12-14T01:57:33.662 INFO:teuthology.orchestra.run.smithi069.stdout:Not creating home directory `/var/lib/usbmux'. 2023-12-14T01:57:33.819 INFO:teuthology.orchestra.run.smithi183.stdout:Not creating home directory `/var/lib/usbmux'. 2023-12-14T01:57:33.888 INFO:teuthology.orchestra.run.smithi069.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-12-14T01:57:33.933 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-12-14T01:57:34.035 INFO:teuthology.orchestra.run.smithi183.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-12-14T01:57:34.081 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-12-14T01:57:34.239 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-12-14T01:57:34.240 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-12-14T01:57:34.299 INFO:teuthology.orchestra.run.smithi070.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-91-generic 2023-12-14T01:57:34.299 INFO:teuthology.orchestra.run.smithi070.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-91-generic 2023-12-14T01:57:34.398 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-12-14T01:57:34.399 INFO:teuthology.orchestra.run.smithi183.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-12-14T01:57:34.463 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-14T01:57:34.739 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-14T01:57:34.853 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-14T01:57:36.052 INFO:teuthology.orchestra.run.smithi069.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-91-generic 2023-12-14T01:57:36.053 INFO:teuthology.orchestra.run.smithi069.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-91-generic 2023-12-14T01:57:36.073 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2023-12-14T01:57:36.159 INFO:teuthology.orchestra.run.smithi183.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-91-generic 2023-12-14T01:57:36.159 INFO:teuthology.orchestra.run.smithi183.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-91-generic 2023-12-14T01:57:36.206 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-14T01:57:36.232 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-14T01:57:36.313 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-14T01:57:37.618 INFO:teuthology.orchestra.run.smithi070.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-12-14T01:57:37.714 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2023-12-14T01:57:37.840 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-14T01:57:37.906 INFO:teuthology.orchestra.run.smithi070.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-12-14T01:57:37.999 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2023-12-14T01:57:38.125 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-14T01:57:38.676 INFO:teuthology.orchestra.run.smithi070.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-12-14T01:57:38.785 INFO:teuthology.orchestra.run.smithi070.stdout:Processing triggers for linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-14T01:57:38.861 INFO:teuthology.orchestra.run.smithi070.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-14T01:57:38.861 INFO:teuthology.orchestra.run.smithi070.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-91-generic 2023-12-14T01:57:39.216 INFO:teuthology.orchestra.run.smithi183.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-12-14T01:57:39.485 INFO:teuthology.orchestra.run.smithi069.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-12-14T01:57:39.630 INFO:teuthology.orchestra.run.smithi183.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-12-14T01:57:39.790 INFO:teuthology.orchestra.run.smithi069.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-12-14T01:57:40.526 INFO:teuthology.orchestra.run.smithi069.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-12-14T01:57:40.626 INFO:teuthology.orchestra.run.smithi069.stdout:Processing triggers for linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-14T01:57:40.701 INFO:teuthology.orchestra.run.smithi069.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-14T01:57:40.701 INFO:teuthology.orchestra.run.smithi069.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-91-generic 2023-12-14T01:57:41.950 INFO:teuthology.orchestra.run.smithi183.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-12-14T01:57:42.050 INFO:teuthology.orchestra.run.smithi183.stdout:Processing triggers for linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-14T01:57:42.133 INFO:teuthology.orchestra.run.smithi183.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-14T01:57:42.133 INFO:teuthology.orchestra.run.smithi183.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-91-generic 2023-12-14T01:58:04.046 INFO:teuthology.orchestra.run.smithi070.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-14T01:58:04.046 INFO:teuthology.orchestra.run.smithi070.stdout:Sourcing file `/etc/default/grub' 2023-12-14T01:58:04.064 INFO:teuthology.orchestra.run.smithi070.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-14T01:58:04.086 INFO:teuthology.orchestra.run.smithi070.stdout:Generating grub configuration file ... 2023-12-14T01:58:04.402 INFO:teuthology.orchestra.run.smithi070.stdout:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2023-12-14T01:58:04.428 INFO:teuthology.orchestra.run.smithi070.stdout:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2023-12-14T01:58:04.834 INFO:teuthology.orchestra.run.smithi070.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-14T01:58:04.846 INFO:teuthology.orchestra.run.smithi070.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-14T01:58:06.031 INFO:teuthology.orchestra.run.smithi069.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-14T01:58:06.031 INFO:teuthology.orchestra.run.smithi069.stdout:Sourcing file `/etc/default/grub' 2023-12-14T01:58:06.036 INFO:teuthology.orchestra.run.smithi069.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-14T01:58:06.052 INFO:teuthology.orchestra.run.smithi069.stdout:Generating grub configuration file ... 2023-12-14T01:58:06.366 INFO:teuthology.orchestra.run.smithi069.stdout:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2023-12-14T01:58:06.391 INFO:teuthology.orchestra.run.smithi069.stdout:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2023-12-14T01:58:06.608 INFO:teuthology.orchestra.run.smithi070.stdout:done 2023-12-14T01:58:06.778 INFO:teuthology.orchestra.run.smithi069.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-14T01:58:06.790 INFO:teuthology.orchestra.run.smithi069.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-14T01:58:07.065 DEBUG:teuthology.orchestra.run.smithi070:> dpkg -s linux-image-generic-hwe-20.04 2023-12-14T01:58:07.106 INFO:teuthology.orchestra.run.smithi070.stdout:Package: linux-image-generic-hwe-20.04 2023-12-14T01:58:07.106 INFO:teuthology.orchestra.run.smithi070.stdout:Status: install ok installed 2023-12-14T01:58:07.106 INFO:teuthology.orchestra.run.smithi070.stdout:Priority: optional 2023-12-14T01:58:07.106 INFO:teuthology.orchestra.run.smithi070.stdout:Section: kernel 2023-12-14T01:58:07.106 INFO:teuthology.orchestra.run.smithi070.stdout:Installed-Size: 20 2023-12-14T01:58:07.106 INFO:teuthology.orchestra.run.smithi070.stdout:Maintainer: Ubuntu Kernel Team 2023-12-14T01:58:07.106 INFO:teuthology.orchestra.run.smithi070.stdout:Architecture: amd64 2023-12-14T01:58:07.107 INFO:teuthology.orchestra.run.smithi070.stdout:Source: linux-meta-hwe-5.15 2023-12-14T01:58:07.107 INFO:teuthology.orchestra.run.smithi070.stdout:Version: 5.15.0.91.101~20.04.48 2023-12-14T01:58:07.107 INFO:teuthology.orchestra.run.smithi070.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:58:07.107 INFO:teuthology.orchestra.run.smithi070.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:58:07.107 INFO:teuthology.orchestra.run.smithi070.stdout:Recommends: thermald 2023-12-14T01:58:07.107 INFO:teuthology.orchestra.run.smithi070.stdout:Description: Generic Linux kernel image 2023-12-14T01:58:07.107 INFO:teuthology.orchestra.run.smithi070.stdout: This package will always depend on the latest generic kernel image 2023-12-14T01:58:07.107 INFO:teuthology.orchestra.run.smithi070.stdout: available. 2023-12-14T01:58:07.107 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-91-generic 2023-12-14T01:58:07.108 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-14T01:58:07.108 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-14T01:58:07.108 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-14T01:58:07.108 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi070.front.sepia.ceph.com, path=None, version=distro) 2023-12-14T01:58:07.108 DEBUG:teuthology.orchestra.run.smithi070:> sudo apt-get clean 2023-12-14T01:58:07.195 DEBUG:teuthology.orchestra.run.smithi070:> sudo apt-get update 2023-12-14T01:58:07.341 INFO:teuthology.orchestra.run.smithi070.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-14T01:58:07.460 INFO:teuthology.orchestra.run.smithi070.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-14T01:58:07.542 INFO:teuthology.orchestra.run.smithi070.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-14T01:58:07.631 INFO:teuthology.orchestra.run.smithi070.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-14T01:58:07.650 INFO:teuthology.orchestra.run.smithi183.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-14T01:58:07.650 INFO:teuthology.orchestra.run.smithi183.stdout:Sourcing file `/etc/default/grub' 2023-12-14T01:58:07.655 INFO:teuthology.orchestra.run.smithi183.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-14T01:58:07.685 INFO:teuthology.orchestra.run.smithi183.stdout:Generating grub configuration file ... 2023-12-14T01:58:08.077 INFO:teuthology.orchestra.run.smithi183.stdout:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2023-12-14T01:58:08.098 INFO:teuthology.orchestra.run.smithi183.stdout:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2023-12-14T01:58:08.474 INFO:teuthology.orchestra.run.smithi183.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-14T01:58:08.489 INFO:teuthology.orchestra.run.smithi183.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-14T01:58:08.551 INFO:teuthology.orchestra.run.smithi069.stdout:done 2023-12-14T01:58:09.016 DEBUG:teuthology.orchestra.run.smithi069:> dpkg -s linux-image-generic-hwe-20.04 2023-12-14T01:58:09.070 INFO:teuthology.orchestra.run.smithi069.stdout:Package: linux-image-generic-hwe-20.04 2023-12-14T01:58:09.070 INFO:teuthology.orchestra.run.smithi069.stdout:Status: install ok installed 2023-12-14T01:58:09.071 INFO:teuthology.orchestra.run.smithi069.stdout:Priority: optional 2023-12-14T01:58:09.071 INFO:teuthology.orchestra.run.smithi069.stdout:Section: kernel 2023-12-14T01:58:09.071 INFO:teuthology.orchestra.run.smithi069.stdout:Installed-Size: 20 2023-12-14T01:58:09.071 INFO:teuthology.orchestra.run.smithi069.stdout:Maintainer: Ubuntu Kernel Team 2023-12-14T01:58:09.071 INFO:teuthology.orchestra.run.smithi069.stdout:Architecture: amd64 2023-12-14T01:58:09.071 INFO:teuthology.orchestra.run.smithi069.stdout:Source: linux-meta-hwe-5.15 2023-12-14T01:58:09.071 INFO:teuthology.orchestra.run.smithi069.stdout:Version: 5.15.0.91.101~20.04.48 2023-12-14T01:58:09.072 INFO:teuthology.orchestra.run.smithi069.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:58:09.072 INFO:teuthology.orchestra.run.smithi069.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:58:09.072 INFO:teuthology.orchestra.run.smithi069.stdout:Recommends: thermald 2023-12-14T01:58:09.072 INFO:teuthology.orchestra.run.smithi069.stdout:Description: Generic Linux kernel image 2023-12-14T01:58:09.072 INFO:teuthology.orchestra.run.smithi069.stdout: This package will always depend on the latest generic kernel image 2023-12-14T01:58:09.072 INFO:teuthology.orchestra.run.smithi069.stdout: available. 2023-12-14T01:58:09.073 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-91-generic 2023-12-14T01:58:09.073 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-14T01:58:09.073 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-14T01:58:09.073 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-14T01:58:09.073 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi069.front.sepia.ceph.com, path=None, version=distro) 2023-12-14T01:58:09.073 DEBUG:teuthology.orchestra.run.smithi069:> sudo apt-get clean 2023-12-14T01:58:09.099 INFO:teuthology.orchestra.run.smithi070.stdout:Reading package lists... 2023-12-14T01:58:09.123 DEBUG:teuthology.orchestra.run.smithi070:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-14T01:58:09.150 DEBUG:teuthology.orchestra.run.smithi069:> sudo apt-get update 2023-12-14T01:58:09.188 INFO:teuthology.orchestra.run.smithi070.stdout:Reading package lists... 2023-12-14T01:58:09.283 INFO:teuthology.orchestra.run.smithi069.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-14T01:58:09.291 INFO:teuthology.orchestra.run.smithi069.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-14T01:58:09.308 INFO:teuthology.orchestra.run.smithi069.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-14T01:58:09.368 INFO:teuthology.orchestra.run.smithi070.stdout:Building dependency tree... 2023-12-14T01:58:09.369 INFO:teuthology.orchestra.run.smithi070.stdout:Reading state information... 2023-12-14T01:58:09.401 INFO:teuthology.orchestra.run.smithi069.stdout:Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-14T01:58:09.574 INFO:teuthology.orchestra.run.smithi070.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.91.101~20.04.48). 2023-12-14T01:58:09.574 INFO:teuthology.orchestra.run.smithi070.stdout:0 upgraded, 0 newly installed, 0 to remove and 283 not upgraded. 2023-12-14T01:58:09.576 DEBUG:teuthology.orchestra.run.smithi070:> dpkg -s linux-image-generic-hwe-20.04 2023-12-14T01:58:09.598 INFO:teuthology.orchestra.run.smithi070.stdout:Package: linux-image-generic-hwe-20.04 2023-12-14T01:58:09.598 INFO:teuthology.orchestra.run.smithi070.stdout:Status: install ok installed 2023-12-14T01:58:09.598 INFO:teuthology.orchestra.run.smithi070.stdout:Priority: optional 2023-12-14T01:58:09.598 INFO:teuthology.orchestra.run.smithi070.stdout:Section: kernel 2023-12-14T01:58:09.598 INFO:teuthology.orchestra.run.smithi070.stdout:Installed-Size: 20 2023-12-14T01:58:09.598 INFO:teuthology.orchestra.run.smithi070.stdout:Maintainer: Ubuntu Kernel Team 2023-12-14T01:58:09.598 INFO:teuthology.orchestra.run.smithi070.stdout:Architecture: amd64 2023-12-14T01:58:09.598 INFO:teuthology.orchestra.run.smithi070.stdout:Source: linux-meta-hwe-5.15 2023-12-14T01:58:09.598 INFO:teuthology.orchestra.run.smithi070.stdout:Version: 5.15.0.91.101~20.04.48 2023-12-14T01:58:09.598 INFO:teuthology.orchestra.run.smithi070.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:58:09.599 INFO:teuthology.orchestra.run.smithi070.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:58:09.599 INFO:teuthology.orchestra.run.smithi070.stdout:Recommends: thermald 2023-12-14T01:58:09.599 INFO:teuthology.orchestra.run.smithi070.stdout:Description: Generic Linux kernel image 2023-12-14T01:58:09.599 INFO:teuthology.orchestra.run.smithi070.stdout: This package will always depend on the latest generic kernel image 2023-12-14T01:58:09.599 INFO:teuthology.orchestra.run.smithi070.stdout: available. 2023-12-14T01:58:09.599 DEBUG:teuthology.orchestra.run.smithi070:> mktemp 2023-12-14T01:58:09.605 INFO:teuthology.orchestra.run.smithi070.stdout:/tmp/tmp.K9UlA2VjIF 2023-12-14T01:58:09.606 DEBUG:teuthology.orchestra.run.smithi070:> sudo cp /boot/grub/grub.cfg /tmp/tmp.K9UlA2VjIF 2023-12-14T01:58:09.621 DEBUG:teuthology.orchestra.run.smithi070:> sudo chmod 0666 /tmp/tmp.K9UlA2VjIF 2023-12-14T01:58:09.702 DEBUG:teuthology.orchestra.remote:smithi070:/tmp/tmp.K9UlA2VjIF is 9KB 2023-12-14T01:58:09.717 DEBUG:teuthology.orchestra.run.smithi070:> rm -fr /tmp/tmp.K9UlA2VjIF 2023-12-14T01:58:09.725 DEBUG:teuthology.orchestra.run.smithi070:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-14T01:58:09.782 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2023-12-14T01:58:09.782 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-14T01:58:09.782 DEBUG:teuthology.orchestra.run.smithi070:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-14T01:58:09.810 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-91-generic 2023-12-14T01:58:09.811 DEBUG:teuthology.orchestra.run.smithi070:> sudo update-grub 2023-12-14T01:58:10.242 INFO:teuthology.orchestra.run.smithi183.stdout:done 2023-12-14T01:58:10.640 DEBUG:teuthology.orchestra.run.smithi183:> dpkg -s linux-image-generic-hwe-20.04 2023-12-14T01:58:10.695 INFO:teuthology.orchestra.run.smithi183.stdout:Package: linux-image-generic-hwe-20.04 2023-12-14T01:58:10.695 INFO:teuthology.orchestra.run.smithi183.stdout:Status: install ok installed 2023-12-14T01:58:10.695 INFO:teuthology.orchestra.run.smithi183.stdout:Priority: optional 2023-12-14T01:58:10.695 INFO:teuthology.orchestra.run.smithi183.stdout:Section: kernel 2023-12-14T01:58:10.695 INFO:teuthology.orchestra.run.smithi183.stdout:Installed-Size: 20 2023-12-14T01:58:10.695 INFO:teuthology.orchestra.run.smithi183.stdout:Maintainer: Ubuntu Kernel Team 2023-12-14T01:58:10.695 INFO:teuthology.orchestra.run.smithi183.stdout:Architecture: amd64 2023-12-14T01:58:10.695 INFO:teuthology.orchestra.run.smithi183.stdout:Source: linux-meta-hwe-5.15 2023-12-14T01:58:10.696 INFO:teuthology.orchestra.run.smithi183.stdout:Version: 5.15.0.91.101~20.04.48 2023-12-14T01:58:10.696 INFO:teuthology.orchestra.run.smithi183.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:58:10.696 INFO:teuthology.orchestra.run.smithi183.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:58:10.696 INFO:teuthology.orchestra.run.smithi183.stdout:Recommends: thermald 2023-12-14T01:58:10.696 INFO:teuthology.orchestra.run.smithi183.stdout:Description: Generic Linux kernel image 2023-12-14T01:58:10.696 INFO:teuthology.orchestra.run.smithi183.stdout: This package will always depend on the latest generic kernel image 2023-12-14T01:58:10.696 INFO:teuthology.orchestra.run.smithi183.stdout: available. 2023-12-14T01:58:10.696 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-91-generic 2023-12-14T01:58:10.696 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-14T01:58:10.696 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-14T01:58:10.696 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2023-12-14T01:58:10.696 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi183.front.sepia.ceph.com, path=None, version=distro) 2023-12-14T01:58:10.697 DEBUG:teuthology.orchestra.run.smithi183:> sudo apt-get clean 2023-12-14T01:58:10.775 DEBUG:teuthology.orchestra.run.smithi183:> sudo apt-get update 2023-12-14T01:58:10.918 INFO:teuthology.orchestra.run.smithi183.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-14T01:58:10.918 INFO:teuthology.orchestra.run.smithi183.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-14T01:58:10.932 INFO:teuthology.orchestra.run.smithi183.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-14T01:58:10.951 INFO:teuthology.orchestra.run.smithi183.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-14T01:58:11.047 INFO:teuthology.orchestra.run.smithi069.stdout:Reading package lists... 2023-12-14T01:58:11.071 DEBUG:teuthology.orchestra.run.smithi069:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-14T01:58:11.142 INFO:teuthology.orchestra.run.smithi069.stdout:Reading package lists... 2023-12-14T01:58:11.275 INFO:teuthology.orchestra.run.smithi070.stderr:Sourcing file `/etc/default/grub' 2023-12-14T01:58:11.287 INFO:teuthology.orchestra.run.smithi070.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-14T01:58:11.298 INFO:teuthology.orchestra.run.smithi070.stderr:Generating grub configuration file ... 2023-12-14T01:58:11.333 INFO:teuthology.orchestra.run.smithi069.stdout:Building dependency tree... 2023-12-14T01:58:11.333 INFO:teuthology.orchestra.run.smithi069.stdout:Reading state information... 2023-12-14T01:58:11.545 INFO:teuthology.orchestra.run.smithi069.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.91.101~20.04.48). 2023-12-14T01:58:11.545 INFO:teuthology.orchestra.run.smithi069.stdout:0 upgraded, 0 newly installed, 0 to remove and 283 not upgraded. 2023-12-14T01:58:11.547 DEBUG:teuthology.orchestra.run.smithi069:> dpkg -s linux-image-generic-hwe-20.04 2023-12-14T01:58:11.557 INFO:teuthology.orchestra.run.smithi070.stderr:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2023-12-14T01:58:11.566 INFO:teuthology.orchestra.run.smithi069.stdout:Package: linux-image-generic-hwe-20.04 2023-12-14T01:58:11.566 INFO:teuthology.orchestra.run.smithi069.stdout:Status: install ok installed 2023-12-14T01:58:11.566 INFO:teuthology.orchestra.run.smithi069.stdout:Priority: optional 2023-12-14T01:58:11.566 INFO:teuthology.orchestra.run.smithi069.stdout:Section: kernel 2023-12-14T01:58:11.567 INFO:teuthology.orchestra.run.smithi069.stdout:Installed-Size: 20 2023-12-14T01:58:11.567 INFO:teuthology.orchestra.run.smithi069.stdout:Maintainer: Ubuntu Kernel Team 2023-12-14T01:58:11.567 INFO:teuthology.orchestra.run.smithi069.stdout:Architecture: amd64 2023-12-14T01:58:11.567 INFO:teuthology.orchestra.run.smithi069.stdout:Source: linux-meta-hwe-5.15 2023-12-14T01:58:11.567 INFO:teuthology.orchestra.run.smithi069.stdout:Version: 5.15.0.91.101~20.04.48 2023-12-14T01:58:11.567 INFO:teuthology.orchestra.run.smithi069.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:58:11.567 INFO:teuthology.orchestra.run.smithi069.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:58:11.567 INFO:teuthology.orchestra.run.smithi069.stdout:Recommends: thermald 2023-12-14T01:58:11.567 INFO:teuthology.orchestra.run.smithi069.stdout:Description: Generic Linux kernel image 2023-12-14T01:58:11.567 INFO:teuthology.orchestra.run.smithi069.stdout: This package will always depend on the latest generic kernel image 2023-12-14T01:58:11.567 INFO:teuthology.orchestra.run.smithi069.stdout: available. 2023-12-14T01:58:11.568 DEBUG:teuthology.orchestra.run.smithi069:> mktemp 2023-12-14T01:58:11.569 INFO:teuthology.orchestra.run.smithi070.stderr:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2023-12-14T01:58:11.573 INFO:teuthology.orchestra.run.smithi069.stdout:/tmp/tmp.yFWIBOiKXu 2023-12-14T01:58:11.573 DEBUG:teuthology.orchestra.run.smithi069:> sudo cp /boot/grub/grub.cfg /tmp/tmp.yFWIBOiKXu 2023-12-14T01:58:11.582 DEBUG:teuthology.orchestra.run.smithi069:> sudo chmod 0666 /tmp/tmp.yFWIBOiKXu 2023-12-14T01:58:11.623 DEBUG:teuthology.orchestra.remote:smithi069:/tmp/tmp.yFWIBOiKXu is 9KB 2023-12-14T01:58:11.637 DEBUG:teuthology.orchestra.run.smithi069:> rm -fr /tmp/tmp.yFWIBOiKXu 2023-12-14T01:58:11.644 DEBUG:teuthology.orchestra.run.smithi069:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-14T01:58:11.704 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2023-12-14T01:58:11.704 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-14T01:58:11.704 DEBUG:teuthology.orchestra.run.smithi069:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-14T01:58:11.738 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-91-generic 2023-12-14T01:58:11.738 DEBUG:teuthology.orchestra.run.smithi069:> sudo update-grub 2023-12-14T01:58:11.949 INFO:teuthology.orchestra.run.smithi070.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-14T01:58:11.961 INFO:teuthology.orchestra.run.smithi070.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-14T01:58:12.676 INFO:teuthology.orchestra.run.smithi183.stdout:Reading package lists... 2023-12-14T01:58:12.692 INFO:teuthology.orchestra.run.smithi070.stderr:done 2023-12-14T01:58:12.694 DEBUG:teuthology.orchestra.run.smithi070:> sudo shutdown -r now 2023-12-14T01:58:12.702 DEBUG:teuthology.orchestra.run.smithi183:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-14T01:58:12.776 INFO:teuthology.orchestra.run.smithi183.stdout:Reading package lists... 2023-12-14T01:58:12.981 INFO:teuthology.orchestra.run.smithi183.stdout:Building dependency tree... 2023-12-14T01:58:12.982 INFO:teuthology.orchestra.run.smithi183.stdout:Reading state information... 2023-12-14T01:58:13.079 INFO:teuthology.orchestra.run.smithi069.stderr:Sourcing file `/etc/default/grub' 2023-12-14T01:58:13.088 INFO:teuthology.orchestra.run.smithi069.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-14T01:58:13.098 INFO:teuthology.orchestra.run.smithi069.stderr:Generating grub configuration file ... 2023-12-14T01:58:13.200 INFO:teuthology.orchestra.run.smithi183.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.91.101~20.04.48). 2023-12-14T01:58:13.200 INFO:teuthology.orchestra.run.smithi183.stdout:0 upgraded, 0 newly installed, 0 to remove and 283 not upgraded. 2023-12-14T01:58:13.203 DEBUG:teuthology.orchestra.run.smithi183:> dpkg -s linux-image-generic-hwe-20.04 2023-12-14T01:58:13.225 INFO:teuthology.orchestra.run.smithi183.stdout:Package: linux-image-generic-hwe-20.04 2023-12-14T01:58:13.225 INFO:teuthology.orchestra.run.smithi183.stdout:Status: install ok installed 2023-12-14T01:58:13.225 INFO:teuthology.orchestra.run.smithi183.stdout:Priority: optional 2023-12-14T01:58:13.225 INFO:teuthology.orchestra.run.smithi183.stdout:Section: kernel 2023-12-14T01:58:13.225 INFO:teuthology.orchestra.run.smithi183.stdout:Installed-Size: 20 2023-12-14T01:58:13.225 INFO:teuthology.orchestra.run.smithi183.stdout:Maintainer: Ubuntu Kernel Team 2023-12-14T01:58:13.225 INFO:teuthology.orchestra.run.smithi183.stdout:Architecture: amd64 2023-12-14T01:58:13.225 INFO:teuthology.orchestra.run.smithi183.stdout:Source: linux-meta-hwe-5.15 2023-12-14T01:58:13.225 INFO:teuthology.orchestra.run.smithi183.stdout:Version: 5.15.0.91.101~20.04.48 2023-12-14T01:58:13.225 INFO:teuthology.orchestra.run.smithi183.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:58:13.225 INFO:teuthology.orchestra.run.smithi183.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:58:13.226 INFO:teuthology.orchestra.run.smithi183.stdout:Recommends: thermald 2023-12-14T01:58:13.226 INFO:teuthology.orchestra.run.smithi183.stdout:Description: Generic Linux kernel image 2023-12-14T01:58:13.226 INFO:teuthology.orchestra.run.smithi183.stdout: This package will always depend on the latest generic kernel image 2023-12-14T01:58:13.226 INFO:teuthology.orchestra.run.smithi183.stdout: available. 2023-12-14T01:58:13.226 DEBUG:teuthology.orchestra.run.smithi183:> mktemp 2023-12-14T01:58:13.231 INFO:teuthology.orchestra.run.smithi183.stdout:/tmp/tmp.plEUCodxuR 2023-12-14T01:58:13.231 DEBUG:teuthology.orchestra.run.smithi183:> sudo cp /boot/grub/grub.cfg /tmp/tmp.plEUCodxuR 2023-12-14T01:58:13.288 DEBUG:teuthology.orchestra.run.smithi183:> sudo chmod 0666 /tmp/tmp.plEUCodxuR 2023-12-14T01:58:13.330 DEBUG:teuthology.orchestra.remote:smithi183:/tmp/tmp.plEUCodxuR is 9KB 2023-12-14T01:58:13.342 INFO:teuthology.orchestra.run.smithi069.stderr:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2023-12-14T01:58:13.354 INFO:teuthology.orchestra.run.smithi069.stderr:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2023-12-14T01:58:13.387 DEBUG:teuthology.orchestra.run.smithi183:> rm -fr /tmp/tmp.plEUCodxuR 2023-12-14T01:58:13.393 DEBUG:teuthology.orchestra.run.smithi183:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-14T01:58:13.408 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2023-12-14T01:58:13.408 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-14T01:58:13.409 DEBUG:teuthology.orchestra.run.smithi183:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-14T01:58:13.444 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-91-generic 2023-12-14T01:58:13.444 DEBUG:teuthology.orchestra.run.smithi183:> sudo update-grub 2023-12-14T01:58:13.752 INFO:teuthology.orchestra.run.smithi069.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-14T01:58:13.763 INFO:teuthology.orchestra.run.smithi069.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-14T01:58:14.513 INFO:teuthology.orchestra.run.smithi069.stderr:done 2023-12-14T01:58:14.515 DEBUG:teuthology.orchestra.run.smithi069:> sudo shutdown -r now 2023-12-14T01:58:14.720 INFO:teuthology.orchestra.run.smithi183.stderr:Sourcing file `/etc/default/grub' 2023-12-14T01:58:14.732 INFO:teuthology.orchestra.run.smithi183.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-14T01:58:14.743 INFO:teuthology.orchestra.run.smithi183.stderr:Generating grub configuration file ... 2023-12-14T01:58:15.078 INFO:teuthology.orchestra.run.smithi183.stderr:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2023-12-14T01:58:15.089 INFO:teuthology.orchestra.run.smithi183.stderr:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2023-12-14T01:58:15.482 INFO:teuthology.orchestra.run.smithi183.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-14T01:58:15.494 INFO:teuthology.orchestra.run.smithi183.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-14T01:58:16.210 INFO:teuthology.orchestra.run.smithi183.stderr:done 2023-12-14T01:58:16.211 DEBUG:teuthology.orchestra.run.smithi183:> sudo shutdown -r now 2023-12-14T01:58:42.721 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-14T01:58:42.722 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi070.front.sepia.ceph.com' 2023-12-14T01:58:42.723 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi070.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T01:58:44.519 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-14T01:58:44.519 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi069.front.sepia.ceph.com' 2023-12-14T01:58:44.520 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T01:58:46.216 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2023-12-14T01:58:46.216 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2023-12-14T01:58:46.217 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T01:59:01.142 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.70 2023-12-14T01:59:02.929 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.69 2023-12-14T01:59:04.721 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.183 2023-12-14T01:59:10.145 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi070.front.sepia.ceph.com' 2023-12-14T01:59:10.146 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi070.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T01:59:11.931 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi069.front.sepia.ceph.com' 2023-12-14T01:59:11.932 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T01:59:13.205 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.70 2023-12-14T01:59:13.722 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2023-12-14T01:59:13.723 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T01:59:14.997 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.69 2023-12-14T01:59:16.786 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.183 2023-12-14T01:59:25.213 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi070.front.sepia.ceph.com' 2023-12-14T01:59:25.214 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi070.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T01:59:26.999 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi069.front.sepia.ceph.com' 2023-12-14T01:59:27.000 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T01:59:28.277 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.70 2023-12-14T01:59:28.787 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2023-12-14T01:59:28.788 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T01:59:30.065 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.69 2023-12-14T01:59:43.286 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi070.front.sepia.ceph.com' 2023-12-14T01:59:43.287 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi070.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T01:59:45.068 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi069.front.sepia.ceph.com' 2023-12-14T01:59:45.069 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T01:59:48.150 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.69 2023-12-14T02:00:00.511 DEBUG:teuthology.orchestra.run.smithi183:> true 2023-12-14T02:00:01.044 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi183.front.sepia.ceph.com' 2023-12-14T02:00:01.045 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-91-generic"... 2023-12-14T02:00:01.045 DEBUG:teuthology.orchestra.run.smithi183:> uname -r 2023-12-14T02:00:01.091 INFO:teuthology.orchestra.run.smithi183.stdout:5.15.0-91-generic 2023-12-14T02:00:01.091 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-91-generic vs 5.15.0-91-generic 2023-12-14T02:00:01.091 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-14T02:00:01.092 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-14T02:00:02.093 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-12-14T02:00:02.093 DEBUG:teuthology.orchestra.run.smithi183:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-14T02:00:02.164 INFO:teuthology.orchestra.run.smithi183.stdout:ttyS1 2023-12-14T02:00:02.180 DEBUG:teuthology.parallel:result is None 2023-12-14T02:00:06.151 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi069.front.sepia.ceph.com' 2023-12-14T02:00:06.151 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T02:00:06.446 DEBUG:teuthology.orchestra.run.smithi069:> true 2023-12-14T02:00:06.994 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi069.front.sepia.ceph.com' 2023-12-14T02:00:06.995 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-91-generic"... 2023-12-14T02:00:06.995 DEBUG:teuthology.orchestra.run.smithi069:> uname -r 2023-12-14T02:00:07.042 INFO:teuthology.orchestra.run.smithi069.stdout:5.15.0-91-generic 2023-12-14T02:00:07.042 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-91-generic vs 5.15.0-91-generic 2023-12-14T02:00:07.042 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-14T02:00:07.042 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-14T02:00:08.043 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-14T02:00:08.044 DEBUG:teuthology.orchestra.run.smithi069:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-14T02:00:08.392 INFO:teuthology.orchestra.run.smithi069.stdout:ttyS1 2023-12-14T02:00:08.423 DEBUG:teuthology.parallel:result is None 2023-12-14T02:00:15.151 DEBUG:teuthology.orchestra.run.smithi070:> true 2023-12-14T02:00:15.660 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi070.front.sepia.ceph.com' 2023-12-14T02:00:15.660 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-91-generic"... 2023-12-14T02:00:15.661 DEBUG:teuthology.orchestra.run.smithi070:> uname -r 2023-12-14T02:00:15.708 INFO:teuthology.orchestra.run.smithi070.stdout:5.15.0-91-generic 2023-12-14T02:00:15.708 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-91-generic vs 5.15.0-91-generic 2023-12-14T02:00:15.708 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-14T02:00:15.708 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-14T02:00:16.709 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-14T02:00:16.710 DEBUG:teuthology.orchestra.run.smithi070:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-14T02:00:17.051 INFO:teuthology.orchestra.run.smithi070.stdout:ttyS1 2023-12-14T02:00:17.088 DEBUG:teuthology.parallel:result is None 2023-12-14T02:00:17.089 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-14T02:00:17.099 INFO:teuthology.task.internal:Creating test directory... 2023-12-14T02:00:17.099 DEBUG:teuthology.orchestra.run.smithi069:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-14T02:00:17.102 DEBUG:teuthology.orchestra.run.smithi070:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-14T02:00:17.104 DEBUG:teuthology.orchestra.run.smithi183:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-14T02:00:17.112 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-14T02:00:17.123 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-14T02:00:17.137 INFO:teuthology.task.internal:Creating archive directory... 2023-12-14T02:00:17.137 DEBUG:teuthology.orchestra.run.smithi069:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-14T02:00:17.150 DEBUG:teuthology.orchestra.run.smithi070:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-14T02:00:17.156 DEBUG:teuthology.orchestra.run.smithi183:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-14T02:00:17.259 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-14T02:00:17.271 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-14T02:00:17.271 DEBUG:teuthology.orchestra.run.smithi069:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-14T02:00:17.274 DEBUG:teuthology.orchestra.run.smithi070:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-14T02:00:17.276 DEBUG:teuthology.orchestra.run.smithi183:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-14T02:00:17.292 INFO:teuthology.orchestra.run.smithi070.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-14T02:00:17.294 INFO:teuthology.orchestra.run.smithi183.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-14T02:00:17.298 INFO:teuthology.orchestra.run.smithi070.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-14T02:00:17.300 INFO:teuthology.orchestra.run.smithi183.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-14T02:00:17.300 INFO:teuthology.orchestra.run.smithi069.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-14T02:00:17.310 INFO:teuthology.orchestra.run.smithi069.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-14T02:00:17.312 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-14T02:00:17.323 INFO:teuthology.task.internal:Configuring sudo... 2023-12-14T02:00:17.323 DEBUG:teuthology.orchestra.run.smithi069:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-14T02:00:17.358 DEBUG:teuthology.orchestra.run.smithi070:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-14T02:00:17.360 DEBUG:teuthology.orchestra.run.smithi183:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-14T02:00:17.378 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-14T02:00:17.388 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-14T02:00:17.389 DEBUG:teuthology.orchestra.run.smithi069:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-14T02:00:17.418 DEBUG:teuthology.orchestra.run.smithi070:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-14T02:00:17.421 DEBUG:teuthology.orchestra.run.smithi183:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-14T02:00:17.428 DEBUG:teuthology.orchestra.run.smithi069:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-14T02:00:17.471 DEBUG:teuthology.orchestra.run.smithi069:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-14T02:00:17.519 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2023-12-14T02:00:17.519 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-14T02:00:17.583 DEBUG:teuthology.orchestra.run.smithi070:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-14T02:00:17.590 DEBUG:teuthology.orchestra.run.smithi070:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-14T02:00:17.641 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2023-12-14T02:00:17.641 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-14T02:00:17.706 DEBUG:teuthology.orchestra.run.smithi183:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-14T02:00:17.714 DEBUG:teuthology.orchestra.run.smithi183:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-14T02:00:17.764 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2023-12-14T02:00:17.764 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-14T02:00:17.838 DEBUG:teuthology.orchestra.run.smithi069:> sudo service rsyslog restart 2023-12-14T02:00:17.841 DEBUG:teuthology.orchestra.run.smithi070:> sudo service rsyslog restart 2023-12-14T02:00:17.843 DEBUG:teuthology.orchestra.run.smithi183:> sudo service rsyslog restart 2023-12-14T02:00:17.964 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-14T02:00:17.973 INFO:teuthology.task.internal:Starting timer... 2023-12-14T02:00:17.974 INFO:teuthology.run_tasks:Running task pcp... 2023-12-14T02:00:17.991 INFO:teuthology.run_tasks:Running task selinux... 2023-12-14T02:00:18.002 DEBUG:teuthology.task.selinux:Excluding smithi069: OS 'ubuntu' does not support SELinux 2023-12-14T02:00:18.003 DEBUG:teuthology.task.selinux:Excluding smithi070: OS 'ubuntu' does not support SELinux 2023-12-14T02:00:18.003 DEBUG:teuthology.task.selinux:Excluding smithi183: OS 'ubuntu' does not support SELinux 2023-12-14T02:00:18.003 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-14T02:00:18.003 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-12-14T02:00:18.003 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-14T02:00:18.003 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-14T02:00:18.015 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-14T02:00:18.016 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-14T02:00:18.035 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-12-14T02:00:18.036 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi069.front.sepia.ceph.com,smithi070.front.sepia.ceph.com,smithi183.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-14T02:06:41.836 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi069.front.sepia.ceph.com'), Remote(name='ubuntu@smithi070.front.sepia.ceph.com'), Remote(name='ubuntu@smithi183.front.sepia.ceph.com')] 2023-12-14T02:06:41.837 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi069.front.sepia.ceph.com' 2023-12-14T02:06:41.838 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T02:06:41.929 DEBUG:teuthology.orchestra.run.smithi069:> true 2023-12-14T02:06:42.047 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi069.front.sepia.ceph.com' 2023-12-14T02:06:42.048 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi070.front.sepia.ceph.com' 2023-12-14T02:06:42.048 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi070.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T02:06:42.182 DEBUG:teuthology.orchestra.run.smithi070:> true 2023-12-14T02:06:42.303 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi070.front.sepia.ceph.com' 2023-12-14T02:06:42.303 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2023-12-14T02:06:42.304 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T02:06:42.392 DEBUG:teuthology.orchestra.run.smithi183:> true 2023-12-14T02:06:42.515 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi183.front.sepia.ceph.com' 2023-12-14T02:06:42.516 INFO:teuthology.run_tasks:Running task clock... 2023-12-14T02:06:42.527 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-14T02:06:42.528 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-14T02:06:42.529 DEBUG:teuthology.orchestra.run.smithi069:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-14T02:06:42.531 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-14T02:06:42.531 DEBUG:teuthology.orchestra.run.smithi070:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-14T02:06:42.534 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-14T02:06:42.534 DEBUG:teuthology.orchestra.run.smithi183:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-14T02:06:42.558 INFO:teuthology.orchestra.run.smithi069.stdout:14 Dec 02:06:42 ntpd[23446]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-14T02:06:42.558 INFO:teuthology.orchestra.run.smithi069.stdout:14 Dec 02:06:42 ntpd[23446]: Command line: ntpd -gq 2023-12-14T02:06:42.559 INFO:teuthology.orchestra.run.smithi069.stdout:14 Dec 02:06:42 ntpd[23446]: proto: precision = 0.040 usec (-24) 2023-12-14T02:06:42.559 INFO:teuthology.orchestra.run.smithi069.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-14T02:06:42.559 INFO:teuthology.orchestra.run.smithi069.stdout:14 Dec 02:06:42 ntpd[23446]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-14T02:06:42.560 INFO:teuthology.orchestra.run.smithi069.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-14T02:06:42.561 INFO:teuthology.orchestra.run.smithi069.stdout:14 Dec 02:06:42 ntpd[23446]: restrict ::: KOD does nothing without LIMITED. 2023-12-14T02:06:42.561 INFO:teuthology.orchestra.run.smithi069.stdout:14 Dec 02:06:42 ntpd[23446]: Listen and drop on 0 v6wildcard [::]:123 2023-12-14T02:06:42.561 INFO:teuthology.orchestra.run.smithi069.stdout:14 Dec 02:06:42 ntpd[23446]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-14T02:06:42.561 INFO:teuthology.orchestra.run.smithi069.stdout:14 Dec 02:06:42 ntpd[23446]: Listen normally on 2 lo 127.0.0.1:123 2023-12-14T02:06:42.561 INFO:teuthology.orchestra.run.smithi069.stdout:14 Dec 02:06:42 ntpd[23446]: Listen normally on 3 enp3s0f1 172.21.15.69:123 2023-12-14T02:06:42.561 INFO:teuthology.orchestra.run.smithi069.stdout:14 Dec 02:06:42 ntpd[23446]: Listen normally on 4 lo [::1]:123 2023-12-14T02:06:42.561 INFO:teuthology.orchestra.run.smithi069.stdout:14 Dec 02:06:42 ntpd[23446]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d737%5]:123 2023-12-14T02:06:42.561 INFO:teuthology.orchestra.run.smithi069.stdout:14 Dec 02:06:42 ntpd[23446]: Listening on routing socket on fd #22 for interface updates 2023-12-14T02:06:42.565 INFO:teuthology.orchestra.run.smithi070.stdout:14 Dec 02:06:42 ntpd[23421]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-14T02:06:42.565 INFO:teuthology.orchestra.run.smithi070.stdout:14 Dec 02:06:42 ntpd[23421]: Command line: ntpd -gq 2023-12-14T02:06:42.566 INFO:teuthology.orchestra.run.smithi070.stdout:14 Dec 02:06:42 ntpd[23421]: proto: precision = 0.070 usec (-24) 2023-12-14T02:06:42.567 INFO:teuthology.orchestra.run.smithi070.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-14T02:06:42.567 INFO:teuthology.orchestra.run.smithi070.stdout:14 Dec 02:06:42 ntpd[23421]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-14T02:06:42.567 INFO:teuthology.orchestra.run.smithi070.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-14T02:06:42.568 INFO:teuthology.orchestra.run.smithi070.stdout:14 Dec 02:06:42 ntpd[23421]: restrict ::: KOD does nothing without LIMITED. 2023-12-14T02:06:42.568 INFO:teuthology.orchestra.run.smithi070.stdout:14 Dec 02:06:42 ntpd[23421]: Listen and drop on 0 v6wildcard [::]:123 2023-12-14T02:06:42.568 INFO:teuthology.orchestra.run.smithi070.stdout:14 Dec 02:06:42 ntpd[23421]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-14T02:06:42.568 INFO:teuthology.orchestra.run.smithi070.stdout:14 Dec 02:06:42 ntpd[23421]: Listen normally on 2 lo 127.0.0.1:123 2023-12-14T02:06:42.568 INFO:teuthology.orchestra.run.smithi070.stdout:14 Dec 02:06:42 ntpd[23421]: Listen normally on 3 enp3s0f1 172.21.15.70:123 2023-12-14T02:06:42.568 INFO:teuthology.orchestra.run.smithi070.stdout:14 Dec 02:06:42 ntpd[23421]: Listen normally on 4 lo [::1]:123 2023-12-14T02:06:42.568 INFO:teuthology.orchestra.run.smithi070.stdout:14 Dec 02:06:42 ntpd[23421]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d3e7%5]:123 2023-12-14T02:06:42.568 INFO:teuthology.orchestra.run.smithi070.stdout:14 Dec 02:06:42 ntpd[23421]: Listening on routing socket on fd #22 for interface updates 2023-12-14T02:06:42.588 INFO:teuthology.orchestra.run.smithi183.stdout:14 Dec 02:06:42 ntpd[23426]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-14T02:06:42.588 INFO:teuthology.orchestra.run.smithi183.stdout:14 Dec 02:06:42 ntpd[23426]: Command line: ntpd -gq 2023-12-14T02:06:42.589 INFO:teuthology.orchestra.run.smithi183.stdout:14 Dec 02:06:42 ntpd[23426]: proto: precision = 0.093 usec (-23) 2023-12-14T02:06:42.589 INFO:teuthology.orchestra.run.smithi183.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-14T02:06:42.590 INFO:teuthology.orchestra.run.smithi183.stdout:14 Dec 02:06:42 ntpd[23426]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-14T02:06:42.590 INFO:teuthology.orchestra.run.smithi183.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-14T02:06:42.591 INFO:teuthology.orchestra.run.smithi183.stdout:14 Dec 02:06:42 ntpd[23426]: restrict ::: KOD does nothing without LIMITED. 2023-12-14T02:06:42.591 INFO:teuthology.orchestra.run.smithi183.stdout:14 Dec 02:06:42 ntpd[23426]: Listen and drop on 0 v6wildcard [::]:123 2023-12-14T02:06:42.591 INFO:teuthology.orchestra.run.smithi183.stdout:14 Dec 02:06:42 ntpd[23426]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-14T02:06:42.591 INFO:teuthology.orchestra.run.smithi183.stdout:14 Dec 02:06:42 ntpd[23426]: Listen normally on 2 lo 127.0.0.1:123 2023-12-14T02:06:42.591 INFO:teuthology.orchestra.run.smithi183.stdout:14 Dec 02:06:42 ntpd[23426]: Listen normally on 3 enp3s0f1 172.21.15.183:123 2023-12-14T02:06:42.591 INFO:teuthology.orchestra.run.smithi183.stdout:14 Dec 02:06:42 ntpd[23426]: Listen normally on 4 lo [::1]:123 2023-12-14T02:06:42.591 INFO:teuthology.orchestra.run.smithi183.stdout:14 Dec 02:06:42 ntpd[23426]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:8085%5]:123 2023-12-14T02:06:42.591 INFO:teuthology.orchestra.run.smithi183.stdout:14 Dec 02:06:42 ntpd[23426]: Listening on routing socket on fd #22 for interface updates 2023-12-14T02:06:43.566 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:43 ntpd[23421]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:43.567 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:43 ntpd[23421]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:43.567 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:43 ntpd[23421]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:43.567 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:43 ntpd[23421]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:43.567 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:43 ntpd[23421]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T02:06:43.567 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:43 ntpd[23421]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T02:06:43.590 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:43 ntpd[23426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:43.590 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:43 ntpd[23426]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:43.590 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:43 ntpd[23426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:43.590 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:43 ntpd[23426]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:43.590 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:43 ntpd[23426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:43.590 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:43 ntpd[23426]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:43.590 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:43 ntpd[23426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:43.590 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:43 ntpd[23426]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:43.590 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:43 ntpd[23426]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T02:06:43.591 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:43 ntpd[23426]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T02:06:43.591 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:43 ntpd[23426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:43.591 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:43 ntpd[23426]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:43.591 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:43 ntpd[23426]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T02:06:43.591 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:43 ntpd[23426]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T02:06:44.562 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:44 ntpd[23446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:44.562 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:44 ntpd[23446]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:44.562 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:44 ntpd[23446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:44.562 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:44 ntpd[23446]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:44.562 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:44 ntpd[23446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:44.562 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:44 ntpd[23446]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:44.563 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:44 ntpd[23446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:44.563 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:44 ntpd[23446]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:44.563 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:44 ntpd[23446]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T02:06:44.563 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:44 ntpd[23446]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T02:06:44.563 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:44 ntpd[23446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:44.563 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:44 ntpd[23446]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:44.563 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:44 ntpd[23446]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T02:06:44.564 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:44 ntpd[23446]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T02:06:44.564 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:44 ntpd[23446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:44.564 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:44 ntpd[23446]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:44.564 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:44 ntpd[23446]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T02:06:44.565 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:44 ntpd[23446]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T02:06:45.559 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:45 ntpd[23446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:45.559 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:45 ntpd[23446]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:45.567 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:45 ntpd[23421]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:45.567 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:45 ntpd[23421]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:45.567 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:45 ntpd[23421]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:45.567 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:45 ntpd[23421]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:45.567 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:45 ntpd[23421]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:45.567 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:45 ntpd[23421]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:45.567 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:45 ntpd[23421]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T02:06:45.567 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:45 ntpd[23421]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T02:06:45.590 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:45 ntpd[23426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:45.590 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:45 ntpd[23426]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:45.590 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:45 ntpd[23426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:45.590 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:45 ntpd[23426]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:45.590 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:45 ntpd[23426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:45.590 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:45 ntpd[23426]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:45.590 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:45 ntpd[23426]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T02:06:45.590 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:45 ntpd[23426]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T02:06:45.590 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:45 ntpd[23426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:45.591 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:45 ntpd[23426]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:45.591 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:45 ntpd[23426]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T02:06:45.591 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:45 ntpd[23426]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T02:06:46.560 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:46 ntpd[23446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:46.560 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:46 ntpd[23446]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:46.561 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:46 ntpd[23446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:46.561 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:46 ntpd[23446]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:46.561 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:46 ntpd[23446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:46.561 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:46 ntpd[23446]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:46.561 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:46 ntpd[23446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:46.561 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:46 ntpd[23446]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:46.561 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:46 ntpd[23446]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T02:06:46.561 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:46 ntpd[23446]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T02:06:46.561 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:46 ntpd[23446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:46.561 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:46 ntpd[23446]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:46.561 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:46 ntpd[23446]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T02:06:46.561 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:46 ntpd[23446]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T02:06:46.561 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:46 ntpd[23446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:46.561 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:46 ntpd[23446]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:46.562 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:46 ntpd[23446]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T02:06:46.562 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:46 ntpd[23446]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T02:06:47.568 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:47 ntpd[23421]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:47.568 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:47 ntpd[23421]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:47.568 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:47 ntpd[23421]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:47.568 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:47 ntpd[23421]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:47.568 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:47 ntpd[23421]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:47.568 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:47 ntpd[23421]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:47.568 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:47 ntpd[23421]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:47.568 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:47 ntpd[23421]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:47.568 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:47 ntpd[23421]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T02:06:47.568 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:47 ntpd[23421]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T02:06:47.569 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:47 ntpd[23421]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:47.569 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:47 ntpd[23421]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:47.569 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:47 ntpd[23421]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T02:06:47.569 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:47 ntpd[23421]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T02:06:47.569 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:47 ntpd[23421]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:47.569 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:47 ntpd[23421]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:47.569 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:47 ntpd[23421]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T02:06:47.569 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:47 ntpd[23421]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T02:06:47.590 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:47 ntpd[23426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:47.590 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:47 ntpd[23426]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:47.590 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:47 ntpd[23426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:47.590 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:47 ntpd[23426]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:47.590 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:47 ntpd[23426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:47.590 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:47 ntpd[23426]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:47.590 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:47 ntpd[23426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:47.591 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:47 ntpd[23426]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:47.591 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:47 ntpd[23426]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T02:06:47.591 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:47 ntpd[23426]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T02:06:47.591 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:47 ntpd[23426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:47.591 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:47 ntpd[23426]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:47.591 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:47 ntpd[23426]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T02:06:47.591 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:47 ntpd[23426]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T02:06:47.591 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:47 ntpd[23426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:47.591 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:47 ntpd[23426]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:47.592 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:47 ntpd[23426]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T02:06:47.592 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:47 ntpd[23426]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T02:06:48.560 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:48 ntpd[23446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:48.560 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:48 ntpd[23446]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:48.560 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:48 ntpd[23446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:48.561 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:48 ntpd[23446]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:48.561 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:48 ntpd[23446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:48.561 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:48 ntpd[23446]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:48.561 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:48 ntpd[23446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:48.561 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:48 ntpd[23446]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:48.561 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:48 ntpd[23446]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T02:06:48.561 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:48 ntpd[23446]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T02:06:48.561 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:48 ntpd[23446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:48.561 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:48 ntpd[23446]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:48.561 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:48 ntpd[23446]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T02:06:48.561 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:48 ntpd[23446]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T02:06:48.561 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:48 ntpd[23446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:48.561 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:48 ntpd[23446]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:48.561 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:48 ntpd[23446]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T02:06:48.562 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:48 ntpd[23446]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T02:06:49.568 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:49 ntpd[23421]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:49.568 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:49 ntpd[23421]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:49.568 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:49 ntpd[23421]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:49.568 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:49 ntpd[23421]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:49.568 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:49 ntpd[23421]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:49.568 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:49 ntpd[23421]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:49.568 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:49 ntpd[23421]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:49.568 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:49 ntpd[23421]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:49.568 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:49 ntpd[23421]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T02:06:49.568 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:49 ntpd[23421]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T02:06:49.568 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:49 ntpd[23421]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:49.568 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:49 ntpd[23421]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:49.569 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:49 ntpd[23421]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T02:06:49.569 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:49 ntpd[23421]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T02:06:49.569 INFO:teuthology.orchestra.run.smithi070.stdout:14 Dec 02:06:49 ntpd[23421]: ntpd: time slew +0.001993 s 2023-12-14T02:06:49.569 INFO:teuthology.orchestra.run.smithi070.stdout:ntpd: time slew +0.001993s 2023-12-14T02:06:49.569 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:49 ntpd[23421]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-14T02:06:49.570 INFO:teuthology.orchestra.run.smithi070.stderr:14 Dec 02:06:49 ntpd[23421]: can't open /var/log/ntpstats/loopstats.20231214: Permission denied 2023-12-14T02:06:49.591 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:49 ntpd[23426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:49.591 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:49 ntpd[23426]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:49.591 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:49 ntpd[23426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:49.591 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:49 ntpd[23426]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:49.592 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:49 ntpd[23426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:49.592 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:49 ntpd[23426]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:49.592 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:49 ntpd[23426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:49.592 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:49 ntpd[23426]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:49.592 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:49 ntpd[23426]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T02:06:49.593 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:49 ntpd[23426]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T02:06:49.593 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:49 ntpd[23426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:49.593 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:49 ntpd[23426]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:49.593 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:49 ntpd[23426]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T02:06:49.593 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:49 ntpd[23426]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T02:06:49.594 INFO:teuthology.orchestra.run.smithi183.stdout:14 Dec 02:06:49 ntpd[23426]: ntpd: time slew -0.000533 s 2023-12-14T02:06:49.594 INFO:teuthology.orchestra.run.smithi183.stdout:ntpd: time slew -0.000533s 2023-12-14T02:06:49.595 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:49 ntpd[23426]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-14T02:06:49.595 INFO:teuthology.orchestra.run.smithi183.stderr:14 Dec 02:06:49 ntpd[23426]: can't open /var/log/ntpstats/loopstats.20231214: Permission denied 2023-12-14T02:06:49.627 INFO:teuthology.orchestra.run.smithi070.stdout: remote refid st t when poll reach delay offset jitter 2023-12-14T02:06:49.628 INFO:teuthology.orchestra.run.smithi070.stdout:============================================================================== 2023-12-14T02:06:49.628 INFO:teuthology.orchestra.run.smithi070.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-14T02:06:49.628 INFO:teuthology.orchestra.run.smithi070.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-14T02:06:49.628 INFO:teuthology.orchestra.run.smithi070.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-14T02:06:49.628 INFO:teuthology.orchestra.run.smithi070.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-14T02:06:49.648 INFO:teuthology.orchestra.run.smithi183.stdout: remote refid st t when poll reach delay offset jitter 2023-12-14T02:06:49.649 INFO:teuthology.orchestra.run.smithi183.stdout:============================================================================== 2023-12-14T02:06:49.649 INFO:teuthology.orchestra.run.smithi183.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-14T02:06:49.649 INFO:teuthology.orchestra.run.smithi183.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-14T02:06:49.649 INFO:teuthology.orchestra.run.smithi183.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-14T02:06:49.649 INFO:teuthology.orchestra.run.smithi183.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-14T02:06:50.560 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:50 ntpd[23446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:50.560 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:50 ntpd[23446]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:50.560 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:50 ntpd[23446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:50.560 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:50 ntpd[23446]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:50.560 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:50 ntpd[23446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:50.561 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:50 ntpd[23446]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:50.561 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:50 ntpd[23446]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-14T02:06:50.561 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:50 ntpd[23446]: can't open /var/log/ntpstats/rawstats.20231214: Permission denied 2023-12-14T02:06:50.561 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:50 ntpd[23446]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-14T02:06:50.561 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:50 ntpd[23446]: can't open /var/log/ntpstats/peerstats.20231214: Permission denied 2023-12-14T02:06:50.562 INFO:teuthology.orchestra.run.smithi069.stdout:14 Dec 02:06:50 ntpd[23446]: ntpd: time slew +0.000541 s 2023-12-14T02:06:50.562 INFO:teuthology.orchestra.run.smithi069.stdout:ntpd: time slew +0.000541s 2023-12-14T02:06:50.562 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:50 ntpd[23446]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-14T02:06:50.562 INFO:teuthology.orchestra.run.smithi069.stderr:14 Dec 02:06:50 ntpd[23446]: can't open /var/log/ntpstats/loopstats.20231214: Permission denied 2023-12-14T02:06:50.619 INFO:teuthology.orchestra.run.smithi069.stdout: remote refid st t when poll reach delay offset jitter 2023-12-14T02:06:50.619 INFO:teuthology.orchestra.run.smithi069.stdout:============================================================================== 2023-12-14T02:06:50.619 INFO:teuthology.orchestra.run.smithi069.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-14T02:06:50.619 INFO:teuthology.orchestra.run.smithi069.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-14T02:06:50.620 INFO:teuthology.orchestra.run.smithi069.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-14T02:06:50.620 INFO:teuthology.orchestra.run.smithi069.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-14T02:06:50.621 INFO:teuthology.run_tasks:Running task install... 2023-12-14T02:06:50.634 DEBUG:teuthology.task.install:project ceph 2023-12-14T02:06:50.634 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '021ac1670a21c19759080c6da90baaeb42e7d175'}} 2023-12-14T02:06:50.634 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '021ac1670a21c19759080c6da90baaeb42e7d175'} 2023-12-14T02:06:50.634 INFO:teuthology.task.install:Using flavor: default 2023-12-14T02:06:50.641 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2023-12-14T02:06:50.641 INFO:teuthology.task.install:extra packages: [] 2023-12-14T02:06:50.642 DEBUG:teuthology.orchestra.run.smithi069:> sudo apt-key list | grep Ceph 2023-12-14T02:06:50.642 DEBUG:teuthology.orchestra.run.smithi070:> sudo apt-key list | grep Ceph 2023-12-14T02:06:50.643 DEBUG:teuthology.orchestra.run.smithi183:> sudo apt-key list | grep Ceph 2023-12-14T02:06:50.741 INFO:teuthology.orchestra.run.smithi183.stderr:Warning: apt-key output should not be parsed (stdout is not a terminal) 2023-12-14T02:06:50.748 INFO:teuthology.orchestra.run.smithi070.stderr:Warning: apt-key output should not be parsed (stdout is not a terminal) 2023-12-14T02:06:50.769 INFO:teuthology.orchestra.run.smithi069.stderr:Warning: apt-key output should not be parsed (stdout is not a terminal) 2023-12-14T02:06:50.794 INFO:teuthology.orchestra.run.smithi183.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2023-12-14T02:06:50.794 INFO:teuthology.orchestra.run.smithi183.stdout:uid [ unknown] Ceph.com (release key) 2023-12-14T02:06:50.795 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-14T02:06:50.796 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-14T02:06:50.811 INFO:teuthology.orchestra.run.smithi070.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2023-12-14T02:06:50.811 INFO:teuthology.orchestra.run.smithi070.stdout:uid [ unknown] Ceph.com (release key) 2023-12-14T02:06:50.812 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-14T02:06:50.812 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-14T02:06:50.826 INFO:teuthology.orchestra.run.smithi069.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2023-12-14T02:06:50.827 INFO:teuthology.orchestra.run.smithi069.stdout:uid [ unknown] Ceph.com (release key) 2023-12-14T02:06:50.827 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-14T02:06:50.828 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-14T02:06:50.972 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-14T02:06:50.972 INFO:teuthology.task.install.deb:Package version is 19.0.0-157-g021ac167-1focal 2023-12-14T02:06:51.011 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-14T02:06:51.011 INFO:teuthology.task.install.deb:Package version is 19.0.0-157-g021ac167-1focal 2023-12-14T02:06:51.026 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-14T02:06:51.029 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-14T02:06:51.137 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=bcb56aa027e44669a77a43f8929b2a7f 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-14T02:06:51.143 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-14T02:06:51.152 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-14T02:06:51.160 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-14T02:06:51.161 DEBUG:teuthology.orchestra.run.smithi069:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-14T02:06:51.175 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-14T02:06:51.175 INFO:teuthology.task.install.deb:Package version is 19.0.0-157-g021ac167-1focal 2023-12-14T02:06:51.185 DEBUG:teuthology.orchestra.run.smithi070:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-14T02:06:51.192 DEBUG:teuthology.orchestra.run.smithi183:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-14T02:06:51.193 INFO:teuthology.orchestra.run.smithi069.stdout: remote refid st t when poll reach delay offset jitter 2023-12-14T02:06:51.193 INFO:teuthology.orchestra.run.smithi069.stdout:============================================================================== 2023-12-14T02:06:51.193 INFO:teuthology.orchestra.run.smithi069.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-14T02:06:51.194 INFO:teuthology.orchestra.run.smithi069.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-14T02:06:51.194 INFO:teuthology.orchestra.run.smithi069.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-14T02:06:51.194 INFO:teuthology.orchestra.run.smithi069.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-14T02:06:51.211 INFO:teuthology.orchestra.run.smithi070.stdout: remote refid st t when poll reach delay offset jitter 2023-12-14T02:06:51.211 INFO:teuthology.orchestra.run.smithi070.stdout:============================================================================== 2023-12-14T02:06:51.211 INFO:teuthology.orchestra.run.smithi070.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-14T02:06:51.211 INFO:teuthology.orchestra.run.smithi070.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-14T02:06:51.212 INFO:teuthology.orchestra.run.smithi070.stdout: hv03.front.sepi 74.6.168.72 3 u 1 64 1 0.066 3.535 0.000 2023-12-14T02:06:51.212 INFO:teuthology.orchestra.run.smithi070.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-14T02:06:51.214 INFO:teuthology.orchestra.run.smithi183.stdout: remote refid st t when poll reach delay offset jitter 2023-12-14T02:06:51.214 INFO:teuthology.orchestra.run.smithi183.stdout:============================================================================== 2023-12-14T02:06:51.214 INFO:teuthology.orchestra.run.smithi183.stdout: hv01.front.sepi 44.4.53.2 2 u 1 64 1 0.069 -0.409 0.000 2023-12-14T02:06:51.214 INFO:teuthology.orchestra.run.smithi183.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-14T02:06:51.214 INFO:teuthology.orchestra.run.smithi183.stdout: hv03.front.sepi 74.6.168.72 3 u 1 64 1 0.077 1.601 0.000 2023-12-14T02:06:51.215 INFO:teuthology.orchestra.run.smithi183.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-14T02:06:51.215 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-14T02:06:51.224 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-14T02:06:51.224 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-14T02:06:51.232 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-14T02:06:51.240 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-14T02:06:51.248 INFO:teuthology.task.internal:Duration was 393.274886 seconds 2023-12-14T02:06:51.249 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-14T02:06:51.257 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-14T02:06:51.257 DEBUG:teuthology.orchestra.run.smithi069:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-14T02:06:51.265 DEBUG:teuthology.orchestra.run.smithi070:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-14T02:06:51.268 DEBUG:teuthology.orchestra.run.smithi183:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-14T02:06:51.314 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-14T02:06:51.314 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi069.front.sepia.ceph.com 2023-12-14T02:06:51.315 DEBUG:teuthology.orchestra.run.smithi069:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-14T02:06:51.329 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi070.front.sepia.ceph.com 2023-12-14T02:06:51.329 DEBUG:teuthology.orchestra.run.smithi070:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-14T02:06:51.367 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi183.front.sepia.ceph.com 2023-12-14T02:06:51.367 DEBUG:teuthology.orchestra.run.smithi183:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-14T02:06:51.382 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-14T02:06:51.382 DEBUG:teuthology.orchestra.run.smithi069:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-14T02:06:51.385 DEBUG:teuthology.orchestra.run.smithi070:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-14T02:06:51.411 DEBUG:teuthology.orchestra.run.smithi183:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-14T02:06:51.469 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-14T02:06:51.469 DEBUG:teuthology.orchestra.run.smithi069:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-14T02:06:51.471 DEBUG:teuthology.orchestra.run.smithi070:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-14T02:06:51.494 DEBUG:teuthology.orchestra.run.smithi183:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-14T02:06:51.552 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-14T02:06:51.562 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-14T02:06:51.562 DEBUG:teuthology.orchestra.run.smithi069:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-14T02:06:51.579 DEBUG:teuthology.orchestra.run.smithi070:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-14T02:06:51.596 DEBUG:teuthology.orchestra.run.smithi183:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-14T02:06:51.611 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-14T02:06:51.621 DEBUG:teuthology.orchestra.run.smithi069:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-14T02:06:51.624 DEBUG:teuthology.orchestra.run.smithi070:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-14T02:06:51.636 INFO:teuthology.orchestra.run.smithi069.stdout:kernel.core_pattern = core 2023-12-14T02:06:51.643 DEBUG:teuthology.orchestra.run.smithi183:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-14T02:06:51.655 INFO:teuthology.orchestra.run.smithi070.stdout:kernel.core_pattern = core 2023-12-14T02:06:51.665 INFO:teuthology.orchestra.run.smithi183.stdout:kernel.core_pattern = core 2023-12-14T02:06:51.687 DEBUG:teuthology.orchestra.run.smithi069:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-14T02:06:51.706 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T02:06:51.707 DEBUG:teuthology.orchestra.run.smithi070:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-14T02:06:51.725 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T02:06:51.726 DEBUG:teuthology.orchestra.run.smithi183:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-14T02:06:51.733 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T02:06:51.734 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-14T02:06:51.746 INFO:teuthology.task.internal:Transferring archived files... 2023-12-14T02:06:51.748 DEBUG:teuthology.misc:Transferring archived files from smithi069:/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/7490896/remote/smithi069 2023-12-14T02:06:51.748 DEBUG:teuthology.orchestra.run.smithi069:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-14T02:06:51.772 DEBUG:teuthology.misc:Transferring archived files from smithi070:/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/7490896/remote/smithi070 2023-12-14T02:06:51.772 DEBUG:teuthology.orchestra.run.smithi070:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-14T02:06:51.795 DEBUG:teuthology.misc:Transferring archived files from smithi183:/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/7490896/remote/smithi183 2023-12-14T02:06:51.796 DEBUG:teuthology.orchestra.run.smithi183:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-14T02:06:51.818 INFO:teuthology.task.internal:Removing archive directory... 2023-12-14T02:06:51.819 DEBUG:teuthology.orchestra.run.smithi069:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-14T02:06:51.821 DEBUG:teuthology.orchestra.run.smithi070:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-14T02:06:51.834 DEBUG:teuthology.orchestra.run.smithi183:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-14T02:06:51.863 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-14T02:06:51.874 INFO:teuthology.task.internal:Not uploading archives. 2023-12-14T02:06:51.874 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-14T02:06:51.884 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-14T02:06:51.884 DEBUG:teuthology.orchestra.run.smithi069:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-14T02:06:51.886 DEBUG:teuthology.orchestra.run.smithi070:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-14T02:06:51.888 DEBUG:teuthology.orchestra.run.smithi183:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-14T02:06:51.892 INFO:teuthology.orchestra.run.smithi069.stdout: 1048601 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 14 02:06 /home/ubuntu/cephtest 2023-12-14T02:06:51.894 INFO:teuthology.orchestra.run.smithi070.stdout: 1048603 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 14 02:06 /home/ubuntu/cephtest 2023-12-14T02:06:51.911 INFO:teuthology.orchestra.run.smithi183.stdout: 1048601 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 14 02:06 /home/ubuntu/cephtest 2023-12-14T02:06:51.914 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-14T02:06:51.925 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-14T02:06:51.957 INFO:teuthology.nuke:Checking targets against current locks 2023-12-14T02:06:51.985 DEBUG:teuthology.nuke:shortname: smithi069 2023-12-14T02:06:51.985 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-14T02:06:52.010 DEBUG:teuthology.nuke:shortname: smithi070 2023-12-14T02:06:52.010 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-14T02:06:52.016 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi069.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/7490896', '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:51:13.801308', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-14T02:06:52.041 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi070.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/7490896', '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:51:13.802241', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-14T02:06:52.043 DEBUG:teuthology.nuke:shortname: smithi183 2023-12-14T02:06:52.043 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-14T02:06:52.067 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi183.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/7490896', '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:51:13.799922', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-14T02:06:52.077 INFO:teuthology.orchestra.console.smithi069:Power off 2023-12-14T02:06:52.077 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-14T02:06:52.102 DEBUG:teuthology.orchestra.console.smithi069:power off output: Chassis Power Control: Down/Off 2023-12-14T02:06:52.103 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T02:06:52.121 INFO:teuthology.orchestra.console.smithi070:Power off 2023-12-14T02:06:52.122 DEBUG:teuthology.orchestra.console.smithi070:pexpect command: ipmitool -H smithi070.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-14T02:06:52.135 DEBUG:teuthology.orchestra.console.smithi069:check power output: Chassis Power is on 2023-12-14T02:06:52.144 DEBUG:teuthology.orchestra.console.smithi070:power off output: Chassis Power Control: Down/Off 2023-12-14T02:06:52.144 DEBUG:teuthology.orchestra.console.smithi070:pexpect command: ipmitool -H smithi070.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T02:06:52.165 INFO:teuthology.orchestra.console.smithi183:Power off 2023-12-14T02:06:52.166 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-14T02:06:52.174 DEBUG:teuthology.orchestra.console.smithi070:check power output: Chassis Power is on 2023-12-14T02:06:52.189 DEBUG:teuthology.orchestra.console.smithi183:power off output: Chassis Power Control: Down/Off 2023-12-14T02:06:52.189 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T02:06:52.213 DEBUG:teuthology.orchestra.console.smithi183:check power output: Chassis Power is on 2023-12-14T02:06:56.137 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T02:06:56.175 DEBUG:teuthology.orchestra.console.smithi070:pexpect command: ipmitool -H smithi070.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T02:06:56.214 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T02:06:56.248 DEBUG:teuthology.orchestra.console.smithi069:check power output: Chassis Power is on 2023-12-14T02:06:56.286 DEBUG:teuthology.orchestra.console.smithi070:check power output: Chassis Power is on 2023-12-14T02:06:56.325 DEBUG:teuthology.orchestra.console.smithi183:check power output: Chassis Power is on 2023-12-14T02:07:00.253 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T02:07:00.286 DEBUG:teuthology.orchestra.console.smithi070:pexpect command: ipmitool -H smithi070.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T02:07:00.326 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T02:07:00.364 DEBUG:teuthology.orchestra.console.smithi069:check power output: Chassis Power is on 2023-12-14T02:07:00.397 DEBUG:teuthology.orchestra.console.smithi070:check power output: Chassis Power is off 2023-12-14T02:07:00.436 DEBUG:teuthology.orchestra.console.smithi183:check power output: Chassis Power is on 2023-12-14T02:07:00.498 INFO:teuthology.orchestra.console.smithi070:Power off completed 2023-12-14T02:07:04.365 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T02:07:04.437 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T02:07:04.477 DEBUG:teuthology.orchestra.console.smithi069:check power output: Chassis Power is off 2023-12-14T02:07:04.548 DEBUG:teuthology.orchestra.console.smithi183:check power output: Chassis Power is off 2023-12-14T02:07:04.578 INFO:teuthology.orchestra.console.smithi069:Power off completed 2023-12-14T02:07:04.649 INFO:teuthology.orchestra.console.smithi183:Power off completed 2023-12-14T02:07:04.755 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/ubuntu_20.04 agent/off mon_election/connectivity task/test_rgw_multisite} duration: 393.27488565444946 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=bcb56aa027e44669a77a43f8929b2a7f status: fail success: false 2023-12-14T02:07:04.755 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-14T02:07:04.834 INFO:teuthology.run:FAIL