2024-09-21T11:49:15.834 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-21T11:49:15.851 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-21T11:49:15.925 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-09-21_10:07:29-orch:cephadm-wip-guits-main-2024-09-21-0813-distro-default-smithi/7913893 branch: wip-guits-main-2024-09-21-0813 description: orch:cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: gabrioux@ibm.com first_in_suite: false job_id: '7913893' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-09-21_10:07:29-orch:cephadm-wip-guits-main-2024-09-21-0813-distro-default-smithi no_nested_subset: false openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-guits-main-2024-09-21-0813 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\) - CEPHADM_DAEMON_PLACE_FAIL - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: 5c1cdc3c470dae78e91a0ed2bcf13509a046d301 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5c1cdc3c470dae78e91a0ed2bcf13509a046d301 workunit: branch: wip-guits-main-2024-09-21-0813 sha1: 5c1cdc3c470dae78e91a0ed2bcf13509a046d301 owner: scheduled_gabrioux@teuthology priority: 70 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 3041 sha1: 5c1cdc3c470dae78e91a0ed2bcf13509a046d301 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-main-2024-09-21-0813 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_5c1cdc3c470dae78e91a0ed2bcf13509a046d301/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 5c1cdc3c470dae78e91a0ed2bcf13509a046d301 targets: smithi049.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCZ/pMdXxXKa6+S5Fu04xyZ5LEyeqxMzHDiJW/iHldR9/UpWAh8ou4q7zvf6KH29AP22Vg2+z7X3zengu3Syx84= smithi105.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKYcttFXxMRlLHyTr1o4/SdxzCNyaXKHjrqZglFR18A8qbm1NM7aH7r572/zxRQz5ZK0fNkBlMwL5atxdXayEFw= 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: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-21_10:07:29 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2902 2024-09-21T11:49:15.925 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_5c1cdc3c470dae78e91a0ed2bcf13509a046d301/qa; will attempt to use it 2024-09-21T11:49:15.926 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_5c1cdc3c470dae78e91a0ed2bcf13509a046d301/qa/tasks 2024-09-21T11:49:15.926 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-21T11:49:15.927 INFO:teuthology.task.internal:Checking packages... 2024-09-21T11:49:15.947 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '5c1cdc3c470dae78e91a0ed2bcf13509a046d301' 2024-09-21T11:49:15.948 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-21T11:49:15.948 INFO:teuthology.packaging:ref: None 2024-09-21T11:49:15.948 INFO:teuthology.packaging:tag: None 2024-09-21T11:49:15.948 INFO:teuthology.packaging:branch: wip-guits-main-2024-09-21-0813 2024-09-21T11:49:15.948 INFO:teuthology.packaging:sha1: 5c1cdc3c470dae78e91a0ed2bcf13509a046d301 2024-09-21T11:49:15.948 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-guits-main-2024-09-21-0813 2024-09-21T11:49:16.084 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-5103-g5c1cdc3c-1jammy 2024-09-21T11:49:16.085 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-21T11:49:16.091 INFO:teuthology.task.internal:no buildpackages task found 2024-09-21T11:49:16.091 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-21T11:49:16.102 INFO:teuthology.task.internal:Saving configuration 2024-09-21T11:49:16.114 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-21T11:49:16.120 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-21T11:49:16.142 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi049.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-21_10:07:29-orch:cephadm-wip-guits-main-2024-09-21-0813-distro-default-smithi/7913893', '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-09-21 11:42:00.609507', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJj1X2MgkRFSRR7tc/6hmW57dZq6sy5XT7q0ws1iMxTV'} 2024-09-21T11:49:16.165 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi105.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-21_10:07:29-orch:cephadm-wip-guits-main-2024-09-21-0813-distro-default-smithi/7913893', '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-09-21 11:42:00.608150', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINBovZgLnbiAhKboO8yyKG7dIaDKRC2PwRh9yyR+J6GO'} 2024-09-21T11:49:16.165 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-21T11:49:16.171 INFO:teuthology.task.internal:roles: ubuntu@smithi049.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-09-21T11:49:16.171 INFO:teuthology.task.internal:roles: ubuntu@smithi105.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-09-21T11:49:16.172 INFO:teuthology.run_tasks:Running task console_log... 2024-09-21T11:49:16.230 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7feee7ea8280>, signals=[15]) 2024-09-21T11:49:16.230 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-21T11:49:16.236 INFO:teuthology.task.internal:Opening connections... 2024-09-21T11:49:16.236 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi049.front.sepia.ceph.com 2024-09-21T11:49:16.237 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T11:49:16.317 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi105.front.sepia.ceph.com 2024-09-21T11:49:16.318 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T11:49:16.397 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-21T11:49:16.403 DEBUG:teuthology.orchestra.run.smithi049:> uname -m 2024-09-21T11:49:16.408 INFO:teuthology.orchestra.run.smithi049.stdout:x86_64 2024-09-21T11:49:16.409 DEBUG:teuthology.orchestra.run.smithi049:> cat /etc/os-release 2024-09-21T11:49:16.456 INFO:teuthology.orchestra.run.smithi049.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-21T11:49:16.456 INFO:teuthology.orchestra.run.smithi049.stdout:NAME="Ubuntu" 2024-09-21T11:49:16.456 INFO:teuthology.orchestra.run.smithi049.stdout:VERSION_ID="22.04" 2024-09-21T11:49:16.456 INFO:teuthology.orchestra.run.smithi049.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-21T11:49:16.456 INFO:teuthology.orchestra.run.smithi049.stdout:VERSION_CODENAME=jammy 2024-09-21T11:49:16.456 INFO:teuthology.orchestra.run.smithi049.stdout:ID=ubuntu 2024-09-21T11:49:16.456 INFO:teuthology.orchestra.run.smithi049.stdout:ID_LIKE=debian 2024-09-21T11:49:16.456 INFO:teuthology.orchestra.run.smithi049.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-21T11:49:16.456 INFO:teuthology.orchestra.run.smithi049.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-21T11:49:16.456 INFO:teuthology.orchestra.run.smithi049.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-21T11:49:16.456 INFO:teuthology.orchestra.run.smithi049.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-21T11:49:16.457 INFO:teuthology.orchestra.run.smithi049.stdout:UBUNTU_CODENAME=jammy 2024-09-21T11:49:16.457 INFO:teuthology.lock.ops:Updating smithi049.front.sepia.ceph.com on lock server 2024-09-21T11:49:16.477 DEBUG:teuthology.orchestra.run.smithi105:> uname -m 2024-09-21T11:49:16.482 INFO:teuthology.orchestra.run.smithi105.stdout:x86_64 2024-09-21T11:49:16.482 DEBUG:teuthology.orchestra.run.smithi105:> cat /etc/os-release 2024-09-21T11:49:16.529 INFO:teuthology.orchestra.run.smithi105.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-21T11:49:16.529 INFO:teuthology.orchestra.run.smithi105.stdout:NAME="Ubuntu" 2024-09-21T11:49:16.529 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION_ID="22.04" 2024-09-21T11:49:16.529 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-21T11:49:16.529 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION_CODENAME=jammy 2024-09-21T11:49:16.530 INFO:teuthology.orchestra.run.smithi105.stdout:ID=ubuntu 2024-09-21T11:49:16.530 INFO:teuthology.orchestra.run.smithi105.stdout:ID_LIKE=debian 2024-09-21T11:49:16.530 INFO:teuthology.orchestra.run.smithi105.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-21T11:49:16.530 INFO:teuthology.orchestra.run.smithi105.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-21T11:49:16.530 INFO:teuthology.orchestra.run.smithi105.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-21T11:49:16.530 INFO:teuthology.orchestra.run.smithi105.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-21T11:49:16.530 INFO:teuthology.orchestra.run.smithi105.stdout:UBUNTU_CODENAME=jammy 2024-09-21T11:49:16.530 INFO:teuthology.lock.ops:Updating smithi105.front.sepia.ceph.com on lock server 2024-09-21T11:49:16.552 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-21T11:49:16.560 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-21T11:49:16.632 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-21T11:49:16.632 DEBUG:teuthology.orchestra.run.smithi049:> test '!' -e /home/ubuntu/cephtest 2024-09-21T11:49:16.634 DEBUG:teuthology.orchestra.run.smithi105:> test '!' -e /home/ubuntu/cephtest 2024-09-21T11:49:16.639 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-21T11:49:16.645 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-21T11:49:16.645 DEBUG:teuthology.orchestra.run.smithi049:> test -z $(ls -A /var/lib/ceph) 2024-09-21T11:49:16.682 DEBUG:teuthology.orchestra.run.smithi105:> test -z $(ls -A /var/lib/ceph) 2024-09-21T11:49:16.700 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-21T11:49:16.751 INFO:teuthology.run_tasks:Running task kernel... 2024-09-21T11:49:16.765 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-21T11:49:16.765 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-21T11:49:16.766 DEBUG:teuthology.orchestra.run.smithi049:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-21T11:49:16.766 DEBUG:teuthology.orchestra.run.smithi105:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-21T11:49:16.770 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T11:49:16.771 DEBUG:teuthology.orchestra.run.smithi049:> uname -r 2024-09-21T11:49:16.771 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T11:49:16.772 DEBUG:teuthology.orchestra.run.smithi105:> uname -r 2024-09-21T11:49:16.817 INFO:teuthology.orchestra.run.smithi049.stdout:5.15.0-56-generic 2024-09-21T11:49:16.817 INFO:teuthology.task.kernel:Running kernel on smithi049: 5.15.0-56-generic 2024-09-21T11:49:16.817 DEBUG:teuthology.orchestra.run.smithi049:> sudo apt-get clean 2024-09-21T11:49:16.818 INFO:teuthology.orchestra.run.smithi105.stdout:5.15.0-56-generic 2024-09-21T11:49:16.818 INFO:teuthology.task.kernel:Running kernel on smithi105: 5.15.0-56-generic 2024-09-21T11:49:16.819 DEBUG:teuthology.orchestra.run.smithi105:> sudo apt-get clean 2024-09-21T11:49:16.931 DEBUG:teuthology.orchestra.run.smithi049:> sudo apt-get update 2024-09-21T11:49:16.946 DEBUG:teuthology.orchestra.run.smithi105:> sudo apt-get update 2024-09-21T11:49:17.063 INFO:teuthology.orchestra.run.smithi049.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-21T11:49:17.069 INFO:teuthology.orchestra.run.smithi049.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-21T11:49:17.135 INFO:teuthology.orchestra.run.smithi049.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-21T11:49:17.169 INFO:teuthology.orchestra.run.smithi049.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-21T11:49:17.233 INFO:teuthology.orchestra.run.smithi105.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-21T11:49:17.233 INFO:teuthology.orchestra.run.smithi105.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-21T11:49:17.288 INFO:teuthology.orchestra.run.smithi105.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-21T11:49:17.312 INFO:teuthology.orchestra.run.smithi049.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [703 kB] 2024-09-21T11:49:17.381 INFO:teuthology.orchestra.run.smithi049.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,062 kB] 2024-09-21T11:49:17.417 INFO:teuthology.orchestra.run.smithi049.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [356 kB] 2024-09-21T11:49:17.420 INFO:teuthology.orchestra.run.smithi049.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-21T11:49:17.421 INFO:teuthology.orchestra.run.smithi049.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,499 kB] 2024-09-21T11:49:17.437 INFO:teuthology.orchestra.run.smithi049.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-21T11:49:17.438 INFO:teuthology.orchestra.run.smithi049.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [430 kB] 2024-09-21T11:49:17.441 INFO:teuthology.orchestra.run.smithi049.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-21T11:49:17.442 INFO:teuthology.orchestra.run.smithi049.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [733 kB] 2024-09-21T11:49:17.447 INFO:teuthology.orchestra.run.smithi049.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,125 kB] 2024-09-21T11:49:17.454 INFO:teuthology.orchestra.run.smithi049.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-21T11:49:17.456 INFO:teuthology.orchestra.run.smithi049.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-21T11:49:17.456 INFO:teuthology.orchestra.run.smithi049.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-21T11:49:17.485 INFO:teuthology.orchestra.run.smithi049.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-21T11:49:17.486 INFO:teuthology.orchestra.run.smithi049.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-21T11:49:17.486 INFO:teuthology.orchestra.run.smithi049.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-21T11:49:17.486 INFO:teuthology.orchestra.run.smithi049.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-21T11:49:17.487 INFO:teuthology.orchestra.run.smithi049.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-21T11:49:17.487 INFO:teuthology.orchestra.run.smithi049.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-21T11:49:17.488 INFO:teuthology.orchestra.run.smithi049.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-21T11:49:17.489 INFO:teuthology.orchestra.run.smithi049.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-21T11:49:17.506 INFO:teuthology.orchestra.run.smithi049.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-21T11:49:17.506 INFO:teuthology.orchestra.run.smithi049.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-21T11:49:17.506 INFO:teuthology.orchestra.run.smithi049.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-21T11:49:17.642 INFO:teuthology.orchestra.run.smithi049.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,839 kB] 2024-09-21T11:49:17.645 INFO:teuthology.orchestra.run.smithi105.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-21T11:49:17.669 INFO:teuthology.orchestra.run.smithi105.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [544 kB] 2024-09-21T11:49:17.784 INFO:teuthology.orchestra.run.smithi105.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,062 kB] 2024-09-21T11:49:17.973 INFO:teuthology.orchestra.run.smithi105.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,839 kB] 2024-09-21T11:49:18.065 INFO:teuthology.orchestra.run.smithi049.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [544 kB] 2024-09-21T11:49:18.081 INFO:teuthology.orchestra.run.smithi049.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [298 kB] 2024-09-21T11:49:18.090 INFO:teuthology.orchestra.run.smithi049.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-21T11:49:18.091 INFO:teuthology.orchestra.run.smithi049.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-21T11:49:18.092 INFO:teuthology.orchestra.run.smithi049.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,431 kB] 2024-09-21T11:49:18.105 INFO:teuthology.orchestra.run.smithi105.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [703 kB] 2024-09-21T11:49:18.139 INFO:teuthology.orchestra.run.smithi105.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [356 kB] 2024-09-21T11:49:18.147 INFO:teuthology.orchestra.run.smithi105.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [298 kB] 2024-09-21T11:49:18.154 INFO:teuthology.orchestra.run.smithi105.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-21T11:49:18.155 INFO:teuthology.orchestra.run.smithi105.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-21T11:49:18.156 INFO:teuthology.orchestra.run.smithi105.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,499 kB] 2024-09-21T11:49:18.159 INFO:teuthology.orchestra.run.smithi105.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-21T11:49:18.160 INFO:teuthology.orchestra.run.smithi105.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-21T11:49:18.162 INFO:teuthology.orchestra.run.smithi105.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,431 kB] 2024-09-21T11:49:18.189 INFO:teuthology.orchestra.run.smithi049.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [418 kB] 2024-09-21T11:49:18.200 INFO:teuthology.orchestra.run.smithi049.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-21T11:49:18.200 INFO:teuthology.orchestra.run.smithi049.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [905 kB] 2024-09-21T11:49:18.223 INFO:teuthology.orchestra.run.smithi049.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [629 kB] 2024-09-21T11:49:18.229 INFO:teuthology.orchestra.run.smithi105.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [430 kB] 2024-09-21T11:49:18.245 INFO:teuthology.orchestra.run.smithi049.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [177 kB] 2024-09-21T11:49:18.250 INFO:teuthology.orchestra.run.smithi049.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.3 kB] 2024-09-21T11:49:18.251 INFO:teuthology.orchestra.run.smithi049.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-21T11:49:18.251 INFO:teuthology.orchestra.run.smithi049.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-21T11:49:18.252 INFO:teuthology.orchestra.run.smithi049.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-21T11:49:18.284 INFO:teuthology.orchestra.run.smithi105.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-21T11:49:18.285 INFO:teuthology.orchestra.run.smithi105.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [418 kB] 2024-09-21T11:49:18.285 INFO:teuthology.orchestra.run.smithi105.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,125 kB] 2024-09-21T11:49:18.292 INFO:teuthology.orchestra.run.smithi105.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-21T11:49:18.293 INFO:teuthology.orchestra.run.smithi105.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [905 kB] 2024-09-21T11:49:18.306 INFO:teuthology.orchestra.run.smithi105.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [733 kB] 2024-09-21T11:49:18.308 INFO:teuthology.orchestra.run.smithi105.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [629 kB] 2024-09-21T11:49:18.319 INFO:teuthology.orchestra.run.smithi105.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-21T11:49:18.319 INFO:teuthology.orchestra.run.smithi105.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [177 kB] 2024-09-21T11:49:18.321 INFO:teuthology.orchestra.run.smithi105.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.3 kB] 2024-09-21T11:49:18.322 INFO:teuthology.orchestra.run.smithi105.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-21T11:49:18.323 INFO:teuthology.orchestra.run.smithi105.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-21T11:49:18.323 INFO:teuthology.orchestra.run.smithi105.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-21T11:49:18.324 INFO:teuthology.orchestra.run.smithi105.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-21T11:49:18.324 INFO:teuthology.orchestra.run.smithi105.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-21T11:49:18.325 INFO:teuthology.orchestra.run.smithi105.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-21T11:49:18.326 INFO:teuthology.orchestra.run.smithi105.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-21T11:49:18.331 INFO:teuthology.orchestra.run.smithi049.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-21T11:49:18.351 INFO:teuthology.orchestra.run.smithi105.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-21T11:49:18.394 INFO:teuthology.orchestra.run.smithi105.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-21T11:49:18.407 INFO:teuthology.orchestra.run.smithi105.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-21T11:49:18.409 INFO:teuthology.orchestra.run.smithi105.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-21T11:49:18.410 INFO:teuthology.orchestra.run.smithi105.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-21T11:49:18.410 INFO:teuthology.orchestra.run.smithi105.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-21T11:49:18.410 INFO:teuthology.orchestra.run.smithi105.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-21T11:49:18.432 INFO:teuthology.orchestra.run.smithi105.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-21T11:49:18.433 INFO:teuthology.orchestra.run.smithi105.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-21T11:49:18.434 INFO:teuthology.orchestra.run.smithi105.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-21T11:49:24.124 INFO:teuthology.orchestra.run.smithi049.stdout:Fetched 16.3 MB in 2s (7,233 kB/s) 2024-09-21T11:49:24.406 INFO:teuthology.orchestra.run.smithi105.stdout:Fetched 16.3 MB in 3s (5,793 kB/s) 2024-09-21T11:49:25.620 INFO:teuthology.orchestra.run.smithi049.stdout:Reading package lists... 2024-09-21T11:49:25.638 DEBUG:teuthology.orchestra.run.smithi049:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-21T11:49:25.703 INFO:teuthology.orchestra.run.smithi049.stdout:Reading package lists... 2024-09-21T11:49:25.920 INFO:teuthology.orchestra.run.smithi049.stdout:Building dependency tree... 2024-09-21T11:49:25.920 INFO:teuthology.orchestra.run.smithi049.stdout:Reading state information... 2024-09-21T11:49:25.949 INFO:teuthology.orchestra.run.smithi105.stdout:Reading package lists... 2024-09-21T11:49:25.968 DEBUG:teuthology.orchestra.run.smithi105:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-21T11:49:26.033 INFO:teuthology.orchestra.run.smithi105.stdout:Reading package lists... 2024-09-21T11:49:26.117 INFO:teuthology.orchestra.run.smithi049.stdout:The following packages were automatically installed and are no longer required: 2024-09-21T11:49:26.117 INFO:teuthology.orchestra.run.smithi049.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-21T11:49:26.117 INFO:teuthology.orchestra.run.smithi049.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-21T11:49:26.118 INFO:teuthology.orchestra.run.smithi049.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-21T11:49:26.118 INFO:teuthology.orchestra.run.smithi049.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-21T11:49:26.118 INFO:teuthology.orchestra.run.smithi049.stdout: python2.7-minimal 2024-09-21T11:49:26.118 INFO:teuthology.orchestra.run.smithi049.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-21T11:49:26.120 INFO:teuthology.orchestra.run.smithi049.stdout:The following additional packages will be installed: 2024-09-21T11:49:26.120 INFO:teuthology.orchestra.run.smithi049.stdout: linux-generic linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-21T11:49:26.120 INFO:teuthology.orchestra.run.smithi049.stdout: linux-headers-generic linux-image-5.15.0-122-generic 2024-09-21T11:49:26.120 INFO:teuthology.orchestra.run.smithi049.stdout: linux-modules-5.15.0-122-generic linux-modules-extra-5.15.0-122-generic 2024-09-21T11:49:26.122 INFO:teuthology.orchestra.run.smithi049.stdout:Suggested packages: 2024-09-21T11:49:26.122 INFO:teuthology.orchestra.run.smithi049.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-21T11:49:26.122 INFO:teuthology.orchestra.run.smithi049.stdout:Recommended packages: 2024-09-21T11:49:26.122 INFO:teuthology.orchestra.run.smithi049.stdout: thermald 2024-09-21T11:49:26.168 INFO:teuthology.orchestra.run.smithi049.stdout:The following NEW packages will be installed: 2024-09-21T11:49:26.168 INFO:teuthology.orchestra.run.smithi049.stdout: linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-21T11:49:26.168 INFO:teuthology.orchestra.run.smithi049.stdout: linux-image-5.15.0-122-generic linux-modules-5.15.0-122-generic 2024-09-21T11:49:26.169 INFO:teuthology.orchestra.run.smithi049.stdout: linux-modules-extra-5.15.0-122-generic 2024-09-21T11:49:26.170 INFO:teuthology.orchestra.run.smithi049.stdout:The following packages will be upgraded: 2024-09-21T11:49:26.171 INFO:teuthology.orchestra.run.smithi049.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-21T11:49:26.223 INFO:teuthology.orchestra.run.smithi049.stdout:3 upgraded, 5 newly installed, 0 to remove and 345 not upgraded. 2024-09-21T11:49:26.223 INFO:teuthology.orchestra.run.smithi049.stdout:Need to get 113 MB of archives. 2024-09-21T11:49:26.223 INFO:teuthology.orchestra.run.smithi049.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-21T11:49:26.223 INFO:teuthology.orchestra.run.smithi049.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-122-generic amd64 5.15.0-122.132 [22.7 MB] 2024-09-21T11:49:26.245 INFO:teuthology.orchestra.run.smithi105.stdout:Building dependency tree... 2024-09-21T11:49:26.245 INFO:teuthology.orchestra.run.smithi105.stdout:Reading state information... 2024-09-21T11:49:26.435 INFO:teuthology.orchestra.run.smithi105.stdout:The following packages were automatically installed and are no longer required: 2024-09-21T11:49:26.436 INFO:teuthology.orchestra.run.smithi105.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-21T11:49:26.436 INFO:teuthology.orchestra.run.smithi105.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-21T11:49:26.436 INFO:teuthology.orchestra.run.smithi105.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-21T11:49:26.436 INFO:teuthology.orchestra.run.smithi105.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-21T11:49:26.436 INFO:teuthology.orchestra.run.smithi105.stdout: python2.7-minimal 2024-09-21T11:49:26.436 INFO:teuthology.orchestra.run.smithi105.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-21T11:49:26.438 INFO:teuthology.orchestra.run.smithi105.stdout:The following additional packages will be installed: 2024-09-21T11:49:26.438 INFO:teuthology.orchestra.run.smithi105.stdout: linux-generic linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-21T11:49:26.438 INFO:teuthology.orchestra.run.smithi105.stdout: linux-headers-generic linux-image-5.15.0-122-generic 2024-09-21T11:49:26.438 INFO:teuthology.orchestra.run.smithi105.stdout: linux-modules-5.15.0-122-generic linux-modules-extra-5.15.0-122-generic 2024-09-21T11:49:26.439 INFO:teuthology.orchestra.run.smithi105.stdout:Suggested packages: 2024-09-21T11:49:26.439 INFO:teuthology.orchestra.run.smithi105.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-21T11:49:26.439 INFO:teuthology.orchestra.run.smithi105.stdout:Recommended packages: 2024-09-21T11:49:26.440 INFO:teuthology.orchestra.run.smithi105.stdout: thermald 2024-09-21T11:49:26.487 INFO:teuthology.orchestra.run.smithi105.stdout:The following NEW packages will be installed: 2024-09-21T11:49:26.488 INFO:teuthology.orchestra.run.smithi105.stdout: linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-21T11:49:26.488 INFO:teuthology.orchestra.run.smithi105.stdout: linux-image-5.15.0-122-generic linux-modules-5.15.0-122-generic 2024-09-21T11:49:26.488 INFO:teuthology.orchestra.run.smithi105.stdout: linux-modules-extra-5.15.0-122-generic 2024-09-21T11:49:26.489 INFO:teuthology.orchestra.run.smithi105.stdout:The following packages will be upgraded: 2024-09-21T11:49:26.490 INFO:teuthology.orchestra.run.smithi105.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-21T11:49:26.540 INFO:teuthology.orchestra.run.smithi105.stdout:3 upgraded, 5 newly installed, 0 to remove and 345 not upgraded. 2024-09-21T11:49:26.540 INFO:teuthology.orchestra.run.smithi105.stdout:Need to get 113 MB of archives. 2024-09-21T11:49:26.540 INFO:teuthology.orchestra.run.smithi105.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-21T11:49:26.540 INFO:teuthology.orchestra.run.smithi105.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-122-generic amd64 5.15.0-122.132 [22.7 MB] 2024-09-21T11:49:26.691 INFO:teuthology.orchestra.run.smithi049.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-122-generic amd64 5.15.0-122.132 [11.5 MB] 2024-09-21T11:49:26.799 INFO:teuthology.orchestra.run.smithi049.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-122-generic amd64 5.15.0-122.132 [63.9 MB] 2024-09-21T11:49:26.980 INFO:teuthology.orchestra.run.smithi105.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-122-generic amd64 5.15.0-122.132 [11.5 MB] 2024-09-21T11:49:27.076 INFO:teuthology.orchestra.run.smithi105.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-122-generic amd64 5.15.0-122.132 [63.9 MB] 2024-09-21T11:49:27.628 INFO:teuthology.orchestra.run.smithi049.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.122.122 [1,692 B] 2024-09-21T11:49:27.628 INFO:teuthology.orchestra.run.smithi049.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.122.122 [2,436 B] 2024-09-21T11:49:27.628 INFO:teuthology.orchestra.run.smithi049.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122 all 5.15.0-122.132 [12.3 MB] 2024-09-21T11:49:27.766 INFO:teuthology.orchestra.run.smithi049.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122-generic amd64 5.15.0-122.132 [2,827 kB] 2024-09-21T11:49:27.788 INFO:teuthology.orchestra.run.smithi049.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.122.122 [2,294 B] 2024-09-21T11:49:27.868 INFO:teuthology.orchestra.run.smithi105.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.122.122 [1,692 B] 2024-09-21T11:49:27.868 INFO:teuthology.orchestra.run.smithi105.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.122.122 [2,436 B] 2024-09-21T11:49:27.868 INFO:teuthology.orchestra.run.smithi105.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122 all 5.15.0-122.132 [12.3 MB] 2024-09-21T11:49:27.987 INFO:teuthology.orchestra.run.smithi105.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122-generic amd64 5.15.0-122.132 [2,827 kB] 2024-09-21T11:49:28.106 INFO:teuthology.orchestra.run.smithi105.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.122.122 [2,294 B] 2024-09-21T11:49:28.262 INFO:teuthology.orchestra.run.smithi049.stdout:Fetched 113 MB in 2s (67.4 MB/s) 2024-09-21T11:49:28.435 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package linux-modules-5.15.0-122-generic. 2024-09-21T11:49:28.508 INFO:teuthology.orchestra.run.smithi105.stdout:Fetched 113 MB in 2s (70.4 MB/s) 2024-09-21T11:49:28.685 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package linux-modules-5.15.0-122-generic. 2024-09-21T11:49:30.493 INFO:teuthology.orchestra.run.smithi049.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-09-21T11:49:30.497 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../0-linux-modules-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T11:49:30.679 INFO:teuthology.orchestra.run.smithi105.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-09-21T11:49:30.683 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T11:49:30.684 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../0-linux-modules-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T11:49:30.790 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T11:49:32.785 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package linux-image-5.15.0-122-generic. 2024-09-21T11:49:32.804 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../1-linux-image-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T11:49:32.881 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T11:49:32.958 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package linux-image-5.15.0-122-generic. 2024-09-21T11:49:32.979 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../1-linux-image-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T11:49:33.067 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T11:49:33.355 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-122-generic. 2024-09-21T11:49:33.376 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T11:49:33.413 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T11:49:33.586 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-122-generic. 2024-09-21T11:49:33.606 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T11:49:33.644 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T11:49:39.984 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../3-linux-generic_5.15.0.122.122_amd64.deb ... 2024-09-21T11:49:40.086 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-21T11:49:40.185 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../3-linux-generic_5.15.0.122.122_amd64.deb ... 2024-09-21T11:49:40.310 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking linux-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-21T11:49:40.436 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.122.122_amd64.deb ... 2024-09-21T11:49:40.564 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-image-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-21T11:49:40.651 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.122.122_amd64.deb ... 2024-09-21T11:49:40.746 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking linux-image-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-21T11:49:41.041 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package linux-headers-5.15.0-122. 2024-09-21T11:49:41.063 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../5-linux-headers-5.15.0-122_5.15.0-122.132_all.deb ... 2024-09-21T11:49:41.102 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package linux-headers-5.15.0-122. 2024-09-21T11:49:41.107 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-21T11:49:41.124 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../5-linux-headers-5.15.0-122_5.15.0-122.132_all.deb ... 2024-09-21T11:49:41.384 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-21T11:49:47.014 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package linux-headers-5.15.0-122-generic. 2024-09-21T11:49:47.050 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../6-linux-headers-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T11:49:47.088 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T11:49:47.209 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package linux-headers-5.15.0-122-generic. 2024-09-21T11:49:47.246 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../6-linux-headers-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T11:49:47.284 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T11:49:49.903 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.122.122_amd64.deb ... 2024-09-21T11:49:49.977 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.122.122_amd64.deb ... 2024-09-21T11:49:49.999 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking linux-headers-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-21T11:49:50.104 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-headers-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-21T11:49:50.325 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-21T11:49:50.437 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T11:49:50.495 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-21T11:49:50.555 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up linux-headers-generic (5.15.0.122.122) ... 2024-09-21T11:49:50.617 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T11:49:50.702 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T11:49:50.743 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-headers-generic (5.15.0.122.122) ... 2024-09-21T11:49:50.888 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T11:49:52.042 INFO:teuthology.orchestra.run.smithi049.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-21T11:49:52.042 INFO:teuthology.orchestra.run.smithi049.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-21T11:49:52.042 INFO:teuthology.orchestra.run.smithi049.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-122-generic 2024-09-21T11:49:52.042 INFO:teuthology.orchestra.run.smithi049.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-122-generic 2024-09-21T11:49:52.195 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T11:49:52.213 INFO:teuthology.orchestra.run.smithi105.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-21T11:49:52.213 INFO:teuthology.orchestra.run.smithi105.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-21T11:49:52.213 INFO:teuthology.orchestra.run.smithi105.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-122-generic 2024-09-21T11:49:52.213 INFO:teuthology.orchestra.run.smithi105.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-122-generic 2024-09-21T11:49:52.348 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T11:49:53.880 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up linux-image-generic (5.15.0.122.122) ... 2024-09-21T11:49:54.000 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-image-generic (5.15.0.122.122) ... 2024-09-21T11:49:54.023 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up linux-generic (5.15.0.122.122) ... 2024-09-21T11:49:54.126 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-generic (5.15.0.122.122) ... 2024-09-21T11:49:54.148 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T11:49:54.252 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T11:49:55.592 INFO:teuthology.orchestra.run.smithi049.stdout:Processing triggers for linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T11:49:55.646 INFO:teuthology.orchestra.run.smithi105.stdout:Processing triggers for linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T11:49:55.666 INFO:teuthology.orchestra.run.smithi049.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-21T11:49:55.666 INFO:teuthology.orchestra.run.smithi049.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-122-generic 2024-09-21T11:49:55.706 INFO:teuthology.orchestra.run.smithi105.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-21T11:49:55.706 INFO:teuthology.orchestra.run.smithi105.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-122-generic 2024-09-21T11:50:09.979 INFO:teuthology.orchestra.run.smithi105.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-21T11:50:09.979 INFO:teuthology.orchestra.run.smithi105.stdout:Sourcing file `/etc/default/grub' 2024-09-21T11:50:09.996 INFO:teuthology.orchestra.run.smithi105.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-21T11:50:10.016 INFO:teuthology.orchestra.run.smithi105.stdout:Generating grub configuration file ... 2024-09-21T11:50:10.293 INFO:teuthology.orchestra.run.smithi105.stdout:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-21T11:50:10.313 INFO:teuthology.orchestra.run.smithi105.stdout:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-21T11:50:10.447 INFO:teuthology.orchestra.run.smithi049.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-21T11:50:10.447 INFO:teuthology.orchestra.run.smithi049.stdout:Sourcing file `/etc/default/grub' 2024-09-21T11:50:10.460 INFO:teuthology.orchestra.run.smithi049.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-21T11:50:10.483 INFO:teuthology.orchestra.run.smithi049.stdout:Generating grub configuration file ... 2024-09-21T11:50:10.681 INFO:teuthology.orchestra.run.smithi105.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-21T11:50:10.686 INFO:teuthology.orchestra.run.smithi105.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-21T11:50:10.744 INFO:teuthology.orchestra.run.smithi049.stdout:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-21T11:50:10.755 INFO:teuthology.orchestra.run.smithi105.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-21T11:50:10.761 INFO:teuthology.orchestra.run.smithi105.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-21T11:50:10.775 INFO:teuthology.orchestra.run.smithi049.stdout:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-21T11:50:10.927 INFO:teuthology.orchestra.run.smithi105.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-21T11:50:10.927 INFO:teuthology.orchestra.run.smithi105.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-21T11:50:10.927 INFO:teuthology.orchestra.run.smithi105.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-21T11:50:10.968 INFO:teuthology.orchestra.run.smithi105.stdout:done 2024-09-21T11:50:11.095 INFO:teuthology.orchestra.run.smithi049.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-21T11:50:11.101 INFO:teuthology.orchestra.run.smithi049.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-21T11:50:11.167 INFO:teuthology.orchestra.run.smithi049.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-21T11:50:11.172 INFO:teuthology.orchestra.run.smithi049.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-21T11:50:11.362 INFO:teuthology.orchestra.run.smithi049.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-21T11:50:11.362 INFO:teuthology.orchestra.run.smithi049.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-21T11:50:11.362 INFO:teuthology.orchestra.run.smithi049.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-21T11:50:11.398 DEBUG:teuthology.orchestra.run.smithi105:> dpkg -s linux-image-generic 2024-09-21T11:50:11.406 INFO:teuthology.orchestra.run.smithi049.stdout:done 2024-09-21T11:50:11.418 INFO:teuthology.orchestra.run.smithi105.stdout:Package: linux-image-generic 2024-09-21T11:50:11.418 INFO:teuthology.orchestra.run.smithi105.stdout:Status: install ok installed 2024-09-21T11:50:11.418 INFO:teuthology.orchestra.run.smithi105.stdout:Priority: optional 2024-09-21T11:50:11.418 INFO:teuthology.orchestra.run.smithi105.stdout:Section: kernel 2024-09-21T11:50:11.418 INFO:teuthology.orchestra.run.smithi105.stdout:Installed-Size: 21 2024-09-21T11:50:11.419 INFO:teuthology.orchestra.run.smithi105.stdout:Maintainer: Ubuntu Kernel Team 2024-09-21T11:50:11.419 INFO:teuthology.orchestra.run.smithi105.stdout:Architecture: amd64 2024-09-21T11:50:11.419 INFO:teuthology.orchestra.run.smithi105.stdout:Source: linux-meta 2024-09-21T11:50:11.419 INFO:teuthology.orchestra.run.smithi105.stdout:Version: 5.15.0.122.122 2024-09-21T11:50:11.419 INFO:teuthology.orchestra.run.smithi105.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-21T11:50:11.419 INFO:teuthology.orchestra.run.smithi105.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-21T11:50:11.419 INFO:teuthology.orchestra.run.smithi105.stdout:Recommends: thermald 2024-09-21T11:50:11.419 INFO:teuthology.orchestra.run.smithi105.stdout:Description: Generic Linux kernel image 2024-09-21T11:50:11.419 INFO:teuthology.orchestra.run.smithi105.stdout: This package will always depend on the latest generic kernel image 2024-09-21T11:50:11.419 INFO:teuthology.orchestra.run.smithi105.stdout: available. 2024-09-21T11:50:11.420 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-122-generic 2024-09-21T11:50:11.420 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-21T11:50:11.420 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-21T11:50:11.420 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-21T11:50:11.420 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi105.front.sepia.ceph.com, path=None, version=distro) 2024-09-21T11:50:11.421 DEBUG:teuthology.orchestra.run.smithi105:> sudo apt-get clean 2024-09-21T11:50:11.568 DEBUG:teuthology.orchestra.run.smithi105:> sudo apt-get update 2024-09-21T11:50:11.677 INFO:teuthology.orchestra.run.smithi105.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-21T11:50:11.688 INFO:teuthology.orchestra.run.smithi105.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-21T11:50:11.704 INFO:teuthology.orchestra.run.smithi105.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-21T11:50:11.818 INFO:teuthology.orchestra.run.smithi105.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-21T11:50:11.932 DEBUG:teuthology.orchestra.run.smithi049:> dpkg -s linux-image-generic 2024-09-21T11:50:11.992 INFO:teuthology.orchestra.run.smithi049.stdout:Package: linux-image-generic 2024-09-21T11:50:11.992 INFO:teuthology.orchestra.run.smithi049.stdout:Status: install ok installed 2024-09-21T11:50:11.992 INFO:teuthology.orchestra.run.smithi049.stdout:Priority: optional 2024-09-21T11:50:11.993 INFO:teuthology.orchestra.run.smithi049.stdout:Section: kernel 2024-09-21T11:50:11.993 INFO:teuthology.orchestra.run.smithi049.stdout:Installed-Size: 21 2024-09-21T11:50:11.993 INFO:teuthology.orchestra.run.smithi049.stdout:Maintainer: Ubuntu Kernel Team 2024-09-21T11:50:11.993 INFO:teuthology.orchestra.run.smithi049.stdout:Architecture: amd64 2024-09-21T11:50:11.993 INFO:teuthology.orchestra.run.smithi049.stdout:Source: linux-meta 2024-09-21T11:50:11.993 INFO:teuthology.orchestra.run.smithi049.stdout:Version: 5.15.0.122.122 2024-09-21T11:50:11.993 INFO:teuthology.orchestra.run.smithi049.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-21T11:50:11.993 INFO:teuthology.orchestra.run.smithi049.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-21T11:50:11.993 INFO:teuthology.orchestra.run.smithi049.stdout:Recommends: thermald 2024-09-21T11:50:11.993 INFO:teuthology.orchestra.run.smithi049.stdout:Description: Generic Linux kernel image 2024-09-21T11:50:11.993 INFO:teuthology.orchestra.run.smithi049.stdout: This package will always depend on the latest generic kernel image 2024-09-21T11:50:11.993 INFO:teuthology.orchestra.run.smithi049.stdout: available. 2024-09-21T11:50:11.994 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-122-generic 2024-09-21T11:50:11.994 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-21T11:50:11.994 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-21T11:50:11.994 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-21T11:50:11.994 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi049.front.sepia.ceph.com, path=None, version=distro) 2024-09-21T11:50:11.994 DEBUG:teuthology.orchestra.run.smithi049:> sudo apt-get clean 2024-09-21T11:50:12.164 DEBUG:teuthology.orchestra.run.smithi049:> sudo apt-get update 2024-09-21T11:50:12.298 INFO:teuthology.orchestra.run.smithi049.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-21T11:50:12.298 INFO:teuthology.orchestra.run.smithi049.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-21T11:50:12.304 INFO:teuthology.orchestra.run.smithi049.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-21T11:50:12.322 INFO:teuthology.orchestra.run.smithi049.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-21T11:50:13.104 INFO:teuthology.orchestra.run.smithi105.stdout:Reading package lists... 2024-09-21T11:50:13.121 DEBUG:teuthology.orchestra.run.smithi105:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-21T11:50:13.185 INFO:teuthology.orchestra.run.smithi105.stdout:Reading package lists... 2024-09-21T11:50:13.396 INFO:teuthology.orchestra.run.smithi105.stdout:Building dependency tree... 2024-09-21T11:50:13.397 INFO:teuthology.orchestra.run.smithi105.stdout:Reading state information... 2024-09-21T11:50:13.593 INFO:teuthology.orchestra.run.smithi105.stdout:linux-image-generic is already the newest version (5.15.0.122.122). 2024-09-21T11:50:13.593 INFO:teuthology.orchestra.run.smithi105.stdout:The following packages were automatically installed and are no longer required: 2024-09-21T11:50:13.594 INFO:teuthology.orchestra.run.smithi105.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-21T11:50:13.594 INFO:teuthology.orchestra.run.smithi105.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-21T11:50:13.594 INFO:teuthology.orchestra.run.smithi105.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-21T11:50:13.594 INFO:teuthology.orchestra.run.smithi105.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-21T11:50:13.594 INFO:teuthology.orchestra.run.smithi105.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-21T11:50:13.595 INFO:teuthology.orchestra.run.smithi105.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-21T11:50:13.638 INFO:teuthology.orchestra.run.smithi105.stdout:0 upgraded, 0 newly installed, 0 to remove and 345 not upgraded. 2024-09-21T11:50:13.640 DEBUG:teuthology.orchestra.run.smithi105:> dpkg -s linux-image-generic 2024-09-21T11:50:13.655 INFO:teuthology.orchestra.run.smithi105.stdout:Package: linux-image-generic 2024-09-21T11:50:13.655 INFO:teuthology.orchestra.run.smithi105.stdout:Status: install ok installed 2024-09-21T11:50:13.655 INFO:teuthology.orchestra.run.smithi105.stdout:Priority: optional 2024-09-21T11:50:13.655 INFO:teuthology.orchestra.run.smithi105.stdout:Section: kernel 2024-09-21T11:50:13.655 INFO:teuthology.orchestra.run.smithi105.stdout:Installed-Size: 21 2024-09-21T11:50:13.655 INFO:teuthology.orchestra.run.smithi105.stdout:Maintainer: Ubuntu Kernel Team 2024-09-21T11:50:13.655 INFO:teuthology.orchestra.run.smithi105.stdout:Architecture: amd64 2024-09-21T11:50:13.655 INFO:teuthology.orchestra.run.smithi105.stdout:Source: linux-meta 2024-09-21T11:50:13.655 INFO:teuthology.orchestra.run.smithi105.stdout:Version: 5.15.0.122.122 2024-09-21T11:50:13.656 INFO:teuthology.orchestra.run.smithi105.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-21T11:50:13.656 INFO:teuthology.orchestra.run.smithi105.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-21T11:50:13.656 INFO:teuthology.orchestra.run.smithi105.stdout:Recommends: thermald 2024-09-21T11:50:13.656 INFO:teuthology.orchestra.run.smithi105.stdout:Description: Generic Linux kernel image 2024-09-21T11:50:13.656 INFO:teuthology.orchestra.run.smithi105.stdout: This package will always depend on the latest generic kernel image 2024-09-21T11:50:13.656 INFO:teuthology.orchestra.run.smithi105.stdout: available. 2024-09-21T11:50:13.656 DEBUG:teuthology.orchestra.run.smithi105:> mktemp 2024-09-21T11:50:13.705 INFO:teuthology.orchestra.run.smithi105.stdout:/tmp/tmp.YGzk7fKuOJ 2024-09-21T11:50:13.705 DEBUG:teuthology.orchestra.run.smithi105:> sudo cp /boot/grub/grub.cfg /tmp/tmp.YGzk7fKuOJ 2024-09-21T11:50:13.727 INFO:teuthology.orchestra.run.smithi049.stdout:Reading package lists... 2024-09-21T11:50:13.747 DEBUG:teuthology.orchestra.run.smithi049:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-21T11:50:13.761 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod 0666 /tmp/tmp.YGzk7fKuOJ 2024-09-21T11:50:13.802 INFO:teuthology.orchestra.run.smithi049.stdout:Reading package lists... 2024-09-21T11:50:13.882 DEBUG:teuthology.orchestra.remote:smithi105:/tmp/tmp.YGzk7fKuOJ is 10KB 2024-09-21T11:50:13.895 DEBUG:teuthology.orchestra.run.smithi105:> rm -fr /tmp/tmp.YGzk7fKuOJ 2024-09-21T11:50:13.900 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-21T11:50:13.953 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-09-21T11:50:13.953 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-21T11:50:13.953 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-21T11:50:14.006 INFO:teuthology.orchestra.run.smithi049.stdout:Building dependency tree... 2024-09-21T11:50:14.006 INFO:teuthology.orchestra.run.smithi049.stdout:Reading state information... 2024-09-21T11:50:14.020 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-122-generic 2024-09-21T11:50:14.021 DEBUG:teuthology.orchestra.run.smithi105:> sudo update-grub 2024-09-21T11:50:14.189 INFO:teuthology.orchestra.run.smithi049.stdout:linux-image-generic is already the newest version (5.15.0.122.122). 2024-09-21T11:50:14.189 INFO:teuthology.orchestra.run.smithi049.stdout:The following packages were automatically installed and are no longer required: 2024-09-21T11:50:14.189 INFO:teuthology.orchestra.run.smithi049.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-21T11:50:14.189 INFO:teuthology.orchestra.run.smithi049.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-21T11:50:14.189 INFO:teuthology.orchestra.run.smithi049.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-21T11:50:14.190 INFO:teuthology.orchestra.run.smithi049.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-21T11:50:14.190 INFO:teuthology.orchestra.run.smithi049.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-21T11:50:14.190 INFO:teuthology.orchestra.run.smithi049.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-21T11:50:14.229 INFO:teuthology.orchestra.run.smithi049.stdout:0 upgraded, 0 newly installed, 0 to remove and 345 not upgraded. 2024-09-21T11:50:14.231 DEBUG:teuthology.orchestra.run.smithi049:> dpkg -s linux-image-generic 2024-09-21T11:50:14.247 INFO:teuthology.orchestra.run.smithi049.stdout:Package: linux-image-generic 2024-09-21T11:50:14.248 INFO:teuthology.orchestra.run.smithi049.stdout:Status: install ok installed 2024-09-21T11:50:14.248 INFO:teuthology.orchestra.run.smithi049.stdout:Priority: optional 2024-09-21T11:50:14.248 INFO:teuthology.orchestra.run.smithi049.stdout:Section: kernel 2024-09-21T11:50:14.248 INFO:teuthology.orchestra.run.smithi049.stdout:Installed-Size: 21 2024-09-21T11:50:14.248 INFO:teuthology.orchestra.run.smithi049.stdout:Maintainer: Ubuntu Kernel Team 2024-09-21T11:50:14.248 INFO:teuthology.orchestra.run.smithi049.stdout:Architecture: amd64 2024-09-21T11:50:14.248 INFO:teuthology.orchestra.run.smithi049.stdout:Source: linux-meta 2024-09-21T11:50:14.248 INFO:teuthology.orchestra.run.smithi049.stdout:Version: 5.15.0.122.122 2024-09-21T11:50:14.248 INFO:teuthology.orchestra.run.smithi049.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-21T11:50:14.248 INFO:teuthology.orchestra.run.smithi049.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-21T11:50:14.248 INFO:teuthology.orchestra.run.smithi049.stdout:Recommends: thermald 2024-09-21T11:50:14.248 INFO:teuthology.orchestra.run.smithi049.stdout:Description: Generic Linux kernel image 2024-09-21T11:50:14.248 INFO:teuthology.orchestra.run.smithi049.stdout: This package will always depend on the latest generic kernel image 2024-09-21T11:50:14.249 INFO:teuthology.orchestra.run.smithi049.stdout: available. 2024-09-21T11:50:14.249 DEBUG:teuthology.orchestra.run.smithi049:> mktemp 2024-09-21T11:50:14.295 INFO:teuthology.orchestra.run.smithi049.stdout:/tmp/tmp.RO8q0NH5cr 2024-09-21T11:50:14.295 DEBUG:teuthology.orchestra.run.smithi049:> sudo cp /boot/grub/grub.cfg /tmp/tmp.RO8q0NH5cr 2024-09-21T11:50:14.353 DEBUG:teuthology.orchestra.run.smithi049:> sudo chmod 0666 /tmp/tmp.RO8q0NH5cr 2024-09-21T11:50:14.464 DEBUG:teuthology.orchestra.remote:smithi049:/tmp/tmp.RO8q0NH5cr is 10KB 2024-09-21T11:50:14.477 DEBUG:teuthology.orchestra.run.smithi049:> rm -fr /tmp/tmp.RO8q0NH5cr 2024-09-21T11:50:14.482 DEBUG:teuthology.orchestra.run.smithi049:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-21T11:50:14.535 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-09-21T11:50:14.535 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-21T11:50:14.536 DEBUG:teuthology.orchestra.run.smithi049:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-21T11:50:14.602 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-122-generic 2024-09-21T11:50:14.603 DEBUG:teuthology.orchestra.run.smithi049:> sudo update-grub 2024-09-21T11:50:15.273 INFO:teuthology.orchestra.run.smithi105.stderr:Sourcing file `/etc/default/grub' 2024-09-21T11:50:15.274 INFO:teuthology.orchestra.run.smithi105.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-21T11:50:15.276 INFO:teuthology.orchestra.run.smithi105.stderr:Generating grub configuration file ... 2024-09-21T11:50:15.458 INFO:teuthology.orchestra.run.smithi105.stderr:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-21T11:50:15.464 INFO:teuthology.orchestra.run.smithi105.stderr:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-21T11:50:15.720 INFO:teuthology.orchestra.run.smithi105.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-21T11:50:15.725 INFO:teuthology.orchestra.run.smithi105.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-21T11:50:15.765 INFO:teuthology.orchestra.run.smithi105.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-21T11:50:15.770 INFO:teuthology.orchestra.run.smithi105.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-21T11:50:15.867 INFO:teuthology.orchestra.run.smithi049.stderr:Sourcing file `/etc/default/grub' 2024-09-21T11:50:15.868 INFO:teuthology.orchestra.run.smithi049.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-21T11:50:15.879 INFO:teuthology.orchestra.run.smithi049.stderr:Generating grub configuration file ... 2024-09-21T11:50:15.903 INFO:teuthology.orchestra.run.smithi105.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-21T11:50:15.903 INFO:teuthology.orchestra.run.smithi105.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-21T11:50:15.903 INFO:teuthology.orchestra.run.smithi105.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-21T11:50:15.915 INFO:teuthology.orchestra.run.smithi105.stderr:done 2024-09-21T11:50:15.922 DEBUG:teuthology.orchestra.run.smithi105:> sudo shutdown -r now 2024-09-21T11:50:16.055 INFO:teuthology.orchestra.run.smithi049.stderr:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-21T11:50:16.061 INFO:teuthology.orchestra.run.smithi049.stderr:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-21T11:50:16.260 INFO:teuthology.orchestra.run.smithi049.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-21T11:50:16.265 INFO:teuthology.orchestra.run.smithi049.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-21T11:50:16.302 INFO:teuthology.orchestra.run.smithi049.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-21T11:50:16.306 INFO:teuthology.orchestra.run.smithi049.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-21T11:50:16.417 INFO:teuthology.orchestra.run.smithi049.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-21T11:50:16.418 INFO:teuthology.orchestra.run.smithi049.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-21T11:50:16.418 INFO:teuthology.orchestra.run.smithi049.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-21T11:50:16.428 INFO:teuthology.orchestra.run.smithi049.stderr:done 2024-09-21T11:50:16.445 DEBUG:teuthology.orchestra.run.smithi049:> sudo shutdown -r now 2024-09-21T11:50:45.954 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-21T11:50:45.955 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-09-21T11:50:45.955 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T11:50:46.448 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-21T11:50:46.448 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-09-21T11:50:46.448 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T11:51:20.559 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.105 2024-09-21T11:51:21.071 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.49 2024-09-21T11:51:29.567 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-09-21T11:51:29.568 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T11:51:30.072 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-09-21T11:51:30.073 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T11:51:33.134 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.49 2024-09-21T11:51:45.146 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-09-21T11:51:45.147 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T11:51:47.951 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.105 2024-09-21T11:51:48.207 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.49 2024-09-21T11:51:59.962 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-09-21T11:51:59.963 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T11:51:59.965 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.105 2024-09-21T11:52:03.209 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-09-21T11:52:03.210 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T11:52:14.974 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-09-21T11:52:14.975 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T11:52:15.179 DEBUG:teuthology.orchestra.run.smithi105:> true 2024-09-21T11:52:15.781 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-09-21T11:52:15.782 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-122-generic"... 2024-09-21T11:52:15.782 DEBUG:teuthology.orchestra.run.smithi105:> uname -r 2024-09-21T11:52:15.827 INFO:teuthology.orchestra.run.smithi105.stdout:5.15.0-122-generic 2024-09-21T11:52:15.828 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-122-generic vs 5.15.0-122-generic 2024-09-21T11:52:15.828 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-21T11:52:15.828 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-21T11:52:16.829 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-21T11:52:16.829 DEBUG:teuthology.orchestra.run.smithi105:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-21T11:52:16.945 INFO:teuthology.orchestra.run.smithi105.stdout:ttyS1 2024-09-21T11:52:16.966 DEBUG:teuthology.parallel:result is None 2024-09-21T11:53:03.212 DEBUG:teuthology.orchestra.remote:timed out 2024-09-21T11:53:21.213 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-09-21T11:53:21.214 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T11:53:21.425 DEBUG:teuthology.orchestra.run.smithi049:> true 2024-09-21T11:53:22.008 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-09-21T11:53:22.008 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-122-generic"... 2024-09-21T11:53:22.009 DEBUG:teuthology.orchestra.run.smithi049:> uname -r 2024-09-21T11:53:22.056 INFO:teuthology.orchestra.run.smithi049.stdout:5.15.0-122-generic 2024-09-21T11:53:22.056 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-122-generic vs 5.15.0-122-generic 2024-09-21T11:53:22.057 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-21T11:53:22.057 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-21T11:53:23.057 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-21T11:53:23.057 DEBUG:teuthology.orchestra.run.smithi049:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-21T11:53:23.113 INFO:teuthology.orchestra.run.smithi049.stdout:ttyS1 2024-09-21T11:53:23.150 DEBUG:teuthology.parallel:result is None 2024-09-21T11:53:23.150 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-21T11:53:23.160 INFO:teuthology.task.internal:Creating test directory... 2024-09-21T11:53:23.161 DEBUG:teuthology.orchestra.run.smithi049:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-21T11:53:23.163 DEBUG:teuthology.orchestra.run.smithi105:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-21T11:53:23.170 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-21T11:53:23.175 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-21T11:53:23.184 INFO:teuthology.task.internal:Creating archive directory... 2024-09-21T11:53:23.184 DEBUG:teuthology.orchestra.run.smithi049:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-21T11:53:23.210 DEBUG:teuthology.orchestra.run.smithi105:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-21T11:53:23.286 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-21T11:53:23.294 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-21T11:53:23.295 DEBUG:teuthology.orchestra.run.smithi049:> 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-09-21T11:53:23.298 DEBUG:teuthology.orchestra.run.smithi105:> 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-09-21T11:53:23.315 INFO:teuthology.orchestra.run.smithi049.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T11:53:23.318 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T11:53:23.323 INFO:teuthology.orchestra.run.smithi049.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T11:53:23.328 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T11:53:23.330 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-21T11:53:23.359 INFO:teuthology.task.internal:Configuring sudo... 2024-09-21T11:53:23.362 DEBUG:teuthology.orchestra.run.smithi049:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-21T11:53:23.373 DEBUG:teuthology.orchestra.run.smithi105:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-21T11:53:23.396 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-21T11:53:23.403 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-21T11:53:23.404 DEBUG:teuthology.orchestra.run.smithi049:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-21T11:53:23.429 DEBUG:teuthology.orchestra.run.smithi105:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-21T11:53:23.443 DEBUG:teuthology.orchestra.run.smithi049:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-21T11:53:23.481 DEBUG:teuthology.orchestra.run.smithi049:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-21T11:53:23.529 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-09-21T11:53:23.529 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-21T11:53:23.597 DEBUG:teuthology.orchestra.run.smithi105:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-21T11:53:23.603 DEBUG:teuthology.orchestra.run.smithi105:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-21T11:53:23.652 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-09-21T11:53:23.652 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-21T11:53:23.718 DEBUG:teuthology.orchestra.run.smithi049:> sudo service rsyslog restart 2024-09-21T11:53:23.720 DEBUG:teuthology.orchestra.run.smithi105:> sudo service rsyslog restart 2024-09-21T11:53:23.799 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-21T11:53:23.807 INFO:teuthology.task.internal:Starting timer... 2024-09-21T11:53:23.807 INFO:teuthology.run_tasks:Running task pcp... 2024-09-21T11:53:23.816 INFO:teuthology.run_tasks:Running task selinux... 2024-09-21T11:53:23.825 DEBUG:teuthology.task.selinux:Excluding smithi049: OS 'ubuntu' does not support SELinux 2024-09-21T11:53:23.825 DEBUG:teuthology.task.selinux:Excluding smithi105: OS 'ubuntu' does not support SELinux 2024-09-21T11:53:23.825 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-21T11:53:23.825 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-09-21T11:53:23.825 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-21T11:53:23.825 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-21T11:53:23.833 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-21T11:53:23.843 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-09-21T11:53:23.844 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi049.front.sepia.ceph.com,smithi105.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-21T12:00:57.365 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi049.front.sepia.ceph.com'), Remote(name='ubuntu@smithi105.front.sepia.ceph.com')] 2024-09-21T12:00:57.366 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-09-21T12:00:57.366 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T12:00:57.447 DEBUG:teuthology.orchestra.run.smithi049:> true 2024-09-21T12:00:57.531 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-09-21T12:00:57.531 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-09-21T12:00:57.532 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T12:00:57.609 DEBUG:teuthology.orchestra.run.smithi105:> true 2024-09-21T12:00:57.686 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-09-21T12:00:57.687 INFO:teuthology.run_tasks:Running task clock... 2024-09-21T12:00:57.696 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-21T12:00:57.696 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-21T12:00:57.696 DEBUG:teuthology.orchestra.run.smithi049:> 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-09-21T12:00:57.699 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-21T12:00:57.699 DEBUG:teuthology.orchestra.run.smithi105:> 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-09-21T12:00:57.725 INFO:teuthology.orchestra.run.smithi049.stdout:21 Sep 12:00:57 ntpd[18457]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-21T12:00:57.725 INFO:teuthology.orchestra.run.smithi049.stdout:21 Sep 12:00:57 ntpd[18457]: Command line: ntpd -gq 2024-09-21T12:00:57.725 INFO:teuthology.orchestra.run.smithi049.stdout:21 Sep 12:00:57 ntpd[18457]: ---------------------------------------------------- 2024-09-21T12:00:57.725 INFO:teuthology.orchestra.run.smithi049.stdout:21 Sep 12:00:57 ntpd[18457]: ntp-4 is maintained by Network Time Foundation, 2024-09-21T12:00:57.726 INFO:teuthology.orchestra.run.smithi049.stdout:21 Sep 12:00:57 ntpd[18457]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-21T12:00:57.726 INFO:teuthology.orchestra.run.smithi049.stdout:21 Sep 12:00:57 ntpd[18457]: corporation. Support and training for ntp-4 are 2024-09-21T12:00:57.726 INFO:teuthology.orchestra.run.smithi049.stdout:21 Sep 12:00:57 ntpd[18457]: available at https://www.nwtime.org/support 2024-09-21T12:00:57.726 INFO:teuthology.orchestra.run.smithi049.stdout:21 Sep 12:00:57 ntpd[18457]: ---------------------------------------------------- 2024-09-21T12:00:57.726 INFO:teuthology.orchestra.run.smithi049.stdout:21 Sep 12:00:57 ntpd[18457]: proto: precision = 0.069 usec (-24) 2024-09-21T12:00:57.726 INFO:teuthology.orchestra.run.smithi049.stdout:21 Sep 12:00:57 ntpd[18457]: basedate set to 2022-02-04 2024-09-21T12:00:57.727 INFO:teuthology.orchestra.run.smithi049.stdout:21 Sep 12:00:57 ntpd[18457]: gps base set to 2022-02-06 (week 2196) 2024-09-21T12:00:57.727 INFO:teuthology.orchestra.run.smithi049.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-21T12:00:57.727 INFO:teuthology.orchestra.run.smithi049.stdout:21 Sep 12:00:57 ntpd[18457]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-21T12:00:57.727 INFO:teuthology.orchestra.run.smithi049.stdout:21 Sep 12:00:57 ntpd[18457]: restrict ::: KOD does nothing without LIMITED. 2024-09-21T12:00:57.728 INFO:teuthology.orchestra.run.smithi049.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-21T12:00:57.728 INFO:teuthology.orchestra.run.smithi049.stdout:21 Sep 12:00:57 ntpd[18457]: Listen and drop on 0 v6wildcard [::]:123 2024-09-21T12:00:57.728 INFO:teuthology.orchestra.run.smithi049.stdout:21 Sep 12:00:57 ntpd[18457]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-21T12:00:57.728 INFO:teuthology.orchestra.run.smithi049.stdout:21 Sep 12:00:57 ntpd[18457]: Listen normally on 2 lo 127.0.0.1:123 2024-09-21T12:00:57.729 INFO:teuthology.orchestra.run.smithi049.stdout:21 Sep 12:00:57 ntpd[18457]: Listen normally on 3 ens1f0 172.21.15.49:123 2024-09-21T12:00:57.729 INFO:teuthology.orchestra.run.smithi049.stdout:21 Sep 12:00:57 ntpd[18457]: Listen normally on 4 lo [::1]:123 2024-09-21T12:00:57.729 INFO:teuthology.orchestra.run.smithi049.stdout:21 Sep 12:00:57 ntpd[18457]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:1566%4]:123 2024-09-21T12:00:57.729 INFO:teuthology.orchestra.run.smithi049.stdout:21 Sep 12:00:57 ntpd[18457]: Listening on routing socket on fd #22 for interface updates 2024-09-21T12:00:57.755 INFO:teuthology.orchestra.run.smithi105.stdout:21 Sep 12:00:57 ntpd[18476]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-21T12:00:57.756 INFO:teuthology.orchestra.run.smithi105.stdout:21 Sep 12:00:57 ntpd[18476]: Command line: ntpd -gq 2024-09-21T12:00:57.756 INFO:teuthology.orchestra.run.smithi105.stdout:21 Sep 12:00:57 ntpd[18476]: ---------------------------------------------------- 2024-09-21T12:00:57.756 INFO:teuthology.orchestra.run.smithi105.stdout:21 Sep 12:00:57 ntpd[18476]: ntp-4 is maintained by Network Time Foundation, 2024-09-21T12:00:57.756 INFO:teuthology.orchestra.run.smithi105.stdout:21 Sep 12:00:57 ntpd[18476]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-21T12:00:57.756 INFO:teuthology.orchestra.run.smithi105.stdout:21 Sep 12:00:57 ntpd[18476]: corporation. Support and training for ntp-4 are 2024-09-21T12:00:57.756 INFO:teuthology.orchestra.run.smithi105.stdout:21 Sep 12:00:57 ntpd[18476]: available at https://www.nwtime.org/support 2024-09-21T12:00:57.756 INFO:teuthology.orchestra.run.smithi105.stdout:21 Sep 12:00:57 ntpd[18476]: ---------------------------------------------------- 2024-09-21T12:00:57.756 INFO:teuthology.orchestra.run.smithi105.stdout:21 Sep 12:00:57 ntpd[18476]: proto: precision = 0.045 usec (-24) 2024-09-21T12:00:57.757 INFO:teuthology.orchestra.run.smithi105.stdout:21 Sep 12:00:57 ntpd[18476]: basedate set to 2022-02-04 2024-09-21T12:00:57.757 INFO:teuthology.orchestra.run.smithi105.stdout:21 Sep 12:00:57 ntpd[18476]: gps base set to 2022-02-06 (week 2196) 2024-09-21T12:00:57.757 INFO:teuthology.orchestra.run.smithi105.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-21T12:00:57.757 INFO:teuthology.orchestra.run.smithi105.stdout:21 Sep 12:00:57 ntpd[18476]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-21T12:00:57.757 INFO:teuthology.orchestra.run.smithi105.stdout:21 Sep 12:00:57 ntpd[18476]: restrict ::: KOD does nothing without LIMITED. 2024-09-21T12:00:57.758 INFO:teuthology.orchestra.run.smithi105.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-21T12:00:57.758 INFO:teuthology.orchestra.run.smithi105.stdout:21 Sep 12:00:57 ntpd[18476]: Listen and drop on 0 v6wildcard [::]:123 2024-09-21T12:00:57.758 INFO:teuthology.orchestra.run.smithi105.stdout:21 Sep 12:00:57 ntpd[18476]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-21T12:00:57.758 INFO:teuthology.orchestra.run.smithi105.stdout:21 Sep 12:00:57 ntpd[18476]: Listen normally on 2 lo 127.0.0.1:123 2024-09-21T12:00:57.758 INFO:teuthology.orchestra.run.smithi105.stdout:21 Sep 12:00:57 ntpd[18476]: Listen normally on 3 enp3s0f1 172.21.15.105:123 2024-09-21T12:00:57.759 INFO:teuthology.orchestra.run.smithi105.stdout:21 Sep 12:00:57 ntpd[18476]: Listen normally on 4 lo [::1]:123 2024-09-21T12:00:57.759 INFO:teuthology.orchestra.run.smithi105.stdout:21 Sep 12:00:57 ntpd[18476]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d429%5]:123 2024-09-21T12:00:57.759 INFO:teuthology.orchestra.run.smithi105.stdout:21 Sep 12:00:57 ntpd[18476]: Listening on routing socket on fd #22 for interface updates 2024-09-21T12:00:58.726 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:00:58 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T12:00:58.727 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:00:58 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T12:00:58.727 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:00:58 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T12:00:58.727 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:00:58 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T12:00:58.727 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:00:58 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T12:00:58.727 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:00:58 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T12:00:58.727 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:00:58 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T12:00:58.727 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:00:58 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T12:00:58.727 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:00:58 ntpd[18457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T12:00:58.727 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:00:58 ntpd[18457]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T12:00:58.727 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:00:58 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T12:00:58.727 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:00:58 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T12:00:58.727 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:00:58 ntpd[18457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T12:00:58.727 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:00:58 ntpd[18457]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T12:00:58.756 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:00:58 ntpd[18476]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T12:00:58.756 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:00:58 ntpd[18476]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T12:00:58.756 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:00:58 ntpd[18476]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T12:00:58.757 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:00:58 ntpd[18476]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T12:00:58.757 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:00:58 ntpd[18476]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T12:00:58.757 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:00:58 ntpd[18476]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T12:00:59.726 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:00:59 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T12:00:59.726 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:00:59 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T12:00:59.726 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:00:59 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T12:00:59.726 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:00:59 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T12:00:59.726 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:00:59 ntpd[18457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T12:00:59.726 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:00:59 ntpd[18457]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T12:00:59.756 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:00:59 ntpd[18476]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T12:00:59.756 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:00:59 ntpd[18476]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T12:00:59.756 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:00:59 ntpd[18476]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T12:00:59.756 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:00:59 ntpd[18476]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T12:00:59.756 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:00:59 ntpd[18476]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T12:00:59.757 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:00:59 ntpd[18476]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T12:01:00.726 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:00 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T12:01:00.726 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:00 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T12:01:00.726 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:00 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T12:01:00.727 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:00 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T12:01:00.727 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:00 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T12:01:00.727 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:00 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T12:01:00.727 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:00 ntpd[18457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T12:01:00.727 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:00 ntpd[18457]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T12:01:00.727 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:00 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T12:01:00.727 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:00 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T12:01:00.727 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:00 ntpd[18457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T12:01:00.727 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:00 ntpd[18457]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T12:01:00.756 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:00 ntpd[18476]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T12:01:00.756 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:00 ntpd[18476]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T12:01:00.757 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:00 ntpd[18476]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T12:01:00.757 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:00 ntpd[18476]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T12:01:00.757 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:00 ntpd[18476]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T12:01:00.757 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:00 ntpd[18476]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T12:01:01.726 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:01 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T12:01:01.726 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:01 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T12:01:01.726 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:01 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T12:01:01.726 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:01 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T12:01:01.726 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:01 ntpd[18457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T12:01:01.726 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:01 ntpd[18457]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T12:01:01.756 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:01 ntpd[18476]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T12:01:01.757 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:01 ntpd[18476]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T12:01:01.757 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:01 ntpd[18476]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T12:01:01.757 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:01 ntpd[18476]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T12:01:01.757 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:01 ntpd[18476]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T12:01:01.757 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:01 ntpd[18476]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T12:01:01.757 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:01 ntpd[18476]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T12:01:01.757 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:01 ntpd[18476]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T12:01:02.726 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:02 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T12:01:02.726 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:02 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T12:01:02.727 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:02 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T12:01:02.727 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:02 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T12:01:02.727 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:02 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T12:01:02.727 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:02 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T12:01:02.727 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:02 ntpd[18457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T12:01:02.727 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:02 ntpd[18457]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T12:01:02.727 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:02 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T12:01:02.727 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:02 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T12:01:02.727 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:02 ntpd[18457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T12:01:02.727 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:02 ntpd[18457]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T12:01:02.757 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:02 ntpd[18476]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T12:01:02.757 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:02 ntpd[18476]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T12:01:02.757 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:02 ntpd[18476]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T12:01:02.757 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:02 ntpd[18476]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T12:01:02.757 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:02 ntpd[18476]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T12:01:02.757 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:02 ntpd[18476]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T12:01:02.757 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:02 ntpd[18476]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T12:01:02.757 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:02 ntpd[18476]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T12:01:02.757 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:02 ntpd[18476]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T12:01:02.758 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:02 ntpd[18476]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T12:01:02.758 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:02 ntpd[18476]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T12:01:02.758 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:02 ntpd[18476]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T12:01:03.726 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:03 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T12:01:03.726 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:03 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T12:01:03.726 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:03 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T12:01:03.726 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:03 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T12:01:03.726 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:03 ntpd[18457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T12:01:03.726 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:03 ntpd[18457]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T12:01:03.756 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:03 ntpd[18476]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T12:01:03.756 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:03 ntpd[18476]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T12:01:03.757 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:03 ntpd[18476]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T12:01:03.757 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:03 ntpd[18476]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T12:01:03.757 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:03 ntpd[18476]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T12:01:03.757 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:03 ntpd[18476]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T12:01:04.726 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:04 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T12:01:04.726 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:04 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T12:01:04.726 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:04 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T12:01:04.726 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:04 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T12:01:04.726 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:04 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T12:01:04.727 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:04 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T12:01:04.727 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:04 ntpd[18457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T12:01:04.727 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:04 ntpd[18457]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T12:01:04.727 INFO:teuthology.orchestra.run.smithi049.stdout:21 Sep 12:01:04 ntpd[18457]: ntpd: time slew -0.001136 s 2024-09-21T12:01:04.727 INFO:teuthology.orchestra.run.smithi049.stdout:ntpd: time slew -0.001136s 2024-09-21T12:01:04.727 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:04 ntpd[18457]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-21T12:01:04.727 INFO:teuthology.orchestra.run.smithi049.stderr:21 Sep 12:01:04 ntpd[18457]: can't open /var/log/ntpstats/loopstats.20240921: Permission denied 2024-09-21T12:01:04.757 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:04 ntpd[18476]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T12:01:04.757 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:04 ntpd[18476]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T12:01:04.757 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:04 ntpd[18476]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T12:01:04.757 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:04 ntpd[18476]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T12:01:04.757 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:04 ntpd[18476]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T12:01:04.757 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:04 ntpd[18476]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T12:01:04.757 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:04 ntpd[18476]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T12:01:04.757 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:04 ntpd[18476]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T12:01:04.757 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:04 ntpd[18476]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T12:01:04.758 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:04 ntpd[18476]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T12:01:04.758 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:04 ntpd[18476]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T12:01:04.758 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:04 ntpd[18476]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T12:01:04.758 INFO:teuthology.orchestra.run.smithi105.stdout:21 Sep 12:01:04 ntpd[18476]: ntpd: time slew -0.000840 s 2024-09-21T12:01:04.758 INFO:teuthology.orchestra.run.smithi105.stdout:ntpd: time slew -0.000840s 2024-09-21T12:01:04.758 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:04 ntpd[18476]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-21T12:01:04.758 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 12:01:04 ntpd[18476]: can't open /var/log/ntpstats/loopstats.20240921: Permission denied 2024-09-21T12:01:04.773 INFO:teuthology.orchestra.run.smithi049.stdout: remote refid st t when poll reach delay offset jitter 2024-09-21T12:01:04.773 INFO:teuthology.orchestra.run.smithi049.stdout:============================================================================== 2024-09-21T12:01:04.773 INFO:teuthology.orchestra.run.smithi049.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T12:01:04.773 INFO:teuthology.orchestra.run.smithi049.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T12:01:04.773 INFO:teuthology.orchestra.run.smithi049.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T12:01:04.773 INFO:teuthology.orchestra.run.smithi049.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T12:01:04.804 INFO:teuthology.orchestra.run.smithi105.stdout: remote refid st t when poll reach delay offset jitter 2024-09-21T12:01:04.804 INFO:teuthology.orchestra.run.smithi105.stdout:============================================================================== 2024-09-21T12:01:04.804 INFO:teuthology.orchestra.run.smithi105.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T12:01:04.804 INFO:teuthology.orchestra.run.smithi105.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T12:01:04.804 INFO:teuthology.orchestra.run.smithi105.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T12:01:04.804 INFO:teuthology.orchestra.run.smithi105.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T12:01:04.805 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-09-21T12:01:04.819 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-09-21T12:01:04.819 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-09-21T12:01:04.819 DEBUG:teuthology.orchestra.run.smithi049:> dd if=/scratch_devs of=/dev/stdout 2024-09-21T12:01:04.826 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-09-21T12:01:04.826 DEBUG:teuthology.orchestra.run.smithi049:> stat /dev/vg_nvme/lv_1 2024-09-21T12:01:04.872 INFO:teuthology.orchestra.run.smithi049.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-21T12:01:04.872 INFO:teuthology.orchestra.run.smithi049.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T12:01:04.872 INFO:teuthology.orchestra.run.smithi049.stdout:Device: 5h/5d Inode: 889 Links: 1 2024-09-21T12:01:04.872 INFO:teuthology.orchestra.run.smithi049.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T12:01:04.872 INFO:teuthology.orchestra.run.smithi049.stdout:Access: 2024-09-21 11:57:24.237414517 +0000 2024-09-21T12:01:04.872 INFO:teuthology.orchestra.run.smithi049.stdout:Modify: 2024-09-21 11:57:23.981416803 +0000 2024-09-21T12:01:04.872 INFO:teuthology.orchestra.run.smithi049.stdout:Change: 2024-09-21 11:57:23.981416803 +0000 2024-09-21T12:01:04.872 INFO:teuthology.orchestra.run.smithi049.stdout: Birth: - 2024-09-21T12:01:04.872 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-21T12:01:04.927 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records in 2024-09-21T12:01:04.927 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records out 2024-09-21T12:01:04.927 INFO:teuthology.orchestra.run.smithi049.stderr:512 bytes copied, 0.000264899 s, 1.9 MB/s 2024-09-21T12:01:04.928 DEBUG:teuthology.orchestra.run.smithi049:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-21T12:01:04.977 DEBUG:teuthology.orchestra.run.smithi049:> stat /dev/vg_nvme/lv_2 2024-09-21T12:01:05.024 INFO:teuthology.orchestra.run.smithi049.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-21T12:01:05.024 INFO:teuthology.orchestra.run.smithi049.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T12:01:05.024 INFO:teuthology.orchestra.run.smithi049.stdout:Device: 5h/5d Inode: 899 Links: 1 2024-09-21T12:01:05.024 INFO:teuthology.orchestra.run.smithi049.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T12:01:05.024 INFO:teuthology.orchestra.run.smithi049.stdout:Access: 2024-09-21 11:57:24.733410087 +0000 2024-09-21T12:01:05.024 INFO:teuthology.orchestra.run.smithi049.stdout:Modify: 2024-09-21 11:57:24.473412409 +0000 2024-09-21T12:01:05.024 INFO:teuthology.orchestra.run.smithi049.stdout:Change: 2024-09-21 11:57:24.473412409 +0000 2024-09-21T12:01:05.024 INFO:teuthology.orchestra.run.smithi049.stdout: Birth: - 2024-09-21T12:01:05.024 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-21T12:01:05.079 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records in 2024-09-21T12:01:05.079 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records out 2024-09-21T12:01:05.079 INFO:teuthology.orchestra.run.smithi049.stderr:512 bytes copied, 0.00030201 s, 1.7 MB/s 2024-09-21T12:01:05.081 DEBUG:teuthology.orchestra.run.smithi049:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-21T12:01:05.129 DEBUG:teuthology.orchestra.run.smithi049:> stat /dev/vg_nvme/lv_3 2024-09-21T12:01:05.177 INFO:teuthology.orchestra.run.smithi049.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-21T12:01:05.177 INFO:teuthology.orchestra.run.smithi049.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T12:01:05.177 INFO:teuthology.orchestra.run.smithi049.stdout:Device: 5h/5d Inode: 923 Links: 1 2024-09-21T12:01:05.177 INFO:teuthology.orchestra.run.smithi049.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T12:01:05.177 INFO:teuthology.orchestra.run.smithi049.stdout:Access: 2024-09-21 11:57:25.201405907 +0000 2024-09-21T12:01:05.177 INFO:teuthology.orchestra.run.smithi049.stdout:Modify: 2024-09-21 11:57:24.965408015 +0000 2024-09-21T12:01:05.177 INFO:teuthology.orchestra.run.smithi049.stdout:Change: 2024-09-21 11:57:24.965408015 +0000 2024-09-21T12:01:05.177 INFO:teuthology.orchestra.run.smithi049.stdout: Birth: - 2024-09-21T12:01:05.177 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-21T12:01:05.230 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records in 2024-09-21T12:01:05.231 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records out 2024-09-21T12:01:05.231 INFO:teuthology.orchestra.run.smithi049.stderr:512 bytes copied, 0.000302638 s, 1.7 MB/s 2024-09-21T12:01:05.234 DEBUG:teuthology.orchestra.run.smithi049:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-21T12:01:05.282 DEBUG:teuthology.orchestra.run.smithi049:> stat /dev/vg_nvme/lv_4 2024-09-21T12:01:05.332 INFO:teuthology.orchestra.run.smithi049.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-21T12:01:05.332 INFO:teuthology.orchestra.run.smithi049.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T12:01:05.332 INFO:teuthology.orchestra.run.smithi049.stdout:Device: 5h/5d Inode: 940 Links: 1 2024-09-21T12:01:05.332 INFO:teuthology.orchestra.run.smithi049.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T12:01:05.332 INFO:teuthology.orchestra.run.smithi049.stdout:Access: 2024-09-21 11:57:25.713401334 +0000 2024-09-21T12:01:05.332 INFO:teuthology.orchestra.run.smithi049.stdout:Modify: 2024-09-21 11:57:25.433403835 +0000 2024-09-21T12:01:05.333 INFO:teuthology.orchestra.run.smithi049.stdout:Change: 2024-09-21 11:57:25.433403835 +0000 2024-09-21T12:01:05.333 INFO:teuthology.orchestra.run.smithi049.stdout: Birth: - 2024-09-21T12:01:05.333 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-21T12:01:05.387 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records in 2024-09-21T12:01:05.387 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records out 2024-09-21T12:01:05.387 INFO:teuthology.orchestra.run.smithi049.stderr:512 bytes copied, 0.000297776 s, 1.7 MB/s 2024-09-21T12:01:05.388 DEBUG:teuthology.orchestra.run.smithi049:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-21T12:01:05.438 DEBUG:teuthology.orchestra.run.smithi049:> 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-09-21T12:01:05.614 INFO:teuthology.orchestra.run.smithi049.stdout:loop 2024-09-21T12:01:05.616 INFO:tasks.nvme_loop:Connecting nvme_loop smithi049:/dev/vg_nvme/lv_1... 2024-09-21T12:01:05.616 DEBUG:teuthology.orchestra.run.smithi049:> 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-09-21T12:01:05.636 INFO:teuthology.orchestra.run.smithi049.stdout:1 2024-09-21T12:01:05.659 INFO:teuthology.orchestra.run.smithi049.stdout:/dev/vg_nvme/lv_11 2024-09-21T12:01:05.677 INFO:tasks.nvme_loop:Connecting nvme_loop smithi049:/dev/vg_nvme/lv_2... 2024-09-21T12:01:05.677 DEBUG:teuthology.orchestra.run.smithi049:> 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-09-21T12:01:05.743 INFO:teuthology.orchestra.run.smithi049.stdout:1 2024-09-21T12:01:05.767 INFO:teuthology.orchestra.run.smithi049.stdout:/dev/vg_nvme/lv_21 2024-09-21T12:01:05.784 INFO:tasks.nvme_loop:Connecting nvme_loop smithi049:/dev/vg_nvme/lv_3... 2024-09-21T12:01:05.784 DEBUG:teuthology.orchestra.run.smithi049:> 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-09-21T12:01:05.847 INFO:teuthology.orchestra.run.smithi049.stdout:1 2024-09-21T12:01:05.867 INFO:teuthology.orchestra.run.smithi049.stdout:/dev/vg_nvme/lv_31 2024-09-21T12:01:05.885 INFO:tasks.nvme_loop:Connecting nvme_loop smithi049:/dev/vg_nvme/lv_4... 2024-09-21T12:01:05.885 DEBUG:teuthology.orchestra.run.smithi049:> 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-09-21T12:01:05.951 INFO:teuthology.orchestra.run.smithi049.stdout:1 2024-09-21T12:01:05.974 INFO:teuthology.orchestra.run.smithi049.stdout:/dev/vg_nvme/lv_41 2024-09-21T12:01:05.992 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-09-21T12:01:05.992 DEBUG:teuthology.orchestra.run.smithi049:> dd if=/scratch_devs of=/dev/stdout 2024-09-21T12:01:06.045 DEBUG:teuthology.orchestra.run.smithi049:> lsblk 2024-09-21T12:01:06.096 INFO:teuthology.orchestra.run.smithi049.stdout:NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS 2024-09-21T12:01:06.096 INFO:teuthology.orchestra.run.smithi049.stdout:sda 8:0 0 931.5G 0 disk 2024-09-21T12:01:06.096 INFO:teuthology.orchestra.run.smithi049.stdout:`-sda1 8:1 0 931.5G 0 part / 2024-09-21T12:01:06.096 INFO:teuthology.orchestra.run.smithi049.stdout:nvme0n1 259:0 0 447.1G 0 disk 2024-09-21T12:01:06.096 INFO:teuthology.orchestra.run.smithi049.stdout:|-vg_nvme-lv_1 253:0 0 89.4G 0 lvm 2024-09-21T12:01:06.096 INFO:teuthology.orchestra.run.smithi049.stdout:|-vg_nvme-lv_2 253:1 0 89.4G 0 lvm 2024-09-21T12:01:06.096 INFO:teuthology.orchestra.run.smithi049.stdout:|-vg_nvme-lv_3 253:2 0 89.4G 0 lvm 2024-09-21T12:01:06.096 INFO:teuthology.orchestra.run.smithi049.stdout:|-vg_nvme-lv_4 253:3 0 89.4G 0 lvm 2024-09-21T12:01:06.096 INFO:teuthology.orchestra.run.smithi049.stdout:`-vg_nvme-lv_5 253:4 0 14.9G 0 lvm /var/lib/ceph 2024-09-21T12:01:06.096 INFO:teuthology.orchestra.run.smithi049.stdout:nvme1n1 259:2 0 89.4G 0 disk 2024-09-21T12:01:06.097 INFO:teuthology.orchestra.run.smithi049.stdout:nvme2n1 259:4 0 89.4G 0 disk 2024-09-21T12:01:06.097 INFO:teuthology.orchestra.run.smithi049.stdout:nvme3n1 259:6 0 89.4G 0 disk 2024-09-21T12:01:06.097 INFO:teuthology.orchestra.run.smithi049.stdout:nvme4n1 259:8 0 89.4G 0 disk 2024-09-21T12:01:06.097 DEBUG:teuthology.orchestra.run.smithi049:> sudo nvme list -o json 2024-09-21T12:01:06.152 INFO:teuthology.orchestra.run.smithi049.stdout:{ 2024-09-21T12:01:06.153 INFO:teuthology.orchestra.run.smithi049.stdout: "Devices" : [ 2024-09-21T12:01:06.153 INFO:teuthology.orchestra.run.smithi049.stdout: { 2024-09-21T12:01:06.153 INFO:teuthology.orchestra.run.smithi049.stdout: "DevicePath" : "/dev/nvme0n1", 2024-09-21T12:01:06.153 INFO:teuthology.orchestra.run.smithi049.stdout: "Firmware" : "E2010325", 2024-09-21T12:01:06.153 INFO:teuthology.orchestra.run.smithi049.stdout: "Index" : 0, 2024-09-21T12:01:06.153 INFO:teuthology.orchestra.run.smithi049.stdout: "ModelNumber" : "INTEL SSDPED1D480GA", 2024-09-21T12:01:06.153 INFO:teuthology.orchestra.run.smithi049.stdout: "ProductName" : "Unknown Device", 2024-09-21T12:01:06.153 INFO:teuthology.orchestra.run.smithi049.stdout: "SerialNumber" : "PHMB747500D2480DGN" 2024-09-21T12:01:06.153 INFO:teuthology.orchestra.run.smithi049.stdout: }, 2024-09-21T12:01:06.153 INFO:teuthology.orchestra.run.smithi049.stdout: { 2024-09-21T12:01:06.153 INFO:teuthology.orchestra.run.smithi049.stdout: "DevicePath" : "/dev/nvme1n1", 2024-09-21T12:01:06.153 INFO:teuthology.orchestra.run.smithi049.stdout: "Firmware" : "5.15.0-1", 2024-09-21T12:01:06.154 INFO:teuthology.orchestra.run.smithi049.stdout: "Index" : 1, 2024-09-21T12:01:06.154 INFO:teuthology.orchestra.run.smithi049.stdout: "ModelNumber" : "Linux", 2024-09-21T12:01:06.154 INFO:teuthology.orchestra.run.smithi049.stdout: "ProductName" : "Unknown Device", 2024-09-21T12:01:06.154 INFO:teuthology.orchestra.run.smithi049.stdout: "SerialNumber" : "d3be9053a552ae433763" 2024-09-21T12:01:06.154 INFO:teuthology.orchestra.run.smithi049.stdout: }, 2024-09-21T12:01:06.154 INFO:teuthology.orchestra.run.smithi049.stdout: { 2024-09-21T12:01:06.154 INFO:teuthology.orchestra.run.smithi049.stdout: "DevicePath" : "/dev/nvme2n1", 2024-09-21T12:01:06.154 INFO:teuthology.orchestra.run.smithi049.stdout: "Firmware" : "5.15.0-1", 2024-09-21T12:01:06.154 INFO:teuthology.orchestra.run.smithi049.stdout: "Index" : 2, 2024-09-21T12:01:06.154 INFO:teuthology.orchestra.run.smithi049.stdout: "ModelNumber" : "Linux", 2024-09-21T12:01:06.154 INFO:teuthology.orchestra.run.smithi049.stdout: "ProductName" : "Unknown Device", 2024-09-21T12:01:06.154 INFO:teuthology.orchestra.run.smithi049.stdout: "SerialNumber" : "b45042f3a5a5afe97ca4" 2024-09-21T12:01:06.154 INFO:teuthology.orchestra.run.smithi049.stdout: }, 2024-09-21T12:01:06.154 INFO:teuthology.orchestra.run.smithi049.stdout: { 2024-09-21T12:01:06.155 INFO:teuthology.orchestra.run.smithi049.stdout: "DevicePath" : "/dev/nvme3n1", 2024-09-21T12:01:06.155 INFO:teuthology.orchestra.run.smithi049.stdout: "Firmware" : "5.15.0-1", 2024-09-21T12:01:06.155 INFO:teuthology.orchestra.run.smithi049.stdout: "Index" : 3, 2024-09-21T12:01:06.155 INFO:teuthology.orchestra.run.smithi049.stdout: "ModelNumber" : "Linux", 2024-09-21T12:01:06.155 INFO:teuthology.orchestra.run.smithi049.stdout: "ProductName" : "Unknown Device", 2024-09-21T12:01:06.155 INFO:teuthology.orchestra.run.smithi049.stdout: "SerialNumber" : "703589589119cd865828" 2024-09-21T12:01:06.155 INFO:teuthology.orchestra.run.smithi049.stdout: }, 2024-09-21T12:01:06.155 INFO:teuthology.orchestra.run.smithi049.stdout: { 2024-09-21T12:01:06.155 INFO:teuthology.orchestra.run.smithi049.stdout: "DevicePath" : "/dev/nvme4n1", 2024-09-21T12:01:06.155 INFO:teuthology.orchestra.run.smithi049.stdout: "Firmware" : "5.15.0-1", 2024-09-21T12:01:06.155 INFO:teuthology.orchestra.run.smithi049.stdout: "Index" : 4, 2024-09-21T12:01:06.155 INFO:teuthology.orchestra.run.smithi049.stdout: "ModelNumber" : "Linux", 2024-09-21T12:01:06.155 INFO:teuthology.orchestra.run.smithi049.stdout: "ProductName" : "Unknown Device", 2024-09-21T12:01:06.155 INFO:teuthology.orchestra.run.smithi049.stdout: "SerialNumber" : "44cf5a4c2c8e2ffdb9ba" 2024-09-21T12:01:06.155 INFO:teuthology.orchestra.run.smithi049.stdout: } 2024-09-21T12:01:06.156 INFO:teuthology.orchestra.run.smithi049.stdout: ] 2024-09-21T12:01:06.156 INFO:teuthology.orchestra.run.smithi049.stdout:} 2024-09-21T12:01:06.157 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/dev/zero of=/dev/nvme1n1 seek=0 bs=1 count=4096 2024-09-21T12:01:06.218 INFO:teuthology.orchestra.run.smithi049.stderr:4096+0 records in 2024-09-21T12:01:06.219 INFO:teuthology.orchestra.run.smithi049.stderr:4096+0 records out 2024-09-21T12:01:06.219 INFO:teuthology.orchestra.run.smithi049.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00767097 s, 534 kB/s 2024-09-21T12:01:06.220 DEBUG:teuthology.orchestra.run.smithi049:> sudo hexdump -n22 -C -s0 /dev/nvme1n1 2024-09-21T12:01:06.296 INFO:teuthology.orchestra.run.smithi049.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:01:06.296 INFO:teuthology.orchestra.run.smithi049.stdout:00000010 00 00 00 00 00 00 |......| 2024-09-21T12:01:06.297 INFO:teuthology.orchestra.run.smithi049.stdout:00000016 2024-09-21T12:01:06.297 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/dev/zero of=/dev/nvme1n1 seek=1073741824 bs=1 count=4096 2024-09-21T12:01:06.358 INFO:teuthology.orchestra.run.smithi049.stderr:4096+0 records in 2024-09-21T12:01:06.359 INFO:teuthology.orchestra.run.smithi049.stderr:4096+0 records out 2024-09-21T12:01:06.359 INFO:teuthology.orchestra.run.smithi049.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00763431 s, 537 kB/s 2024-09-21T12:01:06.359 DEBUG:teuthology.orchestra.run.smithi049:> sudo hexdump -n22 -C -s1073741824 /dev/nvme1n1 2024-09-21T12:01:06.411 INFO:teuthology.orchestra.run.smithi049.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:01:06.412 INFO:teuthology.orchestra.run.smithi049.stdout:40000010 00 00 00 00 00 00 |......| 2024-09-21T12:01:06.412 INFO:teuthology.orchestra.run.smithi049.stdout:40000016 2024-09-21T12:01:06.413 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/dev/zero of=/dev/nvme1n1 seek=10737418240 bs=1 count=4096 2024-09-21T12:01:06.474 INFO:teuthology.orchestra.run.smithi049.stderr:4096+0 records in 2024-09-21T12:01:06.474 INFO:teuthology.orchestra.run.smithi049.stderr:4096+0 records out 2024-09-21T12:01:06.474 INFO:teuthology.orchestra.run.smithi049.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00771233 s, 531 kB/s 2024-09-21T12:01:06.475 DEBUG:teuthology.orchestra.run.smithi049:> sudo hexdump -n22 -C -s10737418240 /dev/nvme1n1 2024-09-21T12:01:06.527 INFO:teuthology.orchestra.run.smithi049.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:01:06.528 INFO:teuthology.orchestra.run.smithi049.stdout:280000010 00 00 00 00 00 00 |......| 2024-09-21T12:01:06.528 INFO:teuthology.orchestra.run.smithi049.stdout:280000016 2024-09-21T12:01:06.529 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/dev/zero of=/dev/nvme2n1 seek=0 bs=1 count=4096 2024-09-21T12:01:06.590 INFO:teuthology.orchestra.run.smithi049.stderr:4096+0 records in 2024-09-21T12:01:06.591 INFO:teuthology.orchestra.run.smithi049.stderr:4096+0 records out 2024-09-21T12:01:06.591 INFO:teuthology.orchestra.run.smithi049.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00758954 s, 540 kB/s 2024-09-21T12:01:06.592 DEBUG:teuthology.orchestra.run.smithi049:> sudo hexdump -n22 -C -s0 /dev/nvme2n1 2024-09-21T12:01:06.643 INFO:teuthology.orchestra.run.smithi049.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:01:06.643 INFO:teuthology.orchestra.run.smithi049.stdout:00000010 00 00 00 00 00 00 |......| 2024-09-21T12:01:06.643 INFO:teuthology.orchestra.run.smithi049.stdout:00000016 2024-09-21T12:01:06.644 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/dev/zero of=/dev/nvme2n1 seek=1073741824 bs=1 count=4096 2024-09-21T12:01:06.707 INFO:teuthology.orchestra.run.smithi049.stderr:4096+0 records in 2024-09-21T12:01:06.707 INFO:teuthology.orchestra.run.smithi049.stderr:4096+0 records out 2024-09-21T12:01:06.707 INFO:teuthology.orchestra.run.smithi049.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00784549 s, 522 kB/s 2024-09-21T12:01:06.708 DEBUG:teuthology.orchestra.run.smithi049:> sudo hexdump -n22 -C -s1073741824 /dev/nvme2n1 2024-09-21T12:01:06.763 INFO:teuthology.orchestra.run.smithi049.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:01:06.763 INFO:teuthology.orchestra.run.smithi049.stdout:40000010 00 00 00 00 00 00 |......| 2024-09-21T12:01:06.763 INFO:teuthology.orchestra.run.smithi049.stdout:40000016 2024-09-21T12:01:06.764 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/dev/zero of=/dev/nvme2n1 seek=10737418240 bs=1 count=4096 2024-09-21T12:01:06.826 INFO:teuthology.orchestra.run.smithi049.stderr:4096+0 records in 2024-09-21T12:01:06.826 INFO:teuthology.orchestra.run.smithi049.stderr:4096+0 records out 2024-09-21T12:01:06.827 INFO:teuthology.orchestra.run.smithi049.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00777689 s, 527 kB/s 2024-09-21T12:01:06.828 DEBUG:teuthology.orchestra.run.smithi049:> sudo hexdump -n22 -C -s10737418240 /dev/nvme2n1 2024-09-21T12:01:06.884 INFO:teuthology.orchestra.run.smithi049.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:01:06.884 INFO:teuthology.orchestra.run.smithi049.stdout:280000010 00 00 00 00 00 00 |......| 2024-09-21T12:01:06.884 INFO:teuthology.orchestra.run.smithi049.stdout:280000016 2024-09-21T12:01:06.885 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/dev/zero of=/dev/nvme3n1 seek=0 bs=1 count=4096 2024-09-21T12:01:06.946 INFO:teuthology.orchestra.run.smithi049.stderr:4096+0 records in 2024-09-21T12:01:06.946 INFO:teuthology.orchestra.run.smithi049.stderr:4096+0 records out 2024-09-21T12:01:06.946 INFO:teuthology.orchestra.run.smithi049.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00751412 s, 545 kB/s 2024-09-21T12:01:06.947 DEBUG:teuthology.orchestra.run.smithi049:> sudo hexdump -n22 -C -s0 /dev/nvme3n1 2024-09-21T12:01:06.999 INFO:teuthology.orchestra.run.smithi049.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:01:06.999 INFO:teuthology.orchestra.run.smithi049.stdout:00000010 00 00 00 00 00 00 |......| 2024-09-21T12:01:06.999 INFO:teuthology.orchestra.run.smithi049.stdout:00000016 2024-09-21T12:01:07.000 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/dev/zero of=/dev/nvme3n1 seek=1073741824 bs=1 count=4096 2024-09-21T12:01:07.062 INFO:teuthology.orchestra.run.smithi049.stderr:4096+0 records in 2024-09-21T12:01:07.062 INFO:teuthology.orchestra.run.smithi049.stderr:4096+0 records out 2024-09-21T12:01:07.062 INFO:teuthology.orchestra.run.smithi049.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00757745 s, 541 kB/s 2024-09-21T12:01:07.063 DEBUG:teuthology.orchestra.run.smithi049:> sudo hexdump -n22 -C -s1073741824 /dev/nvme3n1 2024-09-21T12:01:07.116 INFO:teuthology.orchestra.run.smithi049.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:01:07.116 INFO:teuthology.orchestra.run.smithi049.stdout:40000010 00 00 00 00 00 00 |......| 2024-09-21T12:01:07.116 INFO:teuthology.orchestra.run.smithi049.stdout:40000016 2024-09-21T12:01:07.117 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/dev/zero of=/dev/nvme3n1 seek=10737418240 bs=1 count=4096 2024-09-21T12:01:07.178 INFO:teuthology.orchestra.run.smithi049.stderr:4096+0 records in 2024-09-21T12:01:07.178 INFO:teuthology.orchestra.run.smithi049.stderr:4096+0 records out 2024-09-21T12:01:07.178 INFO:teuthology.orchestra.run.smithi049.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00752512 s, 544 kB/s 2024-09-21T12:01:07.180 DEBUG:teuthology.orchestra.run.smithi049:> sudo hexdump -n22 -C -s10737418240 /dev/nvme3n1 2024-09-21T12:01:07.232 INFO:teuthology.orchestra.run.smithi049.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:01:07.232 INFO:teuthology.orchestra.run.smithi049.stdout:280000010 00 00 00 00 00 00 |......| 2024-09-21T12:01:07.232 INFO:teuthology.orchestra.run.smithi049.stdout:280000016 2024-09-21T12:01:07.233 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/dev/zero of=/dev/nvme4n1 seek=0 bs=1 count=4096 2024-09-21T12:01:07.295 INFO:teuthology.orchestra.run.smithi049.stderr:4096+0 records in 2024-09-21T12:01:07.295 INFO:teuthology.orchestra.run.smithi049.stderr:4096+0 records out 2024-09-21T12:01:07.295 INFO:teuthology.orchestra.run.smithi049.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00714587 s, 573 kB/s 2024-09-21T12:01:07.296 DEBUG:teuthology.orchestra.run.smithi049:> sudo hexdump -n22 -C -s0 /dev/nvme4n1 2024-09-21T12:01:07.347 INFO:teuthology.orchestra.run.smithi049.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:01:07.347 INFO:teuthology.orchestra.run.smithi049.stdout:00000010 00 00 00 00 00 00 |......| 2024-09-21T12:01:07.348 INFO:teuthology.orchestra.run.smithi049.stdout:00000016 2024-09-21T12:01:07.349 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/dev/zero of=/dev/nvme4n1 seek=1073741824 bs=1 count=4096 2024-09-21T12:01:07.411 INFO:teuthology.orchestra.run.smithi049.stderr:4096+0 records in 2024-09-21T12:01:07.411 INFO:teuthology.orchestra.run.smithi049.stderr:4096+0 records out 2024-09-21T12:01:07.411 INFO:teuthology.orchestra.run.smithi049.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00720987 s, 568 kB/s 2024-09-21T12:01:07.412 DEBUG:teuthology.orchestra.run.smithi049:> sudo hexdump -n22 -C -s1073741824 /dev/nvme4n1 2024-09-21T12:01:07.463 INFO:teuthology.orchestra.run.smithi049.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:01:07.463 INFO:teuthology.orchestra.run.smithi049.stdout:40000010 00 00 00 00 00 00 |......| 2024-09-21T12:01:07.463 INFO:teuthology.orchestra.run.smithi049.stdout:40000016 2024-09-21T12:01:07.464 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/dev/zero of=/dev/nvme4n1 seek=10737418240 bs=1 count=4096 2024-09-21T12:01:07.527 INFO:teuthology.orchestra.run.smithi049.stderr:4096+0 records in 2024-09-21T12:01:07.527 INFO:teuthology.orchestra.run.smithi049.stderr:4096+0 records out 2024-09-21T12:01:07.527 INFO:teuthology.orchestra.run.smithi049.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00785478 s, 521 kB/s 2024-09-21T12:01:07.528 DEBUG:teuthology.orchestra.run.smithi049:> sudo hexdump -n22 -C -s10737418240 /dev/nvme4n1 2024-09-21T12:01:07.584 INFO:teuthology.orchestra.run.smithi049.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:01:07.585 INFO:teuthology.orchestra.run.smithi049.stdout:280000010 00 00 00 00 00 00 |......| 2024-09-21T12:01:07.585 INFO:teuthology.orchestra.run.smithi049.stdout:280000016 2024-09-21T12:01:07.586 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-09-21T12:01:07.586 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-09-21T12:01:07.586 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/scratch_devs 2024-09-21T12:01:07.641 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-09-21T12:01:07.641 DEBUG:teuthology.orchestra.run.smithi105:> dd if=/scratch_devs of=/dev/stdout 2024-09-21T12:01:07.647 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-09-21T12:01:07.647 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_1 2024-09-21T12:01:07.694 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-21T12:01:07.695 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T12:01:07.695 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 5h/5d Inode: 878 Links: 1 2024-09-21T12:01:07.695 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T12:01:07.695 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2024-09-21 11:57:24.166088523 +0000 2024-09-21T12:01:07.695 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2024-09-21 11:57:23.882091059 +0000 2024-09-21T12:01:07.695 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2024-09-21 11:57:23.882091059 +0000 2024-09-21T12:01:07.695 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2024-09-21T12:01:07.695 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-21T12:01:07.749 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2024-09-21T12:01:07.749 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2024-09-21T12:01:07.749 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000438767 s, 1.2 MB/s 2024-09-21T12:01:07.751 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-21T12:01:07.800 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_2 2024-09-21T12:01:07.846 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-21T12:01:07.846 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T12:01:07.846 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 5h/5d Inode: 895 Links: 1 2024-09-21T12:01:07.846 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T12:01:07.846 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2024-09-21 11:57:24.682083913 +0000 2024-09-21T12:01:07.846 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2024-09-21 11:57:24.406086378 +0000 2024-09-21T12:01:07.847 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2024-09-21 11:57:24.406086378 +0000 2024-09-21T12:01:07.847 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2024-09-21T12:01:07.847 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-21T12:01:07.902 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2024-09-21T12:01:07.902 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2024-09-21T12:01:07.902 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000407877 s, 1.3 MB/s 2024-09-21T12:01:07.903 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-21T12:01:07.951 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_3 2024-09-21T12:01:08.002 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-21T12:01:08.002 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T12:01:08.002 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 5h/5d Inode: 914 Links: 1 2024-09-21T12:01:08.003 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T12:01:08.003 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2024-09-21 11:57:25.178079483 +0000 2024-09-21T12:01:08.003 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2024-09-21 11:57:24.926081734 +0000 2024-09-21T12:01:08.003 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2024-09-21 11:57:24.926081734 +0000 2024-09-21T12:01:08.003 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2024-09-21T12:01:08.003 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-21T12:01:08.056 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2024-09-21T12:01:08.056 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2024-09-21T12:01:08.056 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.00030495 s, 1.7 MB/s 2024-09-21T12:01:08.057 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-21T12:01:08.108 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_4 2024-09-21T12:01:08.154 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-21T12:01:08.154 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T12:01:08.154 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 5h/5d Inode: 924 Links: 1 2024-09-21T12:01:08.155 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T12:01:08.155 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2024-09-21 11:57:25.662075161 +0000 2024-09-21T12:01:08.155 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2024-09-21 11:57:25.406077447 +0000 2024-09-21T12:01:08.155 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2024-09-21 11:57:25.406077447 +0000 2024-09-21T12:01:08.155 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2024-09-21T12:01:08.155 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-21T12:01:08.209 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2024-09-21T12:01:08.209 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2024-09-21T12:01:08.209 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000318676 s, 1.6 MB/s 2024-09-21T12:01:08.210 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-21T12:01:08.259 DEBUG:teuthology.orchestra.run.smithi105:> 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-09-21T12:01:08.391 INFO:teuthology.orchestra.run.smithi105.stdout:loop 2024-09-21T12:01:08.392 INFO:tasks.nvme_loop:Connecting nvme_loop smithi105:/dev/vg_nvme/lv_1... 2024-09-21T12:01:08.392 DEBUG:teuthology.orchestra.run.smithi105:> 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-09-21T12:01:08.408 INFO:teuthology.orchestra.run.smithi105.stdout:1 2024-09-21T12:01:08.426 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/vg_nvme/lv_11 2024-09-21T12:01:08.443 INFO:tasks.nvme_loop:Connecting nvme_loop smithi105:/dev/vg_nvme/lv_2... 2024-09-21T12:01:08.443 DEBUG:teuthology.orchestra.run.smithi105:> 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-09-21T12:01:08.501 INFO:teuthology.orchestra.run.smithi105.stdout:1 2024-09-21T12:01:08.520 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/vg_nvme/lv_21 2024-09-21T12:01:08.536 INFO:tasks.nvme_loop:Connecting nvme_loop smithi105:/dev/vg_nvme/lv_3... 2024-09-21T12:01:08.536 DEBUG:teuthology.orchestra.run.smithi105:> 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-09-21T12:01:08.594 INFO:teuthology.orchestra.run.smithi105.stdout:1 2024-09-21T12:01:08.613 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/vg_nvme/lv_31 2024-09-21T12:01:08.628 INFO:tasks.nvme_loop:Connecting nvme_loop smithi105:/dev/vg_nvme/lv_4... 2024-09-21T12:01:08.628 DEBUG:teuthology.orchestra.run.smithi105:> 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-09-21T12:01:08.686 INFO:teuthology.orchestra.run.smithi105.stdout:1 2024-09-21T12:01:08.706 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/vg_nvme/lv_41 2024-09-21T12:01:08.723 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-09-21T12:01:08.724 DEBUG:teuthology.orchestra.run.smithi105:> dd if=/scratch_devs of=/dev/stdout 2024-09-21T12:01:08.770 DEBUG:teuthology.orchestra.run.smithi105:> lsblk 2024-09-21T12:01:08.821 INFO:teuthology.orchestra.run.smithi105.stdout:NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS 2024-09-21T12:01:08.821 INFO:teuthology.orchestra.run.smithi105.stdout:sda 8:0 0 931.5G 0 disk 2024-09-21T12:01:08.821 INFO:teuthology.orchestra.run.smithi105.stdout:`-sda1 8:1 0 931.5G 0 part / 2024-09-21T12:01:08.821 INFO:teuthology.orchestra.run.smithi105.stdout:nvme0n1 259:0 0 372.6G 0 disk 2024-09-21T12:01:08.821 INFO:teuthology.orchestra.run.smithi105.stdout:|-vg_nvme-lv_1 253:0 0 89.4G 0 lvm 2024-09-21T12:01:08.821 INFO:teuthology.orchestra.run.smithi105.stdout:|-vg_nvme-lv_2 253:1 0 89.4G 0 lvm 2024-09-21T12:01:08.821 INFO:teuthology.orchestra.run.smithi105.stdout:|-vg_nvme-lv_3 253:2 0 89.4G 0 lvm 2024-09-21T12:01:08.821 INFO:teuthology.orchestra.run.smithi105.stdout:|-vg_nvme-lv_4 253:3 0 89.4G 0 lvm 2024-09-21T12:01:08.821 INFO:teuthology.orchestra.run.smithi105.stdout:`-vg_nvme-lv_5 253:4 0 14.9G 0 lvm /var/lib/ceph 2024-09-21T12:01:08.821 INFO:teuthology.orchestra.run.smithi105.stdout:nvme1n1 259:2 0 89.4G 0 disk 2024-09-21T12:01:08.822 INFO:teuthology.orchestra.run.smithi105.stdout:nvme2n1 259:4 0 89.4G 0 disk 2024-09-21T12:01:08.822 INFO:teuthology.orchestra.run.smithi105.stdout:nvme3n1 259:6 0 89.4G 0 disk 2024-09-21T12:01:08.822 INFO:teuthology.orchestra.run.smithi105.stdout:nvme4n1 259:8 0 89.4G 0 disk 2024-09-21T12:01:08.822 DEBUG:teuthology.orchestra.run.smithi105:> sudo nvme list -o json 2024-09-21T12:01:08.872 INFO:teuthology.orchestra.run.smithi105.stdout:{ 2024-09-21T12:01:08.872 INFO:teuthology.orchestra.run.smithi105.stdout: "Devices" : [ 2024-09-21T12:01:08.872 INFO:teuthology.orchestra.run.smithi105.stdout: { 2024-09-21T12:01:08.872 INFO:teuthology.orchestra.run.smithi105.stdout: "DevicePath" : "/dev/nvme0n1", 2024-09-21T12:01:08.872 INFO:teuthology.orchestra.run.smithi105.stdout: "Firmware" : "8DV101H0", 2024-09-21T12:01:08.872 INFO:teuthology.orchestra.run.smithi105.stdout: "Index" : 0, 2024-09-21T12:01:08.873 INFO:teuthology.orchestra.run.smithi105.stdout: "ModelNumber" : "INTEL SSDPEDMD400G4", 2024-09-21T12:01:08.873 INFO:teuthology.orchestra.run.smithi105.stdout: "ProductName" : "Unknown Device", 2024-09-21T12:01:08.873 INFO:teuthology.orchestra.run.smithi105.stdout: "SerialNumber" : "PHFT620400TR400BGN" 2024-09-21T12:01:08.873 INFO:teuthology.orchestra.run.smithi105.stdout: }, 2024-09-21T12:01:08.873 INFO:teuthology.orchestra.run.smithi105.stdout: { 2024-09-21T12:01:08.873 INFO:teuthology.orchestra.run.smithi105.stdout: "DevicePath" : "/dev/nvme1n1", 2024-09-21T12:01:08.873 INFO:teuthology.orchestra.run.smithi105.stdout: "Firmware" : "5.15.0-1", 2024-09-21T12:01:08.873 INFO:teuthology.orchestra.run.smithi105.stdout: "Index" : 1, 2024-09-21T12:01:08.873 INFO:teuthology.orchestra.run.smithi105.stdout: "ModelNumber" : "Linux", 2024-09-21T12:01:08.873 INFO:teuthology.orchestra.run.smithi105.stdout: "ProductName" : "Unknown Device", 2024-09-21T12:01:08.873 INFO:teuthology.orchestra.run.smithi105.stdout: "SerialNumber" : "535f523c565d917a3bf6" 2024-09-21T12:01:08.874 INFO:teuthology.orchestra.run.smithi105.stdout: }, 2024-09-21T12:01:08.874 INFO:teuthology.orchestra.run.smithi105.stdout: { 2024-09-21T12:01:08.874 INFO:teuthology.orchestra.run.smithi105.stdout: "DevicePath" : "/dev/nvme2n1", 2024-09-21T12:01:08.874 INFO:teuthology.orchestra.run.smithi105.stdout: "Firmware" : "5.15.0-1", 2024-09-21T12:01:08.874 INFO:teuthology.orchestra.run.smithi105.stdout: "Index" : 2, 2024-09-21T12:01:08.874 INFO:teuthology.orchestra.run.smithi105.stdout: "ModelNumber" : "Linux", 2024-09-21T12:01:08.874 INFO:teuthology.orchestra.run.smithi105.stdout: "ProductName" : "Unknown Device", 2024-09-21T12:01:08.874 INFO:teuthology.orchestra.run.smithi105.stdout: "SerialNumber" : "4ae6873d8a613912c81c" 2024-09-21T12:01:08.874 INFO:teuthology.orchestra.run.smithi105.stdout: }, 2024-09-21T12:01:08.874 INFO:teuthology.orchestra.run.smithi105.stdout: { 2024-09-21T12:01:08.874 INFO:teuthology.orchestra.run.smithi105.stdout: "DevicePath" : "/dev/nvme3n1", 2024-09-21T12:01:08.875 INFO:teuthology.orchestra.run.smithi105.stdout: "Firmware" : "5.15.0-1", 2024-09-21T12:01:08.875 INFO:teuthology.orchestra.run.smithi105.stdout: "Index" : 3, 2024-09-21T12:01:08.875 INFO:teuthology.orchestra.run.smithi105.stdout: "ModelNumber" : "Linux", 2024-09-21T12:01:08.875 INFO:teuthology.orchestra.run.smithi105.stdout: "ProductName" : "Unknown Device", 2024-09-21T12:01:08.875 INFO:teuthology.orchestra.run.smithi105.stdout: "SerialNumber" : "e2adc95c66f26444eb97" 2024-09-21T12:01:08.875 INFO:teuthology.orchestra.run.smithi105.stdout: }, 2024-09-21T12:01:08.875 INFO:teuthology.orchestra.run.smithi105.stdout: { 2024-09-21T12:01:08.875 INFO:teuthology.orchestra.run.smithi105.stdout: "DevicePath" : "/dev/nvme4n1", 2024-09-21T12:01:08.875 INFO:teuthology.orchestra.run.smithi105.stdout: "Firmware" : "5.15.0-1", 2024-09-21T12:01:08.876 INFO:teuthology.orchestra.run.smithi105.stdout: "Index" : 4, 2024-09-21T12:01:08.876 INFO:teuthology.orchestra.run.smithi105.stdout: "ModelNumber" : "Linux", 2024-09-21T12:01:08.876 INFO:teuthology.orchestra.run.smithi105.stdout: "ProductName" : "Unknown Device", 2024-09-21T12:01:08.876 INFO:teuthology.orchestra.run.smithi105.stdout: "SerialNumber" : "63ed87ef4ca6b66b8d43" 2024-09-21T12:01:08.876 INFO:teuthology.orchestra.run.smithi105.stdout: } 2024-09-21T12:01:08.876 INFO:teuthology.orchestra.run.smithi105.stdout: ] 2024-09-21T12:01:08.877 INFO:teuthology.orchestra.run.smithi105.stdout:} 2024-09-21T12:01:08.877 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/zero of=/dev/nvme1n1 seek=0 bs=1 count=4096 2024-09-21T12:01:08.935 INFO:teuthology.orchestra.run.smithi105.stderr:4096+0 records in 2024-09-21T12:01:08.935 INFO:teuthology.orchestra.run.smithi105.stderr:4096+0 records out 2024-09-21T12:01:08.935 INFO:teuthology.orchestra.run.smithi105.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00759342 s, 539 kB/s 2024-09-21T12:01:08.936 DEBUG:teuthology.orchestra.run.smithi105:> sudo hexdump -n22 -C -s0 /dev/nvme1n1 2024-09-21T12:01:08.999 INFO:teuthology.orchestra.run.smithi105.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:01:09.000 INFO:teuthology.orchestra.run.smithi105.stdout:00000010 00 00 00 00 00 00 |......| 2024-09-21T12:01:09.000 INFO:teuthology.orchestra.run.smithi105.stdout:00000016 2024-09-21T12:01:09.001 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/zero of=/dev/nvme1n1 seek=1073741824 bs=1 count=4096 2024-09-21T12:01:09.058 INFO:teuthology.orchestra.run.smithi105.stderr:4096+0 records in 2024-09-21T12:01:09.058 INFO:teuthology.orchestra.run.smithi105.stderr:4096+0 records out 2024-09-21T12:01:09.058 INFO:teuthology.orchestra.run.smithi105.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00740513 s, 553 kB/s 2024-09-21T12:01:09.059 DEBUG:teuthology.orchestra.run.smithi105:> sudo hexdump -n22 -C -s1073741824 /dev/nvme1n1 2024-09-21T12:01:09.115 INFO:teuthology.orchestra.run.smithi105.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:01:09.221 INFO:teuthology.orchestra.run.smithi105.stdout:40000010 00 00 00 00 00 00 |......| 2024-09-21T12:01:09.221 INFO:teuthology.orchestra.run.smithi105.stdout:40000016 2024-09-21T12:01:09.222 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/zero of=/dev/nvme1n1 seek=10737418240 bs=1 count=4096 2024-09-21T12:01:09.284 INFO:teuthology.orchestra.run.smithi105.stderr:4096+0 records in 2024-09-21T12:01:09.284 INFO:teuthology.orchestra.run.smithi105.stderr:4096+0 records out 2024-09-21T12:01:09.285 INFO:teuthology.orchestra.run.smithi105.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00738036 s, 555 kB/s 2024-09-21T12:01:09.285 DEBUG:teuthology.orchestra.run.smithi105:> sudo hexdump -n22 -C -s10737418240 /dev/nvme1n1 2024-09-21T12:01:09.343 INFO:teuthology.orchestra.run.smithi105.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:01:09.343 INFO:teuthology.orchestra.run.smithi105.stdout:280000010 00 00 00 00 00 00 |......| 2024-09-21T12:01:09.343 INFO:teuthology.orchestra.run.smithi105.stdout:280000016 2024-09-21T12:01:09.344 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/zero of=/dev/nvme2n1 seek=0 bs=1 count=4096 2024-09-21T12:01:09.403 INFO:teuthology.orchestra.run.smithi105.stderr:4096+0 records in 2024-09-21T12:01:09.403 INFO:teuthology.orchestra.run.smithi105.stderr:4096+0 records out 2024-09-21T12:01:09.403 INFO:teuthology.orchestra.run.smithi105.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00717583 s, 571 kB/s 2024-09-21T12:01:09.404 DEBUG:teuthology.orchestra.run.smithi105:> sudo hexdump -n22 -C -s0 /dev/nvme2n1 2024-09-21T12:01:09.456 INFO:teuthology.orchestra.run.smithi105.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:01:09.457 INFO:teuthology.orchestra.run.smithi105.stdout:00000010 00 00 00 00 00 00 |......| 2024-09-21T12:01:09.457 INFO:teuthology.orchestra.run.smithi105.stdout:00000016 2024-09-21T12:01:09.458 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/zero of=/dev/nvme2n1 seek=1073741824 bs=1 count=4096 2024-09-21T12:01:09.519 INFO:teuthology.orchestra.run.smithi105.stderr:4096+0 records in 2024-09-21T12:01:09.519 INFO:teuthology.orchestra.run.smithi105.stderr:4096+0 records out 2024-09-21T12:01:09.520 INFO:teuthology.orchestra.run.smithi105.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00751261 s, 545 kB/s 2024-09-21T12:01:09.521 DEBUG:teuthology.orchestra.run.smithi105:> sudo hexdump -n22 -C -s1073741824 /dev/nvme2n1 2024-09-21T12:01:09.574 INFO:teuthology.orchestra.run.smithi105.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:01:09.575 INFO:teuthology.orchestra.run.smithi105.stdout:40000010 00 00 00 00 00 00 |......| 2024-09-21T12:01:09.575 INFO:teuthology.orchestra.run.smithi105.stdout:40000016 2024-09-21T12:01:09.576 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/zero of=/dev/nvme2n1 seek=10737418240 bs=1 count=4096 2024-09-21T12:01:09.634 INFO:teuthology.orchestra.run.smithi105.stderr:4096+0 records in 2024-09-21T12:01:09.635 INFO:teuthology.orchestra.run.smithi105.stderr:4096+0 records out 2024-09-21T12:01:09.635 INFO:teuthology.orchestra.run.smithi105.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00737147 s, 556 kB/s 2024-09-21T12:01:09.636 DEBUG:teuthology.orchestra.run.smithi105:> sudo hexdump -n22 -C -s10737418240 /dev/nvme2n1 2024-09-21T12:01:09.691 INFO:teuthology.orchestra.run.smithi105.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:01:09.691 INFO:teuthology.orchestra.run.smithi105.stdout:280000010 00 00 00 00 00 00 |......| 2024-09-21T12:01:09.691 INFO:teuthology.orchestra.run.smithi105.stdout:280000016 2024-09-21T12:01:09.692 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/zero of=/dev/nvme3n1 seek=0 bs=1 count=4096 2024-09-21T12:01:09.749 INFO:teuthology.orchestra.run.smithi105.stderr:4096+0 records in 2024-09-21T12:01:09.750 INFO:teuthology.orchestra.run.smithi105.stderr:4096+0 records out 2024-09-21T12:01:09.750 INFO:teuthology.orchestra.run.smithi105.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00682732 s, 600 kB/s 2024-09-21T12:01:09.751 DEBUG:teuthology.orchestra.run.smithi105:> sudo hexdump -n22 -C -s0 /dev/nvme3n1 2024-09-21T12:01:09.803 INFO:teuthology.orchestra.run.smithi105.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:01:09.803 INFO:teuthology.orchestra.run.smithi105.stdout:00000010 00 00 00 00 00 00 |......| 2024-09-21T12:01:09.803 INFO:teuthology.orchestra.run.smithi105.stdout:00000016 2024-09-21T12:01:09.804 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/zero of=/dev/nvme3n1 seek=1073741824 bs=1 count=4096 2024-09-21T12:01:09.861 INFO:teuthology.orchestra.run.smithi105.stderr:4096+0 records in 2024-09-21T12:01:09.861 INFO:teuthology.orchestra.run.smithi105.stderr:4096+0 records out 2024-09-21T12:01:09.861 INFO:teuthology.orchestra.run.smithi105.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00678733 s, 603 kB/s 2024-09-21T12:01:09.862 DEBUG:teuthology.orchestra.run.smithi105:> sudo hexdump -n22 -C -s1073741824 /dev/nvme3n1 2024-09-21T12:01:09.920 INFO:teuthology.orchestra.run.smithi105.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:01:09.920 INFO:teuthology.orchestra.run.smithi105.stdout:40000010 00 00 00 00 00 00 |......| 2024-09-21T12:01:09.920 INFO:teuthology.orchestra.run.smithi105.stdout:40000016 2024-09-21T12:01:09.921 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/zero of=/dev/nvme3n1 seek=10737418240 bs=1 count=4096 2024-09-21T12:01:09.980 INFO:teuthology.orchestra.run.smithi105.stderr:4096+0 records in 2024-09-21T12:01:09.980 INFO:teuthology.orchestra.run.smithi105.stderr:4096+0 records out 2024-09-21T12:01:09.980 INFO:teuthology.orchestra.run.smithi105.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00748851 s, 547 kB/s 2024-09-21T12:01:09.981 DEBUG:teuthology.orchestra.run.smithi105:> sudo hexdump -n22 -C -s10737418240 /dev/nvme3n1 2024-09-21T12:01:10.036 INFO:teuthology.orchestra.run.smithi105.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:01:10.036 INFO:teuthology.orchestra.run.smithi105.stdout:280000010 00 00 00 00 00 00 |......| 2024-09-21T12:01:10.036 INFO:teuthology.orchestra.run.smithi105.stdout:280000016 2024-09-21T12:01:10.037 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/zero of=/dev/nvme4n1 seek=0 bs=1 count=4096 2024-09-21T12:01:10.095 INFO:teuthology.orchestra.run.smithi105.stderr:4096+0 records in 2024-09-21T12:01:10.095 INFO:teuthology.orchestra.run.smithi105.stderr:4096+0 records out 2024-09-21T12:01:10.095 INFO:teuthology.orchestra.run.smithi105.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00760711 s, 538 kB/s 2024-09-21T12:01:10.097 DEBUG:teuthology.orchestra.run.smithi105:> sudo hexdump -n22 -C -s0 /dev/nvme4n1 2024-09-21T12:01:10.148 INFO:teuthology.orchestra.run.smithi105.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:01:10.148 INFO:teuthology.orchestra.run.smithi105.stdout:00000010 00 00 00 00 00 00 |......| 2024-09-21T12:01:10.148 INFO:teuthology.orchestra.run.smithi105.stdout:00000016 2024-09-21T12:01:10.149 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/zero of=/dev/nvme4n1 seek=1073741824 bs=1 count=4096 2024-09-21T12:01:10.210 INFO:teuthology.orchestra.run.smithi105.stderr:4096+0 records in 2024-09-21T12:01:10.210 INFO:teuthology.orchestra.run.smithi105.stderr:4096+0 records out 2024-09-21T12:01:10.210 INFO:teuthology.orchestra.run.smithi105.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00717139 s, 571 kB/s 2024-09-21T12:01:10.211 DEBUG:teuthology.orchestra.run.smithi105:> sudo hexdump -n22 -C -s1073741824 /dev/nvme4n1 2024-09-21T12:01:10.268 INFO:teuthology.orchestra.run.smithi105.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:01:10.268 INFO:teuthology.orchestra.run.smithi105.stdout:40000010 00 00 00 00 00 00 |......| 2024-09-21T12:01:10.269 INFO:teuthology.orchestra.run.smithi105.stdout:40000016 2024-09-21T12:01:10.270 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/zero of=/dev/nvme4n1 seek=10737418240 bs=1 count=4096 2024-09-21T12:01:10.332 INFO:teuthology.orchestra.run.smithi105.stderr:4096+0 records in 2024-09-21T12:01:10.332 INFO:teuthology.orchestra.run.smithi105.stderr:4096+0 records out 2024-09-21T12:01:10.333 INFO:teuthology.orchestra.run.smithi105.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00751766 s, 545 kB/s 2024-09-21T12:01:10.334 DEBUG:teuthology.orchestra.run.smithi105:> sudo hexdump -n22 -C -s10737418240 /dev/nvme4n1 2024-09-21T12:01:10.391 INFO:teuthology.orchestra.run.smithi105.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:01:10.392 INFO:teuthology.orchestra.run.smithi105.stdout:280000010 00 00 00 00 00 00 |......| 2024-09-21T12:01:10.392 INFO:teuthology.orchestra.run.smithi105.stdout:280000016 2024-09-21T12:01:10.393 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-09-21T12:01:10.393 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-09-21T12:01:10.393 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/scratch_devs 2024-09-21T12:01:10.446 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-21T12:01:10.532 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\\)', 'CEPHADM_DAEMON_PLACE_FAIL', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': '5c1cdc3c470dae78e91a0ed2bcf13509a046d301'} 2024-09-21T12:01:10.533 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 2024-09-21T12:01:10.533 INFO:tasks.cephadm:Cluster fsid is 3119eb40-7811-11ef-baf6-efdc52797490 2024-09-21T12:01:10.533 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-21T12:01:10.533 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-09-21T12:01:10.533 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi049': '172.21.15.49', 'mon.smithi105': '172.21.15.105'} 2024-09-21T12:01:10.533 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-21T12:01:10.534 DEBUG:teuthology.orchestra.run.smithi049:> sudo hostname $(hostname -s) 2024-09-21T12:01:10.550 DEBUG:teuthology.orchestra.run.smithi105:> sudo hostname $(hostname -s) 2024-09-21T12:01:10.564 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-21T12:01:10.564 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5c1cdc3c470dae78e91a0ed2bcf13509a046d301 2024-09-21T12:01:10.707 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '5c1cdc3c470dae78e91a0ed2bcf13509a046d301', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/83200/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.3.0-5103-g5c1cdc3c', 'node_name': '172.21.2.16+braggi16', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.3.0-5103-g5c1cdc3c-1jammy'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-09-21 09:54:26.368275', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-guits-main-2024-09-21-0813', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-09-21T12:01:10.846 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-guits-main-2024-09-21-0813, sha1 5c1cdc3c470dae78e91a0ed2bcf13509a046d301 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=5c1cdc3c470dae78e91a0ed2bcf13509a046d301 2024-09-21T12:01:10.847 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-09-21T12:01:10.847 INFO:tasks.cephadm:Downloading cephadm from url: https://3.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-09-21T12:01:10.848 DEBUG:teuthology.orchestra.run.smithi049:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-21T12:01:11.346 INFO:teuthology.orchestra.run.smithi049.stdout:-rw-rw-r-- 1 ubuntu ubuntu 811798 Sep 21 12:01 /home/ubuntu/cephtest/cephadm 2024-09-21T12:01:11.346 DEBUG:teuthology.orchestra.run.smithi105:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-21-0813/5c1cdc3c470dae78e91a0ed2bcf13509a046d301/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-21T12:01:11.811 INFO:teuthology.orchestra.run.smithi105.stdout:-rw-rw-r-- 1 ubuntu ubuntu 811798 Sep 21 12:01 /home/ubuntu/cephtest/cephadm 2024-09-21T12:01:11.812 DEBUG:teuthology.orchestra.run.smithi049:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-21T12:01:11.819 DEBUG:teuthology.orchestra.run.smithi105:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-21T12:01:11.840 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 on all hosts... 2024-09-21T12:01:11.840 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 pull 2024-09-21T12:01:11.862 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301 pull 2024-09-21T12:01:12.049 INFO:teuthology.orchestra.run.smithi049.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301... 2024-09-21T12:01:12.051 INFO:teuthology.orchestra.run.smithi105.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5c1cdc3c470dae78e91a0ed2bcf13509a046d301... 2024-09-21T12:02:10.742 INFO:teuthology.orchestra.run.smithi105.stdout:{ 2024-09-21T12:02:10.742 INFO:teuthology.orchestra.run.smithi105.stdout: "ceph_version": "ceph version 19.3.0-5103-g5c1cdc3c (5c1cdc3c470dae78e91a0ed2bcf13509a046d301) squid (dev)", 2024-09-21T12:02:10.742 INFO:teuthology.orchestra.run.smithi105.stdout: "image_id": "8f4d013db793795fef09ff5edf96e6b42ba8cd2c9158b2f0b7a5d7c1e657c063", 2024-09-21T12:02:10.743 INFO:teuthology.orchestra.run.smithi105.stdout: "repo_digests": [ 2024-09-21T12:02:10.743 INFO:teuthology.orchestra.run.smithi105.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3855b8c483c85027fea24c112434955a9e8e6f629214baaca7b99a8fabb55472" 2024-09-21T12:02:10.743 INFO:teuthology.orchestra.run.smithi105.stdout: ] 2024-09-21T12:02:10.743 INFO:teuthology.orchestra.run.smithi105.stdout:} 2024-09-21T12:02:11.770 INFO:teuthology.orchestra.run.smithi049.stdout:{ 2024-09-21T12:02:11.770 INFO:teuthology.orchestra.run.smithi049.stdout: "ceph_version": "ceph version 19.3.0-5103-g5c1cdc3c (5c1cdc3c470dae78e91a0ed2bcf13509a046d301) squid (dev)", 2024-09-21T12:02:11.770 INFO:teuthology.orchestra.run.smithi049.stdout: "image_id": "8f4d013db793795fef09ff5edf96e6b42ba8cd2c9158b2f0b7a5d7c1e657c063", 2024-09-21T12:02:11.770 INFO:teuthology.orchestra.run.smithi049.stdout: "repo_digests": [ 2024-09-21T12:02:11.770 INFO:teuthology.orchestra.run.smithi049.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3855b8c483c85027fea24c112434955a9e8e6f629214baaca7b99a8fabb55472" 2024-09-21T12:02:11.770 INFO:teuthology.orchestra.run.smithi049.stdout: ] 2024-09-21T12:02:11.770 INFO:teuthology.orchestra.run.smithi049.stdout:} 2024-09-21T12:02:11.806 DEBUG:teuthology.orchestra.run.smithi049:> sudo mkdir -p /etc/ceph 2024-09-21T12:02:11.819 DEBUG:teuthology.orchestra.run.smithi105:> sudo mkdir -p /etc/ceph 2024-09-21T12:02:11.833 DEBUG:teuthology.orchestra.run.smithi049:> sudo chmod 777 /etc/ceph 2024-09-21T12:02:11.875 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod 777 /etc/ceph 2024-09-21T12:02:11.888 INFO:tasks.cephadm:Writing seed config... 2024-09-21T12:02:11.889 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-21T12:02:11.889 DEBUG:teuthology.orchestra.run.smithi049:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-21T12:02:11.924 DEBUG:teuthology.orchestra.run.smithi105:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-21T12:02:11.933 INFO:tasks.cephadm:Stopping all daemons... 2024-09-21T12:02:11.933 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3119eb40-7811-11ef-baf6-efdc52797490 --force --keep-logs 2024-09-21T12:02:12.154 INFO:teuthology.orchestra.run.smithi049.stdout:Deleting cluster with fsid: 3119eb40-7811-11ef-baf6-efdc52797490 2024-09-21T12:02:13.289 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3119eb40-7811-11ef-baf6-efdc52797490 --force --keep-logs 2024-09-21T12:02:13.472 INFO:teuthology.orchestra.run.smithi105.stdout:Deleting cluster with fsid: 3119eb40-7811-11ef-baf6-efdc52797490 2024-09-21T12:02:14.611 DEBUG:teuthology.orchestra.run.smithi049:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T12:02:14.625 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T12:02:14.638 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_5c1cdc3c470dae78e91a0ed2bcf13509a046d301/qa/tasks/cephadm.py", line 718, in ceph_bootstrap File "/home/teuthworker/src/git.ceph.com_ceph-c_5c1cdc3c470dae78e91a0ed2bcf13509a046d301/qa/tasks/cephadm.py", line 144, in build_initial_config File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/virtualenv/lib/python3.10/site-packages/configobj/__init__.py", line 1229, in __init__ self._load(infile, configspec) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/virtualenv/lib/python3.10/site-packages/configobj/__init__.py", line 1240, in _load raise IOError('Config file not found: "%s".' % self.filename) OSError: Config file not found: "/home/teuthworker/src/git.ceph.com_ceph-c_5c1cdc3c470dae78e91a0ed2bcf13509a046d301/qa/tasks/cephadm.conf". 2024-09-21T12:02:14.670 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-21T12:02:14.672 DEBUG:teuthology.misc:Transferring archived files from smithi049:/var/lib/ceph/3119eb40-7811-11ef-baf6-efdc52797490/crash to /home/teuthworker/archive/gabrioux-2024-09-21_10:07:29-orch:cephadm-wip-guits-main-2024-09-21-0813-distro-default-smithi/7913893/remote/smithi049/crash 2024-09-21T12:02:14.673 DEBUG:teuthology.orchestra.run.smithi049:> sudo tar c -f - -C /var/lib/ceph/3119eb40-7811-11ef-baf6-efdc52797490/crash -- . 2024-09-21T12:02:14.685 INFO:teuthology.orchestra.run.smithi049.stderr:tar: /var/lib/ceph/3119eb40-7811-11ef-baf6-efdc52797490/crash: Cannot open: No such file or directory 2024-09-21T12:02:14.685 INFO:teuthology.orchestra.run.smithi049.stderr:tar: Error is not recoverable: exiting now 2024-09-21T12:02:14.687 DEBUG:teuthology.misc:Transferring archived files from smithi105:/var/lib/ceph/3119eb40-7811-11ef-baf6-efdc52797490/crash to /home/teuthworker/archive/gabrioux-2024-09-21_10:07:29-orch:cephadm-wip-guits-main-2024-09-21-0813-distro-default-smithi/7913893/remote/smithi105/crash 2024-09-21T12:02:14.688 DEBUG:teuthology.orchestra.run.smithi105:> sudo tar c -f - -C /var/lib/ceph/3119eb40-7811-11ef-baf6-efdc52797490/crash -- . 2024-09-21T12:02:14.699 INFO:teuthology.orchestra.run.smithi105.stderr:tar: /var/lib/ceph/3119eb40-7811-11ef-baf6-efdc52797490/crash: Cannot open: No such file or directory 2024-09-21T12:02:14.699 INFO:teuthology.orchestra.run.smithi105.stderr:tar: Error is not recoverable: exiting now 2024-09-21T12:02:14.700 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-21T12:02:14.701 DEBUG:teuthology.orchestra.run.smithi049:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/3119eb40-7811-11ef-baf6-efdc52797490/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v CEPHADM_DAEMON_PLACE_FAIL | egrep -v CEPHADM_FAILED_DAEMON | head -n 1 2024-09-21T12:02:14.740 INFO:teuthology.orchestra.run.smithi049.stderr:grep: /var/log/ceph/3119eb40-7811-11ef-baf6-efdc52797490/ceph.log: No such file or directory 2024-09-21T12:02:14.742 INFO:tasks.cephadm:Compressing logs... 2024-09-21T12:02:14.742 DEBUG:teuthology.orchestra.run.smithi049:> 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-09-21T12:02:14.789 DEBUG:teuthology.orchestra.run.smithi105:> 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-09-21T12:02:14.798 INFO:teuthology.orchestra.run.smithi049.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-21T12:02:14.802 INFO:teuthology.orchestra.run.smithi105.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-21T12:02:14.811 INFO:teuthology.orchestra.run.smithi049.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-21T12:02:14.812 INFO:teuthology.orchestra.run.smithi049.stderr:/var/log/ceph/cephadm.log: 76.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-21T12:02:14.814 INFO:teuthology.orchestra.run.smithi049.stderr: 2024-09-21T12:02:14.814 INFO:teuthology.orchestra.run.smithi049.stderr:real 0m0.023s 2024-09-21T12:02:14.814 INFO:teuthology.orchestra.run.smithi049.stderr:user 0m0.010s 2024-09-21T12:02:14.814 INFO:teuthology.orchestra.run.smithi049.stderr:sys 0m0.009s 2024-09-21T12:02:14.819 INFO:teuthology.orchestra.run.smithi105.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-21T12:02:14.820 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/cephadm.log: 76.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-21T12:02:14.821 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-09-21T12:02:14.821 INFO:teuthology.orchestra.run.smithi105.stderr:real 0m0.028s 2024-09-21T12:02:14.821 INFO:teuthology.orchestra.run.smithi105.stderr:user 0m0.009s 2024-09-21T12:02:14.821 INFO:teuthology.orchestra.run.smithi105.stderr:sys 0m0.012s 2024-09-21T12:02:14.822 INFO:tasks.cephadm:Archiving logs... 2024-09-21T12:02:14.822 DEBUG:teuthology.misc:Transferring archived files from smithi049:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-21_10:07:29-orch:cephadm-wip-guits-main-2024-09-21-0813-distro-default-smithi/7913893/remote/smithi049/log 2024-09-21T12:02:14.823 DEBUG:teuthology.orchestra.run.smithi049:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-21T12:02:14.872 DEBUG:teuthology.misc:Transferring archived files from smithi105:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-21_10:07:29-orch:cephadm-wip-guits-main-2024-09-21-0813-distro-default-smithi/7913893/remote/smithi105/log 2024-09-21T12:02:14.873 DEBUG:teuthology.orchestra.run.smithi105:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-21T12:02:14.885 INFO:tasks.cephadm:Removing cluster... 2024-09-21T12:02:14.885 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3119eb40-7811-11ef-baf6-efdc52797490 --force 2024-09-21T12:02:15.101 INFO:teuthology.orchestra.run.smithi049.stdout:Deleting cluster with fsid: 3119eb40-7811-11ef-baf6-efdc52797490 2024-09-21T12:02:16.223 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3119eb40-7811-11ef-baf6-efdc52797490 --force 2024-09-21T12:02:16.406 INFO:teuthology.orchestra.run.smithi105.stdout:Deleting cluster with fsid: 3119eb40-7811-11ef-baf6-efdc52797490 2024-09-21T12:02:17.535 INFO:tasks.cephadm:Removing cephadm ... 2024-09-21T12:02:17.535 DEBUG:teuthology.orchestra.run.smithi049:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-21T12:02:17.541 DEBUG:teuthology.orchestra.run.smithi105:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-21T12:02:17.547 INFO:tasks.cephadm:Teardown complete 2024-09-21T12:02:17.547 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 112, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_5c1cdc3c470dae78e91a0ed2bcf13509a046d301/qa/tasks/cephadm.py", line 2334, in task File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_5c1cdc3c470dae78e91a0ed2bcf13509a046d301/qa/tasks/cephadm.py", line 1962, in initialize_config File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_5c1cdc3c470dae78e91a0ed2bcf13509a046d301/qa/tasks/cephadm.py", line 718, in ceph_bootstrap File "/home/teuthworker/src/git.ceph.com_ceph-c_5c1cdc3c470dae78e91a0ed2bcf13509a046d301/qa/tasks/cephadm.py", line 144, in build_initial_config File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/virtualenv/lib/python3.10/site-packages/configobj/__init__.py", line 1229, in __init__ self._load(infile, configspec) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/virtualenv/lib/python3.10/site-packages/configobj/__init__.py", line 1240, in _load raise IOError('Config file not found: "%s".' % self.filename) OSError: Config file not found: "/home/teuthworker/src/git.ceph.com_ceph-c_5c1cdc3c470dae78e91a0ed2bcf13509a046d301/qa/tasks/cephadm.conf". 2024-09-21T12:02:17.755 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=c987e0cd3de34d1ea59b8abbc38c6c81 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 112, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_5c1cdc3c470dae78e91a0ed2bcf13509a046d301/qa/tasks/cephadm.py", line 2334, in task File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_5c1cdc3c470dae78e91a0ed2bcf13509a046d301/qa/tasks/cephadm.py", line 1962, in initialize_config File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_5c1cdc3c470dae78e91a0ed2bcf13509a046d301/qa/tasks/cephadm.py", line 718, in ceph_bootstrap File "/home/teuthworker/src/git.ceph.com_ceph-c_5c1cdc3c470dae78e91a0ed2bcf13509a046d301/qa/tasks/cephadm.py", line 144, in build_initial_config File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/virtualenv/lib/python3.10/site-packages/configobj/__init__.py", line 1229, in __init__ self._load(infile, configspec) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/virtualenv/lib/python3.10/site-packages/configobj/__init__.py", line 1240, in _load raise IOError('Config file not found: "%s".' % self.filename) OSError: Config file not found: "/home/teuthworker/src/git.ceph.com_ceph-c_5c1cdc3c470dae78e91a0ed2bcf13509a046d301/qa/tasks/cephadm.conf". 2024-09-21T12:02:17.758 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-21T12:02:17.766 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-09-21T12:02:17.773 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi049:/dev/vg_nvme/lv_1... 2024-09-21T12:02:17.773 DEBUG:teuthology.orchestra.run.smithi049:> sudo nvme disconnect -n lv_1 2024-09-21T12:02:17.996 INFO:teuthology.orchestra.run.smithi049.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-09-21T12:02:17.997 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T12:02:17.998 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi049:/dev/vg_nvme/lv_2... 2024-09-21T12:02:17.998 DEBUG:teuthology.orchestra.run.smithi049:> sudo nvme disconnect -n lv_2 2024-09-21T12:02:18.240 INFO:teuthology.orchestra.run.smithi049.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-09-21T12:02:18.241 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T12:02:18.241 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi049:/dev/vg_nvme/lv_3... 2024-09-21T12:02:18.242 DEBUG:teuthology.orchestra.run.smithi049:> sudo nvme disconnect -n lv_3 2024-09-21T12:02:18.464 INFO:teuthology.orchestra.run.smithi049.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-09-21T12:02:18.465 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T12:02:18.465 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi049:/dev/vg_nvme/lv_4... 2024-09-21T12:02:18.466 DEBUG:teuthology.orchestra.run.smithi049:> sudo nvme disconnect -n lv_4 2024-09-21T12:02:18.720 INFO:teuthology.orchestra.run.smithi049.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-09-21T12:02:18.721 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T12:02:18.721 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-09-21T12:02:18.722 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/scratch_devs 2024-09-21T12:02:18.734 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi105:/dev/vg_nvme/lv_1... 2024-09-21T12:02:18.734 DEBUG:teuthology.orchestra.run.smithi105:> sudo nvme disconnect -n lv_1 2024-09-21T12:02:18.989 INFO:teuthology.orchestra.run.smithi105.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-09-21T12:02:18.990 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T12:02:18.991 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi105:/dev/vg_nvme/lv_2... 2024-09-21T12:02:18.991 DEBUG:teuthology.orchestra.run.smithi105:> sudo nvme disconnect -n lv_2 2024-09-21T12:02:19.217 INFO:teuthology.orchestra.run.smithi105.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-09-21T12:02:19.219 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T12:02:19.219 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi105:/dev/vg_nvme/lv_3... 2024-09-21T12:02:19.220 DEBUG:teuthology.orchestra.run.smithi105:> sudo nvme disconnect -n lv_3 2024-09-21T12:02:19.469 INFO:teuthology.orchestra.run.smithi105.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-09-21T12:02:19.471 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T12:02:19.471 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi105:/dev/vg_nvme/lv_4... 2024-09-21T12:02:19.471 DEBUG:teuthology.orchestra.run.smithi105:> sudo nvme disconnect -n lv_4 2024-09-21T12:02:19.717 INFO:teuthology.orchestra.run.smithi105.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-09-21T12:02:19.719 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T12:02:19.719 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-09-21T12:02:19.719 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/scratch_devs 2024-09-21T12:02:19.732 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-21T12:02:19.741 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-21T12:02:19.741 DEBUG:teuthology.orchestra.run.smithi049:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-21T12:02:19.743 DEBUG:teuthology.orchestra.run.smithi105:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-21T12:02:19.754 INFO:teuthology.orchestra.run.smithi049.stdout: remote refid st t when poll reach delay offset jitter 2024-09-21T12:02:19.754 INFO:teuthology.orchestra.run.smithi049.stdout:============================================================================== 2024-09-21T12:02:19.754 INFO:teuthology.orchestra.run.smithi049.stdout: hv01.front.sepi 67.205.162.81 3 u 8 64 3 0.160 -0.884 0.482 2024-09-21T12:02:19.754 INFO:teuthology.orchestra.run.smithi049.stdout: hv02.front.sepi 63.231.80.2 3 u 8 64 3 0.187 -1.265 0.475 2024-09-21T12:02:19.754 INFO:teuthology.orchestra.run.smithi049.stdout: hv03.front.sepi 74.6.168.72 3 u 4 64 3 0.112 -1.215 1.193 2024-09-21T12:02:19.754 INFO:teuthology.orchestra.run.smithi049.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T12:02:19.789 INFO:teuthology.orchestra.run.smithi105.stdout: remote refid st t when poll reach delay offset jitter 2024-09-21T12:02:19.789 INFO:teuthology.orchestra.run.smithi105.stdout:============================================================================== 2024-09-21T12:02:19.789 INFO:teuthology.orchestra.run.smithi105.stdout: hv01.front.sepi 67.205.162.81 3 u 4 64 3 0.171 -0.519 0.774 2024-09-21T12:02:19.789 INFO:teuthology.orchestra.run.smithi105.stdout: hv02.front.sepi 63.231.80.2 3 u 6 64 3 0.173 -0.872 0.734 2024-09-21T12:02:19.789 INFO:teuthology.orchestra.run.smithi105.stdout: hv03.front.sepi 74.6.168.72 3 u 8 64 3 0.175 -0.781 0.750 2024-09-21T12:02:19.789 INFO:teuthology.orchestra.run.smithi105.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T12:02:19.790 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-21T12:02:19.799 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-21T12:02:19.800 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-21T12:02:19.812 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-21T12:02:19.820 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-21T12:02:19.830 INFO:teuthology.task.internal:Duration was 536.022878 seconds 2024-09-21T12:02:19.830 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-21T12:02:19.845 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-21T12:02:19.845 DEBUG:teuthology.orchestra.run.smithi049:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-21T12:02:19.848 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-21T12:02:19.885 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-21T12:02:19.885 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi049.front.sepia.ceph.com 2024-09-21T12:02:19.885 DEBUG:teuthology.orchestra.run.smithi049:> 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-09-21T12:02:19.937 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi105.front.sepia.ceph.com 2024-09-21T12:02:19.937 DEBUG:teuthology.orchestra.run.smithi105:> 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-09-21T12:02:19.946 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-21T12:02:19.947 DEBUG:teuthology.orchestra.run.smithi049:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-21T12:02:19.980 DEBUG:teuthology.orchestra.run.smithi105:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-21T12:02:20.018 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-21T12:02:20.019 DEBUG:teuthology.orchestra.run.smithi049:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-21T12:02:20.048 DEBUG:teuthology.orchestra.run.smithi105:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-21T12:02:20.115 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-21T12:02:20.125 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-21T12:02:20.126 DEBUG:teuthology.orchestra.run.smithi049:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-21T12:02:20.139 DEBUG:teuthology.orchestra.run.smithi105:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-21T12:02:20.151 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-21T12:02:20.160 DEBUG:teuthology.orchestra.run.smithi049:> 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-09-21T12:02:20.185 DEBUG:teuthology.orchestra.run.smithi105:> 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-09-21T12:02:20.195 INFO:teuthology.orchestra.run.smithi049.stdout:kernel.core_pattern = core 2024-09-21T12:02:20.202 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern = core 2024-09-21T12:02:20.228 DEBUG:teuthology.orchestra.run.smithi049:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-21T12:02:20.275 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T12:02:20.276 DEBUG:teuthology.orchestra.run.smithi105:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-21T12:02:20.280 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T12:02:20.280 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-21T12:02:20.289 INFO:teuthology.task.internal:Transferring archived files... 2024-09-21T12:02:20.290 DEBUG:teuthology.misc:Transferring archived files from smithi049:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-21_10:07:29-orch:cephadm-wip-guits-main-2024-09-21-0813-distro-default-smithi/7913893/remote/smithi049 2024-09-21T12:02:20.290 DEBUG:teuthology.orchestra.run.smithi049:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-21T12:02:20.340 DEBUG:teuthology.misc:Transferring archived files from smithi105:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-21_10:07:29-orch:cephadm-wip-guits-main-2024-09-21-0813-distro-default-smithi/7913893/remote/smithi105 2024-09-21T12:02:20.340 DEBUG:teuthology.orchestra.run.smithi105:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-21T12:02:20.360 INFO:teuthology.task.internal:Removing archive directory... 2024-09-21T12:02:20.360 DEBUG:teuthology.orchestra.run.smithi049:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-21T12:02:20.381 DEBUG:teuthology.orchestra.run.smithi105:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-21T12:02:20.405 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-21T12:02:20.422 INFO:teuthology.task.internal:Not uploading archives. 2024-09-21T12:02:20.422 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-21T12:02:20.453 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-21T12:02:20.453 DEBUG:teuthology.orchestra.run.smithi049:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-21T12:02:20.455 DEBUG:teuthology.orchestra.run.smithi105:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-21T12:02:20.459 INFO:teuthology.orchestra.run.smithi049.stdout: 658616 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 21 12:02 /home/ubuntu/cephtest 2024-09-21T12:02:20.461 INFO:teuthology.orchestra.run.smithi105.stdout: 658623 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 21 12:02 /home/ubuntu/cephtest 2024-09-21T12:02:20.462 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-21T12:02:20.487 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-21T12:02:20.509 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: 536.0228776931763 failure_reason: 'Config file not found: "/home/teuthworker/src/git.ceph.com_ceph-c_5c1cdc3c470dae78e91a0ed2bcf13509a046d301/qa/tasks/cephadm.conf".' owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=c987e0cd3de34d1ea59b8abbc38c6c81 status: fail success: false 2024-09-21T12:02:20.509 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-21T12:02:20.574 INFO:teuthology.run:FAIL