2024-04-15T22:37:47.988 INFO:root:teuthology version: 0.0.1.dev267+g6c63784 2024-04-15T22:37:47.988 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657598 --name teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi --verbose --owner scheduled_teuthology@teuthology --description orch/cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} -- /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657598/orig.config.yaml 2024-04-15T22:37:48.019 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-15T22:37:48.100 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657598 branch: squid description: orch/cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: ceph-qa@ceph.com first_in_suite: false job_id: '7657598' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-15_21:08:03-orch-squid-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: squid 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\) sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 workunit: branch: squid sha1: 461a84e6fbbf089011eafd13b98169fb9e9b8cc9 owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.git roles: - - host.a - client.0 - - host.b - client.1 seed: 7775 sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 sleep_before_teardown: 0 subset: 18/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 461a84e6fbbf089011eafd13b98169fb9e9b8cc9 targets: smithi042.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBA+5lFJA/8hfUkrLCHBXPdwmyWjt+FrZ81dBjwm2CI01CSFk35DBFW9pcx0lY+8WYf7/dpS1PH+p2xnWi/VnSjo= smithi104.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOyFamRuxzdrko6Xg+YLoR+C+XIxHJq9T99ENzfi0fQmQ2yFpyOlQ5uspWJaH2jfoJxNrkFLtQlctdFNK+UnrQs= 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: 6c637841c215537a4502385240412f1966e0faab timestamp: 2024-04-15_21:08:03 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-15T22:37:48.100 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa; will attempt to use it 2024-04-15T22:37:48.101 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks 2024-04-15T22:37:48.101 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-15T22:37:48.103 INFO:teuthology.task.internal:Checking packages... 2024-04-15T22:37:48.131 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'a9a752df26c63acad72e1b3569fd79a515ca0765' 2024-04-15T22:37:48.131 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-15T22:37:48.131 INFO:teuthology.packaging:ref: None 2024-04-15T22:37:48.131 INFO:teuthology.packaging:tag: None 2024-04-15T22:37:48.131 INFO:teuthology.packaging:branch: squid 2024-04-15T22:37:48.131 INFO:teuthology.packaging:sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T22:37:48.131 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=squid 2024-04-15T22:37:48.434 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2114-ga9a752df-1jammy 2024-04-15T22:37:48.436 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-15T22:37:48.443 INFO:teuthology.task.internal:no buildpackages task found 2024-04-15T22:37:48.443 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-15T22:37:48.450 INFO:teuthology.task.internal:Saving configuration 2024-04-15T22:37:48.462 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-15T22:37:48.468 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T22:37:48.490 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi042.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657598', '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-04-15 22:32:16.131035', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKCkELT8+J5r/4Outya+Ah07scwhGZsDUIbk5Ym7azZ5'} 2024-04-15T22:37:48.515 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi104.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657598', '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-04-15 22:32:16.132695', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEQ8uvRVqxmtA/K443Qbic/5tWCqMXQXqrLpX7AeHElk'} 2024-04-15T22:37:48.515 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-15T22:37:48.521 INFO:teuthology.task.internal:roles: ubuntu@smithi042.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-04-15T22:37:48.521 INFO:teuthology.task.internal:roles: ubuntu@smithi104.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-04-15T22:37:48.521 INFO:teuthology.run_tasks:Running task console_log... 2024-04-15T22:37:48.593 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fc0fb3fc3a0>, signals=[15]) 2024-04-15T22:37:48.593 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-15T22:37:48.600 INFO:teuthology.task.internal:Opening connections... 2024-04-15T22:37:48.600 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi042.front.sepia.ceph.com 2024-04-15T22:37:48.602 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi042.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T22:37:48.685 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi104.front.sepia.ceph.com 2024-04-15T22:37:48.686 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi104.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T22:37:48.763 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-15T22:37:48.770 DEBUG:teuthology.orchestra.run.smithi042:> uname -m 2024-04-15T22:37:48.775 INFO:teuthology.orchestra.run.smithi042.stdout:x86_64 2024-04-15T22:37:48.775 DEBUG:teuthology.orchestra.run.smithi042:> cat /etc/os-release 2024-04-15T22:37:48.822 INFO:teuthology.orchestra.run.smithi042.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-15T22:37:48.822 INFO:teuthology.orchestra.run.smithi042.stdout:NAME="Ubuntu" 2024-04-15T22:37:48.822 INFO:teuthology.orchestra.run.smithi042.stdout:VERSION_ID="22.04" 2024-04-15T22:37:48.822 INFO:teuthology.orchestra.run.smithi042.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-15T22:37:48.822 INFO:teuthology.orchestra.run.smithi042.stdout:VERSION_CODENAME=jammy 2024-04-15T22:37:48.822 INFO:teuthology.orchestra.run.smithi042.stdout:ID=ubuntu 2024-04-15T22:37:48.822 INFO:teuthology.orchestra.run.smithi042.stdout:ID_LIKE=debian 2024-04-15T22:37:48.823 INFO:teuthology.orchestra.run.smithi042.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-15T22:37:48.823 INFO:teuthology.orchestra.run.smithi042.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-15T22:37:48.823 INFO:teuthology.orchestra.run.smithi042.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-15T22:37:48.823 INFO:teuthology.orchestra.run.smithi042.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-15T22:37:48.823 INFO:teuthology.orchestra.run.smithi042.stdout:UBUNTU_CODENAME=jammy 2024-04-15T22:37:48.823 INFO:teuthology.lock.ops:Updating smithi042.front.sepia.ceph.com on lock server 2024-04-15T22:37:48.844 DEBUG:teuthology.orchestra.run.smithi104:> uname -m 2024-04-15T22:37:48.848 INFO:teuthology.orchestra.run.smithi104.stdout:x86_64 2024-04-15T22:37:48.848 DEBUG:teuthology.orchestra.run.smithi104:> cat /etc/os-release 2024-04-15T22:37:48.899 INFO:teuthology.orchestra.run.smithi104.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-15T22:37:48.899 INFO:teuthology.orchestra.run.smithi104.stdout:NAME="Ubuntu" 2024-04-15T22:37:48.899 INFO:teuthology.orchestra.run.smithi104.stdout:VERSION_ID="22.04" 2024-04-15T22:37:48.899 INFO:teuthology.orchestra.run.smithi104.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-15T22:37:48.899 INFO:teuthology.orchestra.run.smithi104.stdout:VERSION_CODENAME=jammy 2024-04-15T22:37:48.899 INFO:teuthology.orchestra.run.smithi104.stdout:ID=ubuntu 2024-04-15T22:37:48.899 INFO:teuthology.orchestra.run.smithi104.stdout:ID_LIKE=debian 2024-04-15T22:37:48.899 INFO:teuthology.orchestra.run.smithi104.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-15T22:37:48.899 INFO:teuthology.orchestra.run.smithi104.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-15T22:37:48.899 INFO:teuthology.orchestra.run.smithi104.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-15T22:37:48.900 INFO:teuthology.orchestra.run.smithi104.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-15T22:37:48.900 INFO:teuthology.orchestra.run.smithi104.stdout:UBUNTU_CODENAME=jammy 2024-04-15T22:37:48.900 INFO:teuthology.lock.ops:Updating smithi104.front.sepia.ceph.com on lock server 2024-04-15T22:37:48.971 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-15T22:37:48.980 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-15T22:37:48.986 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-15T22:37:48.986 DEBUG:teuthology.orchestra.run.smithi042:> test '!' -e /home/ubuntu/cephtest 2024-04-15T22:37:48.989 DEBUG:teuthology.orchestra.run.smithi104:> test '!' -e /home/ubuntu/cephtest 2024-04-15T22:37:48.994 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-15T22:37:49.000 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-15T22:37:49.001 DEBUG:teuthology.orchestra.run.smithi042:> test -z $(ls -A /var/lib/ceph) 2024-04-15T22:37:49.036 DEBUG:teuthology.orchestra.run.smithi104:> test -z $(ls -A /var/lib/ceph) 2024-04-15T22:37:49.049 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-15T22:37:49.106 INFO:teuthology.run_tasks:Running task kernel... 2024-04-15T22:37:49.120 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-15T22:37:49.121 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-15T22:37:49.121 DEBUG:teuthology.orchestra.run.smithi042:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T22:37:49.121 DEBUG:teuthology.orchestra.run.smithi104:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T22:37:49.125 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T22:37:49.126 DEBUG:teuthology.orchestra.run.smithi042:> uname -r 2024-04-15T22:37:49.127 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T22:37:49.127 DEBUG:teuthology.orchestra.run.smithi104:> uname -r 2024-04-15T22:37:49.171 INFO:teuthology.orchestra.run.smithi042.stdout:5.15.0-56-generic 2024-04-15T22:37:49.171 INFO:teuthology.task.kernel:Running kernel on smithi042: 5.15.0-56-generic 2024-04-15T22:37:49.171 DEBUG:teuthology.orchestra.run.smithi042:> sudo apt-get clean 2024-04-15T22:37:49.176 INFO:teuthology.orchestra.run.smithi104.stdout:5.15.0-56-generic 2024-04-15T22:37:49.176 INFO:teuthology.task.kernel:Running kernel on smithi104: 5.15.0-56-generic 2024-04-15T22:37:49.177 DEBUG:teuthology.orchestra.run.smithi104:> sudo apt-get clean 2024-04-15T22:37:49.288 DEBUG:teuthology.orchestra.run.smithi042:> sudo apt-get update 2024-04-15T22:37:49.302 DEBUG:teuthology.orchestra.run.smithi104:> sudo apt-get update 2024-04-15T22:37:49.434 INFO:teuthology.orchestra.run.smithi042.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-15T22:37:49.449 INFO:teuthology.orchestra.run.smithi042.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-15T22:37:49.458 INFO:teuthology.orchestra.run.smithi104.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-15T22:37:49.529 INFO:teuthology.orchestra.run.smithi042.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-15T22:37:49.538 INFO:teuthology.orchestra.run.smithi042.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-15T22:37:49.562 INFO:teuthology.orchestra.run.smithi104.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-15T22:37:49.644 INFO:teuthology.orchestra.run.smithi104.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-15T22:37:49.670 INFO:teuthology.orchestra.run.smithi104.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,343 kB] 2024-04-15T22:37:49.684 INFO:teuthology.orchestra.run.smithi042.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [610 kB] 2024-04-15T22:37:49.767 INFO:teuthology.orchestra.run.smithi042.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,562 kB] 2024-04-15T22:37:49.782 INFO:teuthology.orchestra.run.smithi104.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [444 kB] 2024-04-15T22:37:49.790 INFO:teuthology.orchestra.run.smithi104.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [237 kB] 2024-04-15T22:37:49.794 INFO:teuthology.orchestra.run.smithi104.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-15T22:37:49.795 INFO:teuthology.orchestra.run.smithi104.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [34.1 kB] 2024-04-15T22:37:49.795 INFO:teuthology.orchestra.run.smithi104.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,670 kB] 2024-04-15T22:37:49.822 INFO:teuthology.orchestra.run.smithi042.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [297 kB] 2024-04-15T22:37:49.830 INFO:teuthology.orchestra.run.smithi104.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [280 kB] 2024-04-15T22:37:49.831 INFO:teuthology.orchestra.run.smithi042.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-15T22:37:49.831 INFO:teuthology.orchestra.run.smithi042.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,702 kB] 2024-04-15T22:37:49.836 INFO:teuthology.orchestra.run.smithi104.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-15T22:37:49.836 INFO:teuthology.orchestra.run.smithi104.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-04-15T22:37:49.858 INFO:teuthology.orchestra.run.smithi104.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-15T22:37:49.866 INFO:teuthology.orchestra.run.smithi104.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-15T22:37:49.868 INFO:teuthology.orchestra.run.smithi104.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-15T22:37:49.872 INFO:teuthology.orchestra.run.smithi042.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.7 kB] 2024-04-15T22:37:49.872 INFO:teuthology.orchestra.run.smithi042.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [286 kB] 2024-04-15T22:37:49.873 INFO:teuthology.orchestra.run.smithi104.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-15T22:37:49.873 INFO:teuthology.orchestra.run.smithi104.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-15T22:37:49.874 INFO:teuthology.orchestra.run.smithi104.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-15T22:37:49.880 INFO:teuthology.orchestra.run.smithi042.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-15T22:37:49.880 INFO:teuthology.orchestra.run.smithi042.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,075 kB] 2024-04-15T22:37:49.894 INFO:teuthology.orchestra.run.smithi042.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-15T22:37:49.901 INFO:teuthology.orchestra.run.smithi042.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-04-15T22:37:49.907 INFO:teuthology.orchestra.run.smithi042.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-15T22:37:49.908 INFO:teuthology.orchestra.run.smithi042.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.7 kB] 2024-04-15T22:37:49.908 INFO:teuthology.orchestra.run.smithi042.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [6,028 B] 2024-04-15T22:37:49.921 INFO:teuthology.orchestra.run.smithi104.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-15T22:37:49.923 INFO:teuthology.orchestra.run.smithi042.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [12.1 kB] 2024-04-15T22:37:49.946 INFO:teuthology.orchestra.run.smithi042.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-15T22:37:49.947 INFO:teuthology.orchestra.run.smithi042.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-15T22:37:49.947 INFO:teuthology.orchestra.run.smithi042.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-15T22:37:49.948 INFO:teuthology.orchestra.run.smithi042.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-15T22:37:49.948 INFO:teuthology.orchestra.run.smithi042.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-15T22:37:49.949 INFO:teuthology.orchestra.run.smithi042.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-15T22:37:49.949 INFO:teuthology.orchestra.run.smithi042.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-15T22:37:49.950 INFO:teuthology.orchestra.run.smithi042.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-15T22:37:49.950 INFO:teuthology.orchestra.run.smithi042.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-15T22:37:49.964 INFO:teuthology.orchestra.run.smithi042.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [444 kB] 2024-04-15T22:37:50.008 INFO:teuthology.orchestra.run.smithi104.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-15T22:37:50.148 INFO:teuthology.orchestra.run.smithi104.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [610 kB] 2024-04-15T22:37:50.245 INFO:teuthology.orchestra.run.smithi042.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,343 kB] 2024-04-15T22:37:50.348 INFO:teuthology.orchestra.run.smithi104.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,562 kB] 2024-04-15T22:37:50.412 INFO:teuthology.orchestra.run.smithi042.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [237 kB] 2024-04-15T22:37:50.425 INFO:teuthology.orchestra.run.smithi042.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-15T22:37:50.426 INFO:teuthology.orchestra.run.smithi042.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [34.1 kB] 2024-04-15T22:37:50.427 INFO:teuthology.orchestra.run.smithi042.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,670 kB] 2024-04-15T22:37:50.498 INFO:teuthology.orchestra.run.smithi104.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [297 kB] 2024-04-15T22:37:50.510 INFO:teuthology.orchestra.run.smithi042.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [280 kB] 2024-04-15T22:37:50.512 INFO:teuthology.orchestra.run.smithi104.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-15T22:37:50.513 INFO:teuthology.orchestra.run.smithi104.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.7 kB] 2024-04-15T22:37:50.515 INFO:teuthology.orchestra.run.smithi104.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,702 kB] 2024-04-15T22:37:50.517 INFO:teuthology.orchestra.run.smithi042.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-15T22:37:50.518 INFO:teuthology.orchestra.run.smithi042.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-15T22:37:50.533 INFO:teuthology.orchestra.run.smithi042.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-04-15T22:37:50.574 INFO:teuthology.orchestra.run.smithi104.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [286 kB] 2024-04-15T22:37:50.581 INFO:teuthology.orchestra.run.smithi104.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-15T22:37:50.717 INFO:teuthology.orchestra.run.smithi042.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-15T22:37:50.746 INFO:teuthology.orchestra.run.smithi104.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,075 kB] 2024-04-15T22:37:51.117 INFO:teuthology.orchestra.run.smithi042.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-15T22:37:51.123 INFO:teuthology.orchestra.run.smithi042.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-15T22:37:51.124 INFO:teuthology.orchestra.run.smithi042.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-15T22:37:51.138 INFO:teuthology.orchestra.run.smithi042.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-15T22:37:51.140 INFO:teuthology.orchestra.run.smithi042.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-15T22:37:51.379 INFO:teuthology.orchestra.run.smithi104.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-15T22:37:51.418 INFO:teuthology.orchestra.run.smithi104.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-04-15T22:37:51.430 INFO:teuthology.orchestra.run.smithi104.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-15T22:37:51.431 INFO:teuthology.orchestra.run.smithi104.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [6,028 B] 2024-04-15T22:37:51.432 INFO:teuthology.orchestra.run.smithi104.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.7 kB] 2024-04-15T22:37:51.435 INFO:teuthology.orchestra.run.smithi104.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [12.1 kB] 2024-04-15T22:37:51.435 INFO:teuthology.orchestra.run.smithi104.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-15T22:37:51.435 INFO:teuthology.orchestra.run.smithi104.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-15T22:37:51.461 INFO:teuthology.orchestra.run.smithi104.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-15T22:37:51.464 INFO:teuthology.orchestra.run.smithi104.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-15T22:37:51.629 INFO:teuthology.orchestra.run.smithi104.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-15T22:37:51.711 INFO:teuthology.orchestra.run.smithi104.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-15T22:37:51.794 INFO:teuthology.orchestra.run.smithi104.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-15T22:37:51.891 INFO:teuthology.orchestra.run.smithi104.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-15T22:37:51.907 INFO:teuthology.orchestra.run.smithi104.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-15T22:37:55.777 INFO:teuthology.orchestra.run.smithi042.stdout:Fetched 12.9 MB in 2s (6,831 kB/s) 2024-04-15T22:37:56.323 INFO:teuthology.orchestra.run.smithi104.stdout:Fetched 12.9 MB in 3s (5,074 kB/s) 2024-04-15T22:37:57.162 INFO:teuthology.orchestra.run.smithi042.stdout:Reading package lists... 2024-04-15T22:37:57.179 DEBUG:teuthology.orchestra.run.smithi042:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-15T22:37:57.233 INFO:teuthology.orchestra.run.smithi042.stdout:Reading package lists... 2024-04-15T22:37:57.413 INFO:teuthology.orchestra.run.smithi042.stdout:Building dependency tree... 2024-04-15T22:37:57.414 INFO:teuthology.orchestra.run.smithi042.stdout:Reading state information... 2024-04-15T22:37:57.570 INFO:teuthology.orchestra.run.smithi042.stdout:The following packages were automatically installed and are no longer required: 2024-04-15T22:37:57.571 INFO:teuthology.orchestra.run.smithi042.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-15T22:37:57.571 INFO:teuthology.orchestra.run.smithi042.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-15T22:37:57.571 INFO:teuthology.orchestra.run.smithi042.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-15T22:37:57.571 INFO:teuthology.orchestra.run.smithi042.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-15T22:37:57.572 INFO:teuthology.orchestra.run.smithi042.stdout: python2.7-minimal 2024-04-15T22:37:57.572 INFO:teuthology.orchestra.run.smithi042.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-15T22:37:57.572 INFO:teuthology.orchestra.run.smithi042.stdout:The following additional packages will be installed: 2024-04-15T22:37:57.572 INFO:teuthology.orchestra.run.smithi042.stdout: linux-generic linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-15T22:37:57.572 INFO:teuthology.orchestra.run.smithi042.stdout: linux-headers-generic linux-image-5.15.0-102-generic 2024-04-15T22:37:57.573 INFO:teuthology.orchestra.run.smithi042.stdout: linux-modules-5.15.0-102-generic linux-modules-extra-5.15.0-102-generic 2024-04-15T22:37:57.574 INFO:teuthology.orchestra.run.smithi042.stdout:Suggested packages: 2024-04-15T22:37:57.574 INFO:teuthology.orchestra.run.smithi042.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-15T22:37:57.574 INFO:teuthology.orchestra.run.smithi042.stdout:Recommended packages: 2024-04-15T22:37:57.574 INFO:teuthology.orchestra.run.smithi042.stdout: thermald 2024-04-15T22:37:57.621 INFO:teuthology.orchestra.run.smithi042.stdout:The following NEW packages will be installed: 2024-04-15T22:37:57.621 INFO:teuthology.orchestra.run.smithi042.stdout: linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-15T22:37:57.621 INFO:teuthology.orchestra.run.smithi042.stdout: linux-image-5.15.0-102-generic linux-modules-5.15.0-102-generic 2024-04-15T22:37:57.622 INFO:teuthology.orchestra.run.smithi042.stdout: linux-modules-extra-5.15.0-102-generic 2024-04-15T22:37:57.623 INFO:teuthology.orchestra.run.smithi042.stdout:The following packages will be upgraded: 2024-04-15T22:37:57.624 INFO:teuthology.orchestra.run.smithi042.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-15T22:37:57.624 INFO:teuthology.orchestra.run.smithi104.stdout:Reading package lists... 2024-04-15T22:37:57.641 DEBUG:teuthology.orchestra.run.smithi104:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-15T22:37:57.681 INFO:teuthology.orchestra.run.smithi042.stdout:3 upgraded, 5 newly installed, 0 to remove and 313 not upgraded. 2024-04-15T22:37:57.681 INFO:teuthology.orchestra.run.smithi042.stdout:Need to get 113 MB of archives. 2024-04-15T22:37:57.681 INFO:teuthology.orchestra.run.smithi042.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-15T22:37:57.681 INFO:teuthology.orchestra.run.smithi042.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-102-generic amd64 5.15.0-102.112 [22.7 MB] 2024-04-15T22:37:57.700 INFO:teuthology.orchestra.run.smithi104.stdout:Reading package lists... 2024-04-15T22:37:57.878 INFO:teuthology.orchestra.run.smithi104.stdout:Building dependency tree... 2024-04-15T22:37:57.879 INFO:teuthology.orchestra.run.smithi104.stdout:Reading state information... 2024-04-15T22:37:58.029 INFO:teuthology.orchestra.run.smithi104.stdout:The following packages were automatically installed and are no longer required: 2024-04-15T22:37:58.030 INFO:teuthology.orchestra.run.smithi104.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-15T22:37:58.030 INFO:teuthology.orchestra.run.smithi104.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-15T22:37:58.030 INFO:teuthology.orchestra.run.smithi104.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-15T22:37:58.030 INFO:teuthology.orchestra.run.smithi104.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-15T22:37:58.031 INFO:teuthology.orchestra.run.smithi104.stdout: python2.7-minimal 2024-04-15T22:37:58.031 INFO:teuthology.orchestra.run.smithi104.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-15T22:37:58.031 INFO:teuthology.orchestra.run.smithi104.stdout:The following additional packages will be installed: 2024-04-15T22:37:58.032 INFO:teuthology.orchestra.run.smithi104.stdout: linux-generic linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-15T22:37:58.032 INFO:teuthology.orchestra.run.smithi104.stdout: linux-headers-generic linux-image-5.15.0-102-generic 2024-04-15T22:37:58.032 INFO:teuthology.orchestra.run.smithi104.stdout: linux-modules-5.15.0-102-generic linux-modules-extra-5.15.0-102-generic 2024-04-15T22:37:58.033 INFO:teuthology.orchestra.run.smithi104.stdout:Suggested packages: 2024-04-15T22:37:58.033 INFO:teuthology.orchestra.run.smithi104.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-15T22:37:58.033 INFO:teuthology.orchestra.run.smithi104.stdout:Recommended packages: 2024-04-15T22:37:58.033 INFO:teuthology.orchestra.run.smithi104.stdout: thermald 2024-04-15T22:37:58.082 INFO:teuthology.orchestra.run.smithi104.stdout:The following NEW packages will be installed: 2024-04-15T22:37:58.082 INFO:teuthology.orchestra.run.smithi104.stdout: linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-15T22:37:58.082 INFO:teuthology.orchestra.run.smithi104.stdout: linux-image-5.15.0-102-generic linux-modules-5.15.0-102-generic 2024-04-15T22:37:58.082 INFO:teuthology.orchestra.run.smithi104.stdout: linux-modules-extra-5.15.0-102-generic 2024-04-15T22:37:58.082 INFO:teuthology.orchestra.run.smithi104.stdout:The following packages will be upgraded: 2024-04-15T22:37:58.082 INFO:teuthology.orchestra.run.smithi104.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-15T22:37:58.261 INFO:teuthology.orchestra.run.smithi104.stdout:3 upgraded, 5 newly installed, 0 to remove and 313 not upgraded. 2024-04-15T22:37:58.261 INFO:teuthology.orchestra.run.smithi104.stdout:Need to get 113 MB of archives. 2024-04-15T22:37:58.261 INFO:teuthology.orchestra.run.smithi104.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-15T22:37:58.261 INFO:teuthology.orchestra.run.smithi104.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-102-generic amd64 5.15.0-102.112 [22.7 MB] 2024-04-15T22:37:58.348 INFO:teuthology.orchestra.run.smithi042.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-102-generic amd64 5.15.0-102.112 [11.5 MB] 2024-04-15T22:37:58.478 INFO:teuthology.orchestra.run.smithi042.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-102-generic amd64 5.15.0-102.112 [63.9 MB] 2024-04-15T22:37:59.767 INFO:teuthology.orchestra.run.smithi104.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-102-generic amd64 5.15.0-102.112 [11.5 MB] 2024-04-15T22:37:59.838 INFO:teuthology.orchestra.run.smithi042.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.102.99 [1,700 B] 2024-04-15T22:37:59.838 INFO:teuthology.orchestra.run.smithi042.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.102.99 [2,512 B] 2024-04-15T22:37:59.839 INFO:teuthology.orchestra.run.smithi042.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-102 all 5.15.0-102.112 [12.4 MB] 2024-04-15T22:38:00.121 INFO:teuthology.orchestra.run.smithi104.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-102-generic amd64 5.15.0-102.112 [63.9 MB] 2024-04-15T22:38:00.402 INFO:teuthology.orchestra.run.smithi042.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-102-generic amd64 5.15.0-102.112 [2,877 kB] 2024-04-15T22:38:00.482 INFO:teuthology.orchestra.run.smithi042.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.102.99 [2,360 B] 2024-04-15T22:38:00.886 INFO:teuthology.orchestra.run.smithi042.stdout:Fetched 113 MB in 3s (39.7 MB/s) 2024-04-15T22:38:01.068 INFO:teuthology.orchestra.run.smithi042.stdout:Selecting previously unselected package linux-modules-5.15.0-102-generic. 2024-04-15T22:38:02.345 INFO:teuthology.orchestra.run.smithi104.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.102.99 [1,700 B] 2024-04-15T22:38:02.346 INFO:teuthology.orchestra.run.smithi104.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.102.99 [2,512 B] 2024-04-15T22:38:02.346 INFO:teuthology.orchestra.run.smithi104.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-102 all 5.15.0-102.112 [12.4 MB] 2024-04-15T22:38:02.764 INFO:teuthology.orchestra.run.smithi104.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-102-generic amd64 5.15.0-102.112 [2,877 kB] 2024-04-15T22:38:02.846 INFO:teuthology.orchestra.run.smithi104.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.102.99 [2,360 B] 2024-04-15T22:38:03.102 INFO:teuthology.orchestra.run.smithi042.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-04-15T22:38:03.106 INFO:teuthology.orchestra.run.smithi042.stdout:Preparing to unpack .../0-linux-modules-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T22:38:03.182 INFO:teuthology.orchestra.run.smithi042.stdout:Unpacking linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T22:38:03.226 INFO:teuthology.orchestra.run.smithi104.stdout:Fetched 113 MB in 5s (23.8 MB/s) 2024-04-15T22:38:03.410 INFO:teuthology.orchestra.run.smithi104.stdout:Selecting previously unselected package linux-modules-5.15.0-102-generic. 2024-04-15T22:38:05.321 INFO:teuthology.orchestra.run.smithi104.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-04-15T22:38:05.325 INFO:teuthology.orchestra.run.smithi104.stdout:Preparing to unpack .../0-linux-modules-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T22:38:05.383 INFO:teuthology.orchestra.run.smithi042.stdout:Selecting previously unselected package linux-image-5.15.0-102-generic. 2024-04-15T22:38:05.391 INFO:teuthology.orchestra.run.smithi104.stdout:Unpacking linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T22:38:05.405 INFO:teuthology.orchestra.run.smithi042.stdout:Preparing to unpack .../1-linux-image-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T22:38:05.491 INFO:teuthology.orchestra.run.smithi042.stdout:Unpacking linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T22:38:05.903 INFO:teuthology.orchestra.run.smithi042.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-102-generic. 2024-04-15T22:38:05.924 INFO:teuthology.orchestra.run.smithi042.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T22:38:05.961 INFO:teuthology.orchestra.run.smithi042.stdout:Unpacking linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T22:38:07.900 INFO:teuthology.orchestra.run.smithi104.stdout:Selecting previously unselected package linux-image-5.15.0-102-generic. 2024-04-15T22:38:07.922 INFO:teuthology.orchestra.run.smithi104.stdout:Preparing to unpack .../1-linux-image-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T22:38:08.018 INFO:teuthology.orchestra.run.smithi104.stdout:Unpacking linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T22:38:08.512 INFO:teuthology.orchestra.run.smithi104.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-102-generic. 2024-04-15T22:38:08.532 INFO:teuthology.orchestra.run.smithi104.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T22:38:08.570 INFO:teuthology.orchestra.run.smithi104.stdout:Unpacking linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T22:38:12.956 INFO:teuthology.orchestra.run.smithi042.stdout:Preparing to unpack .../3-linux-generic_5.15.0.102.99_amd64.deb ... 2024-04-15T22:38:13.055 INFO:teuthology.orchestra.run.smithi042.stdout:Unpacking linux-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-15T22:38:13.388 INFO:teuthology.orchestra.run.smithi042.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.102.99_amd64.deb ... 2024-04-15T22:38:13.517 INFO:teuthology.orchestra.run.smithi042.stdout:Unpacking linux-image-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-15T22:38:13.811 INFO:teuthology.orchestra.run.smithi042.stdout:Selecting previously unselected package linux-headers-5.15.0-102. 2024-04-15T22:38:13.834 INFO:teuthology.orchestra.run.smithi042.stdout:Preparing to unpack .../5-linux-headers-5.15.0-102_5.15.0-102.112_all.deb ... 2024-04-15T22:38:13.878 INFO:teuthology.orchestra.run.smithi042.stdout:Unpacking linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-15T22:38:14.672 INFO:teuthology.orchestra.run.smithi104.stdout:Preparing to unpack .../3-linux-generic_5.15.0.102.99_amd64.deb ... 2024-04-15T22:38:14.822 INFO:teuthology.orchestra.run.smithi104.stdout:Unpacking linux-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-15T22:38:15.155 INFO:teuthology.orchestra.run.smithi104.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.102.99_amd64.deb ... 2024-04-15T22:38:15.283 INFO:teuthology.orchestra.run.smithi104.stdout:Unpacking linux-image-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-15T22:38:15.595 INFO:teuthology.orchestra.run.smithi104.stdout:Selecting previously unselected package linux-headers-5.15.0-102. 2024-04-15T22:38:15.617 INFO:teuthology.orchestra.run.smithi104.stdout:Preparing to unpack .../5-linux-headers-5.15.0-102_5.15.0-102.112_all.deb ... 2024-04-15T22:38:15.661 INFO:teuthology.orchestra.run.smithi104.stdout:Unpacking linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-15T22:38:19.714 INFO:teuthology.orchestra.run.smithi042.stdout:Selecting previously unselected package linux-headers-5.15.0-102-generic. 2024-04-15T22:38:19.751 INFO:teuthology.orchestra.run.smithi042.stdout:Preparing to unpack .../6-linux-headers-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T22:38:19.815 INFO:teuthology.orchestra.run.smithi042.stdout:Unpacking linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T22:38:21.508 INFO:teuthology.orchestra.run.smithi104.stdout:Selecting previously unselected package linux-headers-5.15.0-102-generic. 2024-04-15T22:38:21.545 INFO:teuthology.orchestra.run.smithi104.stdout:Preparing to unpack .../6-linux-headers-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T22:38:21.582 INFO:teuthology.orchestra.run.smithi104.stdout:Unpacking linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T22:38:22.534 INFO:teuthology.orchestra.run.smithi042.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.102.99_amd64.deb ... 2024-04-15T22:38:22.659 INFO:teuthology.orchestra.run.smithi042.stdout:Unpacking linux-headers-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-15T22:38:22.993 INFO:teuthology.orchestra.run.smithi042.stdout:Setting up linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-15T22:38:23.097 INFO:teuthology.orchestra.run.smithi042.stdout:Setting up linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T22:38:23.198 INFO:teuthology.orchestra.run.smithi042.stdout:Setting up linux-headers-generic (5.15.0.102.99) ... 2024-04-15T22:38:23.301 INFO:teuthology.orchestra.run.smithi042.stdout:Setting up linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T22:38:24.236 INFO:teuthology.orchestra.run.smithi104.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.102.99_amd64.deb ... 2024-04-15T22:38:24.358 INFO:teuthology.orchestra.run.smithi104.stdout:Unpacking linux-headers-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-15T22:38:24.712 INFO:teuthology.orchestra.run.smithi042.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-15T22:38:24.712 INFO:teuthology.orchestra.run.smithi042.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-15T22:38:24.712 INFO:teuthology.orchestra.run.smithi042.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-102-generic 2024-04-15T22:38:24.712 INFO:teuthology.orchestra.run.smithi042.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-102-generic 2024-04-15T22:38:24.716 INFO:teuthology.orchestra.run.smithi104.stdout:Setting up linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-15T22:38:24.838 INFO:teuthology.orchestra.run.smithi104.stdout:Setting up linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T22:38:24.878 INFO:teuthology.orchestra.run.smithi042.stdout:Setting up linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T22:38:25.764 INFO:teuthology.orchestra.run.smithi104.stdout:Setting up linux-headers-generic (5.15.0.102.99) ... 2024-04-15T22:38:25.893 INFO:teuthology.orchestra.run.smithi104.stdout:Setting up linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T22:38:26.989 INFO:teuthology.orchestra.run.smithi042.stdout:Setting up linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T22:38:27.206 INFO:teuthology.orchestra.run.smithi104.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-15T22:38:27.206 INFO:teuthology.orchestra.run.smithi104.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-15T22:38:27.206 INFO:teuthology.orchestra.run.smithi104.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-102-generic 2024-04-15T22:38:27.206 INFO:teuthology.orchestra.run.smithi104.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-102-generic 2024-04-15T22:38:27.371 INFO:teuthology.orchestra.run.smithi104.stdout:Setting up linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T22:38:28.440 INFO:teuthology.orchestra.run.smithi042.stdout:Setting up linux-image-generic (5.15.0.102.99) ... 2024-04-15T22:38:28.549 INFO:teuthology.orchestra.run.smithi042.stdout:Setting up linux-generic (5.15.0.102.99) ... 2024-04-15T22:38:28.676 INFO:teuthology.orchestra.run.smithi042.stdout:Processing triggers for linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T22:38:28.733 INFO:teuthology.orchestra.run.smithi042.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-15T22:38:28.733 INFO:teuthology.orchestra.run.smithi042.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-102-generic 2024-04-15T22:38:28.797 INFO:teuthology.orchestra.run.smithi104.stdout:Setting up linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T22:38:30.173 INFO:teuthology.orchestra.run.smithi104.stdout:Setting up linux-image-generic (5.15.0.102.99) ... 2024-04-15T22:38:30.274 INFO:teuthology.orchestra.run.smithi104.stdout:Setting up linux-generic (5.15.0.102.99) ... 2024-04-15T22:38:30.392 INFO:teuthology.orchestra.run.smithi104.stdout:Processing triggers for linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T22:38:30.459 INFO:teuthology.orchestra.run.smithi104.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-15T22:38:30.459 INFO:teuthology.orchestra.run.smithi104.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-102-generic 2024-04-15T22:38:43.150 INFO:teuthology.orchestra.run.smithi042.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-15T22:38:43.150 INFO:teuthology.orchestra.run.smithi042.stdout:Sourcing file `/etc/default/grub' 2024-04-15T22:38:43.169 INFO:teuthology.orchestra.run.smithi042.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-15T22:38:43.188 INFO:teuthology.orchestra.run.smithi042.stdout:Generating grub configuration file ... 2024-04-15T22:38:43.471 INFO:teuthology.orchestra.run.smithi042.stdout:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-15T22:38:43.492 INFO:teuthology.orchestra.run.smithi042.stdout:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-15T22:38:43.780 INFO:teuthology.orchestra.run.smithi042.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-15T22:38:43.785 INFO:teuthology.orchestra.run.smithi042.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-15T22:38:43.855 INFO:teuthology.orchestra.run.smithi042.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-15T22:38:43.861 INFO:teuthology.orchestra.run.smithi042.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-15T22:38:44.017 INFO:teuthology.orchestra.run.smithi042.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-15T22:38:44.017 INFO:teuthology.orchestra.run.smithi042.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-15T22:38:44.018 INFO:teuthology.orchestra.run.smithi042.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-15T22:38:44.058 INFO:teuthology.orchestra.run.smithi042.stdout:done 2024-04-15T22:38:44.112 INFO:teuthology.orchestra.run.smithi104.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-15T22:38:44.112 INFO:teuthology.orchestra.run.smithi104.stdout:Sourcing file `/etc/default/grub' 2024-04-15T22:38:44.122 INFO:teuthology.orchestra.run.smithi104.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-15T22:38:44.142 INFO:teuthology.orchestra.run.smithi104.stdout:Generating grub configuration file ... 2024-04-15T22:38:44.388 INFO:teuthology.orchestra.run.smithi104.stdout:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-15T22:38:44.407 INFO:teuthology.orchestra.run.smithi104.stdout:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-15T22:38:44.517 DEBUG:teuthology.orchestra.run.smithi042:> dpkg -s linux-image-generic 2024-04-15T22:38:44.538 INFO:teuthology.orchestra.run.smithi042.stdout:Package: linux-image-generic 2024-04-15T22:38:44.538 INFO:teuthology.orchestra.run.smithi042.stdout:Status: install ok installed 2024-04-15T22:38:44.538 INFO:teuthology.orchestra.run.smithi042.stdout:Priority: optional 2024-04-15T22:38:44.538 INFO:teuthology.orchestra.run.smithi042.stdout:Section: kernel 2024-04-15T22:38:44.538 INFO:teuthology.orchestra.run.smithi042.stdout:Installed-Size: 21 2024-04-15T22:38:44.538 INFO:teuthology.orchestra.run.smithi042.stdout:Maintainer: Ubuntu Kernel Team 2024-04-15T22:38:44.538 INFO:teuthology.orchestra.run.smithi042.stdout:Architecture: amd64 2024-04-15T22:38:44.539 INFO:teuthology.orchestra.run.smithi042.stdout:Source: linux-meta 2024-04-15T22:38:44.539 INFO:teuthology.orchestra.run.smithi042.stdout:Version: 5.15.0.102.99 2024-04-15T22:38:44.539 INFO:teuthology.orchestra.run.smithi042.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-102), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-15T22:38:44.539 INFO:teuthology.orchestra.run.smithi042.stdout:Depends: linux-image-5.15.0-102-generic, linux-modules-extra-5.15.0-102-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-15T22:38:44.539 INFO:teuthology.orchestra.run.smithi042.stdout:Recommends: thermald 2024-04-15T22:38:44.539 INFO:teuthology.orchestra.run.smithi042.stdout:Description: Generic Linux kernel image 2024-04-15T22:38:44.539 INFO:teuthology.orchestra.run.smithi042.stdout: This package will always depend on the latest generic kernel image 2024-04-15T22:38:44.539 INFO:teuthology.orchestra.run.smithi042.stdout: available. 2024-04-15T22:38:44.539 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-102-generic 2024-04-15T22:38:44.539 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T22:38:44.539 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T22:38:44.540 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-15T22:38:44.540 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi042.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T22:38:44.540 DEBUG:teuthology.orchestra.run.smithi042:> sudo apt-get clean 2024-04-15T22:38:44.708 INFO:teuthology.orchestra.run.smithi104.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-15T22:38:44.714 INFO:teuthology.orchestra.run.smithi104.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-15T22:38:44.733 DEBUG:teuthology.orchestra.run.smithi042:> sudo apt-get update 2024-04-15T22:38:44.789 INFO:teuthology.orchestra.run.smithi104.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-15T22:38:44.794 INFO:teuthology.orchestra.run.smithi104.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-15T22:38:44.895 INFO:teuthology.orchestra.run.smithi042.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-15T22:38:44.895 INFO:teuthology.orchestra.run.smithi042.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-15T22:38:44.905 INFO:teuthology.orchestra.run.smithi042.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-15T22:38:44.925 INFO:teuthology.orchestra.run.smithi042.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-15T22:38:44.944 INFO:teuthology.orchestra.run.smithi104.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-15T22:38:44.944 INFO:teuthology.orchestra.run.smithi104.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-15T22:38:44.944 INFO:teuthology.orchestra.run.smithi104.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-15T22:38:44.982 INFO:teuthology.orchestra.run.smithi104.stdout:done 2024-04-15T22:38:45.518 DEBUG:teuthology.orchestra.run.smithi104:> dpkg -s linux-image-generic 2024-04-15T22:38:45.540 INFO:teuthology.orchestra.run.smithi104.stdout:Package: linux-image-generic 2024-04-15T22:38:45.541 INFO:teuthology.orchestra.run.smithi104.stdout:Status: install ok installed 2024-04-15T22:38:45.541 INFO:teuthology.orchestra.run.smithi104.stdout:Priority: optional 2024-04-15T22:38:45.541 INFO:teuthology.orchestra.run.smithi104.stdout:Section: kernel 2024-04-15T22:38:45.541 INFO:teuthology.orchestra.run.smithi104.stdout:Installed-Size: 21 2024-04-15T22:38:45.541 INFO:teuthology.orchestra.run.smithi104.stdout:Maintainer: Ubuntu Kernel Team 2024-04-15T22:38:45.541 INFO:teuthology.orchestra.run.smithi104.stdout:Architecture: amd64 2024-04-15T22:38:45.541 INFO:teuthology.orchestra.run.smithi104.stdout:Source: linux-meta 2024-04-15T22:38:45.541 INFO:teuthology.orchestra.run.smithi104.stdout:Version: 5.15.0.102.99 2024-04-15T22:38:45.541 INFO:teuthology.orchestra.run.smithi104.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-102), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-15T22:38:45.541 INFO:teuthology.orchestra.run.smithi104.stdout:Depends: linux-image-5.15.0-102-generic, linux-modules-extra-5.15.0-102-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-15T22:38:45.541 INFO:teuthology.orchestra.run.smithi104.stdout:Recommends: thermald 2024-04-15T22:38:45.541 INFO:teuthology.orchestra.run.smithi104.stdout:Description: Generic Linux kernel image 2024-04-15T22:38:45.541 INFO:teuthology.orchestra.run.smithi104.stdout: This package will always depend on the latest generic kernel image 2024-04-15T22:38:45.542 INFO:teuthology.orchestra.run.smithi104.stdout: available. 2024-04-15T22:38:45.542 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-102-generic 2024-04-15T22:38:45.542 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T22:38:45.542 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T22:38:45.542 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-15T22:38:45.542 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi104.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T22:38:45.542 DEBUG:teuthology.orchestra.run.smithi104:> sudo apt-get clean 2024-04-15T22:38:45.695 DEBUG:teuthology.orchestra.run.smithi104:> sudo apt-get update 2024-04-15T22:38:45.817 INFO:teuthology.orchestra.run.smithi104.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-15T22:38:45.817 INFO:teuthology.orchestra.run.smithi104.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-15T22:38:45.832 INFO:teuthology.orchestra.run.smithi104.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-15T22:38:45.853 INFO:teuthology.orchestra.run.smithi104.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-15T22:38:46.340 INFO:teuthology.orchestra.run.smithi042.stdout:Reading package lists... 2024-04-15T22:38:46.358 DEBUG:teuthology.orchestra.run.smithi042:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-15T22:38:46.420 INFO:teuthology.orchestra.run.smithi042.stdout:Reading package lists... 2024-04-15T22:38:46.622 INFO:teuthology.orchestra.run.smithi042.stdout:Building dependency tree... 2024-04-15T22:38:46.623 INFO:teuthology.orchestra.run.smithi042.stdout:Reading state information... 2024-04-15T22:38:46.790 INFO:teuthology.orchestra.run.smithi042.stdout:linux-image-generic is already the newest version (5.15.0.102.99). 2024-04-15T22:38:46.790 INFO:teuthology.orchestra.run.smithi042.stdout:The following packages were automatically installed and are no longer required: 2024-04-15T22:38:46.790 INFO:teuthology.orchestra.run.smithi042.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-15T22:38:46.790 INFO:teuthology.orchestra.run.smithi042.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-15T22:38:46.790 INFO:teuthology.orchestra.run.smithi042.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-15T22:38:46.790 INFO:teuthology.orchestra.run.smithi042.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-15T22:38:46.791 INFO:teuthology.orchestra.run.smithi042.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-15T22:38:46.791 INFO:teuthology.orchestra.run.smithi042.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-15T22:38:46.828 INFO:teuthology.orchestra.run.smithi042.stdout:0 upgraded, 0 newly installed, 0 to remove and 313 not upgraded. 2024-04-15T22:38:46.830 DEBUG:teuthology.orchestra.run.smithi042:> dpkg -s linux-image-generic 2024-04-15T22:38:46.843 INFO:teuthology.orchestra.run.smithi042.stdout:Package: linux-image-generic 2024-04-15T22:38:46.843 INFO:teuthology.orchestra.run.smithi042.stdout:Status: install ok installed 2024-04-15T22:38:46.843 INFO:teuthology.orchestra.run.smithi042.stdout:Priority: optional 2024-04-15T22:38:46.843 INFO:teuthology.orchestra.run.smithi042.stdout:Section: kernel 2024-04-15T22:38:46.843 INFO:teuthology.orchestra.run.smithi042.stdout:Installed-Size: 21 2024-04-15T22:38:46.843 INFO:teuthology.orchestra.run.smithi042.stdout:Maintainer: Ubuntu Kernel Team 2024-04-15T22:38:46.843 INFO:teuthology.orchestra.run.smithi042.stdout:Architecture: amd64 2024-04-15T22:38:46.843 INFO:teuthology.orchestra.run.smithi042.stdout:Source: linux-meta 2024-04-15T22:38:46.843 INFO:teuthology.orchestra.run.smithi042.stdout:Version: 5.15.0.102.99 2024-04-15T22:38:46.843 INFO:teuthology.orchestra.run.smithi042.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-102), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-15T22:38:46.843 INFO:teuthology.orchestra.run.smithi042.stdout:Depends: linux-image-5.15.0-102-generic, linux-modules-extra-5.15.0-102-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-15T22:38:46.843 INFO:teuthology.orchestra.run.smithi042.stdout:Recommends: thermald 2024-04-15T22:38:46.843 INFO:teuthology.orchestra.run.smithi042.stdout:Description: Generic Linux kernel image 2024-04-15T22:38:46.844 INFO:teuthology.orchestra.run.smithi042.stdout: This package will always depend on the latest generic kernel image 2024-04-15T22:38:46.844 INFO:teuthology.orchestra.run.smithi042.stdout: available. 2024-04-15T22:38:46.844 DEBUG:teuthology.orchestra.run.smithi042:> mktemp 2024-04-15T22:38:46.898 INFO:teuthology.orchestra.run.smithi042.stdout:/tmp/tmp.de2WfLE4bq 2024-04-15T22:38:46.898 DEBUG:teuthology.orchestra.run.smithi042:> sudo cp /boot/grub/grub.cfg /tmp/tmp.de2WfLE4bq 2024-04-15T22:38:46.963 DEBUG:teuthology.orchestra.run.smithi042:> sudo chmod 0666 /tmp/tmp.de2WfLE4bq 2024-04-15T22:38:47.081 DEBUG:teuthology.orchestra.remote:smithi042:/tmp/tmp.de2WfLE4bq is 10KB 2024-04-15T22:38:47.094 DEBUG:teuthology.orchestra.run.smithi042:> rm -fr /tmp/tmp.de2WfLE4bq 2024-04-15T22:38:47.099 DEBUG:teuthology.orchestra.run.smithi042:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-15T22:38:47.158 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2024-04-15T22:38:47.159 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-15T22:38:47.159 DEBUG:teuthology.orchestra.run.smithi042:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-15T22:38:47.187 INFO:teuthology.orchestra.run.smithi104.stdout:Reading package lists... 2024-04-15T22:38:47.205 DEBUG:teuthology.orchestra.run.smithi104:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-15T22:38:47.226 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-102-generic 2024-04-15T22:38:47.227 DEBUG:teuthology.orchestra.run.smithi042:> sudo update-grub 2024-04-15T22:38:47.264 INFO:teuthology.orchestra.run.smithi104.stdout:Reading package lists... 2024-04-15T22:38:47.466 INFO:teuthology.orchestra.run.smithi104.stdout:Building dependency tree... 2024-04-15T22:38:47.467 INFO:teuthology.orchestra.run.smithi104.stdout:Reading state information... 2024-04-15T22:38:47.628 INFO:teuthology.orchestra.run.smithi104.stdout:linux-image-generic is already the newest version (5.15.0.102.99). 2024-04-15T22:38:47.628 INFO:teuthology.orchestra.run.smithi104.stdout:The following packages were automatically installed and are no longer required: 2024-04-15T22:38:47.628 INFO:teuthology.orchestra.run.smithi104.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-15T22:38:47.628 INFO:teuthology.orchestra.run.smithi104.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-15T22:38:47.628 INFO:teuthology.orchestra.run.smithi104.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-15T22:38:47.629 INFO:teuthology.orchestra.run.smithi104.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-15T22:38:47.629 INFO:teuthology.orchestra.run.smithi104.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-15T22:38:47.629 INFO:teuthology.orchestra.run.smithi104.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-15T22:38:47.667 INFO:teuthology.orchestra.run.smithi104.stdout:0 upgraded, 0 newly installed, 0 to remove and 313 not upgraded. 2024-04-15T22:38:47.670 DEBUG:teuthology.orchestra.run.smithi104:> dpkg -s linux-image-generic 2024-04-15T22:38:47.685 INFO:teuthology.orchestra.run.smithi104.stdout:Package: linux-image-generic 2024-04-15T22:38:47.685 INFO:teuthology.orchestra.run.smithi104.stdout:Status: install ok installed 2024-04-15T22:38:47.685 INFO:teuthology.orchestra.run.smithi104.stdout:Priority: optional 2024-04-15T22:38:47.686 INFO:teuthology.orchestra.run.smithi104.stdout:Section: kernel 2024-04-15T22:38:47.686 INFO:teuthology.orchestra.run.smithi104.stdout:Installed-Size: 21 2024-04-15T22:38:47.686 INFO:teuthology.orchestra.run.smithi104.stdout:Maintainer: Ubuntu Kernel Team 2024-04-15T22:38:47.686 INFO:teuthology.orchestra.run.smithi104.stdout:Architecture: amd64 2024-04-15T22:38:47.686 INFO:teuthology.orchestra.run.smithi104.stdout:Source: linux-meta 2024-04-15T22:38:47.686 INFO:teuthology.orchestra.run.smithi104.stdout:Version: 5.15.0.102.99 2024-04-15T22:38:47.686 INFO:teuthology.orchestra.run.smithi104.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-102), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-15T22:38:47.686 INFO:teuthology.orchestra.run.smithi104.stdout:Depends: linux-image-5.15.0-102-generic, linux-modules-extra-5.15.0-102-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-15T22:38:47.686 INFO:teuthology.orchestra.run.smithi104.stdout:Recommends: thermald 2024-04-15T22:38:47.686 INFO:teuthology.orchestra.run.smithi104.stdout:Description: Generic Linux kernel image 2024-04-15T22:38:47.686 INFO:teuthology.orchestra.run.smithi104.stdout: This package will always depend on the latest generic kernel image 2024-04-15T22:38:47.686 INFO:teuthology.orchestra.run.smithi104.stdout: available. 2024-04-15T22:38:47.686 DEBUG:teuthology.orchestra.run.smithi104:> mktemp 2024-04-15T22:38:47.730 INFO:teuthology.orchestra.run.smithi104.stdout:/tmp/tmp.AxM4lzeN9p 2024-04-15T22:38:47.731 DEBUG:teuthology.orchestra.run.smithi104:> sudo cp /boot/grub/grub.cfg /tmp/tmp.AxM4lzeN9p 2024-04-15T22:38:47.787 DEBUG:teuthology.orchestra.run.smithi104:> sudo chmod 0666 /tmp/tmp.AxM4lzeN9p 2024-04-15T22:38:47.910 DEBUG:teuthology.orchestra.remote:smithi104:/tmp/tmp.AxM4lzeN9p is 10KB 2024-04-15T22:38:47.922 DEBUG:teuthology.orchestra.run.smithi104:> rm -fr /tmp/tmp.AxM4lzeN9p 2024-04-15T22:38:47.927 DEBUG:teuthology.orchestra.run.smithi104:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-15T22:38:47.983 DEBUG:teuthology.orchestra.run.smithi104:> set -ex 2024-04-15T22:38:47.983 DEBUG:teuthology.orchestra.run.smithi104:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-15T22:38:47.983 DEBUG:teuthology.orchestra.run.smithi104:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-15T22:38:48.050 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-102-generic 2024-04-15T22:38:48.051 DEBUG:teuthology.orchestra.run.smithi104:> sudo update-grub 2024-04-15T22:38:48.428 INFO:teuthology.orchestra.run.smithi042.stderr:Sourcing file `/etc/default/grub' 2024-04-15T22:38:48.430 INFO:teuthology.orchestra.run.smithi042.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-15T22:38:48.432 INFO:teuthology.orchestra.run.smithi042.stderr:Generating grub configuration file ... 2024-04-15T22:38:48.607 INFO:teuthology.orchestra.run.smithi042.stderr:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-15T22:38:48.614 INFO:teuthology.orchestra.run.smithi042.stderr:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-15T22:38:48.840 INFO:teuthology.orchestra.run.smithi042.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-15T22:38:48.845 INFO:teuthology.orchestra.run.smithi042.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-15T22:38:48.889 INFO:teuthology.orchestra.run.smithi042.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-15T22:38:48.894 INFO:teuthology.orchestra.run.smithi042.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-15T22:38:49.015 INFO:teuthology.orchestra.run.smithi042.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-15T22:38:49.015 INFO:teuthology.orchestra.run.smithi042.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-15T22:38:49.015 INFO:teuthology.orchestra.run.smithi042.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-15T22:38:49.032 INFO:teuthology.orchestra.run.smithi042.stderr:done 2024-04-15T22:38:49.048 DEBUG:teuthology.orchestra.run.smithi042:> sudo shutdown -r now 2024-04-15T22:38:49.237 INFO:teuthology.orchestra.run.smithi104.stderr:Sourcing file `/etc/default/grub' 2024-04-15T22:38:49.238 INFO:teuthology.orchestra.run.smithi104.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-15T22:38:49.245 INFO:teuthology.orchestra.run.smithi104.stderr:Generating grub configuration file ... 2024-04-15T22:38:49.444 INFO:teuthology.orchestra.run.smithi104.stderr:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-15T22:38:49.450 INFO:teuthology.orchestra.run.smithi104.stderr:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-15T22:38:49.671 INFO:teuthology.orchestra.run.smithi104.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-15T22:38:49.677 INFO:teuthology.orchestra.run.smithi104.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-15T22:38:49.716 INFO:teuthology.orchestra.run.smithi104.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-15T22:38:49.722 INFO:teuthology.orchestra.run.smithi104.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-15T22:38:49.881 INFO:teuthology.orchestra.run.smithi104.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-15T22:38:49.881 INFO:teuthology.orchestra.run.smithi104.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-15T22:38:49.881 INFO:teuthology.orchestra.run.smithi104.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-15T22:38:49.903 INFO:teuthology.orchestra.run.smithi104.stderr:done 2024-04-15T22:38:49.911 DEBUG:teuthology.orchestra.run.smithi104:> sudo shutdown -r now 2024-04-15T22:39:19.078 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-15T22:39:19.079 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi042.front.sepia.ceph.com' 2024-04-15T22:39:19.080 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi042.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T22:39:19.915 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-15T22:39:19.916 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi104.front.sepia.ceph.com' 2024-04-15T22:39:19.916 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi104.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T22:39:37.503 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.42 2024-04-15T22:39:38.274 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.104 2024-04-15T22:39:46.510 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi042.front.sepia.ceph.com' 2024-04-15T22:39:46.511 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi042.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T22:39:47.276 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi104.front.sepia.ceph.com' 2024-04-15T22:39:47.276 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi104.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T22:39:50.334 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.104 2024-04-15T22:40:02.346 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi104.front.sepia.ceph.com' 2024-04-15T22:40:02.347 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi104.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T22:40:20.767 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.104 2024-04-15T22:40:35.782 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi104.front.sepia.ceph.com' 2024-04-15T22:40:35.783 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi104.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T22:40:36.089 DEBUG:teuthology.orchestra.run.smithi104:> true 2024-04-15T22:40:36.681 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi104.front.sepia.ceph.com' 2024-04-15T22:40:36.681 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-102-generic"... 2024-04-15T22:40:36.681 DEBUG:teuthology.orchestra.run.smithi104:> uname -r 2024-04-15T22:40:36.727 INFO:teuthology.orchestra.run.smithi104.stdout:5.15.0-102-generic 2024-04-15T22:40:36.727 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-102-generic vs 5.15.0-102-generic 2024-04-15T22:40:36.727 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T22:40:36.727 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-15T22:40:37.728 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-15T22:40:37.729 DEBUG:teuthology.orchestra.run.smithi104:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T22:40:37.813 INFO:teuthology.orchestra.run.smithi104.stdout:ttyS1 2024-04-15T22:40:37.832 DEBUG:teuthology.parallel:result is None 2024-04-15T22:40:46.514 DEBUG:teuthology.orchestra.remote:timed out 2024-04-15T22:40:58.515 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi042.front.sepia.ceph.com' 2024-04-15T22:40:58.516 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi042.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T22:40:58.829 DEBUG:teuthology.orchestra.run.smithi042:> true 2024-04-15T22:40:59.453 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi042.front.sepia.ceph.com' 2024-04-15T22:40:59.454 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-102-generic"... 2024-04-15T22:40:59.454 DEBUG:teuthology.orchestra.run.smithi042:> uname -r 2024-04-15T22:40:59.499 INFO:teuthology.orchestra.run.smithi042.stdout:5.15.0-102-generic 2024-04-15T22:40:59.499 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-102-generic vs 5.15.0-102-generic 2024-04-15T22:40:59.499 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T22:40:59.499 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-15T22:41:00.500 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-15T22:41:00.500 DEBUG:teuthology.orchestra.run.smithi042:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T22:41:00.569 INFO:teuthology.orchestra.run.smithi042.stdout:ttyS1 2024-04-15T22:41:00.608 DEBUG:teuthology.parallel:result is None 2024-04-15T22:41:00.609 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-15T22:41:00.616 INFO:teuthology.task.internal:Creating test directory... 2024-04-15T22:41:00.616 DEBUG:teuthology.orchestra.run.smithi042:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T22:41:00.619 DEBUG:teuthology.orchestra.run.smithi104:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T22:41:00.625 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-15T22:41:00.631 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-15T22:41:00.640 INFO:teuthology.task.internal:Creating archive directory... 2024-04-15T22:41:00.640 DEBUG:teuthology.orchestra.run.smithi042:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T22:41:00.668 DEBUG:teuthology.orchestra.run.smithi104:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T22:41:00.767 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-15T22:41:00.774 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-15T22:41:00.774 DEBUG:teuthology.orchestra.run.smithi042:> 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-04-15T22:41:00.777 DEBUG:teuthology.orchestra.run.smithi104:> 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-04-15T22:41:00.794 INFO:teuthology.orchestra.run.smithi042.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T22:41:00.803 INFO:teuthology.orchestra.run.smithi042.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T22:41:00.818 INFO:teuthology.orchestra.run.smithi104.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T22:41:00.826 INFO:teuthology.orchestra.run.smithi104.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T22:41:00.828 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-15T22:41:00.835 INFO:teuthology.task.internal:Configuring sudo... 2024-04-15T22:41:00.835 DEBUG:teuthology.orchestra.run.smithi042:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T22:41:00.848 DEBUG:teuthology.orchestra.run.smithi104:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T22:41:00.883 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-15T22:41:00.893 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-15T22:41:00.893 DEBUG:teuthology.orchestra.run.smithi042:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T22:41:00.904 DEBUG:teuthology.orchestra.run.smithi104:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T22:41:00.935 DEBUG:teuthology.orchestra.run.smithi042:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T22:41:00.955 DEBUG:teuthology.orchestra.run.smithi042:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T22:41:01.003 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2024-04-15T22:41:01.003 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T22:41:01.068 DEBUG:teuthology.orchestra.run.smithi104:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T22:41:01.074 DEBUG:teuthology.orchestra.run.smithi104:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T22:41:01.120 DEBUG:teuthology.orchestra.run.smithi104:> set -ex 2024-04-15T22:41:01.120 DEBUG:teuthology.orchestra.run.smithi104:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T22:41:01.179 DEBUG:teuthology.orchestra.run.smithi042:> sudo service rsyslog restart 2024-04-15T22:41:01.182 DEBUG:teuthology.orchestra.run.smithi104:> sudo service rsyslog restart 2024-04-15T22:41:01.253 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-15T22:41:01.262 INFO:teuthology.task.internal:Starting timer... 2024-04-15T22:41:01.262 INFO:teuthology.run_tasks:Running task pcp... 2024-04-15T22:41:01.275 INFO:teuthology.run_tasks:Running task selinux... 2024-04-15T22:41:01.283 DEBUG:teuthology.task.selinux:Excluding smithi042: OS 'ubuntu' does not support SELinux 2024-04-15T22:41:01.283 DEBUG:teuthology.task.selinux:Excluding smithi104: OS 'ubuntu' does not support SELinux 2024-04-15T22:41:01.284 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-15T22:41:01.284 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-04-15T22:41:01.284 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-15T22:41:01.284 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-15T22:41:01.293 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-15T22:41:01.309 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-04-15T22:41:01.311 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi042.front.sepia.ceph.com,smithi104.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-15T22:48:10.452 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi042.front.sepia.ceph.com'), Remote(name='ubuntu@smithi104.front.sepia.ceph.com')] 2024-04-15T22:48:10.454 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi042.front.sepia.ceph.com' 2024-04-15T22:48:10.455 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi042.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T22:48:10.540 DEBUG:teuthology.orchestra.run.smithi042:> true 2024-04-15T22:48:10.623 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi042.front.sepia.ceph.com' 2024-04-15T22:48:10.623 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi104.front.sepia.ceph.com' 2024-04-15T22:48:10.624 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi104.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T22:48:10.706 DEBUG:teuthology.orchestra.run.smithi104:> true 2024-04-15T22:48:10.778 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi104.front.sepia.ceph.com' 2024-04-15T22:48:10.779 INFO:teuthology.run_tasks:Running task clock... 2024-04-15T22:48:10.790 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-15T22:48:10.790 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T22:48:10.790 DEBUG:teuthology.orchestra.run.smithi042:> 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-04-15T22:48:10.793 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T22:48:10.793 DEBUG:teuthology.orchestra.run.smithi104:> 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-04-15T22:48:10.822 INFO:teuthology.orchestra.run.smithi042.stdout:15 Apr 22:48:10 ntpd[17071]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-15T22:48:10.822 INFO:teuthology.orchestra.run.smithi042.stdout:15 Apr 22:48:10 ntpd[17071]: Command line: ntpd -gq 2024-04-15T22:48:10.823 INFO:teuthology.orchestra.run.smithi042.stdout:15 Apr 22:48:10 ntpd[17071]: ---------------------------------------------------- 2024-04-15T22:48:10.823 INFO:teuthology.orchestra.run.smithi042.stdout:15 Apr 22:48:10 ntpd[17071]: ntp-4 is maintained by Network Time Foundation, 2024-04-15T22:48:10.823 INFO:teuthology.orchestra.run.smithi042.stdout:15 Apr 22:48:10 ntpd[17071]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-15T22:48:10.823 INFO:teuthology.orchestra.run.smithi042.stdout:15 Apr 22:48:10 ntpd[17071]: corporation. Support and training for ntp-4 are 2024-04-15T22:48:10.823 INFO:teuthology.orchestra.run.smithi042.stdout:15 Apr 22:48:10 ntpd[17071]: available at https://www.nwtime.org/support 2024-04-15T22:48:10.823 INFO:teuthology.orchestra.run.smithi042.stdout:15 Apr 22:48:10 ntpd[17071]: ---------------------------------------------------- 2024-04-15T22:48:10.823 INFO:teuthology.orchestra.run.smithi042.stdout:15 Apr 22:48:10 ntpd[17071]: proto: precision = 0.063 usec (-24) 2024-04-15T22:48:10.823 INFO:teuthology.orchestra.run.smithi042.stdout:15 Apr 22:48:10 ntpd[17071]: basedate set to 2022-02-04 2024-04-15T22:48:10.823 INFO:teuthology.orchestra.run.smithi042.stdout:15 Apr 22:48:10 ntpd[17071]: gps base set to 2022-02-06 (week 2196) 2024-04-15T22:48:10.823 INFO:teuthology.orchestra.run.smithi042.stdout:15 Apr 22:48:10 ntpd[17071]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-15T22:48:10.823 INFO:teuthology.orchestra.run.smithi042.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-15T22:48:10.824 INFO:teuthology.orchestra.run.smithi042.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-15T22:48:10.825 INFO:teuthology.orchestra.run.smithi042.stdout:15 Apr 22:48:10 ntpd[17071]: restrict ::: KOD does nothing without LIMITED. 2024-04-15T22:48:10.825 INFO:teuthology.orchestra.run.smithi042.stdout:15 Apr 22:48:10 ntpd[17071]: Listen and drop on 0 v6wildcard [::]:123 2024-04-15T22:48:10.825 INFO:teuthology.orchestra.run.smithi042.stdout:15 Apr 22:48:10 ntpd[17071]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-15T22:48:10.825 INFO:teuthology.orchestra.run.smithi042.stdout:15 Apr 22:48:10 ntpd[17071]: Listen normally on 2 lo 127.0.0.1:123 2024-04-15T22:48:10.825 INFO:teuthology.orchestra.run.smithi042.stdout:15 Apr 22:48:10 ntpd[17071]: Listen normally on 3 ens1f0 172.21.15.42:123 2024-04-15T22:48:10.825 INFO:teuthology.orchestra.run.smithi042.stdout:15 Apr 22:48:10 ntpd[17071]: Listen normally on 4 lo [::1]:123 2024-04-15T22:48:10.825 INFO:teuthology.orchestra.run.smithi042.stdout:15 Apr 22:48:10 ntpd[17071]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:1440%4]:123 2024-04-15T22:48:10.825 INFO:teuthology.orchestra.run.smithi042.stdout:15 Apr 22:48:10 ntpd[17071]: Listening on routing socket on fd #22 for interface updates 2024-04-15T22:48:10.845 INFO:teuthology.orchestra.run.smithi104.stdout:15 Apr 22:48:10 ntpd[17175]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-15T22:48:10.845 INFO:teuthology.orchestra.run.smithi104.stdout:15 Apr 22:48:10 ntpd[17175]: Command line: ntpd -gq 2024-04-15T22:48:10.845 INFO:teuthology.orchestra.run.smithi104.stdout:15 Apr 22:48:10 ntpd[17175]: ---------------------------------------------------- 2024-04-15T22:48:10.845 INFO:teuthology.orchestra.run.smithi104.stdout:15 Apr 22:48:10 ntpd[17175]: ntp-4 is maintained by Network Time Foundation, 2024-04-15T22:48:10.845 INFO:teuthology.orchestra.run.smithi104.stdout:15 Apr 22:48:10 ntpd[17175]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-15T22:48:10.845 INFO:teuthology.orchestra.run.smithi104.stdout:15 Apr 22:48:10 ntpd[17175]: corporation. Support and training for ntp-4 are 2024-04-15T22:48:10.845 INFO:teuthology.orchestra.run.smithi104.stdout:15 Apr 22:48:10 ntpd[17175]: available at https://www.nwtime.org/support 2024-04-15T22:48:10.845 INFO:teuthology.orchestra.run.smithi104.stdout:15 Apr 22:48:10 ntpd[17175]: ---------------------------------------------------- 2024-04-15T22:48:10.845 INFO:teuthology.orchestra.run.smithi104.stdout:15 Apr 22:48:10 ntpd[17175]: proto: precision = 0.058 usec (-24) 2024-04-15T22:48:10.846 INFO:teuthology.orchestra.run.smithi104.stdout:15 Apr 22:48:10 ntpd[17175]: basedate set to 2022-02-04 2024-04-15T22:48:10.846 INFO:teuthology.orchestra.run.smithi104.stdout:15 Apr 22:48:10 ntpd[17175]: gps base set to 2022-02-06 (week 2196) 2024-04-15T22:48:10.849 INFO:teuthology.orchestra.run.smithi104.stdout:15 Apr 22:48:10 ntpd[17175]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-15T22:48:10.850 INFO:teuthology.orchestra.run.smithi104.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-15T22:48:10.850 INFO:teuthology.orchestra.run.smithi104.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-15T22:48:10.851 INFO:teuthology.orchestra.run.smithi104.stdout:15 Apr 22:48:10 ntpd[17175]: restrict ::: KOD does nothing without LIMITED. 2024-04-15T22:48:10.851 INFO:teuthology.orchestra.run.smithi104.stdout:15 Apr 22:48:10 ntpd[17175]: Listen and drop on 0 v6wildcard [::]:123 2024-04-15T22:48:10.851 INFO:teuthology.orchestra.run.smithi104.stdout:15 Apr 22:48:10 ntpd[17175]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-15T22:48:10.851 INFO:teuthology.orchestra.run.smithi104.stdout:15 Apr 22:48:10 ntpd[17175]: Listen normally on 2 lo 127.0.0.1:123 2024-04-15T22:48:10.851 INFO:teuthology.orchestra.run.smithi104.stdout:15 Apr 22:48:10 ntpd[17175]: Listen normally on 3 enp3s0f1 172.21.15.104:123 2024-04-15T22:48:10.851 INFO:teuthology.orchestra.run.smithi104.stdout:15 Apr 22:48:10 ntpd[17175]: Listen normally on 4 lo [::1]:123 2024-04-15T22:48:10.851 INFO:teuthology.orchestra.run.smithi104.stdout:15 Apr 22:48:10 ntpd[17175]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:ce89%5]:123 2024-04-15T22:48:10.851 INFO:teuthology.orchestra.run.smithi104.stdout:15 Apr 22:48:10 ntpd[17175]: Listening on routing socket on fd #22 for interface updates 2024-04-15T22:48:11.821 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:11 ntpd[17071]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:48:11.821 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:11 ntpd[17071]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:48:11.821 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:11 ntpd[17071]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:48:11.821 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:11 ntpd[17071]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:48:11.821 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:11 ntpd[17071]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:48:11.821 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:11 ntpd[17071]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:48:12.821 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:12 ntpd[17071]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:48:12.821 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:12 ntpd[17071]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:48:13.821 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:13 ntpd[17071]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:48:13.821 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:13 ntpd[17071]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:48:13.822 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:13 ntpd[17071]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:48:13.822 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:13 ntpd[17071]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:48:13.822 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:13 ntpd[17071]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:48:13.822 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:13 ntpd[17071]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:48:14.847 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:14 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:48:14.847 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:14 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:48:14.847 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:14 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:48:14.847 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:14 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:48:14.847 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:14 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:48:14.847 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:14 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:48:14.848 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:14 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:48:14.848 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:14 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:48:14.848 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:14 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:48:14.848 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:14 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:48:14.848 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:14 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:48:14.848 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:14 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:48:14.848 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:14 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:48:14.848 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:14 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:48:14.848 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:14 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:48:14.848 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:14 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:48:14.848 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:14 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:48:14.848 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:14 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:48:15.822 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:15 ntpd[17071]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:48:15.822 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:15 ntpd[17071]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:48:15.822 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:15 ntpd[17071]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:48:15.822 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:15 ntpd[17071]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:48:15.822 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:15 ntpd[17071]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:48:15.822 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:15 ntpd[17071]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:48:15.823 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:15 ntpd[17071]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:48:15.823 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:15 ntpd[17071]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:48:15.823 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:15 ntpd[17071]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:48:15.823 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:15 ntpd[17071]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:48:15.823 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:15 ntpd[17071]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:48:15.823 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:15 ntpd[17071]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:48:15.823 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:15 ntpd[17071]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:48:15.823 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:15 ntpd[17071]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:48:15.823 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:15 ntpd[17071]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:48:15.823 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:15 ntpd[17071]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:48:15.823 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:15 ntpd[17071]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:48:15.823 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:15 ntpd[17071]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:48:15.845 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:15 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:48:15.845 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:15 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:48:16.847 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:16 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:48:16.847 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:16 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:48:16.847 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:16 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:48:16.847 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:16 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:48:16.847 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:16 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:48:16.847 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:16 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:48:16.847 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:16 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:48:16.847 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:16 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:48:16.847 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:16 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:48:16.847 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:16 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:48:16.847 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:16 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:48:16.848 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:16 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:48:16.848 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:16 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:48:16.848 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:16 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:48:16.848 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:16 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:48:16.848 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:16 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:48:16.848 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:16 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:48:16.848 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:16 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:48:17.823 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:17 ntpd[17071]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:48:17.824 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:17 ntpd[17071]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:48:17.824 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:17 ntpd[17071]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:48:17.824 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:17 ntpd[17071]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:48:17.824 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:17 ntpd[17071]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:48:17.824 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:17 ntpd[17071]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:48:17.824 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:17 ntpd[17071]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:48:17.824 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:17 ntpd[17071]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:48:17.824 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:17 ntpd[17071]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:48:17.824 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:17 ntpd[17071]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:48:17.824 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:17 ntpd[17071]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:48:17.824 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:17 ntpd[17071]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:48:17.825 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:17 ntpd[17071]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:48:17.825 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:17 ntpd[17071]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:48:17.825 INFO:teuthology.orchestra.run.smithi042.stdout:15 Apr 22:48:17 ntpd[17071]: ntpd: time slew +0.000295 s 2024-04-15T22:48:17.825 INFO:teuthology.orchestra.run.smithi042.stdout:ntpd: time slew +0.000295s 2024-04-15T22:48:17.826 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:17 ntpd[17071]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-15T22:48:17.826 INFO:teuthology.orchestra.run.smithi042.stderr:15 Apr 22:48:17 ntpd[17071]: can't open /var/log/ntpstats/loopstats.20240415: Permission denied 2024-04-15T22:48:17.872 INFO:teuthology.orchestra.run.smithi042.stdout: remote refid st t when poll reach delay offset jitter 2024-04-15T22:48:17.873 INFO:teuthology.orchestra.run.smithi042.stdout:============================================================================== 2024-04-15T22:48:17.873 INFO:teuthology.orchestra.run.smithi042.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T22:48:17.873 INFO:teuthology.orchestra.run.smithi042.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T22:48:17.873 INFO:teuthology.orchestra.run.smithi042.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T22:48:17.873 INFO:teuthology.orchestra.run.smithi042.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T22:48:18.848 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:18 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:48:18.848 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:18 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:48:18.848 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:18 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:48:18.848 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:18 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:48:18.848 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:18 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:48:18.849 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:18 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:48:18.849 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:18 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:48:18.849 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:18 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:48:18.849 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:18 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:48:18.849 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:18 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:48:18.849 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:18 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:48:18.849 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:18 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:48:18.849 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:18 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:48:18.849 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:18 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:48:18.849 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:18 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:48:18.849 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:18 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:48:18.849 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:18 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:48:18.849 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:18 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:48:20.846 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:20 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:48:20.846 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:20 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:48:20.846 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:20 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:48:20.847 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:20 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:48:20.847 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:20 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:48:20.847 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:20 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:48:20.847 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:20 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:48:20.847 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:20 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:48:20.847 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:20 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:48:20.847 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:20 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:48:20.847 INFO:teuthology.orchestra.run.smithi104.stdout:15 Apr 22:48:20 ntpd[17175]: ntpd: time slew +0.001160 s 2024-04-15T22:48:20.847 INFO:teuthology.orchestra.run.smithi104.stdout:ntpd: time slew +0.001160s 2024-04-15T22:48:20.848 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:20 ntpd[17175]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-15T22:48:20.848 INFO:teuthology.orchestra.run.smithi104.stderr:15 Apr 22:48:20 ntpd[17175]: can't open /var/log/ntpstats/loopstats.20240415: Permission denied 2024-04-15T22:48:20.897 INFO:teuthology.orchestra.run.smithi104.stdout: remote refid st t when poll reach delay offset jitter 2024-04-15T22:48:20.898 INFO:teuthology.orchestra.run.smithi104.stdout:============================================================================== 2024-04-15T22:48:20.898 INFO:teuthology.orchestra.run.smithi104.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T22:48:20.898 INFO:teuthology.orchestra.run.smithi104.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T22:48:20.898 INFO:teuthology.orchestra.run.smithi104.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T22:48:20.898 INFO:teuthology.orchestra.run.smithi104.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T22:48:20.898 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-04-15T22:48:20.910 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-04-15T22:48:20.910 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2024-04-15T22:48:20.910 DEBUG:teuthology.orchestra.run.smithi042:> dd if=/scratch_devs of=/dev/stdout 2024-04-15T22:48:20.917 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-04-15T22:48:20.917 DEBUG:teuthology.orchestra.run.smithi042:> stat /dev/vg_nvme/lv_1 2024-04-15T22:48:20.963 INFO:teuthology.orchestra.run.smithi042.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-15T22:48:20.963 INFO:teuthology.orchestra.run.smithi042.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T22:48:20.964 INFO:teuthology.orchestra.run.smithi042.stdout:Device: 5h/5d Inode: 878 Links: 1 2024-04-15T22:48:20.964 INFO:teuthology.orchestra.run.smithi042.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T22:48:20.964 INFO:teuthology.orchestra.run.smithi042.stdout:Access: 2024-04-15 22:44:47.721994130 +0000 2024-04-15T22:48:20.964 INFO:teuthology.orchestra.run.smithi042.stdout:Modify: 2024-04-15 22:44:47.457996488 +0000 2024-04-15T22:48:20.964 INFO:teuthology.orchestra.run.smithi042.stdout:Change: 2024-04-15 22:44:47.457996488 +0000 2024-04-15T22:48:20.964 INFO:teuthology.orchestra.run.smithi042.stdout: Birth: - 2024-04-15T22:48:20.964 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-15T22:48:21.020 INFO:teuthology.orchestra.run.smithi042.stderr:1+0 records in 2024-04-15T22:48:21.020 INFO:teuthology.orchestra.run.smithi042.stderr:1+0 records out 2024-04-15T22:48:21.020 INFO:teuthology.orchestra.run.smithi042.stderr:512 bytes copied, 0.000284208 s, 1.8 MB/s 2024-04-15T22:48:21.021 DEBUG:teuthology.orchestra.run.smithi042:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-15T22:48:21.068 DEBUG:teuthology.orchestra.run.smithi042:> stat /dev/vg_nvme/lv_2 2024-04-15T22:48:21.115 INFO:teuthology.orchestra.run.smithi042.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-15T22:48:21.115 INFO:teuthology.orchestra.run.smithi042.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T22:48:21.115 INFO:teuthology.orchestra.run.smithi042.stdout:Device: 5h/5d Inode: 895 Links: 1 2024-04-15T22:48:21.115 INFO:teuthology.orchestra.run.smithi042.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T22:48:21.115 INFO:teuthology.orchestra.run.smithi042.stdout:Access: 2024-04-15 22:44:48.225989628 +0000 2024-04-15T22:48:21.115 INFO:teuthology.orchestra.run.smithi042.stdout:Modify: 2024-04-15 22:44:47.961991986 +0000 2024-04-15T22:48:21.115 INFO:teuthology.orchestra.run.smithi042.stdout:Change: 2024-04-15 22:44:47.961991986 +0000 2024-04-15T22:48:21.115 INFO:teuthology.orchestra.run.smithi042.stdout: Birth: - 2024-04-15T22:48:21.116 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-15T22:48:21.170 INFO:teuthology.orchestra.run.smithi042.stderr:1+0 records in 2024-04-15T22:48:21.170 INFO:teuthology.orchestra.run.smithi042.stderr:1+0 records out 2024-04-15T22:48:21.170 INFO:teuthology.orchestra.run.smithi042.stderr:512 bytes copied, 0.000278378 s, 1.8 MB/s 2024-04-15T22:48:21.171 DEBUG:teuthology.orchestra.run.smithi042:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-15T22:48:21.220 DEBUG:teuthology.orchestra.run.smithi042:> stat /dev/vg_nvme/lv_3 2024-04-15T22:48:21.267 INFO:teuthology.orchestra.run.smithi042.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-15T22:48:21.267 INFO:teuthology.orchestra.run.smithi042.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T22:48:21.267 INFO:teuthology.orchestra.run.smithi042.stdout:Device: 5h/5d Inode: 913 Links: 1 2024-04-15T22:48:21.268 INFO:teuthology.orchestra.run.smithi042.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T22:48:21.268 INFO:teuthology.orchestra.run.smithi042.stdout:Access: 2024-04-15 22:44:48.725985162 +0000 2024-04-15T22:48:21.268 INFO:teuthology.orchestra.run.smithi042.stdout:Modify: 2024-04-15 22:44:48.461987520 +0000 2024-04-15T22:48:21.268 INFO:teuthology.orchestra.run.smithi042.stdout:Change: 2024-04-15 22:44:48.461987520 +0000 2024-04-15T22:48:21.268 INFO:teuthology.orchestra.run.smithi042.stdout: Birth: - 2024-04-15T22:48:21.268 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-15T22:48:21.323 INFO:teuthology.orchestra.run.smithi042.stderr:1+0 records in 2024-04-15T22:48:21.323 INFO:teuthology.orchestra.run.smithi042.stderr:1+0 records out 2024-04-15T22:48:21.323 INFO:teuthology.orchestra.run.smithi042.stderr:512 bytes copied, 0.000202443 s, 2.5 MB/s 2024-04-15T22:48:21.325 DEBUG:teuthology.orchestra.run.smithi042:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-15T22:48:21.372 DEBUG:teuthology.orchestra.run.smithi042:> stat /dev/vg_nvme/lv_4 2024-04-15T22:48:21.419 INFO:teuthology.orchestra.run.smithi042.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-15T22:48:21.419 INFO:teuthology.orchestra.run.smithi042.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T22:48:21.419 INFO:teuthology.orchestra.run.smithi042.stdout:Device: 5h/5d Inode: 930 Links: 1 2024-04-15T22:48:21.419 INFO:teuthology.orchestra.run.smithi042.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T22:48:21.419 INFO:teuthology.orchestra.run.smithi042.stdout:Access: 2024-04-15 22:44:48.945983197 +0000 2024-04-15T22:48:21.419 INFO:teuthology.orchestra.run.smithi042.stdout:Modify: 2024-04-15 22:44:48.941983233 +0000 2024-04-15T22:48:21.419 INFO:teuthology.orchestra.run.smithi042.stdout:Change: 2024-04-15 22:44:48.941983233 +0000 2024-04-15T22:48:21.419 INFO:teuthology.orchestra.run.smithi042.stdout: Birth: - 2024-04-15T22:48:21.420 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-15T22:48:21.474 INFO:teuthology.orchestra.run.smithi042.stderr:1+0 records in 2024-04-15T22:48:21.474 INFO:teuthology.orchestra.run.smithi042.stderr:1+0 records out 2024-04-15T22:48:21.474 INFO:teuthology.orchestra.run.smithi042.stderr:512 bytes copied, 0.000305277 s, 1.7 MB/s 2024-04-15T22:48:21.475 DEBUG:teuthology.orchestra.run.smithi042:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-15T22:48:21.525 DEBUG:teuthology.orchestra.run.smithi042:> 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-04-15T22:48:21.672 INFO:teuthology.orchestra.run.smithi042.stdout:loop 2024-04-15T22:48:21.674 INFO:tasks.nvme_loop:Connecting nvme_loop smithi042:/dev/vg_nvme/lv_1... 2024-04-15T22:48:21.674 DEBUG:teuthology.orchestra.run.smithi042:> 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-04-15T22:48:21.693 INFO:teuthology.orchestra.run.smithi042.stdout:1 2024-04-15T22:48:21.714 INFO:teuthology.orchestra.run.smithi042.stdout:/dev/vg_nvme/lv_11 2024-04-15T22:48:21.732 INFO:tasks.nvme_loop:Connecting nvme_loop smithi042:/dev/vg_nvme/lv_2... 2024-04-15T22:48:21.732 DEBUG:teuthology.orchestra.run.smithi042:> 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-04-15T22:48:21.799 INFO:teuthology.orchestra.run.smithi042.stdout:1 2024-04-15T22:48:21.821 INFO:teuthology.orchestra.run.smithi042.stdout:/dev/vg_nvme/lv_21 2024-04-15T22:48:21.838 INFO:tasks.nvme_loop:Connecting nvme_loop smithi042:/dev/vg_nvme/lv_3... 2024-04-15T22:48:21.839 DEBUG:teuthology.orchestra.run.smithi042:> 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-04-15T22:48:21.899 INFO:teuthology.orchestra.run.smithi042.stdout:1 2024-04-15T22:48:21.921 INFO:teuthology.orchestra.run.smithi042.stdout:/dev/vg_nvme/lv_31 2024-04-15T22:48:21.937 INFO:tasks.nvme_loop:Connecting nvme_loop smithi042:/dev/vg_nvme/lv_4... 2024-04-15T22:48:21.938 DEBUG:teuthology.orchestra.run.smithi042:> 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-04-15T22:48:21.995 INFO:teuthology.orchestra.run.smithi042.stdout:1 2024-04-15T22:48:22.015 INFO:teuthology.orchestra.run.smithi042.stdout:/dev/vg_nvme/lv_41 2024-04-15T22:48:22.034 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2024-04-15T22:48:22.034 DEBUG:teuthology.orchestra.run.smithi042:> dd if=/scratch_devs of=/dev/stdout 2024-04-15T22:48:22.083 DEBUG:teuthology.orchestra.run.smithi042:> sudo nvme list 2024-04-15T22:48:22.136 INFO:teuthology.orchestra.run.smithi042.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-15T22:48:22.137 INFO:teuthology.orchestra.run.smithi042.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-15T22:48:22.137 INFO:teuthology.orchestra.run.smithi042.stdout:/dev/nvme0n1 PHMB75130021480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2024-04-15T22:48:22.137 INFO:teuthology.orchestra.run.smithi042.stdout:/dev/nvme1n1 851c0bf36dac24bde698 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-15T22:48:22.137 INFO:teuthology.orchestra.run.smithi042.stdout:/dev/nvme2n1 3771503c73a6635243ea Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-15T22:48:22.137 INFO:teuthology.orchestra.run.smithi042.stdout:/dev/nvme3n1 777299ba78988b01b899 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-15T22:48:22.137 INFO:teuthology.orchestra.run.smithi042.stdout:/dev/nvme4n1 70cf6fda204d4713e5e1 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-15T22:48:22.138 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-15T22:48:22.138 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2024-04-15T22:48:22.138 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd of=/scratch_devs 2024-04-15T22:48:22.194 DEBUG:teuthology.orchestra.run.smithi104:> set -ex 2024-04-15T22:48:22.194 DEBUG:teuthology.orchestra.run.smithi104:> dd if=/scratch_devs of=/dev/stdout 2024-04-15T22:48:22.200 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-04-15T22:48:22.200 DEBUG:teuthology.orchestra.run.smithi104:> stat /dev/vg_nvme/lv_1 2024-04-15T22:48:22.247 INFO:teuthology.orchestra.run.smithi104.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-15T22:48:22.247 INFO:teuthology.orchestra.run.smithi104.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T22:48:22.248 INFO:teuthology.orchestra.run.smithi104.stdout:Device: 5h/5d Inode: 878 Links: 1 2024-04-15T22:48:22.248 INFO:teuthology.orchestra.run.smithi104.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T22:48:22.248 INFO:teuthology.orchestra.run.smithi104.stdout:Access: 2024-04-15 22:44:43.360313116 +0000 2024-04-15T22:48:22.248 INFO:teuthology.orchestra.run.smithi104.stdout:Modify: 2024-04-15 22:44:43.100315438 +0000 2024-04-15T22:48:22.248 INFO:teuthology.orchestra.run.smithi104.stdout:Change: 2024-04-15 22:44:43.100315438 +0000 2024-04-15T22:48:22.248 INFO:teuthology.orchestra.run.smithi104.stdout: Birth: - 2024-04-15T22:48:22.248 DEBUG:teuthology.orchestra.run.smithi104:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-15T22:48:22.302 INFO:teuthology.orchestra.run.smithi104.stderr:1+0 records in 2024-04-15T22:48:22.302 INFO:teuthology.orchestra.run.smithi104.stderr:1+0 records out 2024-04-15T22:48:22.302 INFO:teuthology.orchestra.run.smithi104.stderr:512 bytes copied, 0.000437395 s, 1.2 MB/s 2024-04-15T22:48:22.303 DEBUG:teuthology.orchestra.run.smithi104:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-15T22:48:22.353 DEBUG:teuthology.orchestra.run.smithi104:> stat /dev/vg_nvme/lv_2 2024-04-15T22:48:22.399 INFO:teuthology.orchestra.run.smithi104.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-15T22:48:22.399 INFO:teuthology.orchestra.run.smithi104.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T22:48:22.399 INFO:teuthology.orchestra.run.smithi104.stdout:Device: 5h/5d Inode: 896 Links: 1 2024-04-15T22:48:22.399 INFO:teuthology.orchestra.run.smithi104.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T22:48:22.399 INFO:teuthology.orchestra.run.smithi104.stdout:Access: 2024-04-15 22:44:43.612310865 +0000 2024-04-15T22:48:22.400 INFO:teuthology.orchestra.run.smithi104.stdout:Modify: 2024-04-15 22:44:43.608310901 +0000 2024-04-15T22:48:22.400 INFO:teuthology.orchestra.run.smithi104.stdout:Change: 2024-04-15 22:44:43.608310901 +0000 2024-04-15T22:48:22.400 INFO:teuthology.orchestra.run.smithi104.stdout: Birth: - 2024-04-15T22:48:22.400 DEBUG:teuthology.orchestra.run.smithi104:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-15T22:48:22.455 INFO:teuthology.orchestra.run.smithi104.stderr:1+0 records in 2024-04-15T22:48:22.455 INFO:teuthology.orchestra.run.smithi104.stderr:1+0 records out 2024-04-15T22:48:22.455 INFO:teuthology.orchestra.run.smithi104.stderr:512 bytes copied, 0.000311557 s, 1.6 MB/s 2024-04-15T22:48:22.455 DEBUG:teuthology.orchestra.run.smithi104:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-15T22:48:22.506 DEBUG:teuthology.orchestra.run.smithi104:> stat /dev/vg_nvme/lv_3 2024-04-15T22:48:22.558 INFO:teuthology.orchestra.run.smithi104.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-15T22:48:22.558 INFO:teuthology.orchestra.run.smithi104.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T22:48:22.558 INFO:teuthology.orchestra.run.smithi104.stdout:Device: 5h/5d Inode: 907 Links: 1 2024-04-15T22:48:22.558 INFO:teuthology.orchestra.run.smithi104.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T22:48:22.558 INFO:teuthology.orchestra.run.smithi104.stdout:Access: 2024-04-15 22:44:44.456303325 +0000 2024-04-15T22:48:22.558 INFO:teuthology.orchestra.run.smithi104.stdout:Modify: 2024-04-15 22:44:44.152306041 +0000 2024-04-15T22:48:22.558 INFO:teuthology.orchestra.run.smithi104.stdout:Change: 2024-04-15 22:44:44.152306041 +0000 2024-04-15T22:48:22.558 INFO:teuthology.orchestra.run.smithi104.stdout: Birth: - 2024-04-15T22:48:22.559 DEBUG:teuthology.orchestra.run.smithi104:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-15T22:48:22.613 INFO:teuthology.orchestra.run.smithi104.stderr:1+0 records in 2024-04-15T22:48:22.613 INFO:teuthology.orchestra.run.smithi104.stderr:1+0 records out 2024-04-15T22:48:22.614 INFO:teuthology.orchestra.run.smithi104.stderr:512 bytes copied, 0.00041364 s, 1.2 MB/s 2024-04-15T22:48:22.614 DEBUG:teuthology.orchestra.run.smithi104:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-15T22:48:22.664 DEBUG:teuthology.orchestra.run.smithi104:> stat /dev/vg_nvme/lv_4 2024-04-15T22:48:22.711 INFO:teuthology.orchestra.run.smithi104.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-15T22:48:22.711 INFO:teuthology.orchestra.run.smithi104.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T22:48:22.711 INFO:teuthology.orchestra.run.smithi104.stdout:Device: 5h/5d Inode: 929 Links: 1 2024-04-15T22:48:22.711 INFO:teuthology.orchestra.run.smithi104.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T22:48:22.711 INFO:teuthology.orchestra.run.smithi104.stdout:Access: 2024-04-15 22:44:44.980298645 +0000 2024-04-15T22:48:22.711 INFO:teuthology.orchestra.run.smithi104.stdout:Modify: 2024-04-15 22:44:44.692301217 +0000 2024-04-15T22:48:22.711 INFO:teuthology.orchestra.run.smithi104.stdout:Change: 2024-04-15 22:44:44.692301217 +0000 2024-04-15T22:48:22.711 INFO:teuthology.orchestra.run.smithi104.stdout: Birth: - 2024-04-15T22:48:22.712 DEBUG:teuthology.orchestra.run.smithi104:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-15T22:48:22.766 INFO:teuthology.orchestra.run.smithi104.stderr:1+0 records in 2024-04-15T22:48:22.766 INFO:teuthology.orchestra.run.smithi104.stderr:1+0 records out 2024-04-15T22:48:22.766 INFO:teuthology.orchestra.run.smithi104.stderr:512 bytes copied, 0.0002936 s, 1.7 MB/s 2024-04-15T22:48:22.767 DEBUG:teuthology.orchestra.run.smithi104:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-15T22:48:22.816 DEBUG:teuthology.orchestra.run.smithi104:> 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-04-15T22:48:22.955 INFO:teuthology.orchestra.run.smithi104.stdout:loop 2024-04-15T22:48:22.956 INFO:tasks.nvme_loop:Connecting nvme_loop smithi104:/dev/vg_nvme/lv_1... 2024-04-15T22:48:22.956 DEBUG:teuthology.orchestra.run.smithi104:> 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-04-15T22:48:22.977 INFO:teuthology.orchestra.run.smithi104.stdout:1 2024-04-15T22:48:22.996 INFO:teuthology.orchestra.run.smithi104.stdout:/dev/vg_nvme/lv_11 2024-04-15T22:48:23.013 INFO:tasks.nvme_loop:Connecting nvme_loop smithi104:/dev/vg_nvme/lv_2... 2024-04-15T22:48:23.013 DEBUG:teuthology.orchestra.run.smithi104:> 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-04-15T22:48:23.074 INFO:teuthology.orchestra.run.smithi104.stdout:1 2024-04-15T22:48:23.094 INFO:teuthology.orchestra.run.smithi104.stdout:/dev/vg_nvme/lv_21 2024-04-15T22:48:23.111 INFO:tasks.nvme_loop:Connecting nvme_loop smithi104:/dev/vg_nvme/lv_3... 2024-04-15T22:48:23.111 DEBUG:teuthology.orchestra.run.smithi104:> 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-04-15T22:48:23.168 INFO:teuthology.orchestra.run.smithi104.stdout:1 2024-04-15T22:48:23.186 INFO:teuthology.orchestra.run.smithi104.stdout:/dev/vg_nvme/lv_31 2024-04-15T22:48:23.201 INFO:tasks.nvme_loop:Connecting nvme_loop smithi104:/dev/vg_nvme/lv_4... 2024-04-15T22:48:23.201 DEBUG:teuthology.orchestra.run.smithi104:> 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-04-15T22:48:23.257 INFO:teuthology.orchestra.run.smithi104.stdout:1 2024-04-15T22:48:23.283 INFO:teuthology.orchestra.run.smithi104.stdout:/dev/vg_nvme/lv_41 2024-04-15T22:48:23.289 DEBUG:teuthology.orchestra.run.smithi104:> set -ex 2024-04-15T22:48:23.289 DEBUG:teuthology.orchestra.run.smithi104:> dd if=/scratch_devs of=/dev/stdout 2024-04-15T22:48:23.340 DEBUG:teuthology.orchestra.run.smithi104:> sudo nvme list 2024-04-15T22:48:23.390 INFO:teuthology.orchestra.run.smithi104.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-15T22:48:23.391 INFO:teuthology.orchestra.run.smithi104.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-15T22:48:23.391 INFO:teuthology.orchestra.run.smithi104.stdout:/dev/nvme0n1 PHFT620400NW400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-04-15T22:48:23.391 INFO:teuthology.orchestra.run.smithi104.stdout:/dev/nvme1n1 1b3e6d885cb7e23434e8 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-15T22:48:23.391 INFO:teuthology.orchestra.run.smithi104.stdout:/dev/nvme2n1 88b2cf8d61e2d2c7fba6 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-15T22:48:23.391 INFO:teuthology.orchestra.run.smithi104.stdout:/dev/nvme3n1 887bf3a729f638137e13 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-15T22:48:23.391 INFO:teuthology.orchestra.run.smithi104.stdout:/dev/nvme4n1 ddb32b259b12540da3a5 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-15T22:48:23.392 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-15T22:48:23.392 DEBUG:teuthology.orchestra.run.smithi104:> set -ex 2024-04-15T22:48:23.392 DEBUG:teuthology.orchestra.run.smithi104:> sudo dd of=/scratch_devs 2024-04-15T22:48:23.447 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-15T22:48:23.566 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\\)'], 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765'} 2024-04-15T22:48:23.566 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T22:48:23.567 INFO:tasks.cephadm:Cluster fsid is 43b65fa4-fb7a-11ee-bc8f-c7b262605968 2024-04-15T22:48:23.567 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-15T22:48:23.567 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-04-15T22:48:23.567 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi042': '172.21.15.42', 'mon.smithi104': '172.21.15.104'} 2024-04-15T22:48:23.567 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-15T22:48:23.567 DEBUG:teuthology.orchestra.run.smithi042:> sudo hostname $(hostname -s) 2024-04-15T22:48:23.584 DEBUG:teuthology.orchestra.run.smithi104:> sudo hostname $(hostname -s) 2024-04-15T22:48:23.596 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-15T22:48:23.597 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T22:48:23.820 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/54895/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2114-ga9a752df', 'node_name': '172.21.2.9+braggi09', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2114-ga9a752df-1jammy'}, 'url': 'https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-04-14 16:20:13.371699', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-04-15T22:48:24.034 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref squid, sha1 a9a752df26c63acad72e1b3569fd79a515ca0765 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T22:48:24.035 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-04-15T22:48:24.036 DEBUG:teuthology.orchestra.run.smithi042:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-15T22:48:24.934 INFO:teuthology.orchestra.run.smithi042.stdout:-rw-rw-r-- 1 ubuntu ubuntu 775006 Apr 15 22:48 /home/ubuntu/cephtest/cephadm 2024-04-15T22:48:24.934 DEBUG:teuthology.orchestra.run.smithi104:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-15T22:48:25.674 INFO:teuthology.orchestra.run.smithi104.stdout:-rw-rw-r-- 1 ubuntu ubuntu 775006 Apr 15 22:48 /home/ubuntu/cephtest/cephadm 2024-04-15T22:48:25.674 DEBUG:teuthology.orchestra.run.smithi042:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T22:48:25.682 DEBUG:teuthology.orchestra.run.smithi104:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T22:48:25.700 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 on all hosts... 2024-04-15T22:48:25.701 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull 2024-04-15T22:48:25.729 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull 2024-04-15T22:48:25.895 INFO:teuthology.orchestra.run.smithi042.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T22:48:25.898 INFO:teuthology.orchestra.run.smithi104.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T22:48:26.101 INFO:teuthology.orchestra.run.smithi042.stderr:Non-zero exit code 1 from /usr/bin/docker pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T22:48:26.101 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/docker: stderr Error response from daemon: manifest for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 not found: manifest unknown: manifest unknown 2024-04-15T22:48:26.101 INFO:teuthology.orchestra.run.smithi042.stderr:ERROR: Failed command: /usr/bin/docker pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T22:48:26.131 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T22:48:26.131 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 484, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi042 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T22:48:26.132 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-15T22:48:26.134 DEBUG:teuthology.misc:Transferring archived files from smithi042:/var/lib/ceph/43b65fa4-fb7a-11ee-bc8f-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657598/remote/smithi042/crash 2024-04-15T22:48:26.135 DEBUG:teuthology.orchestra.run.smithi042:> sudo tar c -f - -C /var/lib/ceph/43b65fa4-fb7a-11ee-bc8f-c7b262605968/crash -- . 2024-04-15T22:48:26.147 INFO:teuthology.orchestra.run.smithi042.stderr:tar: /var/lib/ceph/43b65fa4-fb7a-11ee-bc8f-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T22:48:26.147 INFO:teuthology.orchestra.run.smithi042.stderr:tar: Error is not recoverable: exiting now 2024-04-15T22:48:26.148 INFO:teuthology.orchestra.run.smithi104.stderr:Non-zero exit code 1 from /usr/bin/docker pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T22:48:26.148 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/docker: stderr Error response from daemon: manifest for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 not found: manifest unknown: manifest unknown 2024-04-15T22:48:26.148 INFO:teuthology.orchestra.run.smithi104.stderr:ERROR: Failed command: /usr/bin/docker pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T22:48:26.149 DEBUG:teuthology.misc:Transferring archived files from smithi104:/var/lib/ceph/43b65fa4-fb7a-11ee-bc8f-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657598/remote/smithi104/crash 2024-04-15T22:48:26.150 DEBUG:teuthology.orchestra.run.smithi104:> sudo tar c -f - -C /var/lib/ceph/43b65fa4-fb7a-11ee-bc8f-c7b262605968/crash -- . 2024-04-15T22:48:26.162 INFO:teuthology.orchestra.run.smithi104.stderr:tar: /var/lib/ceph/43b65fa4-fb7a-11ee-bc8f-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T22:48:26.163 INFO:teuthology.orchestra.run.smithi104.stderr:tar: Error is not recoverable: exiting now 2024-04-15T22:48:26.164 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-15T22:48:26.164 DEBUG:teuthology.orchestra.run.smithi042:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/43b65fa4-fb7a-11ee-bc8f-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-15T22:48:26.203 INFO:teuthology.orchestra.run.smithi042.stderr:grep: /var/log/ceph/43b65fa4-fb7a-11ee-bc8f-c7b262605968/ceph.log: No such file or directory 2024-04-15T22:48:26.204 INFO:tasks.cephadm:Compressing logs... 2024-04-15T22:48:26.205 DEBUG:teuthology.orchestra.run.smithi042:> 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-04-15T22:48:26.252 DEBUG:teuthology.orchestra.run.smithi104:> 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-04-15T22:48:26.260 INFO:teuthology.orchestra.run.smithi042.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-15T22:48:26.269 INFO:teuthology.orchestra.run.smithi104.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-15T22:48:26.271 INFO:teuthology.orchestra.run.smithi042.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-15T22:48:26.272 INFO:teuthology.orchestra.run.smithi042.stderr:/var/log/ceph/cephadm.log: 69.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T22:48:26.273 INFO:teuthology.orchestra.run.smithi042.stderr: 2024-04-15T22:48:26.274 INFO:teuthology.orchestra.run.smithi042.stderr:real 0m0.020s 2024-04-15T22:48:26.274 INFO:teuthology.orchestra.run.smithi042.stderr:user 0m0.014s 2024-04-15T22:48:26.274 INFO:teuthology.orchestra.run.smithi042.stderr:sys 0m0.005s 2024-04-15T22:48:26.275 INFO:teuthology.orchestra.run.smithi104.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-15T22:48:26.276 INFO:teuthology.orchestra.run.smithi104.stderr:/var/log/ceph/cephadm.log: 70.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T22:48:26.278 INFO:teuthology.orchestra.run.smithi104.stderr: 2024-04-15T22:48:26.278 INFO:teuthology.orchestra.run.smithi104.stderr:real 0m0.020s 2024-04-15T22:48:26.278 INFO:teuthology.orchestra.run.smithi104.stderr:user 0m0.016s 2024-04-15T22:48:26.278 INFO:teuthology.orchestra.run.smithi104.stderr:sys 0m0.004s 2024-04-15T22:48:26.278 INFO:tasks.cephadm:Archiving logs... 2024-04-15T22:48:26.279 DEBUG:teuthology.misc:Transferring archived files from smithi042:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657598/remote/smithi042/log 2024-04-15T22:48:26.280 DEBUG:teuthology.orchestra.run.smithi042:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T22:48:26.334 DEBUG:teuthology.misc:Transferring archived files from smithi104:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657598/remote/smithi104/log 2024-04-15T22:48:26.335 DEBUG:teuthology.orchestra.run.smithi104:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T22:48:26.347 INFO:tasks.cephadm:Removing cluster... 2024-04-15T22:48:26.347 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 43b65fa4-fb7a-11ee-bc8f-c7b262605968 --force 2024-04-15T22:48:26.545 INFO:teuthology.orchestra.run.smithi042.stdout:Deleting cluster with fsid: 43b65fa4-fb7a-11ee-bc8f-c7b262605968 2024-04-15T22:48:27.676 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 43b65fa4-fb7a-11ee-bc8f-c7b262605968 --force 2024-04-15T22:48:27.840 INFO:teuthology.orchestra.run.smithi104.stdout:Deleting cluster with fsid: 43b65fa4-fb7a-11ee-bc8f-c7b262605968 2024-04-15T22:48:28.967 INFO:tasks.cephadm:Removing cephadm ... 2024-04-15T22:48:28.967 DEBUG:teuthology.orchestra.run.smithi042:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T22:48:28.973 DEBUG:teuthology.orchestra.run.smithi104:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T22:48:28.979 INFO:tasks.cephadm:Teardown complete 2024-04-15T22:48:28.979 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 1771, 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_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 1686, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 484, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi042 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T22:48:29.194 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=3dfc29d7eadf4393aab468243b16c26c Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 1771, 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_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 1686, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 484, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi042 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T22:48:29.198 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-15T22:48:29.207 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-04-15T22:48:29.275 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi042:/dev/vg_nvme/lv_1... 2024-04-15T22:48:29.276 DEBUG:teuthology.orchestra.run.smithi042:> sudo nvme disconnect -n lv_1 2024-04-15T22:48:29.515 INFO:teuthology.orchestra.run.smithi042.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-15T22:48:29.516 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T22:48:29.517 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi042:/dev/vg_nvme/lv_2... 2024-04-15T22:48:29.517 DEBUG:teuthology.orchestra.run.smithi042:> sudo nvme disconnect -n lv_2 2024-04-15T22:48:29.771 INFO:teuthology.orchestra.run.smithi042.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-15T22:48:29.772 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T22:48:29.772 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi042:/dev/vg_nvme/lv_3... 2024-04-15T22:48:29.772 DEBUG:teuthology.orchestra.run.smithi042:> sudo nvme disconnect -n lv_3 2024-04-15T22:48:30.043 INFO:teuthology.orchestra.run.smithi042.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-15T22:48:30.044 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T22:48:30.045 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi042:/dev/vg_nvme/lv_4... 2024-04-15T22:48:30.045 DEBUG:teuthology.orchestra.run.smithi042:> sudo nvme disconnect -n lv_4 2024-04-15T22:48:30.295 INFO:teuthology.orchestra.run.smithi042.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-15T22:48:30.296 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T22:48:30.296 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2024-04-15T22:48:30.296 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd of=/scratch_devs 2024-04-15T22:48:30.310 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi104:/dev/vg_nvme/lv_1... 2024-04-15T22:48:30.310 DEBUG:teuthology.orchestra.run.smithi104:> sudo nvme disconnect -n lv_1 2024-04-15T22:48:30.539 INFO:teuthology.orchestra.run.smithi104.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-15T22:48:30.540 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T22:48:30.541 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi104:/dev/vg_nvme/lv_2... 2024-04-15T22:48:30.541 DEBUG:teuthology.orchestra.run.smithi104:> sudo nvme disconnect -n lv_2 2024-04-15T22:48:30.778 INFO:teuthology.orchestra.run.smithi104.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-15T22:48:30.779 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T22:48:30.780 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi104:/dev/vg_nvme/lv_3... 2024-04-15T22:48:30.780 DEBUG:teuthology.orchestra.run.smithi104:> sudo nvme disconnect -n lv_3 2024-04-15T22:48:31.022 INFO:teuthology.orchestra.run.smithi104.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-15T22:48:31.023 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T22:48:31.024 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi104:/dev/vg_nvme/lv_4... 2024-04-15T22:48:31.024 DEBUG:teuthology.orchestra.run.smithi104:> sudo nvme disconnect -n lv_4 2024-04-15T22:48:31.254 INFO:teuthology.orchestra.run.smithi104.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-15T22:48:31.255 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T22:48:31.256 DEBUG:teuthology.orchestra.run.smithi104:> set -ex 2024-04-15T22:48:31.256 DEBUG:teuthology.orchestra.run.smithi104:> sudo dd of=/scratch_devs 2024-04-15T22:48:31.268 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-15T22:48:31.278 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-15T22:48:31.279 DEBUG:teuthology.orchestra.run.smithi042:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T22:48:31.281 DEBUG:teuthology.orchestra.run.smithi104:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T22:48:31.293 INFO:teuthology.orchestra.run.smithi042.stdout: remote refid st t when poll reach delay offset jitter 2024-04-15T22:48:31.293 INFO:teuthology.orchestra.run.smithi042.stdout:============================================================================== 2024-04-15T22:48:31.293 INFO:teuthology.orchestra.run.smithi042.stdout: hv01.front.sepi 67.205.162.81 3 u 9 64 1 0.103 -1.324 0.000 2024-04-15T22:48:31.293 INFO:teuthology.orchestra.run.smithi042.stdout: hv02.front.sepi 63.231.80.2 3 u 9 64 1 0.122 -0.020 0.000 2024-04-15T22:48:31.293 INFO:teuthology.orchestra.run.smithi042.stdout: hv03.front.sepi 74.6.168.72 3 u 11 64 1 0.089 +0.348 0.000 2024-04-15T22:48:31.293 INFO:teuthology.orchestra.run.smithi042.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T22:48:31.322 INFO:teuthology.orchestra.run.smithi104.stdout: remote refid st t when poll reach delay offset jitter 2024-04-15T22:48:31.322 INFO:teuthology.orchestra.run.smithi104.stdout:============================================================================== 2024-04-15T22:48:31.323 INFO:teuthology.orchestra.run.smithi104.stdout: hv01.front.sepi 67.205.162.81 3 u 10 64 1 0.109 -0.927 0.000 2024-04-15T22:48:31.323 INFO:teuthology.orchestra.run.smithi104.stdout: hv02.front.sepi 63.231.80.2 3 u 8 64 1 0.126 -0.331 0.000 2024-04-15T22:48:31.323 INFO:teuthology.orchestra.run.smithi104.stdout: hv03.front.sepi 74.6.168.72 3 u 6 64 1 0.134 -0.006 0.000 2024-04-15T22:48:31.323 INFO:teuthology.orchestra.run.smithi104.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T22:48:31.327 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-15T22:48:31.412 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-15T22:48:31.413 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-15T22:48:31.467 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-15T22:48:31.535 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-15T22:48:31.572 INFO:teuthology.task.internal:Duration was 450.310445 seconds 2024-04-15T22:48:31.573 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-15T22:48:31.619 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-15T22:48:31.620 DEBUG:teuthology.orchestra.run.smithi042:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T22:48:31.623 DEBUG:teuthology.orchestra.run.smithi104:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T22:48:31.661 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-15T22:48:31.661 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi042.front.sepia.ceph.com 2024-04-15T22:48:31.661 DEBUG:teuthology.orchestra.run.smithi042:> 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-04-15T22:48:31.711 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi104.front.sepia.ceph.com 2024-04-15T22:48:31.712 DEBUG:teuthology.orchestra.run.smithi104:> 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-04-15T22:48:31.722 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-15T22:48:31.722 DEBUG:teuthology.orchestra.run.smithi042:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T22:48:31.760 DEBUG:teuthology.orchestra.run.smithi104:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T22:48:31.790 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-15T22:48:31.790 DEBUG:teuthology.orchestra.run.smithi042:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T22:48:31.828 DEBUG:teuthology.orchestra.run.smithi104:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T22:48:31.886 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-15T22:48:31.899 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-15T22:48:31.900 DEBUG:teuthology.orchestra.run.smithi042:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T22:48:31.914 DEBUG:teuthology.orchestra.run.smithi104:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T22:48:31.927 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-15T22:48:31.968 DEBUG:teuthology.orchestra.run.smithi042:> 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-04-15T22:48:31.971 DEBUG:teuthology.orchestra.run.smithi104:> 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-04-15T22:48:31.981 INFO:teuthology.orchestra.run.smithi042.stdout:kernel.core_pattern = core 2024-04-15T22:48:31.983 INFO:teuthology.orchestra.run.smithi104.stdout:kernel.core_pattern = core 2024-04-15T22:48:32.008 DEBUG:teuthology.orchestra.run.smithi042:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T22:48:32.058 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T22:48:32.059 DEBUG:teuthology.orchestra.run.smithi104:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T22:48:32.063 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T22:48:32.064 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-15T22:48:32.074 INFO:teuthology.task.internal:Transferring archived files... 2024-04-15T22:48:32.075 DEBUG:teuthology.misc:Transferring archived files from smithi042:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657598/remote/smithi042 2024-04-15T22:48:32.075 DEBUG:teuthology.orchestra.run.smithi042:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T22:48:32.124 DEBUG:teuthology.misc:Transferring archived files from smithi104:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657598/remote/smithi104 2024-04-15T22:48:32.124 DEBUG:teuthology.orchestra.run.smithi104:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T22:48:32.149 INFO:teuthology.task.internal:Removing archive directory... 2024-04-15T22:48:32.149 DEBUG:teuthology.orchestra.run.smithi042:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T22:48:32.164 DEBUG:teuthology.orchestra.run.smithi104:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T22:48:32.194 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-15T22:48:32.206 INFO:teuthology.task.internal:Not uploading archives. 2024-04-15T22:48:32.207 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-15T22:48:32.237 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-15T22:48:32.237 DEBUG:teuthology.orchestra.run.smithi042:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T22:48:32.240 DEBUG:teuthology.orchestra.run.smithi104:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T22:48:32.243 INFO:teuthology.orchestra.run.smithi042.stdout: 658468 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 22:48 /home/ubuntu/cephtest 2024-04-15T22:48:32.246 INFO:teuthology.orchestra.run.smithi104.stdout: 658640 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 22:48 /home/ubuntu/cephtest 2024-04-15T22:48:32.247 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-15T22:48:32.256 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-15T22:48:32.283 INFO:teuthology.nuke:Checking targets against current locks 2024-04-15T22:48:32.310 DEBUG:teuthology.nuke:shortname: smithi042 2024-04-15T22:48:32.310 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T22:48:32.338 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi042.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657598', '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-04-15 22:32:16.131035', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBA+5lFJA/8hfUkrLCHBXPdwmyWjt+FrZ81dBjwm2CI01CSFk35DBFW9pcx0lY+8WYf7/dpS1PH+p2xnWi/VnSjo='} 2024-04-15T22:48:32.339 DEBUG:teuthology.nuke:shortname: smithi104 2024-04-15T22:48:32.340 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T22:48:32.367 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi104.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657598', '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-04-15 22:32:16.132695', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOyFamRuxzdrko6Xg+YLoR+C+XIxHJq9T99ENzfi0fQmQ2yFpyOlQ5uspWJaH2jfoJxNrkFLtQlctdFNK+UnrQs='} 2024-04-15T22:48:32.401 INFO:teuthology.orchestra.console.smithi042:Power off 2024-04-15T22:48:32.402 DEBUG:teuthology.orchestra.console.smithi042:pexpect command: ipmitool -H smithi042.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T22:48:32.427 DEBUG:teuthology.orchestra.console.smithi042:power off output: Chassis Power Control: Down/Off 2024-04-15T22:48:32.427 DEBUG:teuthology.orchestra.console.smithi042:pexpect command: ipmitool -H smithi042.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T22:48:32.447 INFO:teuthology.orchestra.console.smithi104:Power off 2024-04-15T22:48:32.447 DEBUG:teuthology.orchestra.console.smithi104:pexpect command: ipmitool -H smithi104.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T22:48:32.458 DEBUG:teuthology.orchestra.console.smithi042:check power output: Chassis Power is on 2024-04-15T22:48:32.471 DEBUG:teuthology.orchestra.console.smithi104:power off output: Chassis Power Control: Down/Off 2024-04-15T22:48:32.472 DEBUG:teuthology.orchestra.console.smithi104:pexpect command: ipmitool -H smithi104.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T22:48:32.497 DEBUG:teuthology.orchestra.console.smithi104:check power output: Chassis Power is on 2024-04-15T22:48:36.460 DEBUG:teuthology.orchestra.console.smithi042:pexpect command: ipmitool -H smithi042.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T22:48:36.499 DEBUG:teuthology.orchestra.console.smithi104:pexpect command: ipmitool -H smithi104.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T22:48:36.579 DEBUG:teuthology.orchestra.console.smithi042:check power output: Chassis Power is on 2024-04-15T22:48:36.617 DEBUG:teuthology.orchestra.console.smithi104:check power output: Chassis Power is on 2024-04-15T22:48:40.583 DEBUG:teuthology.orchestra.console.smithi042:pexpect command: ipmitool -H smithi042.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T22:48:40.618 DEBUG:teuthology.orchestra.console.smithi104:pexpect command: ipmitool -H smithi104.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T22:48:40.696 DEBUG:teuthology.orchestra.console.smithi042:check power output: Chassis Power is off 2024-04-15T22:48:40.729 DEBUG:teuthology.orchestra.console.smithi104:check power output: Chassis Power is on 2024-04-15T22:48:40.799 INFO:teuthology.orchestra.console.smithi042:Power off completed 2024-04-15T22:48:44.730 DEBUG:teuthology.orchestra.console.smithi104:pexpect command: ipmitool -H smithi104.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T22:48:44.846 DEBUG:teuthology.orchestra.console.smithi104:check power output: Chassis Power is off 2024-04-15T22:48:44.947 INFO:teuthology.orchestra.console.smithi104:Power off completed 2024-04-15T22:48:45.051 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: 450.31044483184814 failure_reason: 'Command failed on smithi042 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull''' owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=3dfc29d7eadf4393aab468243b16c26c status: fail success: false 2024-04-15T22:48:45.052 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-15T22:48:45.147 INFO:teuthology.run:FAIL