2024-04-19T13:59:53.019 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-19T13:59:53.019 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663524 --owner scheduled_adking@teuthology --name adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi --verbose --description orch:cephadm/smb/{0-distro/ubuntu_22.04 tasks/deploy_smb_domain} -- /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663524/orig.config.yaml 2024-04-19T13:59:53.049 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-19T13:59:53.133 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663524 branch: wip-adk-testing-2024-04-17-1713 description: orch:cephadm/smb/{0-distro/ubuntu_22.04 tasks/deploy_smb_domain} email: adking@redhat.com first_in_suite: false job_id: '7663524' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-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-04-17-1713 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: c53d131d890ca258dc8708b5590933577e6ceba0 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: c53d131d890ca258dc8708b5590933577e6ceba0 workunit: branch: wip-adk-testing-2024-04-17-1713 sha1: c53d131d890ca258dc8708b5590933577e6ceba0 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: 7132 sha1: c53d131d890ca258dc8708b5590933577e6ceba0 sleep_before_teardown: 0 subset: 1/16 suite: orch:cephadm suite_branch: wip-adk-testing-2024-04-17-1713 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_c53d131d890ca258dc8708b5590933577e6ceba0/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: c53d131d890ca258dc8708b5590933577e6ceba0 targets: smithi027.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFdkOs3ssAYuEXQLsf4rZcmGHle5fs37FuzGXJyYAlLzWMDoV48HRqa5HIsa1R2grN2eJaAaqqQm6Nl6+4WGMq4= smithi064.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPQvd2GJNbGTgGhj7Jbjb2+nOJ5IS/kXw9RO1tFVhw0Zl11FN1vHBuaGP5wxaWVh3wjTxsjqKFPWBe/o2VSNs9A= 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: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-19_13:19:23 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-19T13:59:53.133 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_c53d131d890ca258dc8708b5590933577e6ceba0/qa; will attempt to use it 2024-04-19T13:59:53.134 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_c53d131d890ca258dc8708b5590933577e6ceba0/qa/tasks 2024-04-19T13:59:53.134 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-19T13:59:53.135 INFO:teuthology.task.internal:Checking packages... 2024-04-19T13:59:53.158 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'c53d131d890ca258dc8708b5590933577e6ceba0' 2024-04-19T13:59:53.159 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-19T13:59:53.159 INFO:teuthology.packaging:ref: None 2024-04-19T13:59:53.159 INFO:teuthology.packaging:tag: None 2024-04-19T13:59:53.159 INFO:teuthology.packaging:branch: wip-adk-testing-2024-04-17-1713 2024-04-19T13:59:53.159 INFO:teuthology.packaging:sha1: c53d131d890ca258dc8708b5590933577e6ceba0 2024-04-19T13:59:53.159 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-04-17-1713 2024-04-19T13:59:53.368 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3175-gc53d131d-1jammy 2024-04-19T13:59:53.369 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-19T13:59:53.375 INFO:teuthology.task.internal:no buildpackages task found 2024-04-19T13:59:53.376 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-19T13:59:53.382 INFO:teuthology.task.internal:Saving configuration 2024-04-19T13:59:53.394 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-19T13:59:53.399 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-19T13:59:53.424 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi027.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663524', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-19 13:52:20.109502', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO4WKomwEo55vui6WwpmqBpQgr49CM6kK+ncPuFxQFlh'} 2024-04-19T13:59:53.444 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi064.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663525', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-19 13:52:20.470717', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMIz9p8b6W14bH9HKrIyUjiFD5eaK3Gv3gtE2JKcO4nU'} 2024-04-19T13:59:53.445 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-19T13:59:53.450 INFO:teuthology.task.internal:roles: ubuntu@smithi027.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2024-04-19T13:59:53.450 INFO:teuthology.task.internal:roles: ubuntu@smithi064.front.sepia.ceph.com - ['host.b', 'cephadm.exclude'] 2024-04-19T13:59:53.450 INFO:teuthology.run_tasks:Running task console_log... 2024-04-19T13:59:53.512 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f11b7d973a0>, signals=[15]) 2024-04-19T13:59:53.513 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-19T13:59:53.519 INFO:teuthology.task.internal:Opening connections... 2024-04-19T13:59:53.519 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi027.front.sepia.ceph.com 2024-04-19T13:59:53.520 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T13:59:53.598 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi064.front.sepia.ceph.com 2024-04-19T13:59:53.599 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T13:59:53.677 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-19T13:59:53.685 DEBUG:teuthology.orchestra.run.smithi027:> uname -m 2024-04-19T13:59:53.690 INFO:teuthology.orchestra.run.smithi027.stdout:x86_64 2024-04-19T13:59:53.690 DEBUG:teuthology.orchestra.run.smithi027:> cat /etc/os-release 2024-04-19T13:59:53.737 INFO:teuthology.orchestra.run.smithi027.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-19T13:59:53.737 INFO:teuthology.orchestra.run.smithi027.stdout:NAME="Ubuntu" 2024-04-19T13:59:53.738 INFO:teuthology.orchestra.run.smithi027.stdout:VERSION_ID="22.04" 2024-04-19T13:59:53.738 INFO:teuthology.orchestra.run.smithi027.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-19T13:59:53.738 INFO:teuthology.orchestra.run.smithi027.stdout:VERSION_CODENAME=jammy 2024-04-19T13:59:53.738 INFO:teuthology.orchestra.run.smithi027.stdout:ID=ubuntu 2024-04-19T13:59:53.738 INFO:teuthology.orchestra.run.smithi027.stdout:ID_LIKE=debian 2024-04-19T13:59:53.738 INFO:teuthology.orchestra.run.smithi027.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-19T13:59:53.738 INFO:teuthology.orchestra.run.smithi027.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-19T13:59:53.738 INFO:teuthology.orchestra.run.smithi027.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-19T13:59:53.738 INFO:teuthology.orchestra.run.smithi027.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-19T13:59:53.738 INFO:teuthology.orchestra.run.smithi027.stdout:UBUNTU_CODENAME=jammy 2024-04-19T13:59:53.739 INFO:teuthology.lock.ops:Updating smithi027.front.sepia.ceph.com on lock server 2024-04-19T13:59:53.762 DEBUG:teuthology.orchestra.run.smithi064:> uname -m 2024-04-19T13:59:53.767 INFO:teuthology.orchestra.run.smithi064.stdout:x86_64 2024-04-19T13:59:53.768 DEBUG:teuthology.orchestra.run.smithi064:> cat /etc/os-release 2024-04-19T13:59:53.819 INFO:teuthology.orchestra.run.smithi064.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-19T13:59:53.820 INFO:teuthology.orchestra.run.smithi064.stdout:NAME="Ubuntu" 2024-04-19T13:59:53.820 INFO:teuthology.orchestra.run.smithi064.stdout:VERSION_ID="22.04" 2024-04-19T13:59:53.820 INFO:teuthology.orchestra.run.smithi064.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-19T13:59:53.820 INFO:teuthology.orchestra.run.smithi064.stdout:VERSION_CODENAME=jammy 2024-04-19T13:59:53.820 INFO:teuthology.orchestra.run.smithi064.stdout:ID=ubuntu 2024-04-19T13:59:53.820 INFO:teuthology.orchestra.run.smithi064.stdout:ID_LIKE=debian 2024-04-19T13:59:53.820 INFO:teuthology.orchestra.run.smithi064.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-19T13:59:53.820 INFO:teuthology.orchestra.run.smithi064.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-19T13:59:53.820 INFO:teuthology.orchestra.run.smithi064.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-19T13:59:53.820 INFO:teuthology.orchestra.run.smithi064.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-19T13:59:53.820 INFO:teuthology.orchestra.run.smithi064.stdout:UBUNTU_CODENAME=jammy 2024-04-19T13:59:53.820 INFO:teuthology.lock.ops:Updating smithi064.front.sepia.ceph.com on lock server 2024-04-19T13:59:53.836 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-19T13:59:53.844 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-19T13:59:53.849 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-19T13:59:53.849 DEBUG:teuthology.orchestra.run.smithi027:> test '!' -e /home/ubuntu/cephtest 2024-04-19T13:59:53.852 DEBUG:teuthology.orchestra.run.smithi064:> test '!' -e /home/ubuntu/cephtest 2024-04-19T13:59:53.867 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-19T13:59:53.873 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-19T13:59:53.873 DEBUG:teuthology.orchestra.run.smithi027:> test -z $(ls -A /var/lib/ceph) 2024-04-19T13:59:53.899 DEBUG:teuthology.orchestra.run.smithi064:> test -z $(ls -A /var/lib/ceph) 2024-04-19T13:59:53.917 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-19T13:59:53.965 INFO:teuthology.run_tasks:Running task kernel... 2024-04-19T13:59:53.979 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-19T13:59:53.979 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-19T13:59:53.979 DEBUG:teuthology.orchestra.run.smithi027:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-19T13:59:53.980 DEBUG:teuthology.orchestra.run.smithi064:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-19T13:59:53.984 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T13:59:53.984 DEBUG:teuthology.orchestra.run.smithi064:> uname -r 2024-04-19T13:59:53.985 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T13:59:53.985 DEBUG:teuthology.orchestra.run.smithi027:> uname -r 2024-04-19T13:59:54.032 INFO:teuthology.orchestra.run.smithi064.stdout:5.15.0-56-generic 2024-04-19T13:59:54.032 INFO:teuthology.task.kernel:Running kernel on smithi064: 5.15.0-56-generic 2024-04-19T13:59:54.032 DEBUG:teuthology.orchestra.run.smithi064:> sudo apt-get clean 2024-04-19T13:59:54.034 INFO:teuthology.orchestra.run.smithi027.stdout:5.15.0-56-generic 2024-04-19T13:59:54.034 INFO:teuthology.task.kernel:Running kernel on smithi027: 5.15.0-56-generic 2024-04-19T13:59:54.034 DEBUG:teuthology.orchestra.run.smithi027:> sudo apt-get clean 2024-04-19T13:59:54.102 INFO:teuthology.orchestra.run.smithi064.stderr:E: Could not get lock /var/cache/apt/archives/lock. It is held by process 2119 (apt-get) 2024-04-19T13:59:54.102 INFO:teuthology.orchestra.run.smithi064.stderr:E: Unable to lock directory /var/cache/apt/archives/ 2024-04-19T13:59:54.103 DEBUG:teuthology.orchestra.run:got remote process result: 100 2024-04-19T13:59:54.104 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/kernel.py", line 1238, in task p.spawn(process_role, ctx, config, timeout, role, role_config) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/kernel.py", line 1270, in process_role version = need_to_install_distro(role_remote, role_config) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/kernel.py", line 790, in need_to_install_distro newest = get_latest_image_version_deb(remote, dist_release, role_config) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/kernel.py", line 1078, in get_latest_image_version_deb remote.run(args=['sudo', 'apt-get', 'clean']) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi064 with status 100: 'sudo apt-get clean' 2024-04-19T13:59:54.314 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=c66f7b30d2074f93b7a7f0bbdd8133dc Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/kernel.py", line 1238, in task p.spawn(process_role, ctx, config, timeout, role, role_config) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/kernel.py", line 1270, in process_role version = need_to_install_distro(role_remote, role_config) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/kernel.py", line 790, in need_to_install_distro newest = get_latest_image_version_deb(remote, dist_release, role_config) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/kernel.py", line 1078, in get_latest_image_version_deb remote.run(args=['sudo', 'apt-get', 'clean']) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi064 with status 100: 'sudo apt-get clean' 2024-04-19T13:59:54.317 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-19T13:59:54.325 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-19T13:59:54.356 INFO:teuthology.nuke:Checking targets against current locks 2024-04-19T13:59:54.370 DEBUG:teuthology.orchestra.run.smithi027:> sudo apt-get update 2024-04-19T13:59:54.391 DEBUG:teuthology.nuke:shortname: smithi027 2024-04-19T13:59:54.391 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-19T13:59:54.414 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi027.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663524', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-19 13:52:20.109502', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFdkOs3ssAYuEXQLsf4rZcmGHle5fs37FuzGXJyYAlLzWMDoV48HRqa5HIsa1R2grN2eJaAaqqQm6Nl6+4WGMq4='} 2024-04-19T13:59:54.417 DEBUG:teuthology.nuke:shortname: smithi064 2024-04-19T13:59:54.417 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-19T13:59:54.437 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi064.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663525', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-19 13:52:20.470717', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPQvd2GJNbGTgGhj7Jbjb2+nOJ5IS/kXw9RO1tFVhw0Zl11FN1vHBuaGP5wxaWVh3wjTxsjqKFPWBe/o2VSNs9A='} 2024-04-19T13:59:54.471 INFO:teuthology.orchestra.console.smithi027:Power off 2024-04-19T13:59:54.472 DEBUG:teuthology.orchestra.console.smithi027:pexpect command: ipmitool -H smithi027.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-19T13:59:54.486 INFO:teuthology.orchestra.console.smithi064:Power off 2024-04-19T13:59:54.487 DEBUG:teuthology.orchestra.console.smithi064:pexpect command: ipmitool -H smithi064.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-19T13:59:54.497 DEBUG:teuthology.orchestra.console.smithi027:power off output: Chassis Power Control: Down/Off 2024-04-19T13:59:54.497 DEBUG:teuthology.orchestra.console.smithi027:pexpect command: ipmitool -H smithi027.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T13:59:54.509 DEBUG:teuthology.orchestra.console.smithi064:power off output: Chassis Power Control: Down/Off 2024-04-19T13:59:54.509 DEBUG:teuthology.orchestra.console.smithi064:pexpect command: ipmitool -H smithi064.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T13:59:54.519 DEBUG:teuthology.orchestra.console.smithi027:check power output: Chassis Power is on 2024-04-19T13:59:54.532 DEBUG:teuthology.orchestra.console.smithi064:check power output: Chassis Power is on 2024-04-19T13:59:55.245 INFO:teuthology.orchestra.run.smithi027.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-19T13:59:55.322 INFO:teuthology.orchestra.run.smithi027.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-19T13:59:55.509 INFO:teuthology.orchestra.run.smithi027.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-19T13:59:55.716 INFO:teuthology.orchestra.run.smithi027.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [450 kB] 2024-04-19T13:59:55.726 INFO:teuthology.orchestra.run.smithi027.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-19T13:59:55.850 INFO:teuthology.orchestra.run.smithi027.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,381 kB] 2024-04-19T13:59:55.908 INFO:teuthology.orchestra.run.smithi027.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [242 kB] 2024-04-19T13:59:55.914 INFO:teuthology.orchestra.run.smithi027.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-19T13:59:55.915 INFO:teuthology.orchestra.run.smithi027.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-19T13:59:55.915 INFO:teuthology.orchestra.run.smithi027.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,744 kB] 2024-04-19T13:59:55.925 INFO:teuthology.orchestra.run.smithi027.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,597 kB] 2024-04-19T13:59:55.939 INFO:teuthology.orchestra.run.smithi027.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [294 kB] 2024-04-19T13:59:55.942 INFO:teuthology.orchestra.run.smithi027.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-19T13:59:55.942 INFO:teuthology.orchestra.run.smithi027.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-19T13:59:55.950 INFO:teuthology.orchestra.run.smithi027.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-19T13:59:56.004 INFO:teuthology.orchestra.run.smithi027.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-04-19T13:59:56.006 INFO:teuthology.orchestra.run.smithi027.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-19T13:59:56.006 INFO:teuthology.orchestra.run.smithi027.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-19T13:59:56.006 INFO:teuthology.orchestra.run.smithi027.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-19T13:59:56.025 INFO:teuthology.orchestra.run.smithi027.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-19T13:59:56.025 INFO:teuthology.orchestra.run.smithi027.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-19T13:59:58.048 INFO:teuthology.orchestra.run.smithi027.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [616 kB] 2024-04-19T13:59:58.253 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-19T13:59:58.521 DEBUG:teuthology.orchestra.console.smithi027:pexpect command: ipmitool -H smithi027.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T13:59:58.533 DEBUG:teuthology.orchestra.console.smithi064:pexpect command: ipmitool -H smithi064.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T13:59:58.630 DEBUG:teuthology.orchestra.console.smithi027:check power output: Chassis Power is on 2024-04-19T13:59:58.642 DEBUG:teuthology.orchestra.console.smithi064:check power output: Chassis Power is on 2024-04-19T14:00:02.631 DEBUG:teuthology.orchestra.console.smithi027:pexpect command: ipmitool -H smithi027.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T14:00:02.643 DEBUG:teuthology.orchestra.console.smithi064:pexpect command: ipmitool -H smithi064.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T14:00:02.741 DEBUG:teuthology.orchestra.console.smithi027:check power output: Chassis Power is off 2024-04-19T14:00:02.753 DEBUG:teuthology.orchestra.console.smithi064:check power output: Chassis Power is on 2024-04-19T14:00:02.842 INFO:teuthology.orchestra.console.smithi027:Power off completed 2024-04-19T14:00:06.754 DEBUG:teuthology.orchestra.console.smithi064:pexpect command: ipmitool -H smithi064.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T14:00:06.864 DEBUG:teuthology.orchestra.console.smithi064:check power output: Chassis Power is off 2024-04-19T14:00:06.965 INFO:teuthology.orchestra.console.smithi064:Power off completed 2024-04-19T14:00:07.068 INFO:teuthology.run:Summary data: description: orch:cephadm/smb/{0-distro/ubuntu_22.04 tasks/deploy_smb_domain} failure_reason: 'Command failed on smithi064 with status 100: ''sudo apt-get clean''' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=c66f7b30d2074f93b7a7f0bbdd8133dc status: fail success: false 2024-04-19T14:00:07.069 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-19T14:00:07.149 INFO:teuthology.run:FAIL