2024-05-08T14:15:52.691 INFO:root:teuthology version: 0.0.1.dev271+g1ae7ad8 2024-05-08T14:15:52.691 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_adking@teuthology --description orch:cephadm/smb/{0-distro/ubuntu_22.04 tasks/deploy_smb_domain} --verbose --archive /home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697464 --name adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi -- /home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697464/orig.config.yaml 2024-05-08T14:15:52.722 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-08T14:15:52.807 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697464 branch: wip-adk-testing-2024-05-07-0802 description: orch:cephadm/smb/{0-distro/ubuntu_22.04 tasks/deploy_smb_domain} email: adking@redhat.com first_in_suite: false job_id: '7697464' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-adk-testing-2024-05-07-0802 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 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) log-only-match: - CEPHADM_ sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} cephadm: image: quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 install: ceph: flavor: default sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 workunit: branch: wip-adk-testing-2024-05-07-0802 sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.x - osd.0 - osd.1 - client.0 - - host.b - cephadm.exclude seed: 5571 sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 sleep_before_teardown: 0 subset: 1/20 suite: orch:cephadm suite_branch: wip-adk-testing-2024-05-07-0802 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 targets: smithi028.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJjp/WqO3IWhJZzXvrUXdbGIqP8Omzl7seYBM5sxga6/L8pzQc2FkPN9YRdpT3ACF/QKfvyBkGBXWx9MRgjGCIU= smithi066.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBPGRK776tzOCoTLAjXzR8jmOefL0ysfL+iWP1q30xVTjwIH4prYbxDLXNFLzu2kf4WMAoidzyKEZe19esp0FNI= tasks: - cephadm.deploy_samba_ad_dc: role: host.b - cephadm: null - cephadm.shell: host.a: - ceph fs volume create cephfs - cephadm.wait_for_service: service: mds.cephfs - cephadm.shell: host.a: - cmd: ceph fs subvolumegroup create cephfs g1 - cmd: ceph fs subvolume create cephfs sub1 --group-name=g1 --mode=0777 - cmd: ceph fs authorize cephfs client.smbdata / rw - cmd: ceph osd pool create .smb --yes-i-really-mean-it - cmd: ceph osd pool application enable .smb smb - cmd: rados --pool=.smb --namespace=admem1 put conf.toml /dev/stdin stdin: 'samba-container-config = "v0" [configs.admem1] shares = ["share1"] globals = ["default", "domain"] instance_name = "SAMBA" [shares.share1.options] "vfs objects" = "ceph" path = "/" "ceph:config_file" = "/etc/ceph/ceph.conf" "ceph:user_id" = "smbdata" "kernel share modes" = "no" "read only" = "no" "browseable" = "yes" [globals.default.options] "server min protocol" = "SMB2" "load printers" = "no" "printing" = "bsd" "printcap name" = "/dev/null" "disable spoolss" = "yes" "guest ok" = "no" [globals.domain.options] security = "ads" workgroup = "DOMAIN1" realm = "domain1.sink.test" "idmap config * : backend" = "autorid" "idmap config * : range" = "2000-9999999" ' - cmd: ceph config-key set smb/config/admem1/join1.json -i - stdin: '{"username": "Administrator", "password": "Passw0rd"} ' - cephadm.apply: specs: - cluster_id: admem1 config_uri: rados://.smb/admem1/conf.toml custom_dns: - '{{ctx.samba_ad_dc_ip}}' features: - domain include_ceph_users: - client.smbdata join_sources: - rados:mon-config-key:smb/config/admem1/join1.json placement: count: 1 service_id: admem1 service_type: smb - cephadm.wait_for_service: service: smb.admem1 - cephadm.exec: host.b: - sleep 30 - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U DOMAIN1\\ckent%1115Rose. //{{''host.a''|role_to_remote|attr(''ip_address'')}}/share1 -c ls' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 1ae7ad82388e92a475afff437d49054826c019a1 timestamp: 2024-05-08_13:38:19 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-05-08T14:15:52.808 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa; will attempt to use it 2024-05-08T14:15:52.808 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks 2024-05-08T14:15:52.808 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-08T14:15:52.810 INFO:teuthology.task.internal:Checking packages... 2024-05-08T14:15:52.831 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '7c8f650b36e258f639fa4a83becade57cbfd2009' 2024-05-08T14:15:52.832 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-08T14:15:52.832 INFO:teuthology.packaging:ref: None 2024-05-08T14:15:52.832 INFO:teuthology.packaging:tag: None 2024-05-08T14:15:52.832 INFO:teuthology.packaging:branch: wip-adk-testing-2024-05-07-0802 2024-05-08T14:15:52.832 INFO:teuthology.packaging:sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T14:15:52.832 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-adk-testing-2024-05-07-0802 2024-05-08T14:15:52.964 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3593-g7c8f650b-1jammy 2024-05-08T14:15:52.965 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-08T14:15:52.972 INFO:teuthology.task.internal:no buildpackages task found 2024-05-08T14:15:52.972 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-08T14:15:53.004 INFO:teuthology.task.internal:Saving configuration 2024-05-08T14:15:53.016 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-08T14:15:53.029 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T14:15:53.054 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi028.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697464', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-08 14:09:13.468094', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHDFyL4FUUTQ9zz+J7lo5NUqpro4JRN4/l2GGm4nlCsG'} 2024-05-08T14:15:53.077 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi066.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697464', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-08 14:09:13.469597', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGv9zCULGSCFx8o/C2Tb6YmrsoH72fJd5pyV+EiNJwHa'} 2024-05-08T14:15:53.078 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-08T14:15:53.083 INFO:teuthology.task.internal:roles: ubuntu@smithi028.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2024-05-08T14:15:53.083 INFO:teuthology.task.internal:roles: ubuntu@smithi066.front.sepia.ceph.com - ['host.b', 'cephadm.exclude'] 2024-05-08T14:15:53.084 INFO:teuthology.run_tasks:Running task console_log... 2024-05-08T14:15:53.176 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fd4b0eaa3a0>, signals=[15]) 2024-05-08T14:15:53.177 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-08T14:15:53.183 INFO:teuthology.task.internal:Opening connections... 2024-05-08T14:15:53.183 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi028.front.sepia.ceph.com 2024-05-08T14:15:53.185 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:15:53.272 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi066.front.sepia.ceph.com 2024-05-08T14:15:53.272 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:15:53.351 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-08T14:15:53.358 DEBUG:teuthology.orchestra.run.smithi028:> uname -m 2024-05-08T14:15:53.364 INFO:teuthology.orchestra.run.smithi028.stdout:x86_64 2024-05-08T14:15:53.364 DEBUG:teuthology.orchestra.run.smithi028:> cat /etc/os-release 2024-05-08T14:15:53.411 INFO:teuthology.orchestra.run.smithi028.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-08T14:15:53.411 INFO:teuthology.orchestra.run.smithi028.stdout:NAME="Ubuntu" 2024-05-08T14:15:53.411 INFO:teuthology.orchestra.run.smithi028.stdout:VERSION_ID="22.04" 2024-05-08T14:15:53.411 INFO:teuthology.orchestra.run.smithi028.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-08T14:15:53.411 INFO:teuthology.orchestra.run.smithi028.stdout:VERSION_CODENAME=jammy 2024-05-08T14:15:53.411 INFO:teuthology.orchestra.run.smithi028.stdout:ID=ubuntu 2024-05-08T14:15:53.411 INFO:teuthology.orchestra.run.smithi028.stdout:ID_LIKE=debian 2024-05-08T14:15:53.411 INFO:teuthology.orchestra.run.smithi028.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-08T14:15:53.411 INFO:teuthology.orchestra.run.smithi028.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-08T14:15:53.412 INFO:teuthology.orchestra.run.smithi028.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-08T14:15:53.412 INFO:teuthology.orchestra.run.smithi028.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-08T14:15:53.412 INFO:teuthology.orchestra.run.smithi028.stdout:UBUNTU_CODENAME=jammy 2024-05-08T14:15:53.412 INFO:teuthology.lock.ops:Updating smithi028.front.sepia.ceph.com on lock server 2024-05-08T14:15:53.444 DEBUG:teuthology.orchestra.run.smithi066:> uname -m 2024-05-08T14:15:53.449 INFO:teuthology.orchestra.run.smithi066.stdout:x86_64 2024-05-08T14:15:53.449 DEBUG:teuthology.orchestra.run.smithi066:> cat /etc/os-release 2024-05-08T14:15:53.496 INFO:teuthology.orchestra.run.smithi066.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-08T14:15:53.497 INFO:teuthology.orchestra.run.smithi066.stdout:NAME="Ubuntu" 2024-05-08T14:15:53.497 INFO:teuthology.orchestra.run.smithi066.stdout:VERSION_ID="22.04" 2024-05-08T14:15:53.497 INFO:teuthology.orchestra.run.smithi066.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-08T14:15:53.497 INFO:teuthology.orchestra.run.smithi066.stdout:VERSION_CODENAME=jammy 2024-05-08T14:15:53.497 INFO:teuthology.orchestra.run.smithi066.stdout:ID=ubuntu 2024-05-08T14:15:53.497 INFO:teuthology.orchestra.run.smithi066.stdout:ID_LIKE=debian 2024-05-08T14:15:53.497 INFO:teuthology.orchestra.run.smithi066.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-08T14:15:53.497 INFO:teuthology.orchestra.run.smithi066.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-08T14:15:53.497 INFO:teuthology.orchestra.run.smithi066.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-08T14:15:53.497 INFO:teuthology.orchestra.run.smithi066.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-08T14:15:53.497 INFO:teuthology.orchestra.run.smithi066.stdout:UBUNTU_CODENAME=jammy 2024-05-08T14:15:53.497 INFO:teuthology.lock.ops:Updating smithi066.front.sepia.ceph.com on lock server 2024-05-08T14:15:53.518 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-08T14:15:53.527 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-08T14:15:53.554 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-08T14:15:53.555 DEBUG:teuthology.orchestra.run.smithi028:> test '!' -e /home/ubuntu/cephtest 2024-05-08T14:15:53.557 DEBUG:teuthology.orchestra.run.smithi066:> test '!' -e /home/ubuntu/cephtest 2024-05-08T14:15:53.562 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-08T14:15:53.570 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-08T14:15:53.570 DEBUG:teuthology.orchestra.run.smithi028:> test -z $(ls -A /var/lib/ceph) 2024-05-08T14:15:53.604 DEBUG:teuthology.orchestra.run.smithi066:> test -z $(ls -A /var/lib/ceph) 2024-05-08T14:15:53.622 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-08T14:15:53.673 INFO:teuthology.run_tasks:Running task kernel... 2024-05-08T14:15:53.686 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-08T14:15:53.687 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-05-08T14:15:53.687 DEBUG:teuthology.orchestra.run.smithi028:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-08T14:15:53.687 DEBUG:teuthology.orchestra.run.smithi066:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-08T14:15:53.691 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:15:53.692 DEBUG:teuthology.orchestra.run.smithi028:> uname -r 2024-05-08T14:15:53.692 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:15:53.693 DEBUG:teuthology.orchestra.run.smithi066:> uname -r 2024-05-08T14:15:53.739 INFO:teuthology.orchestra.run.smithi028.stdout:5.15.0-56-generic 2024-05-08T14:15:53.739 INFO:teuthology.task.kernel:Running kernel on smithi028: 5.15.0-56-generic 2024-05-08T14:15:53.739 DEBUG:teuthology.orchestra.run.smithi028:> sudo apt-get clean 2024-05-08T14:15:53.741 INFO:teuthology.orchestra.run.smithi066.stdout:5.15.0-56-generic 2024-05-08T14:15:53.741 INFO:teuthology.task.kernel:Running kernel on smithi066: 5.15.0-56-generic 2024-05-08T14:15:53.741 DEBUG:teuthology.orchestra.run.smithi066:> sudo apt-get clean 2024-05-08T14:15:53.861 DEBUG:teuthology.orchestra.run.smithi028:> sudo apt-get update 2024-05-08T14:15:53.888 DEBUG:teuthology.orchestra.run.smithi066:> sudo apt-get update 2024-05-08T14:15:54.084 INFO:teuthology.orchestra.run.smithi066.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-08T14:15:54.118 INFO:teuthology.orchestra.run.smithi028.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-08T14:15:54.118 INFO:teuthology.orchestra.run.smithi028.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-08T14:15:54.122 INFO:teuthology.orchestra.run.smithi028.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-08T14:15:54.131 INFO:teuthology.orchestra.run.smithi066.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-08T14:15:54.136 INFO:teuthology.orchestra.run.smithi066.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-08T14:15:54.339 INFO:teuthology.orchestra.run.smithi066.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-08T14:15:54.381 INFO:teuthology.orchestra.run.smithi028.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,421 kB] 2024-05-08T14:15:54.397 INFO:teuthology.orchestra.run.smithi028.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-08T14:15:54.412 INFO:teuthology.orchestra.run.smithi066.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [624 kB] 2024-05-08T14:15:54.498 INFO:teuthology.orchestra.run.smithi028.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [624 kB] 2024-05-08T14:15:54.605 INFO:teuthology.orchestra.run.smithi066.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,421 kB] 2024-05-08T14:15:54.622 INFO:teuthology.orchestra.run.smithi066.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,638 kB] 2024-05-08T14:15:54.629 INFO:teuthology.orchestra.run.smithi028.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,638 kB] 2024-05-08T14:15:54.679 INFO:teuthology.orchestra.run.smithi028.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [458 kB] 2024-05-08T14:15:54.702 INFO:teuthology.orchestra.run.smithi028.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [246 kB] 2024-05-08T14:15:54.709 INFO:teuthology.orchestra.run.smithi028.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-08T14:15:54.710 INFO:teuthology.orchestra.run.smithi028.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-08T14:15:54.712 INFO:teuthology.orchestra.run.smithi028.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,807 kB] 2024-05-08T14:15:54.722 INFO:teuthology.orchestra.run.smithi028.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [307 kB] 2024-05-08T14:15:54.789 INFO:teuthology.orchestra.run.smithi028.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-08T14:15:54.790 INFO:teuthology.orchestra.run.smithi028.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,864 kB] 2024-05-08T14:15:54.802 INFO:teuthology.orchestra.run.smithi066.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [307 kB] 2024-05-08T14:15:54.808 INFO:teuthology.orchestra.run.smithi066.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-08T14:15:54.809 INFO:teuthology.orchestra.run.smithi066.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-08T14:15:54.810 INFO:teuthology.orchestra.run.smithi066.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,864 kB] 2024-05-08T14:15:54.822 INFO:teuthology.orchestra.run.smithi028.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [307 kB] 2024-05-08T14:15:54.826 INFO:teuthology.orchestra.run.smithi028.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-08T14:15:54.828 INFO:teuthology.orchestra.run.smithi028.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [316 kB] 2024-05-08T14:15:54.829 INFO:teuthology.orchestra.run.smithi028.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-08T14:15:54.849 INFO:teuthology.orchestra.run.smithi028.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [602 kB] 2024-05-08T14:15:54.849 INFO:teuthology.orchestra.run.smithi028.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-08T14:15:54.849 INFO:teuthology.orchestra.run.smithi028.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,073 kB] 2024-05-08T14:15:54.972 INFO:teuthology.orchestra.run.smithi028.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [849 kB] 2024-05-08T14:15:54.975 INFO:teuthology.orchestra.run.smithi028.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [702 kB] 2024-05-08T14:15:54.988 INFO:teuthology.orchestra.run.smithi028.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-05-08T14:15:54.988 INFO:teuthology.orchestra.run.smithi028.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-05-08T14:15:54.991 INFO:teuthology.orchestra.run.smithi028.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-08T14:15:54.992 INFO:teuthology.orchestra.run.smithi028.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-08T14:15:54.992 INFO:teuthology.orchestra.run.smithi028.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-08T14:15:54.993 INFO:teuthology.orchestra.run.smithi028.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-08T14:15:54.993 INFO:teuthology.orchestra.run.smithi028.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-08T14:15:54.994 INFO:teuthology.orchestra.run.smithi066.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [316 kB] 2024-05-08T14:15:55.000 INFO:teuthology.orchestra.run.smithi066.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-08T14:15:55.000 INFO:teuthology.orchestra.run.smithi066.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,073 kB] 2024-05-08T14:15:55.019 INFO:teuthology.orchestra.run.smithi066.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [702 kB] 2024-05-08T14:15:55.024 INFO:teuthology.orchestra.run.smithi028.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-08T14:15:55.025 INFO:teuthology.orchestra.run.smithi028.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-08T14:15:55.026 INFO:teuthology.orchestra.run.smithi028.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-08T14:15:55.026 INFO:teuthology.orchestra.run.smithi028.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-08T14:15:55.027 INFO:teuthology.orchestra.run.smithi028.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-08T14:15:55.027 INFO:teuthology.orchestra.run.smithi028.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-08T14:15:55.028 INFO:teuthology.orchestra.run.smithi028.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-08T14:15:55.034 INFO:teuthology.orchestra.run.smithi028.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-08T14:15:55.037 INFO:teuthology.orchestra.run.smithi066.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [458 kB] 2024-05-08T14:15:55.046 INFO:teuthology.orchestra.run.smithi066.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [246 kB] 2024-05-08T14:15:55.050 INFO:teuthology.orchestra.run.smithi066.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-08T14:15:55.051 INFO:teuthology.orchestra.run.smithi066.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,807 kB] 2024-05-08T14:15:55.086 INFO:teuthology.orchestra.run.smithi028.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-08T14:15:55.087 INFO:teuthology.orchestra.run.smithi028.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-08T14:15:55.087 INFO:teuthology.orchestra.run.smithi028.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-08T14:15:55.088 INFO:teuthology.orchestra.run.smithi028.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-08T14:15:55.089 INFO:teuthology.orchestra.run.smithi028.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-08T14:15:55.114 INFO:teuthology.orchestra.run.smithi066.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-05-08T14:15:55.139 INFO:teuthology.orchestra.run.smithi066.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-08T14:15:55.139 INFO:teuthology.orchestra.run.smithi066.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-08T14:15:55.140 INFO:teuthology.orchestra.run.smithi066.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-08T14:15:55.141 INFO:teuthology.orchestra.run.smithi066.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-08T14:15:55.142 INFO:teuthology.orchestra.run.smithi066.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-08T14:15:55.142 INFO:teuthology.orchestra.run.smithi066.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-08T14:15:55.143 INFO:teuthology.orchestra.run.smithi066.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-08T14:15:55.144 INFO:teuthology.orchestra.run.smithi066.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-08T14:15:55.144 INFO:teuthology.orchestra.run.smithi066.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [307 kB] 2024-05-08T14:15:55.145 INFO:teuthology.orchestra.run.smithi066.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-08T14:15:55.156 INFO:teuthology.orchestra.run.smithi066.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-08T14:15:55.156 INFO:teuthology.orchestra.run.smithi066.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [602 kB] 2024-05-08T14:15:55.156 INFO:teuthology.orchestra.run.smithi066.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-08T14:15:55.175 INFO:teuthology.orchestra.run.smithi066.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [849 kB] 2024-05-08T14:15:55.212 INFO:teuthology.orchestra.run.smithi066.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-08T14:15:55.213 INFO:teuthology.orchestra.run.smithi066.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-08T14:15:55.214 INFO:teuthology.orchestra.run.smithi066.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-08T14:15:55.215 INFO:teuthology.orchestra.run.smithi066.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-08T14:15:55.359 INFO:teuthology.orchestra.run.smithi066.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-05-08T14:15:55.757 INFO:teuthology.orchestra.run.smithi066.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-08T14:15:55.763 INFO:teuthology.orchestra.run.smithi066.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-08T14:15:55.776 INFO:teuthology.orchestra.run.smithi066.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-08T14:15:55.777 INFO:teuthology.orchestra.run.smithi066.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-08T14:15:55.779 INFO:teuthology.orchestra.run.smithi066.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-08T14:16:00.718 INFO:teuthology.orchestra.run.smithi066.stdout:Fetched 13.4 MB in 2s (5,798 kB/s) 2024-05-08T14:16:00.983 INFO:teuthology.orchestra.run.smithi028.stdout:Fetched 13.4 MB in 2s (6,058 kB/s) 2024-05-08T14:16:02.126 INFO:teuthology.orchestra.run.smithi066.stdout:Reading package lists... 2024-05-08T14:16:02.145 DEBUG:teuthology.orchestra.run.smithi066:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-08T14:16:02.209 INFO:teuthology.orchestra.run.smithi066.stdout:Reading package lists... 2024-05-08T14:16:02.416 INFO:teuthology.orchestra.run.smithi066.stdout:Building dependency tree... 2024-05-08T14:16:02.416 INFO:teuthology.orchestra.run.smithi066.stdout:Reading state information... 2024-05-08T14:16:02.544 INFO:teuthology.orchestra.run.smithi028.stdout:Reading package lists... 2024-05-08T14:16:02.562 DEBUG:teuthology.orchestra.run.smithi028:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-08T14:16:02.599 INFO:teuthology.orchestra.run.smithi066.stdout:The following packages were automatically installed and are no longer required: 2024-05-08T14:16:02.599 INFO:teuthology.orchestra.run.smithi066.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-08T14:16:02.599 INFO:teuthology.orchestra.run.smithi066.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-08T14:16:02.599 INFO:teuthology.orchestra.run.smithi066.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-08T14:16:02.599 INFO:teuthology.orchestra.run.smithi066.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-08T14:16:02.600 INFO:teuthology.orchestra.run.smithi066.stdout: python2.7-minimal 2024-05-08T14:16:02.600 INFO:teuthology.orchestra.run.smithi066.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-08T14:16:02.601 INFO:teuthology.orchestra.run.smithi066.stdout:The following additional packages will be installed: 2024-05-08T14:16:02.601 INFO:teuthology.orchestra.run.smithi066.stdout: linux-generic linux-headers-5.15.0-106 linux-headers-5.15.0-106-generic 2024-05-08T14:16:02.601 INFO:teuthology.orchestra.run.smithi066.stdout: linux-headers-generic linux-image-5.15.0-106-generic 2024-05-08T14:16:02.602 INFO:teuthology.orchestra.run.smithi066.stdout: linux-modules-5.15.0-106-generic linux-modules-extra-5.15.0-106-generic 2024-05-08T14:16:02.603 INFO:teuthology.orchestra.run.smithi066.stdout:Suggested packages: 2024-05-08T14:16:02.603 INFO:teuthology.orchestra.run.smithi066.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-08T14:16:02.603 INFO:teuthology.orchestra.run.smithi066.stdout:Recommended packages: 2024-05-08T14:16:02.603 INFO:teuthology.orchestra.run.smithi066.stdout: thermald 2024-05-08T14:16:02.628 INFO:teuthology.orchestra.run.smithi028.stdout:Reading package lists... 2024-05-08T14:16:02.658 INFO:teuthology.orchestra.run.smithi066.stdout:The following NEW packages will be installed: 2024-05-08T14:16:02.658 INFO:teuthology.orchestra.run.smithi066.stdout: linux-headers-5.15.0-106 linux-headers-5.15.0-106-generic 2024-05-08T14:16:02.658 INFO:teuthology.orchestra.run.smithi066.stdout: linux-image-5.15.0-106-generic linux-modules-5.15.0-106-generic 2024-05-08T14:16:02.658 INFO:teuthology.orchestra.run.smithi066.stdout: linux-modules-extra-5.15.0-106-generic 2024-05-08T14:16:02.660 INFO:teuthology.orchestra.run.smithi066.stdout:The following packages will be upgraded: 2024-05-08T14:16:02.660 INFO:teuthology.orchestra.run.smithi066.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-08T14:16:02.780 INFO:teuthology.orchestra.run.smithi066.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-05-08T14:16:02.780 INFO:teuthology.orchestra.run.smithi066.stdout:Need to get 113 MB of archives. 2024-05-08T14:16:02.780 INFO:teuthology.orchestra.run.smithi066.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-08T14:16:02.780 INFO:teuthology.orchestra.run.smithi066.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-106-generic amd64 5.15.0-106.116 [22.7 MB] 2024-05-08T14:16:02.833 INFO:teuthology.orchestra.run.smithi028.stdout:Building dependency tree... 2024-05-08T14:16:02.833 INFO:teuthology.orchestra.run.smithi028.stdout:Reading state information... 2024-05-08T14:16:03.018 INFO:teuthology.orchestra.run.smithi028.stdout:The following packages were automatically installed and are no longer required: 2024-05-08T14:16:03.018 INFO:teuthology.orchestra.run.smithi028.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-08T14:16:03.018 INFO:teuthology.orchestra.run.smithi028.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-08T14:16:03.019 INFO:teuthology.orchestra.run.smithi028.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-08T14:16:03.019 INFO:teuthology.orchestra.run.smithi028.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-08T14:16:03.019 INFO:teuthology.orchestra.run.smithi028.stdout: python2.7-minimal 2024-05-08T14:16:03.019 INFO:teuthology.orchestra.run.smithi028.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-08T14:16:03.020 INFO:teuthology.orchestra.run.smithi028.stdout:The following additional packages will be installed: 2024-05-08T14:16:03.020 INFO:teuthology.orchestra.run.smithi028.stdout: linux-generic linux-headers-5.15.0-106 linux-headers-5.15.0-106-generic 2024-05-08T14:16:03.020 INFO:teuthology.orchestra.run.smithi028.stdout: linux-headers-generic linux-image-5.15.0-106-generic 2024-05-08T14:16:03.021 INFO:teuthology.orchestra.run.smithi028.stdout: linux-modules-5.15.0-106-generic linux-modules-extra-5.15.0-106-generic 2024-05-08T14:16:03.022 INFO:teuthology.orchestra.run.smithi028.stdout:Suggested packages: 2024-05-08T14:16:03.022 INFO:teuthology.orchestra.run.smithi028.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-08T14:16:03.022 INFO:teuthology.orchestra.run.smithi028.stdout:Recommended packages: 2024-05-08T14:16:03.022 INFO:teuthology.orchestra.run.smithi028.stdout: thermald 2024-05-08T14:16:03.075 INFO:teuthology.orchestra.run.smithi028.stdout:The following NEW packages will be installed: 2024-05-08T14:16:03.075 INFO:teuthology.orchestra.run.smithi028.stdout: linux-headers-5.15.0-106 linux-headers-5.15.0-106-generic 2024-05-08T14:16:03.075 INFO:teuthology.orchestra.run.smithi028.stdout: linux-image-5.15.0-106-generic linux-modules-5.15.0-106-generic 2024-05-08T14:16:03.076 INFO:teuthology.orchestra.run.smithi028.stdout: linux-modules-extra-5.15.0-106-generic 2024-05-08T14:16:03.077 INFO:teuthology.orchestra.run.smithi028.stdout:The following packages will be upgraded: 2024-05-08T14:16:03.078 INFO:teuthology.orchestra.run.smithi028.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-08T14:16:03.705 INFO:teuthology.orchestra.run.smithi028.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-05-08T14:16:03.705 INFO:teuthology.orchestra.run.smithi028.stdout:Need to get 113 MB of archives. 2024-05-08T14:16:03.705 INFO:teuthology.orchestra.run.smithi028.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-08T14:16:03.705 INFO:teuthology.orchestra.run.smithi028.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-106-generic amd64 5.15.0-106.116 [22.7 MB] 2024-05-08T14:16:04.373 INFO:teuthology.orchestra.run.smithi066.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-106-generic amd64 5.15.0-106.116 [11.5 MB] 2024-05-08T14:16:04.604 INFO:teuthology.orchestra.run.smithi028.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-106-generic amd64 5.15.0-106.116 [11.5 MB] 2024-05-08T14:16:04.802 INFO:teuthology.orchestra.run.smithi066.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-106-generic amd64 5.15.0-106.116 [63.9 MB] 2024-05-08T14:16:05.005 INFO:teuthology.orchestra.run.smithi028.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-106-generic amd64 5.15.0-106.116 [63.9 MB] 2024-05-08T14:16:07.248 INFO:teuthology.orchestra.run.smithi028.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.106.106 [1,692 B] 2024-05-08T14:16:07.248 INFO:teuthology.orchestra.run.smithi028.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.106.106 [2,502 B] 2024-05-08T14:16:07.249 INFO:teuthology.orchestra.run.smithi028.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-106 all 5.15.0-106.116 [12.3 MB] 2024-05-08T14:16:07.328 INFO:teuthology.orchestra.run.smithi066.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.106.106 [1,692 B] 2024-05-08T14:16:07.329 INFO:teuthology.orchestra.run.smithi066.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.106.106 [2,502 B] 2024-05-08T14:16:07.329 INFO:teuthology.orchestra.run.smithi066.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-106 all 5.15.0-106.116 [12.3 MB] 2024-05-08T14:16:07.554 INFO:teuthology.orchestra.run.smithi028.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-106-generic amd64 5.15.0-106.116 [2,876 kB] 2024-05-08T14:16:07.598 INFO:teuthology.orchestra.run.smithi028.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.106.106 [2,366 B] 2024-05-08T14:16:07.681 INFO:teuthology.orchestra.run.smithi066.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-106-generic amd64 5.15.0-106.116 [2,876 kB] 2024-05-08T14:16:07.733 INFO:teuthology.orchestra.run.smithi066.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.106.106 [2,366 B] 2024-05-08T14:16:08.017 INFO:teuthology.orchestra.run.smithi028.stdout:Fetched 113 MB in 5s (25.1 MB/s) 2024-05-08T14:16:08.130 INFO:teuthology.orchestra.run.smithi066.stdout:Fetched 113 MB in 5s (22.4 MB/s) 2024-05-08T14:16:08.210 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package linux-modules-5.15.0-106-generic. 2024-05-08T14:16:08.285 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package linux-modules-5.15.0-106-generic. 2024-05-08T14:16:10.218 INFO:teuthology.orchestra.run.smithi028.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-05-08T14:16:10.222 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../0-linux-modules-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-08T14:16:10.278 INFO:teuthology.orchestra.run.smithi066.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-05-08T14:16:10.283 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../0-linux-modules-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-08T14:16:10.365 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking linux-modules-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-08T14:16:10.374 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking linux-modules-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-08T14:16:12.474 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package linux-image-5.15.0-106-generic. 2024-05-08T14:16:12.495 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../1-linux-image-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-08T14:16:12.578 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking linux-image-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-08T14:16:12.883 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package linux-image-5.15.0-106-generic. 2024-05-08T14:16:12.904 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../1-linux-image-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-08T14:16:13.010 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking linux-image-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-08T14:16:13.018 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-106-generic. 2024-05-08T14:16:13.039 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-08T14:16:13.076 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking linux-modules-extra-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-08T14:16:13.511 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-106-generic. 2024-05-08T14:16:13.533 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-08T14:16:13.586 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking linux-modules-extra-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-08T14:16:19.533 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../3-linux-generic_5.15.0.106.106_amd64.deb ... 2024-05-08T14:16:19.659 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking linux-generic (5.15.0.106.106) over (5.15.0.56.54) ... 2024-05-08T14:16:19.984 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.106.106_amd64.deb ... 2024-05-08T14:16:20.080 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking linux-image-generic (5.15.0.106.106) over (5.15.0.56.54) ... 2024-05-08T14:16:20.254 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../3-linux-generic_5.15.0.106.106_amd64.deb ... 2024-05-08T14:16:20.349 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package linux-headers-5.15.0-106. 2024-05-08T14:16:20.363 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking linux-generic (5.15.0.106.106) over (5.15.0.56.54) ... 2024-05-08T14:16:20.373 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../5-linux-headers-5.15.0-106_5.15.0-106.116_all.deb ... 2024-05-08T14:16:20.416 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking linux-headers-5.15.0-106 (5.15.0-106.116) ... 2024-05-08T14:16:20.696 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.106.106_amd64.deb ... 2024-05-08T14:16:20.844 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking linux-image-generic (5.15.0.106.106) over (5.15.0.56.54) ... 2024-05-08T14:16:21.186 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package linux-headers-5.15.0-106. 2024-05-08T14:16:21.209 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../5-linux-headers-5.15.0-106_5.15.0-106.116_all.deb ... 2024-05-08T14:16:21.244 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking linux-headers-5.15.0-106 (5.15.0-106.116) ... 2024-05-08T14:16:25.964 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package linux-headers-5.15.0-106-generic. 2024-05-08T14:16:26.001 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../6-linux-headers-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-08T14:16:26.039 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking linux-headers-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-08T14:16:27.267 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package linux-headers-5.15.0-106-generic. 2024-05-08T14:16:27.304 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../6-linux-headers-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-08T14:16:27.333 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking linux-headers-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-08T14:16:28.753 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.106.106_amd64.deb ... 2024-05-08T14:16:28.875 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking linux-headers-generic (5.15.0.106.106) over (5.15.0.56.54) ... 2024-05-08T14:16:29.225 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up linux-headers-5.15.0-106 (5.15.0-106.116) ... 2024-05-08T14:16:29.346 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up linux-headers-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-08T14:16:29.473 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up linux-headers-generic (5.15.0.106.106) ... 2024-05-08T14:16:30.219 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up linux-image-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-08T14:16:31.139 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.106.106_amd64.deb ... 2024-05-08T14:16:31.286 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking linux-headers-generic (5.15.0.106.106) over (5.15.0.56.54) ... 2024-05-08T14:16:31.653 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up linux-headers-5.15.0-106 (5.15.0-106.116) ... 2024-05-08T14:16:31.759 INFO:teuthology.orchestra.run.smithi066.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-08T14:16:31.759 INFO:teuthology.orchestra.run.smithi066.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-08T14:16:31.760 INFO:teuthology.orchestra.run.smithi066.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-106-generic 2024-05-08T14:16:31.760 INFO:teuthology.orchestra.run.smithi066.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-106-generic 2024-05-08T14:16:31.774 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up linux-headers-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-08T14:16:31.925 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up linux-headers-generic (5.15.0.106.106) ... 2024-05-08T14:16:32.062 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up linux-image-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-08T14:16:32.437 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up linux-modules-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-08T14:16:33.417 INFO:teuthology.orchestra.run.smithi028.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-08T14:16:33.417 INFO:teuthology.orchestra.run.smithi028.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-08T14:16:33.417 INFO:teuthology.orchestra.run.smithi028.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-106-generic 2024-05-08T14:16:33.417 INFO:teuthology.orchestra.run.smithi028.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-106-generic 2024-05-08T14:16:33.571 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up linux-modules-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-08T14:16:33.888 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up linux-modules-extra-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-08T14:16:35.023 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up linux-modules-extra-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-08T14:16:35.315 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up linux-image-generic (5.15.0.106.106) ... 2024-05-08T14:16:35.749 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up linux-generic (5.15.0.106.106) ... 2024-05-08T14:16:36.284 INFO:teuthology.orchestra.run.smithi066.stdout:Processing triggers for linux-image-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-08T14:16:36.350 INFO:teuthology.orchestra.run.smithi066.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-08T14:16:36.351 INFO:teuthology.orchestra.run.smithi066.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-106-generic 2024-05-08T14:16:36.466 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up linux-image-generic (5.15.0.106.106) ... 2024-05-08T14:16:36.592 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up linux-generic (5.15.0.106.106) ... 2024-05-08T14:16:36.735 INFO:teuthology.orchestra.run.smithi028.stdout:Processing triggers for linux-image-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-08T14:16:36.799 INFO:teuthology.orchestra.run.smithi028.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-08T14:16:36.799 INFO:teuthology.orchestra.run.smithi028.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-106-generic 2024-05-08T14:16:50.697 INFO:teuthology.orchestra.run.smithi066.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-08T14:16:50.697 INFO:teuthology.orchestra.run.smithi066.stdout:Sourcing file `/etc/default/grub' 2024-05-08T14:16:50.701 INFO:teuthology.orchestra.run.smithi066.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-08T14:16:50.741 INFO:teuthology.orchestra.run.smithi066.stdout:Generating grub configuration file ... 2024-05-08T14:16:51.017 INFO:teuthology.orchestra.run.smithi066.stdout:Found linux image: /boot/vmlinuz-5.15.0-106-generic 2024-05-08T14:16:51.030 INFO:teuthology.orchestra.run.smithi066.stdout:Found initrd image: /boot/initrd.img-5.15.0-106-generic 2024-05-08T14:16:51.322 INFO:teuthology.orchestra.run.smithi066.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-08T14:16:51.327 INFO:teuthology.orchestra.run.smithi066.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-08T14:16:51.395 INFO:teuthology.orchestra.run.smithi066.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-08T14:16:51.400 INFO:teuthology.orchestra.run.smithi066.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-08T14:16:51.469 INFO:teuthology.orchestra.run.smithi028.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-08T14:16:51.469 INFO:teuthology.orchestra.run.smithi028.stdout:Sourcing file `/etc/default/grub' 2024-05-08T14:16:51.501 INFO:teuthology.orchestra.run.smithi028.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-08T14:16:51.526 INFO:teuthology.orchestra.run.smithi028.stdout:Generating grub configuration file ... 2024-05-08T14:16:51.534 INFO:teuthology.orchestra.run.smithi066.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-08T14:16:51.534 INFO:teuthology.orchestra.run.smithi066.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-08T14:16:51.534 INFO:teuthology.orchestra.run.smithi066.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-08T14:16:51.572 INFO:teuthology.orchestra.run.smithi066.stdout:done 2024-05-08T14:16:51.866 INFO:teuthology.orchestra.run.smithi028.stdout:Found linux image: /boot/vmlinuz-5.15.0-106-generic 2024-05-08T14:16:51.887 INFO:teuthology.orchestra.run.smithi028.stdout:Found initrd image: /boot/initrd.img-5.15.0-106-generic 2024-05-08T14:16:52.040 DEBUG:teuthology.orchestra.run.smithi066:> dpkg -s linux-image-generic 2024-05-08T14:16:52.101 INFO:teuthology.orchestra.run.smithi066.stdout:Package: linux-image-generic 2024-05-08T14:16:52.102 INFO:teuthology.orchestra.run.smithi066.stdout:Status: install ok installed 2024-05-08T14:16:52.102 INFO:teuthology.orchestra.run.smithi066.stdout:Priority: optional 2024-05-08T14:16:52.102 INFO:teuthology.orchestra.run.smithi066.stdout:Section: kernel 2024-05-08T14:16:52.102 INFO:teuthology.orchestra.run.smithi066.stdout:Installed-Size: 21 2024-05-08T14:16:52.102 INFO:teuthology.orchestra.run.smithi066.stdout:Maintainer: Ubuntu Kernel Team 2024-05-08T14:16:52.102 INFO:teuthology.orchestra.run.smithi066.stdout:Architecture: amd64 2024-05-08T14:16:52.102 INFO:teuthology.orchestra.run.smithi066.stdout:Source: linux-meta 2024-05-08T14:16:52.102 INFO:teuthology.orchestra.run.smithi066.stdout:Version: 5.15.0.106.106 2024-05-08T14:16:52.102 INFO:teuthology.orchestra.run.smithi066.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-106), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-08T14:16:52.102 INFO:teuthology.orchestra.run.smithi066.stdout:Depends: linux-image-5.15.0-106-generic, linux-modules-extra-5.15.0-106-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-08T14:16:52.102 INFO:teuthology.orchestra.run.smithi066.stdout:Recommends: thermald 2024-05-08T14:16:52.103 INFO:teuthology.orchestra.run.smithi066.stdout:Description: Generic Linux kernel image 2024-05-08T14:16:52.103 INFO:teuthology.orchestra.run.smithi066.stdout: This package will always depend on the latest generic kernel image 2024-05-08T14:16:52.103 INFO:teuthology.orchestra.run.smithi066.stdout: available. 2024-05-08T14:16:52.103 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-106-generic 2024-05-08T14:16:52.103 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-08T14:16:52.103 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-08T14:16:52.103 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-08T14:16:52.103 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi066.front.sepia.ceph.com, path=None, version=distro) 2024-05-08T14:16:52.104 DEBUG:teuthology.orchestra.run.smithi066:> sudo apt-get clean 2024-05-08T14:16:52.233 INFO:teuthology.orchestra.run.smithi028.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-08T14:16:52.238 INFO:teuthology.orchestra.run.smithi028.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-08T14:16:52.260 DEBUG:teuthology.orchestra.run.smithi066:> sudo apt-get update 2024-05-08T14:16:52.316 INFO:teuthology.orchestra.run.smithi028.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-08T14:16:52.322 INFO:teuthology.orchestra.run.smithi028.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-08T14:16:52.388 INFO:teuthology.orchestra.run.smithi066.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-08T14:16:52.388 INFO:teuthology.orchestra.run.smithi066.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-08T14:16:52.400 INFO:teuthology.orchestra.run.smithi066.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-08T14:16:52.422 INFO:teuthology.orchestra.run.smithi066.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-08T14:16:52.487 INFO:teuthology.orchestra.run.smithi028.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-08T14:16:52.488 INFO:teuthology.orchestra.run.smithi028.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-08T14:16:52.488 INFO:teuthology.orchestra.run.smithi028.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-08T14:16:52.522 INFO:teuthology.orchestra.run.smithi028.stdout:done 2024-05-08T14:16:53.012 DEBUG:teuthology.orchestra.run.smithi028:> dpkg -s linux-image-generic 2024-05-08T14:16:53.028 INFO:teuthology.orchestra.run.smithi028.stdout:Package: linux-image-generic 2024-05-08T14:16:53.028 INFO:teuthology.orchestra.run.smithi028.stdout:Status: install ok installed 2024-05-08T14:16:53.028 INFO:teuthology.orchestra.run.smithi028.stdout:Priority: optional 2024-05-08T14:16:53.028 INFO:teuthology.orchestra.run.smithi028.stdout:Section: kernel 2024-05-08T14:16:53.028 INFO:teuthology.orchestra.run.smithi028.stdout:Installed-Size: 21 2024-05-08T14:16:53.028 INFO:teuthology.orchestra.run.smithi028.stdout:Maintainer: Ubuntu Kernel Team 2024-05-08T14:16:53.029 INFO:teuthology.orchestra.run.smithi028.stdout:Architecture: amd64 2024-05-08T14:16:53.029 INFO:teuthology.orchestra.run.smithi028.stdout:Source: linux-meta 2024-05-08T14:16:53.029 INFO:teuthology.orchestra.run.smithi028.stdout:Version: 5.15.0.106.106 2024-05-08T14:16:53.029 INFO:teuthology.orchestra.run.smithi028.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-106), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-08T14:16:53.029 INFO:teuthology.orchestra.run.smithi028.stdout:Depends: linux-image-5.15.0-106-generic, linux-modules-extra-5.15.0-106-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-08T14:16:53.029 INFO:teuthology.orchestra.run.smithi028.stdout:Recommends: thermald 2024-05-08T14:16:53.029 INFO:teuthology.orchestra.run.smithi028.stdout:Description: Generic Linux kernel image 2024-05-08T14:16:53.029 INFO:teuthology.orchestra.run.smithi028.stdout: This package will always depend on the latest generic kernel image 2024-05-08T14:16:53.029 INFO:teuthology.orchestra.run.smithi028.stdout: available. 2024-05-08T14:16:53.029 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-106-generic 2024-05-08T14:16:53.029 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-08T14:16:53.029 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-08T14:16:53.029 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-08T14:16:53.030 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi028.front.sepia.ceph.com, path=None, version=distro) 2024-05-08T14:16:53.030 DEBUG:teuthology.orchestra.run.smithi028:> sudo apt-get clean 2024-05-08T14:16:53.236 DEBUG:teuthology.orchestra.run.smithi028:> sudo apt-get update 2024-05-08T14:16:53.362 INFO:teuthology.orchestra.run.smithi028.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-08T14:16:53.474 INFO:teuthology.orchestra.run.smithi028.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-08T14:16:53.555 INFO:teuthology.orchestra.run.smithi028.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-08T14:16:53.636 INFO:teuthology.orchestra.run.smithi028.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-08T14:16:53.839 INFO:teuthology.orchestra.run.smithi066.stdout:Reading package lists... 2024-05-08T14:16:53.856 DEBUG:teuthology.orchestra.run.smithi066:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-08T14:16:53.909 INFO:teuthology.orchestra.run.smithi066.stdout:Reading package lists... 2024-05-08T14:16:54.091 INFO:teuthology.orchestra.run.smithi066.stdout:Building dependency tree... 2024-05-08T14:16:54.092 INFO:teuthology.orchestra.run.smithi066.stdout:Reading state information... 2024-05-08T14:16:54.255 INFO:teuthology.orchestra.run.smithi066.stdout:linux-image-generic is already the newest version (5.15.0.106.106). 2024-05-08T14:16:54.255 INFO:teuthology.orchestra.run.smithi066.stdout:The following packages were automatically installed and are no longer required: 2024-05-08T14:16:54.255 INFO:teuthology.orchestra.run.smithi066.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-08T14:16:54.256 INFO:teuthology.orchestra.run.smithi066.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-08T14:16:54.256 INFO:teuthology.orchestra.run.smithi066.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-08T14:16:54.256 INFO:teuthology.orchestra.run.smithi066.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-08T14:16:54.256 INFO:teuthology.orchestra.run.smithi066.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-08T14:16:54.256 INFO:teuthology.orchestra.run.smithi066.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-08T14:16:54.293 INFO:teuthology.orchestra.run.smithi066.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-05-08T14:16:54.295 DEBUG:teuthology.orchestra.run.smithi066:> dpkg -s linux-image-generic 2024-05-08T14:16:54.351 INFO:teuthology.orchestra.run.smithi066.stdout:Package: linux-image-generic 2024-05-08T14:16:54.352 INFO:teuthology.orchestra.run.smithi066.stdout:Status: install ok installed 2024-05-08T14:16:54.352 INFO:teuthology.orchestra.run.smithi066.stdout:Priority: optional 2024-05-08T14:16:54.352 INFO:teuthology.orchestra.run.smithi066.stdout:Section: kernel 2024-05-08T14:16:54.352 INFO:teuthology.orchestra.run.smithi066.stdout:Installed-Size: 21 2024-05-08T14:16:54.352 INFO:teuthology.orchestra.run.smithi066.stdout:Maintainer: Ubuntu Kernel Team 2024-05-08T14:16:54.352 INFO:teuthology.orchestra.run.smithi066.stdout:Architecture: amd64 2024-05-08T14:16:54.352 INFO:teuthology.orchestra.run.smithi066.stdout:Source: linux-meta 2024-05-08T14:16:54.352 INFO:teuthology.orchestra.run.smithi066.stdout:Version: 5.15.0.106.106 2024-05-08T14:16:54.352 INFO:teuthology.orchestra.run.smithi066.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-106), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-08T14:16:54.352 INFO:teuthology.orchestra.run.smithi066.stdout:Depends: linux-image-5.15.0-106-generic, linux-modules-extra-5.15.0-106-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-08T14:16:54.352 INFO:teuthology.orchestra.run.smithi066.stdout:Recommends: thermald 2024-05-08T14:16:54.352 INFO:teuthology.orchestra.run.smithi066.stdout:Description: Generic Linux kernel image 2024-05-08T14:16:54.352 INFO:teuthology.orchestra.run.smithi066.stdout: This package will always depend on the latest generic kernel image 2024-05-08T14:16:54.353 INFO:teuthology.orchestra.run.smithi066.stdout: available. 2024-05-08T14:16:54.353 DEBUG:teuthology.orchestra.run.smithi066:> mktemp 2024-05-08T14:16:54.401 INFO:teuthology.orchestra.run.smithi066.stdout:/tmp/tmp.xI5RcIwKa0 2024-05-08T14:16:54.401 DEBUG:teuthology.orchestra.run.smithi066:> sudo cp /boot/grub/grub.cfg /tmp/tmp.xI5RcIwKa0 2024-05-08T14:16:54.457 DEBUG:teuthology.orchestra.run.smithi066:> sudo chmod 0666 /tmp/tmp.xI5RcIwKa0 2024-05-08T14:16:54.573 DEBUG:teuthology.orchestra.remote:smithi066:/tmp/tmp.xI5RcIwKa0 is 10KB 2024-05-08T14:16:54.586 DEBUG:teuthology.orchestra.run.smithi066:> rm -fr /tmp/tmp.xI5RcIwKa0 2024-05-08T14:16:54.592 DEBUG:teuthology.orchestra.run.smithi066:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-08T14:16:54.644 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-05-08T14:16:54.645 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-08T14:16:54.645 DEBUG:teuthology.orchestra.run.smithi066:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-08T14:16:54.713 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-106-generic 2024-05-08T14:16:54.713 DEBUG:teuthology.orchestra.run.smithi066:> sudo update-grub 2024-05-08T14:16:54.800 INFO:teuthology.orchestra.run.smithi028.stdout:Reading package lists... 2024-05-08T14:16:54.817 DEBUG:teuthology.orchestra.run.smithi028:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-08T14:16:54.869 INFO:teuthology.orchestra.run.smithi028.stdout:Reading package lists... 2024-05-08T14:16:55.066 INFO:teuthology.orchestra.run.smithi028.stdout:Building dependency tree... 2024-05-08T14:16:55.066 INFO:teuthology.orchestra.run.smithi028.stdout:Reading state information... 2024-05-08T14:16:55.230 INFO:teuthology.orchestra.run.smithi028.stdout:linux-image-generic is already the newest version (5.15.0.106.106). 2024-05-08T14:16:55.230 INFO:teuthology.orchestra.run.smithi028.stdout:The following packages were automatically installed and are no longer required: 2024-05-08T14:16:55.230 INFO:teuthology.orchestra.run.smithi028.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-08T14:16:55.231 INFO:teuthology.orchestra.run.smithi028.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-08T14:16:55.231 INFO:teuthology.orchestra.run.smithi028.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-08T14:16:55.231 INFO:teuthology.orchestra.run.smithi028.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-08T14:16:55.231 INFO:teuthology.orchestra.run.smithi028.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-08T14:16:55.231 INFO:teuthology.orchestra.run.smithi028.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-08T14:16:55.269 INFO:teuthology.orchestra.run.smithi028.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-05-08T14:16:55.271 DEBUG:teuthology.orchestra.run.smithi028:> dpkg -s linux-image-generic 2024-05-08T14:16:55.328 INFO:teuthology.orchestra.run.smithi028.stdout:Package: linux-image-generic 2024-05-08T14:16:55.329 INFO:teuthology.orchestra.run.smithi028.stdout:Status: install ok installed 2024-05-08T14:16:55.329 INFO:teuthology.orchestra.run.smithi028.stdout:Priority: optional 2024-05-08T14:16:55.329 INFO:teuthology.orchestra.run.smithi028.stdout:Section: kernel 2024-05-08T14:16:55.329 INFO:teuthology.orchestra.run.smithi028.stdout:Installed-Size: 21 2024-05-08T14:16:55.329 INFO:teuthology.orchestra.run.smithi028.stdout:Maintainer: Ubuntu Kernel Team 2024-05-08T14:16:55.329 INFO:teuthology.orchestra.run.smithi028.stdout:Architecture: amd64 2024-05-08T14:16:55.329 INFO:teuthology.orchestra.run.smithi028.stdout:Source: linux-meta 2024-05-08T14:16:55.329 INFO:teuthology.orchestra.run.smithi028.stdout:Version: 5.15.0.106.106 2024-05-08T14:16:55.329 INFO:teuthology.orchestra.run.smithi028.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-106), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-08T14:16:55.329 INFO:teuthology.orchestra.run.smithi028.stdout:Depends: linux-image-5.15.0-106-generic, linux-modules-extra-5.15.0-106-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-08T14:16:55.329 INFO:teuthology.orchestra.run.smithi028.stdout:Recommends: thermald 2024-05-08T14:16:55.329 INFO:teuthology.orchestra.run.smithi028.stdout:Description: Generic Linux kernel image 2024-05-08T14:16:55.329 INFO:teuthology.orchestra.run.smithi028.stdout: This package will always depend on the latest generic kernel image 2024-05-08T14:16:55.330 INFO:teuthology.orchestra.run.smithi028.stdout: available. 2024-05-08T14:16:55.330 DEBUG:teuthology.orchestra.run.smithi028:> mktemp 2024-05-08T14:16:55.374 INFO:teuthology.orchestra.run.smithi028.stdout:/tmp/tmp.sCXE7r9XHY 2024-05-08T14:16:55.374 DEBUG:teuthology.orchestra.run.smithi028:> sudo cp /boot/grub/grub.cfg /tmp/tmp.sCXE7r9XHY 2024-05-08T14:16:55.429 DEBUG:teuthology.orchestra.run.smithi028:> sudo chmod 0666 /tmp/tmp.sCXE7r9XHY 2024-05-08T14:16:55.563 DEBUG:teuthology.orchestra.remote:smithi028:/tmp/tmp.sCXE7r9XHY is 10KB 2024-05-08T14:16:55.575 DEBUG:teuthology.orchestra.run.smithi028:> rm -fr /tmp/tmp.sCXE7r9XHY 2024-05-08T14:16:55.581 DEBUG:teuthology.orchestra.run.smithi028:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-08T14:16:55.637 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-05-08T14:16:55.638 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-08T14:16:55.638 DEBUG:teuthology.orchestra.run.smithi028:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-08T14:16:55.706 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-106-generic 2024-05-08T14:16:55.706 DEBUG:teuthology.orchestra.run.smithi028:> sudo update-grub 2024-05-08T14:16:55.872 INFO:teuthology.orchestra.run.smithi066.stderr:Sourcing file `/etc/default/grub' 2024-05-08T14:16:55.873 INFO:teuthology.orchestra.run.smithi066.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-08T14:16:55.875 INFO:teuthology.orchestra.run.smithi066.stderr:Generating grub configuration file ... 2024-05-08T14:16:56.063 INFO:teuthology.orchestra.run.smithi066.stderr:Found linux image: /boot/vmlinuz-5.15.0-106-generic 2024-05-08T14:16:56.069 INFO:teuthology.orchestra.run.smithi066.stderr:Found initrd image: /boot/initrd.img-5.15.0-106-generic 2024-05-08T14:16:56.286 INFO:teuthology.orchestra.run.smithi066.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-08T14:16:56.290 INFO:teuthology.orchestra.run.smithi066.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-08T14:16:56.326 INFO:teuthology.orchestra.run.smithi066.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-08T14:16:56.330 INFO:teuthology.orchestra.run.smithi066.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-08T14:16:56.474 INFO:teuthology.orchestra.run.smithi066.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-08T14:16:56.474 INFO:teuthology.orchestra.run.smithi066.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-08T14:16:56.475 INFO:teuthology.orchestra.run.smithi066.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-08T14:16:56.488 INFO:teuthology.orchestra.run.smithi066.stderr:done 2024-05-08T14:16:56.496 DEBUG:teuthology.orchestra.run.smithi066:> sudo shutdown -r now 2024-05-08T14:16:57.036 INFO:teuthology.orchestra.run.smithi028.stderr:Sourcing file `/etc/default/grub' 2024-05-08T14:16:57.037 INFO:teuthology.orchestra.run.smithi028.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-08T14:16:57.040 INFO:teuthology.orchestra.run.smithi028.stderr:Generating grub configuration file ... 2024-05-08T14:16:57.257 INFO:teuthology.orchestra.run.smithi028.stderr:Found linux image: /boot/vmlinuz-5.15.0-106-generic 2024-05-08T14:16:57.263 INFO:teuthology.orchestra.run.smithi028.stderr:Found initrd image: /boot/initrd.img-5.15.0-106-generic 2024-05-08T14:16:57.529 INFO:teuthology.orchestra.run.smithi028.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-08T14:16:57.535 INFO:teuthology.orchestra.run.smithi028.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-08T14:16:57.582 INFO:teuthology.orchestra.run.smithi028.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-08T14:16:57.588 INFO:teuthology.orchestra.run.smithi028.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-08T14:16:57.712 INFO:teuthology.orchestra.run.smithi028.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-08T14:16:57.713 INFO:teuthology.orchestra.run.smithi028.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-08T14:16:57.713 INFO:teuthology.orchestra.run.smithi028.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-08T14:16:57.730 INFO:teuthology.orchestra.run.smithi028.stderr:done 2024-05-08T14:16:57.743 DEBUG:teuthology.orchestra.run.smithi028:> sudo shutdown -r now 2024-05-08T14:17:26.522 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-08T14:17:26.523 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-05-08T14:17:26.523 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:17:27.747 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-08T14:17:27.748 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi028.front.sepia.ceph.com' 2024-05-08T14:17:27.748 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:17:44.990 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.66 2024-05-08T14:17:46.270 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.28 2024-05-08T14:17:53.995 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-05-08T14:17:53.996 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:17:55.272 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi028.front.sepia.ceph.com' 2024-05-08T14:17:55.273 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:17:57.058 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.66 2024-05-08T14:18:09.069 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-05-08T14:18:09.070 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:18:12.126 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.66 2024-05-08T14:18:13.662 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.28 2024-05-08T14:18:25.665 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi028.front.sepia.ceph.com' 2024-05-08T14:18:25.665 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:18:27.129 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-05-08T14:18:27.129 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:18:28.734 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.28 2024-05-08T14:18:43.746 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi028.front.sepia.ceph.com' 2024-05-08T14:18:43.747 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:18:44.030 DEBUG:teuthology.orchestra.run.smithi028:> true 2024-05-08T14:18:44.595 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi028.front.sepia.ceph.com' 2024-05-08T14:18:44.595 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-106-generic"... 2024-05-08T14:18:44.595 DEBUG:teuthology.orchestra.run.smithi028:> uname -r 2024-05-08T14:18:44.643 INFO:teuthology.orchestra.run.smithi028.stdout:5.15.0-106-generic 2024-05-08T14:18:44.643 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-106-generic vs 5.15.0-106-generic 2024-05-08T14:18:44.643 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-08T14:18:44.643 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-08T14:18:45.644 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-08T14:18:45.644 DEBUG:teuthology.orchestra.run.smithi028:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-08T14:18:45.729 INFO:teuthology.orchestra.run.smithi028.stdout:ttyS1 2024-05-08T14:18:45.752 DEBUG:teuthology.parallel:result is None 2024-05-08T14:19:27.132 DEBUG:teuthology.orchestra.remote:timed out 2024-05-08T14:19:45.133 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-05-08T14:19:45.134 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:19:45.324 DEBUG:teuthology.orchestra.run.smithi066:> true 2024-05-08T14:19:45.936 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-05-08T14:19:45.936 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-106-generic"... 2024-05-08T14:19:45.937 DEBUG:teuthology.orchestra.run.smithi066:> uname -r 2024-05-08T14:19:45.989 INFO:teuthology.orchestra.run.smithi066.stdout:5.15.0-106-generic 2024-05-08T14:19:45.990 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-106-generic vs 5.15.0-106-generic 2024-05-08T14:19:45.990 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-08T14:19:45.990 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-08T14:19:46.994 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-08T14:19:46.994 DEBUG:teuthology.orchestra.run.smithi066:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-08T14:19:47.086 INFO:teuthology.orchestra.run.smithi066.stdout:ttyS1 2024-05-08T14:19:47.111 DEBUG:teuthology.parallel:result is None 2024-05-08T14:19:47.112 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-08T14:19:47.120 INFO:teuthology.task.internal:Creating test directory... 2024-05-08T14:19:47.120 DEBUG:teuthology.orchestra.run.smithi028:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-08T14:19:47.127 DEBUG:teuthology.orchestra.run.smithi066:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-08T14:19:47.148 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-08T14:19:47.162 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-08T14:19:47.215 INFO:teuthology.task.internal:Creating archive directory... 2024-05-08T14:19:47.216 DEBUG:teuthology.orchestra.run.smithi028:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-08T14:19:47.221 DEBUG:teuthology.orchestra.run.smithi066:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-08T14:19:47.256 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-08T14:19:47.274 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-08T14:19:47.274 DEBUG:teuthology.orchestra.run.smithi028:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-08T14:19:47.284 DEBUG:teuthology.orchestra.run.smithi066:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-08T14:19:47.302 INFO:teuthology.orchestra.run.smithi066.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T14:19:47.310 INFO:teuthology.orchestra.run.smithi066.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T14:19:47.313 INFO:teuthology.orchestra.run.smithi028.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T14:19:47.323 INFO:teuthology.orchestra.run.smithi028.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T14:19:47.325 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-08T14:19:47.414 INFO:teuthology.task.internal:Configuring sudo... 2024-05-08T14:19:47.414 DEBUG:teuthology.orchestra.run.smithi028:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-08T14:19:47.420 DEBUG:teuthology.orchestra.run.smithi066:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-08T14:19:47.443 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-08T14:19:47.466 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-08T14:19:47.466 DEBUG:teuthology.orchestra.run.smithi028:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-08T14:19:47.476 DEBUG:teuthology.orchestra.run.smithi066:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-08T14:19:47.491 DEBUG:teuthology.orchestra.run.smithi028:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T14:19:47.528 DEBUG:teuthology.orchestra.run.smithi028:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T14:19:47.574 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-05-08T14:19:47.574 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-08T14:19:47.668 DEBUG:teuthology.orchestra.run.smithi066:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T14:19:47.675 DEBUG:teuthology.orchestra.run.smithi066:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T14:19:47.723 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-05-08T14:19:47.723 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-08T14:19:47.784 DEBUG:teuthology.orchestra.run.smithi028:> sudo service rsyslog restart 2024-05-08T14:19:47.787 DEBUG:teuthology.orchestra.run.smithi066:> sudo service rsyslog restart 2024-05-08T14:19:47.860 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-08T14:19:47.869 INFO:teuthology.task.internal:Starting timer... 2024-05-08T14:19:47.869 INFO:teuthology.run_tasks:Running task pcp... 2024-05-08T14:19:47.897 INFO:teuthology.run_tasks:Running task selinux... 2024-05-08T14:19:47.928 DEBUG:teuthology.task.selinux:Excluding smithi028: OS 'ubuntu' does not support SELinux 2024-05-08T14:19:47.928 DEBUG:teuthology.task.selinux:Excluding smithi066: OS 'ubuntu' does not support SELinux 2024-05-08T14:19:47.930 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-08T14:19:47.930 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-05-08T14:19:47.930 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-08T14:19:47.930 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-08T14:19:47.964 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-08T14:19:47.981 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-05-08T14:19:47.983 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi028.front.sepia.ceph.com,smithi066.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-08T14:26:57.400 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi028.front.sepia.ceph.com'), Remote(name='ubuntu@smithi066.front.sepia.ceph.com')] 2024-05-08T14:26:57.402 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi028.front.sepia.ceph.com' 2024-05-08T14:26:57.403 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:26:57.486 DEBUG:teuthology.orchestra.run.smithi028:> true 2024-05-08T14:26:57.566 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi028.front.sepia.ceph.com' 2024-05-08T14:26:57.567 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-05-08T14:26:57.567 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:26:57.648 DEBUG:teuthology.orchestra.run.smithi066:> true 2024-05-08T14:26:57.730 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-05-08T14:26:57.731 INFO:teuthology.run_tasks:Running task clock... 2024-05-08T14:26:57.748 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-08T14:26:57.748 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-08T14:26:57.749 DEBUG:teuthology.orchestra.run.smithi028:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-08T14:26:57.751 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-08T14:26:57.752 DEBUG:teuthology.orchestra.run.smithi066:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-08T14:26:57.781 INFO:teuthology.orchestra.run.smithi028.stdout: 8 May 14:26:57 ntpd[17156]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-08T14:26:57.781 INFO:teuthology.orchestra.run.smithi028.stdout: 8 May 14:26:57 ntpd[17156]: Command line: ntpd -gq 2024-05-08T14:26:57.782 INFO:teuthology.orchestra.run.smithi028.stdout: 8 May 14:26:57 ntpd[17156]: ---------------------------------------------------- 2024-05-08T14:26:57.782 INFO:teuthology.orchestra.run.smithi028.stdout: 8 May 14:26:57 ntpd[17156]: ntp-4 is maintained by Network Time Foundation, 2024-05-08T14:26:57.782 INFO:teuthology.orchestra.run.smithi028.stdout: 8 May 14:26:57 ntpd[17156]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-08T14:26:57.782 INFO:teuthology.orchestra.run.smithi028.stdout: 8 May 14:26:57 ntpd[17156]: corporation. Support and training for ntp-4 are 2024-05-08T14:26:57.782 INFO:teuthology.orchestra.run.smithi028.stdout: 8 May 14:26:57 ntpd[17156]: available at https://www.nwtime.org/support 2024-05-08T14:26:57.782 INFO:teuthology.orchestra.run.smithi028.stdout: 8 May 14:26:57 ntpd[17156]: ---------------------------------------------------- 2024-05-08T14:26:57.783 INFO:teuthology.orchestra.run.smithi028.stdout: 8 May 14:26:57 ntpd[17156]: proto: precision = 0.045 usec (-24) 2024-05-08T14:26:57.783 INFO:teuthology.orchestra.run.smithi028.stdout: 8 May 14:26:57 ntpd[17156]: basedate set to 2022-02-04 2024-05-08T14:26:57.783 INFO:teuthology.orchestra.run.smithi028.stdout: 8 May 14:26:57 ntpd[17156]: gps base set to 2022-02-06 (week 2196) 2024-05-08T14:26:57.783 INFO:teuthology.orchestra.run.smithi028.stdout: 8 May 14:26:57 ntpd[17156]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-08T14:26:57.783 INFO:teuthology.orchestra.run.smithi028.stdout: 8 May 14:26:57 ntpd[17156]: restrict ::: KOD does nothing without LIMITED. 2024-05-08T14:26:57.783 INFO:teuthology.orchestra.run.smithi028.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-08T14:26:57.783 INFO:teuthology.orchestra.run.smithi028.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-08T14:26:57.784 INFO:teuthology.orchestra.run.smithi028.stdout: 8 May 14:26:57 ntpd[17156]: Listen and drop on 0 v6wildcard [::]:123 2024-05-08T14:26:57.784 INFO:teuthology.orchestra.run.smithi028.stdout: 8 May 14:26:57 ntpd[17156]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-08T14:26:57.784 INFO:teuthology.orchestra.run.smithi028.stdout: 8 May 14:26:57 ntpd[17156]: Listen normally on 2 lo 127.0.0.1:123 2024-05-08T14:26:57.784 INFO:teuthology.orchestra.run.smithi028.stdout: 8 May 14:26:57 ntpd[17156]: Listen normally on 3 ens1f0 172.21.15.28:123 2024-05-08T14:26:57.784 INFO:teuthology.orchestra.run.smithi028.stdout: 8 May 14:26:57 ntpd[17156]: Listen normally on 4 lo [::1]:123 2024-05-08T14:26:57.785 INFO:teuthology.orchestra.run.smithi028.stdout: 8 May 14:26:57 ntpd[17156]: Listen normally on 5 ens1f0 [fe80::ae1f:6bff:fea5:ca3c%4]:123 2024-05-08T14:26:57.785 INFO:teuthology.orchestra.run.smithi028.stdout: 8 May 14:26:57 ntpd[17156]: Listening on routing socket on fd #22 for interface updates 2024-05-08T14:26:57.798 INFO:teuthology.orchestra.run.smithi066.stdout: 8 May 14:26:57 ntpd[17273]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-08T14:26:57.798 INFO:teuthology.orchestra.run.smithi066.stdout: 8 May 14:26:57 ntpd[17273]: Command line: ntpd -gq 2024-05-08T14:26:57.798 INFO:teuthology.orchestra.run.smithi066.stdout: 8 May 14:26:57 ntpd[17273]: ---------------------------------------------------- 2024-05-08T14:26:57.798 INFO:teuthology.orchestra.run.smithi066.stdout: 8 May 14:26:57 ntpd[17273]: ntp-4 is maintained by Network Time Foundation, 2024-05-08T14:26:57.798 INFO:teuthology.orchestra.run.smithi066.stdout: 8 May 14:26:57 ntpd[17273]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-08T14:26:57.798 INFO:teuthology.orchestra.run.smithi066.stdout: 8 May 14:26:57 ntpd[17273]: corporation. Support and training for ntp-4 are 2024-05-08T14:26:57.798 INFO:teuthology.orchestra.run.smithi066.stdout: 8 May 14:26:57 ntpd[17273]: available at https://www.nwtime.org/support 2024-05-08T14:26:57.798 INFO:teuthology.orchestra.run.smithi066.stdout: 8 May 14:26:57 ntpd[17273]: ---------------------------------------------------- 2024-05-08T14:26:57.798 INFO:teuthology.orchestra.run.smithi066.stdout: 8 May 14:26:57 ntpd[17273]: proto: precision = 0.048 usec (-24) 2024-05-08T14:26:57.798 INFO:teuthology.orchestra.run.smithi066.stdout: 8 May 14:26:57 ntpd[17273]: basedate set to 2022-02-04 2024-05-08T14:26:57.799 INFO:teuthology.orchestra.run.smithi066.stdout: 8 May 14:26:57 ntpd[17273]: gps base set to 2022-02-06 (week 2196) 2024-05-08T14:26:57.799 INFO:teuthology.orchestra.run.smithi066.stdout: 8 May 14:26:57 ntpd[17273]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-08T14:26:57.799 INFO:teuthology.orchestra.run.smithi066.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-08T14:26:57.799 INFO:teuthology.orchestra.run.smithi066.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-08T14:26:57.800 INFO:teuthology.orchestra.run.smithi066.stdout: 8 May 14:26:57 ntpd[17273]: restrict ::: KOD does nothing without LIMITED. 2024-05-08T14:26:57.800 INFO:teuthology.orchestra.run.smithi066.stdout: 8 May 14:26:57 ntpd[17273]: Listen and drop on 0 v6wildcard [::]:123 2024-05-08T14:26:57.800 INFO:teuthology.orchestra.run.smithi066.stdout: 8 May 14:26:57 ntpd[17273]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-08T14:26:57.800 INFO:teuthology.orchestra.run.smithi066.stdout: 8 May 14:26:57 ntpd[17273]: Listen normally on 2 lo 127.0.0.1:123 2024-05-08T14:26:57.800 INFO:teuthology.orchestra.run.smithi066.stdout: 8 May 14:26:57 ntpd[17273]: Listen normally on 3 enp3s0f1 172.21.15.66:123 2024-05-08T14:26:57.800 INFO:teuthology.orchestra.run.smithi066.stdout: 8 May 14:26:57 ntpd[17273]: Listen normally on 4 lo [::1]:123 2024-05-08T14:26:57.800 INFO:teuthology.orchestra.run.smithi066.stdout: 8 May 14:26:57 ntpd[17273]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:feb6:f8bd%5]:123 2024-05-08T14:26:57.800 INFO:teuthology.orchestra.run.smithi066.stdout: 8 May 14:26:57 ntpd[17273]: Listening on routing socket on fd #22 for interface updates 2024-05-08T14:26:58.782 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:26:58 ntpd[17156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T14:26:58.782 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:26:58 ntpd[17156]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T14:26:58.783 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:26:58 ntpd[17156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T14:26:58.783 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:26:58 ntpd[17156]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T14:26:58.783 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:26:58 ntpd[17156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T14:26:58.783 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:26:58 ntpd[17156]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T14:26:58.783 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:26:58 ntpd[17156]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-08T14:26:58.783 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:26:58 ntpd[17156]: can't open /var/log/ntpstats/peerstats.20240508: Permission denied 2024-05-08T14:26:59.798 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:26:59 ntpd[17273]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T14:26:59.798 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:26:59 ntpd[17273]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T14:26:59.798 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:26:59 ntpd[17273]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T14:26:59.798 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:26:59 ntpd[17273]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T14:26:59.798 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:26:59 ntpd[17273]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-08T14:26:59.798 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:26:59 ntpd[17273]: can't open /var/log/ntpstats/peerstats.20240508: Permission denied 2024-05-08T14:27:00.783 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:00 ntpd[17156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T14:27:00.783 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:00 ntpd[17156]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T14:27:00.783 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:00 ntpd[17156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T14:27:00.783 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:00 ntpd[17156]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T14:27:00.784 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:00 ntpd[17156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T14:27:00.784 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:00 ntpd[17156]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T14:27:00.784 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:00 ntpd[17156]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-08T14:27:00.784 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:00 ntpd[17156]: can't open /var/log/ntpstats/peerstats.20240508: Permission denied 2024-05-08T14:27:00.784 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:00 ntpd[17156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T14:27:00.784 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:00 ntpd[17156]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T14:27:00.784 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:00 ntpd[17156]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-08T14:27:00.784 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:00 ntpd[17156]: can't open /var/log/ntpstats/peerstats.20240508: Permission denied 2024-05-08T14:27:00.797 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:00 ntpd[17273]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T14:27:00.797 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:00 ntpd[17273]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T14:27:01.798 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:01 ntpd[17273]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T14:27:01.798 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:01 ntpd[17273]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T14:27:01.798 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:01 ntpd[17273]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T14:27:01.798 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:01 ntpd[17273]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T14:27:01.798 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:01 ntpd[17273]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-08T14:27:01.798 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:01 ntpd[17273]: can't open /var/log/ntpstats/peerstats.20240508: Permission denied 2024-05-08T14:27:02.783 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:02 ntpd[17156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T14:27:02.783 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:02 ntpd[17156]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T14:27:02.783 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:02 ntpd[17156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T14:27:02.784 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:02 ntpd[17156]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T14:27:02.784 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:02 ntpd[17156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T14:27:02.784 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:02 ntpd[17156]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T14:27:02.784 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:02 ntpd[17156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T14:27:02.784 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:02 ntpd[17156]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T14:27:02.784 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:02 ntpd[17156]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-08T14:27:02.784 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:02 ntpd[17156]: can't open /var/log/ntpstats/peerstats.20240508: Permission denied 2024-05-08T14:27:02.784 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:02 ntpd[17156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T14:27:02.784 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:02 ntpd[17156]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T14:27:02.784 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:02 ntpd[17156]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-08T14:27:02.784 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:02 ntpd[17156]: can't open /var/log/ntpstats/peerstats.20240508: Permission denied 2024-05-08T14:27:02.784 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:02 ntpd[17156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T14:27:02.784 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:02 ntpd[17156]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T14:27:02.784 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:02 ntpd[17156]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-08T14:27:02.785 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:02 ntpd[17156]: can't open /var/log/ntpstats/peerstats.20240508: Permission denied 2024-05-08T14:27:02.798 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:02 ntpd[17273]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T14:27:02.798 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:02 ntpd[17273]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T14:27:02.798 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:02 ntpd[17273]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T14:27:02.798 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:02 ntpd[17273]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T14:27:02.798 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:02 ntpd[17273]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T14:27:02.798 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:02 ntpd[17273]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T14:27:02.799 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:02 ntpd[17273]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-08T14:27:02.799 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:02 ntpd[17273]: can't open /var/log/ntpstats/peerstats.20240508: Permission denied 2024-05-08T14:27:02.799 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:02 ntpd[17273]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T14:27:02.799 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:02 ntpd[17273]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T14:27:02.799 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:02 ntpd[17273]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-08T14:27:02.799 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:02 ntpd[17273]: can't open /var/log/ntpstats/peerstats.20240508: Permission denied 2024-05-08T14:27:03.798 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:03 ntpd[17273]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T14:27:03.798 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:03 ntpd[17273]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T14:27:03.798 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:03 ntpd[17273]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T14:27:03.798 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:03 ntpd[17273]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T14:27:03.798 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:03 ntpd[17273]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-08T14:27:03.798 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:03 ntpd[17273]: can't open /var/log/ntpstats/peerstats.20240508: Permission denied 2024-05-08T14:27:04.783 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:04 ntpd[17156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T14:27:04.783 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:04 ntpd[17156]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T14:27:04.783 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:04 ntpd[17156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T14:27:04.783 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:04 ntpd[17156]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T14:27:04.783 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:04 ntpd[17156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T14:27:04.783 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:04 ntpd[17156]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T14:27:04.783 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:04 ntpd[17156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T14:27:04.784 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:04 ntpd[17156]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T14:27:04.784 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:04 ntpd[17156]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-08T14:27:04.784 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:04 ntpd[17156]: can't open /var/log/ntpstats/peerstats.20240508: Permission denied 2024-05-08T14:27:04.784 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:04 ntpd[17156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T14:27:04.784 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:04 ntpd[17156]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T14:27:04.784 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:04 ntpd[17156]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-08T14:27:04.784 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:04 ntpd[17156]: can't open /var/log/ntpstats/peerstats.20240508: Permission denied 2024-05-08T14:27:04.784 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:04 ntpd[17156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T14:27:04.784 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:04 ntpd[17156]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T14:27:04.784 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:04 ntpd[17156]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-08T14:27:04.784 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:04 ntpd[17156]: can't open /var/log/ntpstats/peerstats.20240508: Permission denied 2024-05-08T14:27:04.784 INFO:teuthology.orchestra.run.smithi028.stdout: 8 May 14:27:04 ntpd[17156]: ntpd: time slew +0.001582 s 2024-05-08T14:27:04.784 INFO:teuthology.orchestra.run.smithi028.stdout:ntpd: time slew +0.001582s 2024-05-08T14:27:04.785 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:04 ntpd[17156]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-08T14:27:04.785 INFO:teuthology.orchestra.run.smithi028.stderr: 8 May 14:27:04 ntpd[17156]: can't open /var/log/ntpstats/loopstats.20240508: Permission denied 2024-05-08T14:27:04.798 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:04 ntpd[17273]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T14:27:04.798 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:04 ntpd[17273]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T14:27:04.798 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:04 ntpd[17273]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T14:27:04.798 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:04 ntpd[17273]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T14:27:04.799 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:04 ntpd[17273]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T14:27:04.799 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:04 ntpd[17273]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T14:27:04.799 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:04 ntpd[17273]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-08T14:27:04.799 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:04 ntpd[17273]: can't open /var/log/ntpstats/peerstats.20240508: Permission denied 2024-05-08T14:27:04.799 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:04 ntpd[17273]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T14:27:04.799 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:04 ntpd[17273]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T14:27:04.799 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:04 ntpd[17273]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-08T14:27:04.799 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:04 ntpd[17273]: can't open /var/log/ntpstats/peerstats.20240508: Permission denied 2024-05-08T14:27:04.829 INFO:teuthology.orchestra.run.smithi028.stdout: remote refid st t when poll reach delay offset jitter 2024-05-08T14:27:04.830 INFO:teuthology.orchestra.run.smithi028.stdout:============================================================================== 2024-05-08T14:27:04.830 INFO:teuthology.orchestra.run.smithi028.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-08T14:27:04.830 INFO:teuthology.orchestra.run.smithi028.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-08T14:27:04.830 INFO:teuthology.orchestra.run.smithi028.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-08T14:27:04.830 INFO:teuthology.orchestra.run.smithi028.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-08T14:27:05.798 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:05 ntpd[17273]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T14:27:05.798 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:05 ntpd[17273]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T14:27:05.798 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:05 ntpd[17273]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-08T14:27:05.798 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:05 ntpd[17273]: can't open /var/log/ntpstats/rawstats.20240508: Permission denied 2024-05-08T14:27:05.798 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:05 ntpd[17273]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-08T14:27:05.798 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:05 ntpd[17273]: can't open /var/log/ntpstats/peerstats.20240508: Permission denied 2024-05-08T14:27:05.799 INFO:teuthology.orchestra.run.smithi066.stdout: 8 May 14:27:05 ntpd[17273]: ntpd: time slew -0.004873 s 2024-05-08T14:27:05.799 INFO:teuthology.orchestra.run.smithi066.stdout:ntpd: time slew -0.004873s 2024-05-08T14:27:05.799 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:05 ntpd[17273]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-08T14:27:05.799 INFO:teuthology.orchestra.run.smithi066.stderr: 8 May 14:27:05 ntpd[17273]: can't open /var/log/ntpstats/loopstats.20240508: Permission denied 2024-05-08T14:27:05.843 INFO:teuthology.orchestra.run.smithi066.stdout: remote refid st t when poll reach delay offset jitter 2024-05-08T14:27:05.843 INFO:teuthology.orchestra.run.smithi066.stdout:============================================================================== 2024-05-08T14:27:05.843 INFO:teuthology.orchestra.run.smithi066.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-08T14:27:05.843 INFO:teuthology.orchestra.run.smithi066.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-08T14:27:05.843 INFO:teuthology.orchestra.run.smithi066.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-08T14:27:05.844 INFO:teuthology.orchestra.run.smithi066.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-08T14:27:05.844 INFO:teuthology.run_tasks:Running task cephadm.deploy_samba_ad_dc... 2024-05-08T14:27:05.937 INFO:tasks.cephadm:Testing if podman is available 2024-05-08T14:27:05.937 DEBUG:teuthology.orchestra.run.smithi066:> sudo podman --help 2024-05-08T14:27:05.946 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:27:05.947 INFO:teuthology.orchestra.run.smithi066.stderr:sudo: podman: command not found 2024-05-08T14:27:05.947 INFO:tasks.cephadm:Failed to find podman. Using docker 2024-05-08T14:27:05.947 DEBUG:teuthology.orchestra.run.smithi066:> sudo docker pull quay.io/samba.org/samba-ad-server:latest 2024-05-08T14:27:06.817 INFO:teuthology.orchestra.run.smithi066.stdout:latest: Pulling from samba.org/samba-ad-server 2024-05-08T14:27:06.818 INFO:teuthology.orchestra.run.smithi066.stdout:2390d0b6e92a: Pulling fs layer 2024-05-08T14:27:06.818 INFO:teuthology.orchestra.run.smithi066.stdout:991f53b8bd3e: Pulling fs layer 2024-05-08T14:27:06.818 INFO:teuthology.orchestra.run.smithi066.stdout:26bbf39f839a: Pulling fs layer 2024-05-08T14:27:06.818 INFO:teuthology.orchestra.run.smithi066.stdout:808641f5c12d: Pulling fs layer 2024-05-08T14:27:06.818 INFO:teuthology.orchestra.run.smithi066.stdout:429b73e1a6f2: Pulling fs layer 2024-05-08T14:27:06.818 INFO:teuthology.orchestra.run.smithi066.stdout:c754bae5ee46: Pulling fs layer 2024-05-08T14:27:06.818 INFO:teuthology.orchestra.run.smithi066.stdout:808641f5c12d: Waiting 2024-05-08T14:27:06.818 INFO:teuthology.orchestra.run.smithi066.stdout:429b73e1a6f2: Waiting 2024-05-08T14:27:06.818 INFO:teuthology.orchestra.run.smithi066.stdout:c754bae5ee46: Waiting 2024-05-08T14:27:07.098 INFO:teuthology.orchestra.run.smithi066.stdout:991f53b8bd3e: Download complete 2024-05-08T14:27:07.374 INFO:teuthology.orchestra.run.smithi066.stdout:808641f5c12d: Download complete 2024-05-08T14:27:07.705 INFO:teuthology.orchestra.run.smithi066.stdout:429b73e1a6f2: Verifying Checksum 2024-05-08T14:27:07.705 INFO:teuthology.orchestra.run.smithi066.stdout:429b73e1a6f2: Download complete 2024-05-08T14:27:08.086 INFO:teuthology.orchestra.run.smithi066.stdout:26bbf39f839a: Verifying Checksum 2024-05-08T14:27:08.086 INFO:teuthology.orchestra.run.smithi066.stdout:26bbf39f839a: Download complete 2024-05-08T14:27:08.432 INFO:teuthology.orchestra.run.smithi066.stdout:c754bae5ee46: Verifying Checksum 2024-05-08T14:27:08.433 INFO:teuthology.orchestra.run.smithi066.stdout:c754bae5ee46: Download complete 2024-05-08T14:27:09.096 INFO:teuthology.orchestra.run.smithi066.stdout:2390d0b6e92a: Verifying Checksum 2024-05-08T14:27:09.096 INFO:teuthology.orchestra.run.smithi066.stdout:2390d0b6e92a: Download complete 2024-05-08T14:27:13.481 INFO:teuthology.orchestra.run.smithi066.stdout:2390d0b6e92a: Pull complete 2024-05-08T14:27:13.783 INFO:teuthology.orchestra.run.smithi066.stdout:991f53b8bd3e: Pull complete 2024-05-08T14:27:18.898 INFO:teuthology.orchestra.run.smithi066.stdout:26bbf39f839a: Pull complete 2024-05-08T14:27:19.066 INFO:teuthology.orchestra.run.smithi066.stdout:808641f5c12d: Pull complete 2024-05-08T14:27:19.252 INFO:teuthology.orchestra.run.smithi066.stdout:429b73e1a6f2: Pull complete 2024-05-08T14:27:20.417 INFO:teuthology.orchestra.run.smithi066.stdout:c754bae5ee46: Pull complete 2024-05-08T14:27:20.531 INFO:teuthology.orchestra.run.smithi066.stdout:Digest: sha256:192438803782d826b3bfc7701ace7aaad2847319fb6af145c5bab745a4095917 2024-05-08T14:27:20.585 INFO:teuthology.orchestra.run.smithi066.stdout:Status: Downloaded newer image for quay.io/samba.org/samba-ad-server:latest 2024-05-08T14:27:20.614 INFO:teuthology.orchestra.run.smithi066.stdout:quay.io/samba.org/samba-ad-server:latest 2024-05-08T14:27:20.618 DEBUG:teuthology.orchestra.run.smithi066:> sudo docker pull quay.io/samba.org/samba-client:latest 2024-05-08T14:27:21.323 INFO:teuthology.orchestra.run.smithi066.stdout:latest: Pulling from samba.org/samba-client 2024-05-08T14:27:21.323 INFO:teuthology.orchestra.run.smithi066.stdout:2390d0b6e92a: Already exists 2024-05-08T14:27:21.387 INFO:teuthology.orchestra.run.smithi066.stdout:0c8920509b80: Pulling fs layer 2024-05-08T14:27:22.227 INFO:teuthology.orchestra.run.smithi066.stdout:0c8920509b80: Verifying Checksum 2024-05-08T14:27:22.227 INFO:teuthology.orchestra.run.smithi066.stdout:0c8920509b80: Download complete 2024-05-08T14:27:24.217 INFO:teuthology.orchestra.run.smithi066.stdout:0c8920509b80: Pull complete 2024-05-08T14:27:24.347 INFO:teuthology.orchestra.run.smithi066.stdout:Digest: sha256:7c82842c582fc70b445caac52b975b65b669c08913da46fa63cca368b10afaa1 2024-05-08T14:27:24.392 INFO:teuthology.orchestra.run.smithi066.stdout:Status: Downloaded newer image for quay.io/samba.org/samba-client:latest 2024-05-08T14:27:24.413 INFO:teuthology.orchestra.run.smithi066.stdout:quay.io/samba.org/samba-client:latest 2024-05-08T14:27:24.417 DEBUG:teuthology.orchestra.run.smithi066:> ss -lunH 2024-05-08T14:27:24.445 INFO:teuthology.orchestra.run.smithi066.stdout:UNCONN 0 0 127.0.0.53%lo:53 0.0.0.0:* 2024-05-08T14:27:24.446 INFO:teuthology.orchestra.run.smithi066.stdout:UNCONN 0 0 0.0.0.0:68 0.0.0.0:* 2024-05-08T14:27:24.446 INFO:teuthology.orchestra.run.smithi066.stdout:UNCONN 0 0 172.21.15.66%enp3s0f1:68 0.0.0.0:* 2024-05-08T14:27:24.446 INFO:teuthology.orchestra.run.smithi066.stdout:UNCONN 0 0 0.0.0.0:111 0.0.0.0:* 2024-05-08T14:27:24.446 INFO:teuthology.orchestra.run.smithi066.stdout:UNCONN 0 0 172.21.15.66:123 0.0.0.0:* 2024-05-08T14:27:24.446 INFO:teuthology.orchestra.run.smithi066.stdout:UNCONN 0 0 127.0.0.1:123 0.0.0.0:* 2024-05-08T14:27:24.446 INFO:teuthology.orchestra.run.smithi066.stdout:UNCONN 0 0 0.0.0.0:123 0.0.0.0:* 2024-05-08T14:27:24.446 INFO:teuthology.orchestra.run.smithi066.stdout:UNCONN 0 0 127.0.0.1:687 0.0.0.0:* 2024-05-08T14:27:24.446 INFO:teuthology.orchestra.run.smithi066.stdout:UNCONN 0 0 0.0.0.0:54466 0.0.0.0:* 2024-05-08T14:27:24.446 INFO:teuthology.orchestra.run.smithi066.stdout:UNCONN 0 0 0.0.0.0:38729 0.0.0.0:* 2024-05-08T14:27:24.446 INFO:teuthology.orchestra.run.smithi066.stdout:UNCONN 0 0 0.0.0.0:40906 0.0.0.0:* 2024-05-08T14:27:24.446 INFO:teuthology.orchestra.run.smithi066.stdout:UNCONN 0 0 0.0.0.0:59088 0.0.0.0:* 2024-05-08T14:27:24.446 INFO:teuthology.orchestra.run.smithi066.stdout:UNCONN 0 0 0.0.0.0:44429 0.0.0.0:* 2024-05-08T14:27:24.446 INFO:teuthology.orchestra.run.smithi066.stdout:UNCONN 0 0 [::]:111 [::]:* 2024-05-08T14:27:24.447 INFO:teuthology.orchestra.run.smithi066.stdout:UNCONN 0 0 [fe80::ec4:7aff:feb6:f8bd]%enp3s0f1:123 [::]:* 2024-05-08T14:27:24.447 INFO:teuthology.orchestra.run.smithi066.stdout:UNCONN 0 0 [::1]:123 [::]:* 2024-05-08T14:27:24.447 INFO:teuthology.orchestra.run.smithi066.stdout:UNCONN 0 0 [::]:123 [::]:* 2024-05-08T14:27:24.447 INFO:teuthology.orchestra.run.smithi066.stdout:UNCONN 0 0 [::]:37842 [::]:* 2024-05-08T14:27:24.447 INFO:teuthology.orchestra.run.smithi066.stdout:UNCONN 0 0 [::]:38052 [::]:* 2024-05-08T14:27:24.447 INFO:teuthology.orchestra.run.smithi066.stdout:UNCONN 0 0 [::]:54798 [::]:* 2024-05-08T14:27:24.447 INFO:teuthology.orchestra.run.smithi066.stdout:UNCONN 0 0 [::]:55669 [::]:* 2024-05-08T14:27:24.447 INFO:teuthology.orchestra.run.smithi066.stdout:UNCONN 0 0 [::]:44584 [::]:* 2024-05-08T14:27:24.447 INFO:tasks.cephadm:Disabling systemd-resolved on smithi066 2024-05-08T14:27:24.447 DEBUG:teuthology.orchestra.run.smithi066:> sudo cat /etc/systemd/resolved.conf 2024-05-08T14:27:24.503 INFO:teuthology.orchestra.run.smithi066.stdout:# This file is part of systemd. 2024-05-08T14:27:24.503 INFO:teuthology.orchestra.run.smithi066.stdout:# 2024-05-08T14:27:24.504 INFO:teuthology.orchestra.run.smithi066.stdout:# systemd is free software; you can redistribute it and/or modify it under the 2024-05-08T14:27:24.504 INFO:teuthology.orchestra.run.smithi066.stdout:# terms of the GNU Lesser General Public License as published by the Free 2024-05-08T14:27:24.504 INFO:teuthology.orchestra.run.smithi066.stdout:# Software Foundation; either version 2.1 of the License, or (at your option) 2024-05-08T14:27:24.504 INFO:teuthology.orchestra.run.smithi066.stdout:# any later version. 2024-05-08T14:27:24.504 INFO:teuthology.orchestra.run.smithi066.stdout:# 2024-05-08T14:27:24.504 INFO:teuthology.orchestra.run.smithi066.stdout:# Entries in this file show the compile time defaults. Local configuration 2024-05-08T14:27:24.504 INFO:teuthology.orchestra.run.smithi066.stdout:# should be created by either modifying this file, or by creating "drop-ins" in 2024-05-08T14:27:24.504 INFO:teuthology.orchestra.run.smithi066.stdout:# the resolved.conf.d/ subdirectory. The latter is generally recommended. 2024-05-08T14:27:24.504 INFO:teuthology.orchestra.run.smithi066.stdout:# Defaults can be restored by simply deleting this file and all drop-ins. 2024-05-08T14:27:24.504 INFO:teuthology.orchestra.run.smithi066.stdout:# 2024-05-08T14:27:24.504 INFO:teuthology.orchestra.run.smithi066.stdout:# Use 'systemd-analyze cat-config systemd/resolved.conf' to display the full config. 2024-05-08T14:27:24.504 INFO:teuthology.orchestra.run.smithi066.stdout:# 2024-05-08T14:27:24.504 INFO:teuthology.orchestra.run.smithi066.stdout:# See resolved.conf(5) for details. 2024-05-08T14:27:24.504 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-05-08T14:27:24.504 INFO:teuthology.orchestra.run.smithi066.stdout:[Resolve] 2024-05-08T14:27:24.505 INFO:teuthology.orchestra.run.smithi066.stdout:# Some examples of DNS servers which may be used for DNS= and FallbackDNS=: 2024-05-08T14:27:24.505 INFO:teuthology.orchestra.run.smithi066.stdout:# Cloudflare: 1.1.1.1#cloudflare-dns.com 1.0.0.1#cloudflare-dns.com 2606:4700:4700::1111#cloudflare-dns.com 2606:4700:4700::1001#cloudflare-dns.com 2024-05-08T14:27:24.505 INFO:teuthology.orchestra.run.smithi066.stdout:# Google: 8.8.8.8#dns.google 8.8.4.4#dns.google 2001:4860:4860::8888#dns.google 2001:4860:4860::8844#dns.google 2024-05-08T14:27:24.505 INFO:teuthology.orchestra.run.smithi066.stdout:# Quad9: 9.9.9.9#dns.quad9.net 149.112.112.112#dns.quad9.net 2620:fe::fe#dns.quad9.net 2620:fe::9#dns.quad9.net 2024-05-08T14:27:24.505 INFO:teuthology.orchestra.run.smithi066.stdout:#DNS= 2024-05-08T14:27:24.505 INFO:teuthology.orchestra.run.smithi066.stdout:#FallbackDNS= 2024-05-08T14:27:24.505 INFO:teuthology.orchestra.run.smithi066.stdout:#Domains= 2024-05-08T14:27:24.505 INFO:teuthology.orchestra.run.smithi066.stdout:#DNSSEC=no 2024-05-08T14:27:24.505 INFO:teuthology.orchestra.run.smithi066.stdout:#DNSOverTLS=no 2024-05-08T14:27:24.505 INFO:teuthology.orchestra.run.smithi066.stdout:#MulticastDNS=no 2024-05-08T14:27:24.505 INFO:teuthology.orchestra.run.smithi066.stdout:#LLMNR=no 2024-05-08T14:27:24.505 INFO:teuthology.orchestra.run.smithi066.stdout:#Cache=no-negative 2024-05-08T14:27:24.505 INFO:teuthology.orchestra.run.smithi066.stdout:#CacheFromLocalhost=no 2024-05-08T14:27:24.506 INFO:teuthology.orchestra.run.smithi066.stdout:#DNSStubListener=yes 2024-05-08T14:27:24.506 INFO:teuthology.orchestra.run.smithi066.stdout:#DNSStubListenerExtra= 2024-05-08T14:27:24.506 INFO:teuthology.orchestra.run.smithi066.stdout:#ReadEtcHosts=yes 2024-05-08T14:27:24.506 INFO:teuthology.orchestra.run.smithi066.stdout:#ResolveUnicastSingleLabel=no 2024-05-08T14:27:24.507 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-05-08T14:27:24.507 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd of=/etc/systemd/resolved.conf 2024-05-08T14:27:24.566 DEBUG:teuthology.orchestra.run.smithi066:> sudo systemctl restart systemd-resolved 2024-05-08T14:27:24.705 DEBUG:teuthology.orchestra.run.smithi066:> ss -lunH 2024-05-08T14:27:24.710 INFO:teuthology.orchestra.run.smithi066.stdout:UNCONN 0 0 0.0.0.0:68 0.0.0.0:* 2024-05-08T14:27:24.713 INFO:teuthology.orchestra.run.smithi066.stdout:UNCONN 0 0 172.21.15.66%enp3s0f1:68 0.0.0.0:* 2024-05-08T14:27:24.714 INFO:teuthology.orchestra.run.smithi066.stdout:UNCONN 0 0 0.0.0.0:111 0.0.0.0:* 2024-05-08T14:27:24.714 INFO:teuthology.orchestra.run.smithi066.stdout:UNCONN 0 0 172.21.15.66:123 0.0.0.0:* 2024-05-08T14:27:24.714 INFO:teuthology.orchestra.run.smithi066.stdout:UNCONN 0 0 127.0.0.1:123 0.0.0.0:* 2024-05-08T14:27:24.714 INFO:teuthology.orchestra.run.smithi066.stdout:UNCONN 0 0 0.0.0.0:123 0.0.0.0:* 2024-05-08T14:27:24.714 INFO:teuthology.orchestra.run.smithi066.stdout:UNCONN 0 0 127.0.0.1:687 0.0.0.0:* 2024-05-08T14:27:24.714 INFO:teuthology.orchestra.run.smithi066.stdout:UNCONN 0 0 0.0.0.0:54466 0.0.0.0:* 2024-05-08T14:27:24.714 INFO:teuthology.orchestra.run.smithi066.stdout:UNCONN 0 0 0.0.0.0:38729 0.0.0.0:* 2024-05-08T14:27:24.714 INFO:teuthology.orchestra.run.smithi066.stdout:UNCONN 0 0 0.0.0.0:40906 0.0.0.0:* 2024-05-08T14:27:24.714 INFO:teuthology.orchestra.run.smithi066.stdout:UNCONN 0 0 0.0.0.0:59088 0.0.0.0:* 2024-05-08T14:27:24.714 INFO:teuthology.orchestra.run.smithi066.stdout:UNCONN 0 0 0.0.0.0:44429 0.0.0.0:* 2024-05-08T14:27:24.714 INFO:teuthology.orchestra.run.smithi066.stdout:UNCONN 0 0 [::]:111 [::]:* 2024-05-08T14:27:24.714 INFO:teuthology.orchestra.run.smithi066.stdout:UNCONN 0 0 [fe80::ec4:7aff:feb6:f8bd]%enp3s0f1:123 [::]:* 2024-05-08T14:27:24.714 INFO:teuthology.orchestra.run.smithi066.stdout:UNCONN 0 0 [::1]:123 [::]:* 2024-05-08T14:27:24.714 INFO:teuthology.orchestra.run.smithi066.stdout:UNCONN 0 0 [::]:123 [::]:* 2024-05-08T14:27:24.715 INFO:teuthology.orchestra.run.smithi066.stdout:UNCONN 0 0 [::]:37842 [::]:* 2024-05-08T14:27:24.715 INFO:teuthology.orchestra.run.smithi066.stdout:UNCONN 0 0 [::]:38052 [::]:* 2024-05-08T14:27:24.715 INFO:teuthology.orchestra.run.smithi066.stdout:UNCONN 0 0 [::]:54798 [::]:* 2024-05-08T14:27:24.715 INFO:teuthology.orchestra.run.smithi066.stdout:UNCONN 0 0 [::]:55669 [::]:* 2024-05-08T14:27:24.715 INFO:teuthology.orchestra.run.smithi066.stdout:UNCONN 0 0 [::]:44584 [::]:* 2024-05-08T14:27:24.715 DEBUG:teuthology.orchestra.run.smithi066:> sudo systemctl restart docker 2024-05-08T14:27:24.771 INFO:teuthology.orchestra.run.smithi066.stderr:Warning: The unit file, source configuration file or drop-ins of docker.service changed on disk. Run 'systemctl daemon-reload' to reload units. 2024-05-08T14:27:29.599 DEBUG:teuthology.orchestra.run.smithi066:> sudo mkdir -p /var/lib/samba/container/logs /var/lib/samba/container/data 2024-05-08T14:27:29.653 DEBUG:teuthology.orchestra.run.smithi066:> sudo mkdir -p /var/tmp/samba 2024-05-08T14:27:29.709 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-05-08T14:27:29.709 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd of=/var/tmp/samba/container.json 2024-05-08T14:27:29.764 DEBUG:teuthology.orchestra.run.smithi066:> sudo docker run -d --name=samba-ad --network=host --privileged --volume=/var/tmp/samba:/etc/samba-container:ro -eSAMBACC_CONFIG=/etc/samba-container/container.json quay.io/samba.org/samba-ad-server:latest 2024-05-08T14:27:30.243 INFO:teuthology.orchestra.run.smithi066.stdout:b3afbe859b729f502704893ac450866ff65d65d71ccf6599a1e8407e9c2cc9b1 2024-05-08T14:27:31.091 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.66, idx=0 2024-05-08T14:27:31.092 DEBUG:teuthology.orchestra.run.smithi066:> sudo docker run --rm --net=host --dns=172.21.15.66 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-05-08T14:27:32.231 INFO:teuthology.orchestra.run.smithi066.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-05-08T14:27:32.868 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:27:33.370 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.66, idx=1 2024-05-08T14:27:33.370 DEBUG:teuthology.orchestra.run.smithi066:> sudo docker run --rm --net=host --dns=172.21.15.66 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-05-08T14:27:34.380 INFO:teuthology.orchestra.run.smithi066.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-05-08T14:27:35.065 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:27:36.066 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.66, idx=2 2024-05-08T14:27:36.066 DEBUG:teuthology.orchestra.run.smithi066:> sudo docker run --rm --net=host --dns=172.21.15.66 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-05-08T14:27:36.756 INFO:teuthology.orchestra.run.smithi066.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-05-08T14:27:37.196 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:27:39.197 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.66, idx=3 2024-05-08T14:27:39.197 DEBUG:teuthology.orchestra.run.smithi066:> sudo docker run --rm --net=host --dns=172.21.15.66 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-05-08T14:27:39.855 INFO:teuthology.orchestra.run.smithi066.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-05-08T14:27:40.403 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:27:44.405 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.66, idx=4 2024-05-08T14:27:44.405 DEBUG:teuthology.orchestra.run.smithi066:> sudo docker run --rm --net=host --dns=172.21.15.66 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-05-08T14:27:45.440 INFO:teuthology.orchestra.run.smithi066.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-05-08T14:27:46.322 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:27:54.323 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.66, idx=5 2024-05-08T14:27:54.324 DEBUG:teuthology.orchestra.run.smithi066:> sudo docker run --rm --net=host --dns=172.21.15.66 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-05-08T14:27:55.518 INFO:teuthology.orchestra.run.smithi066.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_CONNECTION_REFUSED) 2024-05-08T14:27:56.369 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:28:12.371 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.66, idx=6 2024-05-08T14:28:12.371 DEBUG:teuthology.orchestra.run.smithi066:> sudo docker run --rm --net=host --dns=172.21.15.66 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-05-08T14:28:13.475 INFO:teuthology.orchestra.run.smithi066.stdout: . D 0 Wed May 8 14:27:41 2024 2024-05-08T14:28:13.475 INFO:teuthology.orchestra.run.smithi066.stdout: .. D 0 Wed May 8 14:27:41 2024 2024-05-08T14:28:13.475 INFO:teuthology.orchestra.run.smithi066.stdout: domain1.sink.test D 0 Wed May 8 14:27:39 2024 2024-05-08T14:28:13.475 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-05-08T14:28:13.476 INFO:teuthology.orchestra.run.smithi066.stdout: 960311348 blocks of size 1024. 902341004 blocks available 2024-05-08T14:28:13.958 INFO:tasks.cephadm:SMB status probe succeeded 2024-05-08T14:28:13.958 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-08T14:28:13.967 INFO:tasks.cephadm:Config: {'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}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'log-only-match': ['CEPHADM_'], 'sha1': '7c8f650b36e258f639fa4a83becade57cbfd2009', 'image': 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64'} 2024-05-08T14:28:13.967 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 2024-05-08T14:28:13.968 INFO:tasks.cephadm:Cluster fsid is 34193c5e-0d47-11ef-bc97-c7b262605968 2024-05-08T14:28:13.968 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-08T14:28:13.968 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.28'} 2024-05-08T14:28:13.968 INFO:tasks.cephadm:First mon is mon.a on smithi028 2024-05-08T14:28:13.969 INFO:tasks.cephadm:First mgr is x 2024-05-08T14:28:13.969 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-08T14:28:13.969 DEBUG:teuthology.orchestra.run.smithi028:> sudo hostname $(hostname -s) 2024-05-08T14:28:13.984 DEBUG:teuthology.orchestra.run.smithi066:> sudo hostname $(hostname -s) 2024-05-08T14:28:13.998 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-08T14:28:13.999 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T14:28:14.144 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '7c8f650b36e258f639fa4a83becade57cbfd2009', '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/79172/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3593-g7c8f650b', 'node_name': '172.21.15.4+smithi004', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-3593-g7c8f650b-1jammy'}, 'url': 'https://4.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-05-08 06:42:59.223187', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-05-07-0802', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-05-08T14:28:14.358 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref wip-adk-testing-2024-05-07-0802, sha1 7c8f650b36e258f639fa4a83becade57cbfd2009 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T14:28:14.360 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-05-08T14:28:14.360 INFO:tasks.cephadm:Downloading cephadm from url: https://4.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-05-08T14:28:14.360 DEBUG:teuthology.orchestra.run.smithi028:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-08T14:28:14.917 INFO:teuthology.orchestra.run.smithi028.stdout:-rw-rw-r-- 1 ubuntu ubuntu 790408 May 8 14:28 /home/ubuntu/cephtest/cephadm 2024-05-08T14:28:14.917 DEBUG:teuthology.orchestra.run.smithi066:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-08T14:28:15.770 INFO:teuthology.orchestra.run.smithi066.stdout:-rw-rw-r-- 1 ubuntu ubuntu 790408 May 8 14:28 /home/ubuntu/cephtest/cephadm 2024-05-08T14:28:15.771 DEBUG:teuthology.orchestra.run.smithi028:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-08T14:28:15.779 DEBUG:teuthology.orchestra.run.smithi066:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-08T14:28:15.797 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 on all hosts... 2024-05-08T14:28:15.797 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 pull 2024-05-08T14:28:15.823 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 pull 2024-05-08T14:28:15.991 INFO:teuthology.orchestra.run.smithi028.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64... 2024-05-08T14:28:15.999 INFO:teuthology.orchestra.run.smithi066.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64... 2024-05-08T14:30:16.332 INFO:teuthology.orchestra.run.smithi028.stderr:Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 -e NODE_NAME=smithi028 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 --version 2024-05-08T14:30:16.332 INFO:teuthology.orchestra.run.smithi028.stderr:ceph: stderr WARNING: The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64/v3) and no specific platform was requested 2024-05-08T14:30:16.332 INFO:teuthology.orchestra.run.smithi028.stderr:ceph: stderr [FATAL tini (7)] exec ceph failed: Exec format error 2024-05-08T14:30:16.332 INFO:teuthology.orchestra.run.smithi028.stderr:Traceback (most recent call last): 2024-05-08T14:30:16.332 INFO:teuthology.orchestra.run.smithi028.stderr: File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-05-08T14:30:16.342 INFO:teuthology.orchestra.run.smithi028.stderr: return _run_code(code, main_globals, None, 2024-05-08T14:30:16.342 INFO:teuthology.orchestra.run.smithi028.stderr: File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-05-08T14:30:16.342 INFO:teuthology.orchestra.run.smithi028.stderr: exec(code, run_globals) 2024-05-08T14:30:16.342 INFO:teuthology.orchestra.run.smithi028.stderr: File "/tmp/tmpt0ksyr6l.cephadm.build/app/__main__.py", line 5647, in 2024-05-08T14:30:16.342 INFO:teuthology.orchestra.run.smithi028.stderr: File "/tmp/tmpt0ksyr6l.cephadm.build/app/__main__.py", line 5635, in main 2024-05-08T14:30:16.342 INFO:teuthology.orchestra.run.smithi028.stderr: File "/tmp/tmpt0ksyr6l.cephadm.build/app/__main__.py", line 445, in _default_image 2024-05-08T14:30:16.345 INFO:teuthology.orchestra.run.smithi028.stderr: File "/tmp/tmpt0ksyr6l.cephadm.build/app/__main__.py", line 1893, in command_pull 2024-05-08T14:30:16.346 INFO:teuthology.orchestra.run.smithi028.stderr: File "/tmp/tmpt0ksyr6l.cephadm.build/app/cephadmlib/decorators.py", line 27, in _require_image 2024-05-08T14:30:16.346 INFO:teuthology.orchestra.run.smithi028.stderr: File "/tmp/tmpt0ksyr6l.cephadm.build/app/__main__.py", line 436, in _infer_image 2024-05-08T14:30:16.346 INFO:teuthology.orchestra.run.smithi028.stderr: File "/tmp/tmpt0ksyr6l.cephadm.build/app/__main__.py", line 1940, in command_inspect_image 2024-05-08T14:30:16.346 INFO:teuthology.orchestra.run.smithi028.stderr: File "/tmp/tmpt0ksyr6l.cephadm.build/app/cephadmlib/container_types.py", line 429, in run 2024-05-08T14:30:16.346 INFO:teuthology.orchestra.run.smithi028.stderr: File "/tmp/tmpt0ksyr6l.cephadm.build/app/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-05-08T14:30:16.346 INFO:teuthology.orchestra.run.smithi028.stderr:RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 -e NODE_NAME=smithi028 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 --version: WARNING: The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64/v3) and no specific platform was requested 2024-05-08T14:30:16.346 INFO:teuthology.orchestra.run.smithi028.stderr:[FATAL tini (7)] exec ceph failed: Exec format error 2024-05-08T14:30:16.346 INFO:teuthology.orchestra.run.smithi028.stderr: 2024-05-08T14:30:16.391 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:30:16.392 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 585, in pull_image run.wait(ctx.cluster.run(args=cmd, wait=False)) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi028 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 pull' 2024-05-08T14:30:16.393 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-08T14:30:16.395 DEBUG:teuthology.misc:Transferring archived files from smithi028:/var/lib/ceph/34193c5e-0d47-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697464/remote/smithi028/crash 2024-05-08T14:30:16.396 DEBUG:teuthology.orchestra.run.smithi028:> sudo tar c -f - -C /var/lib/ceph/34193c5e-0d47-11ef-bc97-c7b262605968/crash -- . 2024-05-08T14:30:16.410 INFO:teuthology.orchestra.run.smithi028.stderr:tar: /var/lib/ceph/34193c5e-0d47-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-08T14:30:16.410 INFO:teuthology.orchestra.run.smithi028.stderr:tar: Error is not recoverable: exiting now 2024-05-08T14:30:16.412 DEBUG:teuthology.misc:Transferring archived files from smithi066:/var/lib/ceph/34193c5e-0d47-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697464/remote/smithi066/crash 2024-05-08T14:30:16.413 DEBUG:teuthology.orchestra.run.smithi066:> sudo tar c -f - -C /var/lib/ceph/34193c5e-0d47-11ef-bc97-c7b262605968/crash -- . 2024-05-08T14:30:16.428 INFO:teuthology.orchestra.run.smithi066.stderr:tar: /var/lib/ceph/34193c5e-0d47-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-08T14:30:16.428 INFO:teuthology.orchestra.run.smithi066.stderr:tar: Error is not recoverable: exiting now 2024-05-08T14:30:16.429 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-08T14:30:16.429 DEBUG:teuthology.orchestra.run.smithi028:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/34193c5e-0d47-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-05-08T14:30:16.467 INFO:teuthology.orchestra.run.smithi028.stderr:grep: /var/log/ceph/34193c5e-0d47-11ef-bc97-c7b262605968/ceph.log: No such file or directory 2024-05-08T14:30:16.469 INFO:tasks.cephadm:Compressing logs... 2024-05-08T14:30:16.469 DEBUG:teuthology.orchestra.run.smithi028:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-08T14:30:16.513 DEBUG:teuthology.orchestra.run.smithi066:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-08T14:30:16.521 INFO:teuthology.orchestra.run.smithi028.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-08T14:30:16.527 INFO:teuthology.orchestra.run.smithi066.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-08T14:30:16.539 INFO:teuthology.orchestra.run.smithi028.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-08T14:30:16.540 INFO:teuthology.orchestra.run.smithi028.stderr:/var/log/ceph/cephadm.log: 58.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-08T14:30:16.541 INFO:teuthology.orchestra.run.smithi028.stderr: 2024-05-08T14:30:16.541 INFO:teuthology.orchestra.run.smithi028.stderr:real 0m0.027s 2024-05-08T14:30:16.542 INFO:teuthology.orchestra.run.smithi028.stderr:user 0m0.014s 2024-05-08T14:30:16.542 INFO:teuthology.orchestra.run.smithi028.stderr:sys 0m0.004s 2024-05-08T14:30:16.771 INFO:teuthology.orchestra.run.smithi066.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-08T14:30:16.773 INFO:teuthology.orchestra.run.smithi066.stderr:/var/log/ceph/cephadm.log: 54.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-08T14:30:16.774 INFO:teuthology.orchestra.run.smithi066.stderr: 2024-05-08T14:30:16.775 INFO:teuthology.orchestra.run.smithi066.stderr:real 0m0.257s 2024-05-08T14:30:16.775 INFO:teuthology.orchestra.run.smithi066.stderr:user 0m0.015s 2024-05-08T14:30:16.775 INFO:teuthology.orchestra.run.smithi066.stderr:sys 0m0.009s 2024-05-08T14:30:16.775 INFO:tasks.cephadm:Archiving logs... 2024-05-08T14:30:16.776 DEBUG:teuthology.misc:Transferring archived files from smithi028:/var/log/ceph to /home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697464/remote/smithi028/log 2024-05-08T14:30:16.777 DEBUG:teuthology.orchestra.run.smithi028:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-08T14:30:16.791 DEBUG:teuthology.misc:Transferring archived files from smithi066:/var/log/ceph to /home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697464/remote/smithi066/log 2024-05-08T14:30:16.792 DEBUG:teuthology.orchestra.run.smithi066:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-08T14:30:16.833 INFO:tasks.cephadm:Removing cluster... 2024-05-08T14:30:16.833 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 34193c5e-0d47-11ef-bc97-c7b262605968 --force 2024-05-08T14:30:17.003 INFO:teuthology.orchestra.run.smithi028.stdout:Deleting cluster with fsid: 34193c5e-0d47-11ef-bc97-c7b262605968 2024-05-08T14:30:18.119 INFO:tasks.cephadm:Removing cephadm ... 2024-05-08T14:30:18.119 DEBUG:teuthology.orchestra.run.smithi028:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-08T14:30:18.124 DEBUG:teuthology.orchestra.run.smithi066:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-08T14:30:18.130 INFO:tasks.cephadm:Teardown complete 2024-05-08T14:30:18.130 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 2244, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 1873, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 585, in pull_image run.wait(ctx.cluster.run(args=cmd, wait=False)) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi028 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 pull' 2024-05-08T14:30:18.330 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=4e9e678dc6d742589fc77808c2b08bc4 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 2244, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 1873, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 585, in pull_image run.wait(ctx.cluster.run(args=cmd, wait=False)) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi028 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 pull' 2024-05-08T14:30:18.334 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-08T14:30:18.342 DEBUG:teuthology.run_tasks:Unwinding manager cephadm.deploy_samba_ad_dc 2024-05-08T14:30:18.365 DEBUG:teuthology.orchestra.run.smithi066:> sudo docker stop samba-ad 2024-05-08T14:30:24.913 INFO:teuthology.orchestra.run.smithi066.stdout:samba-ad 2024-05-08T14:30:24.915 DEBUG:teuthology.orchestra.run.smithi066:> sudo docker rm samba-ad 2024-05-08T14:30:25.598 INFO:teuthology.orchestra.run.smithi066.stdout:samba-ad 2024-05-08T14:30:25.601 DEBUG:teuthology.orchestra.run.smithi066:> sudo rm -rf /var/lib/samba/container/logs /var/lib/samba/container/data 2024-05-08T14:30:25.614 INFO:tasks.cephadm:Resetting systemd-resolved state on smithi066 2024-05-08T14:30:25.614 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-05-08T14:30:25.614 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd of=/etc/systemd/resolved.conf 2024-05-08T14:30:25.668 DEBUG:teuthology.orchestra.run.smithi066:> sudo systemctl restart systemd-resolved 2024-05-08T14:30:25.816 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-08T14:30:25.830 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-08T14:30:25.831 DEBUG:teuthology.orchestra.run.smithi028:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-08T14:30:25.833 DEBUG:teuthology.orchestra.run.smithi066:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-08T14:30:25.844 INFO:teuthology.orchestra.run.smithi028.stdout: remote refid st t when poll reach delay offset jitter 2024-05-08T14:30:25.844 INFO:teuthology.orchestra.run.smithi028.stdout:============================================================================== 2024-05-08T14:30:25.845 INFO:teuthology.orchestra.run.smithi028.stdout: hv01.front.sepi 138.236.128.36 3 u 66 64 7 0.082 -2.644 2.019 2024-05-08T14:30:25.845 INFO:teuthology.orchestra.run.smithi028.stdout: hv02.front.sepi 63.231.80.2 3 u 64 64 7 0.097 -5.480 2.039 2024-05-08T14:30:25.845 INFO:teuthology.orchestra.run.smithi028.stdout:*hv03.front.sepi 74.6.168.72 3 u 1 64 17 0.110 -9.330 2.686 2024-05-08T14:30:25.845 INFO:teuthology.orchestra.run.smithi028.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-08T14:30:25.846 INFO:teuthology.orchestra.run.smithi066.stdout: remote refid st t when poll reach delay offset jitter 2024-05-08T14:30:25.846 INFO:teuthology.orchestra.run.smithi066.stdout:============================================================================== 2024-05-08T14:30:25.846 INFO:teuthology.orchestra.run.smithi066.stdout: hv01.front.sepi 138.236.128.36 3 u 1 64 17 0.071 +2.053 3.672 2024-05-08T14:30:25.846 INFO:teuthology.orchestra.run.smithi066.stdout: hv02.front.sepi 63.231.80.2 3 u 65 64 7 0.081 +2.926 2.598 2024-05-08T14:30:25.846 INFO:teuthology.orchestra.run.smithi066.stdout:*hv03.front.sepi 74.6.168.72 3 u 2 64 17 0.141 +0.424 2.249 2024-05-08T14:30:25.847 INFO:teuthology.orchestra.run.smithi066.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-08T14:30:25.847 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-08T14:30:25.873 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-08T14:30:25.873 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-08T14:30:25.905 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-08T14:30:25.939 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-08T14:30:25.972 INFO:teuthology.task.internal:Duration was 638.102935 seconds 2024-05-08T14:30:25.973 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-08T14:30:26.006 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-08T14:30:26.006 DEBUG:teuthology.orchestra.run.smithi028:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-08T14:30:26.009 DEBUG:teuthology.orchestra.run.smithi066:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-08T14:30:26.044 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-08T14:30:26.045 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi028.front.sepia.ceph.com 2024-05-08T14:30:26.045 DEBUG:teuthology.orchestra.run.smithi028:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-08T14:30:26.100 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi066.front.sepia.ceph.com 2024-05-08T14:30:26.101 DEBUG:teuthology.orchestra.run.smithi066:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-08T14:30:26.110 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-08T14:30:26.110 DEBUG:teuthology.orchestra.run.smithi028:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-08T14:30:26.144 DEBUG:teuthology.orchestra.run.smithi066:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-08T14:30:26.216 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-08T14:30:26.216 DEBUG:teuthology.orchestra.run.smithi028:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-08T14:30:26.219 DEBUG:teuthology.orchestra.run.smithi066:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-08T14:30:26.492 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-08T14:30:26.503 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-08T14:30:26.503 DEBUG:teuthology.orchestra.run.smithi028:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-08T14:30:26.517 DEBUG:teuthology.orchestra.run.smithi066:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-08T14:30:26.531 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-08T14:30:26.540 DEBUG:teuthology.orchestra.run.smithi028:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-08T14:30:26.564 DEBUG:teuthology.orchestra.run.smithi066:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-08T14:30:26.574 INFO:teuthology.orchestra.run.smithi028.stdout:kernel.core_pattern = core 2024-05-08T14:30:26.586 INFO:teuthology.orchestra.run.smithi066.stdout:kernel.core_pattern = core 2024-05-08T14:30:26.657 DEBUG:teuthology.orchestra.run.smithi028:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-08T14:30:26.662 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:30:26.662 DEBUG:teuthology.orchestra.run.smithi066:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-08T14:30:26.703 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:30:26.704 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-08T14:30:26.713 INFO:teuthology.task.internal:Transferring archived files... 2024-05-08T14:30:26.714 DEBUG:teuthology.misc:Transferring archived files from smithi028:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697464/remote/smithi028 2024-05-08T14:30:26.714 DEBUG:teuthology.orchestra.run.smithi028:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-08T14:30:26.722 INFO:teuthology.orchestra.run.smithi066.stderr:Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 -e NODE_NAME=smithi066 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 --version 2024-05-08T14:30:26.722 INFO:teuthology.orchestra.run.smithi066.stderr:ceph: stderr WARNING: The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64/v3) and no specific platform was requested 2024-05-08T14:30:26.723 INFO:teuthology.orchestra.run.smithi066.stderr:ceph: stderr [FATAL tini (7)] exec ceph failed: Exec format error 2024-05-08T14:30:26.723 INFO:teuthology.orchestra.run.smithi066.stderr:Traceback (most recent call last): 2024-05-08T14:30:26.723 INFO:teuthology.orchestra.run.smithi066.stderr: File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-05-08T14:30:26.737 DEBUG:teuthology.misc:Transferring archived files from smithi066:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697464/remote/smithi066 2024-05-08T14:30:26.737 DEBUG:teuthology.orchestra.run.smithi066:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-08T14:30:26.739 INFO:teuthology.orchestra.run.smithi066.stderr: return _run_code(code, main_globals, None, 2024-05-08T14:30:26.739 INFO:teuthology.orchestra.run.smithi066.stderr: File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-05-08T14:30:26.739 INFO:teuthology.orchestra.run.smithi066.stderr: exec(code, run_globals) 2024-05-08T14:30:26.739 INFO:teuthology.orchestra.run.smithi066.stderr: File "/tmp/tmpt0ksyr6l.cephadm.build/app/__main__.py", line 5647, in 2024-05-08T14:30:26.739 INFO:teuthology.orchestra.run.smithi066.stderr: File "/tmp/tmpt0ksyr6l.cephadm.build/app/__main__.py", line 5635, in main 2024-05-08T14:30:26.739 INFO:teuthology.orchestra.run.smithi066.stderr: File "/tmp/tmpt0ksyr6l.cephadm.build/app/__main__.py", line 445, in _default_image 2024-05-08T14:30:26.740 INFO:teuthology.orchestra.run.smithi066.stderr: File "/tmp/tmpt0ksyr6l.cephadm.build/app/__main__.py", line 1893, in command_pull 2024-05-08T14:30:26.740 INFO:teuthology.orchestra.run.smithi066.stderr: File "/tmp/tmpt0ksyr6l.cephadm.build/app/cephadmlib/decorators.py", line 27, in _require_image 2024-05-08T14:30:26.740 INFO:teuthology.orchestra.run.smithi066.stderr: File "/tmp/tmpt0ksyr6l.cephadm.build/app/__main__.py", line 436, in _infer_image 2024-05-08T14:30:26.740 INFO:teuthology.orchestra.run.smithi066.stderr: File "/tmp/tmpt0ksyr6l.cephadm.build/app/__main__.py", line 1940, in command_inspect_image 2024-05-08T14:30:26.740 INFO:teuthology.orchestra.run.smithi066.stderr: File "/tmp/tmpt0ksyr6l.cephadm.build/app/cephadmlib/container_types.py", line 429, in run 2024-05-08T14:30:26.740 INFO:teuthology.orchestra.run.smithi066.stderr: File "/tmp/tmpt0ksyr6l.cephadm.build/app/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-05-08T14:30:26.740 INFO:teuthology.orchestra.run.smithi066.stderr:RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 -e NODE_NAME=smithi066 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 --version: WARNING: The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64/v3) and no specific platform was requested 2024-05-08T14:30:26.740 INFO:teuthology.orchestra.run.smithi066.stderr:[FATAL tini (7)] exec ceph failed: Exec format error 2024-05-08T14:30:26.740 INFO:teuthology.orchestra.run.smithi066.stderr: 2024-05-08T14:30:26.765 INFO:teuthology.task.internal:Removing archive directory... 2024-05-08T14:30:26.765 DEBUG:teuthology.orchestra.run.smithi028:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-08T14:30:26.776 DEBUG:teuthology.orchestra.run.smithi066:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-08T14:30:26.816 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-08T14:30:26.827 INFO:teuthology.task.internal:Not uploading archives. 2024-05-08T14:30:26.827 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-08T14:30:26.848 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-08T14:30:26.848 DEBUG:teuthology.orchestra.run.smithi028:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-08T14:30:26.851 DEBUG:teuthology.orchestra.run.smithi066:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-08T14:30:26.855 INFO:teuthology.orchestra.run.smithi028.stdout: 658641 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 8 14:30 /home/ubuntu/cephtest 2024-05-08T14:30:26.864 INFO:teuthology.orchestra.run.smithi066.stdout: 658639 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 8 14:30 /home/ubuntu/cephtest 2024-05-08T14:30:26.866 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-08T14:30:26.881 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-08T14:30:26.949 INFO:teuthology.nuke:Checking targets against current locks 2024-05-08T14:30:26.973 DEBUG:teuthology.nuke:shortname: smithi028 2024-05-08T14:30:26.973 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T14:30:26.994 DEBUG:teuthology.nuke:shortname: smithi066 2024-05-08T14:30:26.994 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T14:30:26.999 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi028.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697464', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-08 14:09:13.468094', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJjp/WqO3IWhJZzXvrUXdbGIqP8Omzl7seYBM5sxga6/L8pzQc2FkPN9YRdpT3ACF/QKfvyBkGBXWx9MRgjGCIU='} 2024-05-08T14:30:27.017 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi066.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697464', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-08 14:09:13.469597', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBPGRK776tzOCoTLAjXzR8jmOefL0ysfL+iWP1q30xVTjwIH4prYbxDLXNFLzu2kf4WMAoidzyKEZe19esp0FNI='} 2024-05-08T14:30:27.051 INFO:teuthology.orchestra.console.smithi028:Power off 2024-05-08T14:30:27.052 DEBUG:teuthology.orchestra.console.smithi028:pexpect command: ipmitool -H smithi028.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-08T14:30:27.075 DEBUG:teuthology.orchestra.console.smithi028:power off output: Chassis Power Control: Down/Off 2024-05-08T14:30:27.076 DEBUG:teuthology.orchestra.console.smithi028:pexpect command: ipmitool -H smithi028.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T14:30:27.091 INFO:teuthology.orchestra.console.smithi066:Power off 2024-05-08T14:30:27.091 DEBUG:teuthology.orchestra.console.smithi066:pexpect command: ipmitool -H smithi066.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-08T14:30:27.101 DEBUG:teuthology.orchestra.console.smithi028:check power output: Chassis Power is on 2024-05-08T14:30:27.114 DEBUG:teuthology.orchestra.console.smithi066:power off output: Chassis Power Control: Down/Off 2024-05-08T14:30:27.114 DEBUG:teuthology.orchestra.console.smithi066:pexpect command: ipmitool -H smithi066.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T14:30:27.138 DEBUG:teuthology.orchestra.console.smithi066:check power output: Chassis Power is on 2024-05-08T14:30:31.103 DEBUG:teuthology.orchestra.console.smithi028:pexpect command: ipmitool -H smithi028.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T14:30:31.139 DEBUG:teuthology.orchestra.console.smithi066:pexpect command: ipmitool -H smithi066.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T14:30:31.213 DEBUG:teuthology.orchestra.console.smithi028:check power output: Chassis Power is on 2024-05-08T14:30:31.248 DEBUG:teuthology.orchestra.console.smithi066:check power output: Chassis Power is on 2024-05-08T14:30:35.218 DEBUG:teuthology.orchestra.console.smithi028:pexpect command: ipmitool -H smithi028.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T14:30:35.250 DEBUG:teuthology.orchestra.console.smithi066:pexpect command: ipmitool -H smithi066.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T14:30:35.328 DEBUG:teuthology.orchestra.console.smithi028:check power output: Chassis Power is off 2024-05-08T14:30:35.360 DEBUG:teuthology.orchestra.console.smithi066:check power output: Chassis Power is on 2024-05-08T14:30:35.430 INFO:teuthology.orchestra.console.smithi028:Power off completed 2024-05-08T14:30:39.364 DEBUG:teuthology.orchestra.console.smithi066:pexpect command: ipmitool -H smithi066.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T14:30:39.475 DEBUG:teuthology.orchestra.console.smithi066:check power output: Chassis Power is off 2024-05-08T14:30:39.575 INFO:teuthology.orchestra.console.smithi066:Power off completed 2024-05-08T14:30:39.680 INFO:teuthology.run:Summary data: description: orch:cephadm/smb/{0-distro/ubuntu_22.04 tasks/deploy_smb_domain} duration: 638.1029353141785 failure_reason: 'Command failed on smithi028 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 pull''' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=4e9e678dc6d742589fc77808c2b08bc4 status: fail success: false 2024-05-08T14:30:39.681 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-08T14:30:39.765 INFO:teuthology.run:FAIL