2024-05-03T10:33:37.069 INFO:root:teuthology version: 0.0.1.dev271+g1ae7ad8 2024-05-03T10:33:37.069 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687309 --description orch:cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} --name gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi --owner scheduled_gabrioux@teuthology --verbose -- /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687309/orig.config.yaml 2024-05-03T10:33:37.102 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-03T10:33:37.249 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687309 branch: wip-guits-testing-2024-05-02-0628 description: orch:cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: gabrioux@ibm.com first_in_suite: false job_id: '7687309' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-guits-testing-2024-05-02-0628 ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) log-only-match: - CEPHADM_ sha1: f8e6d2d721bc96a93915917c59bc3d287d57263d ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: f8e6d2d721bc96a93915917c59bc3d287d57263d workunit: branch: wip-guits-testing-2024-05-02-0628 sha1: f8e6d2d721bc96a93915917c59bc3d287d57263d owner: scheduled_gabrioux@teuthology priority: 70 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 2184 sha1: f8e6d2d721bc96a93915917c59bc3d287d57263d sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-testing-2024-05-02-0628 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: f8e6d2d721bc96a93915917c59bc3d287d57263d targets: smithi089.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHLMp0b2cYWfh64AEdjc4sc09fn4+lLZHEdf0ROebVgcGewxLW8G8DKZvTRSaRpIiKjauoPeorZLN+C3WifPl1A= smithi123.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPKLtSpJjskw2VaEq2e9OcYqyIgjiNdcEYCSLa2Qrx7bPCT10gYlWaEHExvZ54jwf/3J1RF5/Z6EZMvHTOKbdBQ= tasks: - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} --port 2999 - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo -o port=2999 - echo test > /mnt/foo/testfile - sync - cephadm.shell: host.a: - "echo \"Check with each haproxy down in turn...\"\nfor haproxy in `ceph orch\ \ ps | grep ^haproxy.nfs.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $haproxy\n while ! ceph orch ps | grep $haproxy | grep stopped; do sleep\ \ 1 ; done\n cat /mnt/foo/testfile\n echo $haproxy > /mnt/foo/testfile\n \ \ sync\n ceph orch daemon start $haproxy\n while ! ceph orch ps | grep $haproxy\ \ | grep running; do sleep 1 ; done\ndone\n" volumes: - /mnt/foo:/mnt/foo - vip.exec: all-hosts: - "echo \"Check with $(hostname) ganesha(s) down...\"\nfor c in `systemctl | grep\ \ ceph- | grep @nfs | awk '{print $1}'`; do\n cid=`echo $c | sed 's/@/-/'`\n\ \ id=`echo $c | cut -d @ -f 2 | sed 's/.service$//'`\n fsid=`echo $c |\ \ cut -d @ -f 1 | cut -d - -f 2-`\n echo \"Removing daemon $id fsid $fsid...\"\ \n sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id\n\n echo \"\ Waking up cephadm...\"\n sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh\n\ \n while ! timeout 1 cat /mnt/foo/testfile ; do true ; done\n echo \"\ Mount is back!\"\ndone\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 1ae7ad82388e92a475afff437d49054826c019a1 timestamp: 2024-05-03_06:31:58 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-05-03T10:33:37.249 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa; will attempt to use it 2024-05-03T10:33:37.250 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks 2024-05-03T10:33:37.250 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-03T10:33:37.252 INFO:teuthology.task.internal:Checking packages... 2024-05-03T10:33:37.279 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'f8e6d2d721bc96a93915917c59bc3d287d57263d' 2024-05-03T10:33:37.279 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-03T10:33:37.279 INFO:teuthology.packaging:ref: None 2024-05-03T10:33:37.279 INFO:teuthology.packaging:tag: None 2024-05-03T10:33:37.279 INFO:teuthology.packaging:branch: wip-guits-testing-2024-05-02-0628 2024-05-03T10:33:37.279 INFO:teuthology.packaging:sha1: f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T10:33:37.280 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-guits-testing-2024-05-02-0628 2024-05-03T10:33:37.501 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3353-gf8e6d2d7-1jammy 2024-05-03T10:33:37.503 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-03T10:33:37.509 INFO:teuthology.task.internal:no buildpackages task found 2024-05-03T10:33:37.509 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-03T10:33:37.514 INFO:teuthology.task.internal:Saving configuration 2024-05-03T10:33:37.528 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-03T10:33:37.534 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-03T10:33:37.558 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi089.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687309', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-03 10:27:59.120177', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP2xT4TmtNrt0tXsFxFlehTWRC2/emwILnnR1Yv12jtB'} 2024-05-03T10:33:37.579 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi123.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687309', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-03 10:27:59.122123', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIi9u71uPnzopXL8PTFgDSEghd0SS5HFicKzHeWXi9DT'} 2024-05-03T10:33:37.579 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-03T10:33:37.585 INFO:teuthology.task.internal:roles: ubuntu@smithi089.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-05-03T10:33:37.585 INFO:teuthology.task.internal:roles: ubuntu@smithi123.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-05-03T10:33:37.585 INFO:teuthology.run_tasks:Running task console_log... 2024-05-03T10:33:37.664 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fb90c1803a0>, signals=[15]) 2024-05-03T10:33:37.665 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-03T10:33:37.670 INFO:teuthology.task.internal:Opening connections... 2024-05-03T10:33:37.671 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi089.front.sepia.ceph.com 2024-05-03T10:33:37.673 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T10:33:37.752 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi123.front.sepia.ceph.com 2024-05-03T10:33:37.753 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi123.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T10:33:37.835 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-03T10:33:37.863 DEBUG:teuthology.orchestra.run.smithi089:> uname -m 2024-05-03T10:33:37.868 INFO:teuthology.orchestra.run.smithi089.stdout:x86_64 2024-05-03T10:33:37.868 DEBUG:teuthology.orchestra.run.smithi089:> cat /etc/os-release 2024-05-03T10:33:37.913 INFO:teuthology.orchestra.run.smithi089.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-03T10:33:37.913 INFO:teuthology.orchestra.run.smithi089.stdout:NAME="Ubuntu" 2024-05-03T10:33:37.913 INFO:teuthology.orchestra.run.smithi089.stdout:VERSION_ID="22.04" 2024-05-03T10:33:37.913 INFO:teuthology.orchestra.run.smithi089.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-03T10:33:37.913 INFO:teuthology.orchestra.run.smithi089.stdout:VERSION_CODENAME=jammy 2024-05-03T10:33:37.913 INFO:teuthology.orchestra.run.smithi089.stdout:ID=ubuntu 2024-05-03T10:33:37.914 INFO:teuthology.orchestra.run.smithi089.stdout:ID_LIKE=debian 2024-05-03T10:33:37.914 INFO:teuthology.orchestra.run.smithi089.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-03T10:33:37.914 INFO:teuthology.orchestra.run.smithi089.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-03T10:33:37.914 INFO:teuthology.orchestra.run.smithi089.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-03T10:33:37.914 INFO:teuthology.orchestra.run.smithi089.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-03T10:33:37.914 INFO:teuthology.orchestra.run.smithi089.stdout:UBUNTU_CODENAME=jammy 2024-05-03T10:33:37.914 INFO:teuthology.lock.ops:Updating smithi089.front.sepia.ceph.com on lock server 2024-05-03T10:33:37.935 DEBUG:teuthology.orchestra.run.smithi123:> uname -m 2024-05-03T10:33:37.940 INFO:teuthology.orchestra.run.smithi123.stdout:x86_64 2024-05-03T10:33:37.941 DEBUG:teuthology.orchestra.run.smithi123:> cat /etc/os-release 2024-05-03T10:33:37.987 INFO:teuthology.orchestra.run.smithi123.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-03T10:33:37.987 INFO:teuthology.orchestra.run.smithi123.stdout:NAME="Ubuntu" 2024-05-03T10:33:37.987 INFO:teuthology.orchestra.run.smithi123.stdout:VERSION_ID="22.04" 2024-05-03T10:33:37.987 INFO:teuthology.orchestra.run.smithi123.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-03T10:33:37.988 INFO:teuthology.orchestra.run.smithi123.stdout:VERSION_CODENAME=jammy 2024-05-03T10:33:37.988 INFO:teuthology.orchestra.run.smithi123.stdout:ID=ubuntu 2024-05-03T10:33:37.988 INFO:teuthology.orchestra.run.smithi123.stdout:ID_LIKE=debian 2024-05-03T10:33:37.988 INFO:teuthology.orchestra.run.smithi123.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-03T10:33:37.988 INFO:teuthology.orchestra.run.smithi123.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-03T10:33:37.988 INFO:teuthology.orchestra.run.smithi123.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-03T10:33:37.988 INFO:teuthology.orchestra.run.smithi123.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-03T10:33:37.988 INFO:teuthology.orchestra.run.smithi123.stdout:UBUNTU_CODENAME=jammy 2024-05-03T10:33:37.988 INFO:teuthology.lock.ops:Updating smithi123.front.sepia.ceph.com on lock server 2024-05-03T10:33:38.010 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-03T10:33:38.019 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-03T10:33:38.036 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-03T10:33:38.036 DEBUG:teuthology.orchestra.run.smithi089:> test '!' -e /home/ubuntu/cephtest 2024-05-03T10:33:38.039 DEBUG:teuthology.orchestra.run.smithi123:> test '!' -e /home/ubuntu/cephtest 2024-05-03T10:33:38.043 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-03T10:33:38.049 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-03T10:33:38.049 DEBUG:teuthology.orchestra.run.smithi089:> test -z $(ls -A /var/lib/ceph) 2024-05-03T10:33:38.087 DEBUG:teuthology.orchestra.run.smithi123:> test -z $(ls -A /var/lib/ceph) 2024-05-03T10:33:38.099 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-03T10:33:38.153 INFO:teuthology.run_tasks:Running task kernel... 2024-05-03T10:33:38.184 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-03T10:33:38.184 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-05-03T10:33:38.184 DEBUG:teuthology.orchestra.run.smithi089:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-03T10:33:38.185 DEBUG:teuthology.orchestra.run.smithi123:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-03T10:33:38.190 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T10:33:38.190 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T10:33:38.191 DEBUG:teuthology.orchestra.run.smithi123:> uname -r 2024-05-03T10:33:38.191 DEBUG:teuthology.orchestra.run.smithi089:> uname -r 2024-05-03T10:33:38.238 INFO:teuthology.orchestra.run.smithi089.stdout:5.15.0-56-generic 2024-05-03T10:33:38.238 INFO:teuthology.task.kernel:Running kernel on smithi089: 5.15.0-56-generic 2024-05-03T10:33:38.238 DEBUG:teuthology.orchestra.run.smithi089:> sudo apt-get clean 2024-05-03T10:33:38.240 INFO:teuthology.orchestra.run.smithi123.stdout:5.15.0-56-generic 2024-05-03T10:33:38.240 INFO:teuthology.task.kernel:Running kernel on smithi123: 5.15.0-56-generic 2024-05-03T10:33:38.240 DEBUG:teuthology.orchestra.run.smithi123:> sudo apt-get clean 2024-05-03T10:33:38.354 DEBUG:teuthology.orchestra.run.smithi089:> sudo apt-get update 2024-05-03T10:33:38.382 DEBUG:teuthology.orchestra.run.smithi123:> sudo apt-get update 2024-05-03T10:33:38.495 INFO:teuthology.orchestra.run.smithi089.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-03T10:33:38.513 INFO:teuthology.orchestra.run.smithi089.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-03T10:33:38.533 INFO:teuthology.orchestra.run.smithi123.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-03T10:33:38.602 INFO:teuthology.orchestra.run.smithi089.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-03T10:33:38.628 INFO:teuthology.orchestra.run.smithi089.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-03T10:33:38.643 INFO:teuthology.orchestra.run.smithi123.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-03T10:33:38.725 INFO:teuthology.orchestra.run.smithi123.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-03T10:33:38.728 INFO:teuthology.orchestra.run.smithi089.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,612 kB] 2024-05-03T10:33:38.758 INFO:teuthology.orchestra.run.smithi123.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,394 kB] 2024-05-03T10:33:38.845 INFO:teuthology.orchestra.run.smithi089.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [620 kB] 2024-05-03T10:33:38.855 INFO:teuthology.orchestra.run.smithi089.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [304 kB] 2024-05-03T10:33:38.858 INFO:teuthology.orchestra.run.smithi089.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-03T10:33:38.858 INFO:teuthology.orchestra.run.smithi089.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-03T10:33:38.858 INFO:teuthology.orchestra.run.smithi089.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-05-03T10:33:38.877 INFO:teuthology.orchestra.run.smithi123.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [453 kB] 2024-05-03T10:33:38.886 INFO:teuthology.orchestra.run.smithi123.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-05-03T10:33:38.886 INFO:teuthology.orchestra.run.smithi089.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-05-03T10:33:38.889 INFO:teuthology.orchestra.run.smithi089.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-03T10:33:38.889 INFO:teuthology.orchestra.run.smithi089.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [701 kB] 2024-05-03T10:33:38.890 INFO:teuthology.orchestra.run.smithi123.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-03T10:33:38.890 INFO:teuthology.orchestra.run.smithi123.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-03T10:33:38.890 INFO:teuthology.orchestra.run.smithi123.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,773 kB] 2024-05-03T10:33:38.900 INFO:teuthology.orchestra.run.smithi089.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,072 kB] 2024-05-03T10:33:38.913 INFO:teuthology.orchestra.run.smithi089.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-05-03T10:33:38.923 INFO:teuthology.orchestra.run.smithi123.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [300 kB] 2024-05-03T10:33:38.926 INFO:teuthology.orchestra.run.smithi123.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-03T10:33:38.926 INFO:teuthology.orchestra.run.smithi123.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-05-03T10:33:38.933 INFO:teuthology.orchestra.run.smithi089.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-03T10:33:38.933 INFO:teuthology.orchestra.run.smithi089.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-03T10:33:38.934 INFO:teuthology.orchestra.run.smithi089.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-03T10:33:38.935 INFO:teuthology.orchestra.run.smithi123.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-05-03T10:33:38.935 INFO:teuthology.orchestra.run.smithi089.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-03T10:33:38.935 INFO:teuthology.orchestra.run.smithi089.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-03T10:33:38.940 INFO:teuthology.orchestra.run.smithi123.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-05-03T10:33:38.941 INFO:teuthology.orchestra.run.smithi123.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-03T10:33:38.941 INFO:teuthology.orchestra.run.smithi123.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-03T10:33:38.942 INFO:teuthology.orchestra.run.smithi123.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-03T10:33:38.942 INFO:teuthology.orchestra.run.smithi123.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-03T10:33:38.944 INFO:teuthology.orchestra.run.smithi089.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-03T10:33:38.945 INFO:teuthology.orchestra.run.smithi089.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-03T10:33:38.946 INFO:teuthology.orchestra.run.smithi089.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-03T10:33:38.946 INFO:teuthology.orchestra.run.smithi089.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-03T10:33:38.965 INFO:teuthology.orchestra.run.smithi089.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-03T10:33:38.965 INFO:teuthology.orchestra.run.smithi089.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-03T10:33:38.965 INFO:teuthology.orchestra.run.smithi089.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-03T10:33:38.966 INFO:teuthology.orchestra.run.smithi089.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-03T10:33:38.977 INFO:teuthology.orchestra.run.smithi123.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-03T10:33:39.082 INFO:teuthology.orchestra.run.smithi089.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [453 kB] 2024-05-03T10:33:39.103 INFO:teuthology.orchestra.run.smithi123.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-03T10:33:39.248 INFO:teuthology.orchestra.run.smithi123.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,612 kB] 2024-05-03T10:33:39.400 INFO:teuthology.orchestra.run.smithi089.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,394 kB] 2024-05-03T10:33:39.577 INFO:teuthology.orchestra.run.smithi089.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-05-03T10:33:39.581 INFO:teuthology.orchestra.run.smithi123.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [620 kB] 2024-05-03T10:33:39.590 INFO:teuthology.orchestra.run.smithi089.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-03T10:33:39.591 INFO:teuthology.orchestra.run.smithi089.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,773 kB] 2024-05-03T10:33:39.623 INFO:teuthology.orchestra.run.smithi123.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [304 kB] 2024-05-03T10:33:39.641 INFO:teuthology.orchestra.run.smithi123.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-03T10:33:39.641 INFO:teuthology.orchestra.run.smithi123.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-03T10:33:39.643 INFO:teuthology.orchestra.run.smithi123.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-05-03T10:33:39.676 INFO:teuthology.orchestra.run.smithi089.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-03T10:33:39.677 INFO:teuthology.orchestra.run.smithi089.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [300 kB] 2024-05-03T10:33:39.685 INFO:teuthology.orchestra.run.smithi089.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-03T10:33:39.685 INFO:teuthology.orchestra.run.smithi089.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-05-03T10:33:39.701 INFO:teuthology.orchestra.run.smithi089.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-05-03T10:33:39.705 INFO:teuthology.orchestra.run.smithi123.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-05-03T10:33:39.712 INFO:teuthology.orchestra.run.smithi123.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-03T10:33:39.881 INFO:teuthology.orchestra.run.smithi123.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [701 kB] 2024-05-03T10:33:39.884 INFO:teuthology.orchestra.run.smithi089.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-05-03T10:33:40.288 INFO:teuthology.orchestra.run.smithi089.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-03T10:33:40.294 INFO:teuthology.orchestra.run.smithi089.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-03T10:33:40.308 INFO:teuthology.orchestra.run.smithi089.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-03T10:33:40.309 INFO:teuthology.orchestra.run.smithi089.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-03T10:33:40.313 INFO:teuthology.orchestra.run.smithi089.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-03T10:33:40.496 INFO:teuthology.orchestra.run.smithi123.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,072 kB] 2024-05-03T10:33:40.616 INFO:teuthology.orchestra.run.smithi123.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-05-03T10:33:40.648 INFO:teuthology.orchestra.run.smithi123.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-03T10:33:40.651 INFO:teuthology.orchestra.run.smithi123.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-03T10:33:40.653 INFO:teuthology.orchestra.run.smithi123.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-03T10:33:40.659 INFO:teuthology.orchestra.run.smithi123.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-03T10:33:40.660 INFO:teuthology.orchestra.run.smithi123.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-03T10:33:40.661 INFO:teuthology.orchestra.run.smithi123.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-03T10:33:40.670 INFO:teuthology.orchestra.run.smithi123.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-03T10:33:40.680 INFO:teuthology.orchestra.run.smithi123.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-03T10:33:40.846 INFO:teuthology.orchestra.run.smithi123.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-03T10:33:40.928 INFO:teuthology.orchestra.run.smithi123.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-03T10:33:41.041 INFO:teuthology.orchestra.run.smithi123.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-03T10:33:41.091 INFO:teuthology.orchestra.run.smithi123.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-03T10:33:41.121 INFO:teuthology.orchestra.run.smithi123.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-03T10:33:44.577 INFO:teuthology.orchestra.run.smithi089.stdout:Fetched 13.3 MB in 2s (7,020 kB/s) 2024-05-03T10:33:45.408 INFO:teuthology.orchestra.run.smithi123.stdout:Fetched 13.3 MB in 3s (4,965 kB/s) 2024-05-03T10:33:45.922 INFO:teuthology.orchestra.run.smithi089.stdout:Reading package lists... 2024-05-03T10:33:45.939 DEBUG:teuthology.orchestra.run.smithi089:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-03T10:33:45.999 INFO:teuthology.orchestra.run.smithi089.stdout:Reading package lists... 2024-05-03T10:33:46.195 INFO:teuthology.orchestra.run.smithi089.stdout:Building dependency tree... 2024-05-03T10:33:46.195 INFO:teuthology.orchestra.run.smithi089.stdout:Reading state information... 2024-05-03T10:33:46.367 INFO:teuthology.orchestra.run.smithi089.stdout:The following packages were automatically installed and are no longer required: 2024-05-03T10:33:46.367 INFO:teuthology.orchestra.run.smithi089.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-03T10:33:46.367 INFO:teuthology.orchestra.run.smithi089.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-03T10:33:46.368 INFO:teuthology.orchestra.run.smithi089.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-03T10:33:46.368 INFO:teuthology.orchestra.run.smithi089.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-03T10:33:46.368 INFO:teuthology.orchestra.run.smithi089.stdout: python2.7-minimal 2024-05-03T10:33:46.368 INFO:teuthology.orchestra.run.smithi089.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-03T10:33:46.369 INFO:teuthology.orchestra.run.smithi089.stdout:The following additional packages will be installed: 2024-05-03T10:33:46.369 INFO:teuthology.orchestra.run.smithi089.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-03T10:33:46.369 INFO:teuthology.orchestra.run.smithi089.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-05-03T10:33:46.370 INFO:teuthology.orchestra.run.smithi089.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-05-03T10:33:46.371 INFO:teuthology.orchestra.run.smithi089.stdout:Suggested packages: 2024-05-03T10:33:46.371 INFO:teuthology.orchestra.run.smithi089.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-03T10:33:46.371 INFO:teuthology.orchestra.run.smithi089.stdout:Recommended packages: 2024-05-03T10:33:46.371 INFO:teuthology.orchestra.run.smithi089.stdout: thermald 2024-05-03T10:33:46.421 INFO:teuthology.orchestra.run.smithi089.stdout:The following NEW packages will be installed: 2024-05-03T10:33:46.422 INFO:teuthology.orchestra.run.smithi089.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-03T10:33:46.422 INFO:teuthology.orchestra.run.smithi089.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-05-03T10:33:46.422 INFO:teuthology.orchestra.run.smithi089.stdout: linux-modules-extra-5.15.0-105-generic 2024-05-03T10:33:46.423 INFO:teuthology.orchestra.run.smithi089.stdout:The following packages will be upgraded: 2024-05-03T10:33:46.423 INFO:teuthology.orchestra.run.smithi089.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-03T10:33:46.602 INFO:teuthology.orchestra.run.smithi089.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-05-03T10:33:46.602 INFO:teuthology.orchestra.run.smithi089.stdout:Need to get 113 MB of archives. 2024-05-03T10:33:46.602 INFO:teuthology.orchestra.run.smithi089.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-03T10:33:46.602 INFO:teuthology.orchestra.run.smithi089.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-05-03T10:33:46.871 INFO:teuthology.orchestra.run.smithi123.stdout:Reading package lists... 2024-05-03T10:33:46.889 DEBUG:teuthology.orchestra.run.smithi123:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-03T10:33:46.950 INFO:teuthology.orchestra.run.smithi123.stdout:Reading package lists... 2024-05-03T10:33:47.151 INFO:teuthology.orchestra.run.smithi123.stdout:Building dependency tree... 2024-05-03T10:33:47.152 INFO:teuthology.orchestra.run.smithi123.stdout:Reading state information... 2024-05-03T10:33:47.328 INFO:teuthology.orchestra.run.smithi123.stdout:The following packages were automatically installed and are no longer required: 2024-05-03T10:33:47.329 INFO:teuthology.orchestra.run.smithi123.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-03T10:33:47.329 INFO:teuthology.orchestra.run.smithi123.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-03T10:33:47.329 INFO:teuthology.orchestra.run.smithi123.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-03T10:33:47.329 INFO:teuthology.orchestra.run.smithi123.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-03T10:33:47.329 INFO:teuthology.orchestra.run.smithi123.stdout: python2.7-minimal 2024-05-03T10:33:47.329 INFO:teuthology.orchestra.run.smithi123.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-03T10:33:47.331 INFO:teuthology.orchestra.run.smithi123.stdout:The following additional packages will be installed: 2024-05-03T10:33:47.331 INFO:teuthology.orchestra.run.smithi123.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-03T10:33:47.331 INFO:teuthology.orchestra.run.smithi123.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-05-03T10:33:47.331 INFO:teuthology.orchestra.run.smithi123.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-05-03T10:33:47.332 INFO:teuthology.orchestra.run.smithi123.stdout:Suggested packages: 2024-05-03T10:33:47.333 INFO:teuthology.orchestra.run.smithi123.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-03T10:33:47.333 INFO:teuthology.orchestra.run.smithi123.stdout:Recommended packages: 2024-05-03T10:33:47.333 INFO:teuthology.orchestra.run.smithi123.stdout: thermald 2024-05-03T10:33:47.381 INFO:teuthology.orchestra.run.smithi123.stdout:The following NEW packages will be installed: 2024-05-03T10:33:47.382 INFO:teuthology.orchestra.run.smithi123.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-03T10:33:47.382 INFO:teuthology.orchestra.run.smithi123.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-05-03T10:33:47.382 INFO:teuthology.orchestra.run.smithi123.stdout: linux-modules-extra-5.15.0-105-generic 2024-05-03T10:33:47.383 INFO:teuthology.orchestra.run.smithi123.stdout:The following packages will be upgraded: 2024-05-03T10:33:47.384 INFO:teuthology.orchestra.run.smithi123.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-03T10:33:47.441 INFO:teuthology.orchestra.run.smithi123.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-05-03T10:33:47.442 INFO:teuthology.orchestra.run.smithi123.stdout:Need to get 113 MB of archives. 2024-05-03T10:33:47.442 INFO:teuthology.orchestra.run.smithi123.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-03T10:33:47.442 INFO:teuthology.orchestra.run.smithi123.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-05-03T10:33:47.990 INFO:teuthology.orchestra.run.smithi123.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-05-03T10:33:48.093 INFO:teuthology.orchestra.run.smithi089.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-05-03T10:33:48.155 INFO:teuthology.orchestra.run.smithi123.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-05-03T10:33:48.437 INFO:teuthology.orchestra.run.smithi089.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-05-03T10:33:49.259 INFO:teuthology.orchestra.run.smithi123.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-05-03T10:33:49.260 INFO:teuthology.orchestra.run.smithi123.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-05-03T10:33:49.260 INFO:teuthology.orchestra.run.smithi123.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-05-03T10:33:49.411 INFO:teuthology.orchestra.run.smithi123.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-05-03T10:33:49.441 INFO:teuthology.orchestra.run.smithi123.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-05-03T10:33:49.827 INFO:teuthology.orchestra.run.smithi123.stdout:Fetched 113 MB in 2s (55.3 MB/s) 2024-05-03T10:33:50.022 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-05-03T10:33:50.627 INFO:teuthology.orchestra.run.smithi089.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-05-03T10:33:50.627 INFO:teuthology.orchestra.run.smithi089.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-05-03T10:33:50.627 INFO:teuthology.orchestra.run.smithi089.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-05-03T10:33:52.123 INFO:teuthology.orchestra.run.smithi123.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 ... 129542 files and directories currently installed.) 2024-05-03T10:33:52.127 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-03T10:33:52.361 INFO:teuthology.orchestra.run.smithi089.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-05-03T10:33:52.478 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-03T10:33:52.787 INFO:teuthology.orchestra.run.smithi089.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-05-03T10:33:53.188 INFO:teuthology.orchestra.run.smithi089.stdout:Fetched 113 MB in 6s (17.8 MB/s) 2024-05-03T10:33:53.516 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-05-03T10:33:54.781 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-05-03T10:33:54.802 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-03T10:33:54.888 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-03T10:33:55.358 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-05-03T10:33:55.379 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-03T10:33:55.408 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-03T10:33:55.519 INFO:teuthology.orchestra.run.smithi089.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 ... 129542 files and directories currently installed.) 2024-05-03T10:33:55.523 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-03T10:33:55.605 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-03T10:33:57.674 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-05-03T10:33:57.692 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-03T10:33:57.762 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-03T10:33:58.202 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-05-03T10:33:58.223 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-03T10:33:58.252 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-03T10:34:02.581 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-05-03T10:34:02.708 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-03T10:34:03.049 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-05-03T10:34:03.169 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-03T10:34:03.482 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-05-03T10:34:03.503 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-05-03T10:34:03.564 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-03T10:34:05.069 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-05-03T10:34:05.171 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-03T10:34:05.513 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-05-03T10:34:05.642 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-03T10:34:05.928 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-05-03T10:34:05.950 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-05-03T10:34:05.994 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-03T10:34:09.325 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-05-03T10:34:09.362 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-03T10:34:09.400 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-03T10:34:12.193 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-05-03T10:34:12.301 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-03T10:34:12.626 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-03T10:34:12.773 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-03T10:34:12.899 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-05-03T10:34:12.927 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-05-03T10:34:12.964 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-03T10:34:13.002 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-03T10:34:13.035 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-03T10:34:14.445 INFO:teuthology.orchestra.run.smithi123.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-03T10:34:14.445 INFO:teuthology.orchestra.run.smithi123.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-03T10:34:14.445 INFO:teuthology.orchestra.run.smithi123.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-05-03T10:34:14.445 INFO:teuthology.orchestra.run.smithi123.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-05-03T10:34:14.871 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-03T10:34:15.724 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-05-03T10:34:15.841 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-03T10:34:16.200 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-03T10:34:16.290 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-03T10:34:16.313 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-03T10:34:16.448 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-05-03T10:34:16.576 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-03T10:34:17.690 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-05-03T10:34:17.816 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-05-03T10:34:17.888 INFO:teuthology.orchestra.run.smithi089.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-03T10:34:17.888 INFO:teuthology.orchestra.run.smithi089.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-03T10:34:17.889 INFO:teuthology.orchestra.run.smithi089.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-05-03T10:34:17.889 INFO:teuthology.orchestra.run.smithi089.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-05-03T10:34:17.959 INFO:teuthology.orchestra.run.smithi123.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-03T10:34:18.024 INFO:teuthology.orchestra.run.smithi123.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-03T10:34:18.024 INFO:teuthology.orchestra.run.smithi123.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-05-03T10:34:18.054 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-03T10:34:19.465 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-03T10:34:21.224 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-05-03T10:34:21.350 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-05-03T10:34:21.468 INFO:teuthology.orchestra.run.smithi089.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-03T10:34:21.539 INFO:teuthology.orchestra.run.smithi089.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-03T10:34:21.539 INFO:teuthology.orchestra.run.smithi089.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-05-03T10:34:32.272 INFO:teuthology.orchestra.run.smithi123.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-03T10:34:32.272 INFO:teuthology.orchestra.run.smithi123.stdout:Sourcing file `/etc/default/grub' 2024-05-03T10:34:32.294 INFO:teuthology.orchestra.run.smithi123.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-03T10:34:32.318 INFO:teuthology.orchestra.run.smithi123.stdout:Generating grub configuration file ... 2024-05-03T10:34:32.600 INFO:teuthology.orchestra.run.smithi123.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-03T10:34:32.625 INFO:teuthology.orchestra.run.smithi123.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-03T10:34:32.964 INFO:teuthology.orchestra.run.smithi123.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-03T10:34:32.969 INFO:teuthology.orchestra.run.smithi123.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-03T10:34:33.039 INFO:teuthology.orchestra.run.smithi123.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-03T10:34:33.044 INFO:teuthology.orchestra.run.smithi123.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-03T10:34:33.192 INFO:teuthology.orchestra.run.smithi123.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-03T10:34:33.192 INFO:teuthology.orchestra.run.smithi123.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-03T10:34:33.192 INFO:teuthology.orchestra.run.smithi123.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-03T10:34:33.233 INFO:teuthology.orchestra.run.smithi123.stdout:done 2024-05-03T10:34:33.784 DEBUG:teuthology.orchestra.run.smithi123:> dpkg -s linux-image-generic 2024-05-03T10:34:33.802 INFO:teuthology.orchestra.run.smithi123.stdout:Package: linux-image-generic 2024-05-03T10:34:33.802 INFO:teuthology.orchestra.run.smithi123.stdout:Status: install ok installed 2024-05-03T10:34:33.802 INFO:teuthology.orchestra.run.smithi123.stdout:Priority: optional 2024-05-03T10:34:33.802 INFO:teuthology.orchestra.run.smithi123.stdout:Section: kernel 2024-05-03T10:34:33.802 INFO:teuthology.orchestra.run.smithi123.stdout:Installed-Size: 21 2024-05-03T10:34:33.802 INFO:teuthology.orchestra.run.smithi123.stdout:Maintainer: Ubuntu Kernel Team 2024-05-03T10:34:33.802 INFO:teuthology.orchestra.run.smithi123.stdout:Architecture: amd64 2024-05-03T10:34:33.802 INFO:teuthology.orchestra.run.smithi123.stdout:Source: linux-meta 2024-05-03T10:34:33.802 INFO:teuthology.orchestra.run.smithi123.stdout:Version: 5.15.0.105.102 2024-05-03T10:34:33.803 INFO:teuthology.orchestra.run.smithi123.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-03T10:34:33.803 INFO:teuthology.orchestra.run.smithi123.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-03T10:34:33.803 INFO:teuthology.orchestra.run.smithi123.stdout:Recommends: thermald 2024-05-03T10:34:33.803 INFO:teuthology.orchestra.run.smithi123.stdout:Description: Generic Linux kernel image 2024-05-03T10:34:33.803 INFO:teuthology.orchestra.run.smithi123.stdout: This package will always depend on the latest generic kernel image 2024-05-03T10:34:33.803 INFO:teuthology.orchestra.run.smithi123.stdout: available. 2024-05-03T10:34:33.804 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-05-03T10:34:33.804 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-03T10:34:33.804 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-03T10:34:33.805 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-03T10:34:33.805 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi123.front.sepia.ceph.com, path=None, version=distro) 2024-05-03T10:34:33.805 DEBUG:teuthology.orchestra.run.smithi123:> sudo apt-get clean 2024-05-03T10:34:33.999 DEBUG:teuthology.orchestra.run.smithi123:> sudo apt-get update 2024-05-03T10:34:34.245 INFO:teuthology.orchestra.run.smithi123.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-03T10:34:34.256 INFO:teuthology.orchestra.run.smithi123.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-03T10:34:34.342 INFO:teuthology.orchestra.run.smithi123.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-03T10:34:34.434 INFO:teuthology.orchestra.run.smithi123.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-03T10:34:35.569 INFO:teuthology.orchestra.run.smithi123.stdout:Reading package lists... 2024-05-03T10:34:35.586 DEBUG:teuthology.orchestra.run.smithi123:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-03T10:34:35.639 INFO:teuthology.orchestra.run.smithi123.stdout:Reading package lists... 2024-05-03T10:34:35.806 INFO:teuthology.orchestra.run.smithi089.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-03T10:34:35.806 INFO:teuthology.orchestra.run.smithi089.stdout:Sourcing file `/etc/default/grub' 2024-05-03T10:34:35.816 INFO:teuthology.orchestra.run.smithi123.stdout:Building dependency tree... 2024-05-03T10:34:35.816 INFO:teuthology.orchestra.run.smithi123.stdout:Reading state information... 2024-05-03T10:34:35.830 INFO:teuthology.orchestra.run.smithi089.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-03T10:34:35.848 INFO:teuthology.orchestra.run.smithi089.stdout:Generating grub configuration file ... 2024-05-03T10:34:35.973 INFO:teuthology.orchestra.run.smithi123.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-05-03T10:34:35.973 INFO:teuthology.orchestra.run.smithi123.stdout:The following packages were automatically installed and are no longer required: 2024-05-03T10:34:35.973 INFO:teuthology.orchestra.run.smithi123.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-03T10:34:35.973 INFO:teuthology.orchestra.run.smithi123.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-03T10:34:35.973 INFO:teuthology.orchestra.run.smithi123.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-03T10:34:35.974 INFO:teuthology.orchestra.run.smithi123.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-03T10:34:35.974 INFO:teuthology.orchestra.run.smithi123.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-03T10:34:35.974 INFO:teuthology.orchestra.run.smithi123.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-03T10:34:36.010 INFO:teuthology.orchestra.run.smithi123.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-05-03T10:34:36.011 DEBUG:teuthology.orchestra.run.smithi123:> dpkg -s linux-image-generic 2024-05-03T10:34:36.066 INFO:teuthology.orchestra.run.smithi123.stdout:Package: linux-image-generic 2024-05-03T10:34:36.066 INFO:teuthology.orchestra.run.smithi123.stdout:Status: install ok installed 2024-05-03T10:34:36.066 INFO:teuthology.orchestra.run.smithi123.stdout:Priority: optional 2024-05-03T10:34:36.066 INFO:teuthology.orchestra.run.smithi123.stdout:Section: kernel 2024-05-03T10:34:36.067 INFO:teuthology.orchestra.run.smithi123.stdout:Installed-Size: 21 2024-05-03T10:34:36.067 INFO:teuthology.orchestra.run.smithi123.stdout:Maintainer: Ubuntu Kernel Team 2024-05-03T10:34:36.067 INFO:teuthology.orchestra.run.smithi123.stdout:Architecture: amd64 2024-05-03T10:34:36.067 INFO:teuthology.orchestra.run.smithi123.stdout:Source: linux-meta 2024-05-03T10:34:36.067 INFO:teuthology.orchestra.run.smithi123.stdout:Version: 5.15.0.105.102 2024-05-03T10:34:36.067 INFO:teuthology.orchestra.run.smithi123.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-03T10:34:36.067 INFO:teuthology.orchestra.run.smithi123.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-03T10:34:36.067 INFO:teuthology.orchestra.run.smithi123.stdout:Recommends: thermald 2024-05-03T10:34:36.067 INFO:teuthology.orchestra.run.smithi123.stdout:Description: Generic Linux kernel image 2024-05-03T10:34:36.067 INFO:teuthology.orchestra.run.smithi123.stdout: This package will always depend on the latest generic kernel image 2024-05-03T10:34:36.067 INFO:teuthology.orchestra.run.smithi123.stdout: available. 2024-05-03T10:34:36.068 DEBUG:teuthology.orchestra.run.smithi123:> mktemp 2024-05-03T10:34:36.090 INFO:teuthology.orchestra.run.smithi089.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-03T10:34:36.104 INFO:teuthology.orchestra.run.smithi089.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-03T10:34:36.115 INFO:teuthology.orchestra.run.smithi123.stdout:/tmp/tmp.CGYimqcw2W 2024-05-03T10:34:36.115 DEBUG:teuthology.orchestra.run.smithi123:> sudo cp /boot/grub/grub.cfg /tmp/tmp.CGYimqcw2W 2024-05-03T10:34:36.171 DEBUG:teuthology.orchestra.run.smithi123:> sudo chmod 0666 /tmp/tmp.CGYimqcw2W 2024-05-03T10:34:36.300 DEBUG:teuthology.orchestra.remote:smithi123:/tmp/tmp.CGYimqcw2W is 10KB 2024-05-03T10:34:36.313 DEBUG:teuthology.orchestra.run.smithi123:> rm -fr /tmp/tmp.CGYimqcw2W 2024-05-03T10:34:36.318 DEBUG:teuthology.orchestra.run.smithi123:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-03T10:34:36.374 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2024-05-03T10:34:36.374 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-03T10:34:36.374 DEBUG:teuthology.orchestra.run.smithi123:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-03T10:34:36.396 INFO:teuthology.orchestra.run.smithi089.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-03T10:34:36.402 INFO:teuthology.orchestra.run.smithi089.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-03T10:34:36.462 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-05-03T10:34:36.462 DEBUG:teuthology.orchestra.run.smithi123:> sudo update-grub 2024-05-03T10:34:36.472 INFO:teuthology.orchestra.run.smithi089.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-03T10:34:36.478 INFO:teuthology.orchestra.run.smithi089.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-03T10:34:36.661 INFO:teuthology.orchestra.run.smithi089.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-03T10:34:36.661 INFO:teuthology.orchestra.run.smithi089.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-03T10:34:36.661 INFO:teuthology.orchestra.run.smithi089.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-03T10:34:36.709 INFO:teuthology.orchestra.run.smithi089.stdout:done 2024-05-03T10:34:37.197 DEBUG:teuthology.orchestra.run.smithi089:> dpkg -s linux-image-generic 2024-05-03T10:34:37.222 INFO:teuthology.orchestra.run.smithi089.stdout:Package: linux-image-generic 2024-05-03T10:34:37.222 INFO:teuthology.orchestra.run.smithi089.stdout:Status: install ok installed 2024-05-03T10:34:37.222 INFO:teuthology.orchestra.run.smithi089.stdout:Priority: optional 2024-05-03T10:34:37.222 INFO:teuthology.orchestra.run.smithi089.stdout:Section: kernel 2024-05-03T10:34:37.222 INFO:teuthology.orchestra.run.smithi089.stdout:Installed-Size: 21 2024-05-03T10:34:37.222 INFO:teuthology.orchestra.run.smithi089.stdout:Maintainer: Ubuntu Kernel Team 2024-05-03T10:34:37.223 INFO:teuthology.orchestra.run.smithi089.stdout:Architecture: amd64 2024-05-03T10:34:37.223 INFO:teuthology.orchestra.run.smithi089.stdout:Source: linux-meta 2024-05-03T10:34:37.223 INFO:teuthology.orchestra.run.smithi089.stdout:Version: 5.15.0.105.102 2024-05-03T10:34:37.223 INFO:teuthology.orchestra.run.smithi089.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-03T10:34:37.223 INFO:teuthology.orchestra.run.smithi089.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-03T10:34:37.223 INFO:teuthology.orchestra.run.smithi089.stdout:Recommends: thermald 2024-05-03T10:34:37.223 INFO:teuthology.orchestra.run.smithi089.stdout:Description: Generic Linux kernel image 2024-05-03T10:34:37.223 INFO:teuthology.orchestra.run.smithi089.stdout: This package will always depend on the latest generic kernel image 2024-05-03T10:34:37.223 INFO:teuthology.orchestra.run.smithi089.stdout: available. 2024-05-03T10:34:37.223 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-05-03T10:34:37.223 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-03T10:34:37.223 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-03T10:34:37.223 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-03T10:34:37.223 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi089.front.sepia.ceph.com, path=None, version=distro) 2024-05-03T10:34:37.224 DEBUG:teuthology.orchestra.run.smithi089:> sudo apt-get clean 2024-05-03T10:34:37.371 DEBUG:teuthology.orchestra.run.smithi089:> sudo apt-get update 2024-05-03T10:34:37.494 INFO:teuthology.orchestra.run.smithi089.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-03T10:34:37.612 INFO:teuthology.orchestra.run.smithi089.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-03T10:34:37.716 INFO:teuthology.orchestra.run.smithi089.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-03T10:34:37.782 INFO:teuthology.orchestra.run.smithi089.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-03T10:34:37.794 INFO:teuthology.orchestra.run.smithi123.stderr:Sourcing file `/etc/default/grub' 2024-05-03T10:34:37.796 INFO:teuthology.orchestra.run.smithi123.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-03T10:34:37.800 INFO:teuthology.orchestra.run.smithi123.stderr:Generating grub configuration file ... 2024-05-03T10:34:38.029 INFO:teuthology.orchestra.run.smithi123.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-03T10:34:38.035 INFO:teuthology.orchestra.run.smithi123.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-03T10:34:38.287 INFO:teuthology.orchestra.run.smithi123.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-03T10:34:38.292 INFO:teuthology.orchestra.run.smithi123.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-03T10:34:38.332 INFO:teuthology.orchestra.run.smithi123.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-03T10:34:38.338 INFO:teuthology.orchestra.run.smithi123.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-03T10:34:38.456 INFO:teuthology.orchestra.run.smithi123.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-03T10:34:38.456 INFO:teuthology.orchestra.run.smithi123.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-03T10:34:38.456 INFO:teuthology.orchestra.run.smithi123.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-03T10:34:38.483 INFO:teuthology.orchestra.run.smithi123.stderr:done 2024-05-03T10:34:38.485 DEBUG:teuthology.orchestra.run.smithi123:> sudo shutdown -r now 2024-05-03T10:34:38.921 INFO:teuthology.orchestra.run.smithi089.stdout:Reading package lists... 2024-05-03T10:34:38.939 DEBUG:teuthology.orchestra.run.smithi089:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-03T10:34:38.989 INFO:teuthology.orchestra.run.smithi089.stdout:Reading package lists... 2024-05-03T10:34:39.179 INFO:teuthology.orchestra.run.smithi089.stdout:Building dependency tree... 2024-05-03T10:34:39.179 INFO:teuthology.orchestra.run.smithi089.stdout:Reading state information... 2024-05-03T10:34:39.334 INFO:teuthology.orchestra.run.smithi089.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-05-03T10:34:39.334 INFO:teuthology.orchestra.run.smithi089.stdout:The following packages were automatically installed and are no longer required: 2024-05-03T10:34:39.334 INFO:teuthology.orchestra.run.smithi089.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-03T10:34:39.334 INFO:teuthology.orchestra.run.smithi089.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-03T10:34:39.334 INFO:teuthology.orchestra.run.smithi089.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-03T10:34:39.334 INFO:teuthology.orchestra.run.smithi089.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-03T10:34:39.338 INFO:teuthology.orchestra.run.smithi089.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-03T10:34:39.338 INFO:teuthology.orchestra.run.smithi089.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-03T10:34:39.374 INFO:teuthology.orchestra.run.smithi089.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-05-03T10:34:39.375 DEBUG:teuthology.orchestra.run.smithi089:> dpkg -s linux-image-generic 2024-05-03T10:34:39.431 INFO:teuthology.orchestra.run.smithi089.stdout:Package: linux-image-generic 2024-05-03T10:34:39.431 INFO:teuthology.orchestra.run.smithi089.stdout:Status: install ok installed 2024-05-03T10:34:39.431 INFO:teuthology.orchestra.run.smithi089.stdout:Priority: optional 2024-05-03T10:34:39.431 INFO:teuthology.orchestra.run.smithi089.stdout:Section: kernel 2024-05-03T10:34:39.431 INFO:teuthology.orchestra.run.smithi089.stdout:Installed-Size: 21 2024-05-03T10:34:39.431 INFO:teuthology.orchestra.run.smithi089.stdout:Maintainer: Ubuntu Kernel Team 2024-05-03T10:34:39.431 INFO:teuthology.orchestra.run.smithi089.stdout:Architecture: amd64 2024-05-03T10:34:39.431 INFO:teuthology.orchestra.run.smithi089.stdout:Source: linux-meta 2024-05-03T10:34:39.432 INFO:teuthology.orchestra.run.smithi089.stdout:Version: 5.15.0.105.102 2024-05-03T10:34:39.432 INFO:teuthology.orchestra.run.smithi089.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-03T10:34:39.432 INFO:teuthology.orchestra.run.smithi089.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-03T10:34:39.432 INFO:teuthology.orchestra.run.smithi089.stdout:Recommends: thermald 2024-05-03T10:34:39.432 INFO:teuthology.orchestra.run.smithi089.stdout:Description: Generic Linux kernel image 2024-05-03T10:34:39.432 INFO:teuthology.orchestra.run.smithi089.stdout: This package will always depend on the latest generic kernel image 2024-05-03T10:34:39.432 INFO:teuthology.orchestra.run.smithi089.stdout: available. 2024-05-03T10:34:39.432 DEBUG:teuthology.orchestra.run.smithi089:> mktemp 2024-05-03T10:34:39.476 INFO:teuthology.orchestra.run.smithi089.stdout:/tmp/tmp.048X1AP1Hv 2024-05-03T10:34:39.476 DEBUG:teuthology.orchestra.run.smithi089:> sudo cp /boot/grub/grub.cfg /tmp/tmp.048X1AP1Hv 2024-05-03T10:34:39.532 DEBUG:teuthology.orchestra.run.smithi089:> sudo chmod 0666 /tmp/tmp.048X1AP1Hv 2024-05-03T10:34:39.660 DEBUG:teuthology.orchestra.remote:smithi089:/tmp/tmp.048X1AP1Hv is 10KB 2024-05-03T10:34:39.672 DEBUG:teuthology.orchestra.run.smithi089:> rm -fr /tmp/tmp.048X1AP1Hv 2024-05-03T10:34:39.677 DEBUG:teuthology.orchestra.run.smithi089:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-03T10:34:39.732 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-05-03T10:34:39.732 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-03T10:34:39.732 DEBUG:teuthology.orchestra.run.smithi089:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-03T10:34:39.799 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-05-03T10:34:39.799 DEBUG:teuthology.orchestra.run.smithi089:> sudo update-grub 2024-05-03T10:34:41.030 INFO:teuthology.orchestra.run.smithi089.stderr:Sourcing file `/etc/default/grub' 2024-05-03T10:34:41.030 INFO:teuthology.orchestra.run.smithi089.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-03T10:34:41.034 INFO:teuthology.orchestra.run.smithi089.stderr:Generating grub configuration file ... 2024-05-03T10:34:41.228 INFO:teuthology.orchestra.run.smithi089.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-03T10:34:41.234 INFO:teuthology.orchestra.run.smithi089.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-03T10:34:41.470 INFO:teuthology.orchestra.run.smithi089.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-03T10:34:41.475 INFO:teuthology.orchestra.run.smithi089.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-03T10:34:41.516 INFO:teuthology.orchestra.run.smithi089.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-03T10:34:41.521 INFO:teuthology.orchestra.run.smithi089.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-03T10:34:41.649 INFO:teuthology.orchestra.run.smithi089.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-03T10:34:41.649 INFO:teuthology.orchestra.run.smithi089.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-03T10:34:41.650 INFO:teuthology.orchestra.run.smithi089.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-03T10:34:41.660 INFO:teuthology.orchestra.run.smithi089.stderr:done 2024-05-03T10:34:41.680 DEBUG:teuthology.orchestra.run.smithi089:> sudo shutdown -r now 2024-05-03T10:35:08.511 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-03T10:35:08.512 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi123.front.sepia.ceph.com' 2024-05-03T10:35:08.513 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi123.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T10:35:11.686 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-03T10:35:11.686 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-05-03T10:35:11.687 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T10:35:26.883 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.123 2024-05-03T10:35:30.206 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.89 2024-05-03T10:35:35.886 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi123.front.sepia.ceph.com' 2024-05-03T10:35:35.887 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi123.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T10:35:38.946 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.123 2024-05-03T10:35:39.208 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-05-03T10:35:39.209 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T10:35:42.274 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.89 2024-05-03T10:35:50.954 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi123.front.sepia.ceph.com' 2024-05-03T10:35:50.955 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi123.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T10:35:54.278 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-05-03T10:35:54.279 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T10:36:12.702 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.89 2024-05-03T10:36:22.859 DEBUG:teuthology.orchestra.run.smithi123:> true 2024-05-03T10:36:23.424 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi123.front.sepia.ceph.com' 2024-05-03T10:36:23.424 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-105-generic"... 2024-05-03T10:36:23.425 DEBUG:teuthology.orchestra.run.smithi123:> uname -r 2024-05-03T10:36:23.471 INFO:teuthology.orchestra.run.smithi123.stdout:5.15.0-105-generic 2024-05-03T10:36:23.471 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-05-03T10:36:23.471 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-03T10:36:23.472 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-03T10:36:24.472 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-03T10:36:24.473 DEBUG:teuthology.orchestra.run.smithi123:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-03T10:36:24.572 INFO:teuthology.orchestra.run.smithi123.stdout:ttyS1 2024-05-03T10:36:24.597 DEBUG:teuthology.parallel:result is None 2024-05-03T10:36:27.703 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-05-03T10:36:27.704 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T10:36:27.891 DEBUG:teuthology.orchestra.run.smithi089:> true 2024-05-03T10:36:28.418 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-05-03T10:36:28.418 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-105-generic"... 2024-05-03T10:36:28.418 DEBUG:teuthology.orchestra.run.smithi089:> uname -r 2024-05-03T10:36:28.464 INFO:teuthology.orchestra.run.smithi089.stdout:5.15.0-105-generic 2024-05-03T10:36:28.464 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-05-03T10:36:28.464 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-03T10:36:28.464 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-03T10:36:29.465 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-03T10:36:29.465 DEBUG:teuthology.orchestra.run.smithi089:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-03T10:36:29.539 INFO:teuthology.orchestra.run.smithi089.stdout:ttyS1 2024-05-03T10:36:29.561 DEBUG:teuthology.parallel:result is None 2024-05-03T10:36:29.561 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-03T10:36:29.571 INFO:teuthology.task.internal:Creating test directory... 2024-05-03T10:36:29.572 DEBUG:teuthology.orchestra.run.smithi089:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-03T10:36:29.574 DEBUG:teuthology.orchestra.run.smithi123:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-03T10:36:29.580 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-03T10:36:29.587 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-03T10:36:29.593 INFO:teuthology.task.internal:Creating archive directory... 2024-05-03T10:36:29.593 DEBUG:teuthology.orchestra.run.smithi089:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-03T10:36:29.621 DEBUG:teuthology.orchestra.run.smithi123:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-03T10:36:29.791 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-03T10:36:29.798 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-03T10:36:29.798 DEBUG:teuthology.orchestra.run.smithi089:> 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 2024-05-03T10:36:29.801 DEBUG:teuthology.orchestra.run.smithi123:> 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 2024-05-03T10:36:29.823 INFO:teuthology.orchestra.run.smithi123.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-03T10:36:29.825 INFO:teuthology.orchestra.run.smithi089.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-03T10:36:29.832 INFO:teuthology.orchestra.run.smithi123.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-03T10:36:29.833 INFO:teuthology.orchestra.run.smithi089.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-03T10:36:29.835 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-03T10:36:29.842 INFO:teuthology.task.internal:Configuring sudo... 2024-05-03T10:36:29.842 DEBUG:teuthology.orchestra.run.smithi089:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-03T10:36:29.877 DEBUG:teuthology.orchestra.run.smithi123:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-03T10:36:29.890 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-03T10:36:29.899 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-03T10:36:29.900 DEBUG:teuthology.orchestra.run.smithi089:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-03T10:36:29.933 DEBUG:teuthology.orchestra.run.smithi123:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-03T10:36:29.939 DEBUG:teuthology.orchestra.run.smithi089:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-03T10:36:29.984 DEBUG:teuthology.orchestra.run.smithi089:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-03T10:36:30.032 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-05-03T10:36:30.032 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-03T10:36:30.096 DEBUG:teuthology.orchestra.run.smithi123:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-03T10:36:30.101 DEBUG:teuthology.orchestra.run.smithi123:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-03T10:36:30.147 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2024-05-03T10:36:30.147 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-03T10:36:30.218 DEBUG:teuthology.orchestra.run.smithi089:> sudo service rsyslog restart 2024-05-03T10:36:30.221 DEBUG:teuthology.orchestra.run.smithi123:> sudo service rsyslog restart 2024-05-03T10:36:30.290 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-03T10:36:30.297 INFO:teuthology.task.internal:Starting timer... 2024-05-03T10:36:30.297 INFO:teuthology.run_tasks:Running task pcp... 2024-05-03T10:36:30.307 INFO:teuthology.run_tasks:Running task selinux... 2024-05-03T10:36:30.316 DEBUG:teuthology.task.selinux:Excluding smithi089: OS 'ubuntu' does not support SELinux 2024-05-03T10:36:30.316 DEBUG:teuthology.task.selinux:Excluding smithi123: OS 'ubuntu' does not support SELinux 2024-05-03T10:36:30.316 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-03T10:36:30.316 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-05-03T10:36:30.316 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-03T10:36:30.316 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-03T10:36:30.325 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-03T10:36:30.343 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'}]}] 2024-05-03T10:36:30.345 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi089.front.sepia.ceph.com,smithi123.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-03T10:43:32.584 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi089.front.sepia.ceph.com'), Remote(name='ubuntu@smithi123.front.sepia.ceph.com')] 2024-05-03T10:43:32.585 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-05-03T10:43:32.586 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T10:43:32.669 DEBUG:teuthology.orchestra.run.smithi089:> true 2024-05-03T10:43:32.750 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-05-03T10:43:32.751 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi123.front.sepia.ceph.com' 2024-05-03T10:43:32.751 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi123.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-03T10:43:32.829 DEBUG:teuthology.orchestra.run.smithi123:> true 2024-05-03T10:43:32.906 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi123.front.sepia.ceph.com' 2024-05-03T10:43:32.906 INFO:teuthology.run_tasks:Running task clock... 2024-05-03T10:43:32.920 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-03T10:43:32.920 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-03T10:43:32.921 DEBUG:teuthology.orchestra.run.smithi089:> 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 2024-05-03T10:43:32.923 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-03T10:43:32.923 DEBUG:teuthology.orchestra.run.smithi123:> 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 2024-05-03T10:43:32.949 INFO:teuthology.orchestra.run.smithi089.stdout: 3 May 10:43:32 ntpd[17297]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-03T10:43:32.949 INFO:teuthology.orchestra.run.smithi089.stdout: 3 May 10:43:32 ntpd[17297]: Command line: ntpd -gq 2024-05-03T10:43:32.950 INFO:teuthology.orchestra.run.smithi089.stdout: 3 May 10:43:32 ntpd[17297]: ---------------------------------------------------- 2024-05-03T10:43:32.950 INFO:teuthology.orchestra.run.smithi089.stdout: 3 May 10:43:32 ntpd[17297]: ntp-4 is maintained by Network Time Foundation, 2024-05-03T10:43:32.950 INFO:teuthology.orchestra.run.smithi089.stdout: 3 May 10:43:32 ntpd[17297]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-03T10:43:32.950 INFO:teuthology.orchestra.run.smithi089.stdout: 3 May 10:43:32 ntpd[17297]: corporation. Support and training for ntp-4 are 2024-05-03T10:43:32.950 INFO:teuthology.orchestra.run.smithi089.stdout: 3 May 10:43:32 ntpd[17297]: available at https://www.nwtime.org/support 2024-05-03T10:43:32.951 INFO:teuthology.orchestra.run.smithi089.stdout: 3 May 10:43:32 ntpd[17297]: ---------------------------------------------------- 2024-05-03T10:43:32.951 INFO:teuthology.orchestra.run.smithi089.stdout: 3 May 10:43:32 ntpd[17297]: proto: precision = 0.044 usec (-24) 2024-05-03T10:43:32.951 INFO:teuthology.orchestra.run.smithi089.stdout: 3 May 10:43:32 ntpd[17297]: basedate set to 2022-02-04 2024-05-03T10:43:32.951 INFO:teuthology.orchestra.run.smithi089.stdout: 3 May 10:43:32 ntpd[17297]: gps base set to 2022-02-06 (week 2196) 2024-05-03T10:43:32.951 INFO:teuthology.orchestra.run.smithi089.stdout: 3 May 10:43:32 ntpd[17297]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-03T10:43:32.951 INFO:teuthology.orchestra.run.smithi089.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-03T10:43:32.951 INFO:teuthology.orchestra.run.smithi089.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-03T10:43:32.953 INFO:teuthology.orchestra.run.smithi089.stdout: 3 May 10:43:32 ntpd[17297]: restrict ::: KOD does nothing without LIMITED. 2024-05-03T10:43:32.953 INFO:teuthology.orchestra.run.smithi089.stdout: 3 May 10:43:32 ntpd[17297]: Listen and drop on 0 v6wildcard [::]:123 2024-05-03T10:43:32.953 INFO:teuthology.orchestra.run.smithi089.stdout: 3 May 10:43:32 ntpd[17297]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-03T10:43:32.953 INFO:teuthology.orchestra.run.smithi089.stdout: 3 May 10:43:32 ntpd[17297]: Listen normally on 2 lo 127.0.0.1:123 2024-05-03T10:43:32.953 INFO:teuthology.orchestra.run.smithi089.stdout: 3 May 10:43:32 ntpd[17297]: Listen normally on 3 enp3s0f1 172.21.15.89:123 2024-05-03T10:43:32.954 INFO:teuthology.orchestra.run.smithi089.stdout: 3 May 10:43:32 ntpd[17297]: Listen normally on 4 lo [::1]:123 2024-05-03T10:43:32.954 INFO:teuthology.orchestra.run.smithi089.stdout: 3 May 10:43:32 ntpd[17297]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d501%5]:123 2024-05-03T10:43:32.954 INFO:teuthology.orchestra.run.smithi089.stdout: 3 May 10:43:32 ntpd[17297]: Listening on routing socket on fd #22 for interface updates 2024-05-03T10:43:32.982 INFO:teuthology.orchestra.run.smithi123.stdout: 3 May 10:43:32 ntpd[17237]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-03T10:43:32.982 INFO:teuthology.orchestra.run.smithi123.stdout: 3 May 10:43:32 ntpd[17237]: Command line: ntpd -gq 2024-05-03T10:43:32.983 INFO:teuthology.orchestra.run.smithi123.stdout: 3 May 10:43:32 ntpd[17237]: ---------------------------------------------------- 2024-05-03T10:43:32.983 INFO:teuthology.orchestra.run.smithi123.stdout: 3 May 10:43:32 ntpd[17237]: ntp-4 is maintained by Network Time Foundation, 2024-05-03T10:43:32.983 INFO:teuthology.orchestra.run.smithi123.stdout: 3 May 10:43:32 ntpd[17237]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-03T10:43:32.983 INFO:teuthology.orchestra.run.smithi123.stdout: 3 May 10:43:32 ntpd[17237]: corporation. Support and training for ntp-4 are 2024-05-03T10:43:32.983 INFO:teuthology.orchestra.run.smithi123.stdout: 3 May 10:43:32 ntpd[17237]: available at https://www.nwtime.org/support 2024-05-03T10:43:32.983 INFO:teuthology.orchestra.run.smithi123.stdout: 3 May 10:43:32 ntpd[17237]: ---------------------------------------------------- 2024-05-03T10:43:32.984 INFO:teuthology.orchestra.run.smithi123.stdout: 3 May 10:43:32 ntpd[17237]: proto: precision = 0.061 usec (-24) 2024-05-03T10:43:32.984 INFO:teuthology.orchestra.run.smithi123.stdout: 3 May 10:43:32 ntpd[17237]: basedate set to 2022-02-04 2024-05-03T10:43:32.984 INFO:teuthology.orchestra.run.smithi123.stdout: 3 May 10:43:32 ntpd[17237]: gps base set to 2022-02-06 (week 2196) 2024-05-03T10:43:32.984 INFO:teuthology.orchestra.run.smithi123.stdout: 3 May 10:43:32 ntpd[17237]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-03T10:43:32.984 INFO:teuthology.orchestra.run.smithi123.stdout: 3 May 10:43:32 ntpd[17237]: restrict ::: KOD does nothing without LIMITED. 2024-05-03T10:43:32.984 INFO:teuthology.orchestra.run.smithi123.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-03T10:43:32.984 INFO:teuthology.orchestra.run.smithi123.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-03T10:43:32.985 INFO:teuthology.orchestra.run.smithi123.stdout: 3 May 10:43:32 ntpd[17237]: Listen and drop on 0 v6wildcard [::]:123 2024-05-03T10:43:32.985 INFO:teuthology.orchestra.run.smithi123.stdout: 3 May 10:43:32 ntpd[17237]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-03T10:43:32.985 INFO:teuthology.orchestra.run.smithi123.stdout: 3 May 10:43:32 ntpd[17237]: Listen normally on 2 lo 127.0.0.1:123 2024-05-03T10:43:32.986 INFO:teuthology.orchestra.run.smithi123.stdout: 3 May 10:43:32 ntpd[17237]: Listen normally on 3 enp3s0f1 172.21.15.123:123 2024-05-03T10:43:32.986 INFO:teuthology.orchestra.run.smithi123.stdout: 3 May 10:43:32 ntpd[17237]: Listen normally on 4 lo [::1]:123 2024-05-03T10:43:32.986 INFO:teuthology.orchestra.run.smithi123.stdout: 3 May 10:43:32 ntpd[17237]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d3f1%5]:123 2024-05-03T10:43:32.986 INFO:teuthology.orchestra.run.smithi123.stdout: 3 May 10:43:32 ntpd[17237]: Listening on routing socket on fd #22 for interface updates 2024-05-03T10:43:33.949 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:33 ntpd[17297]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:43:33.949 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:33 ntpd[17297]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:43:33.949 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:33 ntpd[17297]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:43:33.949 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:33 ntpd[17297]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:43:33.949 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:33 ntpd[17297]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-03T10:43:33.949 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:33 ntpd[17297]: can't open /var/log/ntpstats/peerstats.20240503: Permission denied 2024-05-03T10:43:34.983 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:34 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:43:34.983 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:34 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:43:34.984 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:34 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:43:34.984 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:34 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:43:34.984 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:34 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:43:34.984 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:34 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:43:34.984 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:34 ntpd[17237]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-03T10:43:34.984 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:34 ntpd[17237]: can't open /var/log/ntpstats/peerstats.20240503: Permission denied 2024-05-03T10:43:34.984 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:34 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:43:34.984 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:34 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:43:34.984 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:34 ntpd[17237]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-03T10:43:34.984 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:34 ntpd[17237]: can't open /var/log/ntpstats/peerstats.20240503: Permission denied 2024-05-03T10:43:35.949 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:35 ntpd[17297]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:43:35.949 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:35 ntpd[17297]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:43:35.950 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:35 ntpd[17297]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:43:35.950 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:35 ntpd[17297]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:43:35.950 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:35 ntpd[17297]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:43:35.950 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:35 ntpd[17297]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:43:35.950 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:35 ntpd[17297]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-03T10:43:35.950 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:35 ntpd[17297]: can't open /var/log/ntpstats/peerstats.20240503: Permission denied 2024-05-03T10:43:35.950 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:35 ntpd[17297]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:43:35.950 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:35 ntpd[17297]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:43:35.950 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:35 ntpd[17297]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-03T10:43:35.950 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:35 ntpd[17297]: can't open /var/log/ntpstats/peerstats.20240503: Permission denied 2024-05-03T10:43:36.949 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:36 ntpd[17297]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:43:36.949 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:36 ntpd[17297]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:43:36.949 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:36 ntpd[17297]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:43:36.949 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:36 ntpd[17297]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:43:36.949 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:36 ntpd[17297]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-03T10:43:36.949 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:36 ntpd[17297]: can't open /var/log/ntpstats/peerstats.20240503: Permission denied 2024-05-03T10:43:36.984 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:36 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:43:36.985 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:36 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:43:36.985 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:36 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:43:36.985 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:36 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:43:36.985 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:36 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:43:36.985 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:36 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:43:36.985 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:36 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:43:36.985 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:36 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:43:36.985 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:36 ntpd[17237]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-03T10:43:36.985 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:36 ntpd[17237]: can't open /var/log/ntpstats/peerstats.20240503: Permission denied 2024-05-03T10:43:36.985 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:36 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:43:36.985 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:36 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:43:36.985 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:36 ntpd[17237]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-03T10:43:36.985 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:36 ntpd[17237]: can't open /var/log/ntpstats/peerstats.20240503: Permission denied 2024-05-03T10:43:36.985 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:36 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:43:36.986 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:36 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:43:36.986 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:36 ntpd[17237]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-03T10:43:36.986 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:36 ntpd[17237]: can't open /var/log/ntpstats/peerstats.20240503: Permission denied 2024-05-03T10:43:37.949 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:37 ntpd[17297]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:43:37.950 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:37 ntpd[17297]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:43:37.950 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:37 ntpd[17297]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:43:37.950 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:37 ntpd[17297]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:43:37.950 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:37 ntpd[17297]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:43:37.950 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:37 ntpd[17297]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:43:37.950 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:37 ntpd[17297]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:43:37.950 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:37 ntpd[17297]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:43:37.950 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:37 ntpd[17297]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-03T10:43:37.950 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:37 ntpd[17297]: can't open /var/log/ntpstats/peerstats.20240503: Permission denied 2024-05-03T10:43:37.950 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:37 ntpd[17297]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:43:37.950 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:37 ntpd[17297]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:43:37.950 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:37 ntpd[17297]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-03T10:43:37.950 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:37 ntpd[17297]: can't open /var/log/ntpstats/peerstats.20240503: Permission denied 2024-05-03T10:43:37.983 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:37 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:43:37.983 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:37 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:43:38.949 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:38 ntpd[17297]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:43:38.949 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:38 ntpd[17297]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:43:38.949 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:38 ntpd[17297]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:43:38.949 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:38 ntpd[17297]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:43:38.949 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:38 ntpd[17297]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-03T10:43:38.949 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:38 ntpd[17297]: can't open /var/log/ntpstats/peerstats.20240503: Permission denied 2024-05-03T10:43:38.984 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:38 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:43:38.984 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:38 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:43:38.984 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:38 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:43:38.984 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:38 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:43:38.984 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:38 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:43:38.985 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:38 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:43:38.985 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:38 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:43:38.985 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:38 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:43:38.985 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:38 ntpd[17237]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-03T10:43:38.985 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:38 ntpd[17237]: can't open /var/log/ntpstats/peerstats.20240503: Permission denied 2024-05-03T10:43:38.985 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:38 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:43:38.985 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:38 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:43:38.985 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:38 ntpd[17237]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-03T10:43:38.985 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:38 ntpd[17237]: can't open /var/log/ntpstats/peerstats.20240503: Permission denied 2024-05-03T10:43:38.985 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:38 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:43:38.985 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:38 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:43:38.985 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:38 ntpd[17237]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-03T10:43:38.985 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:38 ntpd[17237]: can't open /var/log/ntpstats/peerstats.20240503: Permission denied 2024-05-03T10:43:39.949 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:39 ntpd[17297]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:43:39.949 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:39 ntpd[17297]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:43:39.949 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:39 ntpd[17297]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:43:39.950 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:39 ntpd[17297]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:43:39.950 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:39 ntpd[17297]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:43:39.950 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:39 ntpd[17297]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:43:39.950 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:39 ntpd[17297]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-03T10:43:39.950 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:39 ntpd[17297]: can't open /var/log/ntpstats/peerstats.20240503: Permission denied 2024-05-03T10:43:39.950 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:39 ntpd[17297]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:43:39.950 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:39 ntpd[17297]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:43:39.950 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:39 ntpd[17297]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-03T10:43:39.950 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:39 ntpd[17297]: can't open /var/log/ntpstats/peerstats.20240503: Permission denied 2024-05-03T10:43:39.950 INFO:teuthology.orchestra.run.smithi089.stdout: 3 May 10:43:39 ntpd[17297]: ntpd: time slew -0.001181 s 2024-05-03T10:43:39.950 INFO:teuthology.orchestra.run.smithi089.stdout:ntpd: time slew -0.001181s 2024-05-03T10:43:39.951 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:39 ntpd[17297]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-03T10:43:39.951 INFO:teuthology.orchestra.run.smithi089.stderr: 3 May 10:43:39 ntpd[17297]: can't open /var/log/ntpstats/loopstats.20240503: Permission denied 2024-05-03T10:43:40.000 INFO:teuthology.orchestra.run.smithi089.stdout: remote refid st t when poll reach delay offset jitter 2024-05-03T10:43:40.000 INFO:teuthology.orchestra.run.smithi089.stdout:============================================================================== 2024-05-03T10:43:40.000 INFO:teuthology.orchestra.run.smithi089.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-03T10:43:40.000 INFO:teuthology.orchestra.run.smithi089.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-03T10:43:40.000 INFO:teuthology.orchestra.run.smithi089.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-03T10:43:40.000 INFO:teuthology.orchestra.run.smithi089.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-03T10:43:40.983 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:40 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:43:40.984 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:40 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:43:40.984 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:40 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:43:40.984 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:40 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:43:40.984 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:40 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:43:40.984 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:40 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:43:40.984 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:40 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-03T10:43:40.984 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:40 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240503: Permission denied 2024-05-03T10:43:40.984 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:40 ntpd[17237]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-03T10:43:40.984 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:40 ntpd[17237]: can't open /var/log/ntpstats/peerstats.20240503: Permission denied 2024-05-03T10:43:40.985 INFO:teuthology.orchestra.run.smithi123.stdout: 3 May 10:43:40 ntpd[17237]: ntpd: time slew +0.001364 s 2024-05-03T10:43:40.985 INFO:teuthology.orchestra.run.smithi123.stdout:ntpd: time slew +0.001364s 2024-05-03T10:43:40.985 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:40 ntpd[17237]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-03T10:43:40.985 INFO:teuthology.orchestra.run.smithi123.stderr: 3 May 10:43:40 ntpd[17237]: can't open /var/log/ntpstats/loopstats.20240503: Permission denied 2024-05-03T10:43:41.040 INFO:teuthology.orchestra.run.smithi123.stdout: remote refid st t when poll reach delay offset jitter 2024-05-03T10:43:41.040 INFO:teuthology.orchestra.run.smithi123.stdout:============================================================================== 2024-05-03T10:43:41.040 INFO:teuthology.orchestra.run.smithi123.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-03T10:43:41.040 INFO:teuthology.orchestra.run.smithi123.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-03T10:43:41.040 INFO:teuthology.orchestra.run.smithi123.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-03T10:43:41.040 INFO:teuthology.orchestra.run.smithi123.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-03T10:43:41.041 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-05-03T10:43:41.051 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-05-03T10:43:41.052 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-05-03T10:43:41.052 DEBUG:teuthology.orchestra.run.smithi089:> dd if=/scratch_devs of=/dev/stdout 2024-05-03T10:43:41.058 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-05-03T10:43:41.058 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_1 2024-05-03T10:43:41.107 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-03T10:43:41.107 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-03T10:43:41.107 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 5h/5d Inode: 887 Links: 1 2024-05-03T10:43:41.107 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-03T10:43:41.107 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-05-03 10:40:13.920574350 +0000 2024-05-03T10:43:41.108 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-05-03 10:40:13.680511448 +0000 2024-05-03T10:43:41.108 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-05-03 10:40:13.680511448 +0000 2024-05-03T10:43:41.108 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: - 2024-05-03T10:43:41.108 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-03T10:43:41.161 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-05-03T10:43:41.162 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-05-03T10:43:41.162 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000401065 s, 1.3 MB/s 2024-05-03T10:43:41.163 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-03T10:43:41.212 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_2 2024-05-03T10:43:41.259 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-03T10:43:41.259 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-03T10:43:41.259 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 5h/5d Inode: 903 Links: 1 2024-05-03T10:43:41.259 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-03T10:43:41.259 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-05-03 10:40:14.388693533 +0000 2024-05-03T10:43:41.259 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-05-03 10:40:14.156634816 +0000 2024-05-03T10:43:41.259 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-05-03 10:40:14.156634816 +0000 2024-05-03T10:43:41.259 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: - 2024-05-03T10:43:41.259 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-03T10:43:41.312 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-05-03T10:43:41.313 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-05-03T10:43:41.313 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000355311 s, 1.4 MB/s 2024-05-03T10:43:41.314 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-03T10:43:41.364 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_3 2024-05-03T10:43:41.410 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-03T10:43:41.410 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-03T10:43:41.411 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 5h/5d Inode: 923 Links: 1 2024-05-03T10:43:41.411 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-03T10:43:41.411 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-05-03 10:40:14.844808943 +0000 2024-05-03T10:43:41.411 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-05-03 10:40:14.616751238 +0000 2024-05-03T10:43:41.411 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-05-03 10:40:14.616751238 +0000 2024-05-03T10:43:41.411 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: - 2024-05-03T10:43:41.411 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-03T10:43:41.465 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-05-03T10:43:41.465 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-05-03T10:43:41.465 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000408069 s, 1.3 MB/s 2024-05-03T10:43:41.466 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-03T10:43:41.516 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_4 2024-05-03T10:43:41.563 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-03T10:43:41.563 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-03T10:43:41.563 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 5h/5d Inode: 940 Links: 1 2024-05-03T10:43:41.563 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-03T10:43:41.563 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-05-03 10:40:15.320926546 +0000 2024-05-03T10:43:41.563 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-05-03 10:40:15.088869918 +0000 2024-05-03T10:43:41.563 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-05-03 10:40:15.088869918 +0000 2024-05-03T10:43:41.563 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: - 2024-05-03T10:43:41.563 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-03T10:43:41.617 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-05-03T10:43:41.617 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-05-03T10:43:41.617 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000389895 s, 1.3 MB/s 2024-05-03T10:43:41.618 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-03T10:43:41.668 DEBUG:teuthology.orchestra.run.smithi089:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-05-03T10:43:41.804 INFO:teuthology.orchestra.run.smithi089.stdout:loop 2024-05-03T10:43:41.805 INFO:tasks.nvme_loop:Connecting nvme_loop smithi089:/dev/vg_nvme/lv_1... 2024-05-03T10:43:41.805 DEBUG:teuthology.orchestra.run.smithi089:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-05-03T10:43:41.823 INFO:teuthology.orchestra.run.smithi089.stdout:1 2024-05-03T10:43:41.842 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/vg_nvme/lv_11 2024-05-03T10:43:41.857 INFO:tasks.nvme_loop:Connecting nvme_loop smithi089:/dev/vg_nvme/lv_2... 2024-05-03T10:43:41.857 DEBUG:teuthology.orchestra.run.smithi089:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-05-03T10:43:41.913 INFO:teuthology.orchestra.run.smithi089.stdout:1 2024-05-03T10:43:41.931 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/vg_nvme/lv_21 2024-05-03T10:43:41.946 INFO:tasks.nvme_loop:Connecting nvme_loop smithi089:/dev/vg_nvme/lv_3... 2024-05-03T10:43:41.946 DEBUG:teuthology.orchestra.run.smithi089:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-05-03T10:43:42.001 INFO:teuthology.orchestra.run.smithi089.stdout:1 2024-05-03T10:43:42.019 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/vg_nvme/lv_31 2024-05-03T10:43:42.035 INFO:tasks.nvme_loop:Connecting nvme_loop smithi089:/dev/vg_nvme/lv_4... 2024-05-03T10:43:42.035 DEBUG:teuthology.orchestra.run.smithi089:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-05-03T10:43:42.097 INFO:teuthology.orchestra.run.smithi089.stdout:1 2024-05-03T10:43:42.115 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/vg_nvme/lv_41 2024-05-03T10:43:42.131 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-05-03T10:43:42.131 DEBUG:teuthology.orchestra.run.smithi089:> dd if=/scratch_devs of=/dev/stdout 2024-05-03T10:43:42.183 DEBUG:teuthology.orchestra.run.smithi089:> sudo nvme list 2024-05-03T10:43:42.238 INFO:teuthology.orchestra.run.smithi089.stdout:Node SN Model Namespace Usage Format FW Rev 2024-05-03T10:43:42.238 INFO:teuthology.orchestra.run.smithi089.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-05-03T10:43:42.238 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/nvme0n1 PHFT62040126400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-05-03T10:43:42.238 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/nvme1n1 570aebe2454c86aa0200 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-05-03T10:43:42.238 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/nvme2n1 5fbb8f208394b55cb596 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-05-03T10:43:42.238 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/nvme3n1 db23629aed82575c4352 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-05-03T10:43:42.238 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/nvme4n1 2a4bf237d736fc6dcd15 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-05-03T10:43:42.239 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-05-03T10:43:42.239 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-05-03T10:43:42.239 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/scratch_devs 2024-05-03T10:43:42.293 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2024-05-03T10:43:42.293 DEBUG:teuthology.orchestra.run.smithi123:> dd if=/scratch_devs of=/dev/stdout 2024-05-03T10:43:42.299 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-05-03T10:43:42.299 DEBUG:teuthology.orchestra.run.smithi123:> stat /dev/vg_nvme/lv_1 2024-05-03T10:43:42.347 INFO:teuthology.orchestra.run.smithi123.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-03T10:43:42.347 INFO:teuthology.orchestra.run.smithi123.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-03T10:43:42.347 INFO:teuthology.orchestra.run.smithi123.stdout:Device: 5h/5d Inode: 878 Links: 1 2024-05-03T10:43:42.347 INFO:teuthology.orchestra.run.smithi123.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-03T10:43:42.347 INFO:teuthology.orchestra.run.smithi123.stdout:Access: 2024-05-03 10:40:13.697673755 +0000 2024-05-03T10:43:42.347 INFO:teuthology.orchestra.run.smithi123.stdout:Modify: 2024-05-03 10:40:13.693672814 +0000 2024-05-03T10:43:42.347 INFO:teuthology.orchestra.run.smithi123.stdout:Change: 2024-05-03 10:40:13.693672814 +0000 2024-05-03T10:43:42.347 INFO:teuthology.orchestra.run.smithi123.stdout: Birth: - 2024-05-03T10:43:42.347 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-03T10:43:42.401 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records in 2024-05-03T10:43:42.401 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records out 2024-05-03T10:43:42.401 INFO:teuthology.orchestra.run.smithi123.stderr:512 bytes copied, 0.000459349 s, 1.1 MB/s 2024-05-03T10:43:42.402 DEBUG:teuthology.orchestra.run.smithi123:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-03T10:43:42.451 DEBUG:teuthology.orchestra.run.smithi123:> stat /dev/vg_nvme/lv_2 2024-05-03T10:43:42.498 INFO:teuthology.orchestra.run.smithi123.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-03T10:43:42.498 INFO:teuthology.orchestra.run.smithi123.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-03T10:43:42.498 INFO:teuthology.orchestra.run.smithi123.stdout:Device: 5h/5d Inode: 896 Links: 1 2024-05-03T10:43:42.498 INFO:teuthology.orchestra.run.smithi123.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-03T10:43:42.498 INFO:teuthology.orchestra.run.smithi123.stdout:Access: 2024-05-03 10:40:14.477853790 +0000 2024-05-03T10:43:42.498 INFO:teuthology.orchestra.run.smithi123.stdout:Modify: 2024-05-03 10:40:14.189788103 +0000 2024-05-03T10:43:42.498 INFO:teuthology.orchestra.run.smithi123.stdout:Change: 2024-05-03 10:40:14.189788103 +0000 2024-05-03T10:43:42.498 INFO:teuthology.orchestra.run.smithi123.stdout: Birth: - 2024-05-03T10:43:42.499 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-03T10:43:42.552 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records in 2024-05-03T10:43:42.552 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records out 2024-05-03T10:43:42.552 INFO:teuthology.orchestra.run.smithi123.stderr:512 bytes copied, 0.000382346 s, 1.3 MB/s 2024-05-03T10:43:42.553 DEBUG:teuthology.orchestra.run.smithi123:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-03T10:43:42.607 DEBUG:teuthology.orchestra.run.smithi123:> stat /dev/vg_nvme/lv_3 2024-05-03T10:43:42.654 INFO:teuthology.orchestra.run.smithi123.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-03T10:43:42.654 INFO:teuthology.orchestra.run.smithi123.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-03T10:43:42.654 INFO:teuthology.orchestra.run.smithi123.stdout:Device: 5h/5d Inode: 913 Links: 1 2024-05-03T10:43:42.654 INFO:teuthology.orchestra.run.smithi123.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-03T10:43:42.654 INFO:teuthology.orchestra.run.smithi123.stdout:Access: 2024-05-03 10:40:15.005974187 +0000 2024-05-03T10:43:42.654 INFO:teuthology.orchestra.run.smithi123.stdout:Modify: 2024-05-03 10:40:14.705905792 +0000 2024-05-03T10:43:42.654 INFO:teuthology.orchestra.run.smithi123.stdout:Change: 2024-05-03 10:40:14.705905792 +0000 2024-05-03T10:43:42.654 INFO:teuthology.orchestra.run.smithi123.stdout: Birth: - 2024-05-03T10:43:42.655 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-03T10:43:42.707 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records in 2024-05-03T10:43:42.707 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records out 2024-05-03T10:43:42.707 INFO:teuthology.orchestra.run.smithi123.stderr:512 bytes copied, 0.000319659 s, 1.6 MB/s 2024-05-03T10:43:42.708 DEBUG:teuthology.orchestra.run.smithi123:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-03T10:43:42.755 DEBUG:teuthology.orchestra.run.smithi123:> stat /dev/vg_nvme/lv_4 2024-05-03T10:43:42.802 INFO:teuthology.orchestra.run.smithi123.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-03T10:43:42.802 INFO:teuthology.orchestra.run.smithi123.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-03T10:43:42.802 INFO:teuthology.orchestra.run.smithi123.stdout:Device: 5h/5d Inode: 931 Links: 1 2024-05-03T10:43:42.802 INFO:teuthology.orchestra.run.smithi123.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-03T10:43:42.802 INFO:teuthology.orchestra.run.smithi123.stdout:Access: 2024-05-03 10:40:15.498082466 +0000 2024-05-03T10:43:42.802 INFO:teuthology.orchestra.run.smithi123.stdout:Modify: 2024-05-03 10:40:15.230023484 +0000 2024-05-03T10:43:42.802 INFO:teuthology.orchestra.run.smithi123.stdout:Change: 2024-05-03 10:40:15.230023484 +0000 2024-05-03T10:43:42.802 INFO:teuthology.orchestra.run.smithi123.stdout: Birth: - 2024-05-03T10:43:42.802 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-03T10:43:42.856 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records in 2024-05-03T10:43:42.856 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records out 2024-05-03T10:43:42.856 INFO:teuthology.orchestra.run.smithi123.stderr:512 bytes copied, 0.000390545 s, 1.3 MB/s 2024-05-03T10:43:42.857 DEBUG:teuthology.orchestra.run.smithi123:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-03T10:43:42.907 DEBUG:teuthology.orchestra.run.smithi123:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-05-03T10:43:43.037 INFO:teuthology.orchestra.run.smithi123.stdout:loop 2024-05-03T10:43:43.039 INFO:tasks.nvme_loop:Connecting nvme_loop smithi123:/dev/vg_nvme/lv_1... 2024-05-03T10:43:43.039 DEBUG:teuthology.orchestra.run.smithi123:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-05-03T10:43:43.057 INFO:teuthology.orchestra.run.smithi123.stdout:1 2024-05-03T10:43:43.078 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/vg_nvme/lv_11 2024-05-03T10:43:43.096 INFO:tasks.nvme_loop:Connecting nvme_loop smithi123:/dev/vg_nvme/lv_2... 2024-05-03T10:43:43.096 DEBUG:teuthology.orchestra.run.smithi123:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-05-03T10:43:43.158 INFO:teuthology.orchestra.run.smithi123.stdout:1 2024-05-03T10:43:43.181 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/vg_nvme/lv_21 2024-05-03T10:43:43.199 INFO:tasks.nvme_loop:Connecting nvme_loop smithi123:/dev/vg_nvme/lv_3... 2024-05-03T10:43:43.199 DEBUG:teuthology.orchestra.run.smithi123:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-05-03T10:43:43.259 INFO:teuthology.orchestra.run.smithi123.stdout:1 2024-05-03T10:43:43.281 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/vg_nvme/lv_31 2024-05-03T10:43:43.297 INFO:tasks.nvme_loop:Connecting nvme_loop smithi123:/dev/vg_nvme/lv_4... 2024-05-03T10:43:43.298 DEBUG:teuthology.orchestra.run.smithi123:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-05-03T10:43:43.359 INFO:teuthology.orchestra.run.smithi123.stdout:1 2024-05-03T10:43:43.381 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/vg_nvme/lv_41 2024-05-03T10:43:43.399 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2024-05-03T10:43:43.399 DEBUG:teuthology.orchestra.run.smithi123:> dd if=/scratch_devs of=/dev/stdout 2024-05-03T10:43:43.445 DEBUG:teuthology.orchestra.run.smithi123:> sudo nvme list 2024-05-03T10:43:43.501 INFO:teuthology.orchestra.run.smithi123.stdout:Node SN Model Namespace Usage Format FW Rev 2024-05-03T10:43:43.501 INFO:teuthology.orchestra.run.smithi123.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-05-03T10:43:43.501 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/nvme0n1 PHFT620400YK400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV10171 2024-05-03T10:43:43.501 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/nvme1n1 6619a0ccf2bcd3f986b2 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-05-03T10:43:43.501 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/nvme2n1 000941262b2589fede57 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-05-03T10:43:43.501 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/nvme3n1 3bb5cf649639cd9b0947 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-05-03T10:43:43.501 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/nvme4n1 0b6924c9d50254b1ff68 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-05-03T10:43:43.502 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-05-03T10:43:43.502 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2024-05-03T10:43:43.502 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd of=/scratch_devs 2024-05-03T10:43:43.557 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-03T10:43:43.656 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'log-only-match': ['CEPHADM_'], 'sha1': 'f8e6d2d721bc96a93915917c59bc3d287d57263d'} 2024-05-03T10:43:43.656 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T10:43:43.657 INFO:tasks.cephadm:Cluster fsid is 031a1d5a-093a-11ef-bc97-c7b262605968 2024-05-03T10:43:43.657 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-03T10:43:43.657 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-05-03T10:43:43.657 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi089': '172.21.15.89', 'mon.smithi123': '172.21.15.123'} 2024-05-03T10:43:43.657 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-03T10:43:43.657 DEBUG:teuthology.orchestra.run.smithi089:> sudo hostname $(hostname -s) 2024-05-03T10:43:43.671 DEBUG:teuthology.orchestra.run.smithi123:> sudo hostname $(hostname -s) 2024-05-03T10:43:43.685 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-03T10:43:43.686 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T10:43:43.831 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'f8e6d2d721bc96a93915917c59bc3d287d57263d', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/79050/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3353-gf8e6d2d7', 'node_name': '172.21.15.4+smithi004', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-3353-gf8e6d2d7-1jammy'}, 'url': 'https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-05-02 13:28:38.969707', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-guits-testing-2024-05-02-0628', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-05-03T10:43:43.978 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref wip-guits-testing-2024-05-02-0628, sha1 f8e6d2d721bc96a93915917c59bc3d287d57263d from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T10:43:43.979 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-05-03T10:43:43.979 DEBUG:teuthology.orchestra.run.smithi089:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-03T10:43:44.888 INFO:teuthology.orchestra.run.smithi089.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789020 May 3 10:43 /home/ubuntu/cephtest/cephadm 2024-05-03T10:43:44.888 DEBUG:teuthology.orchestra.run.smithi123:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-05-02-0628/f8e6d2d721bc96a93915917c59bc3d287d57263d/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-03T10:43:45.645 INFO:teuthology.orchestra.run.smithi123.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789020 May 3 10:43 /home/ubuntu/cephtest/cephadm 2024-05-03T10:43:45.646 DEBUG:teuthology.orchestra.run.smithi089:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-03T10:43:45.654 DEBUG:teuthology.orchestra.run.smithi123:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-03T10:43:45.670 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d on all hosts... 2024-05-03T10:43:45.670 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d pull 2024-05-03T10:43:45.696 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d pull 2024-05-03T10:43:45.859 INFO:teuthology.orchestra.run.smithi089.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d... 2024-05-03T10:43:45.868 INFO:teuthology.orchestra.run.smithi123.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d... 2024-05-03T10:43:46.091 INFO:teuthology.orchestra.run.smithi123.stderr:Non-zero exit code 1 from /usr/bin/docker pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T10:43:46.092 INFO:teuthology.orchestra.run.smithi123.stderr:/usr/bin/docker: stderr Error response from daemon: manifest for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d not found: manifest unknown: manifest unknown 2024-05-03T10:43:46.092 INFO:teuthology.orchestra.run.smithi123.stderr:ERROR: Failed command: /usr/bin/docker pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T10:43:46.118 INFO:teuthology.orchestra.run.smithi089.stderr:Non-zero exit code 1 from /usr/bin/docker pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T10:43:46.118 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/docker: stderr Error response from daemon: manifest for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d not found: manifest unknown: manifest unknown 2024-05-03T10:43:46.118 INFO:teuthology.orchestra.run.smithi089.stderr:ERROR: Failed command: /usr/bin/docker pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d 2024-05-03T10:43:46.145 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T10:43:46.145 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi089 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d pull' 2024-05-03T10:43:46.147 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-03T10:43:46.149 DEBUG:teuthology.misc:Transferring archived files from smithi089:/var/lib/ceph/031a1d5a-093a-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687309/remote/smithi089/crash 2024-05-03T10:43:46.150 DEBUG:teuthology.orchestra.run.smithi089:> sudo tar c -f - -C /var/lib/ceph/031a1d5a-093a-11ef-bc97-c7b262605968/crash -- . 2024-05-03T10:43:46.161 INFO:teuthology.orchestra.run.smithi089.stderr:tar: /var/lib/ceph/031a1d5a-093a-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-03T10:43:46.161 INFO:teuthology.orchestra.run.smithi089.stderr:tar: Error is not recoverable: exiting now 2024-05-03T10:43:46.163 DEBUG:teuthology.misc:Transferring archived files from smithi123:/var/lib/ceph/031a1d5a-093a-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687309/remote/smithi123/crash 2024-05-03T10:43:46.164 DEBUG:teuthology.orchestra.run.smithi123:> sudo tar c -f - -C /var/lib/ceph/031a1d5a-093a-11ef-bc97-c7b262605968/crash -- . 2024-05-03T10:43:46.177 INFO:teuthology.orchestra.run.smithi123.stderr:tar: /var/lib/ceph/031a1d5a-093a-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-03T10:43:46.177 INFO:teuthology.orchestra.run.smithi123.stderr:tar: Error is not recoverable: exiting now 2024-05-03T10:43:46.179 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-03T10:43:46.179 DEBUG:teuthology.orchestra.run.smithi089:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/031a1d5a-093a-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-05-03T10:43:46.218 INFO:teuthology.orchestra.run.smithi089.stderr:grep: /var/log/ceph/031a1d5a-093a-11ef-bc97-c7b262605968/ceph.log: No such file or directory 2024-05-03T10:43:46.220 INFO:tasks.cephadm:Compressing logs... 2024-05-03T10:43:46.220 DEBUG:teuthology.orchestra.run.smithi089:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-03T10:43:46.264 DEBUG:teuthology.orchestra.run.smithi123:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-03T10:43:46.272 INFO:teuthology.orchestra.run.smithi089.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-03T10:43:46.276 INFO:teuthology.orchestra.run.smithi123.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-03T10:43:46.289 INFO:teuthology.orchestra.run.smithi123.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-03T10:43:46.290 INFO:teuthology.orchestra.run.smithi123.stderr:/var/log/ceph/cephadm.log: 69.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-03T10:43:46.291 INFO:teuthology.orchestra.run.smithi123.stderr: 2024-05-03T10:43:46.291 INFO:teuthology.orchestra.run.smithi123.stderr:real 0m0.023s 2024-05-03T10:43:46.291 INFO:teuthology.orchestra.run.smithi123.stderr:user 0m0.012s 2024-05-03T10:43:46.291 INFO:teuthology.orchestra.run.smithi123.stderr:sys 0m0.008s 2024-05-03T10:43:46.309 INFO:teuthology.orchestra.run.smithi089.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-03T10:43:46.310 INFO:teuthology.orchestra.run.smithi089.stderr:/var/log/ceph/cephadm.log: 70.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-03T10:43:46.312 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-05-03T10:43:46.312 INFO:teuthology.orchestra.run.smithi089.stderr:real 0m0.046s 2024-05-03T10:43:46.312 INFO:teuthology.orchestra.run.smithi089.stderr:user 0m0.012s 2024-05-03T10:43:46.312 INFO:teuthology.orchestra.run.smithi089.stderr:sys 0m0.004s 2024-05-03T10:43:46.312 INFO:tasks.cephadm:Archiving logs... 2024-05-03T10:43:46.312 DEBUG:teuthology.misc:Transferring archived files from smithi089:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687309/remote/smithi089/log 2024-05-03T10:43:46.313 DEBUG:teuthology.orchestra.run.smithi089:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-03T10:43:46.367 DEBUG:teuthology.misc:Transferring archived files from smithi123:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687309/remote/smithi123/log 2024-05-03T10:43:46.368 DEBUG:teuthology.orchestra.run.smithi123:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-03T10:43:46.382 INFO:tasks.cephadm:Removing cluster... 2024-05-03T10:43:46.382 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 031a1d5a-093a-11ef-bc97-c7b262605968 --force 2024-05-03T10:43:46.578 INFO:teuthology.orchestra.run.smithi089.stdout:Deleting cluster with fsid: 031a1d5a-093a-11ef-bc97-c7b262605968 2024-05-03T10:43:47.700 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 031a1d5a-093a-11ef-bc97-c7b262605968 --force 2024-05-03T10:43:47.863 INFO:teuthology.orchestra.run.smithi123.stdout:Deleting cluster with fsid: 031a1d5a-093a-11ef-bc97-c7b262605968 2024-05-03T10:43:48.983 INFO:tasks.cephadm:Removing cephadm ... 2024-05-03T10:43:48.984 DEBUG:teuthology.orchestra.run.smithi089:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-03T10:43:48.990 DEBUG:teuthology.orchestra.run.smithi123:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-03T10:43:48.995 INFO:tasks.cephadm:Teardown complete 2024-05-03T10:43:48.995 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 2210, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 1839, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi089 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d pull' 2024-05-03T10:43:49.195 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=79ae5850efce41c3ac45766f94bc2fbd Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 2210, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 1839, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_f8e6d2d721bc96a93915917c59bc3d287d57263d/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi089 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d pull' 2024-05-03T10:43:49.199 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-03T10:43:49.210 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-05-03T10:43:49.218 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi089:/dev/vg_nvme/lv_1... 2024-05-03T10:43:49.218 DEBUG:teuthology.orchestra.run.smithi089:> sudo nvme disconnect -n lv_1 2024-05-03T10:43:49.471 INFO:teuthology.orchestra.run.smithi089.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-05-03T10:43:49.472 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T10:43:49.473 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi089:/dev/vg_nvme/lv_2... 2024-05-03T10:43:49.473 DEBUG:teuthology.orchestra.run.smithi089:> sudo nvme disconnect -n lv_2 2024-05-03T10:43:49.767 INFO:teuthology.orchestra.run.smithi089.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-05-03T10:43:49.768 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T10:43:49.769 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi089:/dev/vg_nvme/lv_3... 2024-05-03T10:43:49.769 DEBUG:teuthology.orchestra.run.smithi089:> sudo nvme disconnect -n lv_3 2024-05-03T10:43:49.991 INFO:teuthology.orchestra.run.smithi089.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-05-03T10:43:49.992 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T10:43:49.993 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi089:/dev/vg_nvme/lv_4... 2024-05-03T10:43:49.993 DEBUG:teuthology.orchestra.run.smithi089:> sudo nvme disconnect -n lv_4 2024-05-03T10:43:50.243 INFO:teuthology.orchestra.run.smithi089.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-05-03T10:43:50.244 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T10:43:50.245 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-05-03T10:43:50.245 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/scratch_devs 2024-05-03T10:43:50.258 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi123:/dev/vg_nvme/lv_1... 2024-05-03T10:43:50.258 DEBUG:teuthology.orchestra.run.smithi123:> sudo nvme disconnect -n lv_1 2024-05-03T10:43:50.510 INFO:teuthology.orchestra.run.smithi123.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-05-03T10:43:50.511 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T10:43:50.511 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi123:/dev/vg_nvme/lv_2... 2024-05-03T10:43:50.511 DEBUG:teuthology.orchestra.run.smithi123:> sudo nvme disconnect -n lv_2 2024-05-03T10:43:50.749 INFO:teuthology.orchestra.run.smithi123.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-05-03T10:43:50.750 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T10:43:50.751 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi123:/dev/vg_nvme/lv_3... 2024-05-03T10:43:50.751 DEBUG:teuthology.orchestra.run.smithi123:> sudo nvme disconnect -n lv_3 2024-05-03T10:43:51.013 INFO:teuthology.orchestra.run.smithi123.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-05-03T10:43:51.014 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T10:43:51.015 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi123:/dev/vg_nvme/lv_4... 2024-05-03T10:43:51.015 DEBUG:teuthology.orchestra.run.smithi123:> sudo nvme disconnect -n lv_4 2024-05-03T10:43:51.265 INFO:teuthology.orchestra.run.smithi123.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-05-03T10:43:51.266 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T10:43:51.267 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2024-05-03T10:43:51.267 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd of=/scratch_devs 2024-05-03T10:43:51.284 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-03T10:43:51.294 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-03T10:43:51.294 DEBUG:teuthology.orchestra.run.smithi089:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-03T10:43:51.296 DEBUG:teuthology.orchestra.run.smithi123:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-03T10:43:51.308 INFO:teuthology.orchestra.run.smithi089.stdout: remote refid st t when poll reach delay offset jitter 2024-05-03T10:43:51.309 INFO:teuthology.orchestra.run.smithi089.stdout:============================================================================== 2024-05-03T10:43:51.309 INFO:teuthology.orchestra.run.smithi089.stdout: hv01.front.sepi 67.205.162.81 3 u 10 64 1 0.089 -0.213 0.000 2024-05-03T10:43:51.309 INFO:teuthology.orchestra.run.smithi089.stdout: hv02.front.sepi 63.231.80.2 3 u 11 64 1 0.125 -0.497 0.000 2024-05-03T10:43:51.309 INFO:teuthology.orchestra.run.smithi089.stdout: hv03.front.sepi 74.6.168.72 3 u 11 64 1 0.084 +0.881 0.000 2024-05-03T10:43:51.310 INFO:teuthology.orchestra.run.smithi089.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-03T10:43:51.338 INFO:teuthology.orchestra.run.smithi123.stdout: remote refid st t when poll reach delay offset jitter 2024-05-03T10:43:51.339 INFO:teuthology.orchestra.run.smithi123.stdout:============================================================================== 2024-05-03T10:43:51.339 INFO:teuthology.orchestra.run.smithi123.stdout: hv01.front.sepi 67.205.162.81 3 u 5 64 1 0.115 -1.669 0.000 2024-05-03T10:43:51.339 INFO:teuthology.orchestra.run.smithi123.stdout: hv02.front.sepi 63.231.80.2 3 u 9 64 1 0.129 -0.510 0.000 2024-05-03T10:43:51.339 INFO:teuthology.orchestra.run.smithi123.stdout: hv03.front.sepi 74.6.168.72 3 u 8 64 1 0.086 +0.349 0.000 2024-05-03T10:43:51.339 INFO:teuthology.orchestra.run.smithi123.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-03T10:43:51.340 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-03T10:43:51.349 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-03T10:43:51.350 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-03T10:43:51.357 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-03T10:43:51.364 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-03T10:43:51.372 INFO:teuthology.task.internal:Duration was 441.074890 seconds 2024-05-03T10:43:51.372 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-03T10:43:51.381 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-03T10:43:51.381 DEBUG:teuthology.orchestra.run.smithi089:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-03T10:43:51.383 DEBUG:teuthology.orchestra.run.smithi123:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-03T10:43:51.419 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-03T10:43:51.419 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi089.front.sepia.ceph.com 2024-05-03T10:43:51.420 DEBUG:teuthology.orchestra.run.smithi089:> 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 2024-05-03T10:43:51.471 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi123.front.sepia.ceph.com 2024-05-03T10:43:51.471 DEBUG:teuthology.orchestra.run.smithi123:> 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 2024-05-03T10:43:51.482 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-03T10:43:51.482 DEBUG:teuthology.orchestra.run.smithi089:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-03T10:43:51.520 DEBUG:teuthology.orchestra.run.smithi123:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-03T10:43:51.549 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-03T10:43:51.549 DEBUG:teuthology.orchestra.run.smithi089:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-03T10:43:51.588 DEBUG:teuthology.orchestra.run.smithi123:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-03T10:43:51.645 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-03T10:43:51.655 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-03T10:43:51.655 DEBUG:teuthology.orchestra.run.smithi089:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-03T10:43:51.667 DEBUG:teuthology.orchestra.run.smithi123:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-03T10:43:51.678 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-03T10:43:51.688 DEBUG:teuthology.orchestra.run.smithi089:> 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 2024-05-03T10:43:51.712 DEBUG:teuthology.orchestra.run.smithi123:> 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 2024-05-03T10:43:51.720 INFO:teuthology.orchestra.run.smithi089.stdout:kernel.core_pattern = core 2024-05-03T10:43:51.729 INFO:teuthology.orchestra.run.smithi123.stdout:kernel.core_pattern = core 2024-05-03T10:43:51.755 DEBUG:teuthology.orchestra.run.smithi089:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-03T10:43:51.790 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T10:43:51.790 DEBUG:teuthology.orchestra.run.smithi123:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-03T10:43:51.801 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-03T10:43:51.802 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-03T10:43:51.812 INFO:teuthology.task.internal:Transferring archived files... 2024-05-03T10:43:51.813 DEBUG:teuthology.misc:Transferring archived files from smithi089:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687309/remote/smithi089 2024-05-03T10:43:51.813 DEBUG:teuthology.orchestra.run.smithi089:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-03T10:43:51.856 DEBUG:teuthology.misc:Transferring archived files from smithi123:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687309/remote/smithi123 2024-05-03T10:43:51.856 DEBUG:teuthology.orchestra.run.smithi123:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-03T10:43:51.877 INFO:teuthology.task.internal:Removing archive directory... 2024-05-03T10:43:51.877 DEBUG:teuthology.orchestra.run.smithi089:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-03T10:43:51.896 DEBUG:teuthology.orchestra.run.smithi123:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-03T10:43:51.921 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-03T10:43:51.932 INFO:teuthology.task.internal:Not uploading archives. 2024-05-03T10:43:51.932 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-03T10:43:51.943 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-03T10:43:51.943 DEBUG:teuthology.orchestra.run.smithi089:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-03T10:43:51.948 DEBUG:teuthology.orchestra.run.smithi123:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-03T10:43:51.951 INFO:teuthology.orchestra.run.smithi089.stdout: 658640 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 3 10:43 /home/ubuntu/cephtest 2024-05-03T10:43:51.969 INFO:teuthology.orchestra.run.smithi123.stdout: 658624 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 3 10:43 /home/ubuntu/cephtest 2024-05-03T10:43:51.971 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-03T10:43:51.980 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-03T10:43:52.001 INFO:teuthology.nuke:Checking targets against current locks 2024-05-03T10:43:52.027 DEBUG:teuthology.nuke:shortname: smithi089 2024-05-03T10:43:52.028 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-03T10:43:52.049 DEBUG:teuthology.nuke:shortname: smithi123 2024-05-03T10:43:52.050 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-03T10:43:52.053 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi089.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687309', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-03 10:27:59.120177', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHLMp0b2cYWfh64AEdjc4sc09fn4+lLZHEdf0ROebVgcGewxLW8G8DKZvTRSaRpIiKjauoPeorZLN+C3WifPl1A='} 2024-05-03T10:43:52.069 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi123.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-05-03_06:31:58-orch:cephadm-wip-guits-testing-2024-05-02-0628-distro-default-smithi/7687309', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-03 10:27:59.122123', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPKLtSpJjskw2VaEq2e9OcYqyIgjiNdcEYCSLa2Qrx7bPCT10gYlWaEHExvZ54jwf/3J1RF5/Z6EZMvHTOKbdBQ='} 2024-05-03T10:43:52.099 INFO:teuthology.orchestra.console.smithi089:Power off 2024-05-03T10:43:52.099 DEBUG:teuthology.orchestra.console.smithi089:pexpect command: ipmitool -H smithi089.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-03T10:43:52.123 DEBUG:teuthology.orchestra.console.smithi089:power off output: Chassis Power Control: Down/Off 2024-05-03T10:43:52.123 DEBUG:teuthology.orchestra.console.smithi089:pexpect command: ipmitool -H smithi089.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T10:43:52.141 INFO:teuthology.orchestra.console.smithi123:Power off 2024-05-03T10:43:52.141 DEBUG:teuthology.orchestra.console.smithi123:pexpect command: ipmitool -H smithi123.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-03T10:43:52.151 DEBUG:teuthology.orchestra.console.smithi089:check power output: Chassis Power is on 2024-05-03T10:43:52.164 DEBUG:teuthology.orchestra.console.smithi123:power off output: Chassis Power Control: Down/Off 2024-05-03T10:43:52.164 DEBUG:teuthology.orchestra.console.smithi123:pexpect command: ipmitool -H smithi123.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T10:43:52.192 DEBUG:teuthology.orchestra.console.smithi123:check power output: Chassis Power is on 2024-05-03T10:43:56.152 DEBUG:teuthology.orchestra.console.smithi089:pexpect command: ipmitool -H smithi089.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T10:43:56.193 DEBUG:teuthology.orchestra.console.smithi123:pexpect command: ipmitool -H smithi123.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T10:43:56.262 DEBUG:teuthology.orchestra.console.smithi089:check power output: Chassis Power is on 2024-05-03T10:43:56.303 DEBUG:teuthology.orchestra.console.smithi123:check power output: Chassis Power is on 2024-05-03T10:44:00.266 DEBUG:teuthology.orchestra.console.smithi089:pexpect command: ipmitool -H smithi089.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T10:44:00.304 DEBUG:teuthology.orchestra.console.smithi123:pexpect command: ipmitool -H smithi123.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T10:44:00.377 DEBUG:teuthology.orchestra.console.smithi089:check power output: Chassis Power is on 2024-05-03T10:44:00.414 DEBUG:teuthology.orchestra.console.smithi123:check power output: Chassis Power is off 2024-05-03T10:44:00.514 INFO:teuthology.orchestra.console.smithi123:Power off completed 2024-05-03T10:44:04.380 DEBUG:teuthology.orchestra.console.smithi089:pexpect command: ipmitool -H smithi089.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-03T10:44:04.490 DEBUG:teuthology.orchestra.console.smithi089:check power output: Chassis Power is off 2024-05-03T10:44:04.591 INFO:teuthology.orchestra.console.smithi089:Power off completed 2024-05-03T10:44:04.695 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} duration: 441.07489013671875 failure_reason: 'Command failed on smithi089 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f8e6d2d721bc96a93915917c59bc3d287d57263d pull''' owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=79ae5850efce41c3ac45766f94bc2fbd status: fail success: false 2024-05-03T10:44:04.696 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-03T10:44:04.789 INFO:teuthology.run:FAIL