2023-11-16T12:02:15.535 INFO:root:teuthology version: 0.0.1.dev203+g6899cd2 2023-11-16T12:02:15.536 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460569 --verbose --name adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi --description orch:cephadm/upgrade/{1-start-distro/1-start-ubuntu_20.04 2-repo_digest/repo_digest 3-upgrade/simple 4-wait 5-upgrade-ls agent/off mon_election/connectivity} --owner scheduled_adking@teuthology -- /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460569/orig.config.yaml 2023-11-16T12:02:15.568 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-16T12:02:15.647 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460569 branch: wip-adk-testing-2023-11-16-0243 description: orch:cephadm/upgrade/{1-start-distro/1-start-ubuntu_20.04 2-repo_digest/repo_digest 3-upgrade/simple 4-wait 5-upgrade-ls agent/off mon_election/connectivity} email: adking@redhat.com first_in_suite: false job_id: '7460569' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '20.04' overrides: admin_socket: branch: wip-adk-testing-2023-11-16-0243 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: 50bc6740f385afe4f36770e739358479a73d8add ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 50bc6740f385afe4f36770e739358479a73d8add workunit: branch: wip-adk-testing-2023-11-16-0243 sha1: 50bc6740f385afe4f36770e739358479a73d8add owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - mon.a - mon.c - mgr.y - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - node-exporter.a - alertmanager.a - - mon.b - mgr.x - osd.4 - osd.5 - osd.6 - osd.7 - client.1 - prometheus.a - grafana.a - node-exporter.b seed: 3445 sha1: 50bc6740f385afe4f36770e739358479a73d8add sleep_before_teardown: 0 subset: 1/14 suite: orch:cephadm suite_branch: wip-adk-testing-2023-11-16-0243 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 50bc6740f385afe4f36770e739358479a73d8add targets: smithi124.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi188.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= tasks: - cephadm: cephadm_branch: v17.2.0 cephadm_git_url: https://github.com/ceph/ceph image: quay.io/ceph/ceph:v17.2.0 - cephadm.shell: mon.a: - ceph config set mgr mgr/cephadm/use_repo_digest false --force - cephadm.shell: env: - sha1 mon.a: - radosgw-admin realm create --rgw-realm=r --default - radosgw-admin zonegroup create --rgw-zonegroup=default --master --default - radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default - radosgw-admin period update --rgw-realm=r --commit - ceph orch apply rgw foo --realm r --zone z --placement=2 --port=8000 - ceph orch apply rgw smpl - ceph osd pool create foo - rbd pool init foo - ceph orch apply iscsi foo u p - sleep 120 - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 mon.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph versions - ceph orch upgrade status - ceph health detail - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - ceph orch ls | grep '^osd ' - cephadm.shell: mon.a: - ceph orch upgrade ls - ceph orch upgrade ls --image quay.io/ceph/ceph --show-all-versions | grep 16.2.0 - ceph orch upgrade ls --image quay.io/ceph/ceph --tags | grep v16.2.2 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 6899cd26fceddb2fec83dc1a1349394b28c8998e timestamp: 2023-11-16_11:32:14 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.1224587 2023-11-16T12:02:15.647 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa; will attempt to use it 2023-11-16T12:02:15.647 INFO:teuthology.run:Tasks not found; will attempt to fetch 2023-11-16T12:02:15.648 INFO:teuthology.repo_utils:Cloning https://git.ceph.com/ceph-ci.git wip-adk-testing-2023-11-16-0243 from upstream 2023-11-16T12:03:11.488 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add to 50bc6740f385afe4f36770e739358479a73d8add 2023-11-16T12:03:12.153 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-16T12:03:12.155 INFO:teuthology.task.internal:Checking packages... 2023-11-16T12:03:12.182 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '50bc6740f385afe4f36770e739358479a73d8add' 2023-11-16T12:03:12.182 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-16T12:03:12.182 INFO:teuthology.packaging:ref: None 2023-11-16T12:03:12.182 INFO:teuthology.packaging:tag: None 2023-11-16T12:03:12.182 INFO:teuthology.packaging:branch: wip-adk-testing-2023-11-16-0243 2023-11-16T12:03:12.182 INFO:teuthology.packaging:sha1: 50bc6740f385afe4f36770e739358479a73d8add 2023-11-16T12:03:12.183 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-adk-testing-2023-11-16-0243 2023-11-16T12:03:12.320 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7421-g50bc6740-1focal 2023-11-16T12:03:12.320 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-16T12:03:12.327 INFO:teuthology.task.internal:no buildpackages task found 2023-11-16T12:03:12.327 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-16T12:03:12.363 INFO:teuthology.task.internal:Saving configuration 2023-11-16T12:03:12.375 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-16T12:03:12.397 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-16T12:03:12.422 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi124.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460569', '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-11-16 11:55:40.978404', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-11-16T12:03:12.446 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi188.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460569', '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-11-16 11:55:40.979932', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-11-16T12:03:12.446 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-16T12:03:12.452 INFO:teuthology.task.internal:roles: ubuntu@smithi124.front.sepia.ceph.com - ['mon.a', 'mon.c', 'mgr.y', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0', 'node-exporter.a', 'alertmanager.a'] 2023-11-16T12:03:12.453 INFO:teuthology.task.internal:roles: ubuntu@smithi188.front.sepia.ceph.com - ['mon.b', 'mgr.x', 'osd.4', 'osd.5', 'osd.6', 'osd.7', 'client.1', 'prometheus.a', 'grafana.a', 'node-exporter.b'] 2023-11-16T12:03:12.453 INFO:teuthology.run_tasks:Running task console_log... 2023-11-16T12:03:12.557 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f85bdef2280>, signals=[15]) 2023-11-16T12:03:12.557 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-16T12:03:12.563 INFO:teuthology.task.internal:Opening connections... 2023-11-16T12:03:12.563 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi124.front.sepia.ceph.com 2023-11-16T12:03:12.565 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi124.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T12:03:12.615 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi188.front.sepia.ceph.com 2023-11-16T12:03:12.615 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T12:03:12.663 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-16T12:03:12.670 DEBUG:teuthology.orchestra.run.smithi124:> uname -m 2023-11-16T12:03:12.775 INFO:teuthology.orchestra.run.smithi124.stdout:x86_64 2023-11-16T12:03:12.775 DEBUG:teuthology.orchestra.run.smithi124:> cat /etc/os-release 2023-11-16T12:03:12.780 INFO:teuthology.orchestra.run.smithi124.stdout:NAME="Ubuntu" 2023-11-16T12:03:12.780 INFO:teuthology.orchestra.run.smithi124.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-11-16T12:03:12.780 INFO:teuthology.orchestra.run.smithi124.stdout:ID=ubuntu 2023-11-16T12:03:12.780 INFO:teuthology.orchestra.run.smithi124.stdout:ID_LIKE=debian 2023-11-16T12:03:12.780 INFO:teuthology.orchestra.run.smithi124.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-11-16T12:03:12.781 INFO:teuthology.orchestra.run.smithi124.stdout:VERSION_ID="20.04" 2023-11-16T12:03:12.781 INFO:teuthology.orchestra.run.smithi124.stdout:HOME_URL="https://www.ubuntu.com/" 2023-11-16T12:03:12.781 INFO:teuthology.orchestra.run.smithi124.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-11-16T12:03:12.781 INFO:teuthology.orchestra.run.smithi124.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-11-16T12:03:12.781 INFO:teuthology.orchestra.run.smithi124.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-11-16T12:03:12.781 INFO:teuthology.orchestra.run.smithi124.stdout:VERSION_CODENAME=focal 2023-11-16T12:03:12.781 INFO:teuthology.orchestra.run.smithi124.stdout:UBUNTU_CODENAME=focal 2023-11-16T12:03:12.782 INFO:teuthology.lock.ops:Updating smithi124.front.sepia.ceph.com on lock server 2023-11-16T12:03:12.808 DEBUG:teuthology.orchestra.run.smithi188:> uname -m 2023-11-16T12:03:12.824 INFO:teuthology.orchestra.run.smithi188.stdout:x86_64 2023-11-16T12:03:12.824 DEBUG:teuthology.orchestra.run.smithi188:> cat /etc/os-release 2023-11-16T12:03:12.873 INFO:teuthology.orchestra.run.smithi188.stdout:NAME="Ubuntu" 2023-11-16T12:03:12.873 INFO:teuthology.orchestra.run.smithi188.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-11-16T12:03:12.873 INFO:teuthology.orchestra.run.smithi188.stdout:ID=ubuntu 2023-11-16T12:03:12.873 INFO:teuthology.orchestra.run.smithi188.stdout:ID_LIKE=debian 2023-11-16T12:03:12.873 INFO:teuthology.orchestra.run.smithi188.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-11-16T12:03:12.873 INFO:teuthology.orchestra.run.smithi188.stdout:VERSION_ID="20.04" 2023-11-16T12:03:12.873 INFO:teuthology.orchestra.run.smithi188.stdout:HOME_URL="https://www.ubuntu.com/" 2023-11-16T12:03:12.873 INFO:teuthology.orchestra.run.smithi188.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-11-16T12:03:12.873 INFO:teuthology.orchestra.run.smithi188.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-11-16T12:03:12.874 INFO:teuthology.orchestra.run.smithi188.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-11-16T12:03:12.874 INFO:teuthology.orchestra.run.smithi188.stdout:VERSION_CODENAME=focal 2023-11-16T12:03:12.874 INFO:teuthology.orchestra.run.smithi188.stdout:UBUNTU_CODENAME=focal 2023-11-16T12:03:12.874 INFO:teuthology.lock.ops:Updating smithi188.front.sepia.ceph.com on lock server 2023-11-16T12:03:12.900 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-16T12:03:12.909 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-16T12:03:12.930 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-16T12:03:12.930 DEBUG:teuthology.orchestra.run.smithi124:> test '!' -e /home/ubuntu/cephtest 2023-11-16T12:03:12.932 DEBUG:teuthology.orchestra.run.smithi188:> test '!' -e /home/ubuntu/cephtest 2023-11-16T12:03:12.938 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-16T12:03:12.963 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-16T12:03:12.963 DEBUG:teuthology.orchestra.run.smithi124:> test -z $(ls -A /var/lib/ceph) 2023-11-16T12:03:12.966 DEBUG:teuthology.orchestra.run.smithi188:> test -z $(ls -A /var/lib/ceph) 2023-11-16T12:03:12.996 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-16T12:03:13.049 INFO:teuthology.run_tasks:Running task kernel... 2023-11-16T12:03:13.063 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-16T12:03:13.063 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': True, 'sha1': 'distro'}, 'mon.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-16T12:03:13.063 DEBUG:teuthology.orchestra.run.smithi124:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-16T12:03:13.064 DEBUG:teuthology.orchestra.run.smithi188:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-16T12:03:13.068 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:03:13.069 DEBUG:teuthology.orchestra.run.smithi124:> uname -r 2023-11-16T12:03:13.070 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:03:13.070 DEBUG:teuthology.orchestra.run.smithi188:> uname -r 2023-11-16T12:03:13.076 INFO:teuthology.orchestra.run.smithi124.stdout:5.4.0-124-generic 2023-11-16T12:03:13.076 INFO:teuthology.task.kernel:Running kernel on smithi124: 5.4.0-124-generic 2023-11-16T12:03:13.077 DEBUG:teuthology.orchestra.run.smithi124:> sudo apt-get clean 2023-11-16T12:03:13.078 INFO:teuthology.orchestra.run.smithi188.stdout:5.4.0-124-generic 2023-11-16T12:03:13.078 INFO:teuthology.task.kernel:Running kernel on smithi188: 5.4.0-124-generic 2023-11-16T12:03:13.078 DEBUG:teuthology.orchestra.run.smithi188:> sudo apt-get clean 2023-11-16T12:03:13.189 DEBUG:teuthology.orchestra.run.smithi124:> sudo apt-get update 2023-11-16T12:03:13.228 DEBUG:teuthology.orchestra.run.smithi188:> sudo apt-get update 2023-11-16T12:03:13.364 INFO:teuthology.orchestra.run.smithi124.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-11-16T12:03:13.364 INFO:teuthology.orchestra.run.smithi124.stdout:Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-11-16T12:03:13.365 INFO:teuthology.orchestra.run.smithi124.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-11-16T12:03:13.381 INFO:teuthology.orchestra.run.smithi188.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-11-16T12:03:13.396 INFO:teuthology.orchestra.run.smithi188.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-11-16T12:03:13.436 INFO:teuthology.orchestra.run.smithi124.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-11-16T12:03:13.454 INFO:teuthology.orchestra.run.smithi188.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-11-16T12:03:13.496 INFO:teuthology.orchestra.run.smithi188.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-11-16T12:03:13.740 INFO:teuthology.orchestra.run.smithi124.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [674 kB] 2023-11-16T12:03:13.757 INFO:teuthology.orchestra.run.smithi188.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [906 kB] 2023-11-16T12:03:13.832 INFO:teuthology.orchestra.run.smithi124.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,570 kB] 2023-11-16T12:03:13.915 INFO:teuthology.orchestra.run.smithi188.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,958 kB] 2023-11-16T12:03:13.915 INFO:teuthology.orchestra.run.smithi188.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [481 kB] 2023-11-16T12:03:13.915 INFO:teuthology.orchestra.run.smithi188.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-11-16T12:03:13.915 INFO:teuthology.orchestra.run.smithi188.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-11-16T12:03:13.915 INFO:teuthology.orchestra.run.smithi188.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,479 kB] 2023-11-16T12:03:13.915 INFO:teuthology.orchestra.run.smithi188.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [346 kB] 2023-11-16T12:03:13.916 INFO:teuthology.orchestra.run.smithi188.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-11-16T12:03:13.916 INFO:teuthology.orchestra.run.smithi188.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,130 kB] 2023-11-16T12:03:13.917 INFO:teuthology.orchestra.run.smithi124.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,958 kB] 2023-11-16T12:03:13.917 INFO:teuthology.orchestra.run.smithi124.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [398 kB] 2023-11-16T12:03:13.918 INFO:teuthology.orchestra.run.smithi124.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-11-16T12:03:13.918 INFO:teuthology.orchestra.run.smithi124.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-11-16T12:03:13.918 INFO:teuthology.orchestra.run.smithi124.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,367 kB] 2023-11-16T12:03:13.918 INFO:teuthology.orchestra.run.smithi124.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [329 kB] 2023-11-16T12:03:13.918 INFO:teuthology.orchestra.run.smithi124.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-11-16T12:03:13.918 INFO:teuthology.orchestra.run.smithi124.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [621 kB] 2023-11-16T12:03:13.918 INFO:teuthology.orchestra.run.smithi124.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [898 kB] 2023-11-16T12:03:13.919 INFO:teuthology.orchestra.run.smithi124.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [188 kB] 2023-11-16T12:03:13.919 INFO:teuthology.orchestra.run.smithi124.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-11-16T12:03:13.919 INFO:teuthology.orchestra.run.smithi124.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-11-16T12:03:13.920 INFO:teuthology.orchestra.run.smithi124.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-11-16T12:03:13.920 INFO:teuthology.orchestra.run.smithi124.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-11-16T12:03:13.921 INFO:teuthology.orchestra.run.smithi188.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [754 kB] 2023-11-16T12:03:13.928 INFO:teuthology.orchestra.run.smithi124.stdout:Get:21 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-11-16T12:03:13.929 INFO:teuthology.orchestra.run.smithi188.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [270 kB] 2023-11-16T12:03:13.929 INFO:teuthology.orchestra.run.smithi188.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-11-16T12:03:13.929 INFO:teuthology.orchestra.run.smithi188.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-11-16T12:03:13.929 INFO:teuthology.orchestra.run.smithi188.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-11-16T12:03:13.929 INFO:teuthology.orchestra.run.smithi188.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-11-16T12:03:13.934 INFO:teuthology.orchestra.run.smithi188.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-11-16T12:03:13.934 INFO:teuthology.orchestra.run.smithi188.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-11-16T12:03:13.934 INFO:teuthology.orchestra.run.smithi188.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-11-16T12:03:13.950 INFO:teuthology.orchestra.run.smithi188.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-11-16T12:03:13.950 INFO:teuthology.orchestra.run.smithi188.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-11-16T12:03:13.951 INFO:teuthology.orchestra.run.smithi188.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-11-16T12:03:13.951 INFO:teuthology.orchestra.run.smithi188.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-11-16T12:03:13.966 INFO:teuthology.orchestra.run.smithi124.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [906 kB] 2023-11-16T12:03:13.975 INFO:teuthology.orchestra.run.smithi124.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [481 kB] 2023-11-16T12:03:13.981 INFO:teuthology.orchestra.run.smithi124.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-11-16T12:03:13.981 INFO:teuthology.orchestra.run.smithi124.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,479 kB] 2023-11-16T12:03:13.997 INFO:teuthology.orchestra.run.smithi124.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-11-16T12:03:13.997 INFO:teuthology.orchestra.run.smithi124.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [346 kB] 2023-11-16T12:03:14.000 INFO:teuthology.orchestra.run.smithi124.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-11-16T12:03:14.000 INFO:teuthology.orchestra.run.smithi124.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [754 kB] 2023-11-16T12:03:14.005 INFO:teuthology.orchestra.run.smithi124.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,130 kB] 2023-11-16T12:03:14.012 INFO:teuthology.orchestra.run.smithi124.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [270 kB] 2023-11-16T12:03:14.014 INFO:teuthology.orchestra.run.smithi124.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-11-16T12:03:14.015 INFO:teuthology.orchestra.run.smithi124.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-11-16T12:03:14.015 INFO:teuthology.orchestra.run.smithi124.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-11-16T12:03:14.027 INFO:teuthology.orchestra.run.smithi124.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-11-16T12:03:14.027 INFO:teuthology.orchestra.run.smithi124.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-11-16T12:03:14.027 INFO:teuthology.orchestra.run.smithi124.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-11-16T12:03:14.027 INFO:teuthology.orchestra.run.smithi124.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-11-16T12:03:14.028 INFO:teuthology.orchestra.run.smithi124.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-11-16T12:03:14.043 INFO:teuthology.orchestra.run.smithi124.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-11-16T12:03:14.044 INFO:teuthology.orchestra.run.smithi124.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-11-16T12:03:14.044 INFO:teuthology.orchestra.run.smithi124.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-11-16T12:03:14.073 INFO:teuthology.orchestra.run.smithi188.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,570 kB] 2023-11-16T12:03:14.551 INFO:teuthology.orchestra.run.smithi188.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [674 kB] 2023-11-16T12:03:14.566 INFO:teuthology.orchestra.run.smithi188.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [398 kB] 2023-11-16T12:03:14.575 INFO:teuthology.orchestra.run.smithi188.stdout:Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-11-16T12:03:14.575 INFO:teuthology.orchestra.run.smithi188.stdout:Get:31 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,367 kB] 2023-11-16T12:03:14.650 INFO:teuthology.orchestra.run.smithi188.stdout:Get:32 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-11-16T12:03:14.651 INFO:teuthology.orchestra.run.smithi188.stdout:Get:33 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [329 kB] 2023-11-16T12:03:14.658 INFO:teuthology.orchestra.run.smithi188.stdout:Get:34 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-11-16T12:03:14.658 INFO:teuthology.orchestra.run.smithi188.stdout:Get:35 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [621 kB] 2023-11-16T12:03:14.672 INFO:teuthology.orchestra.run.smithi188.stdout:Get:36 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [898 kB] 2023-11-16T12:03:14.858 INFO:teuthology.orchestra.run.smithi188.stdout:Get:37 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [188 kB] 2023-11-16T12:03:15.278 INFO:teuthology.orchestra.run.smithi188.stdout:Get:38 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-11-16T12:03:15.284 INFO:teuthology.orchestra.run.smithi188.stdout:Get:39 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-11-16T12:03:15.292 INFO:teuthology.orchestra.run.smithi188.stdout:Get:40 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-11-16T12:03:15.295 INFO:teuthology.orchestra.run.smithi188.stdout:Get:41 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-11-16T12:03:15.296 INFO:teuthology.orchestra.run.smithi188.stdout:Get:42 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-11-16T12:03:17.670 INFO:teuthology.orchestra.run.smithi188.stdout:Fetched 18.1 MB in 3s (7,046 kB/s) 2023-11-16T12:03:17.710 INFO:teuthology.orchestra.run.smithi124.stdout:Fetched 18.1 MB in 3s (7,038 kB/s) 2023-11-16T12:03:19.144 INFO:teuthology.orchestra.run.smithi188.stdout:Reading package lists... 2023-11-16T12:03:19.172 DEBUG:teuthology.orchestra.run.smithi188:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-11-16T12:03:19.177 INFO:teuthology.orchestra.run.smithi124.stdout:Reading package lists... 2023-11-16T12:03:19.203 DEBUG:teuthology.orchestra.run.smithi124:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-11-16T12:03:19.244 INFO:teuthology.orchestra.run.smithi188.stdout:Reading package lists... 2023-11-16T12:03:19.272 INFO:teuthology.orchestra.run.smithi124.stdout:Reading package lists... 2023-11-16T12:03:19.445 INFO:teuthology.orchestra.run.smithi188.stdout:Building dependency tree... 2023-11-16T12:03:19.446 INFO:teuthology.orchestra.run.smithi188.stdout:Reading state information... 2023-11-16T12:03:19.477 INFO:teuthology.orchestra.run.smithi124.stdout:Building dependency tree... 2023-11-16T12:03:19.478 INFO:teuthology.orchestra.run.smithi124.stdout:Reading state information... 2023-11-16T12:03:19.627 INFO:teuthology.orchestra.run.smithi188.stdout:The following additional packages will be installed: 2023-11-16T12:03:19.627 INFO:teuthology.orchestra.run.smithi188.stdout: linux-generic linux-headers-5.4.0-166 linux-headers-5.4.0-166-generic 2023-11-16T12:03:19.627 INFO:teuthology.orchestra.run.smithi188.stdout: linux-headers-generic linux-image-5.4.0-166-generic 2023-11-16T12:03:19.628 INFO:teuthology.orchestra.run.smithi188.stdout: linux-modules-5.4.0-166-generic linux-modules-extra-5.4.0-166-generic 2023-11-16T12:03:19.628 INFO:teuthology.orchestra.run.smithi188.stdout:Suggested packages: 2023-11-16T12:03:19.629 INFO:teuthology.orchestra.run.smithi188.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2023-11-16T12:03:19.629 INFO:teuthology.orchestra.run.smithi188.stdout:Recommended packages: 2023-11-16T12:03:19.629 INFO:teuthology.orchestra.run.smithi188.stdout: thermald 2023-11-16T12:03:19.661 INFO:teuthology.orchestra.run.smithi124.stdout:The following additional packages will be installed: 2023-11-16T12:03:19.661 INFO:teuthology.orchestra.run.smithi124.stdout: linux-generic linux-headers-5.4.0-166 linux-headers-5.4.0-166-generic 2023-11-16T12:03:19.661 INFO:teuthology.orchestra.run.smithi124.stdout: linux-headers-generic linux-image-5.4.0-166-generic 2023-11-16T12:03:19.661 INFO:teuthology.orchestra.run.smithi124.stdout: linux-modules-5.4.0-166-generic linux-modules-extra-5.4.0-166-generic 2023-11-16T12:03:19.662 INFO:teuthology.orchestra.run.smithi124.stdout:Suggested packages: 2023-11-16T12:03:19.662 INFO:teuthology.orchestra.run.smithi124.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2023-11-16T12:03:19.662 INFO:teuthology.orchestra.run.smithi124.stdout:Recommended packages: 2023-11-16T12:03:19.662 INFO:teuthology.orchestra.run.smithi124.stdout: thermald 2023-11-16T12:03:19.681 INFO:teuthology.orchestra.run.smithi188.stdout:The following NEW packages will be installed: 2023-11-16T12:03:19.681 INFO:teuthology.orchestra.run.smithi188.stdout: linux-headers-5.4.0-166 linux-headers-5.4.0-166-generic 2023-11-16T12:03:19.681 INFO:teuthology.orchestra.run.smithi188.stdout: linux-image-5.4.0-166-generic linux-modules-5.4.0-166-generic 2023-11-16T12:03:19.682 INFO:teuthology.orchestra.run.smithi188.stdout: linux-modules-extra-5.4.0-166-generic 2023-11-16T12:03:19.683 INFO:teuthology.orchestra.run.smithi188.stdout:The following packages will be upgraded: 2023-11-16T12:03:19.683 INFO:teuthology.orchestra.run.smithi188.stdout: linux-generic linux-headers-generic linux-image-generic 2023-11-16T12:03:19.713 INFO:teuthology.orchestra.run.smithi124.stdout:The following NEW packages will be installed: 2023-11-16T12:03:19.713 INFO:teuthology.orchestra.run.smithi124.stdout: linux-headers-5.4.0-166 linux-headers-5.4.0-166-generic 2023-11-16T12:03:19.713 INFO:teuthology.orchestra.run.smithi124.stdout: linux-image-5.4.0-166-generic linux-modules-5.4.0-166-generic 2023-11-16T12:03:19.714 INFO:teuthology.orchestra.run.smithi124.stdout: linux-modules-extra-5.4.0-166-generic 2023-11-16T12:03:19.715 INFO:teuthology.orchestra.run.smithi124.stdout:The following packages will be upgraded: 2023-11-16T12:03:19.715 INFO:teuthology.orchestra.run.smithi124.stdout: linux-generic linux-headers-generic linux-image-generic 2023-11-16T12:03:19.864 INFO:teuthology.orchestra.run.smithi188.stdout:3 upgraded, 5 newly installed, 0 to remove and 278 not upgraded. 2023-11-16T12:03:19.864 INFO:teuthology.orchestra.run.smithi188.stdout:Need to get 77.1 MB of archives. 2023-11-16T12:03:19.864 INFO:teuthology.orchestra.run.smithi188.stdout:After this operation, 380 MB of additional disk space will be used. 2023-11-16T12:03:19.864 INFO:teuthology.orchestra.run.smithi188.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.4.0-166-generic amd64 5.4.0-166.183 [15.0 MB] 2023-11-16T12:03:19.898 INFO:teuthology.orchestra.run.smithi124.stdout:3 upgraded, 5 newly installed, 0 to remove and 278 not upgraded. 2023-11-16T12:03:19.898 INFO:teuthology.orchestra.run.smithi124.stdout:Need to get 77.1 MB of archives. 2023-11-16T12:03:19.898 INFO:teuthology.orchestra.run.smithi124.stdout:After this operation, 380 MB of additional disk space will be used. 2023-11-16T12:03:19.898 INFO:teuthology.orchestra.run.smithi124.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.4.0-166-generic amd64 5.4.0-166.183 [15.0 MB] 2023-11-16T12:03:21.034 INFO:teuthology.orchestra.run.smithi188.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.4.0-166-generic amd64 5.4.0-166.183 [10.5 MB] 2023-11-16T12:03:21.038 INFO:teuthology.orchestra.run.smithi124.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.4.0-166-generic amd64 5.4.0-166.183 [10.5 MB] 2023-11-16T12:03:21.306 INFO:teuthology.orchestra.run.smithi188.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.4.0-166-generic amd64 5.4.0-166.183 [39.2 MB] 2023-11-16T12:03:21.309 INFO:teuthology.orchestra.run.smithi124.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.4.0-166-generic amd64 5.4.0-166.183 [39.2 MB] 2023-11-16T12:03:22.626 INFO:teuthology.orchestra.run.smithi124.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-generic amd64 5.4.0.166.163 [1,900 B] 2023-11-16T12:03:22.626 INFO:teuthology.orchestra.run.smithi124.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic amd64 5.4.0.166.163 [2,592 B] 2023-11-16T12:03:22.626 INFO:teuthology.orchestra.run.smithi124.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-166 all 5.4.0-166.183 [11.0 MB] 2023-11-16T12:03:22.628 INFO:teuthology.orchestra.run.smithi188.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-generic amd64 5.4.0.166.163 [1,900 B] 2023-11-16T12:03:22.629 INFO:teuthology.orchestra.run.smithi188.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic amd64 5.4.0.166.163 [2,592 B] 2023-11-16T12:03:22.629 INFO:teuthology.orchestra.run.smithi188.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-166 all 5.4.0-166.183 [11.0 MB] 2023-11-16T12:03:22.921 INFO:teuthology.orchestra.run.smithi188.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-166-generic amd64 5.4.0-166.183 [1,370 kB] 2023-11-16T12:03:22.924 INFO:teuthology.orchestra.run.smithi124.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-166-generic amd64 5.4.0-166.183 [1,370 kB] 2023-11-16T12:03:22.948 INFO:teuthology.orchestra.run.smithi188.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-generic amd64 5.4.0.166.163 [2,464 B] 2023-11-16T12:03:22.973 INFO:teuthology.orchestra.run.smithi124.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-generic amd64 5.4.0.166.163 [2,464 B] 2023-11-16T12:03:23.655 INFO:teuthology.orchestra.run.smithi124.stdout:Fetched 77.1 MB in 3s (23.7 MB/s) 2023-11-16T12:03:23.668 INFO:teuthology.orchestra.run.smithi188.stdout:Fetched 77.1 MB in 3s (23.7 MB/s) 2023-11-16T12:03:23.844 INFO:teuthology.orchestra.run.smithi124.stdout:Selecting previously unselected package linux-modules-5.4.0-166-generic. 2023-11-16T12:03:23.854 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package linux-modules-5.4.0-166-generic. 2023-11-16T12:03:25.559 INFO:teuthology.orchestra.run.smithi124.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-11-16T12:03:25.564 INFO:teuthology.orchestra.run.smithi124.stdout:Preparing to unpack .../0-linux-modules-5.4.0-166-generic_5.4.0-166.183_amd64.deb ... 2023-11-16T12:03:25.578 INFO:teuthology.orchestra.run.smithi188.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-11-16T12:03:25.584 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../0-linux-modules-5.4.0-166-generic_5.4.0-166.183_amd64.deb ... 2023-11-16T12:03:25.649 INFO:teuthology.orchestra.run.smithi124.stdout:Unpacking linux-modules-5.4.0-166-generic (5.4.0-166.183) ... 2023-11-16T12:03:25.684 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking linux-modules-5.4.0-166-generic (5.4.0-166.183) ... 2023-11-16T12:03:27.575 INFO:teuthology.orchestra.run.smithi124.stdout:Selecting previously unselected package linux-image-5.4.0-166-generic. 2023-11-16T12:03:27.588 INFO:teuthology.orchestra.run.smithi124.stdout:Preparing to unpack .../1-linux-image-5.4.0-166-generic_5.4.0-166.183_amd64.deb ... 2023-11-16T12:03:27.609 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package linux-image-5.4.0-166-generic. 2023-11-16T12:03:27.623 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../1-linux-image-5.4.0-166-generic_5.4.0-166.183_amd64.deb ... 2023-11-16T12:03:27.683 INFO:teuthology.orchestra.run.smithi124.stdout:Unpacking linux-image-5.4.0-166-generic (5.4.0-166.183) ... 2023-11-16T12:03:27.717 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking linux-image-5.4.0-166-generic (5.4.0-166.183) ... 2023-11-16T12:03:28.753 INFO:teuthology.orchestra.run.smithi124.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-166-generic. 2023-11-16T12:03:28.766 INFO:teuthology.orchestra.run.smithi124.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-166-generic_5.4.0-166.183_amd64.deb ... 2023-11-16T12:03:28.811 INFO:teuthology.orchestra.run.smithi124.stdout:Unpacking linux-modules-extra-5.4.0-166-generic (5.4.0-166.183) ... 2023-11-16T12:03:28.820 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-166-generic. 2023-11-16T12:03:28.835 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-166-generic_5.4.0-166.183_amd64.deb ... 2023-11-16T12:03:28.878 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking linux-modules-extra-5.4.0-166-generic (5.4.0-166.183) ... 2023-11-16T12:03:33.441 INFO:teuthology.orchestra.run.smithi124.stdout:Preparing to unpack .../3-linux-generic_5.4.0.166.163_amd64.deb ... 2023-11-16T12:03:33.567 INFO:teuthology.orchestra.run.smithi124.stdout:Unpacking linux-generic (5.4.0.166.163) over (5.4.0.124.125) ... 2023-11-16T12:03:33.920 INFO:teuthology.orchestra.run.smithi124.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.166.163_amd64.deb ... 2023-11-16T12:03:34.014 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../3-linux-generic_5.4.0.166.163_amd64.deb ... 2023-11-16T12:03:34.045 INFO:teuthology.orchestra.run.smithi124.stdout:Unpacking linux-image-generic (5.4.0.166.163) over (5.4.0.124.125) ... 2023-11-16T12:03:34.140 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking linux-generic (5.4.0.166.163) over (5.4.0.124.125) ... 2023-11-16T12:03:34.376 INFO:teuthology.orchestra.run.smithi124.stdout:Selecting previously unselected package linux-headers-5.4.0-166. 2023-11-16T12:03:34.391 INFO:teuthology.orchestra.run.smithi124.stdout:Preparing to unpack .../5-linux-headers-5.4.0-166_5.4.0-166.183_all.deb ... 2023-11-16T12:03:34.434 INFO:teuthology.orchestra.run.smithi124.stdout:Unpacking linux-headers-5.4.0-166 (5.4.0-166.183) ... 2023-11-16T12:03:34.516 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.166.163_amd64.deb ... 2023-11-16T12:03:34.643 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking linux-image-generic (5.4.0.166.163) over (5.4.0.124.125) ... 2023-11-16T12:03:35.005 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package linux-headers-5.4.0-166. 2023-11-16T12:03:35.020 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../5-linux-headers-5.4.0-166_5.4.0-166.183_all.deb ... 2023-11-16T12:03:35.055 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking linux-headers-5.4.0-166 (5.4.0-166.183) ... 2023-11-16T12:03:39.648 INFO:teuthology.orchestra.run.smithi124.stdout:Selecting previously unselected package linux-headers-5.4.0-166-generic. 2023-11-16T12:03:39.670 INFO:teuthology.orchestra.run.smithi124.stdout:Preparing to unpack .../6-linux-headers-5.4.0-166-generic_5.4.0-166.183_amd64.deb ... 2023-11-16T12:03:39.714 INFO:teuthology.orchestra.run.smithi124.stdout:Unpacking linux-headers-5.4.0-166-generic (5.4.0-166.183) ... 2023-11-16T12:03:40.507 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package linux-headers-5.4.0-166-generic. 2023-11-16T12:03:40.528 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../6-linux-headers-5.4.0-166-generic_5.4.0-166.183_amd64.deb ... 2023-11-16T12:03:40.565 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking linux-headers-5.4.0-166-generic (5.4.0-166.183) ... 2023-11-16T12:03:42.366 INFO:teuthology.orchestra.run.smithi124.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.166.163_amd64.deb ... 2023-11-16T12:03:42.494 INFO:teuthology.orchestra.run.smithi124.stdout:Unpacking linux-headers-generic (5.4.0.166.163) over (5.4.0.124.125) ... 2023-11-16T12:03:42.824 INFO:teuthology.orchestra.run.smithi124.stdout:Setting up linux-modules-5.4.0-166-generic (5.4.0-166.183) ... 2023-11-16T12:03:43.304 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.166.163_amd64.deb ... 2023-11-16T12:03:43.431 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking linux-headers-generic (5.4.0.166.163) over (5.4.0.124.125) ... 2023-11-16T12:03:43.782 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up linux-modules-5.4.0-166-generic (5.4.0-166.183) ... 2023-11-16T12:03:44.084 INFO:teuthology.orchestra.run.smithi124.stdout:Setting up linux-headers-5.4.0-166 (5.4.0-166.183) ... 2023-11-16T12:03:44.612 INFO:teuthology.orchestra.run.smithi124.stdout:Setting up linux-image-5.4.0-166-generic (5.4.0-166.183) ... 2023-11-16T12:03:45.028 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up linux-headers-5.4.0-166 (5.4.0-166.183) ... 2023-11-16T12:03:45.267 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up linux-image-5.4.0-166-generic (5.4.0-166.183) ... 2023-11-16T12:03:45.766 INFO:teuthology.orchestra.run.smithi124.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-166-generic 2023-11-16T12:03:45.766 INFO:teuthology.orchestra.run.smithi124.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-166-generic 2023-11-16T12:03:45.898 INFO:teuthology.orchestra.run.smithi124.stdout:Setting up linux-headers-5.4.0-166-generic (5.4.0-166.183) ... 2023-11-16T12:03:46.015 INFO:teuthology.orchestra.run.smithi124.stdout:Setting up linux-modules-extra-5.4.0-166-generic (5.4.0-166.183) ... 2023-11-16T12:03:47.217 INFO:teuthology.orchestra.run.smithi124.stdout:Setting up linux-headers-generic (5.4.0.166.163) ... 2023-11-16T12:03:47.343 INFO:teuthology.orchestra.run.smithi124.stdout:Setting up linux-image-generic (5.4.0.166.163) ... 2023-11-16T12:03:47.343 INFO:teuthology.orchestra.run.smithi188.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-166-generic 2023-11-16T12:03:47.344 INFO:teuthology.orchestra.run.smithi188.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-166-generic 2023-11-16T12:03:47.482 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up linux-headers-5.4.0-166-generic (5.4.0-166.183) ... 2023-11-16T12:03:47.494 INFO:teuthology.orchestra.run.smithi124.stdout:Setting up linux-generic (5.4.0.166.163) ... 2023-11-16T12:03:47.608 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up linux-modules-extra-5.4.0-166-generic (5.4.0-166.183) ... 2023-11-16T12:03:47.620 INFO:teuthology.orchestra.run.smithi124.stdout:Processing triggers for linux-image-5.4.0-166-generic (5.4.0-166.183) ... 2023-11-16T12:03:47.699 INFO:teuthology.orchestra.run.smithi124.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-11-16T12:03:47.699 INFO:teuthology.orchestra.run.smithi124.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-166-generic 2023-11-16T12:03:48.776 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up linux-headers-generic (5.4.0.166.163) ... 2023-11-16T12:03:48.902 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up linux-image-generic (5.4.0.166.163) ... 2023-11-16T12:03:49.061 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up linux-generic (5.4.0.166.163) ... 2023-11-16T12:03:49.196 INFO:teuthology.orchestra.run.smithi188.stdout:Processing triggers for linux-image-5.4.0-166-generic (5.4.0-166.183) ... 2023-11-16T12:03:49.262 INFO:teuthology.orchestra.run.smithi188.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-11-16T12:03:49.262 INFO:teuthology.orchestra.run.smithi188.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-166-generic 2023-11-16T12:04:09.505 INFO:teuthology.orchestra.run.smithi124.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-11-16T12:04:28.832 INFO:teuthology.orchestra.run.smithi124.stdout:Sourcing file `/etc/default/grub' 2023-11-16T12:04:28.835 INFO:teuthology.orchestra.run.smithi124.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-11-16T12:04:28.835 INFO:teuthology.orchestra.run.smithi124.stdout:Generating grub configuration file ... 2023-11-16T12:04:28.835 INFO:teuthology.orchestra.run.smithi124.stdout:Found linux image: /boot/vmlinuz-5.4.0-166-generic 2023-11-16T12:04:28.836 INFO:teuthology.orchestra.run.smithi124.stdout:Found initrd image: /boot/initrd.img-5.4.0-166-generic 2023-11-16T12:04:28.836 INFO:teuthology.orchestra.run.smithi124.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-11-16T12:04:28.836 INFO:teuthology.orchestra.run.smithi124.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-11-16T12:04:28.836 INFO:teuthology.orchestra.run.smithi124.stdout:done 2023-11-16T12:04:28.836 INFO:teuthology.orchestra.run.smithi188.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-11-16T12:04:28.836 INFO:teuthology.orchestra.run.smithi188.stdout:Sourcing file `/etc/default/grub' 2023-11-16T12:04:28.836 INFO:teuthology.orchestra.run.smithi188.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-11-16T12:04:28.836 INFO:teuthology.orchestra.run.smithi188.stdout:Generating grub configuration file ... 2023-11-16T12:04:28.836 INFO:teuthology.orchestra.run.smithi188.stdout:Found linux image: /boot/vmlinuz-5.4.0-166-generic 2023-11-16T12:04:28.836 INFO:teuthology.orchestra.run.smithi188.stdout:Found initrd image: /boot/initrd.img-5.4.0-166-generic 2023-11-16T12:04:28.836 INFO:teuthology.orchestra.run.smithi188.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-11-16T12:04:28.836 INFO:teuthology.orchestra.run.smithi188.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-11-16T12:04:28.837 INFO:teuthology.orchestra.run.smithi188.stdout:done 2023-11-16T12:04:28.837 DEBUG:teuthology.orchestra.run.smithi124:> dpkg -s linux-image-generic 2023-11-16T12:04:28.837 DEBUG:teuthology.orchestra.run.smithi188:> dpkg -s linux-image-generic 2023-11-16T12:04:28.914 INFO:teuthology.orchestra.run.smithi188.stdout:Package: linux-image-generic 2023-11-16T12:04:28.941 INFO:teuthology.orchestra.run.smithi188.stdout:Status: install ok installed 2023-11-16T12:04:28.941 INFO:teuthology.orchestra.run.smithi188.stdout:Priority: optional 2023-11-16T12:04:28.941 INFO:teuthology.orchestra.run.smithi188.stdout:Section: kernel 2023-11-16T12:04:28.941 INFO:teuthology.orchestra.run.smithi188.stdout:Installed-Size: 20 2023-11-16T12:04:28.941 INFO:teuthology.orchestra.run.smithi188.stdout:Maintainer: Ubuntu Kernel Team 2023-11-16T12:04:28.941 INFO:teuthology.orchestra.run.smithi188.stdout:Architecture: amd64 2023-11-16T12:04:28.941 INFO:teuthology.orchestra.run.smithi188.stdout:Source: linux-meta 2023-11-16T12:04:28.941 INFO:teuthology.orchestra.run.smithi188.stdout:Version: 5.4.0.166.163 2023-11-16T12:04:28.941 INFO:teuthology.orchestra.run.smithi188.stdout:Provides: virtualbox-guest-modules (= 6.1.38-dfsg-3~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.15) 2023-11-16T12:04:28.941 INFO:teuthology.orchestra.run.smithi188.stdout:Depends: linux-image-5.4.0-166-generic, linux-modules-extra-5.4.0-166-generic, linux-firmware, intel-microcode, amd64-microcode 2023-11-16T12:04:28.941 INFO:teuthology.orchestra.run.smithi188.stdout:Recommends: thermald 2023-11-16T12:04:28.941 INFO:teuthology.orchestra.run.smithi188.stdout:Description: Generic Linux kernel image 2023-11-16T12:04:28.941 INFO:teuthology.orchestra.run.smithi188.stdout: This package will always depend on the latest generic kernel image 2023-11-16T12:04:28.942 INFO:teuthology.orchestra.run.smithi188.stdout: available. 2023-11-16T12:04:28.942 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.4.0-166-generic 2023-11-16T12:04:28.942 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-16T12:04:28.942 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-16T12:04:28.942 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2023-11-16T12:04:28.942 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi188.front.sepia.ceph.com, path=None, version=distro) 2023-11-16T12:04:28.942 DEBUG:teuthology.orchestra.run.smithi188:> sudo apt-get clean 2023-11-16T12:04:28.944 INFO:teuthology.orchestra.run.smithi124.stdout:Package: linux-image-generic 2023-11-16T12:04:28.944 INFO:teuthology.orchestra.run.smithi124.stdout:Status: install ok installed 2023-11-16T12:04:28.944 INFO:teuthology.orchestra.run.smithi124.stdout:Priority: optional 2023-11-16T12:04:28.944 INFO:teuthology.orchestra.run.smithi124.stdout:Section: kernel 2023-11-16T12:04:28.944 INFO:teuthology.orchestra.run.smithi124.stdout:Installed-Size: 20 2023-11-16T12:04:28.944 INFO:teuthology.orchestra.run.smithi124.stdout:Maintainer: Ubuntu Kernel Team 2023-11-16T12:04:28.944 INFO:teuthology.orchestra.run.smithi124.stdout:Architecture: amd64 2023-11-16T12:04:28.944 INFO:teuthology.orchestra.run.smithi124.stdout:Source: linux-meta 2023-11-16T12:04:28.944 INFO:teuthology.orchestra.run.smithi124.stdout:Version: 5.4.0.166.163 2023-11-16T12:04:28.944 INFO:teuthology.orchestra.run.smithi124.stdout:Provides: virtualbox-guest-modules (= 6.1.38-dfsg-3~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.15) 2023-11-16T12:04:28.944 INFO:teuthology.orchestra.run.smithi124.stdout:Depends: linux-image-5.4.0-166-generic, linux-modules-extra-5.4.0-166-generic, linux-firmware, intel-microcode, amd64-microcode 2023-11-16T12:04:28.944 INFO:teuthology.orchestra.run.smithi124.stdout:Recommends: thermald 2023-11-16T12:04:28.945 INFO:teuthology.orchestra.run.smithi124.stdout:Description: Generic Linux kernel image 2023-11-16T12:04:28.945 INFO:teuthology.orchestra.run.smithi124.stdout: This package will always depend on the latest generic kernel image 2023-11-16T12:04:28.945 INFO:teuthology.orchestra.run.smithi124.stdout: available. 2023-11-16T12:04:28.945 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.4.0-166-generic 2023-11-16T12:04:28.945 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-16T12:04:28.945 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-16T12:04:28.945 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2023-11-16T12:04:28.945 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi124.front.sepia.ceph.com, path=None, version=distro) 2023-11-16T12:04:28.945 DEBUG:teuthology.orchestra.run.smithi124:> sudo apt-get clean 2023-11-16T12:04:29.044 DEBUG:teuthology.orchestra.run.smithi124:> sudo apt-get update 2023-11-16T12:04:29.059 DEBUG:teuthology.orchestra.run.smithi188:> sudo apt-get update 2023-11-16T12:04:29.207 INFO:teuthology.orchestra.run.smithi188.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-11-16T12:04:29.208 INFO:teuthology.orchestra.run.smithi124.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-11-16T12:04:29.208 INFO:teuthology.orchestra.run.smithi124.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-11-16T12:04:29.222 INFO:teuthology.orchestra.run.smithi124.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-11-16T12:04:29.242 INFO:teuthology.orchestra.run.smithi124.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-11-16T12:04:29.325 INFO:teuthology.orchestra.run.smithi188.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-11-16T12:04:29.407 INFO:teuthology.orchestra.run.smithi188.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-11-16T12:04:29.494 INFO:teuthology.orchestra.run.smithi188.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-11-16T12:04:30.953 INFO:teuthology.orchestra.run.smithi124.stdout:Reading package lists... 2023-11-16T12:04:30.970 INFO:teuthology.orchestra.run.smithi188.stdout:Reading package lists... 2023-11-16T12:04:30.978 DEBUG:teuthology.orchestra.run.smithi124:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-11-16T12:04:30.997 DEBUG:teuthology.orchestra.run.smithi188:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-11-16T12:04:31.048 INFO:teuthology.orchestra.run.smithi124.stdout:Reading package lists... 2023-11-16T12:04:31.063 INFO:teuthology.orchestra.run.smithi188.stdout:Reading package lists... 2023-11-16T12:04:31.228 INFO:teuthology.orchestra.run.smithi124.stdout:Building dependency tree... 2023-11-16T12:04:31.228 INFO:teuthology.orchestra.run.smithi124.stdout:Reading state information... 2023-11-16T12:04:31.278 INFO:teuthology.orchestra.run.smithi188.stdout:Building dependency tree... 2023-11-16T12:04:31.279 INFO:teuthology.orchestra.run.smithi188.stdout:Reading state information... 2023-11-16T12:04:31.439 INFO:teuthology.orchestra.run.smithi124.stdout:linux-image-generic is already the newest version (5.4.0.166.163). 2023-11-16T12:04:31.439 INFO:teuthology.orchestra.run.smithi124.stdout:0 upgraded, 0 newly installed, 0 to remove and 278 not upgraded. 2023-11-16T12:04:31.441 DEBUG:teuthology.orchestra.run.smithi124:> dpkg -s linux-image-generic 2023-11-16T12:04:31.460 INFO:teuthology.orchestra.run.smithi124.stdout:Package: linux-image-generic 2023-11-16T12:04:31.461 INFO:teuthology.orchestra.run.smithi124.stdout:Status: install ok installed 2023-11-16T12:04:31.461 INFO:teuthology.orchestra.run.smithi124.stdout:Priority: optional 2023-11-16T12:04:31.461 INFO:teuthology.orchestra.run.smithi124.stdout:Section: kernel 2023-11-16T12:04:31.461 INFO:teuthology.orchestra.run.smithi124.stdout:Installed-Size: 20 2023-11-16T12:04:31.461 INFO:teuthology.orchestra.run.smithi124.stdout:Maintainer: Ubuntu Kernel Team 2023-11-16T12:04:31.461 INFO:teuthology.orchestra.run.smithi124.stdout:Architecture: amd64 2023-11-16T12:04:31.461 INFO:teuthology.orchestra.run.smithi124.stdout:Source: linux-meta 2023-11-16T12:04:31.462 INFO:teuthology.orchestra.run.smithi124.stdout:Version: 5.4.0.166.163 2023-11-16T12:04:31.462 INFO:teuthology.orchestra.run.smithi124.stdout:Provides: virtualbox-guest-modules (= 6.1.38-dfsg-3~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.15) 2023-11-16T12:04:31.462 INFO:teuthology.orchestra.run.smithi124.stdout:Depends: linux-image-5.4.0-166-generic, linux-modules-extra-5.4.0-166-generic, linux-firmware, intel-microcode, amd64-microcode 2023-11-16T12:04:31.462 INFO:teuthology.orchestra.run.smithi124.stdout:Recommends: thermald 2023-11-16T12:04:31.462 INFO:teuthology.orchestra.run.smithi124.stdout:Description: Generic Linux kernel image 2023-11-16T12:04:31.462 INFO:teuthology.orchestra.run.smithi124.stdout: This package will always depend on the latest generic kernel image 2023-11-16T12:04:31.462 INFO:teuthology.orchestra.run.smithi124.stdout: available. 2023-11-16T12:04:31.463 DEBUG:teuthology.orchestra.run.smithi124:> mktemp 2023-11-16T12:04:31.467 INFO:teuthology.orchestra.run.smithi124.stdout:/tmp/tmp.FMCcvySRXd 2023-11-16T12:04:31.468 DEBUG:teuthology.orchestra.run.smithi124:> sudo cp /boot/grub/grub.cfg /tmp/tmp.FMCcvySRXd 2023-11-16T12:04:31.507 INFO:teuthology.orchestra.run.smithi188.stdout:linux-image-generic is already the newest version (5.4.0.166.163). 2023-11-16T12:04:31.508 INFO:teuthology.orchestra.run.smithi188.stdout:0 upgraded, 0 newly installed, 0 to remove and 278 not upgraded. 2023-11-16T12:04:31.510 DEBUG:teuthology.orchestra.run.smithi188:> dpkg -s linux-image-generic 2023-11-16T12:04:31.527 DEBUG:teuthology.orchestra.run.smithi124:> sudo chmod 0666 /tmp/tmp.FMCcvySRXd 2023-11-16T12:04:31.530 INFO:teuthology.orchestra.run.smithi188.stdout:Package: linux-image-generic 2023-11-16T12:04:31.530 INFO:teuthology.orchestra.run.smithi188.stdout:Status: install ok installed 2023-11-16T12:04:31.531 INFO:teuthology.orchestra.run.smithi188.stdout:Priority: optional 2023-11-16T12:04:31.531 INFO:teuthology.orchestra.run.smithi188.stdout:Section: kernel 2023-11-16T12:04:31.531 INFO:teuthology.orchestra.run.smithi188.stdout:Installed-Size: 20 2023-11-16T12:04:31.531 INFO:teuthology.orchestra.run.smithi188.stdout:Maintainer: Ubuntu Kernel Team 2023-11-16T12:04:31.531 INFO:teuthology.orchestra.run.smithi188.stdout:Architecture: amd64 2023-11-16T12:04:31.531 INFO:teuthology.orchestra.run.smithi188.stdout:Source: linux-meta 2023-11-16T12:04:31.531 INFO:teuthology.orchestra.run.smithi188.stdout:Version: 5.4.0.166.163 2023-11-16T12:04:31.531 INFO:teuthology.orchestra.run.smithi188.stdout:Provides: virtualbox-guest-modules (= 6.1.38-dfsg-3~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.15) 2023-11-16T12:04:31.532 INFO:teuthology.orchestra.run.smithi188.stdout:Depends: linux-image-5.4.0-166-generic, linux-modules-extra-5.4.0-166-generic, linux-firmware, intel-microcode, amd64-microcode 2023-11-16T12:04:31.532 INFO:teuthology.orchestra.run.smithi188.stdout:Recommends: thermald 2023-11-16T12:04:31.532 INFO:teuthology.orchestra.run.smithi188.stdout:Description: Generic Linux kernel image 2023-11-16T12:04:31.532 INFO:teuthology.orchestra.run.smithi188.stdout: This package will always depend on the latest generic kernel image 2023-11-16T12:04:31.532 INFO:teuthology.orchestra.run.smithi188.stdout: available. 2023-11-16T12:04:31.533 DEBUG:teuthology.orchestra.run.smithi188:> mktemp 2023-11-16T12:04:31.537 INFO:teuthology.orchestra.run.smithi188.stdout:/tmp/tmp.3tqTm2IxTM 2023-11-16T12:04:31.537 DEBUG:teuthology.orchestra.run.smithi188:> sudo cp /boot/grub/grub.cfg /tmp/tmp.3tqTm2IxTM 2023-11-16T12:04:31.569 DEBUG:teuthology.orchestra.remote:smithi124:/tmp/tmp.FMCcvySRXd is 9KB 2023-11-16T12:04:31.583 DEBUG:teuthology.orchestra.run.smithi124:> rm -fr /tmp/tmp.FMCcvySRXd 2023-11-16T12:04:31.590 DEBUG:teuthology.orchestra.run.smithi124:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-11-16T12:04:31.593 DEBUG:teuthology.orchestra.run.smithi188:> sudo chmod 0666 /tmp/tmp.3tqTm2IxTM 2023-11-16T12:04:31.637 DEBUG:teuthology.orchestra.remote:smithi188:/tmp/tmp.3tqTm2IxTM is 9KB 2023-11-16T12:04:31.643 DEBUG:teuthology.orchestra.run.smithi124:> set -ex 2023-11-16T12:04:31.643 DEBUG:teuthology.orchestra.run.smithi124:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-11-16T12:04:31.644 DEBUG:teuthology.orchestra.run.smithi124:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-11-16T12:04:31.650 DEBUG:teuthology.orchestra.run.smithi188:> rm -fr /tmp/tmp.3tqTm2IxTM 2023-11-16T12:04:31.656 DEBUG:teuthology.orchestra.run.smithi188:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-11-16T12:04:31.671 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-166-generic 2023-11-16T12:04:31.671 DEBUG:teuthology.orchestra.run.smithi124:> sudo update-grub 2023-11-16T12:04:31.714 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2023-11-16T12:04:31.714 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-11-16T12:04:31.714 DEBUG:teuthology.orchestra.run.smithi188:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-11-16T12:04:31.741 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-166-generic 2023-11-16T12:04:31.741 DEBUG:teuthology.orchestra.run.smithi188:> sudo update-grub 2023-11-16T12:04:32.972 INFO:teuthology.orchestra.run.smithi124.stderr:Sourcing file `/etc/default/grub' 2023-11-16T12:04:32.984 INFO:teuthology.orchestra.run.smithi124.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-11-16T12:04:32.995 INFO:teuthology.orchestra.run.smithi124.stderr:Generating grub configuration file ... 2023-11-16T12:04:33.077 INFO:teuthology.orchestra.run.smithi188.stderr:Sourcing file `/etc/default/grub' 2023-11-16T12:04:33.078 INFO:teuthology.orchestra.run.smithi188.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-11-16T12:04:33.088 INFO:teuthology.orchestra.run.smithi188.stderr:Generating grub configuration file ... 2023-11-16T12:04:33.231 INFO:teuthology.orchestra.run.smithi124.stderr:Found linux image: /boot/vmlinuz-5.4.0-166-generic 2023-11-16T12:04:33.243 INFO:teuthology.orchestra.run.smithi124.stderr:Found initrd image: /boot/initrd.img-5.4.0-166-generic 2023-11-16T12:04:33.428 INFO:teuthology.orchestra.run.smithi188.stderr:Found linux image: /boot/vmlinuz-5.4.0-166-generic 2023-11-16T12:04:33.440 INFO:teuthology.orchestra.run.smithi188.stderr:Found initrd image: /boot/initrd.img-5.4.0-166-generic 2023-11-16T12:04:33.613 INFO:teuthology.orchestra.run.smithi124.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-11-16T12:04:33.625 INFO:teuthology.orchestra.run.smithi124.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-11-16T12:04:33.865 INFO:teuthology.orchestra.run.smithi188.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-11-16T12:04:33.876 INFO:teuthology.orchestra.run.smithi188.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-11-16T12:04:34.594 INFO:teuthology.orchestra.run.smithi124.stderr:done 2023-11-16T12:04:34.596 DEBUG:teuthology.orchestra.run.smithi124:> sudo shutdown -r now 2023-11-16T12:04:34.850 INFO:teuthology.orchestra.run.smithi188.stderr:done 2023-11-16T12:04:34.851 DEBUG:teuthology.orchestra.run.smithi188:> sudo shutdown -r now 2023-11-16T12:05:04.626 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2023-11-16T12:05:04.627 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi124.front.sepia.ceph.com' 2023-11-16T12:05:04.628 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi124.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T12:05:04.899 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2023-11-16T12:05:04.899 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi188.front.sepia.ceph.com' 2023-11-16T12:05:04.899 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T12:06:04.675 DEBUG:teuthology.orchestra.remote:timed out 2023-11-16T12:06:08.779 DEBUG:teuthology.orchestra.remote:timed out 2023-11-16T12:06:17.788 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi124.front.sepia.ceph.com' 2023-11-16T12:06:17.790 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi124.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T12:06:17.791 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi188.front.sepia.ceph.com' 2023-11-16T12:06:17.791 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T12:06:17.994 DEBUG:teuthology.orchestra.run.smithi124:> true 2023-11-16T12:06:17.998 DEBUG:teuthology.orchestra.run.smithi188:> true 2023-11-16T12:06:18.556 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi124.front.sepia.ceph.com' 2023-11-16T12:06:18.557 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "5.4.0-166-generic"... 2023-11-16T12:06:18.557 DEBUG:teuthology.orchestra.run.smithi124:> uname -r 2023-11-16T12:06:18.564 INFO:teuthology.orchestra.run.smithi124.stdout:5.4.0-166-generic 2023-11-16T12:06:18.564 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-166-generic vs 5.4.0-166-generic 2023-11-16T12:06:18.564 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-16T12:06:18.564 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-11-16T12:06:18.579 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi188.front.sepia.ceph.com' 2023-11-16T12:06:18.579 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "5.4.0-166-generic"... 2023-11-16T12:06:18.579 DEBUG:teuthology.orchestra.run.smithi188:> uname -r 2023-11-16T12:06:18.586 INFO:teuthology.orchestra.run.smithi188.stdout:5.4.0-166-generic 2023-11-16T12:06:18.586 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-166-generic vs 5.4.0-166-generic 2023-11-16T12:06:18.586 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-16T12:06:18.586 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-11-16T12:06:19.565 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2023-11-16T12:06:19.565 DEBUG:teuthology.orchestra.run.smithi124:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-16T12:06:19.586 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2023-11-16T12:06:19.587 DEBUG:teuthology.orchestra.run.smithi188:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-16T12:06:19.657 INFO:teuthology.orchestra.run.smithi124.stdout:ttyS1 2023-11-16T12:06:19.679 INFO:teuthology.orchestra.run.smithi188.stdout:ttyS1 2023-11-16T12:06:19.682 DEBUG:teuthology.parallel:result is None 2023-11-16T12:06:19.718 DEBUG:teuthology.parallel:result is None 2023-11-16T12:06:19.718 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-16T12:06:19.726 INFO:teuthology.task.internal:Creating test directory... 2023-11-16T12:06:19.726 DEBUG:teuthology.orchestra.run.smithi124:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-16T12:06:19.728 DEBUG:teuthology.orchestra.run.smithi188:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-16T12:06:19.735 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-16T12:06:19.761 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-16T12:06:19.828 INFO:teuthology.task.internal:Creating archive directory... 2023-11-16T12:06:19.828 DEBUG:teuthology.orchestra.run.smithi124:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-16T12:06:19.830 DEBUG:teuthology.orchestra.run.smithi188:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-16T12:06:19.855 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-16T12:06:19.894 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-16T12:06:19.894 DEBUG:teuthology.orchestra.run.smithi124:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-16T12:06:19.897 DEBUG:teuthology.orchestra.run.smithi188:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-16T12:06:19.911 INFO:teuthology.orchestra.run.smithi124.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T12:06:19.921 INFO:teuthology.orchestra.run.smithi124.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T12:06:19.927 INFO:teuthology.orchestra.run.smithi188.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T12:06:19.938 INFO:teuthology.orchestra.run.smithi188.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T12:06:19.940 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-16T12:06:19.961 INFO:teuthology.task.internal:Configuring sudo... 2023-11-16T12:06:19.961 DEBUG:teuthology.orchestra.run.smithi124:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-16T12:06:19.969 DEBUG:teuthology.orchestra.run.smithi188:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-16T12:06:19.986 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-16T12:06:20.030 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-16T12:06:20.031 DEBUG:teuthology.orchestra.run.smithi124:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-16T12:06:20.033 DEBUG:teuthology.orchestra.run.smithi188:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-16T12:06:20.039 DEBUG:teuthology.orchestra.run.smithi124:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-16T12:06:20.046 DEBUG:teuthology.orchestra.run.smithi124:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-16T12:06:20.094 DEBUG:teuthology.orchestra.run.smithi124:> set -ex 2023-11-16T12:06:20.094 DEBUG:teuthology.orchestra.run.smithi124:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-16T12:06:20.114 DEBUG:teuthology.orchestra.run.smithi188:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-16T12:06:20.122 DEBUG:teuthology.orchestra.run.smithi188:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-16T12:06:20.170 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2023-11-16T12:06:20.170 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-16T12:06:20.196 DEBUG:teuthology.orchestra.run.smithi124:> sudo service rsyslog restart 2023-11-16T12:06:20.198 DEBUG:teuthology.orchestra.run.smithi188:> sudo service rsyslog restart 2023-11-16T12:06:20.246 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-16T12:06:20.253 INFO:teuthology.task.internal:Starting timer... 2023-11-16T12:06:20.253 INFO:teuthology.run_tasks:Running task pcp... 2023-11-16T12:06:20.289 INFO:teuthology.run_tasks:Running task selinux... 2023-11-16T12:06:20.355 DEBUG:teuthology.task.selinux:Excluding smithi124: OS 'ubuntu' does not support SELinux 2023-11-16T12:06:20.355 DEBUG:teuthology.task.selinux:Excluding smithi188: OS 'ubuntu' does not support SELinux 2023-11-16T12:06:20.355 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-16T12:06:20.355 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-11-16T12:06:20.355 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-16T12:06:20.355 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-16T12:06:20.422 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-11-16T12:06:20.427 INFO:teuthology.repo_utils:Fetching main from origin 2023-11-16T12:06:20.573 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-16T12:06:20.589 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-11-16T12:06:20.590 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi124.front.sepia.ceph.com,smithi188.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-16T12:12:06.546 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi124.front.sepia.ceph.com'), Remote(name='ubuntu@smithi188.front.sepia.ceph.com')] 2023-11-16T12:12:06.548 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi124.front.sepia.ceph.com' 2023-11-16T12:12:06.549 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi124.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T12:12:06.606 DEBUG:teuthology.orchestra.run.smithi124:> true 2023-11-16T12:12:06.728 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi124.front.sepia.ceph.com' 2023-11-16T12:12:06.728 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi188.front.sepia.ceph.com' 2023-11-16T12:12:06.729 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T12:12:06.773 DEBUG:teuthology.orchestra.run.smithi188:> true 2023-11-16T12:12:06.895 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi188.front.sepia.ceph.com' 2023-11-16T12:12:06.896 INFO:teuthology.run_tasks:Running task clock... 2023-11-16T12:12:06.973 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-16T12:12:06.974 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-16T12:12:06.974 DEBUG:teuthology.orchestra.run.smithi124:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-16T12:12:06.977 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-16T12:12:06.977 DEBUG:teuthology.orchestra.run.smithi188:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-16T12:12:07.011 INFO:teuthology.orchestra.run.smithi124.stdout:16 Nov 12:12:07 ntpd[23560]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-11-16T12:12:07.012 INFO:teuthology.orchestra.run.smithi124.stdout:16 Nov 12:12:07 ntpd[23560]: Command line: ntpd -gq 2023-11-16T12:12:07.014 INFO:teuthology.orchestra.run.smithi124.stdout:16 Nov 12:12:07 ntpd[23560]: proto: precision = 0.070 usec (-24) 2023-11-16T12:12:07.014 INFO:teuthology.orchestra.run.smithi124.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-11-16T12:12:07.014 INFO:teuthology.orchestra.run.smithi124.stdout:16 Nov 12:12:07 ntpd[23560]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-11-16T12:12:07.015 INFO:teuthology.orchestra.run.smithi124.stderr:restrict ::: KOD does nothing without LIMITED. 2023-11-16T12:12:07.016 INFO:teuthology.orchestra.run.smithi124.stdout:16 Nov 12:12:07 ntpd[23560]: restrict ::: KOD does nothing without LIMITED. 2023-11-16T12:12:07.016 INFO:teuthology.orchestra.run.smithi124.stdout:16 Nov 12:12:07 ntpd[23560]: Listen and drop on 0 v6wildcard [::]:123 2023-11-16T12:12:07.016 INFO:teuthology.orchestra.run.smithi124.stdout:16 Nov 12:12:07 ntpd[23560]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-11-16T12:12:07.016 INFO:teuthology.orchestra.run.smithi124.stdout:16 Nov 12:12:07 ntpd[23560]: Listen normally on 2 lo 127.0.0.1:123 2023-11-16T12:12:07.016 INFO:teuthology.orchestra.run.smithi124.stdout:16 Nov 12:12:07 ntpd[23560]: Listen normally on 3 enp3s0f1 172.21.15.124:123 2023-11-16T12:12:07.016 INFO:teuthology.orchestra.run.smithi124.stdout:16 Nov 12:12:07 ntpd[23560]: Listen normally on 4 lo [::1]:123 2023-11-16T12:12:07.017 INFO:teuthology.orchestra.run.smithi124.stdout:16 Nov 12:12:07 ntpd[23560]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d5c5%5]:123 2023-11-16T12:12:07.017 INFO:teuthology.orchestra.run.smithi124.stdout:16 Nov 12:12:07 ntpd[23560]: Listening on routing socket on fd #22 for interface updates 2023-11-16T12:12:07.017 INFO:teuthology.orchestra.run.smithi188.stdout:16 Nov 12:12:07 ntpd[23570]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-11-16T12:12:07.017 INFO:teuthology.orchestra.run.smithi188.stdout:16 Nov 12:12:07 ntpd[23570]: Command line: ntpd -gq 2023-11-16T12:12:07.018 INFO:teuthology.orchestra.run.smithi188.stdout:16 Nov 12:12:07 ntpd[23570]: proto: precision = 0.082 usec (-23) 2023-11-16T12:12:07.018 INFO:teuthology.orchestra.run.smithi188.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-11-16T12:12:07.019 INFO:teuthology.orchestra.run.smithi188.stdout:16 Nov 12:12:07 ntpd[23570]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-11-16T12:12:07.019 INFO:teuthology.orchestra.run.smithi188.stderr:restrict ::: KOD does nothing without LIMITED. 2023-11-16T12:12:07.020 INFO:teuthology.orchestra.run.smithi188.stdout:16 Nov 12:12:07 ntpd[23570]: restrict ::: KOD does nothing without LIMITED. 2023-11-16T12:12:07.020 INFO:teuthology.orchestra.run.smithi188.stdout:16 Nov 12:12:07 ntpd[23570]: Listen and drop on 0 v6wildcard [::]:123 2023-11-16T12:12:07.020 INFO:teuthology.orchestra.run.smithi188.stdout:16 Nov 12:12:07 ntpd[23570]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-11-16T12:12:07.021 INFO:teuthology.orchestra.run.smithi188.stdout:16 Nov 12:12:07 ntpd[23570]: Listen normally on 2 lo 127.0.0.1:123 2023-11-16T12:12:07.021 INFO:teuthology.orchestra.run.smithi188.stdout:16 Nov 12:12:07 ntpd[23570]: Listen normally on 3 enp3s0f1 172.21.15.188:123 2023-11-16T12:12:07.021 INFO:teuthology.orchestra.run.smithi188.stdout:16 Nov 12:12:07 ntpd[23570]: Listen normally on 4 lo [::1]:123 2023-11-16T12:12:07.021 INFO:teuthology.orchestra.run.smithi188.stdout:16 Nov 12:12:07 ntpd[23570]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:8039%5]:123 2023-11-16T12:12:07.021 INFO:teuthology.orchestra.run.smithi188.stdout:16 Nov 12:12:07 ntpd[23570]: Listening on routing socket on fd #22 for interface updates 2023-11-16T12:12:08.012 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:08 ntpd[23560]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T12:12:08.012 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:08 ntpd[23560]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T12:12:08.013 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:08 ntpd[23560]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T12:12:08.013 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:08 ntpd[23560]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T12:12:08.013 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:08 ntpd[23560]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T12:12:08.013 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:08 ntpd[23560]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T12:12:08.013 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:08 ntpd[23560]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T12:12:08.013 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:08 ntpd[23560]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T12:12:08.015 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:08 ntpd[23570]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T12:12:08.015 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:08 ntpd[23570]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T12:12:08.016 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:08 ntpd[23570]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T12:12:08.016 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:08 ntpd[23570]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T12:12:08.016 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:08 ntpd[23570]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T12:12:08.016 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:08 ntpd[23570]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T12:12:10.012 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:10 ntpd[23560]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T12:12:10.013 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:10 ntpd[23560]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T12:12:10.013 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:10 ntpd[23560]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T12:12:10.013 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:10 ntpd[23560]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T12:12:10.013 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:10 ntpd[23560]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T12:12:10.013 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:10 ntpd[23560]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T12:12:10.013 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:10 ntpd[23560]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T12:12:10.013 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:10 ntpd[23560]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T12:12:10.013 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:10 ntpd[23560]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T12:12:10.013 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:10 ntpd[23560]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T12:12:10.013 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:10 ntpd[23560]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T12:12:10.013 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:10 ntpd[23560]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T12:12:10.015 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:10 ntpd[23570]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T12:12:10.015 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:10 ntpd[23570]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T12:12:10.015 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:10 ntpd[23570]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T12:12:10.016 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:10 ntpd[23570]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T12:12:10.016 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:10 ntpd[23570]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T12:12:10.016 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:10 ntpd[23570]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T12:12:11.016 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:11 ntpd[23570]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T12:12:11.016 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:11 ntpd[23570]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T12:12:11.016 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:11 ntpd[23570]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T12:12:11.016 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:11 ntpd[23570]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T12:12:11.016 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:11 ntpd[23570]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T12:12:11.016 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:11 ntpd[23570]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T12:12:11.017 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:11 ntpd[23570]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T12:12:11.017 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:11 ntpd[23570]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T12:12:12.013 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:12 ntpd[23560]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T12:12:12.013 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:12 ntpd[23560]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T12:12:12.013 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:12 ntpd[23560]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T12:12:12.013 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:12 ntpd[23560]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T12:12:12.013 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:12 ntpd[23560]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T12:12:12.013 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:12 ntpd[23560]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T12:12:12.014 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:12 ntpd[23560]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T12:12:12.014 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:12 ntpd[23560]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T12:12:12.014 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:12 ntpd[23560]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T12:12:12.014 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:12 ntpd[23560]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T12:12:12.014 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:12 ntpd[23560]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T12:12:12.014 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:12 ntpd[23560]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T12:12:12.014 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:12 ntpd[23560]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T12:12:12.014 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:12 ntpd[23560]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T12:12:12.014 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:12 ntpd[23560]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T12:12:12.014 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:12 ntpd[23560]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T12:12:12.014 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:12 ntpd[23560]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T12:12:12.014 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:12 ntpd[23560]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T12:12:12.016 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:12 ntpd[23570]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T12:12:12.016 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:12 ntpd[23570]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T12:12:12.016 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:12 ntpd[23570]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T12:12:12.016 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:12 ntpd[23570]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T12:12:12.016 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:12 ntpd[23570]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T12:12:12.016 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:12 ntpd[23570]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T12:12:12.016 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:12 ntpd[23570]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T12:12:12.016 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:12 ntpd[23570]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T12:12:12.017 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:12 ntpd[23570]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T12:12:12.017 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:12 ntpd[23570]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T12:12:12.017 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:12 ntpd[23570]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T12:12:12.017 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:12 ntpd[23570]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T12:12:13.016 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:13 ntpd[23570]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T12:12:13.016 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:13 ntpd[23570]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T12:12:13.016 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:13 ntpd[23570]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T12:12:13.016 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:13 ntpd[23570]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T12:12:13.016 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:13 ntpd[23570]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T12:12:13.016 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:13 ntpd[23570]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T12:12:14.012 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:14 ntpd[23560]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T12:12:14.013 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:14 ntpd[23560]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T12:12:14.013 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:14 ntpd[23560]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T12:12:14.013 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:14 ntpd[23560]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T12:12:14.013 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:14 ntpd[23560]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T12:12:14.013 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:14 ntpd[23560]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T12:12:14.013 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:14 ntpd[23560]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T12:12:14.013 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:14 ntpd[23560]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T12:12:14.013 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:14 ntpd[23560]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T12:12:14.013 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:14 ntpd[23560]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T12:12:14.013 INFO:teuthology.orchestra.run.smithi124.stdout:16 Nov 12:12:14 ntpd[23560]: ntpd: time slew +0.001876 s 2023-11-16T12:12:14.014 INFO:teuthology.orchestra.run.smithi124.stdout:ntpd: time slew +0.001876s 2023-11-16T12:12:14.014 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:14 ntpd[23560]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-11-16T12:12:14.014 INFO:teuthology.orchestra.run.smithi124.stderr:16 Nov 12:12:14 ntpd[23560]: can't open /var/log/ntpstats/loopstats.20231116: Permission denied 2023-11-16T12:12:14.016 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:14 ntpd[23570]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T12:12:14.016 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:14 ntpd[23570]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T12:12:14.016 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:14 ntpd[23570]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T12:12:14.016 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:14 ntpd[23570]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T12:12:14.016 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:14 ntpd[23570]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T12:12:14.016 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:14 ntpd[23570]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T12:12:14.016 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:14 ntpd[23570]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T12:12:14.016 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:14 ntpd[23570]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T12:12:14.016 INFO:teuthology.orchestra.run.smithi188.stdout:16 Nov 12:12:14 ntpd[23570]: ntpd: time slew +0.004608 s 2023-11-16T12:12:14.017 INFO:teuthology.orchestra.run.smithi188.stdout:ntpd: time slew +0.004608s 2023-11-16T12:12:14.017 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:14 ntpd[23570]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-11-16T12:12:14.017 INFO:teuthology.orchestra.run.smithi188.stderr:16 Nov 12:12:14 ntpd[23570]: can't open /var/log/ntpstats/loopstats.20231116: Permission denied 2023-11-16T12:12:14.083 INFO:teuthology.orchestra.run.smithi188.stdout: remote refid st t when poll reach delay offset jitter 2023-11-16T12:12:14.083 INFO:teuthology.orchestra.run.smithi188.stdout:============================================================================== 2023-11-16T12:12:14.083 INFO:teuthology.orchestra.run.smithi188.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-16T12:12:14.083 INFO:teuthology.orchestra.run.smithi188.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-16T12:12:14.083 INFO:teuthology.orchestra.run.smithi188.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-16T12:12:14.084 INFO:teuthology.orchestra.run.smithi188.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-16T12:12:14.087 INFO:teuthology.orchestra.run.smithi124.stdout: remote refid st t when poll reach delay offset jitter 2023-11-16T12:12:14.087 INFO:teuthology.orchestra.run.smithi124.stdout:============================================================================== 2023-11-16T12:12:14.087 INFO:teuthology.orchestra.run.smithi124.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-16T12:12:14.087 INFO:teuthology.orchestra.run.smithi124.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-16T12:12:14.087 INFO:teuthology.orchestra.run.smithi124.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-16T12:12:14.087 INFO:teuthology.orchestra.run.smithi124.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-16T12:12:14.088 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-16T12:12:14.097 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 82, in run_one_task task = get_task(taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 35, in get_task module = _import('tasks', module_name, task_name, fail_on_import_error=True) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 54, in _import module = __import__( ModuleNotFoundError: No module named 'tasks' 2023-11-16T12:12:14.173 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=220831dcfd8d41269a5f06300f9bd9f9 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 82, in run_one_task task = get_task(taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 35, in get_task module = _import('tasks', module_name, task_name, fail_on_import_error=True) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 54, in _import module = __import__( ModuleNotFoundError: No module named 'tasks' 2023-11-16T12:12:14.174 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-16T12:12:14.183 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-16T12:12:14.183 DEBUG:teuthology.orchestra.run.smithi124:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-16T12:12:14.188 DEBUG:teuthology.orchestra.run.smithi188:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-16T12:12:14.208 INFO:teuthology.orchestra.run.smithi124.stdout: remote refid st t when poll reach delay offset jitter 2023-11-16T12:12:14.208 INFO:teuthology.orchestra.run.smithi124.stdout:============================================================================== 2023-11-16T12:12:14.208 INFO:teuthology.orchestra.run.smithi124.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-16T12:12:14.209 INFO:teuthology.orchestra.run.smithi124.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-16T12:12:14.209 INFO:teuthology.orchestra.run.smithi124.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-16T12:12:14.209 INFO:teuthology.orchestra.run.smithi124.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-16T12:12:14.217 INFO:teuthology.orchestra.run.smithi188.stdout: remote refid st t when poll reach delay offset jitter 2023-11-16T12:12:14.217 INFO:teuthology.orchestra.run.smithi188.stdout:============================================================================== 2023-11-16T12:12:14.217 INFO:teuthology.orchestra.run.smithi188.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-16T12:12:14.217 INFO:teuthology.orchestra.run.smithi188.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-16T12:12:14.218 INFO:teuthology.orchestra.run.smithi188.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-16T12:12:14.218 INFO:teuthology.orchestra.run.smithi188.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-16T12:12:14.219 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-16T12:12:14.229 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-16T12:12:14.230 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-16T12:12:14.280 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-16T12:12:14.339 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-16T12:12:14.389 INFO:teuthology.task.internal:Duration was 354.135720 seconds 2023-11-16T12:12:14.390 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-16T12:12:14.439 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-16T12:12:14.440 DEBUG:teuthology.orchestra.run.smithi124:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-16T12:12:14.442 DEBUG:teuthology.orchestra.run.smithi188:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-16T12:12:14.493 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-16T12:12:14.494 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi124.front.sepia.ceph.com 2023-11-16T12:12:14.494 DEBUG:teuthology.orchestra.run.smithi124:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-16T12:12:14.508 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi188.front.sepia.ceph.com 2023-11-16T12:12:14.508 DEBUG:teuthology.orchestra.run.smithi188:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-16T12:12:14.523 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-16T12:12:14.523 DEBUG:teuthology.orchestra.run.smithi124:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-16T12:12:14.525 DEBUG:teuthology.orchestra.run.smithi188:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-16T12:12:14.572 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-16T12:12:14.572 DEBUG:teuthology.orchestra.run.smithi124:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-16T12:12:14.574 DEBUG:teuthology.orchestra.run.smithi188:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-16T12:12:14.682 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-16T12:12:14.691 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-16T12:12:14.692 DEBUG:teuthology.orchestra.run.smithi124:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-16T12:12:14.709 DEBUG:teuthology.orchestra.run.smithi188:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-16T12:12:14.724 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-16T12:12:14.734 DEBUG:teuthology.orchestra.run.smithi124:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-16T12:12:14.736 DEBUG:teuthology.orchestra.run.smithi188:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-16T12:12:14.749 INFO:teuthology.orchestra.run.smithi124.stdout:kernel.core_pattern = core 2023-11-16T12:12:14.781 INFO:teuthology.orchestra.run.smithi188.stdout:kernel.core_pattern = core 2023-11-16T12:12:14.810 DEBUG:teuthology.orchestra.run.smithi124:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-16T12:12:14.826 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:12:14.827 DEBUG:teuthology.orchestra.run.smithi188:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-16T12:12:14.832 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:12:14.833 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-16T12:12:14.843 INFO:teuthology.task.internal:Transferring archived files... 2023-11-16T12:12:14.845 DEBUG:teuthology.misc:Transferring archived files from smithi124:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460569/remote/smithi124 2023-11-16T12:12:14.846 DEBUG:teuthology.orchestra.run.smithi124:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-16T12:12:14.870 DEBUG:teuthology.misc:Transferring archived files from smithi188:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460569/remote/smithi188 2023-11-16T12:12:14.872 DEBUG:teuthology.orchestra.run.smithi188:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-16T12:12:14.896 INFO:teuthology.task.internal:Removing archive directory... 2023-11-16T12:12:14.896 DEBUG:teuthology.orchestra.run.smithi124:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-16T12:12:14.900 DEBUG:teuthology.orchestra.run.smithi188:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-16T12:12:14.941 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-16T12:12:14.952 INFO:teuthology.task.internal:Not uploading archives. 2023-11-16T12:12:14.952 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-16T12:12:14.990 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-16T12:12:14.990 DEBUG:teuthology.orchestra.run.smithi124:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-16T12:12:14.993 DEBUG:teuthology.orchestra.run.smithi188:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-16T12:12:14.998 INFO:teuthology.orchestra.run.smithi124.stdout: 924112 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 16 12:12 /home/ubuntu/cephtest 2023-11-16T12:12:15.004 INFO:teuthology.orchestra.run.smithi188.stdout: 924112 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 16 12:12 /home/ubuntu/cephtest 2023-11-16T12:12:15.004 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-16T12:12:15.040 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-16T12:12:15.140 INFO:teuthology.nuke:Checking targets against current locks 2023-11-16T12:12:15.168 DEBUG:teuthology.nuke:shortname: smithi124 2023-11-16T12:12:15.169 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-16T12:12:15.194 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi124.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460569', '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-11-16 11:55:40.978404', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-11-16T12:12:15.198 DEBUG:teuthology.nuke:shortname: smithi188 2023-11-16T12:12:15.198 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-16T12:12:15.217 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi188.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460569', '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-11-16 11:55:40.979932', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-11-16T12:12:15.249 INFO:teuthology.orchestra.console.smithi124:Power off 2023-11-16T12:12:15.250 DEBUG:teuthology.orchestra.console.smithi124:pexpect command: ipmitool -H smithi124.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-16T12:12:15.274 DEBUG:teuthology.orchestra.console.smithi124:power off output: Chassis Power Control: Down/Off 2023-11-16T12:12:15.274 DEBUG:teuthology.orchestra.console.smithi124:pexpect command: ipmitool -H smithi124.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:12:15.293 INFO:teuthology.orchestra.console.smithi188:Power off 2023-11-16T12:12:15.293 DEBUG:teuthology.orchestra.console.smithi188:pexpect command: ipmitool -H smithi188.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-16T12:12:15.302 DEBUG:teuthology.orchestra.console.smithi124:check power output: Chassis Power is on 2023-11-16T12:12:15.321 DEBUG:teuthology.orchestra.console.smithi188:power off output: Chassis Power Control: Down/Off 2023-11-16T12:12:15.322 DEBUG:teuthology.orchestra.console.smithi188:pexpect command: ipmitool -H smithi188.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:12:15.349 DEBUG:teuthology.orchestra.console.smithi188:check power output: Chassis Power is on 2023-11-16T12:12:19.303 DEBUG:teuthology.orchestra.console.smithi124:pexpect command: ipmitool -H smithi124.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:12:19.350 DEBUG:teuthology.orchestra.console.smithi188:pexpect command: ipmitool -H smithi188.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:12:19.414 DEBUG:teuthology.orchestra.console.smithi124:check power output: Chassis Power is on 2023-11-16T12:12:19.462 DEBUG:teuthology.orchestra.console.smithi188:check power output: Chassis Power is on 2023-11-16T12:12:23.420 DEBUG:teuthology.orchestra.console.smithi124:pexpect command: ipmitool -H smithi124.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:12:23.462 DEBUG:teuthology.orchestra.console.smithi188:pexpect command: ipmitool -H smithi188.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:12:23.530 DEBUG:teuthology.orchestra.console.smithi124:check power output: Chassis Power is on 2023-11-16T12:12:23.572 DEBUG:teuthology.orchestra.console.smithi188:check power output: Chassis Power is off 2023-11-16T12:12:23.674 INFO:teuthology.orchestra.console.smithi188:Power off completed 2023-11-16T12:12:27.534 DEBUG:teuthology.orchestra.console.smithi124:pexpect command: ipmitool -H smithi124.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:12:27.645 DEBUG:teuthology.orchestra.console.smithi124:check power output: Chassis Power is off 2023-11-16T12:12:27.746 INFO:teuthology.orchestra.console.smithi124:Power off completed 2023-11-16T12:12:27.850 INFO:teuthology.run:Summary data: description: orch:cephadm/upgrade/{1-start-distro/1-start-ubuntu_20.04 2-repo_digest/repo_digest 3-upgrade/simple 4-wait 5-upgrade-ls agent/off mon_election/connectivity} duration: 354.1357204914093 failure_reason: No module named 'tasks' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=220831dcfd8d41269a5f06300f9bd9f9 status: fail success: false 2023-11-16T12:12:27.851 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-16T12:12:27.922 INFO:teuthology.run:FAIL