2024-04-22T21:57:33.958 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-22T21:57:33.958 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_teuthology@teuthology --verbose --archive /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668833 --description orch/cephadm/smb/{0-distro/ubuntu_22.04 tasks/deploy_smb_domain} --name teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi -- /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668833/orig.config.yaml 2024-04-22T21:57:33.990 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T21:57:34.067 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668833 branch: squid description: orch/cephadm/smb/{0-distro/ubuntu_22.04 tasks/deploy_smb_domain} email: ceph-qa@ceph.com first_in_suite: false job_id: '7668833' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: squid ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) log-only-match: - CEPHADM_ sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f workunit: branch: squid sha1: c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9 owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.git roles: - - host.a - mon.a - mgr.x - osd.0 - osd.1 - client.0 - - host.b - cephadm.exclude seed: 207 sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f sleep_before_teardown: 0 subset: 24/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9 targets: smithi008.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIErK236fcqju9P97QqbIaphWwWOosrO+zqLzGTIqnqRpIzaU0rhA3VchfHKDHOQOyB17AfXADut4OhuxQDvyC0= smithi170.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLDc0feZhew0jul/Qf05dQXBbtk40sSzYCBeBlJiM3buuVxiSJeBCSmNbUPqXw7yOoBeCB1k7kAGRznDuF2ax1Y= 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-22_21:08:03 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-22T21:57:34.067 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa; will attempt to use it 2024-04-22T21:57:34.067 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks 2024-04-22T21:57:34.068 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-22T21:57:34.069 INFO:teuthology.task.internal:Checking packages... 2024-04-22T21:57:34.094 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '430e09df97c8fc7dc2b2ae424f68ed11366c540f' 2024-04-22T21:57:34.094 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-22T21:57:34.094 INFO:teuthology.packaging:ref: None 2024-04-22T21:57:34.094 INFO:teuthology.packaging:tag: None 2024-04-22T21:57:34.094 INFO:teuthology.packaging:branch: squid 2024-04-22T21:57:34.094 INFO:teuthology.packaging:sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:57:34.094 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=squid 2024-04-22T21:57:34.306 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2420-g246d7127-1jammy 2024-04-22T21:57:34.308 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-22T21:57:34.315 INFO:teuthology.task.internal:no buildpackages task found 2024-04-22T21:57:34.315 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-22T21:57:34.335 INFO:teuthology.task.internal:Saving configuration 2024-04-22T21:57:34.348 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-22T21:57:34.353 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T21:57:34.380 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi008.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668833', '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-22 21:50:24.119517', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKIjJBMKIdZahtomoeADxCiBfl+lms3GcHX/DCpjz4Z7'} 2024-04-22T21:57:34.403 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi170.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668833', '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-22 21:50:24.117325', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILkueZfue6RwH7EgMbpdi0Mpz0bhF8v9gWZoQEmZqMCW'} 2024-04-22T21:57:34.404 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-22T21:57:34.410 INFO:teuthology.task.internal:roles: ubuntu@smithi008.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2024-04-22T21:57:34.411 INFO:teuthology.task.internal:roles: ubuntu@smithi170.front.sepia.ceph.com - ['host.b', 'cephadm.exclude'] 2024-04-22T21:57:34.411 INFO:teuthology.run_tasks:Running task console_log... 2024-04-22T21:57:34.539 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fbe10ce6280>, signals=[15]) 2024-04-22T21:57:34.540 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-22T21:57:34.545 INFO:teuthology.task.internal:Opening connections... 2024-04-22T21:57:34.545 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi008.front.sepia.ceph.com 2024-04-22T21:57:34.547 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T21:57:34.629 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi170.front.sepia.ceph.com 2024-04-22T21:57:34.630 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T21:57:34.713 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-22T21:57:34.719 DEBUG:teuthology.orchestra.run.smithi008:> uname -m 2024-04-22T21:57:34.724 INFO:teuthology.orchestra.run.smithi008.stdout:x86_64 2024-04-22T21:57:34.725 DEBUG:teuthology.orchestra.run.smithi008:> cat /etc/os-release 2024-04-22T21:57:34.770 INFO:teuthology.orchestra.run.smithi008.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-22T21:57:34.770 INFO:teuthology.orchestra.run.smithi008.stdout:NAME="Ubuntu" 2024-04-22T21:57:34.770 INFO:teuthology.orchestra.run.smithi008.stdout:VERSION_ID="22.04" 2024-04-22T21:57:34.770 INFO:teuthology.orchestra.run.smithi008.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-22T21:57:34.770 INFO:teuthology.orchestra.run.smithi008.stdout:VERSION_CODENAME=jammy 2024-04-22T21:57:34.770 INFO:teuthology.orchestra.run.smithi008.stdout:ID=ubuntu 2024-04-22T21:57:34.770 INFO:teuthology.orchestra.run.smithi008.stdout:ID_LIKE=debian 2024-04-22T21:57:34.770 INFO:teuthology.orchestra.run.smithi008.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-22T21:57:34.771 INFO:teuthology.orchestra.run.smithi008.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-22T21:57:34.771 INFO:teuthology.orchestra.run.smithi008.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-22T21:57:34.771 INFO:teuthology.orchestra.run.smithi008.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-22T21:57:34.771 INFO:teuthology.orchestra.run.smithi008.stdout:UBUNTU_CODENAME=jammy 2024-04-22T21:57:34.771 INFO:teuthology.lock.ops:Updating smithi008.front.sepia.ceph.com on lock server 2024-04-22T21:57:34.793 DEBUG:teuthology.orchestra.run.smithi170:> uname -m 2024-04-22T21:57:34.801 INFO:teuthology.orchestra.run.smithi170.stdout:x86_64 2024-04-22T21:57:34.802 DEBUG:teuthology.orchestra.run.smithi170:> cat /etc/os-release 2024-04-22T21:57:34.851 INFO:teuthology.orchestra.run.smithi170.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-22T21:57:34.851 INFO:teuthology.orchestra.run.smithi170.stdout:NAME="Ubuntu" 2024-04-22T21:57:34.851 INFO:teuthology.orchestra.run.smithi170.stdout:VERSION_ID="22.04" 2024-04-22T21:57:34.851 INFO:teuthology.orchestra.run.smithi170.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-22T21:57:34.851 INFO:teuthology.orchestra.run.smithi170.stdout:VERSION_CODENAME=jammy 2024-04-22T21:57:34.851 INFO:teuthology.orchestra.run.smithi170.stdout:ID=ubuntu 2024-04-22T21:57:34.851 INFO:teuthology.orchestra.run.smithi170.stdout:ID_LIKE=debian 2024-04-22T21:57:34.851 INFO:teuthology.orchestra.run.smithi170.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-22T21:57:34.851 INFO:teuthology.orchestra.run.smithi170.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-22T21:57:34.852 INFO:teuthology.orchestra.run.smithi170.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-22T21:57:34.852 INFO:teuthology.orchestra.run.smithi170.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-22T21:57:34.852 INFO:teuthology.orchestra.run.smithi170.stdout:UBUNTU_CODENAME=jammy 2024-04-22T21:57:34.852 INFO:teuthology.lock.ops:Updating smithi170.front.sepia.ceph.com on lock server 2024-04-22T21:57:34.876 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-22T21:57:34.885 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-22T21:57:34.889 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-22T21:57:34.889 DEBUG:teuthology.orchestra.run.smithi008:> test '!' -e /home/ubuntu/cephtest 2024-04-22T21:57:34.892 DEBUG:teuthology.orchestra.run.smithi170:> test '!' -e /home/ubuntu/cephtest 2024-04-22T21:57:34.899 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-22T21:57:34.905 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-22T21:57:34.905 DEBUG:teuthology.orchestra.run.smithi008:> test -z $(ls -A /var/lib/ceph) 2024-04-22T21:57:34.940 DEBUG:teuthology.orchestra.run.smithi170:> test -z $(ls -A /var/lib/ceph) 2024-04-22T21:57:34.951 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-22T21:57:35.003 INFO:teuthology.run_tasks:Running task kernel... 2024-04-22T21:57:35.018 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-22T21:57:35.018 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-22T21:57:35.018 DEBUG:teuthology.orchestra.run.smithi008:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T21:57:35.019 DEBUG:teuthology.orchestra.run.smithi170:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T21:57:35.023 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:57:35.023 DEBUG:teuthology.orchestra.run.smithi170:> uname -r 2024-04-22T21:57:35.024 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:57:35.025 DEBUG:teuthology.orchestra.run.smithi008:> uname -r 2024-04-22T21:57:35.070 INFO:teuthology.orchestra.run.smithi008.stdout:5.15.0-56-generic 2024-04-22T21:57:35.071 INFO:teuthology.task.kernel:Running kernel on smithi008: 5.15.0-56-generic 2024-04-22T21:57:35.071 DEBUG:teuthology.orchestra.run.smithi008:> sudo apt-get clean 2024-04-22T21:57:35.072 INFO:teuthology.orchestra.run.smithi170.stdout:5.15.0-56-generic 2024-04-22T21:57:35.072 INFO:teuthology.task.kernel:Running kernel on smithi170: 5.15.0-56-generic 2024-04-22T21:57:35.072 DEBUG:teuthology.orchestra.run.smithi170:> sudo apt-get clean 2024-04-22T21:57:35.181 DEBUG:teuthology.orchestra.run.smithi008:> sudo apt-get update 2024-04-22T21:57:35.209 DEBUG:teuthology.orchestra.run.smithi170:> sudo apt-get update 2024-04-22T21:57:35.338 INFO:teuthology.orchestra.run.smithi008.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-22T21:57:35.355 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-22T21:57:35.374 INFO:teuthology.orchestra.run.smithi170.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-22T21:57:35.451 INFO:teuthology.orchestra.run.smithi170.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-22T21:57:35.468 INFO:teuthology.orchestra.run.smithi170.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-22T21:57:35.469 INFO:teuthology.orchestra.run.smithi008.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-22T21:57:35.551 INFO:teuthology.orchestra.run.smithi008.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-22T21:57:35.567 INFO:teuthology.orchestra.run.smithi008.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,388 kB] 2024-04-22T21:57:35.590 INFO:teuthology.orchestra.run.smithi170.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [618 kB] 2024-04-22T21:57:35.675 INFO:teuthology.orchestra.run.smithi170.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,608 kB] 2024-04-22T21:57:35.691 INFO:teuthology.orchestra.run.smithi008.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [452 kB] 2024-04-22T21:57:35.701 INFO:teuthology.orchestra.run.smithi008.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-04-22T21:57:35.706 INFO:teuthology.orchestra.run.smithi008.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-22T21:57:35.706 INFO:teuthology.orchestra.run.smithi008.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-22T21:57:35.707 INFO:teuthology.orchestra.run.smithi008.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,762 kB] 2024-04-22T21:57:35.747 INFO:teuthology.orchestra.run.smithi170.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] 2024-04-22T21:57:35.759 INFO:teuthology.orchestra.run.smithi008.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [299 kB] 2024-04-22T21:57:35.765 INFO:teuthology.orchestra.run.smithi008.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-22T21:57:35.765 INFO:teuthology.orchestra.run.smithi008.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-22T21:57:35.769 INFO:teuthology.orchestra.run.smithi170.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-22T21:57:35.770 INFO:teuthology.orchestra.run.smithi170.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,826 kB] 2024-04-22T21:57:35.781 INFO:teuthology.orchestra.run.smithi008.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-22T21:57:35.812 INFO:teuthology.orchestra.run.smithi008.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-04-22T21:57:35.816 INFO:teuthology.orchestra.run.smithi008.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-22T21:57:35.817 INFO:teuthology.orchestra.run.smithi008.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-22T21:57:35.818 INFO:teuthology.orchestra.run.smithi008.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-22T21:57:35.819 INFO:teuthology.orchestra.run.smithi008.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-22T21:57:35.839 INFO:teuthology.orchestra.run.smithi170.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-22T21:57:35.840 INFO:teuthology.orchestra.run.smithi170.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [310 kB] 2024-04-22T21:57:35.845 INFO:teuthology.orchestra.run.smithi170.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-22T21:57:35.846 INFO:teuthology.orchestra.run.smithi170.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-22T21:57:35.864 INFO:teuthology.orchestra.run.smithi008.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-22T21:57:35.867 INFO:teuthology.orchestra.run.smithi170.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-22T21:57:35.893 INFO:teuthology.orchestra.run.smithi170.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-22T21:57:35.896 INFO:teuthology.orchestra.run.smithi170.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,388 kB] 2024-04-22T21:57:35.898 INFO:teuthology.orchestra.run.smithi170.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-22T21:57:35.914 INFO:teuthology.orchestra.run.smithi170.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-22T21:57:35.914 INFO:teuthology.orchestra.run.smithi170.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-22T21:57:35.915 INFO:teuthology.orchestra.run.smithi170.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-22T21:57:35.915 INFO:teuthology.orchestra.run.smithi170.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-22T21:57:35.916 INFO:teuthology.orchestra.run.smithi170.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-22T21:57:35.917 INFO:teuthology.orchestra.run.smithi170.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-22T21:57:35.932 INFO:teuthology.orchestra.run.smithi170.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-22T21:57:35.932 INFO:teuthology.orchestra.run.smithi170.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-22T21:57:35.933 INFO:teuthology.orchestra.run.smithi170.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-22T21:57:35.933 INFO:teuthology.orchestra.run.smithi008.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-22T21:57:35.958 INFO:teuthology.orchestra.run.smithi170.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-22T21:57:35.958 INFO:teuthology.orchestra.run.smithi170.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-22T21:57:35.959 INFO:teuthology.orchestra.run.smithi170.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-22T21:57:36.077 INFO:teuthology.orchestra.run.smithi008.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,608 kB] 2024-04-22T21:57:36.310 INFO:teuthology.orchestra.run.smithi170.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [452 kB] 2024-04-22T21:57:36.328 INFO:teuthology.orchestra.run.smithi170.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-04-22T21:57:36.338 INFO:teuthology.orchestra.run.smithi170.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-22T21:57:36.338 INFO:teuthology.orchestra.run.smithi170.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-22T21:57:36.340 INFO:teuthology.orchestra.run.smithi170.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,762 kB] 2024-04-22T21:57:36.433 INFO:teuthology.orchestra.run.smithi170.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [299 kB] 2024-04-22T21:57:36.444 INFO:teuthology.orchestra.run.smithi170.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-22T21:57:36.444 INFO:teuthology.orchestra.run.smithi170.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-22T21:57:36.489 INFO:teuthology.orchestra.run.smithi170.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-22T21:57:36.682 INFO:teuthology.orchestra.run.smithi170.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-04-22T21:57:37.087 INFO:teuthology.orchestra.run.smithi170.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-22T21:57:37.093 INFO:teuthology.orchestra.run.smithi170.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-22T21:57:37.093 INFO:teuthology.orchestra.run.smithi170.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-22T21:57:37.107 INFO:teuthology.orchestra.run.smithi170.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-22T21:57:37.110 INFO:teuthology.orchestra.run.smithi170.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-22T21:57:38.124 INFO:teuthology.orchestra.run.smithi008.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [618 kB] 2024-04-22T21:57:38.994 INFO:teuthology.orchestra.run.smithi008.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] 2024-04-22T21:57:39.386 INFO:teuthology.orchestra.run.smithi008.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-22T21:57:39.401 INFO:teuthology.orchestra.run.smithi008.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,826 kB] 2024-04-22T21:57:41.593 INFO:teuthology.orchestra.run.smithi170.stdout:Fetched 13.2 MB in 2s (7,055 kB/s) 2024-04-22T21:57:42.294 INFO:teuthology.orchestra.run.smithi008.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-22T21:57:42.386 INFO:teuthology.orchestra.run.smithi008.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [310 kB] 2024-04-22T21:57:42.503 INFO:teuthology.orchestra.run.smithi008.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-22T21:57:42.523 INFO:teuthology.orchestra.run.smithi008.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-22T21:57:42.590 INFO:teuthology.orchestra.run.smithi008.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-22T21:57:42.624 INFO:teuthology.orchestra.run.smithi008.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-22T21:57:42.648 INFO:teuthology.orchestra.run.smithi008.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-22T21:57:42.670 INFO:teuthology.orchestra.run.smithi008.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-22T21:57:42.691 INFO:teuthology.orchestra.run.smithi008.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-22T21:57:42.714 INFO:teuthology.orchestra.run.smithi008.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-22T21:57:42.736 INFO:teuthology.orchestra.run.smithi008.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-22T21:57:42.758 INFO:teuthology.orchestra.run.smithi008.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-22T21:57:42.780 INFO:teuthology.orchestra.run.smithi008.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-22T21:57:42.801 INFO:teuthology.orchestra.run.smithi008.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-22T21:57:42.822 INFO:teuthology.orchestra.run.smithi008.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-22T21:57:42.841 INFO:teuthology.orchestra.run.smithi008.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-22T21:57:42.917 INFO:teuthology.orchestra.run.smithi170.stdout:Reading package lists... 2024-04-22T21:57:42.922 INFO:teuthology.orchestra.run.smithi008.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-22T21:57:42.934 DEBUG:teuthology.orchestra.run.smithi170:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-22T21:57:42.943 INFO:teuthology.orchestra.run.smithi008.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-22T21:57:42.964 INFO:teuthology.orchestra.run.smithi008.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-22T21:57:42.995 INFO:teuthology.orchestra.run.smithi170.stdout:Reading package lists... 2024-04-22T21:57:43.189 INFO:teuthology.orchestra.run.smithi170.stdout:Building dependency tree... 2024-04-22T21:57:43.190 INFO:teuthology.orchestra.run.smithi170.stdout:Reading state information... 2024-04-22T21:57:43.364 INFO:teuthology.orchestra.run.smithi170.stdout:The following packages were automatically installed and are no longer required: 2024-04-22T21:57:43.364 INFO:teuthology.orchestra.run.smithi170.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-22T21:57:43.364 INFO:teuthology.orchestra.run.smithi170.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-22T21:57:43.365 INFO:teuthology.orchestra.run.smithi170.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-22T21:57:43.365 INFO:teuthology.orchestra.run.smithi170.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-22T21:57:43.365 INFO:teuthology.orchestra.run.smithi170.stdout: python2.7-minimal 2024-04-22T21:57:43.365 INFO:teuthology.orchestra.run.smithi170.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-22T21:57:43.366 INFO:teuthology.orchestra.run.smithi170.stdout:The following additional packages will be installed: 2024-04-22T21:57:43.366 INFO:teuthology.orchestra.run.smithi170.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-22T21:57:43.366 INFO:teuthology.orchestra.run.smithi170.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-22T21:57:43.367 INFO:teuthology.orchestra.run.smithi170.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-22T21:57:43.368 INFO:teuthology.orchestra.run.smithi170.stdout:Suggested packages: 2024-04-22T21:57:43.368 INFO:teuthology.orchestra.run.smithi170.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-22T21:57:43.368 INFO:teuthology.orchestra.run.smithi170.stdout:Recommended packages: 2024-04-22T21:57:43.368 INFO:teuthology.orchestra.run.smithi170.stdout: thermald 2024-04-22T21:57:43.418 INFO:teuthology.orchestra.run.smithi170.stdout:The following NEW packages will be installed: 2024-04-22T21:57:43.418 INFO:teuthology.orchestra.run.smithi170.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-22T21:57:43.418 INFO:teuthology.orchestra.run.smithi170.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-22T21:57:43.418 INFO:teuthology.orchestra.run.smithi170.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-22T21:57:43.419 INFO:teuthology.orchestra.run.smithi170.stdout:The following packages will be upgraded: 2024-04-22T21:57:43.420 INFO:teuthology.orchestra.run.smithi170.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-22T21:57:43.477 INFO:teuthology.orchestra.run.smithi170.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-22T21:57:43.477 INFO:teuthology.orchestra.run.smithi170.stdout:Need to get 113 MB of archives. 2024-04-22T21:57:43.477 INFO:teuthology.orchestra.run.smithi170.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-22T21:57:43.477 INFO:teuthology.orchestra.run.smithi170.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-04-22T21:57:44.067 INFO:teuthology.orchestra.run.smithi170.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-04-22T21:57:44.183 INFO:teuthology.orchestra.run.smithi170.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-04-22T21:57:45.173 INFO:teuthology.orchestra.run.smithi170.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-04-22T21:57:45.173 INFO:teuthology.orchestra.run.smithi170.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-04-22T21:57:45.173 INFO:teuthology.orchestra.run.smithi170.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-04-22T21:57:45.366 INFO:teuthology.orchestra.run.smithi170.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-04-22T21:57:45.419 INFO:teuthology.orchestra.run.smithi170.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-04-22T21:57:45.800 INFO:teuthology.orchestra.run.smithi170.stdout:Fetched 113 MB in 2s (56.9 MB/s) 2024-04-22T21:57:45.931 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-22T21:57:47.513 INFO:teuthology.orchestra.run.smithi008.stdout:Fetched 13.2 MB in 8s (1,715 kB/s) 2024-04-22T21:57:47.977 INFO:teuthology.orchestra.run.smithi170.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-04-22T21:57:47.981 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T21:57:48.036 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T21:57:48.836 INFO:teuthology.orchestra.run.smithi008.stdout:Reading package lists... 2024-04-22T21:57:48.856 DEBUG:teuthology.orchestra.run.smithi008:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-22T21:57:48.918 INFO:teuthology.orchestra.run.smithi008.stdout:Reading package lists... 2024-04-22T21:57:49.121 INFO:teuthology.orchestra.run.smithi008.stdout:Building dependency tree... 2024-04-22T21:57:49.122 INFO:teuthology.orchestra.run.smithi008.stdout:Reading state information... 2024-04-22T21:57:49.307 INFO:teuthology.orchestra.run.smithi008.stdout:The following packages were automatically installed and are no longer required: 2024-04-22T21:57:49.307 INFO:teuthology.orchestra.run.smithi008.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-22T21:57:49.307 INFO:teuthology.orchestra.run.smithi008.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-22T21:57:49.307 INFO:teuthology.orchestra.run.smithi008.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-22T21:57:49.307 INFO:teuthology.orchestra.run.smithi008.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-22T21:57:49.308 INFO:teuthology.orchestra.run.smithi008.stdout: python2.7-minimal 2024-04-22T21:57:49.308 INFO:teuthology.orchestra.run.smithi008.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-22T21:57:49.309 INFO:teuthology.orchestra.run.smithi008.stdout:The following additional packages will be installed: 2024-04-22T21:57:49.309 INFO:teuthology.orchestra.run.smithi008.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-22T21:57:49.309 INFO:teuthology.orchestra.run.smithi008.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-22T21:57:49.310 INFO:teuthology.orchestra.run.smithi008.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-22T21:57:49.311 INFO:teuthology.orchestra.run.smithi008.stdout:Suggested packages: 2024-04-22T21:57:49.311 INFO:teuthology.orchestra.run.smithi008.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-22T21:57:49.311 INFO:teuthology.orchestra.run.smithi008.stdout:Recommended packages: 2024-04-22T21:57:49.311 INFO:teuthology.orchestra.run.smithi008.stdout: thermald 2024-04-22T21:57:49.361 INFO:teuthology.orchestra.run.smithi008.stdout:The following NEW packages will be installed: 2024-04-22T21:57:49.362 INFO:teuthology.orchestra.run.smithi008.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-22T21:57:49.362 INFO:teuthology.orchestra.run.smithi008.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-22T21:57:49.362 INFO:teuthology.orchestra.run.smithi008.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-22T21:57:49.363 INFO:teuthology.orchestra.run.smithi008.stdout:The following packages will be upgraded: 2024-04-22T21:57:49.364 INFO:teuthology.orchestra.run.smithi008.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-22T21:57:49.544 INFO:teuthology.orchestra.run.smithi008.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-22T21:57:49.545 INFO:teuthology.orchestra.run.smithi008.stdout:Need to get 113 MB of archives. 2024-04-22T21:57:49.545 INFO:teuthology.orchestra.run.smithi008.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-22T21:57:49.545 INFO:teuthology.orchestra.run.smithi008.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-04-22T21:57:50.563 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-22T21:57:50.584 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T21:57:50.671 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T21:57:50.958 INFO:teuthology.orchestra.run.smithi008.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-04-22T21:57:51.124 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-22T21:57:51.145 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T21:57:51.182 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T21:57:51.310 INFO:teuthology.orchestra.run.smithi008.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-04-22T21:57:53.537 INFO:teuthology.orchestra.run.smithi008.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-04-22T21:57:53.537 INFO:teuthology.orchestra.run.smithi008.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-04-22T21:57:53.537 INFO:teuthology.orchestra.run.smithi008.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-04-22T21:57:54.093 INFO:teuthology.orchestra.run.smithi008.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-04-22T21:57:54.249 INFO:teuthology.orchestra.run.smithi008.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-04-22T21:57:54.667 INFO:teuthology.orchestra.run.smithi008.stdout:Fetched 113 MB in 5s (23.2 MB/s) 2024-04-22T21:57:54.846 INFO:teuthology.orchestra.run.smithi008.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-22T21:57:56.928 INFO:teuthology.orchestra.run.smithi008.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-04-22T21:57:56.935 INFO:teuthology.orchestra.run.smithi008.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T21:57:56.993 INFO:teuthology.orchestra.run.smithi008.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T21:57:57.184 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T21:57:57.309 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T21:57:57.651 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T21:57:57.770 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T21:57:58.032 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-22T21:57:58.054 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-22T21:57:58.115 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-22T21:57:59.478 INFO:teuthology.orchestra.run.smithi008.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-22T21:57:59.499 INFO:teuthology.orchestra.run.smithi008.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T21:57:59.590 INFO:teuthology.orchestra.run.smithi008.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T21:58:00.064 INFO:teuthology.orchestra.run.smithi008.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-22T21:58:00.085 INFO:teuthology.orchestra.run.smithi008.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T21:58:00.131 INFO:teuthology.orchestra.run.smithi008.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T21:58:03.727 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-22T21:58:03.764 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T21:58:03.802 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T21:58:06.525 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T21:58:06.564 INFO:teuthology.orchestra.run.smithi008.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T21:58:06.630 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T21:58:06.691 INFO:teuthology.orchestra.run.smithi008.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T21:58:06.947 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-22T21:58:07.024 INFO:teuthology.orchestra.run.smithi008.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T21:58:07.069 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T21:58:07.128 INFO:teuthology.orchestra.run.smithi008.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T21:58:07.178 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-22T21:58:07.281 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T21:58:07.422 INFO:teuthology.orchestra.run.smithi008.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-22T21:58:07.445 INFO:teuthology.orchestra.run.smithi008.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-22T21:58:07.489 INFO:teuthology.orchestra.run.smithi008.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-22T21:58:08.582 INFO:teuthology.orchestra.run.smithi170.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-22T21:58:08.582 INFO:teuthology.orchestra.run.smithi170.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-22T21:58:08.582 INFO:teuthology.orchestra.run.smithi170.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-22T21:58:08.582 INFO:teuthology.orchestra.run.smithi170.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-22T21:58:08.742 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T21:58:10.161 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T21:58:11.978 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-22T21:58:12.079 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-22T21:58:12.180 INFO:teuthology.orchestra.run.smithi170.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T21:58:12.268 INFO:teuthology.orchestra.run.smithi170.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-22T21:58:12.268 INFO:teuthology.orchestra.run.smithi170.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-22T21:58:13.557 INFO:teuthology.orchestra.run.smithi008.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-22T21:58:13.594 INFO:teuthology.orchestra.run.smithi008.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T21:58:13.632 INFO:teuthology.orchestra.run.smithi008.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T21:58:16.318 INFO:teuthology.orchestra.run.smithi008.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T21:58:16.754 INFO:teuthology.orchestra.run.smithi008.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T21:58:17.110 INFO:teuthology.orchestra.run.smithi008.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-22T21:58:17.231 INFO:teuthology.orchestra.run.smithi008.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T21:58:17.366 INFO:teuthology.orchestra.run.smithi008.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-22T21:58:17.494 INFO:teuthology.orchestra.run.smithi008.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T21:58:18.837 INFO:teuthology.orchestra.run.smithi008.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-22T21:58:18.837 INFO:teuthology.orchestra.run.smithi008.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-22T21:58:18.837 INFO:teuthology.orchestra.run.smithi008.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-22T21:58:18.837 INFO:teuthology.orchestra.run.smithi008.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-22T21:58:18.988 INFO:teuthology.orchestra.run.smithi008.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T21:58:20.407 INFO:teuthology.orchestra.run.smithi008.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T21:58:22.375 INFO:teuthology.orchestra.run.smithi008.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-22T21:58:22.767 INFO:teuthology.orchestra.run.smithi008.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-22T21:58:22.894 INFO:teuthology.orchestra.run.smithi008.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T21:58:22.954 INFO:teuthology.orchestra.run.smithi008.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-22T21:58:22.954 INFO:teuthology.orchestra.run.smithi008.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-22T21:58:26.771 INFO:teuthology.orchestra.run.smithi170.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-22T21:58:26.771 INFO:teuthology.orchestra.run.smithi170.stdout:Sourcing file `/etc/default/grub' 2024-04-22T21:58:26.784 INFO:teuthology.orchestra.run.smithi170.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-22T21:58:26.801 INFO:teuthology.orchestra.run.smithi170.stdout:Generating grub configuration file ... 2024-04-22T21:58:27.152 INFO:teuthology.orchestra.run.smithi170.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-22T21:58:27.167 INFO:teuthology.orchestra.run.smithi170.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-22T21:58:27.510 INFO:teuthology.orchestra.run.smithi170.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-22T21:58:27.516 INFO:teuthology.orchestra.run.smithi170.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-22T21:58:27.591 INFO:teuthology.orchestra.run.smithi170.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-22T21:58:27.597 INFO:teuthology.orchestra.run.smithi170.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-22T21:58:27.767 INFO:teuthology.orchestra.run.smithi170.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-22T21:58:27.768 INFO:teuthology.orchestra.run.smithi170.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-22T21:58:27.768 INFO:teuthology.orchestra.run.smithi170.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-22T21:58:27.807 INFO:teuthology.orchestra.run.smithi170.stdout:done 2024-04-22T21:58:28.274 DEBUG:teuthology.orchestra.run.smithi170:> dpkg -s linux-image-generic 2024-04-22T21:58:28.290 INFO:teuthology.orchestra.run.smithi170.stdout:Package: linux-image-generic 2024-04-22T21:58:28.290 INFO:teuthology.orchestra.run.smithi170.stdout:Status: install ok installed 2024-04-22T21:58:28.290 INFO:teuthology.orchestra.run.smithi170.stdout:Priority: optional 2024-04-22T21:58:28.290 INFO:teuthology.orchestra.run.smithi170.stdout:Section: kernel 2024-04-22T21:58:28.290 INFO:teuthology.orchestra.run.smithi170.stdout:Installed-Size: 21 2024-04-22T21:58:28.290 INFO:teuthology.orchestra.run.smithi170.stdout:Maintainer: Ubuntu Kernel Team 2024-04-22T21:58:28.290 INFO:teuthology.orchestra.run.smithi170.stdout:Architecture: amd64 2024-04-22T21:58:28.291 INFO:teuthology.orchestra.run.smithi170.stdout:Source: linux-meta 2024-04-22T21:58:28.291 INFO:teuthology.orchestra.run.smithi170.stdout:Version: 5.15.0.105.102 2024-04-22T21:58:28.291 INFO:teuthology.orchestra.run.smithi170.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-22T21:58:28.291 INFO:teuthology.orchestra.run.smithi170.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-22T21:58:28.291 INFO:teuthology.orchestra.run.smithi170.stdout:Recommends: thermald 2024-04-22T21:58:28.291 INFO:teuthology.orchestra.run.smithi170.stdout:Description: Generic Linux kernel image 2024-04-22T21:58:28.291 INFO:teuthology.orchestra.run.smithi170.stdout: This package will always depend on the latest generic kernel image 2024-04-22T21:58:28.291 INFO:teuthology.orchestra.run.smithi170.stdout: available. 2024-04-22T21:58:28.291 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-22T21:58:28.291 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-22T21:58:28.292 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-22T21:58:28.292 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-22T21:58:28.292 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi170.front.sepia.ceph.com, path=None, version=distro) 2024-04-22T21:58:28.292 DEBUG:teuthology.orchestra.run.smithi170:> sudo apt-get clean 2024-04-22T21:58:28.455 DEBUG:teuthology.orchestra.run.smithi170:> sudo apt-get update 2024-04-22T21:58:28.622 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-22T21:58:28.689 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-22T21:58:28.770 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-22T21:58:28.852 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-22T21:58:29.949 INFO:teuthology.orchestra.run.smithi170.stdout:Reading package lists... 2024-04-22T21:58:29.968 DEBUG:teuthology.orchestra.run.smithi170:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-22T21:58:30.019 INFO:teuthology.orchestra.run.smithi170.stdout:Reading package lists... 2024-04-22T21:58:30.196 INFO:teuthology.orchestra.run.smithi170.stdout:Building dependency tree... 2024-04-22T21:58:30.196 INFO:teuthology.orchestra.run.smithi170.stdout:Reading state information... 2024-04-22T21:58:30.355 INFO:teuthology.orchestra.run.smithi170.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-22T21:58:30.355 INFO:teuthology.orchestra.run.smithi170.stdout:The following packages were automatically installed and are no longer required: 2024-04-22T21:58:30.355 INFO:teuthology.orchestra.run.smithi170.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-22T21:58:30.355 INFO:teuthology.orchestra.run.smithi170.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-22T21:58:30.355 INFO:teuthology.orchestra.run.smithi170.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-22T21:58:30.355 INFO:teuthology.orchestra.run.smithi170.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-22T21:58:30.356 INFO:teuthology.orchestra.run.smithi170.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-22T21:58:30.356 INFO:teuthology.orchestra.run.smithi170.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-22T21:58:30.392 INFO:teuthology.orchestra.run.smithi170.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-22T21:58:30.394 DEBUG:teuthology.orchestra.run.smithi170:> dpkg -s linux-image-generic 2024-04-22T21:58:30.457 INFO:teuthology.orchestra.run.smithi170.stdout:Package: linux-image-generic 2024-04-22T21:58:30.457 INFO:teuthology.orchestra.run.smithi170.stdout:Status: install ok installed 2024-04-22T21:58:30.458 INFO:teuthology.orchestra.run.smithi170.stdout:Priority: optional 2024-04-22T21:58:30.458 INFO:teuthology.orchestra.run.smithi170.stdout:Section: kernel 2024-04-22T21:58:30.459 INFO:teuthology.orchestra.run.smithi170.stdout:Installed-Size: 21 2024-04-22T21:58:30.459 INFO:teuthology.orchestra.run.smithi170.stdout:Maintainer: Ubuntu Kernel Team 2024-04-22T21:58:30.459 INFO:teuthology.orchestra.run.smithi170.stdout:Architecture: amd64 2024-04-22T21:58:30.459 INFO:teuthology.orchestra.run.smithi170.stdout:Source: linux-meta 2024-04-22T21:58:30.459 INFO:teuthology.orchestra.run.smithi170.stdout:Version: 5.15.0.105.102 2024-04-22T21:58:30.459 INFO:teuthology.orchestra.run.smithi170.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-22T21:58:30.460 INFO:teuthology.orchestra.run.smithi170.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-22T21:58:30.460 INFO:teuthology.orchestra.run.smithi170.stdout:Recommends: thermald 2024-04-22T21:58:30.460 INFO:teuthology.orchestra.run.smithi170.stdout:Description: Generic Linux kernel image 2024-04-22T21:58:30.460 INFO:teuthology.orchestra.run.smithi170.stdout: This package will always depend on the latest generic kernel image 2024-04-22T21:58:30.460 INFO:teuthology.orchestra.run.smithi170.stdout: available. 2024-04-22T21:58:30.461 DEBUG:teuthology.orchestra.run.smithi170:> mktemp 2024-04-22T21:58:30.502 INFO:teuthology.orchestra.run.smithi170.stdout:/tmp/tmp.bs9OynTWyj 2024-04-22T21:58:30.502 DEBUG:teuthology.orchestra.run.smithi170:> sudo cp /boot/grub/grub.cfg /tmp/tmp.bs9OynTWyj 2024-04-22T21:58:30.558 DEBUG:teuthology.orchestra.run.smithi170:> sudo chmod 0666 /tmp/tmp.bs9OynTWyj 2024-04-22T21:58:30.687 DEBUG:teuthology.orchestra.remote:smithi170:/tmp/tmp.bs9OynTWyj is 10KB 2024-04-22T21:58:30.740 DEBUG:teuthology.orchestra.run.smithi170:> rm -fr /tmp/tmp.bs9OynTWyj 2024-04-22T21:58:30.746 DEBUG:teuthology.orchestra.run.smithi170:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-22T21:58:30.803 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-04-22T21:58:30.803 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-22T21:58:30.803 DEBUG:teuthology.orchestra.run.smithi170:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-22T21:58:30.878 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-22T21:58:30.878 DEBUG:teuthology.orchestra.run.smithi170:> sudo update-grub 2024-04-22T21:58:32.014 INFO:teuthology.orchestra.run.smithi170.stderr:Sourcing file `/etc/default/grub' 2024-04-22T21:58:32.014 INFO:teuthology.orchestra.run.smithi170.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-22T21:58:32.015 INFO:teuthology.orchestra.run.smithi170.stderr:Generating grub configuration file ... 2024-04-22T21:58:32.254 INFO:teuthology.orchestra.run.smithi170.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-22T21:58:32.260 INFO:teuthology.orchestra.run.smithi170.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-22T21:58:32.549 INFO:teuthology.orchestra.run.smithi170.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-22T21:58:32.554 INFO:teuthology.orchestra.run.smithi170.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-22T21:58:32.597 INFO:teuthology.orchestra.run.smithi170.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-22T21:58:32.603 INFO:teuthology.orchestra.run.smithi170.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-22T21:58:32.754 INFO:teuthology.orchestra.run.smithi170.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-22T21:58:32.754 INFO:teuthology.orchestra.run.smithi170.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-22T21:58:32.754 INFO:teuthology.orchestra.run.smithi170.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-22T21:58:32.778 INFO:teuthology.orchestra.run.smithi170.stderr:done 2024-04-22T21:58:32.786 DEBUG:teuthology.orchestra.run.smithi170:> sudo shutdown -r now 2024-04-22T21:58:36.993 INFO:teuthology.orchestra.run.smithi008.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-22T21:58:36.993 INFO:teuthology.orchestra.run.smithi008.stdout:Sourcing file `/etc/default/grub' 2024-04-22T21:58:37.000 INFO:teuthology.orchestra.run.smithi008.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-22T21:58:37.023 INFO:teuthology.orchestra.run.smithi008.stdout:Generating grub configuration file ... 2024-04-22T21:58:37.348 INFO:teuthology.orchestra.run.smithi008.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-22T21:58:37.374 INFO:teuthology.orchestra.run.smithi008.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-22T21:58:37.647 INFO:teuthology.orchestra.run.smithi008.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-22T21:58:37.652 INFO:teuthology.orchestra.run.smithi008.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-22T21:58:37.723 INFO:teuthology.orchestra.run.smithi008.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-22T21:58:37.729 INFO:teuthology.orchestra.run.smithi008.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-22T21:58:37.888 INFO:teuthology.orchestra.run.smithi008.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-22T21:58:37.888 INFO:teuthology.orchestra.run.smithi008.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-22T21:58:37.888 INFO:teuthology.orchestra.run.smithi008.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-22T21:58:37.930 INFO:teuthology.orchestra.run.smithi008.stdout:done 2024-04-22T21:58:38.391 DEBUG:teuthology.orchestra.run.smithi008:> dpkg -s linux-image-generic 2024-04-22T21:58:38.412 INFO:teuthology.orchestra.run.smithi008.stdout:Package: linux-image-generic 2024-04-22T21:58:38.412 INFO:teuthology.orchestra.run.smithi008.stdout:Status: install ok installed 2024-04-22T21:58:38.413 INFO:teuthology.orchestra.run.smithi008.stdout:Priority: optional 2024-04-22T21:58:38.413 INFO:teuthology.orchestra.run.smithi008.stdout:Section: kernel 2024-04-22T21:58:38.413 INFO:teuthology.orchestra.run.smithi008.stdout:Installed-Size: 21 2024-04-22T21:58:38.413 INFO:teuthology.orchestra.run.smithi008.stdout:Maintainer: Ubuntu Kernel Team 2024-04-22T21:58:38.413 INFO:teuthology.orchestra.run.smithi008.stdout:Architecture: amd64 2024-04-22T21:58:38.413 INFO:teuthology.orchestra.run.smithi008.stdout:Source: linux-meta 2024-04-22T21:58:38.413 INFO:teuthology.orchestra.run.smithi008.stdout:Version: 5.15.0.105.102 2024-04-22T21:58:38.413 INFO:teuthology.orchestra.run.smithi008.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-22T21:58:38.413 INFO:teuthology.orchestra.run.smithi008.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-22T21:58:38.413 INFO:teuthology.orchestra.run.smithi008.stdout:Recommends: thermald 2024-04-22T21:58:38.413 INFO:teuthology.orchestra.run.smithi008.stdout:Description: Generic Linux kernel image 2024-04-22T21:58:38.413 INFO:teuthology.orchestra.run.smithi008.stdout: This package will always depend on the latest generic kernel image 2024-04-22T21:58:38.413 INFO:teuthology.orchestra.run.smithi008.stdout: available. 2024-04-22T21:58:38.414 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-22T21:58:38.414 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-22T21:58:38.414 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-22T21:58:38.414 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-22T21:58:38.414 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi008.front.sepia.ceph.com, path=None, version=distro) 2024-04-22T21:58:38.414 DEBUG:teuthology.orchestra.run.smithi008:> sudo apt-get clean 2024-04-22T21:58:38.613 DEBUG:teuthology.orchestra.run.smithi008:> sudo apt-get update 2024-04-22T21:58:38.765 INFO:teuthology.orchestra.run.smithi008.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-22T21:58:38.775 INFO:teuthology.orchestra.run.smithi008.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-22T21:58:38.796 INFO:teuthology.orchestra.run.smithi008.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-22T21:58:38.850 INFO:teuthology.orchestra.run.smithi008.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-22T21:58:40.225 INFO:teuthology.orchestra.run.smithi008.stdout:Reading package lists... 2024-04-22T21:58:40.244 DEBUG:teuthology.orchestra.run.smithi008:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-22T21:58:40.298 INFO:teuthology.orchestra.run.smithi008.stdout:Reading package lists... 2024-04-22T21:58:40.492 INFO:teuthology.orchestra.run.smithi008.stdout:Building dependency tree... 2024-04-22T21:58:40.493 INFO:teuthology.orchestra.run.smithi008.stdout:Reading state information... 2024-04-22T21:58:40.660 INFO:teuthology.orchestra.run.smithi008.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-22T21:58:40.660 INFO:teuthology.orchestra.run.smithi008.stdout:The following packages were automatically installed and are no longer required: 2024-04-22T21:58:40.660 INFO:teuthology.orchestra.run.smithi008.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-22T21:58:40.660 INFO:teuthology.orchestra.run.smithi008.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-22T21:58:40.660 INFO:teuthology.orchestra.run.smithi008.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-22T21:58:40.661 INFO:teuthology.orchestra.run.smithi008.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-22T21:58:40.661 INFO:teuthology.orchestra.run.smithi008.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-22T21:58:40.661 INFO:teuthology.orchestra.run.smithi008.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-22T21:58:40.700 INFO:teuthology.orchestra.run.smithi008.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-22T21:58:40.702 DEBUG:teuthology.orchestra.run.smithi008:> dpkg -s linux-image-generic 2024-04-22T21:58:40.761 INFO:teuthology.orchestra.run.smithi008.stdout:Package: linux-image-generic 2024-04-22T21:58:40.761 INFO:teuthology.orchestra.run.smithi008.stdout:Status: install ok installed 2024-04-22T21:58:40.761 INFO:teuthology.orchestra.run.smithi008.stdout:Priority: optional 2024-04-22T21:58:40.761 INFO:teuthology.orchestra.run.smithi008.stdout:Section: kernel 2024-04-22T21:58:40.761 INFO:teuthology.orchestra.run.smithi008.stdout:Installed-Size: 21 2024-04-22T21:58:40.761 INFO:teuthology.orchestra.run.smithi008.stdout:Maintainer: Ubuntu Kernel Team 2024-04-22T21:58:40.762 INFO:teuthology.orchestra.run.smithi008.stdout:Architecture: amd64 2024-04-22T21:58:40.762 INFO:teuthology.orchestra.run.smithi008.stdout:Source: linux-meta 2024-04-22T21:58:40.762 INFO:teuthology.orchestra.run.smithi008.stdout:Version: 5.15.0.105.102 2024-04-22T21:58:40.762 INFO:teuthology.orchestra.run.smithi008.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-22T21:58:40.762 INFO:teuthology.orchestra.run.smithi008.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-22T21:58:40.762 INFO:teuthology.orchestra.run.smithi008.stdout:Recommends: thermald 2024-04-22T21:58:40.762 INFO:teuthology.orchestra.run.smithi008.stdout:Description: Generic Linux kernel image 2024-04-22T21:58:40.762 INFO:teuthology.orchestra.run.smithi008.stdout: This package will always depend on the latest generic kernel image 2024-04-22T21:58:40.762 INFO:teuthology.orchestra.run.smithi008.stdout: available. 2024-04-22T21:58:40.762 DEBUG:teuthology.orchestra.run.smithi008:> mktemp 2024-04-22T21:58:40.810 INFO:teuthology.orchestra.run.smithi008.stdout:/tmp/tmp.aMaSe3JajC 2024-04-22T21:58:40.810 DEBUG:teuthology.orchestra.run.smithi008:> sudo cp /boot/grub/grub.cfg /tmp/tmp.aMaSe3JajC 2024-04-22T21:58:40.866 DEBUG:teuthology.orchestra.run.smithi008:> sudo chmod 0666 /tmp/tmp.aMaSe3JajC 2024-04-22T21:58:40.996 DEBUG:teuthology.orchestra.remote:smithi008:/tmp/tmp.aMaSe3JajC is 10KB 2024-04-22T21:58:41.009 DEBUG:teuthology.orchestra.run.smithi008:> rm -fr /tmp/tmp.aMaSe3JajC 2024-04-22T21:58:41.015 DEBUG:teuthology.orchestra.run.smithi008:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-22T21:58:41.074 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-04-22T21:58:41.074 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-22T21:58:41.075 DEBUG:teuthology.orchestra.run.smithi008:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-22T21:58:41.161 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-22T21:58:41.161 DEBUG:teuthology.orchestra.run.smithi008:> sudo update-grub 2024-04-22T21:58:42.358 INFO:teuthology.orchestra.run.smithi008.stderr:Sourcing file `/etc/default/grub' 2024-04-22T21:58:42.359 INFO:teuthology.orchestra.run.smithi008.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-22T21:58:42.362 INFO:teuthology.orchestra.run.smithi008.stderr:Generating grub configuration file ... 2024-04-22T21:58:42.541 INFO:teuthology.orchestra.run.smithi008.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-22T21:58:42.547 INFO:teuthology.orchestra.run.smithi008.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-22T21:58:42.784 INFO:teuthology.orchestra.run.smithi008.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-22T21:58:42.789 INFO:teuthology.orchestra.run.smithi008.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-22T21:58:42.836 INFO:teuthology.orchestra.run.smithi008.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-22T21:58:42.841 INFO:teuthology.orchestra.run.smithi008.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-22T21:58:43.009 INFO:teuthology.orchestra.run.smithi008.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-22T21:58:43.009 INFO:teuthology.orchestra.run.smithi008.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-22T21:58:43.010 INFO:teuthology.orchestra.run.smithi008.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-22T21:58:43.020 INFO:teuthology.orchestra.run.smithi008.stderr:done 2024-04-22T21:58:43.033 DEBUG:teuthology.orchestra.run.smithi008:> sudo shutdown -r now 2024-04-22T21:59:02.808 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-22T21:59:02.809 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi170.front.sepia.ceph.com' 2024-04-22T21:59:02.810 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T21:59:13.046 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-22T21:59:13.046 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi008.front.sepia.ceph.com' 2024-04-22T21:59:13.047 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:00:02.863 DEBUG:teuthology.orchestra.remote:timed out 2024-04-22T22:00:11.870 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi170.front.sepia.ceph.com' 2024-04-22T22:00:11.872 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:00:12.895 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.170 2024-04-22T22:00:13.049 DEBUG:teuthology.orchestra.remote:timed out 2024-04-22T22:00:22.058 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi008.front.sepia.ceph.com' 2024-04-22T22:00:22.059 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:00:24.898 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi170.front.sepia.ceph.com' 2024-04-22T22:00:24.899 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:00:25.160 DEBUG:teuthology.orchestra.run.smithi170:> true 2024-04-22T22:00:25.669 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi170.front.sepia.ceph.com' 2024-04-22T22:00:25.669 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-105-generic"... 2024-04-22T22:00:25.670 DEBUG:teuthology.orchestra.run.smithi170:> uname -r 2024-04-22T22:00:25.715 INFO:teuthology.orchestra.run.smithi170.stdout:5.15.0-105-generic 2024-04-22T22:00:25.716 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-22T22:00:25.716 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-22T22:00:25.716 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-22T22:00:26.717 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-22T22:00:26.718 DEBUG:teuthology.orchestra.run.smithi170:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T22:00:26.803 INFO:teuthology.orchestra.run.smithi170.stdout:ttyS1 2024-04-22T22:00:26.825 DEBUG:teuthology.parallel:result is None 2024-04-22T22:00:29.215 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.8 2024-04-22T22:00:41.215 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi008.front.sepia.ceph.com' 2024-04-22T22:00:41.216 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:00:41.415 DEBUG:teuthology.orchestra.run.smithi008:> true 2024-04-22T22:00:42.079 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi008.front.sepia.ceph.com' 2024-04-22T22:00:42.079 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-105-generic"... 2024-04-22T22:00:42.079 DEBUG:teuthology.orchestra.run.smithi008:> uname -r 2024-04-22T22:00:42.124 INFO:teuthology.orchestra.run.smithi008.stdout:5.15.0-105-generic 2024-04-22T22:00:42.124 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-22T22:00:42.124 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-22T22:00:42.124 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-22T22:00:43.126 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-22T22:00:43.126 DEBUG:teuthology.orchestra.run.smithi008:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T22:00:43.207 INFO:teuthology.orchestra.run.smithi008.stdout:ttyS1 2024-04-22T22:00:43.233 DEBUG:teuthology.parallel:result is None 2024-04-22T22:00:43.234 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-22T22:00:43.243 INFO:teuthology.task.internal:Creating test directory... 2024-04-22T22:00:43.243 DEBUG:teuthology.orchestra.run.smithi008:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T22:00:43.245 DEBUG:teuthology.orchestra.run.smithi170:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T22:00:43.251 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-22T22:00:43.260 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-22T22:00:43.270 INFO:teuthology.task.internal:Creating archive directory... 2024-04-22T22:00:43.270 DEBUG:teuthology.orchestra.run.smithi008:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T22:00:43.293 DEBUG:teuthology.orchestra.run.smithi170:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T22:00:43.329 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-22T22:00:43.337 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-22T22:00:43.337 DEBUG:teuthology.orchestra.run.smithi008:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-22T22:00:43.349 DEBUG:teuthology.orchestra.run.smithi170:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-22T22:00:43.371 INFO:teuthology.orchestra.run.smithi008.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T22:00:43.380 INFO:teuthology.orchestra.run.smithi008.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T22:00:43.393 INFO:teuthology.orchestra.run.smithi170.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T22:00:43.401 INFO:teuthology.orchestra.run.smithi170.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T22:00:43.403 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-22T22:00:43.412 INFO:teuthology.task.internal:Configuring sudo... 2024-04-22T22:00:43.412 DEBUG:teuthology.orchestra.run.smithi008:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T22:00:43.425 DEBUG:teuthology.orchestra.run.smithi170:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T22:00:43.465 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-22T22:00:43.474 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-22T22:00:43.475 DEBUG:teuthology.orchestra.run.smithi008:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T22:00:43.481 DEBUG:teuthology.orchestra.run.smithi170:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T22:00:43.511 DEBUG:teuthology.orchestra.run.smithi008:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T22:00:43.533 DEBUG:teuthology.orchestra.run.smithi008:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T22:00:43.587 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-04-22T22:00:43.587 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T22:00:43.643 DEBUG:teuthology.orchestra.run.smithi170:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T22:00:43.649 DEBUG:teuthology.orchestra.run.smithi170:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T22:00:43.695 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-04-22T22:00:43.695 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T22:00:43.762 DEBUG:teuthology.orchestra.run.smithi008:> sudo service rsyslog restart 2024-04-22T22:00:43.765 DEBUG:teuthology.orchestra.run.smithi170:> sudo service rsyslog restart 2024-04-22T22:00:43.838 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-22T22:00:43.848 INFO:teuthology.task.internal:Starting timer... 2024-04-22T22:00:43.848 INFO:teuthology.run_tasks:Running task pcp... 2024-04-22T22:00:43.881 INFO:teuthology.run_tasks:Running task selinux... 2024-04-22T22:00:43.891 DEBUG:teuthology.task.selinux:Excluding smithi008: OS 'ubuntu' does not support SELinux 2024-04-22T22:00:43.891 DEBUG:teuthology.task.selinux:Excluding smithi170: OS 'ubuntu' does not support SELinux 2024-04-22T22:00:43.892 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-22T22:00:43.892 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-04-22T22:00:43.892 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-22T22:00:43.892 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-22T22:00:43.901 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-22T22:00:43.935 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-04-22T22:00:43.937 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi008.front.sepia.ceph.com,smithi170.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-22T22:07:48.705 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi008.front.sepia.ceph.com'), Remote(name='ubuntu@smithi170.front.sepia.ceph.com')] 2024-04-22T22:07:48.707 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi008.front.sepia.ceph.com' 2024-04-22T22:07:48.708 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:07:48.793 DEBUG:teuthology.orchestra.run.smithi008:> true 2024-04-22T22:07:48.870 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi008.front.sepia.ceph.com' 2024-04-22T22:07:48.871 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi170.front.sepia.ceph.com' 2024-04-22T22:07:48.871 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:07:48.953 DEBUG:teuthology.orchestra.run.smithi170:> true 2024-04-22T22:07:49.026 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi170.front.sepia.ceph.com' 2024-04-22T22:07:49.027 INFO:teuthology.run_tasks:Running task clock... 2024-04-22T22:07:49.036 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-22T22:07:49.037 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T22:07:49.037 DEBUG:teuthology.orchestra.run.smithi008:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T22:07:49.042 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T22:07:49.042 DEBUG:teuthology.orchestra.run.smithi170:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T22:07:49.065 INFO:teuthology.orchestra.run.smithi008.stdout:22 Apr 22:07:49 ntpd[17167]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-22T22:07:49.066 INFO:teuthology.orchestra.run.smithi008.stdout:22 Apr 22:07:49 ntpd[17167]: Command line: ntpd -gq 2024-04-22T22:07:49.066 INFO:teuthology.orchestra.run.smithi008.stdout:22 Apr 22:07:49 ntpd[17167]: ---------------------------------------------------- 2024-04-22T22:07:49.066 INFO:teuthology.orchestra.run.smithi008.stdout:22 Apr 22:07:49 ntpd[17167]: ntp-4 is maintained by Network Time Foundation, 2024-04-22T22:07:49.066 INFO:teuthology.orchestra.run.smithi008.stdout:22 Apr 22:07:49 ntpd[17167]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-22T22:07:49.066 INFO:teuthology.orchestra.run.smithi008.stdout:22 Apr 22:07:49 ntpd[17167]: corporation. Support and training for ntp-4 are 2024-04-22T22:07:49.066 INFO:teuthology.orchestra.run.smithi008.stdout:22 Apr 22:07:49 ntpd[17167]: available at https://www.nwtime.org/support 2024-04-22T22:07:49.066 INFO:teuthology.orchestra.run.smithi008.stdout:22 Apr 22:07:49 ntpd[17167]: ---------------------------------------------------- 2024-04-22T22:07:49.067 INFO:teuthology.orchestra.run.smithi008.stdout:22 Apr 22:07:49 ntpd[17167]: proto: precision = 0.050 usec (-24) 2024-04-22T22:07:49.067 INFO:teuthology.orchestra.run.smithi008.stdout:22 Apr 22:07:49 ntpd[17167]: basedate set to 2022-02-04 2024-04-22T22:07:49.067 INFO:teuthology.orchestra.run.smithi008.stdout:22 Apr 22:07:49 ntpd[17167]: gps base set to 2022-02-06 (week 2196) 2024-04-22T22:07:49.067 INFO:teuthology.orchestra.run.smithi008.stdout:22 Apr 22:07:49 ntpd[17167]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-22T22:07:49.067 INFO:teuthology.orchestra.run.smithi008.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-22T22:07:49.067 INFO:teuthology.orchestra.run.smithi008.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-22T22:07:49.068 INFO:teuthology.orchestra.run.smithi008.stdout:22 Apr 22:07:49 ntpd[17167]: restrict ::: KOD does nothing without LIMITED. 2024-04-22T22:07:49.069 INFO:teuthology.orchestra.run.smithi008.stdout:22 Apr 22:07:49 ntpd[17167]: Listen and drop on 0 v6wildcard [::]:123 2024-04-22T22:07:49.069 INFO:teuthology.orchestra.run.smithi008.stdout:22 Apr 22:07:49 ntpd[17167]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-22T22:07:49.069 INFO:teuthology.orchestra.run.smithi008.stdout:22 Apr 22:07:49 ntpd[17167]: Listen normally on 2 lo 127.0.0.1:123 2024-04-22T22:07:49.069 INFO:teuthology.orchestra.run.smithi008.stdout:22 Apr 22:07:49 ntpd[17167]: Listen normally on 3 ens1f0 172.21.15.8:123 2024-04-22T22:07:49.069 INFO:teuthology.orchestra.run.smithi008.stdout:22 Apr 22:07:49 ntpd[17167]: Listen normally on 4 lo [::1]:123 2024-04-22T22:07:49.069 INFO:teuthology.orchestra.run.smithi008.stdout:22 Apr 22:07:49 ntpd[17167]: Listen normally on 5 ens1f0 [fe80::ae1f:6bff:fef8:25fe%4]:123 2024-04-22T22:07:49.069 INFO:teuthology.orchestra.run.smithi008.stdout:22 Apr 22:07:49 ntpd[17167]: Listening on routing socket on fd #22 for interface updates 2024-04-22T22:07:49.095 INFO:teuthology.orchestra.run.smithi170.stdout:22 Apr 22:07:49 ntpd[17235]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-22T22:07:49.096 INFO:teuthology.orchestra.run.smithi170.stdout:22 Apr 22:07:49 ntpd[17235]: Command line: ntpd -gq 2024-04-22T22:07:49.096 INFO:teuthology.orchestra.run.smithi170.stdout:22 Apr 22:07:49 ntpd[17235]: ---------------------------------------------------- 2024-04-22T22:07:49.096 INFO:teuthology.orchestra.run.smithi170.stdout:22 Apr 22:07:49 ntpd[17235]: ntp-4 is maintained by Network Time Foundation, 2024-04-22T22:07:49.096 INFO:teuthology.orchestra.run.smithi170.stdout:22 Apr 22:07:49 ntpd[17235]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-22T22:07:49.096 INFO:teuthology.orchestra.run.smithi170.stdout:22 Apr 22:07:49 ntpd[17235]: corporation. Support and training for ntp-4 are 2024-04-22T22:07:49.096 INFO:teuthology.orchestra.run.smithi170.stdout:22 Apr 22:07:49 ntpd[17235]: available at https://www.nwtime.org/support 2024-04-22T22:07:49.096 INFO:teuthology.orchestra.run.smithi170.stdout:22 Apr 22:07:49 ntpd[17235]: ---------------------------------------------------- 2024-04-22T22:07:49.097 INFO:teuthology.orchestra.run.smithi170.stdout:22 Apr 22:07:49 ntpd[17235]: proto: precision = 0.062 usec (-24) 2024-04-22T22:07:49.097 INFO:teuthology.orchestra.run.smithi170.stdout:22 Apr 22:07:49 ntpd[17235]: basedate set to 2022-02-04 2024-04-22T22:07:49.097 INFO:teuthology.orchestra.run.smithi170.stdout:22 Apr 22:07:49 ntpd[17235]: gps base set to 2022-02-06 (week 2196) 2024-04-22T22:07:49.097 INFO:teuthology.orchestra.run.smithi170.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-22T22:07:49.097 INFO:teuthology.orchestra.run.smithi170.stdout:22 Apr 22:07:49 ntpd[17235]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-22T22:07:49.098 INFO:teuthology.orchestra.run.smithi170.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-22T22:07:49.099 INFO:teuthology.orchestra.run.smithi170.stdout:22 Apr 22:07:49 ntpd[17235]: restrict ::: KOD does nothing without LIMITED. 2024-04-22T22:07:49.099 INFO:teuthology.orchestra.run.smithi170.stdout:22 Apr 22:07:49 ntpd[17235]: Listen and drop on 0 v6wildcard [::]:123 2024-04-22T22:07:49.099 INFO:teuthology.orchestra.run.smithi170.stdout:22 Apr 22:07:49 ntpd[17235]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-22T22:07:49.099 INFO:teuthology.orchestra.run.smithi170.stdout:22 Apr 22:07:49 ntpd[17235]: Listen normally on 2 lo 127.0.0.1:123 2024-04-22T22:07:49.099 INFO:teuthology.orchestra.run.smithi170.stdout:22 Apr 22:07:49 ntpd[17235]: Listen normally on 3 enp3s0f1 172.21.15.170:123 2024-04-22T22:07:49.099 INFO:teuthology.orchestra.run.smithi170.stdout:22 Apr 22:07:49 ntpd[17235]: Listen normally on 4 lo [::1]:123 2024-04-22T22:07:49.099 INFO:teuthology.orchestra.run.smithi170.stdout:22 Apr 22:07:49 ntpd[17235]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7255%5]:123 2024-04-22T22:07:49.099 INFO:teuthology.orchestra.run.smithi170.stdout:22 Apr 22:07:49 ntpd[17235]: Listening on routing socket on fd #22 for interface updates 2024-04-22T22:07:50.066 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:50 ntpd[17167]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:50.066 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:50 ntpd[17167]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:50.067 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:50 ntpd[17167]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:50.067 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:50 ntpd[17167]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:50.067 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:50 ntpd[17167]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:07:50.067 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:50 ntpd[17167]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:07:51.097 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:51 ntpd[17235]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:51.097 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:51 ntpd[17235]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:51.097 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:51 ntpd[17235]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:51.097 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:51 ntpd[17235]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:51.097 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:51 ntpd[17235]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:51.097 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:51 ntpd[17235]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:51.097 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:51 ntpd[17235]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:07:51.097 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:51 ntpd[17235]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:07:52.066 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:52 ntpd[17167]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:52.067 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:52 ntpd[17167]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:52.067 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:52 ntpd[17167]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:52.067 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:52 ntpd[17167]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:52.067 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:52 ntpd[17167]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:52.067 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:52 ntpd[17167]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:52.067 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:52 ntpd[17167]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:07:52.067 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:52 ntpd[17167]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:07:52.096 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:52 ntpd[17235]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:52.096 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:52 ntpd[17235]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:52.096 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:52 ntpd[17235]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:52.096 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:52 ntpd[17235]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:52.096 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:52 ntpd[17235]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:07:52.096 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:52 ntpd[17235]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:07:53.066 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:53 ntpd[17167]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:53.066 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:53 ntpd[17167]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:53.066 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:53 ntpd[17167]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:53.067 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:53 ntpd[17167]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:53.067 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:53 ntpd[17167]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:07:53.067 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:53 ntpd[17167]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:07:53.097 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:53 ntpd[17235]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:53.097 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:53 ntpd[17235]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:53.097 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:53 ntpd[17235]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:53.097 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:53 ntpd[17235]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:53.097 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:53 ntpd[17235]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:53.097 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:53 ntpd[17235]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:53.097 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:53 ntpd[17235]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:07:53.097 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:53 ntpd[17235]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:07:53.097 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:53 ntpd[17235]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:53.098 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:53 ntpd[17235]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:53.098 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:53 ntpd[17235]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:07:53.098 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:53 ntpd[17235]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:07:54.067 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:54 ntpd[17167]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:54.067 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:54 ntpd[17167]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:54.067 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:54 ntpd[17167]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:54.067 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:54 ntpd[17167]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:54.067 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:54 ntpd[17167]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:54.067 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:54 ntpd[17167]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:54.067 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:54 ntpd[17167]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:07:54.067 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:54 ntpd[17167]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:07:54.068 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:54 ntpd[17167]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:54.068 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:54 ntpd[17167]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:54.068 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:54 ntpd[17167]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:07:54.068 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:54 ntpd[17167]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:07:54.096 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:54 ntpd[17235]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:54.096 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:54 ntpd[17235]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:54.096 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:54 ntpd[17235]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:54.096 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:54 ntpd[17235]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:54.096 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:54 ntpd[17235]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:07:54.097 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:54 ntpd[17235]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:07:55.066 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:55 ntpd[17167]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:55.067 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:55 ntpd[17167]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:55.067 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:55 ntpd[17167]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:55.067 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:55 ntpd[17167]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:55.067 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:55 ntpd[17167]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:07:55.067 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:55 ntpd[17167]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:07:55.097 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:55 ntpd[17235]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:55.097 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:55 ntpd[17235]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:55.097 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:55 ntpd[17235]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:55.097 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:55 ntpd[17235]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:55.097 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:55 ntpd[17235]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:55.097 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:55 ntpd[17235]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:55.097 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:55 ntpd[17235]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:07:55.097 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:55 ntpd[17235]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:07:55.097 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:55 ntpd[17235]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:55.097 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:55 ntpd[17235]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:55.097 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:55 ntpd[17235]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:07:55.098 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:55 ntpd[17235]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:07:56.067 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:56 ntpd[17167]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:56.067 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:56 ntpd[17167]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:56.067 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:56 ntpd[17167]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:56.067 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:56 ntpd[17167]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:56.067 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:56 ntpd[17167]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:56.067 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:56 ntpd[17167]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:56.067 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:56 ntpd[17167]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:07:56.067 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:56 ntpd[17167]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:07:56.067 INFO:teuthology.orchestra.run.smithi008.stdout:22 Apr 22:07:56 ntpd[17167]: ntpd: time slew +0.000006 s 2024-04-22T22:07:56.068 INFO:teuthology.orchestra.run.smithi008.stdout:ntpd: time slew +0.000006s 2024-04-22T22:07:56.068 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:56 ntpd[17167]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-22T22:07:56.068 INFO:teuthology.orchestra.run.smithi008.stderr:22 Apr 22:07:56 ntpd[17167]: can't open /var/log/ntpstats/loopstats.20240422: Permission denied 2024-04-22T22:07:56.096 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:56 ntpd[17235]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:56.096 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:56 ntpd[17235]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:56.096 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:56 ntpd[17235]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:56.096 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:56 ntpd[17235]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:56.096 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:56 ntpd[17235]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:07:56.097 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:56 ntpd[17235]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:07:56.121 INFO:teuthology.orchestra.run.smithi008.stdout: remote refid st t when poll reach delay offset jitter 2024-04-22T22:07:56.121 INFO:teuthology.orchestra.run.smithi008.stdout:============================================================================== 2024-04-22T22:07:56.121 INFO:teuthology.orchestra.run.smithi008.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T22:07:56.121 INFO:teuthology.orchestra.run.smithi008.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T22:07:56.121 INFO:teuthology.orchestra.run.smithi008.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T22:07:56.121 INFO:teuthology.orchestra.run.smithi008.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T22:07:57.097 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:57 ntpd[17235]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:57.097 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:57 ntpd[17235]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:57.097 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:57 ntpd[17235]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:57.097 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:57 ntpd[17235]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:57.097 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:57 ntpd[17235]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:57.097 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:57 ntpd[17235]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:57.097 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:57 ntpd[17235]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:07:57.097 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:57 ntpd[17235]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:07:57.098 INFO:teuthology.orchestra.run.smithi170.stdout:22 Apr 22:07:57 ntpd[17235]: ntpd: time slew -0.001649 s 2024-04-22T22:07:57.098 INFO:teuthology.orchestra.run.smithi170.stdout:ntpd: time slew -0.001649s 2024-04-22T22:07:57.098 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:57 ntpd[17235]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-22T22:07:57.098 INFO:teuthology.orchestra.run.smithi170.stderr:22 Apr 22:07:57 ntpd[17235]: can't open /var/log/ntpstats/loopstats.20240422: Permission denied 2024-04-22T22:07:57.147 INFO:teuthology.orchestra.run.smithi170.stdout: remote refid st t when poll reach delay offset jitter 2024-04-22T22:07:57.147 INFO:teuthology.orchestra.run.smithi170.stdout:============================================================================== 2024-04-22T22:07:57.147 INFO:teuthology.orchestra.run.smithi170.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T22:07:57.147 INFO:teuthology.orchestra.run.smithi170.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T22:07:57.147 INFO:teuthology.orchestra.run.smithi170.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T22:07:57.147 INFO:teuthology.orchestra.run.smithi170.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T22:07:57.148 INFO:teuthology.run_tasks:Running task cephadm.deploy_samba_ad_dc... 2024-04-22T22:07:57.240 INFO:tasks.cephadm:Testing if podman is available 2024-04-22T22:07:57.240 DEBUG:teuthology.orchestra.run.smithi170:> sudo podman --help 2024-04-22T22:07:57.250 INFO:teuthology.orchestra.run.smithi170.stderr:sudo: podman: command not found 2024-04-22T22:07:57.251 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:07:57.251 INFO:tasks.cephadm:Failed to find podman. Using docker 2024-04-22T22:07:57.251 DEBUG:teuthology.orchestra.run.smithi170:> sudo docker pull quay.io/samba.org/samba-ad-server:latest 2024-04-22T22:07:58.271 INFO:teuthology.orchestra.run.smithi170.stdout:latest: Pulling from samba.org/samba-ad-server 2024-04-22T22:07:58.271 INFO:teuthology.orchestra.run.smithi170.stdout:348b35dc69ab: Pulling fs layer 2024-04-22T22:07:58.271 INFO:teuthology.orchestra.run.smithi170.stdout:49bc5687b791: Pulling fs layer 2024-04-22T22:07:58.271 INFO:teuthology.orchestra.run.smithi170.stdout:dd45e194b7e4: Pulling fs layer 2024-04-22T22:07:58.271 INFO:teuthology.orchestra.run.smithi170.stdout:55ee047f0439: Pulling fs layer 2024-04-22T22:07:58.271 INFO:teuthology.orchestra.run.smithi170.stdout:8648798ef76a: Pulling fs layer 2024-04-22T22:07:58.271 INFO:teuthology.orchestra.run.smithi170.stdout:8f67d45e0e6a: Pulling fs layer 2024-04-22T22:07:58.271 INFO:teuthology.orchestra.run.smithi170.stdout:55ee047f0439: Waiting 2024-04-22T22:07:58.271 INFO:teuthology.orchestra.run.smithi170.stdout:8648798ef76a: Waiting 2024-04-22T22:07:58.271 INFO:teuthology.orchestra.run.smithi170.stdout:8f67d45e0e6a: Waiting 2024-04-22T22:07:58.542 INFO:teuthology.orchestra.run.smithi170.stdout:49bc5687b791: Verifying Checksum 2024-04-22T22:07:58.542 INFO:teuthology.orchestra.run.smithi170.stdout:49bc5687b791: Download complete 2024-04-22T22:07:58.916 INFO:teuthology.orchestra.run.smithi170.stdout:55ee047f0439: Download complete 2024-04-22T22:07:59.318 INFO:teuthology.orchestra.run.smithi170.stdout:8648798ef76a: Download complete 2024-04-22T22:08:00.806 INFO:teuthology.orchestra.run.smithi170.stdout:8f67d45e0e6a: Verifying Checksum 2024-04-22T22:08:00.806 INFO:teuthology.orchestra.run.smithi170.stdout:8f67d45e0e6a: Download complete 2024-04-22T22:08:00.822 INFO:teuthology.orchestra.run.smithi170.stdout:dd45e194b7e4: Verifying Checksum 2024-04-22T22:08:00.822 INFO:teuthology.orchestra.run.smithi170.stdout:dd45e194b7e4: Download complete 2024-04-22T22:08:00.829 INFO:teuthology.orchestra.run.smithi170.stdout:348b35dc69ab: Verifying Checksum 2024-04-22T22:08:00.830 INFO:teuthology.orchestra.run.smithi170.stdout:348b35dc69ab: Download complete 2024-04-22T22:08:04.983 INFO:teuthology.orchestra.run.smithi170.stdout:348b35dc69ab: Pull complete 2024-04-22T22:08:05.152 INFO:teuthology.orchestra.run.smithi170.stdout:49bc5687b791: Pull complete 2024-04-22T22:08:09.245 INFO:teuthology.orchestra.run.smithi170.stdout:dd45e194b7e4: Pull complete 2024-04-22T22:08:10.566 INFO:teuthology.orchestra.run.smithi170.stdout:55ee047f0439: Pull complete 2024-04-22T22:08:11.264 INFO:teuthology.orchestra.run.smithi170.stdout:8648798ef76a: Pull complete 2024-04-22T22:08:12.488 INFO:teuthology.orchestra.run.smithi170.stdout:8f67d45e0e6a: Pull complete 2024-04-22T22:08:12.617 INFO:teuthology.orchestra.run.smithi170.stdout:Digest: sha256:815a12db8509e73b8c08e8d546b1864d5514fac49e5196a7e25dcbe3ec04425c 2024-04-22T22:08:12.664 INFO:teuthology.orchestra.run.smithi170.stdout:Status: Downloaded newer image for quay.io/samba.org/samba-ad-server:latest 2024-04-22T22:08:12.700 INFO:teuthology.orchestra.run.smithi170.stdout:quay.io/samba.org/samba-ad-server:latest 2024-04-22T22:08:12.705 DEBUG:teuthology.orchestra.run.smithi170:> sudo docker pull quay.io/samba.org/samba-client:latest 2024-04-22T22:08:13.317 INFO:teuthology.orchestra.run.smithi170.stdout:latest: Pulling from samba.org/samba-client 2024-04-22T22:08:13.317 INFO:teuthology.orchestra.run.smithi170.stdout:348b35dc69ab: Already exists 2024-04-22T22:08:13.366 INFO:teuthology.orchestra.run.smithi170.stdout:8fc6444796d5: Pulling fs layer 2024-04-22T22:08:14.085 INFO:teuthology.orchestra.run.smithi170.stdout:8fc6444796d5: Verifying Checksum 2024-04-22T22:08:14.085 INFO:teuthology.orchestra.run.smithi170.stdout:8fc6444796d5: Download complete 2024-04-22T22:08:16.030 INFO:teuthology.orchestra.run.smithi170.stdout:8fc6444796d5: Pull complete 2024-04-22T22:08:16.174 INFO:teuthology.orchestra.run.smithi170.stdout:Digest: sha256:c0ac7b6709f5f2a6a41a00d0316ac3cf9401f7fd9da94e758e1964d1283d1b52 2024-04-22T22:08:16.205 INFO:teuthology.orchestra.run.smithi170.stdout:Status: Downloaded newer image for quay.io/samba.org/samba-client:latest 2024-04-22T22:08:16.241 INFO:teuthology.orchestra.run.smithi170.stdout:quay.io/samba.org/samba-client:latest 2024-04-22T22:08:16.244 DEBUG:teuthology.orchestra.run.smithi170:> ss -lunH 2024-04-22T22:08:16.273 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 0.0.0.0:42709 0.0.0.0:* 2024-04-22T22:08:16.274 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 0.0.0.0:42825 0.0.0.0:* 2024-04-22T22:08:16.274 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 127.0.0.53%lo:53 0.0.0.0:* 2024-04-22T22:08:16.274 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 172.21.15.170%enp3s0f1:68 0.0.0.0:* 2024-04-22T22:08:16.274 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 0.0.0.0:68 0.0.0.0:* 2024-04-22T22:08:16.274 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 0.0.0.0:111 0.0.0.0:* 2024-04-22T22:08:16.274 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 172.21.15.170:123 0.0.0.0:* 2024-04-22T22:08:16.274 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 127.0.0.1:123 0.0.0.0:* 2024-04-22T22:08:16.274 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 0.0.0.0:123 0.0.0.0:* 2024-04-22T22:08:16.274 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 127.0.0.1:721 0.0.0.0:* 2024-04-22T22:08:16.274 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 0.0.0.0:34771 0.0.0.0:* 2024-04-22T22:08:16.274 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 0.0.0.0:35681 0.0.0.0:* 2024-04-22T22:08:16.275 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 0.0.0.0:39151 0.0.0.0:* 2024-04-22T22:08:16.275 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 [::]:42898 [::]:* 2024-04-22T22:08:16.275 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 [::]:48723 [::]:* 2024-04-22T22:08:16.275 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 [::]:111 [::]:* 2024-04-22T22:08:16.275 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 [fe80::ec4:7aff:fe88:7255]%enp3s0f1:123 [::]:* 2024-04-22T22:08:16.275 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 [::1]:123 [::]:* 2024-04-22T22:08:16.275 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 [::]:123 [::]:* 2024-04-22T22:08:16.275 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 [::]:34320 [::]:* 2024-04-22T22:08:16.275 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 [::]:34919 [::]:* 2024-04-22T22:08:16.275 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 [::]:35532 [::]:* 2024-04-22T22:08:16.275 INFO:tasks.cephadm:Disabling systemd-resolved on smithi170 2024-04-22T22:08:16.275 DEBUG:teuthology.orchestra.run.smithi170:> sudo cat /etc/systemd/resolved.conf 2024-04-22T22:08:16.329 INFO:teuthology.orchestra.run.smithi170.stdout:# This file is part of systemd. 2024-04-22T22:08:16.329 INFO:teuthology.orchestra.run.smithi170.stdout:# 2024-04-22T22:08:16.329 INFO:teuthology.orchestra.run.smithi170.stdout:# systemd is free software; you can redistribute it and/or modify it under the 2024-04-22T22:08:16.329 INFO:teuthology.orchestra.run.smithi170.stdout:# terms of the GNU Lesser General Public License as published by the Free 2024-04-22T22:08:16.329 INFO:teuthology.orchestra.run.smithi170.stdout:# Software Foundation; either version 2.1 of the License, or (at your option) 2024-04-22T22:08:16.329 INFO:teuthology.orchestra.run.smithi170.stdout:# any later version. 2024-04-22T22:08:16.329 INFO:teuthology.orchestra.run.smithi170.stdout:# 2024-04-22T22:08:16.330 INFO:teuthology.orchestra.run.smithi170.stdout:# Entries in this file show the compile time defaults. Local configuration 2024-04-22T22:08:16.330 INFO:teuthology.orchestra.run.smithi170.stdout:# should be created by either modifying this file, or by creating "drop-ins" in 2024-04-22T22:08:16.330 INFO:teuthology.orchestra.run.smithi170.stdout:# the resolved.conf.d/ subdirectory. The latter is generally recommended. 2024-04-22T22:08:16.330 INFO:teuthology.orchestra.run.smithi170.stdout:# Defaults can be restored by simply deleting this file and all drop-ins. 2024-04-22T22:08:16.330 INFO:teuthology.orchestra.run.smithi170.stdout:# 2024-04-22T22:08:16.330 INFO:teuthology.orchestra.run.smithi170.stdout:# Use 'systemd-analyze cat-config systemd/resolved.conf' to display the full config. 2024-04-22T22:08:16.330 INFO:teuthology.orchestra.run.smithi170.stdout:# 2024-04-22T22:08:16.330 INFO:teuthology.orchestra.run.smithi170.stdout:# See resolved.conf(5) for details. 2024-04-22T22:08:16.330 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-04-22T22:08:16.330 INFO:teuthology.orchestra.run.smithi170.stdout:[Resolve] 2024-04-22T22:08:16.330 INFO:teuthology.orchestra.run.smithi170.stdout:# Some examples of DNS servers which may be used for DNS= and FallbackDNS=: 2024-04-22T22:08:16.330 INFO:teuthology.orchestra.run.smithi170.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-04-22T22:08:16.330 INFO:teuthology.orchestra.run.smithi170.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-04-22T22:08:16.331 INFO:teuthology.orchestra.run.smithi170.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-04-22T22:08:16.331 INFO:teuthology.orchestra.run.smithi170.stdout:#DNS= 2024-04-22T22:08:16.331 INFO:teuthology.orchestra.run.smithi170.stdout:#FallbackDNS= 2024-04-22T22:08:16.331 INFO:teuthology.orchestra.run.smithi170.stdout:#Domains= 2024-04-22T22:08:16.331 INFO:teuthology.orchestra.run.smithi170.stdout:#DNSSEC=no 2024-04-22T22:08:16.331 INFO:teuthology.orchestra.run.smithi170.stdout:#DNSOverTLS=no 2024-04-22T22:08:16.331 INFO:teuthology.orchestra.run.smithi170.stdout:#MulticastDNS=no 2024-04-22T22:08:16.331 INFO:teuthology.orchestra.run.smithi170.stdout:#LLMNR=no 2024-04-22T22:08:16.331 INFO:teuthology.orchestra.run.smithi170.stdout:#Cache=no-negative 2024-04-22T22:08:16.331 INFO:teuthology.orchestra.run.smithi170.stdout:#CacheFromLocalhost=no 2024-04-22T22:08:16.331 INFO:teuthology.orchestra.run.smithi170.stdout:#DNSStubListener=yes 2024-04-22T22:08:16.331 INFO:teuthology.orchestra.run.smithi170.stdout:#DNSStubListenerExtra= 2024-04-22T22:08:16.331 INFO:teuthology.orchestra.run.smithi170.stdout:#ReadEtcHosts=yes 2024-04-22T22:08:16.331 INFO:teuthology.orchestra.run.smithi170.stdout:#ResolveUnicastSingleLabel=no 2024-04-22T22:08:16.332 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-04-22T22:08:16.332 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/etc/systemd/resolved.conf 2024-04-22T22:08:16.402 DEBUG:teuthology.orchestra.run.smithi170:> sudo systemctl restart systemd-resolved 2024-04-22T22:08:16.552 DEBUG:teuthology.orchestra.run.smithi170:> ss -lunH 2024-04-22T22:08:16.558 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 0.0.0.0:42709 0.0.0.0:* 2024-04-22T22:08:16.558 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 0.0.0.0:42825 0.0.0.0:* 2024-04-22T22:08:16.558 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 172.21.15.170%enp3s0f1:68 0.0.0.0:* 2024-04-22T22:08:16.558 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 0.0.0.0:68 0.0.0.0:* 2024-04-22T22:08:16.558 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 0.0.0.0:111 0.0.0.0:* 2024-04-22T22:08:16.558 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 172.21.15.170:123 0.0.0.0:* 2024-04-22T22:08:16.559 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 127.0.0.1:123 0.0.0.0:* 2024-04-22T22:08:16.559 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 0.0.0.0:123 0.0.0.0:* 2024-04-22T22:08:16.559 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 127.0.0.1:721 0.0.0.0:* 2024-04-22T22:08:16.559 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 0.0.0.0:34771 0.0.0.0:* 2024-04-22T22:08:16.559 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 0.0.0.0:35681 0.0.0.0:* 2024-04-22T22:08:16.559 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 0.0.0.0:39151 0.0.0.0:* 2024-04-22T22:08:16.559 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 [::]:42898 [::]:* 2024-04-22T22:08:16.559 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 [::]:48723 [::]:* 2024-04-22T22:08:16.559 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 [::]:111 [::]:* 2024-04-22T22:08:16.559 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 [fe80::ec4:7aff:fe88:7255]%enp3s0f1:123 [::]:* 2024-04-22T22:08:16.559 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 [::1]:123 [::]:* 2024-04-22T22:08:16.559 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 [::]:123 [::]:* 2024-04-22T22:08:16.559 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 [::]:34320 [::]:* 2024-04-22T22:08:16.559 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 [::]:34919 [::]:* 2024-04-22T22:08:16.559 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 [::]:35532 [::]:* 2024-04-22T22:08:16.560 DEBUG:teuthology.orchestra.run.smithi170:> sudo systemctl restart docker 2024-04-22T22:08:16.616 INFO:teuthology.orchestra.run.smithi170.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-04-22T22:08:21.592 DEBUG:teuthology.orchestra.run.smithi170:> sudo mkdir -p /var/lib/samba/container/logs /var/lib/samba/container/data 2024-04-22T22:08:21.645 DEBUG:teuthology.orchestra.run.smithi170:> sudo mkdir -p /var/tmp/samba 2024-04-22T22:08:21.697 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-04-22T22:08:21.697 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/var/tmp/samba/container.json 2024-04-22T22:08:21.749 DEBUG:teuthology.orchestra.run.smithi170:> 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-04-22T22:08:22.275 INFO:teuthology.orchestra.run.smithi170.stdout:75ef3507a9dd39d40e0402d4e6edb59eb9964bb33187dab1843c20c21af1f02e 2024-04-22T22:08:23.169 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.170, idx=0 2024-04-22T22:08:23.170 DEBUG:teuthology.orchestra.run.smithi170:> sudo docker run --rm --net=host --dns=172.21.15.170 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-04-22T22:08:24.408 INFO:teuthology.orchestra.run.smithi170.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-04-22T22:08:25.215 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:08:25.716 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.170, idx=1 2024-04-22T22:08:25.716 DEBUG:teuthology.orchestra.run.smithi170:> sudo docker run --rm --net=host --dns=172.21.15.170 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-04-22T22:08:26.836 INFO:teuthology.orchestra.run.smithi170.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-04-22T22:08:27.655 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:08:28.656 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.170, idx=2 2024-04-22T22:08:28.657 DEBUG:teuthology.orchestra.run.smithi170:> sudo docker run --rm --net=host --dns=172.21.15.170 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-04-22T22:08:29.590 INFO:teuthology.orchestra.run.smithi170.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-04-22T22:08:30.094 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:08:32.096 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.170, idx=3 2024-04-22T22:08:32.096 DEBUG:teuthology.orchestra.run.smithi170:> sudo docker run --rm --net=host --dns=172.21.15.170 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-04-22T22:08:32.845 INFO:teuthology.orchestra.run.smithi170.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-04-22T22:08:33.599 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:08:37.600 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.170, idx=4 2024-04-22T22:08:37.601 DEBUG:teuthology.orchestra.run.smithi170:> sudo docker run --rm --net=host --dns=172.21.15.170 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-04-22T22:08:38.766 INFO:teuthology.orchestra.run.smithi170.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-04-22T22:08:39.609 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:08:47.610 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.170, idx=5 2024-04-22T22:08:47.611 DEBUG:teuthology.orchestra.run.smithi170:> sudo docker run --rm --net=host --dns=172.21.15.170 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-04-22T22:08:48.870 INFO:teuthology.orchestra.run.smithi170.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_CONNECTION_REFUSED) 2024-04-22T22:08:49.970 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:09:05.971 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.170, idx=6 2024-04-22T22:09:05.972 DEBUG:teuthology.orchestra.run.smithi170:> sudo docker run --rm --net=host --dns=172.21.15.170 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-04-22T22:09:07.207 INFO:teuthology.orchestra.run.smithi170.stdout: . D 0 Mon Apr 22 22:08:34 2024 2024-04-22T22:09:07.207 INFO:teuthology.orchestra.run.smithi170.stdout: .. D 0 Mon Apr 22 22:08:34 2024 2024-04-22T22:09:07.207 INFO:teuthology.orchestra.run.smithi170.stdout: domain1.sink.test D 0 Mon Apr 22 22:08:32 2024 2024-04-22T22:09:07.207 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-04-22T22:09:07.207 INFO:teuthology.orchestra.run.smithi170.stdout: 960311348 blocks of size 1024. 902343012 blocks available 2024-04-22T22:09:07.765 INFO:tasks.cephadm:SMB status probe succeeded 2024-04-22T22:09:07.765 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-22T22:09:07.774 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': '430e09df97c8fc7dc2b2ae424f68ed11366c540f'} 2024-04-22T22:09:07.775 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:09:07.775 INFO:tasks.cephadm:Cluster fsid is f071572e-00f4-11ef-bc93-c7b262605968 2024-04-22T22:09:07.775 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-22T22:09:07.775 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.8'} 2024-04-22T22:09:07.775 INFO:tasks.cephadm:First mon is mon.a on smithi008 2024-04-22T22:09:07.776 INFO:tasks.cephadm:First mgr is x 2024-04-22T22:09:07.776 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-22T22:09:07.776 DEBUG:teuthology.orchestra.run.smithi008:> sudo hostname $(hostname -s) 2024-04-22T22:09:07.791 DEBUG:teuthology.orchestra.run.smithi170:> sudo hostname $(hostname -s) 2024-04-22T22:09:07.806 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-22T22:09:07.807 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:09:08.039 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '430e09df97c8fc7dc2b2ae424f68ed11366c540f', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/54954/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2407-g430e09df', 'node_name': '172.21.15.4+smithi004', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2407-g430e09df-1jammy'}, 'url': 'https://2.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-04-22 00:19:22.441032', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-04-22T22:09:08.291 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref squid, sha1 430e09df97c8fc7dc2b2ae424f68ed11366c540f from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:09:08.293 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-04-22T22:09:08.293 DEBUG:teuthology.orchestra.run.smithi008:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T22:09:08.839 INFO:teuthology.orchestra.run.smithi008.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788785 Apr 22 22:09 /home/ubuntu/cephtest/cephadm 2024-04-22T22:09:08.839 DEBUG:teuthology.orchestra.run.smithi170:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T22:09:09.527 INFO:teuthology.orchestra.run.smithi170.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788785 Apr 22 22:09 /home/ubuntu/cephtest/cephadm 2024-04-22T22:09:09.528 DEBUG:teuthology.orchestra.run.smithi008:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T22:09:09.535 DEBUG:teuthology.orchestra.run.smithi170:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T22:09:09.552 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f on all hosts... 2024-04-22T22:09:09.552 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull 2024-04-22T22:09:09.579 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull 2024-04-22T22:09:09.748 INFO:teuthology.orchestra.run.smithi008.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T22:09:09.750 INFO:teuthology.orchestra.run.smithi170.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T22:09:09.943 INFO:teuthology.orchestra.run.smithi170.stderr:Non-zero exit code 1 from /usr/bin/docker pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:09:09.943 INFO:teuthology.orchestra.run.smithi170.stderr:/usr/bin/docker: stderr Error response from daemon: manifest for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f not found: manifest unknown: manifest unknown 2024-04-22T22:09:09.943 INFO:teuthology.orchestra.run.smithi170.stderr:ERROR: Failed command: /usr/bin/docker pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:09:10.278 INFO:teuthology.orchestra.run.smithi008.stderr:Non-zero exit code 1 from /usr/bin/docker pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:09:10.278 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/docker: stderr Error response from daemon: manifest for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f not found: manifest unknown: manifest unknown 2024-04-22T22:09:10.278 INFO:teuthology.orchestra.run.smithi008.stderr:ERROR: Failed command: /usr/bin/docker pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:09:10.307 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:09:10.308 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 479, in wait proc.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 smithi008 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull' 2024-04-22T22:09:10.309 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-22T22:09:10.311 DEBUG:teuthology.misc:Transferring archived files from smithi008:/var/lib/ceph/f071572e-00f4-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668833/remote/smithi008/crash 2024-04-22T22:09:10.311 DEBUG:teuthology.orchestra.run.smithi008:> sudo tar c -f - -C /var/lib/ceph/f071572e-00f4-11ef-bc93-c7b262605968/crash -- . 2024-04-22T22:09:10.322 INFO:teuthology.orchestra.run.smithi008.stderr:tar: /var/lib/ceph/f071572e-00f4-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T22:09:10.322 INFO:teuthology.orchestra.run.smithi008.stderr:tar: Error is not recoverable: exiting now 2024-04-22T22:09:10.324 DEBUG:teuthology.misc:Transferring archived files from smithi170:/var/lib/ceph/f071572e-00f4-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668833/remote/smithi170/crash 2024-04-22T22:09:10.325 DEBUG:teuthology.orchestra.run.smithi170:> sudo tar c -f - -C /var/lib/ceph/f071572e-00f4-11ef-bc93-c7b262605968/crash -- . 2024-04-22T22:09:10.338 INFO:teuthology.orchestra.run.smithi170.stderr:tar: /var/lib/ceph/f071572e-00f4-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T22:09:10.338 INFO:teuthology.orchestra.run.smithi170.stderr:tar: Error is not recoverable: exiting now 2024-04-22T22:09:10.339 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-22T22:09:10.339 DEBUG:teuthology.orchestra.run.smithi008:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/f071572e-00f4-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-22T22:09:10.377 INFO:teuthology.orchestra.run.smithi008.stderr:grep: /var/log/ceph/f071572e-00f4-11ef-bc93-c7b262605968/ceph.log: No such file or directory 2024-04-22T22:09:10.378 INFO:tasks.cephadm:Compressing logs... 2024-04-22T22:09:10.378 DEBUG:teuthology.orchestra.run.smithi008:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-22T22:09:10.427 DEBUG:teuthology.orchestra.run.smithi170:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-22T22:09:10.437 INFO:teuthology.orchestra.run.smithi008.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-22T22:09:10.440 INFO:teuthology.orchestra.run.smithi170.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-22T22:09:10.447 INFO:teuthology.orchestra.run.smithi008.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T22:09:10.448 INFO:teuthology.orchestra.run.smithi170.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T22:09:10.448 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/cephadm.log: 70.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T22:09:10.449 INFO:teuthology.orchestra.run.smithi170.stderr:/var/log/ceph/cephadm.log: 70.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T22:09:10.450 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-04-22T22:09:10.450 INFO:teuthology.orchestra.run.smithi008.stderr:real 0m0.021s 2024-04-22T22:09:10.450 INFO:teuthology.orchestra.run.smithi008.stderr:user 0m0.012s 2024-04-22T22:09:10.450 INFO:teuthology.orchestra.run.smithi008.stderr:sys 0m0.008s 2024-04-22T22:09:10.451 INFO:teuthology.orchestra.run.smithi170.stderr: 2024-04-22T22:09:10.451 INFO:teuthology.orchestra.run.smithi170.stderr:real 0m0.019s 2024-04-22T22:09:10.451 INFO:teuthology.orchestra.run.smithi170.stderr:user 0m0.011s 2024-04-22T22:09:10.451 INFO:teuthology.orchestra.run.smithi170.stderr:sys 0m0.011s 2024-04-22T22:09:10.452 INFO:tasks.cephadm:Archiving logs... 2024-04-22T22:09:10.452 DEBUG:teuthology.misc:Transferring archived files from smithi008:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668833/remote/smithi008/log 2024-04-22T22:09:10.453 DEBUG:teuthology.orchestra.run.smithi008:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T22:09:10.505 DEBUG:teuthology.misc:Transferring archived files from smithi170:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668833/remote/smithi170/log 2024-04-22T22:09:10.506 DEBUG:teuthology.orchestra.run.smithi170:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T22:09:10.519 INFO:tasks.cephadm:Removing cluster... 2024-04-22T22:09:10.519 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f071572e-00f4-11ef-bc93-c7b262605968 --force 2024-04-22T22:09:10.717 INFO:teuthology.orchestra.run.smithi008.stdout:Deleting cluster with fsid: f071572e-00f4-11ef-bc93-c7b262605968 2024-04-22T22:09:11.858 INFO:tasks.cephadm:Removing cephadm ... 2024-04-22T22:09:11.859 DEBUG:teuthology.orchestra.run.smithi008:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T22:09:11.864 DEBUG:teuthology.orchestra.run.smithi170:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T22:09:11.870 INFO:tasks.cephadm:Teardown complete 2024-04-22T22:09:11.870 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_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 2204, 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_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 1833, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 479, in wait proc.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 smithi008 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull' 2024-04-22T22:09:12.082 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=88bc46ffbb1a4bd7a663916ff22e0b76 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_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 2204, 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_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 1833, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 479, in wait proc.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 smithi008 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull' 2024-04-22T22:09:12.086 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-22T22:09:12.095 DEBUG:teuthology.run_tasks:Unwinding manager cephadm.deploy_samba_ad_dc 2024-04-22T22:09:12.116 DEBUG:teuthology.orchestra.run.smithi170:> sudo docker stop samba-ad 2024-04-22T22:09:12.747 INFO:teuthology.orchestra.run.smithi170.stdout:samba-ad 2024-04-22T22:09:12.750 DEBUG:teuthology.orchestra.run.smithi170:> sudo docker rm samba-ad 2024-04-22T22:09:12.929 INFO:teuthology.orchestra.run.smithi170.stdout:samba-ad 2024-04-22T22:09:12.932 DEBUG:teuthology.orchestra.run.smithi170:> sudo rm -rf /var/lib/samba/container/logs /var/lib/samba/container/data 2024-04-22T22:09:12.945 INFO:tasks.cephadm:Resetting systemd-resolved state on smithi170 2024-04-22T22:09:12.945 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-04-22T22:09:12.945 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/etc/systemd/resolved.conf 2024-04-22T22:09:13.000 DEBUG:teuthology.orchestra.run.smithi170:> sudo systemctl restart systemd-resolved 2024-04-22T22:09:13.130 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-22T22:09:13.138 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-22T22:09:13.138 DEBUG:teuthology.orchestra.run.smithi008:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T22:09:13.141 DEBUG:teuthology.orchestra.run.smithi170:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T22:09:13.152 INFO:teuthology.orchestra.run.smithi008.stdout: remote refid st t when poll reach delay offset jitter 2024-04-22T22:09:13.152 INFO:teuthology.orchestra.run.smithi008.stdout:============================================================================== 2024-04-22T22:09:13.153 INFO:teuthology.orchestra.run.smithi008.stdout: hv01.front.sepi 44.4.53.2 2 u 5 64 3 0.093 -1.444 0.099 2024-04-22T22:09:13.153 INFO:teuthology.orchestra.run.smithi008.stdout: hv02.front.sepi 63.231.80.2 3 u 7 64 3 0.078 -0.141 0.146 2024-04-22T22:09:13.153 INFO:teuthology.orchestra.run.smithi008.stdout: hv03.front.sepi 74.6.168.72 3 u 12 64 3 0.102 -0.390 0.122 2024-04-22T22:09:13.153 INFO:teuthology.orchestra.run.smithi008.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T22:09:13.158 INFO:teuthology.orchestra.run.smithi170.stdout: remote refid st t when poll reach delay offset jitter 2024-04-22T22:09:13.158 INFO:teuthology.orchestra.run.smithi170.stdout:============================================================================== 2024-04-22T22:09:13.158 INFO:teuthology.orchestra.run.smithi170.stdout: hv01.front.sepi 44.4.53.2 2 u 7 64 3 0.095 -2.071 0.412 2024-04-22T22:09:13.159 INFO:teuthology.orchestra.run.smithi170.stdout: hv02.front.sepi 63.231.80.2 3 u 11 64 3 0.102 -0.665 0.636 2024-04-22T22:09:13.159 INFO:teuthology.orchestra.run.smithi170.stdout: hv03.front.sepi 74.6.168.72 3 u 7 64 3 0.083 -0.994 0.106 2024-04-22T22:09:13.159 INFO:teuthology.orchestra.run.smithi170.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T22:09:13.160 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-22T22:09:13.168 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-22T22:09:13.169 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-22T22:09:13.177 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-22T22:09:13.185 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-22T22:09:13.195 INFO:teuthology.task.internal:Duration was 509.346590 seconds 2024-04-22T22:09:13.195 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-22T22:09:13.204 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-22T22:09:13.204 DEBUG:teuthology.orchestra.run.smithi008:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T22:09:13.206 DEBUG:teuthology.orchestra.run.smithi170:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T22:09:13.243 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-22T22:09:13.243 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi008.front.sepia.ceph.com 2024-04-22T22:09:13.244 DEBUG:teuthology.orchestra.run.smithi008:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-22T22:09:13.295 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi170.front.sepia.ceph.com 2024-04-22T22:09:13.295 DEBUG:teuthology.orchestra.run.smithi170:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-22T22:09:13.305 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-22T22:09:13.306 DEBUG:teuthology.orchestra.run.smithi008:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T22:09:13.338 DEBUG:teuthology.orchestra.run.smithi170:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T22:09:13.374 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-22T22:09:13.374 DEBUG:teuthology.orchestra.run.smithi008:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T22:09:13.407 DEBUG:teuthology.orchestra.run.smithi170:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T22:09:13.470 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-22T22:09:13.479 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-22T22:09:13.479 DEBUG:teuthology.orchestra.run.smithi008:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T22:09:13.491 DEBUG:teuthology.orchestra.run.smithi170:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T22:09:13.503 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-22T22:09:13.514 DEBUG:teuthology.orchestra.run.smithi008:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-22T22:09:13.535 DEBUG:teuthology.orchestra.run.smithi170:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-22T22:09:13.544 INFO:teuthology.orchestra.run.smithi008.stdout:kernel.core_pattern = core 2024-04-22T22:09:13.562 INFO:teuthology.orchestra.run.smithi170.stdout:kernel.core_pattern = core 2024-04-22T22:09:13.579 DEBUG:teuthology.orchestra.run.smithi008:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T22:09:13.604 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:09:13.605 DEBUG:teuthology.orchestra.run.smithi170:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T22:09:13.624 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:09:13.625 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-22T22:09:13.634 INFO:teuthology.task.internal:Transferring archived files... 2024-04-22T22:09:13.635 DEBUG:teuthology.misc:Transferring archived files from smithi008:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668833/remote/smithi008 2024-04-22T22:09:13.635 DEBUG:teuthology.orchestra.run.smithi008:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T22:09:13.670 DEBUG:teuthology.misc:Transferring archived files from smithi170:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668833/remote/smithi170 2024-04-22T22:09:13.670 DEBUG:teuthology.orchestra.run.smithi170:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T22:09:13.693 INFO:teuthology.task.internal:Removing archive directory... 2024-04-22T22:09:13.694 DEBUG:teuthology.orchestra.run.smithi008:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T22:09:13.710 DEBUG:teuthology.orchestra.run.smithi170:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T22:09:13.738 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-22T22:09:13.748 INFO:teuthology.task.internal:Not uploading archives. 2024-04-22T22:09:13.748 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-22T22:09:13.757 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-22T22:09:13.758 DEBUG:teuthology.orchestra.run.smithi008:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T22:09:13.760 DEBUG:teuthology.orchestra.run.smithi170:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T22:09:13.764 INFO:teuthology.orchestra.run.smithi008.stdout: 658642 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 22:09 /home/ubuntu/cephtest 2024-04-22T22:09:13.786 INFO:teuthology.orchestra.run.smithi170.stdout: 658464 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 22:09 /home/ubuntu/cephtest 2024-04-22T22:09:13.787 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-22T22:09:13.797 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-22T22:09:13.816 INFO:teuthology.nuke:Checking targets against current locks 2024-04-22T22:09:13.846 DEBUG:teuthology.nuke:shortname: smithi008 2024-04-22T22:09:13.847 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T22:09:13.870 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi008.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668833', '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-22 21:50:24.119517', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIErK236fcqju9P97QqbIaphWwWOosrO+zqLzGTIqnqRpIzaU0rhA3VchfHKDHOQOyB17AfXADut4OhuxQDvyC0='} 2024-04-22T22:09:13.874 DEBUG:teuthology.nuke:shortname: smithi170 2024-04-22T22:09:13.874 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T22:09:13.893 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi170.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668833', '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-22 21:50:24.117325', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLDc0feZhew0jul/Qf05dQXBbtk40sSzYCBeBlJiM3buuVxiSJeBCSmNbUPqXw7yOoBeCB1k7kAGRznDuF2ax1Y='} 2024-04-22T22:09:13.920 INFO:teuthology.orchestra.console.smithi008:Power off 2024-04-22T22:09:13.921 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T22:09:13.944 DEBUG:teuthology.orchestra.console.smithi008:power off output: Chassis Power Control: Down/Off 2024-04-22T22:09:13.945 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:09:13.962 INFO:teuthology.orchestra.console.smithi170:Power off 2024-04-22T22:09:13.963 DEBUG:teuthology.orchestra.console.smithi170:pexpect command: ipmitool -H smithi170.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T22:09:13.972 DEBUG:teuthology.orchestra.console.smithi008:check power output: Chassis Power is on 2024-04-22T22:09:13.985 DEBUG:teuthology.orchestra.console.smithi170:power off output: Chassis Power Control: Down/Off 2024-04-22T22:09:13.985 DEBUG:teuthology.orchestra.console.smithi170:pexpect command: ipmitool -H smithi170.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:09:14.010 DEBUG:teuthology.orchestra.console.smithi170:check power output: Chassis Power is on 2024-04-22T22:09:17.973 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:09:18.012 DEBUG:teuthology.orchestra.console.smithi170:pexpect command: ipmitool -H smithi170.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:09:18.084 DEBUG:teuthology.orchestra.console.smithi008:check power output: Chassis Power is on 2024-04-22T22:09:18.121 DEBUG:teuthology.orchestra.console.smithi170:check power output: Chassis Power is on 2024-04-22T22:09:22.088 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:09:22.122 DEBUG:teuthology.orchestra.console.smithi170:pexpect command: ipmitool -H smithi170.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:09:22.201 DEBUG:teuthology.orchestra.console.smithi008:check power output: Chassis Power is on 2024-04-22T22:09:22.235 DEBUG:teuthology.orchestra.console.smithi170:check power output: Chassis Power is off 2024-04-22T22:09:22.335 INFO:teuthology.orchestra.console.smithi170:Power off completed 2024-04-22T22:09:26.203 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:09:26.313 DEBUG:teuthology.orchestra.console.smithi008:check power output: Chassis Power is off 2024-04-22T22:09:26.414 INFO:teuthology.orchestra.console.smithi008:Power off completed 2024-04-22T22:09:26.519 INFO:teuthology.run:Summary data: description: orch/cephadm/smb/{0-distro/ubuntu_22.04 tasks/deploy_smb_domain} duration: 509.3465898036957 failure_reason: 'Command failed on smithi008 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull''' owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=88bc46ffbb1a4bd7a663916ff22e0b76 status: fail success: false 2024-04-22T22:09:26.519 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T22:09:26.587 INFO:teuthology.run:FAIL