2024-03-12T07:07:07.857 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-12T07:07:07.857 DEBUG:teuthology.run:Teuthology command: teuthology --description orch:cephadm/smb/{0-distro/ubuntu_22.04 tasks/deploy_smb_basic} --name ssharon-2024-03-12_06:59:59-orch:cephadm-wip-ssharon-test2-2024-03-11-1825-distro-default-smithi --archive /home/teuthworker/archive/ssharon-2024-03-12_06:59:59-orch:cephadm-wip-ssharon-test2-2024-03-11-1825-distro-default-smithi/7592385 --verbose --owner scheduled_ssharon@teuthology -- /home/teuthworker/archive/ssharon-2024-03-12_06:59:59-orch:cephadm-wip-ssharon-test2-2024-03-11-1825-distro-default-smithi/7592385/orig.config.yaml 2024-03-12T07:07:07.888 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-12T07:07:07.964 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/ssharon-2024-03-12_06:59:59-orch:cephadm-wip-ssharon-test2-2024-03-11-1825-distro-default-smithi/7592385 branch: wip-ssharon-test2-2024-03-11-1825 description: orch:cephadm/smb/{0-distro/ubuntu_22.04 tasks/deploy_smb_basic} email: ssharon@redat.com first_in_suite: false job_id: '7592385' kernel: kdb: true sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: ssharon-2024-03-12_06:59:59-orch:cephadm-wip-ssharon-test2-2024-03-11-1825-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-ssharon-test2-2024-03-11-1825 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\) sha1: 5b9d43544ea530e7d1916e6bf61a008da6c92ddf ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5b9d43544ea530e7d1916e6bf61a008da6c92ddf workunit: branch: wip-ssharon-test2-2024-03-11-1825 sha1: 5b9d43544ea530e7d1916e6bf61a008da6c92ddf owner: scheduled_ssharon@teuthology priority: 99 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.x - osd.0 - osd.1 - client.0 - - host.b - cephadm.exclude seed: 258 sha1: 5b9d43544ea530e7d1916e6bf61a008da6c92ddf sleep_before_teardown: 0 suite: orch:cephadm suite_branch: wip-ssharon-test2-2024-03-11-1825 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_5b9d43544ea530e7d1916e6bf61a008da6c92ddf/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 5b9d43544ea530e7d1916e6bf61a008da6c92ddf targets: smithi063.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOnLGat/YMSsOgyR9EGPkAtj9w//0h8Xh3vNpi72ydRZMQSzuyTwoXD/vz2VyldOJvdIn5NBsUzSydybGQIFb9g= smithi083.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJQW6iy7vmWIjSa8dF8AuzrrhPEjH+1N5zLJfDM/qxlUEJeom1O4XQHGNK7F8ulayAAxFv9VikLaVADvJom+jTs= tasks: - install: null - exec: host.a: - '' - set -x - yum install -y passwd samba-common-tools || apt install -y passwd samba - sleep 5 - echo "adding Samba test-user" - set -e - adduser smbuser1 - sleep 1 - echo ZzzPassABC | passwd --stdin smbuser1 - sleep 1 - echo -e "ZzzPassABC\nZzzPassABC" | smbpasswd -a smbuser1 -s - 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 = "USER" workgroup = "DOMAIN1" "idmap config * : backend" = "tdb" ' - 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 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_toolbox_container_cmd|join('' '')}} smbtorture --fullname --option=torture:progress=no --user=smbuser1%ZzzPassABC //{{''host.a''|role_to_remote|attr(''ip_address'')}}/share1 smb2.mkdir smb2.rw smb2.read' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: e691533f9cbb33d85b2187bba20d7102f098636d timestamp: 2024-03-12_06:59:59 tube: smithi user: ssharon verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-03-12T07:07:07.964 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_5b9d43544ea530e7d1916e6bf61a008da6c92ddf/qa; will attempt to use it 2024-03-12T07:07:07.965 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_5b9d43544ea530e7d1916e6bf61a008da6c92ddf/qa/tasks 2024-03-12T07:07:07.965 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-12T07:07:07.966 INFO:teuthology.task.internal:Checking packages... 2024-03-12T07:07:07.988 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '5b9d43544ea530e7d1916e6bf61a008da6c92ddf' 2024-03-12T07:07:07.988 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-12T07:07:07.988 INFO:teuthology.packaging:ref: None 2024-03-12T07:07:07.988 INFO:teuthology.packaging:tag: None 2024-03-12T07:07:07.988 INFO:teuthology.packaging:branch: wip-ssharon-test2-2024-03-11-1825 2024-03-12T07:07:07.988 INFO:teuthology.packaging:sha1: 5b9d43544ea530e7d1916e6bf61a008da6c92ddf 2024-03-12T07:07:07.988 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-ssharon-test2-2024-03-11-1825 2024-03-12T07:07:08.133 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2024-g5b9d4354-1jammy 2024-03-12T07:07:08.134 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-12T07:07:08.142 INFO:teuthology.task.internal:no buildpackages task found 2024-03-12T07:07:08.143 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-12T07:07:08.153 INFO:teuthology.task.internal:Saving configuration 2024-03-12T07:07:08.164 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-12T07:07:08.174 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-12T07:07:08.199 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi063.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/ssharon-2024-03-12_06:59:59-orch:cephadm-wip-ssharon-test2-2024-03-11-1825-distro-default-smithi/7592385', '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-03-12 07:01:18.861406', 'locked_by': 'scheduled_ssharon@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAuYKgOdrx8ZWbZG7r40wURW11+abRmRGmRiIuMWMkrA'} 2024-03-12T07:07:08.224 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi083.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/ssharon-2024-03-12_06:59:59-orch:cephadm-wip-ssharon-test2-2024-03-11-1825-distro-default-smithi/7592385', '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-03-12 07:01:18.863270', 'locked_by': 'scheduled_ssharon@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL5nyFC99JAKY9t/mLvW33BBMYoLVorFL3dM1xkG6An1'} 2024-03-12T07:07:08.224 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-12T07:07:08.235 INFO:teuthology.task.internal:roles: ubuntu@smithi063.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2024-03-12T07:07:08.235 INFO:teuthology.task.internal:roles: ubuntu@smithi083.front.sepia.ceph.com - ['host.b', 'cephadm.exclude'] 2024-03-12T07:07:08.235 INFO:teuthology.run_tasks:Running task console_log... 2024-03-12T07:07:08.306 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f9533816310>, signals=[15]) 2024-03-12T07:07:08.306 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-12T07:07:08.317 INFO:teuthology.task.internal:Opening connections... 2024-03-12T07:07:08.317 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi063.front.sepia.ceph.com 2024-03-12T07:07:08.319 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-12T07:07:08.398 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi083.front.sepia.ceph.com 2024-03-12T07:07:08.399 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi083.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-12T07:07:08.480 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-12T07:07:08.490 DEBUG:teuthology.orchestra.run.smithi063:> uname -m 2024-03-12T07:07:08.496 INFO:teuthology.orchestra.run.smithi063.stdout:x86_64 2024-03-12T07:07:08.496 DEBUG:teuthology.orchestra.run.smithi063:> cat /etc/os-release 2024-03-12T07:07:08.542 INFO:teuthology.orchestra.run.smithi063.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-12T07:07:08.543 INFO:teuthology.orchestra.run.smithi063.stdout:NAME="Ubuntu" 2024-03-12T07:07:08.543 INFO:teuthology.orchestra.run.smithi063.stdout:VERSION_ID="22.04" 2024-03-12T07:07:08.543 INFO:teuthology.orchestra.run.smithi063.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-12T07:07:08.543 INFO:teuthology.orchestra.run.smithi063.stdout:VERSION_CODENAME=jammy 2024-03-12T07:07:08.543 INFO:teuthology.orchestra.run.smithi063.stdout:ID=ubuntu 2024-03-12T07:07:08.543 INFO:teuthology.orchestra.run.smithi063.stdout:ID_LIKE=debian 2024-03-12T07:07:08.543 INFO:teuthology.orchestra.run.smithi063.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-12T07:07:08.543 INFO:teuthology.orchestra.run.smithi063.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-12T07:07:08.543 INFO:teuthology.orchestra.run.smithi063.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-12T07:07:08.543 INFO:teuthology.orchestra.run.smithi063.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-12T07:07:08.543 INFO:teuthology.orchestra.run.smithi063.stdout:UBUNTU_CODENAME=jammy 2024-03-12T07:07:08.544 INFO:teuthology.lock.ops:Updating smithi063.front.sepia.ceph.com on lock server 2024-03-12T07:07:08.568 DEBUG:teuthology.orchestra.run.smithi083:> uname -m 2024-03-12T07:07:08.573 INFO:teuthology.orchestra.run.smithi083.stdout:x86_64 2024-03-12T07:07:08.573 DEBUG:teuthology.orchestra.run.smithi083:> cat /etc/os-release 2024-03-12T07:07:08.617 INFO:teuthology.orchestra.run.smithi083.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-12T07:07:08.617 INFO:teuthology.orchestra.run.smithi083.stdout:NAME="Ubuntu" 2024-03-12T07:07:08.617 INFO:teuthology.orchestra.run.smithi083.stdout:VERSION_ID="22.04" 2024-03-12T07:07:08.617 INFO:teuthology.orchestra.run.smithi083.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-12T07:07:08.617 INFO:teuthology.orchestra.run.smithi083.stdout:VERSION_CODENAME=jammy 2024-03-12T07:07:08.617 INFO:teuthology.orchestra.run.smithi083.stdout:ID=ubuntu 2024-03-12T07:07:08.617 INFO:teuthology.orchestra.run.smithi083.stdout:ID_LIKE=debian 2024-03-12T07:07:08.618 INFO:teuthology.orchestra.run.smithi083.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-12T07:07:08.618 INFO:teuthology.orchestra.run.smithi083.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-12T07:07:08.618 INFO:teuthology.orchestra.run.smithi083.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-12T07:07:08.618 INFO:teuthology.orchestra.run.smithi083.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-12T07:07:08.618 INFO:teuthology.orchestra.run.smithi083.stdout:UBUNTU_CODENAME=jammy 2024-03-12T07:07:08.618 INFO:teuthology.lock.ops:Updating smithi083.front.sepia.ceph.com on lock server 2024-03-12T07:07:08.642 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-12T07:07:08.653 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-12T07:07:08.666 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-12T07:07:08.666 DEBUG:teuthology.orchestra.run.smithi063:> test '!' -e /home/ubuntu/cephtest 2024-03-12T07:07:08.670 DEBUG:teuthology.orchestra.run.smithi083:> test '!' -e /home/ubuntu/cephtest 2024-03-12T07:07:08.675 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-12T07:07:08.685 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-12T07:07:08.685 DEBUG:teuthology.orchestra.run.smithi063:> test -z $(ls -A /var/lib/ceph) 2024-03-12T07:07:08.716 DEBUG:teuthology.orchestra.run.smithi083:> test -z $(ls -A /var/lib/ceph) 2024-03-12T07:07:08.722 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-12T07:07:08.780 INFO:teuthology.run_tasks:Running task kernel... 2024-03-12T07:07:08.796 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-12T07:07:08.796 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-03-12T07:07:08.797 DEBUG:teuthology.orchestra.run.smithi063:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-12T07:07:08.797 DEBUG:teuthology.orchestra.run.smithi083:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-12T07:07:08.801 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-12T07:07:08.802 DEBUG:teuthology.orchestra.run.smithi063:> uname -r 2024-03-12T07:07:08.802 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-12T07:07:08.803 DEBUG:teuthology.orchestra.run.smithi083:> uname -r 2024-03-12T07:07:08.848 INFO:teuthology.orchestra.run.smithi063.stdout:5.15.0-56-generic 2024-03-12T07:07:08.848 INFO:teuthology.task.kernel:Running kernel on smithi063: 5.15.0-56-generic 2024-03-12T07:07:08.848 DEBUG:teuthology.orchestra.run.smithi063:> sudo apt-get clean 2024-03-12T07:07:08.850 INFO:teuthology.orchestra.run.smithi083.stdout:5.15.0-56-generic 2024-03-12T07:07:08.850 INFO:teuthology.task.kernel:Running kernel on smithi083: 5.15.0-56-generic 2024-03-12T07:07:08.851 DEBUG:teuthology.orchestra.run.smithi083:> sudo apt-get clean 2024-03-12T07:07:08.978 DEBUG:teuthology.orchestra.run.smithi063:> sudo apt-get update 2024-03-12T07:07:08.978 DEBUG:teuthology.orchestra.run.smithi083:> sudo apt-get update 2024-03-12T07:07:09.134 INFO:teuthology.orchestra.run.smithi083.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-12T07:07:09.144 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-12T07:07:09.145 INFO:teuthology.orchestra.run.smithi063.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-12T07:07:09.146 INFO:teuthology.orchestra.run.smithi063.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-12T07:07:09.153 INFO:teuthology.orchestra.run.smithi083.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-12T07:07:09.230 INFO:teuthology.orchestra.run.smithi063.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-12T07:07:09.232 INFO:teuthology.orchestra.run.smithi083.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-12T07:07:09.242 INFO:teuthology.orchestra.run.smithi083.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-12T07:07:09.368 INFO:teuthology.orchestra.run.smithi083.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [586 kB] 2024-03-12T07:07:09.380 INFO:teuthology.orchestra.run.smithi063.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,241 kB] 2024-03-12T07:07:09.451 INFO:teuthology.orchestra.run.smithi083.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,461 kB] 2024-03-12T07:07:09.475 INFO:teuthology.orchestra.run.smithi063.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [586 kB] 2024-03-12T07:07:09.494 INFO:teuthology.orchestra.run.smithi083.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [284 kB] 2024-03-12T07:07:09.495 INFO:teuthology.orchestra.run.smithi063.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [419 kB] 2024-03-12T07:07:09.497 INFO:teuthology.orchestra.run.smithi083.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-12T07:07:09.499 INFO:teuthology.orchestra.run.smithi083.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-12T07:07:09.500 INFO:teuthology.orchestra.run.smithi083.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,559 kB] 2024-03-12T07:07:09.505 INFO:teuthology.orchestra.run.smithi063.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [223 kB] 2024-03-12T07:07:09.509 INFO:teuthology.orchestra.run.smithi063.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-12T07:07:09.511 INFO:teuthology.orchestra.run.smithi063.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,526 kB] 2024-03-12T07:07:09.525 INFO:teuthology.orchestra.run.smithi083.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [259 kB] 2024-03-12T07:07:09.529 INFO:teuthology.orchestra.run.smithi083.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-12T07:07:09.529 INFO:teuthology.orchestra.run.smithi083.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [694 kB] 2024-03-12T07:07:09.538 INFO:teuthology.orchestra.run.smithi083.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,054 kB] 2024-03-12T07:07:09.554 INFO:teuthology.orchestra.run.smithi063.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-12T07:07:09.555 INFO:teuthology.orchestra.run.smithi063.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [253 kB] 2024-03-12T07:07:09.563 INFO:teuthology.orchestra.run.smithi063.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-12T07:07:09.564 INFO:teuthology.orchestra.run.smithi063.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [597 kB] 2024-03-12T07:07:09.573 INFO:teuthology.orchestra.run.smithi063.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,461 kB] 2024-03-12T07:07:09.574 INFO:teuthology.orchestra.run.smithi063.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-03-12T07:07:09.580 INFO:teuthology.orchestra.run.smithi083.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [237 kB] 2024-03-12T07:07:09.582 INFO:teuthology.orchestra.run.smithi063.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-12T07:07:09.582 INFO:teuthology.orchestra.run.smithi083.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-12T07:07:09.582 INFO:teuthology.orchestra.run.smithi083.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-12T07:07:09.582 INFO:teuthology.orchestra.run.smithi083.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-12T07:07:09.583 INFO:teuthology.orchestra.run.smithi083.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-12T07:07:09.584 INFO:teuthology.orchestra.run.smithi063.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-12T07:07:09.584 INFO:teuthology.orchestra.run.smithi063.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-12T07:07:09.585 INFO:teuthology.orchestra.run.smithi063.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-12T07:07:09.596 INFO:teuthology.orchestra.run.smithi083.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-12T07:07:09.596 INFO:teuthology.orchestra.run.smithi083.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [33.9 kB] 2024-03-12T07:07:09.596 INFO:teuthology.orchestra.run.smithi083.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [41.7 kB] 2024-03-12T07:07:09.597 INFO:teuthology.orchestra.run.smithi083.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [10.5 kB] 2024-03-12T07:07:09.616 INFO:teuthology.orchestra.run.smithi083.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-12T07:07:09.617 INFO:teuthology.orchestra.run.smithi083.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [13.4 kB] 2024-03-12T07:07:09.617 INFO:teuthology.orchestra.run.smithi083.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [24.3 kB] 2024-03-12T07:07:09.617 INFO:teuthology.orchestra.run.smithi083.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-03-12T07:07:09.617 INFO:teuthology.orchestra.run.smithi083.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-12T07:07:09.637 INFO:teuthology.orchestra.run.smithi063.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [284 kB] 2024-03-12T07:07:09.637 INFO:teuthology.orchestra.run.smithi063.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-12T07:07:09.637 INFO:teuthology.orchestra.run.smithi063.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-12T07:07:09.640 INFO:teuthology.orchestra.run.smithi063.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-12T07:07:09.640 INFO:teuthology.orchestra.run.smithi063.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-12T07:07:09.641 INFO:teuthology.orchestra.run.smithi063.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,559 kB] 2024-03-12T07:07:09.663 INFO:teuthology.orchestra.run.smithi063.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [259 kB] 2024-03-12T07:07:09.666 INFO:teuthology.orchestra.run.smithi063.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-12T07:07:09.666 INFO:teuthology.orchestra.run.smithi063.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,054 kB] 2024-03-12T07:07:09.678 INFO:teuthology.orchestra.run.smithi063.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [694 kB] 2024-03-12T07:07:09.685 INFO:teuthology.orchestra.run.smithi063.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [237 kB] 2024-03-12T07:07:09.685 INFO:teuthology.orchestra.run.smithi083.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,241 kB] 2024-03-12T07:07:09.690 INFO:teuthology.orchestra.run.smithi063.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-12T07:07:09.690 INFO:teuthology.orchestra.run.smithi063.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-12T07:07:09.691 INFO:teuthology.orchestra.run.smithi063.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-12T07:07:09.691 INFO:teuthology.orchestra.run.smithi063.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-12T07:07:09.704 INFO:teuthology.orchestra.run.smithi063.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-12T07:07:09.704 INFO:teuthology.orchestra.run.smithi063.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [33.9 kB] 2024-03-12T07:07:09.705 INFO:teuthology.orchestra.run.smithi063.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [41.7 kB] 2024-03-12T07:07:09.705 INFO:teuthology.orchestra.run.smithi063.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [10.5 kB] 2024-03-12T07:07:09.726 INFO:teuthology.orchestra.run.smithi063.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-12T07:07:09.727 INFO:teuthology.orchestra.run.smithi063.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [24.3 kB] 2024-03-12T07:07:09.727 INFO:teuthology.orchestra.run.smithi063.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [13.4 kB] 2024-03-12T07:07:09.727 INFO:teuthology.orchestra.run.smithi063.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-03-12T07:07:09.728 INFO:teuthology.orchestra.run.smithi063.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-12T07:07:10.085 INFO:teuthology.orchestra.run.smithi083.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [419 kB] 2024-03-12T07:07:10.103 INFO:teuthology.orchestra.run.smithi083.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [223 kB] 2024-03-12T07:07:10.112 INFO:teuthology.orchestra.run.smithi083.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-12T07:07:10.113 INFO:teuthology.orchestra.run.smithi083.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-12T07:07:10.115 INFO:teuthology.orchestra.run.smithi083.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,526 kB] 2024-03-12T07:07:10.206 INFO:teuthology.orchestra.run.smithi083.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [253 kB] 2024-03-12T07:07:10.217 INFO:teuthology.orchestra.run.smithi083.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-12T07:07:10.217 INFO:teuthology.orchestra.run.smithi083.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [597 kB] 2024-03-12T07:07:10.239 INFO:teuthology.orchestra.run.smithi083.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-03-12T07:07:10.429 INFO:teuthology.orchestra.run.smithi083.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-12T07:07:10.836 INFO:teuthology.orchestra.run.smithi083.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-12T07:07:10.842 INFO:teuthology.orchestra.run.smithi083.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-12T07:07:10.843 INFO:teuthology.orchestra.run.smithi083.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-12T07:07:10.857 INFO:teuthology.orchestra.run.smithi083.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-12T07:07:10.859 INFO:teuthology.orchestra.run.smithi083.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-12T07:07:15.082 INFO:teuthology.orchestra.run.smithi083.stdout:Fetched 12.1 MB in 2s (6,655 kB/s) 2024-03-12T07:07:15.478 INFO:teuthology.orchestra.run.smithi063.stdout:Fetched 12.1 MB in 2s (6,575 kB/s) 2024-03-12T07:07:16.591 INFO:teuthology.orchestra.run.smithi083.stdout:Reading package lists... 2024-03-12T07:07:16.609 DEBUG:teuthology.orchestra.run.smithi083:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-12T07:07:16.674 INFO:teuthology.orchestra.run.smithi083.stdout:Reading package lists... 2024-03-12T07:07:16.856 INFO:teuthology.orchestra.run.smithi063.stdout:Reading package lists... 2024-03-12T07:07:16.874 DEBUG:teuthology.orchestra.run.smithi063:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-12T07:07:16.874 INFO:teuthology.orchestra.run.smithi083.stdout:Building dependency tree... 2024-03-12T07:07:16.875 INFO:teuthology.orchestra.run.smithi083.stdout:Reading state information... 2024-03-12T07:07:16.936 INFO:teuthology.orchestra.run.smithi063.stdout:Reading package lists... 2024-03-12T07:07:17.045 INFO:teuthology.orchestra.run.smithi083.stdout:The following packages were automatically installed and are no longer required: 2024-03-12T07:07:17.045 INFO:teuthology.orchestra.run.smithi083.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-12T07:07:17.045 INFO:teuthology.orchestra.run.smithi083.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-12T07:07:17.046 INFO:teuthology.orchestra.run.smithi083.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-12T07:07:17.046 INFO:teuthology.orchestra.run.smithi083.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-12T07:07:17.046 INFO:teuthology.orchestra.run.smithi083.stdout: python2.7-minimal 2024-03-12T07:07:17.046 INFO:teuthology.orchestra.run.smithi083.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-12T07:07:17.050 INFO:teuthology.orchestra.run.smithi083.stdout:The following additional packages will be installed: 2024-03-12T07:07:17.050 INFO:teuthology.orchestra.run.smithi083.stdout: linux-generic linux-headers-5.15.0-100 linux-headers-5.15.0-100-generic 2024-03-12T07:07:17.050 INFO:teuthology.orchestra.run.smithi083.stdout: linux-headers-generic linux-image-5.15.0-100-generic 2024-03-12T07:07:17.050 INFO:teuthology.orchestra.run.smithi083.stdout: linux-modules-5.15.0-100-generic linux-modules-extra-5.15.0-100-generic 2024-03-12T07:07:17.050 INFO:teuthology.orchestra.run.smithi083.stdout:Suggested packages: 2024-03-12T07:07:17.050 INFO:teuthology.orchestra.run.smithi083.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-12T07:07:17.050 INFO:teuthology.orchestra.run.smithi083.stdout:Recommended packages: 2024-03-12T07:07:17.050 INFO:teuthology.orchestra.run.smithi083.stdout: thermald 2024-03-12T07:07:17.097 INFO:teuthology.orchestra.run.smithi083.stdout:The following NEW packages will be installed: 2024-03-12T07:07:17.097 INFO:teuthology.orchestra.run.smithi083.stdout: linux-headers-5.15.0-100 linux-headers-5.15.0-100-generic 2024-03-12T07:07:17.097 INFO:teuthology.orchestra.run.smithi083.stdout: linux-image-5.15.0-100-generic linux-modules-5.15.0-100-generic 2024-03-12T07:07:17.097 INFO:teuthology.orchestra.run.smithi083.stdout: linux-modules-extra-5.15.0-100-generic 2024-03-12T07:07:17.098 INFO:teuthology.orchestra.run.smithi083.stdout:The following packages will be upgraded: 2024-03-12T07:07:17.099 INFO:teuthology.orchestra.run.smithi083.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-12T07:07:17.143 INFO:teuthology.orchestra.run.smithi063.stdout:Building dependency tree... 2024-03-12T07:07:17.144 INFO:teuthology.orchestra.run.smithi063.stdout:Reading state information... 2024-03-12T07:07:17.325 INFO:teuthology.orchestra.run.smithi063.stdout:The following packages were automatically installed and are no longer required: 2024-03-12T07:07:17.325 INFO:teuthology.orchestra.run.smithi063.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-12T07:07:17.325 INFO:teuthology.orchestra.run.smithi063.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-12T07:07:17.326 INFO:teuthology.orchestra.run.smithi063.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-12T07:07:17.326 INFO:teuthology.orchestra.run.smithi063.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-12T07:07:17.326 INFO:teuthology.orchestra.run.smithi063.stdout: python2.7-minimal 2024-03-12T07:07:17.326 INFO:teuthology.orchestra.run.smithi063.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-12T07:07:17.327 INFO:teuthology.orchestra.run.smithi063.stdout:The following additional packages will be installed: 2024-03-12T07:07:17.327 INFO:teuthology.orchestra.run.smithi063.stdout: linux-generic linux-headers-5.15.0-100 linux-headers-5.15.0-100-generic 2024-03-12T07:07:17.327 INFO:teuthology.orchestra.run.smithi063.stdout: linux-headers-generic linux-image-5.15.0-100-generic 2024-03-12T07:07:17.327 INFO:teuthology.orchestra.run.smithi063.stdout: linux-modules-5.15.0-100-generic linux-modules-extra-5.15.0-100-generic 2024-03-12T07:07:17.329 INFO:teuthology.orchestra.run.smithi063.stdout:Suggested packages: 2024-03-12T07:07:17.329 INFO:teuthology.orchestra.run.smithi063.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-12T07:07:17.329 INFO:teuthology.orchestra.run.smithi063.stdout:Recommended packages: 2024-03-12T07:07:17.329 INFO:teuthology.orchestra.run.smithi063.stdout: thermald 2024-03-12T07:07:17.377 INFO:teuthology.orchestra.run.smithi063.stdout:The following NEW packages will be installed: 2024-03-12T07:07:17.377 INFO:teuthology.orchestra.run.smithi063.stdout: linux-headers-5.15.0-100 linux-headers-5.15.0-100-generic 2024-03-12T07:07:17.377 INFO:teuthology.orchestra.run.smithi063.stdout: linux-image-5.15.0-100-generic linux-modules-5.15.0-100-generic 2024-03-12T07:07:17.377 INFO:teuthology.orchestra.run.smithi063.stdout: linux-modules-extra-5.15.0-100-generic 2024-03-12T07:07:17.378 INFO:teuthology.orchestra.run.smithi063.stdout:The following packages will be upgraded: 2024-03-12T07:07:17.379 INFO:teuthology.orchestra.run.smithi063.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-12T07:07:17.437 INFO:teuthology.orchestra.run.smithi063.stdout:3 upgraded, 5 newly installed, 0 to remove and 288 not upgraded. 2024-03-12T07:07:17.437 INFO:teuthology.orchestra.run.smithi063.stdout:Need to get 113 MB of archives. 2024-03-12T07:07:17.437 INFO:teuthology.orchestra.run.smithi063.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-12T07:07:17.437 INFO:teuthology.orchestra.run.smithi063.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-100-generic amd64 5.15.0-100.110 [22.6 MB] 2024-03-12T07:07:17.464 INFO:teuthology.orchestra.run.smithi083.stdout:3 upgraded, 5 newly installed, 0 to remove and 288 not upgraded. 2024-03-12T07:07:17.465 INFO:teuthology.orchestra.run.smithi083.stdout:Need to get 113 MB of archives. 2024-03-12T07:07:17.465 INFO:teuthology.orchestra.run.smithi083.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-12T07:07:17.465 INFO:teuthology.orchestra.run.smithi083.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-100-generic amd64 5.15.0-100.110 [22.6 MB] 2024-03-12T07:07:18.094 INFO:teuthology.orchestra.run.smithi063.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-100-generic amd64 5.15.0-100.110 [11.5 MB] 2024-03-12T07:07:18.269 INFO:teuthology.orchestra.run.smithi063.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-100-generic amd64 5.15.0-100.110 [63.8 MB] 2024-03-12T07:07:18.912 INFO:teuthology.orchestra.run.smithi083.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-100-generic amd64 5.15.0-100.110 [11.5 MB] 2024-03-12T07:07:19.257 INFO:teuthology.orchestra.run.smithi083.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-100-generic amd64 5.15.0-100.110 [63.8 MB] 2024-03-12T07:07:19.399 INFO:teuthology.orchestra.run.smithi063.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.100.97 [1,696 B] 2024-03-12T07:07:19.399 INFO:teuthology.orchestra.run.smithi063.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.100.97 [2,454 B] 2024-03-12T07:07:19.399 INFO:teuthology.orchestra.run.smithi063.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-100 all 5.15.0-100.110 [12.3 MB] 2024-03-12T07:07:19.736 INFO:teuthology.orchestra.run.smithi063.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-100-generic amd64 5.15.0-100.110 [2,858 kB] 2024-03-12T07:07:19.783 INFO:teuthology.orchestra.run.smithi063.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.100.97 [2,292 B] 2024-03-12T07:07:20.216 INFO:teuthology.orchestra.run.smithi063.stdout:Fetched 113 MB in 2s (47.2 MB/s) 2024-03-12T07:07:20.457 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package linux-modules-5.15.0-100-generic. 2024-03-12T07:07:21.546 INFO:teuthology.orchestra.run.smithi083.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.100.97 [1,696 B] 2024-03-12T07:07:21.547 INFO:teuthology.orchestra.run.smithi083.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.100.97 [2,454 B] 2024-03-12T07:07:21.547 INFO:teuthology.orchestra.run.smithi083.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-100 all 5.15.0-100.110 [12.3 MB] 2024-03-12T07:07:21.943 INFO:teuthology.orchestra.run.smithi083.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-100-generic amd64 5.15.0-100.110 [2,858 kB] 2024-03-12T07:07:22.017 INFO:teuthology.orchestra.run.smithi083.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.100.97 [2,292 B] 2024-03-12T07:07:22.383 INFO:teuthology.orchestra.run.smithi063.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-03-12T07:07:22.387 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../0-linux-modules-5.15.0-100-generic_5.15.0-100.110_amd64.deb ... 2024-03-12T07:07:22.438 INFO:teuthology.orchestra.run.smithi083.stdout:Fetched 113 MB in 5s (23.0 MB/s) 2024-03-12T07:07:22.488 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-modules-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-12T07:07:22.621 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package linux-modules-5.15.0-100-generic. 2024-03-12T07:07:24.614 INFO:teuthology.orchestra.run.smithi083.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-03-12T07:07:24.615 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package linux-image-5.15.0-100-generic. 2024-03-12T07:07:24.618 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../0-linux-modules-5.15.0-100-generic_5.15.0-100.110_amd64.deb ... 2024-03-12T07:07:24.636 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../1-linux-image-5.15.0-100-generic_5.15.0-100.110_amd64.deb ... 2024-03-12T07:07:24.701 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking linux-modules-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-12T07:07:24.724 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-image-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-12T07:07:25.226 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-100-generic. 2024-03-12T07:07:25.247 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-100-generic_5.15.0-100.110_amd64.deb ... 2024-03-12T07:07:25.284 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-modules-extra-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-12T07:07:26.761 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package linux-image-5.15.0-100-generic. 2024-03-12T07:07:26.782 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../1-linux-image-5.15.0-100-generic_5.15.0-100.110_amd64.deb ... 2024-03-12T07:07:26.869 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking linux-image-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-12T07:07:27.564 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-100-generic. 2024-03-12T07:07:27.584 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-100-generic_5.15.0-100.110_amd64.deb ... 2024-03-12T07:07:27.622 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking linux-modules-extra-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-12T07:07:32.010 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../3-linux-generic_5.15.0.100.97_amd64.deb ... 2024-03-12T07:07:32.136 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-generic (5.15.0.100.97) over (5.15.0.56.54) ... 2024-03-12T07:07:32.485 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.100.97_amd64.deb ... 2024-03-12T07:07:32.598 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-image-generic (5.15.0.100.97) over (5.15.0.56.54) ... 2024-03-12T07:07:32.893 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package linux-headers-5.15.0-100. 2024-03-12T07:07:32.916 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../5-linux-headers-5.15.0-100_5.15.0-100.110_all.deb ... 2024-03-12T07:07:32.959 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-headers-5.15.0-100 (5.15.0-100.110) ... 2024-03-12T07:07:33.783 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../3-linux-generic_5.15.0.100.97_amd64.deb ... 2024-03-12T07:07:33.919 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking linux-generic (5.15.0.100.97) over (5.15.0.56.54) ... 2024-03-12T07:07:34.242 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.100.97_amd64.deb ... 2024-03-12T07:07:34.363 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking linux-image-generic (5.15.0.100.97) over (5.15.0.56.54) ... 2024-03-12T07:07:34.633 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package linux-headers-5.15.0-100. 2024-03-12T07:07:34.655 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../5-linux-headers-5.15.0-100_5.15.0-100.110_all.deb ... 2024-03-12T07:07:34.691 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking linux-headers-5.15.0-100 (5.15.0-100.110) ... 2024-03-12T07:07:38.915 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package linux-headers-5.15.0-100-generic. 2024-03-12T07:07:38.952 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../6-linux-headers-5.15.0-100-generic_5.15.0-100.110_amd64.deb ... 2024-03-12T07:07:38.989 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-headers-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-12T07:07:40.586 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package linux-headers-5.15.0-100-generic. 2024-03-12T07:07:40.624 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../6-linux-headers-5.15.0-100-generic_5.15.0-100.110_amd64.deb ... 2024-03-12T07:07:40.661 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking linux-headers-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-12T07:07:41.796 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.100.97_amd64.deb ... 2024-03-12T07:07:41.892 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-headers-generic (5.15.0.100.97) over (5.15.0.56.54) ... 2024-03-12T07:07:42.201 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-headers-5.15.0-100 (5.15.0-100.110) ... 2024-03-12T07:07:42.321 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-headers-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-12T07:07:42.447 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-headers-generic (5.15.0.100.97) ... 2024-03-12T07:07:42.577 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-image-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-12T07:07:43.216 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.100.97_amd64.deb ... 2024-03-12T07:07:43.342 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking linux-headers-generic (5.15.0.100.97) over (5.15.0.56.54) ... 2024-03-12T07:07:43.675 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up linux-headers-5.15.0-100 (5.15.0-100.110) ... 2024-03-12T07:07:43.797 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up linux-headers-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-12T07:07:43.898 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up linux-headers-generic (5.15.0.100.97) ... 2024-03-12T07:07:43.934 INFO:teuthology.orchestra.run.smithi063.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-12T07:07:43.934 INFO:teuthology.orchestra.run.smithi063.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-12T07:07:43.934 INFO:teuthology.orchestra.run.smithi063.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-100-generic 2024-03-12T07:07:43.934 INFO:teuthology.orchestra.run.smithi063.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-100-generic 2024-03-12T07:07:44.026 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up linux-image-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-12T07:07:44.086 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-modules-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-12T07:07:45.337 INFO:teuthology.orchestra.run.smithi083.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-12T07:07:45.337 INFO:teuthology.orchestra.run.smithi083.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-12T07:07:45.337 INFO:teuthology.orchestra.run.smithi083.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-100-generic 2024-03-12T07:07:45.337 INFO:teuthology.orchestra.run.smithi083.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-100-generic 2024-03-12T07:07:45.487 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up linux-modules-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-12T07:07:45.845 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-modules-extra-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-12T07:07:46.913 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up linux-modules-extra-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-12T07:07:47.288 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-image-generic (5.15.0.100.97) ... 2024-03-12T07:07:47.398 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-generic (5.15.0.100.97) ... 2024-03-12T07:07:47.534 INFO:teuthology.orchestra.run.smithi063.stdout:Processing triggers for linux-image-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-12T07:07:47.587 INFO:teuthology.orchestra.run.smithi063.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-12T07:07:47.587 INFO:teuthology.orchestra.run.smithi063.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-100-generic 2024-03-12T07:07:48.315 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up linux-image-generic (5.15.0.100.97) ... 2024-03-12T07:07:48.466 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up linux-generic (5.15.0.100.97) ... 2024-03-12T07:07:48.592 INFO:teuthology.orchestra.run.smithi083.stdout:Processing triggers for linux-image-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-12T07:07:48.655 INFO:teuthology.orchestra.run.smithi083.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-12T07:07:48.655 INFO:teuthology.orchestra.run.smithi083.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-100-generic 2024-03-12T07:08:02.160 INFO:teuthology.orchestra.run.smithi063.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-12T07:08:02.161 INFO:teuthology.orchestra.run.smithi063.stdout:Sourcing file `/etc/default/grub' 2024-03-12T07:08:02.184 INFO:teuthology.orchestra.run.smithi063.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-12T07:08:02.202 INFO:teuthology.orchestra.run.smithi063.stdout:Generating grub configuration file ... 2024-03-12T07:08:02.539 INFO:teuthology.orchestra.run.smithi063.stdout:Found linux image: /boot/vmlinuz-5.15.0-100-generic 2024-03-12T07:08:02.553 INFO:teuthology.orchestra.run.smithi063.stdout:Found initrd image: /boot/initrd.img-5.15.0-100-generic 2024-03-12T07:08:02.965 INFO:teuthology.orchestra.run.smithi083.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-12T07:08:02.965 INFO:teuthology.orchestra.run.smithi083.stdout:Sourcing file `/etc/default/grub' 2024-03-12T07:08:02.974 INFO:teuthology.orchestra.run.smithi063.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-12T07:08:02.980 INFO:teuthology.orchestra.run.smithi063.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-12T07:08:02.985 INFO:teuthology.orchestra.run.smithi083.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-12T07:08:03.011 INFO:teuthology.orchestra.run.smithi083.stdout:Generating grub configuration file ... 2024-03-12T07:08:03.049 INFO:teuthology.orchestra.run.smithi063.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-12T07:08:03.055 INFO:teuthology.orchestra.run.smithi063.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-12T07:08:03.206 INFO:teuthology.orchestra.run.smithi063.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-12T07:08:03.206 INFO:teuthology.orchestra.run.smithi063.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-12T07:08:03.206 INFO:teuthology.orchestra.run.smithi063.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-12T07:08:03.235 INFO:teuthology.orchestra.run.smithi063.stdout:done 2024-03-12T07:08:03.293 INFO:teuthology.orchestra.run.smithi083.stdout:Found linux image: /boot/vmlinuz-5.15.0-100-generic 2024-03-12T07:08:03.317 INFO:teuthology.orchestra.run.smithi083.stdout:Found initrd image: /boot/initrd.img-5.15.0-100-generic 2024-03-12T07:08:03.602 INFO:teuthology.orchestra.run.smithi083.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-12T07:08:03.608 INFO:teuthology.orchestra.run.smithi083.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-12T07:08:03.678 INFO:teuthology.orchestra.run.smithi083.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-12T07:08:03.683 INFO:teuthology.orchestra.run.smithi083.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-12T07:08:03.706 DEBUG:teuthology.orchestra.run.smithi063:> dpkg -s linux-image-generic 2024-03-12T07:08:03.770 INFO:teuthology.orchestra.run.smithi063.stdout:Package: linux-image-generic 2024-03-12T07:08:03.770 INFO:teuthology.orchestra.run.smithi063.stdout:Status: install ok installed 2024-03-12T07:08:03.771 INFO:teuthology.orchestra.run.smithi063.stdout:Priority: optional 2024-03-12T07:08:03.771 INFO:teuthology.orchestra.run.smithi063.stdout:Section: kernel 2024-03-12T07:08:03.771 INFO:teuthology.orchestra.run.smithi063.stdout:Installed-Size: 21 2024-03-12T07:08:03.771 INFO:teuthology.orchestra.run.smithi063.stdout:Maintainer: Ubuntu Kernel Team 2024-03-12T07:08:03.771 INFO:teuthology.orchestra.run.smithi063.stdout:Architecture: amd64 2024-03-12T07:08:03.771 INFO:teuthology.orchestra.run.smithi063.stdout:Source: linux-meta 2024-03-12T07:08:03.771 INFO:teuthology.orchestra.run.smithi063.stdout:Version: 5.15.0.100.97 2024-03-12T07:08:03.771 INFO:teuthology.orchestra.run.smithi063.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.2), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-100), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.2) 2024-03-12T07:08:03.771 INFO:teuthology.orchestra.run.smithi063.stdout:Depends: linux-image-5.15.0-100-generic, linux-modules-extra-5.15.0-100-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-12T07:08:03.771 INFO:teuthology.orchestra.run.smithi063.stdout:Recommends: thermald 2024-03-12T07:08:03.771 INFO:teuthology.orchestra.run.smithi063.stdout:Description: Generic Linux kernel image 2024-03-12T07:08:03.771 INFO:teuthology.orchestra.run.smithi063.stdout: This package will always depend on the latest generic kernel image 2024-03-12T07:08:03.771 INFO:teuthology.orchestra.run.smithi063.stdout: available. 2024-03-12T07:08:03.771 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-100-generic 2024-03-12T07:08:03.772 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-12T07:08:03.772 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-12T07:08:03.772 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-03-12T07:08:03.772 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi063.front.sepia.ceph.com, path=None, version=distro) 2024-03-12T07:08:03.772 DEBUG:teuthology.orchestra.run.smithi063:> sudo apt-get clean 2024-03-12T07:08:03.855 INFO:teuthology.orchestra.run.smithi083.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-12T07:08:03.855 INFO:teuthology.orchestra.run.smithi083.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-12T07:08:03.855 INFO:teuthology.orchestra.run.smithi083.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-12T07:08:03.901 INFO:teuthology.orchestra.run.smithi083.stdout:done 2024-03-12T07:08:04.035 DEBUG:teuthology.orchestra.run.smithi063:> sudo apt-get update 2024-03-12T07:08:04.288 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-12T07:08:04.288 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-12T07:08:04.338 DEBUG:teuthology.orchestra.run.smithi083:> dpkg -s linux-image-generic 2024-03-12T07:08:04.354 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-12T07:08:04.357 INFO:teuthology.orchestra.run.smithi083.stdout:Package: linux-image-generic 2024-03-12T07:08:04.357 INFO:teuthology.orchestra.run.smithi083.stdout:Status: install ok installed 2024-03-12T07:08:04.357 INFO:teuthology.orchestra.run.smithi083.stdout:Priority: optional 2024-03-12T07:08:04.357 INFO:teuthology.orchestra.run.smithi083.stdout:Section: kernel 2024-03-12T07:08:04.358 INFO:teuthology.orchestra.run.smithi083.stdout:Installed-Size: 21 2024-03-12T07:08:04.358 INFO:teuthology.orchestra.run.smithi083.stdout:Maintainer: Ubuntu Kernel Team 2024-03-12T07:08:04.358 INFO:teuthology.orchestra.run.smithi083.stdout:Architecture: amd64 2024-03-12T07:08:04.358 INFO:teuthology.orchestra.run.smithi083.stdout:Source: linux-meta 2024-03-12T07:08:04.358 INFO:teuthology.orchestra.run.smithi083.stdout:Version: 5.15.0.100.97 2024-03-12T07:08:04.358 INFO:teuthology.orchestra.run.smithi083.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.2), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-100), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.2) 2024-03-12T07:08:04.358 INFO:teuthology.orchestra.run.smithi083.stdout:Depends: linux-image-5.15.0-100-generic, linux-modules-extra-5.15.0-100-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-12T07:08:04.358 INFO:teuthology.orchestra.run.smithi083.stdout:Recommends: thermald 2024-03-12T07:08:04.358 INFO:teuthology.orchestra.run.smithi083.stdout:Description: Generic Linux kernel image 2024-03-12T07:08:04.358 INFO:teuthology.orchestra.run.smithi083.stdout: This package will always depend on the latest generic kernel image 2024-03-12T07:08:04.358 INFO:teuthology.orchestra.run.smithi083.stdout: available. 2024-03-12T07:08:04.358 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-100-generic 2024-03-12T07:08:04.359 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-12T07:08:04.359 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-12T07:08:04.359 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-03-12T07:08:04.359 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi083.front.sepia.ceph.com, path=None, version=distro) 2024-03-12T07:08:04.359 DEBUG:teuthology.orchestra.run.smithi083:> sudo apt-get clean 2024-03-12T07:08:04.436 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-12T07:08:04.536 DEBUG:teuthology.orchestra.run.smithi083:> sudo apt-get update 2024-03-12T07:08:04.798 INFO:teuthology.orchestra.run.smithi083.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-12T07:08:04.798 INFO:teuthology.orchestra.run.smithi083.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-12T07:08:04.869 INFO:teuthology.orchestra.run.smithi083.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-12T07:08:04.951 INFO:teuthology.orchestra.run.smithi083.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-12T07:08:05.650 INFO:teuthology.orchestra.run.smithi063.stdout:Reading package lists... 2024-03-12T07:08:05.669 DEBUG:teuthology.orchestra.run.smithi063:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-12T07:08:05.730 INFO:teuthology.orchestra.run.smithi063.stdout:Reading package lists... 2024-03-12T07:08:05.928 INFO:teuthology.orchestra.run.smithi063.stdout:Building dependency tree... 2024-03-12T07:08:05.928 INFO:teuthology.orchestra.run.smithi063.stdout:Reading state information... 2024-03-12T07:08:06.107 INFO:teuthology.orchestra.run.smithi063.stdout:linux-image-generic is already the newest version (5.15.0.100.97). 2024-03-12T07:08:06.107 INFO:teuthology.orchestra.run.smithi063.stdout:The following packages were automatically installed and are no longer required: 2024-03-12T07:08:06.107 INFO:teuthology.orchestra.run.smithi063.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-12T07:08:06.107 INFO:teuthology.orchestra.run.smithi063.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-12T07:08:06.107 INFO:teuthology.orchestra.run.smithi063.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-12T07:08:06.108 INFO:teuthology.orchestra.run.smithi063.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-12T07:08:06.108 INFO:teuthology.orchestra.run.smithi063.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-12T07:08:06.108 INFO:teuthology.orchestra.run.smithi063.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-12T07:08:06.112 INFO:teuthology.orchestra.run.smithi083.stdout:Reading package lists... 2024-03-12T07:08:06.131 DEBUG:teuthology.orchestra.run.smithi083:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-12T07:08:06.150 INFO:teuthology.orchestra.run.smithi063.stdout:0 upgraded, 0 newly installed, 0 to remove and 288 not upgraded. 2024-03-12T07:08:06.152 DEBUG:teuthology.orchestra.run.smithi063:> dpkg -s linux-image-generic 2024-03-12T07:08:06.168 INFO:teuthology.orchestra.run.smithi063.stdout:Package: linux-image-generic 2024-03-12T07:08:06.168 INFO:teuthology.orchestra.run.smithi063.stdout:Status: install ok installed 2024-03-12T07:08:06.168 INFO:teuthology.orchestra.run.smithi063.stdout:Priority: optional 2024-03-12T07:08:06.168 INFO:teuthology.orchestra.run.smithi063.stdout:Section: kernel 2024-03-12T07:08:06.168 INFO:teuthology.orchestra.run.smithi063.stdout:Installed-Size: 21 2024-03-12T07:08:06.168 INFO:teuthology.orchestra.run.smithi063.stdout:Maintainer: Ubuntu Kernel Team 2024-03-12T07:08:06.168 INFO:teuthology.orchestra.run.smithi063.stdout:Architecture: amd64 2024-03-12T07:08:06.168 INFO:teuthology.orchestra.run.smithi063.stdout:Source: linux-meta 2024-03-12T07:08:06.168 INFO:teuthology.orchestra.run.smithi063.stdout:Version: 5.15.0.100.97 2024-03-12T07:08:06.168 INFO:teuthology.orchestra.run.smithi063.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.2), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-100), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.2) 2024-03-12T07:08:06.168 INFO:teuthology.orchestra.run.smithi063.stdout:Depends: linux-image-5.15.0-100-generic, linux-modules-extra-5.15.0-100-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-12T07:08:06.169 INFO:teuthology.orchestra.run.smithi063.stdout:Recommends: thermald 2024-03-12T07:08:06.169 INFO:teuthology.orchestra.run.smithi063.stdout:Description: Generic Linux kernel image 2024-03-12T07:08:06.169 INFO:teuthology.orchestra.run.smithi063.stdout: This package will always depend on the latest generic kernel image 2024-03-12T07:08:06.169 INFO:teuthology.orchestra.run.smithi063.stdout: available. 2024-03-12T07:08:06.170 DEBUG:teuthology.orchestra.run.smithi063:> mktemp 2024-03-12T07:08:06.189 INFO:teuthology.orchestra.run.smithi083.stdout:Reading package lists... 2024-03-12T07:08:06.215 INFO:teuthology.orchestra.run.smithi063.stdout:/tmp/tmp.UMuO9QEH6A 2024-03-12T07:08:06.215 DEBUG:teuthology.orchestra.run.smithi063:> sudo cp /boot/grub/grub.cfg /tmp/tmp.UMuO9QEH6A 2024-03-12T07:08:06.287 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod 0666 /tmp/tmp.UMuO9QEH6A 2024-03-12T07:08:06.383 INFO:teuthology.orchestra.run.smithi083.stdout:Building dependency tree... 2024-03-12T07:08:06.385 INFO:teuthology.orchestra.run.smithi083.stdout:Reading state information... 2024-03-12T07:08:06.404 DEBUG:teuthology.orchestra.remote:smithi063:/tmp/tmp.UMuO9QEH6A is 10KB 2024-03-12T07:08:06.416 DEBUG:teuthology.orchestra.run.smithi063:> rm -fr /tmp/tmp.UMuO9QEH6A 2024-03-12T07:08:06.422 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-12T07:08:06.477 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-03-12T07:08:06.477 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-12T07:08:06.477 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-12T07:08:06.545 INFO:teuthology.orchestra.run.smithi083.stdout:linux-image-generic is already the newest version (5.15.0.100.97). 2024-03-12T07:08:06.546 INFO:teuthology.orchestra.run.smithi083.stdout:The following packages were automatically installed and are no longer required: 2024-03-12T07:08:06.546 INFO:teuthology.orchestra.run.smithi083.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-12T07:08:06.546 INFO:teuthology.orchestra.run.smithi083.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-12T07:08:06.546 INFO:teuthology.orchestra.run.smithi083.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-12T07:08:06.546 INFO:teuthology.orchestra.run.smithi083.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-12T07:08:06.546 INFO:teuthology.orchestra.run.smithi083.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-12T07:08:06.546 INFO:teuthology.orchestra.run.smithi083.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-12T07:08:06.557 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-100-generic 2024-03-12T07:08:06.557 DEBUG:teuthology.orchestra.run.smithi063:> sudo update-grub 2024-03-12T07:08:06.584 INFO:teuthology.orchestra.run.smithi083.stdout:0 upgraded, 0 newly installed, 0 to remove and 288 not upgraded. 2024-03-12T07:08:06.586 DEBUG:teuthology.orchestra.run.smithi083:> dpkg -s linux-image-generic 2024-03-12T07:08:06.601 INFO:teuthology.orchestra.run.smithi083.stdout:Package: linux-image-generic 2024-03-12T07:08:06.601 INFO:teuthology.orchestra.run.smithi083.stdout:Status: install ok installed 2024-03-12T07:08:06.601 INFO:teuthology.orchestra.run.smithi083.stdout:Priority: optional 2024-03-12T07:08:06.601 INFO:teuthology.orchestra.run.smithi083.stdout:Section: kernel 2024-03-12T07:08:06.601 INFO:teuthology.orchestra.run.smithi083.stdout:Installed-Size: 21 2024-03-12T07:08:06.601 INFO:teuthology.orchestra.run.smithi083.stdout:Maintainer: Ubuntu Kernel Team 2024-03-12T07:08:06.601 INFO:teuthology.orchestra.run.smithi083.stdout:Architecture: amd64 2024-03-12T07:08:06.602 INFO:teuthology.orchestra.run.smithi083.stdout:Source: linux-meta 2024-03-12T07:08:06.602 INFO:teuthology.orchestra.run.smithi083.stdout:Version: 5.15.0.100.97 2024-03-12T07:08:06.602 INFO:teuthology.orchestra.run.smithi083.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.2), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-100), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.2) 2024-03-12T07:08:06.602 INFO:teuthology.orchestra.run.smithi083.stdout:Depends: linux-image-5.15.0-100-generic, linux-modules-extra-5.15.0-100-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-12T07:08:06.602 INFO:teuthology.orchestra.run.smithi083.stdout:Recommends: thermald 2024-03-12T07:08:06.602 INFO:teuthology.orchestra.run.smithi083.stdout:Description: Generic Linux kernel image 2024-03-12T07:08:06.602 INFO:teuthology.orchestra.run.smithi083.stdout: This package will always depend on the latest generic kernel image 2024-03-12T07:08:06.602 INFO:teuthology.orchestra.run.smithi083.stdout: available. 2024-03-12T07:08:06.602 DEBUG:teuthology.orchestra.run.smithi083:> mktemp 2024-03-12T07:08:06.648 INFO:teuthology.orchestra.run.smithi083.stdout:/tmp/tmp.zGJTP3bI68 2024-03-12T07:08:06.649 DEBUG:teuthology.orchestra.run.smithi083:> sudo cp /boot/grub/grub.cfg /tmp/tmp.zGJTP3bI68 2024-03-12T07:08:06.722 DEBUG:teuthology.orchestra.run.smithi083:> sudo chmod 0666 /tmp/tmp.zGJTP3bI68 2024-03-12T07:08:06.841 DEBUG:teuthology.orchestra.remote:smithi083:/tmp/tmp.zGJTP3bI68 is 10KB 2024-03-12T07:08:06.853 DEBUG:teuthology.orchestra.run.smithi083:> rm -fr /tmp/tmp.zGJTP3bI68 2024-03-12T07:08:06.859 DEBUG:teuthology.orchestra.run.smithi083:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-12T07:08:06.913 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-03-12T07:08:06.913 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-12T07:08:06.913 DEBUG:teuthology.orchestra.run.smithi083:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-12T07:08:06.981 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-100-generic 2024-03-12T07:08:06.981 DEBUG:teuthology.orchestra.run.smithi083:> sudo update-grub 2024-03-12T07:08:07.765 INFO:teuthology.orchestra.run.smithi063.stderr:Sourcing file `/etc/default/grub' 2024-03-12T07:08:07.766 INFO:teuthology.orchestra.run.smithi063.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-12T07:08:07.768 INFO:teuthology.orchestra.run.smithi063.stderr:Generating grub configuration file ... 2024-03-12T07:08:07.967 INFO:teuthology.orchestra.run.smithi063.stderr:Found linux image: /boot/vmlinuz-5.15.0-100-generic 2024-03-12T07:08:07.972 INFO:teuthology.orchestra.run.smithi063.stderr:Found initrd image: /boot/initrd.img-5.15.0-100-generic 2024-03-12T07:08:08.213 INFO:teuthology.orchestra.run.smithi083.stderr:Sourcing file `/etc/default/grub' 2024-03-12T07:08:08.215 INFO:teuthology.orchestra.run.smithi083.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-12T07:08:08.216 INFO:teuthology.orchestra.run.smithi083.stderr:Generating grub configuration file ... 2024-03-12T07:08:08.282 INFO:teuthology.orchestra.run.smithi063.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-12T07:08:08.288 INFO:teuthology.orchestra.run.smithi063.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-12T07:08:08.333 INFO:teuthology.orchestra.run.smithi063.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-12T07:08:08.339 INFO:teuthology.orchestra.run.smithi063.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-12T07:08:08.380 INFO:teuthology.orchestra.run.smithi083.stderr:Found linux image: /boot/vmlinuz-5.15.0-100-generic 2024-03-12T07:08:08.386 INFO:teuthology.orchestra.run.smithi083.stderr:Found initrd image: /boot/initrd.img-5.15.0-100-generic 2024-03-12T07:08:08.477 INFO:teuthology.orchestra.run.smithi063.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-12T07:08:08.477 INFO:teuthology.orchestra.run.smithi063.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-12T07:08:08.477 INFO:teuthology.orchestra.run.smithi063.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-12T07:08:08.494 INFO:teuthology.orchestra.run.smithi063.stderr:done 2024-03-12T07:08:08.502 DEBUG:teuthology.orchestra.run.smithi063:> sudo shutdown -r now 2024-03-12T07:08:08.609 INFO:teuthology.orchestra.run.smithi083.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-12T07:08:08.614 INFO:teuthology.orchestra.run.smithi083.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-12T07:08:08.649 INFO:teuthology.orchestra.run.smithi083.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-12T07:08:08.654 INFO:teuthology.orchestra.run.smithi083.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-12T07:08:08.773 INFO:teuthology.orchestra.run.smithi083.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-12T07:08:08.773 INFO:teuthology.orchestra.run.smithi083.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-12T07:08:08.773 INFO:teuthology.orchestra.run.smithi083.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-12T07:08:08.788 INFO:teuthology.orchestra.run.smithi083.stderr:done 2024-03-12T07:08:08.797 DEBUG:teuthology.orchestra.run.smithi083:> sudo shutdown -r now 2024-03-12T07:08:38.534 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-03-12T07:08:38.535 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-03-12T07:08:38.536 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-12T07:08:38.800 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-03-12T07:08:38.800 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi083.front.sepia.ceph.com' 2024-03-12T07:08:38.801 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi083.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-12T07:08:57.247 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.83 2024-03-12T07:09:06.256 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi083.front.sepia.ceph.com' 2024-03-12T07:09:06.257 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi083.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-12T07:09:09.311 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.83 2024-03-12T07:09:13.118 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.63 2024-03-12T07:09:21.320 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi083.front.sepia.ceph.com' 2024-03-12T07:09:21.321 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi083.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-12T07:09:22.120 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-03-12T07:09:22.120 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-12T07:09:53.024 DEBUG:teuthology.orchestra.run.smithi083:> true 2024-03-12T07:09:53.600 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi083.front.sepia.ceph.com' 2024-03-12T07:09:53.601 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-100-generic"... 2024-03-12T07:09:53.601 DEBUG:teuthology.orchestra.run.smithi083:> uname -r 2024-03-12T07:09:53.649 INFO:teuthology.orchestra.run.smithi083.stdout:5.15.0-100-generic 2024-03-12T07:09:53.649 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-100-generic vs 5.15.0-100-generic 2024-03-12T07:09:53.649 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-12T07:09:53.649 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-12T07:09:54.649 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-03-12T07:09:54.650 DEBUG:teuthology.orchestra.run.smithi083:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-12T07:09:54.726 INFO:teuthology.orchestra.run.smithi083.stdout:ttyS1 2024-03-12T07:09:54.754 DEBUG:teuthology.parallel:result is None 2024-03-12T07:10:22.123 DEBUG:teuthology.orchestra.remote:timed out 2024-03-12T07:10:34.125 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-03-12T07:10:34.125 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-12T07:10:34.404 DEBUG:teuthology.orchestra.run.smithi063:> true 2024-03-12T07:10:34.956 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-03-12T07:10:34.956 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-100-generic"... 2024-03-12T07:10:34.956 DEBUG:teuthology.orchestra.run.smithi063:> uname -r 2024-03-12T07:10:35.003 INFO:teuthology.orchestra.run.smithi063.stdout:5.15.0-100-generic 2024-03-12T07:10:35.003 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-100-generic vs 5.15.0-100-generic 2024-03-12T07:10:35.003 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-12T07:10:35.003 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-12T07:10:36.004 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-03-12T07:10:36.005 DEBUG:teuthology.orchestra.run.smithi063:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-12T07:10:36.071 INFO:teuthology.orchestra.run.smithi063.stdout:ttyS1 2024-03-12T07:10:36.096 DEBUG:teuthology.parallel:result is None 2024-03-12T07:10:36.096 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-12T07:10:36.104 INFO:teuthology.task.internal:Creating test directory... 2024-03-12T07:10:36.104 DEBUG:teuthology.orchestra.run.smithi063:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-12T07:10:36.107 DEBUG:teuthology.orchestra.run.smithi083:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-12T07:10:36.113 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-12T07:10:36.128 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-12T07:10:36.141 INFO:teuthology.task.internal:Creating archive directory... 2024-03-12T07:10:36.141 DEBUG:teuthology.orchestra.run.smithi063:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-12T07:10:36.156 DEBUG:teuthology.orchestra.run.smithi083:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-12T07:10:36.253 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-12T07:10:36.259 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-12T07:10:36.259 DEBUG:teuthology.orchestra.run.smithi063:> 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-03-12T07:10:36.261 DEBUG:teuthology.orchestra.run.smithi083:> 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-03-12T07:10:36.278 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-12T07:10:36.281 INFO:teuthology.orchestra.run.smithi083.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-12T07:10:36.286 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-12T07:10:36.289 INFO:teuthology.orchestra.run.smithi083.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-12T07:10:36.291 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-12T07:10:36.298 INFO:teuthology.task.internal:Configuring sudo... 2024-03-12T07:10:36.298 DEBUG:teuthology.orchestra.run.smithi063:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-12T07:10:36.332 DEBUG:teuthology.orchestra.run.smithi083:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-12T07:10:36.345 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-12T07:10:36.354 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-12T07:10:36.354 DEBUG:teuthology.orchestra.run.smithi063:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-12T07:10:36.388 DEBUG:teuthology.orchestra.run.smithi083:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-12T07:10:36.393 DEBUG:teuthology.orchestra.run.smithi063:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-12T07:10:36.439 DEBUG:teuthology.orchestra.run.smithi063:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-12T07:10:36.487 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-03-12T07:10:36.487 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-12T07:10:36.547 DEBUG:teuthology.orchestra.run.smithi083:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-12T07:10:36.553 DEBUG:teuthology.orchestra.run.smithi083:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-12T07:10:36.600 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-03-12T07:10:36.600 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-12T07:10:36.668 DEBUG:teuthology.orchestra.run.smithi063:> sudo service rsyslog restart 2024-03-12T07:10:36.670 DEBUG:teuthology.orchestra.run.smithi083:> sudo service rsyslog restart 2024-03-12T07:10:36.746 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-12T07:10:36.753 INFO:teuthology.task.internal:Starting timer... 2024-03-12T07:10:36.753 INFO:teuthology.run_tasks:Running task pcp... 2024-03-12T07:10:36.768 INFO:teuthology.run_tasks:Running task selinux... 2024-03-12T07:10:36.781 DEBUG:teuthology.task.selinux:Excluding smithi063: OS 'ubuntu' does not support SELinux 2024-03-12T07:10:36.781 DEBUG:teuthology.task.selinux:Excluding smithi083: OS 'ubuntu' does not support SELinux 2024-03-12T07:10:36.781 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-12T07:10:36.781 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-03-12T07:10:36.781 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-12T07:10:36.782 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-12T07:10:36.796 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-03-12T07:10:36.832 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-03-12T07:10:37.215 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-12T07:10:37.247 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-03-12T07:10:37.248 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi063.front.sepia.ceph.com,smithi083.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-12T07:17:37.961 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi063.front.sepia.ceph.com'), Remote(name='ubuntu@smithi083.front.sepia.ceph.com')] 2024-03-12T07:17:37.962 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-03-12T07:17:37.964 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-12T07:17:38.044 DEBUG:teuthology.orchestra.run.smithi063:> true 2024-03-12T07:17:38.122 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-03-12T07:17:38.123 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi083.front.sepia.ceph.com' 2024-03-12T07:17:38.123 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi083.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-12T07:17:38.203 DEBUG:teuthology.orchestra.run.smithi083:> true 2024-03-12T07:17:38.282 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi083.front.sepia.ceph.com' 2024-03-12T07:17:38.282 INFO:teuthology.run_tasks:Running task clock... 2024-03-12T07:17:38.292 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-12T07:17:38.292 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-12T07:17:38.292 DEBUG:teuthology.orchestra.run.smithi063:> 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-03-12T07:17:38.294 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-12T07:17:38.294 DEBUG:teuthology.orchestra.run.smithi083:> 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-03-12T07:17:38.324 INFO:teuthology.orchestra.run.smithi063.stdout:12 Mar 07:17:38 ntpd[17198]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-12T07:17:38.324 INFO:teuthology.orchestra.run.smithi063.stdout:12 Mar 07:17:38 ntpd[17198]: Command line: ntpd -gq 2024-03-12T07:17:38.324 INFO:teuthology.orchestra.run.smithi063.stdout:12 Mar 07:17:38 ntpd[17198]: ---------------------------------------------------- 2024-03-12T07:17:38.324 INFO:teuthology.orchestra.run.smithi063.stdout:12 Mar 07:17:38 ntpd[17198]: ntp-4 is maintained by Network Time Foundation, 2024-03-12T07:17:38.324 INFO:teuthology.orchestra.run.smithi063.stdout:12 Mar 07:17:38 ntpd[17198]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-12T07:17:38.324 INFO:teuthology.orchestra.run.smithi063.stdout:12 Mar 07:17:38 ntpd[17198]: corporation. Support and training for ntp-4 are 2024-03-12T07:17:38.324 INFO:teuthology.orchestra.run.smithi063.stdout:12 Mar 07:17:38 ntpd[17198]: available at https://www.nwtime.org/support 2024-03-12T07:17:38.324 INFO:teuthology.orchestra.run.smithi063.stdout:12 Mar 07:17:38 ntpd[17198]: ---------------------------------------------------- 2024-03-12T07:17:38.325 INFO:teuthology.orchestra.run.smithi063.stdout:12 Mar 07:17:38 ntpd[17198]: proto: precision = 0.066 usec (-24) 2024-03-12T07:17:38.325 INFO:teuthology.orchestra.run.smithi063.stdout:12 Mar 07:17:38 ntpd[17198]: basedate set to 2022-02-04 2024-03-12T07:17:38.325 INFO:teuthology.orchestra.run.smithi063.stdout:12 Mar 07:17:38 ntpd[17198]: gps base set to 2022-02-06 (week 2196) 2024-03-12T07:17:38.326 INFO:teuthology.orchestra.run.smithi063.stdout:12 Mar 07:17:38 ntpd[17198]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-12T07:17:38.326 INFO:teuthology.orchestra.run.smithi063.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-12T07:17:38.326 INFO:teuthology.orchestra.run.smithi063.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-12T07:17:38.327 INFO:teuthology.orchestra.run.smithi063.stdout:12 Mar 07:17:38 ntpd[17198]: restrict ::: KOD does nothing without LIMITED. 2024-03-12T07:17:38.327 INFO:teuthology.orchestra.run.smithi063.stdout:12 Mar 07:17:38 ntpd[17198]: Listen and drop on 0 v6wildcard [::]:123 2024-03-12T07:17:38.327 INFO:teuthology.orchestra.run.smithi063.stdout:12 Mar 07:17:38 ntpd[17198]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-12T07:17:38.327 INFO:teuthology.orchestra.run.smithi063.stdout:12 Mar 07:17:38 ntpd[17198]: Listen normally on 2 lo 127.0.0.1:123 2024-03-12T07:17:38.327 INFO:teuthology.orchestra.run.smithi063.stdout:12 Mar 07:17:38 ntpd[17198]: Listen normally on 3 enp3s0f1 172.21.15.63:123 2024-03-12T07:17:38.327 INFO:teuthology.orchestra.run.smithi063.stdout:12 Mar 07:17:38 ntpd[17198]: Listen normally on 4 lo [::1]:123 2024-03-12T07:17:38.327 INFO:teuthology.orchestra.run.smithi063.stdout:12 Mar 07:17:38 ntpd[17198]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:feb6:f8d7%5]:123 2024-03-12T07:17:38.327 INFO:teuthology.orchestra.run.smithi063.stdout:12 Mar 07:17:38 ntpd[17198]: Listening on routing socket on fd #22 for interface updates 2024-03-12T07:17:38.348 INFO:teuthology.orchestra.run.smithi083.stdout:12 Mar 07:17:38 ntpd[17147]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-12T07:17:38.348 INFO:teuthology.orchestra.run.smithi083.stdout:12 Mar 07:17:38 ntpd[17147]: Command line: ntpd -gq 2024-03-12T07:17:38.348 INFO:teuthology.orchestra.run.smithi083.stdout:12 Mar 07:17:38 ntpd[17147]: ---------------------------------------------------- 2024-03-12T07:17:38.348 INFO:teuthology.orchestra.run.smithi083.stdout:12 Mar 07:17:38 ntpd[17147]: ntp-4 is maintained by Network Time Foundation, 2024-03-12T07:17:38.348 INFO:teuthology.orchestra.run.smithi083.stdout:12 Mar 07:17:38 ntpd[17147]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-12T07:17:38.349 INFO:teuthology.orchestra.run.smithi083.stdout:12 Mar 07:17:38 ntpd[17147]: corporation. Support and training for ntp-4 are 2024-03-12T07:17:38.349 INFO:teuthology.orchestra.run.smithi083.stdout:12 Mar 07:17:38 ntpd[17147]: available at https://www.nwtime.org/support 2024-03-12T07:17:38.349 INFO:teuthology.orchestra.run.smithi083.stdout:12 Mar 07:17:38 ntpd[17147]: ---------------------------------------------------- 2024-03-12T07:17:38.349 INFO:teuthology.orchestra.run.smithi083.stdout:12 Mar 07:17:38 ntpd[17147]: proto: precision = 0.046 usec (-24) 2024-03-12T07:17:38.349 INFO:teuthology.orchestra.run.smithi083.stdout:12 Mar 07:17:38 ntpd[17147]: basedate set to 2022-02-04 2024-03-12T07:17:38.349 INFO:teuthology.orchestra.run.smithi083.stdout:12 Mar 07:17:38 ntpd[17147]: gps base set to 2022-02-06 (week 2196) 2024-03-12T07:17:38.349 INFO:teuthology.orchestra.run.smithi083.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-12T07:17:38.349 INFO:teuthology.orchestra.run.smithi083.stdout:12 Mar 07:17:38 ntpd[17147]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-12T07:17:38.349 INFO:teuthology.orchestra.run.smithi083.stdout:12 Mar 07:17:38 ntpd[17147]: restrict ::: KOD does nothing without LIMITED. 2024-03-12T07:17:38.350 INFO:teuthology.orchestra.run.smithi083.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-12T07:17:38.351 INFO:teuthology.orchestra.run.smithi083.stdout:12 Mar 07:17:38 ntpd[17147]: Listen and drop on 0 v6wildcard [::]:123 2024-03-12T07:17:38.351 INFO:teuthology.orchestra.run.smithi083.stdout:12 Mar 07:17:38 ntpd[17147]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-12T07:17:38.351 INFO:teuthology.orchestra.run.smithi083.stdout:12 Mar 07:17:38 ntpd[17147]: Listen normally on 2 lo 127.0.0.1:123 2024-03-12T07:17:38.351 INFO:teuthology.orchestra.run.smithi083.stdout:12 Mar 07:17:38 ntpd[17147]: Listen normally on 3 enp3s0f1 172.21.15.83:123 2024-03-12T07:17:38.351 INFO:teuthology.orchestra.run.smithi083.stdout:12 Mar 07:17:38 ntpd[17147]: Listen normally on 4 lo [::1]:123 2024-03-12T07:17:38.351 INFO:teuthology.orchestra.run.smithi083.stdout:12 Mar 07:17:38 ntpd[17147]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:ce91%5]:123 2024-03-12T07:17:38.351 INFO:teuthology.orchestra.run.smithi083.stdout:12 Mar 07:17:38 ntpd[17147]: Listening on routing socket on fd #22 for interface updates 2024-03-12T07:17:39.324 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:39 ntpd[17198]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-12T07:17:39.324 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:39 ntpd[17198]: can't open /var/log/ntpstats/rawstats.20240312: Permission denied 2024-03-12T07:17:40.325 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:40 ntpd[17198]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-12T07:17:40.325 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:40 ntpd[17198]: can't open /var/log/ntpstats/rawstats.20240312: Permission denied 2024-03-12T07:17:40.325 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:40 ntpd[17198]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-12T07:17:40.325 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:40 ntpd[17198]: can't open /var/log/ntpstats/rawstats.20240312: Permission denied 2024-03-12T07:17:40.325 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:40 ntpd[17198]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-12T07:17:40.325 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:40 ntpd[17198]: can't open /var/log/ntpstats/rawstats.20240312: Permission denied 2024-03-12T07:17:40.325 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:40 ntpd[17198]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-12T07:17:40.325 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:40 ntpd[17198]: can't open /var/log/ntpstats/peerstats.20240312: Permission denied 2024-03-12T07:17:40.326 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:40 ntpd[17198]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-12T07:17:40.326 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:40 ntpd[17198]: can't open /var/log/ntpstats/rawstats.20240312: Permission denied 2024-03-12T07:17:40.326 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:40 ntpd[17198]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-12T07:17:40.326 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:40 ntpd[17198]: can't open /var/log/ntpstats/peerstats.20240312: Permission denied 2024-03-12T07:17:40.349 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:40 ntpd[17147]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-12T07:17:40.349 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:40 ntpd[17147]: can't open /var/log/ntpstats/rawstats.20240312: Permission denied 2024-03-12T07:17:40.349 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:40 ntpd[17147]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-12T07:17:40.349 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:40 ntpd[17147]: can't open /var/log/ntpstats/rawstats.20240312: Permission denied 2024-03-12T07:17:40.349 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:40 ntpd[17147]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-12T07:17:40.349 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:40 ntpd[17147]: can't open /var/log/ntpstats/rawstats.20240312: Permission denied 2024-03-12T07:17:40.349 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:40 ntpd[17147]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-12T07:17:40.349 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:40 ntpd[17147]: can't open /var/log/ntpstats/peerstats.20240312: Permission denied 2024-03-12T07:17:40.349 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:40 ntpd[17147]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-12T07:17:40.349 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:40 ntpd[17147]: can't open /var/log/ntpstats/rawstats.20240312: Permission denied 2024-03-12T07:17:40.349 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:40 ntpd[17147]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-12T07:17:40.350 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:40 ntpd[17147]: can't open /var/log/ntpstats/peerstats.20240312: Permission denied 2024-03-12T07:17:41.324 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:41 ntpd[17198]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-12T07:17:41.324 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:41 ntpd[17198]: can't open /var/log/ntpstats/rawstats.20240312: Permission denied 2024-03-12T07:17:41.325 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:41 ntpd[17198]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-12T07:17:41.325 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:41 ntpd[17198]: can't open /var/log/ntpstats/rawstats.20240312: Permission denied 2024-03-12T07:17:41.325 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:41 ntpd[17198]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-12T07:17:41.325 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:41 ntpd[17198]: can't open /var/log/ntpstats/peerstats.20240312: Permission denied 2024-03-12T07:17:41.348 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:41 ntpd[17147]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-12T07:17:41.348 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:41 ntpd[17147]: can't open /var/log/ntpstats/rawstats.20240312: Permission denied 2024-03-12T07:17:42.325 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:42 ntpd[17198]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-12T07:17:42.325 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:42 ntpd[17198]: can't open /var/log/ntpstats/rawstats.20240312: Permission denied 2024-03-12T07:17:42.325 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:42 ntpd[17198]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-12T07:17:42.325 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:42 ntpd[17198]: can't open /var/log/ntpstats/rawstats.20240312: Permission denied 2024-03-12T07:17:42.325 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:42 ntpd[17198]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-12T07:17:42.325 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:42 ntpd[17198]: can't open /var/log/ntpstats/rawstats.20240312: Permission denied 2024-03-12T07:17:42.325 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:42 ntpd[17198]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-12T07:17:42.325 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:42 ntpd[17198]: can't open /var/log/ntpstats/peerstats.20240312: Permission denied 2024-03-12T07:17:42.325 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:42 ntpd[17198]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-12T07:17:42.325 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:42 ntpd[17198]: can't open /var/log/ntpstats/rawstats.20240312: Permission denied 2024-03-12T07:17:42.326 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:42 ntpd[17198]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-12T07:17:42.326 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:42 ntpd[17198]: can't open /var/log/ntpstats/peerstats.20240312: Permission denied 2024-03-12T07:17:42.349 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:42 ntpd[17147]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-12T07:17:42.349 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:42 ntpd[17147]: can't open /var/log/ntpstats/rawstats.20240312: Permission denied 2024-03-12T07:17:42.349 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:42 ntpd[17147]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-12T07:17:42.349 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:42 ntpd[17147]: can't open /var/log/ntpstats/rawstats.20240312: Permission denied 2024-03-12T07:17:42.349 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:42 ntpd[17147]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-12T07:17:42.349 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:42 ntpd[17147]: can't open /var/log/ntpstats/rawstats.20240312: Permission denied 2024-03-12T07:17:42.349 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:42 ntpd[17147]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-12T07:17:42.350 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:42 ntpd[17147]: can't open /var/log/ntpstats/peerstats.20240312: Permission denied 2024-03-12T07:17:42.350 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:42 ntpd[17147]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-12T07:17:42.350 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:42 ntpd[17147]: can't open /var/log/ntpstats/rawstats.20240312: Permission denied 2024-03-12T07:17:42.350 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:42 ntpd[17147]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-12T07:17:42.350 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:42 ntpd[17147]: can't open /var/log/ntpstats/peerstats.20240312: Permission denied 2024-03-12T07:17:43.324 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:43 ntpd[17198]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-12T07:17:43.324 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:43 ntpd[17198]: can't open /var/log/ntpstats/rawstats.20240312: Permission denied 2024-03-12T07:17:43.325 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:43 ntpd[17198]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-12T07:17:43.325 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:43 ntpd[17198]: can't open /var/log/ntpstats/rawstats.20240312: Permission denied 2024-03-12T07:17:43.325 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:43 ntpd[17198]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-12T07:17:43.325 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:43 ntpd[17198]: can't open /var/log/ntpstats/peerstats.20240312: Permission denied 2024-03-12T07:17:43.348 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:43 ntpd[17147]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-12T07:17:43.348 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:43 ntpd[17147]: can't open /var/log/ntpstats/rawstats.20240312: Permission denied 2024-03-12T07:17:43.348 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:43 ntpd[17147]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-12T07:17:43.349 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:43 ntpd[17147]: can't open /var/log/ntpstats/rawstats.20240312: Permission denied 2024-03-12T07:17:43.349 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:43 ntpd[17147]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-12T07:17:43.349 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:43 ntpd[17147]: can't open /var/log/ntpstats/peerstats.20240312: Permission denied 2024-03-12T07:17:44.325 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:44 ntpd[17198]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-12T07:17:44.325 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:44 ntpd[17198]: can't open /var/log/ntpstats/rawstats.20240312: Permission denied 2024-03-12T07:17:44.325 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:44 ntpd[17198]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-12T07:17:44.325 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:44 ntpd[17198]: can't open /var/log/ntpstats/rawstats.20240312: Permission denied 2024-03-12T07:17:44.325 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:44 ntpd[17198]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-12T07:17:44.326 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:44 ntpd[17198]: can't open /var/log/ntpstats/rawstats.20240312: Permission denied 2024-03-12T07:17:44.326 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:44 ntpd[17198]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-12T07:17:44.326 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:44 ntpd[17198]: can't open /var/log/ntpstats/peerstats.20240312: Permission denied 2024-03-12T07:17:44.326 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:44 ntpd[17198]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-12T07:17:44.326 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:44 ntpd[17198]: can't open /var/log/ntpstats/rawstats.20240312: Permission denied 2024-03-12T07:17:44.326 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:44 ntpd[17198]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-12T07:17:44.326 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:44 ntpd[17198]: can't open /var/log/ntpstats/peerstats.20240312: Permission denied 2024-03-12T07:17:44.349 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:44 ntpd[17147]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-12T07:17:44.349 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:44 ntpd[17147]: can't open /var/log/ntpstats/rawstats.20240312: Permission denied 2024-03-12T07:17:44.349 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:44 ntpd[17147]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-12T07:17:44.349 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:44 ntpd[17147]: can't open /var/log/ntpstats/rawstats.20240312: Permission denied 2024-03-12T07:17:44.349 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:44 ntpd[17147]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-12T07:17:44.349 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:44 ntpd[17147]: can't open /var/log/ntpstats/rawstats.20240312: Permission denied 2024-03-12T07:17:44.349 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:44 ntpd[17147]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-12T07:17:44.349 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:44 ntpd[17147]: can't open /var/log/ntpstats/peerstats.20240312: Permission denied 2024-03-12T07:17:44.349 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:44 ntpd[17147]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-12T07:17:44.349 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:44 ntpd[17147]: can't open /var/log/ntpstats/rawstats.20240312: Permission denied 2024-03-12T07:17:44.350 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:44 ntpd[17147]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-12T07:17:44.350 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:44 ntpd[17147]: can't open /var/log/ntpstats/peerstats.20240312: Permission denied 2024-03-12T07:17:45.324 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:45 ntpd[17198]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-12T07:17:45.324 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:45 ntpd[17198]: can't open /var/log/ntpstats/rawstats.20240312: Permission denied 2024-03-12T07:17:45.324 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:45 ntpd[17198]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-12T07:17:45.325 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:45 ntpd[17198]: can't open /var/log/ntpstats/rawstats.20240312: Permission denied 2024-03-12T07:17:45.325 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:45 ntpd[17198]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-12T07:17:45.325 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:45 ntpd[17198]: can't open /var/log/ntpstats/peerstats.20240312: Permission denied 2024-03-12T07:17:45.348 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:45 ntpd[17147]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-12T07:17:45.348 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:45 ntpd[17147]: can't open /var/log/ntpstats/rawstats.20240312: Permission denied 2024-03-12T07:17:45.348 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:45 ntpd[17147]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-12T07:17:45.348 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:45 ntpd[17147]: can't open /var/log/ntpstats/rawstats.20240312: Permission denied 2024-03-12T07:17:45.348 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:45 ntpd[17147]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-12T07:17:45.348 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:45 ntpd[17147]: can't open /var/log/ntpstats/peerstats.20240312: Permission denied 2024-03-12T07:17:46.324 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:46 ntpd[17198]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-12T07:17:46.324 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:46 ntpd[17198]: can't open /var/log/ntpstats/rawstats.20240312: Permission denied 2024-03-12T07:17:46.325 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:46 ntpd[17198]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-12T07:17:46.325 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:46 ntpd[17198]: can't open /var/log/ntpstats/rawstats.20240312: Permission denied 2024-03-12T07:17:46.325 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:46 ntpd[17198]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-12T07:17:46.325 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:46 ntpd[17198]: can't open /var/log/ntpstats/rawstats.20240312: Permission denied 2024-03-12T07:17:46.325 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:46 ntpd[17198]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-12T07:17:46.325 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:46 ntpd[17198]: can't open /var/log/ntpstats/peerstats.20240312: Permission denied 2024-03-12T07:17:46.325 INFO:teuthology.orchestra.run.smithi063.stdout:12 Mar 07:17:46 ntpd[17198]: ntpd: time slew -0.000005 s 2024-03-12T07:17:46.325 INFO:teuthology.orchestra.run.smithi063.stdout:ntpd: time slew -0.000005s 2024-03-12T07:17:46.326 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:46 ntpd[17198]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-12T07:17:46.326 INFO:teuthology.orchestra.run.smithi063.stderr:12 Mar 07:17:46 ntpd[17198]: can't open /var/log/ntpstats/loopstats.20240312: Permission denied 2024-03-12T07:17:46.349 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:46 ntpd[17147]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-12T07:17:46.349 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:46 ntpd[17147]: can't open /var/log/ntpstats/rawstats.20240312: Permission denied 2024-03-12T07:17:46.349 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:46 ntpd[17147]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-12T07:17:46.349 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:46 ntpd[17147]: can't open /var/log/ntpstats/rawstats.20240312: Permission denied 2024-03-12T07:17:46.349 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:46 ntpd[17147]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-12T07:17:46.349 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:46 ntpd[17147]: can't open /var/log/ntpstats/rawstats.20240312: Permission denied 2024-03-12T07:17:46.349 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:46 ntpd[17147]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-12T07:17:46.349 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:46 ntpd[17147]: can't open /var/log/ntpstats/peerstats.20240312: Permission denied 2024-03-12T07:17:46.349 INFO:teuthology.orchestra.run.smithi083.stdout:12 Mar 07:17:46 ntpd[17147]: ntpd: time slew -0.001352 s 2024-03-12T07:17:46.349 INFO:teuthology.orchestra.run.smithi083.stdout:ntpd: time slew -0.001352s 2024-03-12T07:17:46.350 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:46 ntpd[17147]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-12T07:17:46.350 INFO:teuthology.orchestra.run.smithi083.stderr:12 Mar 07:17:46 ntpd[17147]: can't open /var/log/ntpstats/loopstats.20240312: Permission denied 2024-03-12T07:17:46.369 INFO:teuthology.orchestra.run.smithi063.stdout: remote refid st t when poll reach delay offset jitter 2024-03-12T07:17:46.369 INFO:teuthology.orchestra.run.smithi063.stdout:============================================================================== 2024-03-12T07:17:46.369 INFO:teuthology.orchestra.run.smithi063.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-12T07:17:46.370 INFO:teuthology.orchestra.run.smithi063.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-12T07:17:46.370 INFO:teuthology.orchestra.run.smithi063.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-12T07:17:46.370 INFO:teuthology.orchestra.run.smithi063.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-12T07:17:46.409 INFO:teuthology.orchestra.run.smithi083.stdout: remote refid st t when poll reach delay offset jitter 2024-03-12T07:17:46.409 INFO:teuthology.orchestra.run.smithi083.stdout:============================================================================== 2024-03-12T07:17:46.409 INFO:teuthology.orchestra.run.smithi083.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-12T07:17:46.409 INFO:teuthology.orchestra.run.smithi083.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-12T07:17:46.409 INFO:teuthology.orchestra.run.smithi083.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-12T07:17:46.409 INFO:teuthology.orchestra.run.smithi083.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-12T07:17:46.410 INFO:teuthology.run_tasks:Running task install... 2024-03-12T07:17:46.419 DEBUG:teuthology.task.install:project ceph 2024-03-12T07:17:46.419 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '5b9d43544ea530e7d1916e6bf61a008da6c92ddf'}} 2024-03-12T07:17:46.419 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '5b9d43544ea530e7d1916e6bf61a008da6c92ddf'} 2024-03-12T07:17:46.419 INFO:teuthology.task.install:Using flavor: default 2024-03-12T07:17:46.425 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-03-12T07:17:46.425 INFO:teuthology.task.install:extra packages: [] 2024-03-12T07:17:46.425 DEBUG:teuthology.orchestra.run.smithi063:> sudo apt-key list | grep Ceph 2024-03-12T07:17:46.426 DEBUG:teuthology.orchestra.run.smithi083:> sudo apt-key list | grep Ceph 2024-03-12T07:17:46.484 INFO:teuthology.orchestra.run.smithi063.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-12T07:17:46.511 INFO:teuthology.orchestra.run.smithi063.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-12T07:17:46.511 INFO:teuthology.orchestra.run.smithi063.stdout:uid [ unknown] Ceph.com (release key) 2024-03-12T07:17:46.512 INFO:teuthology.orchestra.run.smithi083.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-12T07:17:46.512 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-03-12T07:17:46.513 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5b9d43544ea530e7d1916e6bf61a008da6c92ddf 2024-03-12T07:17:46.546 INFO:teuthology.orchestra.run.smithi083.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-12T07:17:46.546 INFO:teuthology.orchestra.run.smithi083.stdout:uid [ unknown] Ceph.com (release key) 2024-03-12T07:17:46.547 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-03-12T07:17:46.547 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5b9d43544ea530e7d1916e6bf61a008da6c92ddf 2024-03-12T07:17:46.657 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default/ 2024-03-12T07:17:46.657 INFO:teuthology.task.install.deb:Package version is 19.0.0-2024-g5b9d4354-1jammy 2024-03-12T07:17:46.688 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default/ 2024-03-12T07:17:46.688 INFO:teuthology.task.install.deb:Package version is 19.0.0-2024-g5b9d4354-1jammy 2024-03-12T07:17:46.765 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-03-12T07:17:46.765 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-12T07:17:46.779 DEBUG:teuthology.orchestra.run.smithi063:> sudo apt-get update 2024-03-12T07:17:46.794 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-03-12T07:17:46.795 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-12T07:17:46.808 DEBUG:teuthology.orchestra.run.smithi083:> sudo apt-get update 2024-03-12T07:17:46.975 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-12T07:17:46.975 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-12T07:17:46.989 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-12T07:17:47.009 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-12T07:17:47.026 INFO:teuthology.orchestra.run.smithi083.stdout:Ign:1 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy InRelease 2024-03-12T07:17:47.073 INFO:teuthology.orchestra.run.smithi083.stdout:Get:2 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-12T07:17:47.088 INFO:teuthology.orchestra.run.smithi063.stdout:Ign:5 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy InRelease 2024-03-12T07:17:47.103 INFO:teuthology.orchestra.run.smithi083.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-12T07:17:47.103 INFO:teuthology.orchestra.run.smithi083.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-12T07:17:47.104 INFO:teuthology.orchestra.run.smithi083.stdout:Ign:5 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-12T07:17:47.124 INFO:teuthology.orchestra.run.smithi063.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-12T07:17:47.126 INFO:teuthology.orchestra.run.smithi083.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,411 B] 2024-03-12T07:17:47.156 INFO:teuthology.orchestra.run.smithi083.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.8 kB] 2024-03-12T07:17:47.161 INFO:teuthology.orchestra.run.smithi063.stdout:Ign:7 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-12T07:17:47.176 INFO:teuthology.orchestra.run.smithi083.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-12T07:17:47.197 INFO:teuthology.orchestra.run.smithi063.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,411 B] 2024-03-12T07:17:47.239 INFO:teuthology.orchestra.run.smithi063.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.8 kB] 2024-03-12T07:17:47.258 INFO:teuthology.orchestra.run.smithi083.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-12T07:17:47.368 INFO:teuthology.orchestra.run.smithi063.stdout:Fetched 28.9 kB in 0s (72.2 kB/s) 2024-03-12T07:17:47.483 INFO:teuthology.orchestra.run.smithi083.stdout:Fetched 28.9 kB in 0s (58.9 kB/s) 2024-03-12T07:17:48.314 INFO:teuthology.orchestra.run.smithi063.stdout:Reading package lists... 2024-03-12T07:17:48.330 DEBUG:teuthology.orchestra.run.smithi063:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2024-g5b9d4354-1jammy cephadm=19.0.0-2024-g5b9d4354-1jammy ceph-mds=19.0.0-2024-g5b9d4354-1jammy ceph-mgr=19.0.0-2024-g5b9d4354-1jammy ceph-common=19.0.0-2024-g5b9d4354-1jammy ceph-fuse=19.0.0-2024-g5b9d4354-1jammy ceph-test=19.0.0-2024-g5b9d4354-1jammy ceph-volume=19.0.0-2024-g5b9d4354-1jammy radosgw=19.0.0-2024-g5b9d4354-1jammy python3-rados=19.0.0-2024-g5b9d4354-1jammy python3-rgw=19.0.0-2024-g5b9d4354-1jammy python3-cephfs=19.0.0-2024-g5b9d4354-1jammy python3-rbd=19.0.0-2024-g5b9d4354-1jammy libcephfs2=19.0.0-2024-g5b9d4354-1jammy libcephfs-dev=19.0.0-2024-g5b9d4354-1jammy librados2=19.0.0-2024-g5b9d4354-1jammy librbd1=19.0.0-2024-g5b9d4354-1jammy rbd-fuse=19.0.0-2024-g5b9d4354-1jammy 2024-03-12T07:17:48.385 INFO:teuthology.orchestra.run.smithi063.stdout:Reading package lists... 2024-03-12T07:17:48.420 INFO:teuthology.orchestra.run.smithi083.stdout:Reading package lists... 2024-03-12T07:17:48.436 DEBUG:teuthology.orchestra.run.smithi083:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2024-g5b9d4354-1jammy cephadm=19.0.0-2024-g5b9d4354-1jammy ceph-mds=19.0.0-2024-g5b9d4354-1jammy ceph-mgr=19.0.0-2024-g5b9d4354-1jammy ceph-common=19.0.0-2024-g5b9d4354-1jammy ceph-fuse=19.0.0-2024-g5b9d4354-1jammy ceph-test=19.0.0-2024-g5b9d4354-1jammy ceph-volume=19.0.0-2024-g5b9d4354-1jammy radosgw=19.0.0-2024-g5b9d4354-1jammy python3-rados=19.0.0-2024-g5b9d4354-1jammy python3-rgw=19.0.0-2024-g5b9d4354-1jammy python3-cephfs=19.0.0-2024-g5b9d4354-1jammy python3-rbd=19.0.0-2024-g5b9d4354-1jammy libcephfs2=19.0.0-2024-g5b9d4354-1jammy libcephfs-dev=19.0.0-2024-g5b9d4354-1jammy librados2=19.0.0-2024-g5b9d4354-1jammy librbd1=19.0.0-2024-g5b9d4354-1jammy rbd-fuse=19.0.0-2024-g5b9d4354-1jammy 2024-03-12T07:17:48.497 INFO:teuthology.orchestra.run.smithi083.stdout:Reading package lists... 2024-03-12T07:17:48.561 INFO:teuthology.orchestra.run.smithi063.stdout:Building dependency tree... 2024-03-12T07:17:48.562 INFO:teuthology.orchestra.run.smithi063.stdout:Reading state information... 2024-03-12T07:17:48.671 INFO:teuthology.orchestra.run.smithi083.stdout:Building dependency tree... 2024-03-12T07:17:48.671 INFO:teuthology.orchestra.run.smithi083.stdout:Reading state information... 2024-03-12T07:17:48.724 INFO:teuthology.orchestra.run.smithi063.stdout:The following packages were automatically installed and are no longer required: 2024-03-12T07:17:48.724 INFO:teuthology.orchestra.run.smithi063.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-12T07:17:48.724 INFO:teuthology.orchestra.run.smithi063.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-12T07:17:48.724 INFO:teuthology.orchestra.run.smithi063.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-12T07:17:48.725 INFO:teuthology.orchestra.run.smithi063.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-12T07:17:48.725 INFO:teuthology.orchestra.run.smithi063.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-12T07:17:48.725 INFO:teuthology.orchestra.run.smithi063.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-12T07:17:48.726 INFO:teuthology.orchestra.run.smithi063.stdout:The following additional packages will be installed: 2024-03-12T07:17:48.726 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-12T07:17:48.726 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-12T07:17:48.726 INFO:teuthology.orchestra.run.smithi063.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-12T07:17:48.726 INFO:teuthology.orchestra.run.smithi063.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-12T07:17:48.727 INFO:teuthology.orchestra.run.smithi063.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-12T07:17:48.727 INFO:teuthology.orchestra.run.smithi063.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-12T07:17:48.727 INFO:teuthology.orchestra.run.smithi063.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-12T07:17:48.727 INFO:teuthology.orchestra.run.smithi063.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-12T07:17:48.727 INFO:teuthology.orchestra.run.smithi063.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-12T07:17:48.727 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-12T07:17:48.727 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-12T07:17:48.728 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-12T07:17:48.728 INFO:teuthology.orchestra.run.smithi063.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-12T07:17:48.728 INFO:teuthology.orchestra.run.smithi063.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-12T07:17:48.728 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-12T07:17:48.728 INFO:teuthology.orchestra.run.smithi063.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-12T07:17:48.728 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-12T07:17:48.728 INFO:teuthology.orchestra.run.smithi063.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-12T07:17:48.728 INFO:teuthology.orchestra.run.smithi063.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-12T07:17:48.728 INFO:teuthology.orchestra.run.smithi063.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-12T07:17:48.728 INFO:teuthology.orchestra.run.smithi063.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-12T07:17:48.728 INFO:teuthology.orchestra.run.smithi063.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-12T07:17:48.728 INFO:teuthology.orchestra.run.smithi063.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-12T07:17:48.728 INFO:teuthology.orchestra.run.smithi063.stdout: xmlstarlet zip 2024-03-12T07:17:48.729 INFO:teuthology.orchestra.run.smithi063.stdout:Suggested packages: 2024-03-12T07:17:48.729 INFO:teuthology.orchestra.run.smithi063.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-12T07:17:48.729 INFO:teuthology.orchestra.run.smithi063.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-12T07:17:48.729 INFO:teuthology.orchestra.run.smithi063.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-12T07:17:48.729 INFO:teuthology.orchestra.run.smithi063.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-12T07:17:48.729 INFO:teuthology.orchestra.run.smithi063.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-12T07:17:48.729 INFO:teuthology.orchestra.run.smithi063.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-12T07:17:48.729 INFO:teuthology.orchestra.run.smithi063.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-12T07:17:48.729 INFO:teuthology.orchestra.run.smithi063.stdout:Recommended packages: 2024-03-12T07:17:48.729 INFO:teuthology.orchestra.run.smithi063.stdout: btrfs-tools 2024-03-12T07:17:48.827 INFO:teuthology.orchestra.run.smithi083.stdout:The following packages were automatically installed and are no longer required: 2024-03-12T07:17:48.827 INFO:teuthology.orchestra.run.smithi083.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-12T07:17:48.827 INFO:teuthology.orchestra.run.smithi083.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-12T07:17:48.827 INFO:teuthology.orchestra.run.smithi083.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-12T07:17:48.828 INFO:teuthology.orchestra.run.smithi083.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-12T07:17:48.828 INFO:teuthology.orchestra.run.smithi083.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-12T07:17:48.828 INFO:teuthology.orchestra.run.smithi083.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-12T07:17:48.828 INFO:teuthology.orchestra.run.smithi083.stdout:The following additional packages will be installed: 2024-03-12T07:17:48.828 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-12T07:17:48.828 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-12T07:17:48.830 INFO:teuthology.orchestra.run.smithi083.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-12T07:17:48.830 INFO:teuthology.orchestra.run.smithi083.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-12T07:17:48.830 INFO:teuthology.orchestra.run.smithi083.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-12T07:17:48.830 INFO:teuthology.orchestra.run.smithi083.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-12T07:17:48.830 INFO:teuthology.orchestra.run.smithi083.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-12T07:17:48.830 INFO:teuthology.orchestra.run.smithi083.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-12T07:17:48.830 INFO:teuthology.orchestra.run.smithi083.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-12T07:17:48.830 INFO:teuthology.orchestra.run.smithi083.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-12T07:17:48.830 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-12T07:17:48.830 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-12T07:17:48.830 INFO:teuthology.orchestra.run.smithi083.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-12T07:17:48.830 INFO:teuthology.orchestra.run.smithi083.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-12T07:17:48.831 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-12T07:17:48.831 INFO:teuthology.orchestra.run.smithi083.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-12T07:17:48.831 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-12T07:17:48.831 INFO:teuthology.orchestra.run.smithi083.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-12T07:17:48.831 INFO:teuthology.orchestra.run.smithi083.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-12T07:17:48.831 INFO:teuthology.orchestra.run.smithi083.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-12T07:17:48.831 INFO:teuthology.orchestra.run.smithi083.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-12T07:17:48.831 INFO:teuthology.orchestra.run.smithi083.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-12T07:17:48.831 INFO:teuthology.orchestra.run.smithi083.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-12T07:17:48.831 INFO:teuthology.orchestra.run.smithi083.stdout: xmlstarlet zip 2024-03-12T07:17:48.832 INFO:teuthology.orchestra.run.smithi083.stdout:Suggested packages: 2024-03-12T07:17:48.832 INFO:teuthology.orchestra.run.smithi083.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-12T07:17:48.832 INFO:teuthology.orchestra.run.smithi083.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-12T07:17:48.832 INFO:teuthology.orchestra.run.smithi083.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-12T07:17:48.832 INFO:teuthology.orchestra.run.smithi083.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-12T07:17:48.832 INFO:teuthology.orchestra.run.smithi083.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-12T07:17:48.832 INFO:teuthology.orchestra.run.smithi083.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-12T07:17:48.832 INFO:teuthology.orchestra.run.smithi083.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-12T07:17:48.832 INFO:teuthology.orchestra.run.smithi083.stdout:Recommended packages: 2024-03-12T07:17:48.833 INFO:teuthology.orchestra.run.smithi083.stdout: btrfs-tools 2024-03-12T07:17:48.834 INFO:teuthology.orchestra.run.smithi063.stdout:The following NEW packages will be installed: 2024-03-12T07:17:48.834 INFO:teuthology.orchestra.run.smithi063.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-12T07:17:48.834 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-12T07:17:48.834 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-12T07:17:48.834 INFO:teuthology.orchestra.run.smithi063.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-12T07:17:48.834 INFO:teuthology.orchestra.run.smithi063.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-12T07:17:48.834 INFO:teuthology.orchestra.run.smithi063.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-12T07:17:48.834 INFO:teuthology.orchestra.run.smithi063.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-12T07:17:48.834 INFO:teuthology.orchestra.run.smithi063.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-12T07:17:48.835 INFO:teuthology.orchestra.run.smithi063.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-12T07:17:48.835 INFO:teuthology.orchestra.run.smithi063.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-12T07:17:48.835 INFO:teuthology.orchestra.run.smithi063.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-12T07:17:48.835 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-12T07:17:48.835 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-12T07:17:48.835 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-12T07:17:48.835 INFO:teuthology.orchestra.run.smithi063.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-12T07:17:48.835 INFO:teuthology.orchestra.run.smithi063.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-12T07:17:48.835 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-12T07:17:48.835 INFO:teuthology.orchestra.run.smithi063.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-12T07:17:48.835 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-12T07:17:48.835 INFO:teuthology.orchestra.run.smithi063.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-12T07:17:48.835 INFO:teuthology.orchestra.run.smithi063.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-12T07:17:48.835 INFO:teuthology.orchestra.run.smithi063.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-12T07:17:48.835 INFO:teuthology.orchestra.run.smithi063.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-12T07:17:48.835 INFO:teuthology.orchestra.run.smithi063.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-12T07:17:48.836 INFO:teuthology.orchestra.run.smithi063.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-12T07:17:48.836 INFO:teuthology.orchestra.run.smithi063.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-12T07:17:48.931 INFO:teuthology.orchestra.run.smithi083.stdout:The following NEW packages will be installed: 2024-03-12T07:17:48.931 INFO:teuthology.orchestra.run.smithi083.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-12T07:17:48.931 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-12T07:17:48.931 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-12T07:17:48.931 INFO:teuthology.orchestra.run.smithi083.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-12T07:17:48.931 INFO:teuthology.orchestra.run.smithi083.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-12T07:17:48.931 INFO:teuthology.orchestra.run.smithi083.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-12T07:17:48.932 INFO:teuthology.orchestra.run.smithi083.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-12T07:17:48.932 INFO:teuthology.orchestra.run.smithi083.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-12T07:17:48.932 INFO:teuthology.orchestra.run.smithi083.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-12T07:17:48.932 INFO:teuthology.orchestra.run.smithi083.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-12T07:17:48.933 INFO:teuthology.orchestra.run.smithi083.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-12T07:17:48.933 INFO:teuthology.orchestra.run.smithi083.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-12T07:17:48.933 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-12T07:17:48.933 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-12T07:17:48.933 INFO:teuthology.orchestra.run.smithi083.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-12T07:17:48.933 INFO:teuthology.orchestra.run.smithi083.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-12T07:17:48.933 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-12T07:17:48.933 INFO:teuthology.orchestra.run.smithi083.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-12T07:17:48.933 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-12T07:17:48.933 INFO:teuthology.orchestra.run.smithi083.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-12T07:17:48.933 INFO:teuthology.orchestra.run.smithi083.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-12T07:17:48.933 INFO:teuthology.orchestra.run.smithi083.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-12T07:17:48.933 INFO:teuthology.orchestra.run.smithi083.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-12T07:17:48.934 INFO:teuthology.orchestra.run.smithi083.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-12T07:17:48.934 INFO:teuthology.orchestra.run.smithi083.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-12T07:17:48.934 INFO:teuthology.orchestra.run.smithi083.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-12T07:17:48.987 INFO:teuthology.orchestra.run.smithi063.stdout:0 upgraded, 118 newly installed, 0 to remove and 275 not upgraded. 2024-03-12T07:17:48.987 INFO:teuthology.orchestra.run.smithi063.stdout:Need to get 176 MB of archives. 2024-03-12T07:17:48.987 INFO:teuthology.orchestra.run.smithi063.stdout:After this operation, 731 MB of additional disk space will be used. 2024-03-12T07:17:48.988 INFO:teuthology.orchestra.run.smithi063.stdout:Get:1 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2024-g5b9d4354-1jammy [3,546 kB] 2024-03-12T07:17:49.019 INFO:teuthology.orchestra.run.smithi063.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-12T07:17:49.119 INFO:teuthology.orchestra.run.smithi083.stdout:0 upgraded, 118 newly installed, 0 to remove and 275 not upgraded. 2024-03-12T07:17:49.119 INFO:teuthology.orchestra.run.smithi083.stdout:Need to get 176 MB of archives. 2024-03-12T07:17:49.119 INFO:teuthology.orchestra.run.smithi083.stdout:After this operation, 731 MB of additional disk space will be used. 2024-03-12T07:17:49.119 INFO:teuthology.orchestra.run.smithi083.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-12T07:17:49.173 INFO:teuthology.orchestra.run.smithi083.stdout:Get:2 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2024-g5b9d4354-1jammy [3,546 kB] 2024-03-12T07:17:49.208 INFO:teuthology.orchestra.run.smithi063.stdout:Get:3 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2024-g5b9d4354-1jammy [3,220 kB] 2024-03-12T07:17:49.312 INFO:teuthology.orchestra.run.smithi063.stdout:Get:4 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2024-g5b9d4354-1jammy [711 kB] 2024-03-12T07:17:49.335 INFO:teuthology.orchestra.run.smithi063.stdout:Get:5 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2024-g5b9d4354-1jammy [356 kB] 2024-03-12T07:17:49.346 INFO:teuthology.orchestra.run.smithi063.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2024-g5b9d4354-1jammy [32.8 kB] 2024-03-12T07:17:49.349 INFO:teuthology.orchestra.run.smithi063.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2024-g5b9d4354-1jammy [180 kB] 2024-03-12T07:17:49.359 INFO:teuthology.orchestra.run.smithi063.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2024-g5b9d4354-1jammy [65.4 kB] 2024-03-12T07:17:49.361 INFO:teuthology.orchestra.run.smithi063.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2024-g5b9d4354-1jammy [330 kB] 2024-03-12T07:17:49.372 INFO:teuthology.orchestra.run.smithi063.stdout:Get:10 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2024-g5b9d4354-1jammy [6,613 kB] 2024-03-12T07:17:49.448 INFO:teuthology.orchestra.run.smithi063.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-12T07:17:49.460 INFO:teuthology.orchestra.run.smithi063.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-12T07:17:49.542 INFO:teuthology.orchestra.run.smithi063.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-03-12T07:17:49.544 INFO:teuthology.orchestra.run.smithi083.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-12T07:17:49.557 INFO:teuthology.orchestra.run.smithi083.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-12T07:17:49.601 INFO:teuthology.orchestra.run.smithi063.stdout:Get:14 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2024-g5b9d4354-1jammy [112 kB] 2024-03-12T07:17:49.603 INFO:teuthology.orchestra.run.smithi063.stdout:Get:15 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2024-g5b9d4354-1jammy [466 kB] 2024-03-12T07:17:49.618 INFO:teuthology.orchestra.run.smithi063.stdout:Get:16 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2024-g5b9d4354-1jammy [24.2 MB] 2024-03-12T07:17:49.640 INFO:teuthology.orchestra.run.smithi083.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-03-12T07:17:49.773 INFO:teuthology.orchestra.run.smithi063.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-12T07:17:49.785 INFO:teuthology.orchestra.run.smithi063.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-12T07:17:49.814 INFO:teuthology.orchestra.run.smithi063.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-12T07:17:49.823 INFO:teuthology.orchestra.run.smithi063.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-12T07:17:49.824 INFO:teuthology.orchestra.run.smithi063.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-12T07:17:49.826 INFO:teuthology.orchestra.run.smithi063.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-12T07:17:49.844 INFO:teuthology.orchestra.run.smithi063.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-12T07:17:49.868 INFO:teuthology.orchestra.run.smithi083.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-12T07:17:49.879 INFO:teuthology.orchestra.run.smithi083.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-12T07:17:49.910 INFO:teuthology.orchestra.run.smithi083.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-12T07:17:49.919 INFO:teuthology.orchestra.run.smithi083.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-12T07:17:49.921 INFO:teuthology.orchestra.run.smithi083.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-12T07:17:49.922 INFO:teuthology.orchestra.run.smithi083.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-12T07:17:49.940 INFO:teuthology.orchestra.run.smithi083.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-12T07:17:50.013 INFO:teuthology.orchestra.run.smithi063.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-12T07:17:50.109 INFO:teuthology.orchestra.run.smithi083.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-12T07:17:50.413 INFO:teuthology.orchestra.run.smithi063.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-12T07:17:50.447 INFO:teuthology.orchestra.run.smithi063.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-12T07:17:50.450 INFO:teuthology.orchestra.run.smithi063.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-12T07:17:50.511 INFO:teuthology.orchestra.run.smithi083.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-12T07:17:50.524 INFO:teuthology.orchestra.run.smithi063.stdout:Get:28 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2024-g5b9d4354-1jammy [5,080 kB] 2024-03-12T07:17:50.529 INFO:teuthology.orchestra.run.smithi063.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-12T07:17:50.546 INFO:teuthology.orchestra.run.smithi083.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-12T07:17:50.548 INFO:teuthology.orchestra.run.smithi083.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-12T07:17:50.582 INFO:teuthology.orchestra.run.smithi063.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-12T07:17:50.603 INFO:teuthology.orchestra.run.smithi063.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-12T07:17:50.610 INFO:teuthology.orchestra.run.smithi063.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-12T07:17:50.611 INFO:teuthology.orchestra.run.smithi063.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-03-12T07:17:50.622 INFO:teuthology.orchestra.run.smithi063.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-12T07:17:50.623 INFO:teuthology.orchestra.run.smithi063.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-12T07:17:50.627 INFO:teuthology.orchestra.run.smithi083.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-12T07:17:50.630 INFO:teuthology.orchestra.run.smithi063.stdout:Get:36 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2024-g5b9d4354-1jammy [243 kB] 2024-03-12T07:17:50.637 INFO:teuthology.orchestra.run.smithi063.stdout:Get:37 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2024-g5b9d4354-1jammy [124 kB] 2024-03-12T07:17:50.641 INFO:teuthology.orchestra.run.smithi063.stdout:Get:38 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2024-g5b9d4354-1jammy [1,523 kB] 2024-03-12T07:17:50.679 INFO:teuthology.orchestra.run.smithi083.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-12T07:17:50.695 INFO:teuthology.orchestra.run.smithi063.stdout:Get:39 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2024-g5b9d4354-1jammy [6,248 kB] 2024-03-12T07:17:50.701 INFO:teuthology.orchestra.run.smithi083.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-12T07:17:50.707 INFO:teuthology.orchestra.run.smithi083.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-12T07:17:50.708 INFO:teuthology.orchestra.run.smithi083.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-03-12T07:17:50.720 INFO:teuthology.orchestra.run.smithi083.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-12T07:17:50.720 INFO:teuthology.orchestra.run.smithi083.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-12T07:17:50.789 INFO:teuthology.orchestra.run.smithi063.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-12T07:17:50.872 INFO:teuthology.orchestra.run.smithi063.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-12T07:17:50.886 INFO:teuthology.orchestra.run.smithi083.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-12T07:17:50.901 INFO:teuthology.orchestra.run.smithi063.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-12T07:17:50.918 INFO:teuthology.orchestra.run.smithi063.stdout:Get:43 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2024-g5b9d4354-1jammy [22.8 MB] 2024-03-12T07:17:50.918 INFO:teuthology.orchestra.run.smithi063.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-12T07:17:50.964 INFO:teuthology.orchestra.run.smithi063.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-12T07:17:50.969 INFO:teuthology.orchestra.run.smithi083.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-12T07:17:50.997 INFO:teuthology.orchestra.run.smithi083.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-12T07:17:51.015 INFO:teuthology.orchestra.run.smithi083.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-12T07:17:51.059 INFO:teuthology.orchestra.run.smithi083.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-12T07:17:51.179 INFO:teuthology.orchestra.run.smithi063.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-12T07:17:51.194 INFO:teuthology.orchestra.run.smithi063.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-12T07:17:51.200 INFO:teuthology.orchestra.run.smithi063.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-12T07:17:51.206 INFO:teuthology.orchestra.run.smithi063.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-03-12T07:17:51.227 INFO:teuthology.orchestra.run.smithi063.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-12T07:17:51.230 INFO:teuthology.orchestra.run.smithi063.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-12T07:17:51.269 INFO:teuthology.orchestra.run.smithi083.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-12T07:17:51.285 INFO:teuthology.orchestra.run.smithi083.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-12T07:17:51.292 INFO:teuthology.orchestra.run.smithi083.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-12T07:17:51.297 INFO:teuthology.orchestra.run.smithi083.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-03-12T07:17:51.318 INFO:teuthology.orchestra.run.smithi083.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-12T07:17:51.322 INFO:teuthology.orchestra.run.smithi083.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-12T07:17:51.363 INFO:teuthology.orchestra.run.smithi083.stdout:Get:35 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2024-g5b9d4354-1jammy [3,220 kB] 2024-03-12T07:17:51.397 INFO:teuthology.orchestra.run.smithi063.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-03-12T07:17:51.488 INFO:teuthology.orchestra.run.smithi083.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-03-12T07:17:51.715 INFO:teuthology.orchestra.run.smithi063.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-12T07:17:51.783 INFO:teuthology.orchestra.run.smithi063.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-12T07:17:51.784 INFO:teuthology.orchestra.run.smithi063.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-12T07:17:51.784 INFO:teuthology.orchestra.run.smithi063.stdout:Get:56 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2024-g5b9d4354-1jammy [14.0 kB] 2024-03-12T07:17:51.785 INFO:teuthology.orchestra.run.smithi063.stdout:Get:57 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2024-g5b9d4354-1jammy [867 kB] 2024-03-12T07:17:51.803 INFO:teuthology.orchestra.run.smithi063.stdout:Get:58 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2024-g5b9d4354-1jammy [2,191 kB] 2024-03-12T07:17:51.804 INFO:teuthology.orchestra.run.smithi083.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-12T07:17:51.842 INFO:teuthology.orchestra.run.smithi083.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-12T07:17:51.848 INFO:teuthology.orchestra.run.smithi063.stdout:Get:59 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2024-g5b9d4354-1jammy [789 kB] 2024-03-12T07:17:51.853 INFO:teuthology.orchestra.run.smithi083.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-12T07:17:51.883 INFO:teuthology.orchestra.run.smithi063.stdout:Get:60 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2024-g5b9d4354-1jammy [146 kB] 2024-03-12T07:17:51.908 INFO:teuthology.orchestra.run.smithi063.stdout:Get:61 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2024-g5b9d4354-1jammy [1,935 kB] 2024-03-12T07:17:51.982 INFO:teuthology.orchestra.run.smithi063.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-12T07:17:51.983 INFO:teuthology.orchestra.run.smithi063.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-12T07:17:51.988 INFO:teuthology.orchestra.run.smithi063.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-12T07:17:51.996 INFO:teuthology.orchestra.run.smithi063.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-12T07:17:52.009 INFO:teuthology.orchestra.run.smithi063.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-12T07:17:52.031 INFO:teuthology.orchestra.run.smithi063.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-12T07:17:52.037 INFO:teuthology.orchestra.run.smithi063.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-03-12T07:17:52.057 INFO:teuthology.orchestra.run.smithi083.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-12T07:17:52.058 INFO:teuthology.orchestra.run.smithi083.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-12T07:17:52.064 INFO:teuthology.orchestra.run.smithi083.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-12T07:17:52.070 INFO:teuthology.orchestra.run.smithi083.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-12T07:17:52.085 INFO:teuthology.orchestra.run.smithi083.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-12T07:17:52.106 INFO:teuthology.orchestra.run.smithi083.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-12T07:17:52.112 INFO:teuthology.orchestra.run.smithi083.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-03-12T07:17:52.185 INFO:teuthology.orchestra.run.smithi063.stdout:Get:69 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2024-g5b9d4354-1jammy [8,625 kB] 2024-03-12T07:17:52.212 INFO:teuthology.orchestra.run.smithi063.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-03-12T07:17:52.287 INFO:teuthology.orchestra.run.smithi083.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-03-12T07:17:52.460 INFO:teuthology.orchestra.run.smithi063.stdout:Get:71 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2024-g5b9d4354-1jammy [14.2 kB] 2024-03-12T07:17:52.461 INFO:teuthology.orchestra.run.smithi063.stdout:Get:72 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2024-g5b9d4354-1jammy [50.0 MB] 2024-03-12T07:17:52.469 INFO:teuthology.orchestra.run.smithi063.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-03-12T07:17:52.551 INFO:teuthology.orchestra.run.smithi083.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-03-12T07:17:52.646 INFO:teuthology.orchestra.run.smithi063.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-12T07:17:52.661 INFO:teuthology.orchestra.run.smithi063.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-12T07:17:52.680 INFO:teuthology.orchestra.run.smithi063.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-12T07:17:52.729 INFO:teuthology.orchestra.run.smithi083.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-12T07:17:52.743 INFO:teuthology.orchestra.run.smithi083.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-12T07:17:52.745 INFO:teuthology.orchestra.run.smithi063.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-03-12T07:17:52.763 INFO:teuthology.orchestra.run.smithi083.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-12T07:17:52.828 INFO:teuthology.orchestra.run.smithi083.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-03-12T07:17:53.034 INFO:teuthology.orchestra.run.smithi063.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-03-12T07:17:53.036 INFO:teuthology.orchestra.run.smithi063.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-12T07:17:53.039 INFO:teuthology.orchestra.run.smithi063.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-12T07:17:53.039 INFO:teuthology.orchestra.run.smithi063.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-12T07:17:53.041 INFO:teuthology.orchestra.run.smithi063.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-12T07:17:53.116 INFO:teuthology.orchestra.run.smithi083.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-03-12T07:17:53.118 INFO:teuthology.orchestra.run.smithi083.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-12T07:17:53.121 INFO:teuthology.orchestra.run.smithi083.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-12T07:17:53.122 INFO:teuthology.orchestra.run.smithi083.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-12T07:17:53.124 INFO:teuthology.orchestra.run.smithi083.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-12T07:17:53.260 INFO:teuthology.orchestra.run.smithi063.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-12T07:17:53.343 INFO:teuthology.orchestra.run.smithi083.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-12T07:17:53.569 INFO:teuthology.orchestra.run.smithi083.stdout:Get:59 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2024-g5b9d4354-1jammy [711 kB] 2024-03-12T07:17:53.690 INFO:teuthology.orchestra.run.smithi063.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-12T07:17:53.695 INFO:teuthology.orchestra.run.smithi063.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-12T07:17:53.780 INFO:teuthology.orchestra.run.smithi083.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-12T07:17:53.786 INFO:teuthology.orchestra.run.smithi083.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-12T07:17:53.898 INFO:teuthology.orchestra.run.smithi083.stdout:Get:62 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2024-g5b9d4354-1jammy [356 kB] 2024-03-12T07:17:53.986 INFO:teuthology.orchestra.run.smithi063.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-12T07:17:53.987 INFO:teuthology.orchestra.run.smithi063.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-12T07:17:53.989 INFO:teuthology.orchestra.run.smithi063.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-12T07:17:53.991 INFO:teuthology.orchestra.run.smithi063.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-12T07:17:53.992 INFO:teuthology.orchestra.run.smithi063.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-12T07:17:53.994 INFO:teuthology.orchestra.run.smithi063.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-03-12T07:17:53.995 INFO:teuthology.orchestra.run.smithi063.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-12T07:17:53.997 INFO:teuthology.orchestra.run.smithi063.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-12T07:17:54.070 INFO:teuthology.orchestra.run.smithi083.stdout:Get:63 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2024-g5b9d4354-1jammy [32.8 kB] 2024-03-12T07:17:54.077 INFO:teuthology.orchestra.run.smithi083.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-12T07:17:54.077 INFO:teuthology.orchestra.run.smithi083.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-12T07:17:54.078 INFO:teuthology.orchestra.run.smithi083.stdout:Get:66 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2024-g5b9d4354-1jammy [180 kB] 2024-03-12T07:17:54.079 INFO:teuthology.orchestra.run.smithi083.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-12T07:17:54.081 INFO:teuthology.orchestra.run.smithi083.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-12T07:17:54.082 INFO:teuthology.orchestra.run.smithi083.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-12T07:17:54.085 INFO:teuthology.orchestra.run.smithi083.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-03-12T07:17:54.086 INFO:teuthology.orchestra.run.smithi083.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-12T07:17:54.088 INFO:teuthology.orchestra.run.smithi083.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-12T07:17:54.165 INFO:teuthology.orchestra.run.smithi083.stdout:Get:73 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2024-g5b9d4354-1jammy [65.4 kB] 2024-03-12T07:17:54.180 INFO:teuthology.orchestra.run.smithi063.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-12T07:17:54.212 INFO:teuthology.orchestra.run.smithi083.stdout:Get:74 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2024-g5b9d4354-1jammy [330 kB] 2024-03-12T07:17:54.268 INFO:teuthology.orchestra.run.smithi083.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-12T07:17:54.357 INFO:teuthology.orchestra.run.smithi083.stdout:Get:76 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2024-g5b9d4354-1jammy [6,613 kB] 2024-03-12T07:17:54.442 INFO:teuthology.orchestra.run.smithi063.stdout:Get:95 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2024-g5b9d4354-1jammy [121 kB] 2024-03-12T07:17:54.445 INFO:teuthology.orchestra.run.smithi063.stdout:Get:96 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2024-g5b9d4354-1jammy [38.4 kB] 2024-03-12T07:17:54.446 INFO:teuthology.orchestra.run.smithi063.stdout:Get:97 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2024-g5b9d4354-1jammy [13.1 MB] 2024-03-12T07:17:54.585 INFO:teuthology.orchestra.run.smithi063.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-12T07:17:54.632 INFO:teuthology.orchestra.run.smithi063.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-12T07:17:54.655 INFO:teuthology.orchestra.run.smithi063.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-12T07:17:54.684 INFO:teuthology.orchestra.run.smithi083.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-12T07:17:54.732 INFO:teuthology.orchestra.run.smithi083.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-12T07:17:54.764 INFO:teuthology.orchestra.run.smithi063.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-12T07:17:54.766 INFO:teuthology.orchestra.run.smithi083.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-12T07:17:54.787 INFO:teuthology.orchestra.run.smithi063.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2024-g5b9d4354-1jammy [91.7 kB] 2024-03-12T07:17:54.804 INFO:teuthology.orchestra.run.smithi063.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-03-12T07:17:54.815 INFO:teuthology.orchestra.run.smithi063.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-12T07:17:54.820 INFO:teuthology.orchestra.run.smithi063.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-12T07:17:54.864 INFO:teuthology.orchestra.run.smithi083.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-12T07:17:54.868 INFO:teuthology.orchestra.run.smithi063.stdout:Get:106 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-12T07:17:54.871 INFO:teuthology.orchestra.run.smithi063.stdout:Get:107 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-12T07:17:54.892 INFO:teuthology.orchestra.run.smithi063.stdout:Get:108 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-12T07:17:54.904 INFO:teuthology.orchestra.run.smithi083.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-03-12T07:17:54.915 INFO:teuthology.orchestra.run.smithi083.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-12T07:17:54.920 INFO:teuthology.orchestra.run.smithi083.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-12T07:17:54.967 INFO:teuthology.orchestra.run.smithi083.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-12T07:17:54.971 INFO:teuthology.orchestra.run.smithi083.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-12T07:17:54.993 INFO:teuthology.orchestra.run.smithi083.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-12T07:17:55.057 INFO:teuthology.orchestra.run.smithi063.stdout:Get:109 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-12T07:17:55.157 INFO:teuthology.orchestra.run.smithi083.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-12T07:17:55.321 INFO:teuthology.orchestra.run.smithi063.stdout:Get:110 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-12T07:17:55.339 INFO:teuthology.orchestra.run.smithi063.stdout:Get:111 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-12T07:17:55.425 INFO:teuthology.orchestra.run.smithi083.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-12T07:17:55.445 INFO:teuthology.orchestra.run.smithi083.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-12T07:17:55.492 INFO:teuthology.orchestra.run.smithi063.stdout:Get:112 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-12T07:17:55.524 INFO:teuthology.orchestra.run.smithi063.stdout:Get:113 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-12T07:17:55.598 INFO:teuthology.orchestra.run.smithi083.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-12T07:17:55.627 INFO:teuthology.orchestra.run.smithi083.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-12T07:17:55.683 INFO:teuthology.orchestra.run.smithi063.stdout:Get:114 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-12T07:17:55.685 INFO:teuthology.orchestra.run.smithi063.stdout:Get:115 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-12T07:17:55.687 INFO:teuthology.orchestra.run.smithi063.stdout:Get:116 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-12T07:17:55.709 INFO:teuthology.orchestra.run.smithi063.stdout:Get:117 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-12T07:17:55.715 INFO:teuthology.orchestra.run.smithi063.stdout:Get:118 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-12T07:17:55.785 INFO:teuthology.orchestra.run.smithi083.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-12T07:17:55.787 INFO:teuthology.orchestra.run.smithi083.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-12T07:17:55.790 INFO:teuthology.orchestra.run.smithi083.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-12T07:17:55.812 INFO:teuthology.orchestra.run.smithi083.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-12T07:17:55.817 INFO:teuthology.orchestra.run.smithi083.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-12T07:17:55.849 INFO:teuthology.orchestra.run.smithi083.stdout:Get:97 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2024-g5b9d4354-1jammy [112 kB] 2024-03-12T07:17:55.869 INFO:teuthology.orchestra.run.smithi083.stdout:Get:98 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2024-g5b9d4354-1jammy [466 kB] 2024-03-12T07:17:55.957 INFO:teuthology.orchestra.run.smithi083.stdout:Get:99 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2024-g5b9d4354-1jammy [24.2 MB] 2024-03-12T07:17:56.406 INFO:teuthology.orchestra.run.smithi063.stdout:Fetched 176 MB in 7s (25.3 MB/s) 2024-03-12T07:17:56.548 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-12T07:17:56.650 INFO:teuthology.orchestra.run.smithi063.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 ... 165997 files and directories currently installed.) 2024-03-12T07:17:56.655 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-12T07:17:56.738 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-12T07:17:57.075 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-12T07:17:57.102 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-12T07:17:57.142 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-12T07:17:57.495 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-12T07:17:57.521 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-12T07:17:57.561 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-12T07:17:57.973 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-12T07:17:58.000 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-12T07:17:58.039 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-12T07:17:58.460 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-12T07:17:58.486 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-12T07:17:58.526 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-12T07:17:58.896 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-12T07:17:58.923 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-12T07:17:58.963 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-12T07:17:59.291 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-12T07:17:59.306 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-12T07:17:59.341 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-12T07:17:59.669 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package librados2. 2024-03-12T07:17:59.696 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../007-librados2_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:17:59.735 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking librados2 (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:00.053 INFO:teuthology.orchestra.run.smithi083.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2024-g5b9d4354-1jammy [5,080 kB] 2024-03-12T07:18:00.197 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package librbd1. 2024-03-12T07:18:00.223 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../008-librbd1_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:18:00.263 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking librbd1 (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:00.666 INFO:teuthology.orchestra.run.smithi083.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2024-g5b9d4354-1jammy [243 kB] 2024-03-12T07:18:00.683 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libcephfs2. 2024-03-12T07:18:00.699 INFO:teuthology.orchestra.run.smithi083.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2024-g5b9d4354-1jammy [124 kB] 2024-03-12T07:18:00.709 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:18:00.732 INFO:teuthology.orchestra.run.smithi083.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2024-g5b9d4354-1jammy [1,523 kB] 2024-03-12T07:18:00.749 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libcephfs2 (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:00.913 INFO:teuthology.orchestra.run.smithi083.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2024-g5b9d4354-1jammy [6,248 kB] 2024-03-12T07:18:01.044 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-rados. 2024-03-12T07:18:01.070 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:18:01.110 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-rados (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:01.430 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-12T07:18:01.456 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2024-g5b9d4354-1jammy_all.deb ... 2024-03-12T07:18:01.496 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-ceph-argparse (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:01.697 INFO:teuthology.orchestra.run.smithi083.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2024-g5b9d4354-1jammy [22.8 MB] 2024-03-12T07:18:01.749 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-cephfs. 2024-03-12T07:18:01.775 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:18:01.815 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-cephfs (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:02.118 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-12T07:18:02.145 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2024-g5b9d4354-1jammy_all.deb ... 2024-03-12T07:18:02.176 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-ceph-common (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:02.471 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-12T07:18:02.498 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-12T07:18:02.538 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-12T07:18:02.849 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-prettytable. 2024-03-12T07:18:02.876 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-12T07:18:02.915 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-12T07:18:03.160 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-rbd. 2024-03-12T07:18:03.175 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:18:03.210 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-rbd (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:03.555 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-12T07:18:03.581 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-12T07:18:03.621 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-12T07:18:03.898 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-12T07:18:03.914 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-12T07:18:03.953 INFO:teuthology.orchestra.run.smithi083.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2024-g5b9d4354-1jammy [14.0 kB] 2024-03-12T07:18:03.954 INFO:teuthology.orchestra.run.smithi083.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2024-g5b9d4354-1jammy [867 kB] 2024-03-12T07:18:03.957 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-12T07:18:03.970 INFO:teuthology.orchestra.run.smithi083.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2024-g5b9d4354-1jammy [2,191 kB] 2024-03-12T07:18:04.148 INFO:teuthology.orchestra.run.smithi083.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2024-g5b9d4354-1jammy [789 kB] 2024-03-12T07:18:04.192 INFO:teuthology.orchestra.run.smithi083.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2024-g5b9d4354-1jammy [146 kB] 2024-03-12T07:18:04.195 INFO:teuthology.orchestra.run.smithi083.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2024-g5b9d4354-1jammy [1,935 kB] 2024-03-12T07:18:04.277 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-12T07:18:04.303 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-12T07:18:04.336 INFO:teuthology.orchestra.run.smithi083.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2024-g5b9d4354-1jammy [8,625 kB] 2024-03-12T07:18:04.343 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-12T07:18:04.655 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package lua5.1. 2024-03-12T07:18:04.682 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-12T07:18:04.722 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-12T07:18:04.914 INFO:teuthology.orchestra.run.smithi083.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2024-g5b9d4354-1jammy [14.2 kB] 2024-03-12T07:18:04.915 INFO:teuthology.orchestra.run.smithi083.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2024-g5b9d4354-1jammy [50.0 MB] 2024-03-12T07:18:05.041 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package lua-any. 2024-03-12T07:18:05.057 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-12T07:18:05.100 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-12T07:18:05.361 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package zip. 2024-03-12T07:18:05.387 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-12T07:18:05.436 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking zip (3.0-12build2) ... 2024-03-12T07:18:05.698 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package unzip. 2024-03-12T07:18:05.724 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-12T07:18:05.755 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-12T07:18:06.143 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package luarocks. 2024-03-12T07:18:06.170 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-12T07:18:06.209 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-12T07:18:06.602 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package librgw2. 2024-03-12T07:18:06.629 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../025-librgw2_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:18:06.668 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking librgw2 (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:07.455 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-rgw. 2024-03-12T07:18:07.479 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:18:07.521 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-rgw (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:07.575 INFO:teuthology.orchestra.run.smithi083.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2024-g5b9d4354-1jammy [121 kB] 2024-03-12T07:18:07.578 INFO:teuthology.orchestra.run.smithi083.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2024-g5b9d4354-1jammy [38.4 kB] 2024-03-12T07:18:07.579 INFO:teuthology.orchestra.run.smithi083.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2024-g5b9d4354-1jammy [13.1 MB] 2024-03-12T07:18:07.832 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-12T07:18:07.859 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-12T07:18:07.890 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-12T07:18:08.010 INFO:teuthology.orchestra.run.smithi083.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/wip-ssharon-test2-2024-03-11-1825/5b9d43544ea530e7d1916e6bf61a008da6c92ddf/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2024-g5b9d4354-1jammy [91.7 kB] 2024-03-12T07:18:08.235 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libradosstriper1. 2024-03-12T07:18:08.262 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:18:08.301 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libradosstriper1 (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:08.575 INFO:teuthology.orchestra.run.smithi083.stdout:Fetched 176 MB in 19s (9,246 kB/s) 2024-03-12T07:18:08.721 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-common. 2024-03-12T07:18:08.736 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-12T07:18:08.748 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:18:08.796 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-common (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:08.837 INFO:teuthology.orchestra.run.smithi083.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 ... 165997 files and directories currently installed.) 2024-03-12T07:18:08.843 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-12T07:18:08.926 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-12T07:18:09.263 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-12T07:18:09.289 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-12T07:18:09.330 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-12T07:18:09.641 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-12T07:18:09.667 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-12T07:18:09.708 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-12T07:18:10.094 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-12T07:18:10.118 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-base. 2024-03-12T07:18:10.121 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-12T07:18:10.145 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:18:10.169 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-12T07:18:10.193 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-base (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:10.573 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-12T07:18:10.599 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-12T07:18:10.639 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-12T07:18:10.847 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-12T07:18:10.874 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-12T07:18:10.913 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-12T07:18:10.975 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-12T07:18:11.002 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-12T07:18:11.042 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-12T07:18:11.208 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-cheroot. 2024-03-12T07:18:11.235 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-12T07:18:11.274 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-12T07:18:11.387 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-12T07:18:11.413 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-12T07:18:11.453 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-12T07:18:11.602 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-12T07:18:11.629 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-12T07:18:11.660 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-12T07:18:11.773 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package librados2. 2024-03-12T07:18:11.799 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../007-librados2_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:18:11.840 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking librados2 (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:11.946 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-12T07:18:11.973 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-12T07:18:12.013 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-12T07:18:12.309 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package librbd1. 2024-03-12T07:18:12.335 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../008-librbd1_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:18:12.341 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-12T07:18:12.368 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-12T07:18:12.376 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking librbd1 (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:12.408 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-12T07:18:12.710 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-tempora. 2024-03-12T07:18:12.737 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-12T07:18:12.777 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-12T07:18:12.795 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package libcephfs2. 2024-03-12T07:18:12.822 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:18:12.862 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking libcephfs2 (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:13.038 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-portend. 2024-03-12T07:18:13.053 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-12T07:18:13.088 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-12T07:18:13.139 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-rados. 2024-03-12T07:18:13.166 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:18:13.206 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-rados (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:13.399 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-12T07:18:13.426 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-12T07:18:13.465 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-12T07:18:13.667 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-12T07:18:13.693 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2024-g5b9d4354-1jammy_all.deb ... 2024-03-12T07:18:13.733 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-ceph-argparse (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:13.752 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-12T07:18:13.778 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-12T07:18:13.818 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-12T07:18:13.986 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-cephfs. 2024-03-12T07:18:14.001 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:18:14.044 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-cephfs (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:14.138 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-natsort. 2024-03-12T07:18:14.165 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-12T07:18:14.205 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-12T07:18:14.322 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-12T07:18:14.337 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2024-g5b9d4354-1jammy_all.deb ... 2024-03-12T07:18:14.380 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-ceph-common (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:14.499 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-logutils. 2024-03-12T07:18:14.526 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-12T07:18:14.566 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-12T07:18:14.709 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-12T07:18:14.735 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-12T07:18:14.775 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-12T07:18:14.860 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-12T07:18:14.887 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-12T07:18:14.926 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-12T07:18:15.094 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-prettytable. 2024-03-12T07:18:15.121 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-12T07:18:15.161 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-12T07:18:15.196 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-mako. 2024-03-12T07:18:15.223 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-12T07:18:15.254 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-12T07:18:15.422 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-rbd. 2024-03-12T07:18:15.437 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:18:15.480 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-rbd (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:15.557 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-12T07:18:15.584 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-12T07:18:15.624 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-12T07:18:15.800 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-12T07:18:15.826 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-12T07:18:15.866 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-12T07:18:15.926 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-12T07:18:15.953 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-12T07:18:15.993 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-12T07:18:16.136 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-12T07:18:16.151 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-12T07:18:16.194 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-12T07:18:16.346 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-webob. 2024-03-12T07:18:16.373 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-12T07:18:16.420 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-12T07:18:16.489 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-12T07:18:16.515 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-12T07:18:16.555 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-12T07:18:16.849 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-waitress. 2024-03-12T07:18:16.867 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package lua5.1. 2024-03-12T07:18:16.875 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-12T07:18:16.893 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-12T07:18:16.926 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-12T07:18:16.933 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-12T07:18:17.262 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package lua-any. 2024-03-12T07:18:17.288 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-12T07:18:17.328 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-12T07:18:17.493 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-tempita. 2024-03-12T07:18:17.520 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-12T07:18:17.564 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package zip. 2024-03-12T07:18:17.568 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-12T07:18:17.579 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-12T07:18:17.631 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking zip (3.0-12build2) ... 2024-03-12T07:18:17.904 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-paste. 2024-03-12T07:18:17.931 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-12T07:18:17.943 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package unzip. 2024-03-12T07:18:17.969 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-12T07:18:17.970 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-12T07:18:18.009 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-12T07:18:18.341 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-12T07:18:18.367 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-12T07:18:18.404 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package luarocks. 2024-03-12T07:18:18.415 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-12T07:18:18.431 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-12T07:18:18.471 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-12T07:18:18.809 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-12T07:18:18.836 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-12T07:18:18.876 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-12T07:18:18.964 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package librgw2. 2024-03-12T07:18:18.991 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../025-librgw2_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:18:19.022 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking librgw2 (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:19.154 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-webtest. 2024-03-12T07:18:19.170 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-12T07:18:19.204 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-12T07:18:19.482 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-pecan. 2024-03-12T07:18:19.509 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-12T07:18:19.548 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-12T07:18:19.592 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-rgw. 2024-03-12T07:18:19.607 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:18:19.650 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-rgw (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:19.895 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-certifi. 2024-03-12T07:18:19.921 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-12T07:18:19.961 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-12T07:18:19.986 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-12T07:18:20.012 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-12T07:18:20.053 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-12T07:18:20.272 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-idna. 2024-03-12T07:18:20.299 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-12T07:18:20.338 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-12T07:18:20.339 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package libradosstriper1. 2024-03-12T07:18:20.365 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:18:20.397 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking libradosstriper1 (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:20.650 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-urllib3. 2024-03-12T07:18:20.677 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-12T07:18:20.716 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-12T07:18:20.809 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package ceph-common. 2024-03-12T07:18:20.836 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:18:20.876 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking ceph-common (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:21.044 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-requests. 2024-03-12T07:18:21.071 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-12T07:18:21.111 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-12T07:18:21.422 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-12T07:18:21.449 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-12T07:18:21.488 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-12T07:18:21.800 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-12T07:18:21.816 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2024-g5b9d4354-1jammy_all.deb ... 2024-03-12T07:18:21.858 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:22.140 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package ceph-base. 2024-03-12T07:18:22.166 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:18:22.215 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking ceph-base (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:22.237 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-12T07:18:22.264 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:18:22.304 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:23.424 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-12T07:18:23.451 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-12T07:18:23.461 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-12T07:18:23.488 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-12T07:18:23.490 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-12T07:18:23.527 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-12T07:18:23.793 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-openssl. 2024-03-12T07:18:23.820 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-12T07:18:23.830 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-cheroot. 2024-03-12T07:18:23.857 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-12T07:18:23.859 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-12T07:18:23.897 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-12T07:18:24.146 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-mgr. 2024-03-12T07:18:24.162 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:18:24.196 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-mgr (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:24.216 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-12T07:18:24.243 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-12T07:18:24.292 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-12T07:18:24.595 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-12T07:18:24.599 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-mon. 2024-03-12T07:18:24.621 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-12T07:18:24.626 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:18:24.661 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-12T07:18:24.665 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-mon (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:24.939 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-12T07:18:24.966 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-12T07:18:25.006 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-12T07:18:25.277 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-osd. 2024-03-12T07:18:25.304 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:18:25.317 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-tempora. 2024-03-12T07:18:25.343 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-osd (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:25.344 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-12T07:18:25.384 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-12T07:18:25.637 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-portend. 2024-03-12T07:18:25.652 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-12T07:18:25.695 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-12T07:18:25.956 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-12T07:18:25.982 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-12T07:18:26.022 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-12T07:18:26.334 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-12T07:18:26.361 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-12T07:18:26.401 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-12T07:18:26.471 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph. 2024-03-12T07:18:26.488 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../066-ceph_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:18:26.530 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:26.704 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-natsort. 2024-03-12T07:18:26.720 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-12T07:18:26.754 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-12T07:18:26.824 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-fuse. 2024-03-12T07:18:26.851 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:18:26.891 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-fuse (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:27.074 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-logutils. 2024-03-12T07:18:27.100 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-12T07:18:27.140 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-12T07:18:27.252 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-mds. 2024-03-12T07:18:27.279 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:18:27.318 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-mds (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:27.444 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-12T07:18:27.470 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-12T07:18:27.510 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-12T07:18:27.789 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-mako. 2024-03-12T07:18:27.815 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-12T07:18:27.855 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-12T07:18:27.859 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package cephadm. 2024-03-12T07:18:27.886 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../069-cephadm_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:18:27.954 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking cephadm (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:28.158 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-12T07:18:28.185 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-12T07:18:28.216 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-12T07:18:28.274 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-12T07:18:28.301 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-12T07:18:28.332 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-12T07:18:28.519 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-12T07:18:28.546 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-12T07:18:28.586 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-12T07:18:28.651 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-12T07:18:28.678 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-12T07:18:28.718 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-12T07:18:28.881 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-webob. 2024-03-12T07:18:28.907 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-12T07:18:29.091 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-12T07:18:29.509 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-waitress. 2024-03-12T07:18:29.536 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-12T07:18:29.578 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-12T07:18:29.714 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-babel. 2024-03-12T07:18:29.730 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-12T07:18:29.763 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-12T07:18:29.870 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-tempita. 2024-03-12T07:18:29.886 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-12T07:18:29.920 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-12T07:18:30.050 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-jinja2. 2024-03-12T07:18:30.071 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-12T07:18:30.108 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-12T07:18:30.190 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-paste. 2024-03-12T07:18:30.217 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-12T07:18:30.256 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-12T07:18:30.394 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-12T07:18:30.421 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2024-g5b9d4354-1jammy_all.deb ... 2024-03-12T07:18:30.452 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:30.601 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-12T07:18:30.628 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-12T07:18:30.668 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-12T07:18:30.764 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-12T07:18:30.780 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-12T07:18:30.814 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-12T07:18:30.946 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-12T07:18:30.972 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-12T07:18:31.012 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-12T07:18:31.108 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-routes. 2024-03-12T07:18:31.135 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-12T07:18:31.175 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-12T07:18:31.299 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-webtest. 2024-03-12T07:18:31.325 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-12T07:18:31.365 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-12T07:18:31.486 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-12T07:18:31.513 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2024-g5b9d4354-1jammy_all.deb ... 2024-03-12T07:18:31.553 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:31.693 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-pecan. 2024-03-12T07:18:31.720 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-12T07:18:31.760 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-12T07:18:31.997 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-12T07:18:32.013 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-12T07:18:32.055 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-12T07:18:32.098 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-certifi. 2024-03-12T07:18:32.124 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-12T07:18:32.164 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-12T07:18:32.493 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-idna. 2024-03-12T07:18:32.519 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-12T07:18:32.559 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-joblib. 2024-03-12T07:18:32.559 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-12T07:18:32.586 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-12T07:18:32.625 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-12T07:18:32.812 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-urllib3. 2024-03-12T07:18:32.839 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-12T07:18:32.879 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-12T07:18:32.987 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-12T07:18:33.014 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-12T07:18:33.053 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-12T07:18:33.182 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-requests. 2024-03-12T07:18:33.209 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-12T07:18:33.248 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-12T07:18:33.406 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-sklearn. 2024-03-12T07:18:33.434 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-12T07:18:33.472 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-12T07:18:33.577 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-12T07:18:33.604 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-12T07:18:33.643 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-12T07:18:33.922 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-12T07:18:33.949 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2024-g5b9d4354-1jammy_all.deb ... 2024-03-12T07:18:33.988 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:34.114 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-12T07:18:34.142 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2024-g5b9d4354-1jammy_all.deb ... 2024-03-12T07:18:34.258 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:34.410 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-12T07:18:34.437 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:18:34.476 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:34.754 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-12T07:18:34.770 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-12T07:18:34.804 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-12T07:18:35.091 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-openssl. 2024-03-12T07:18:35.118 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-12T07:18:35.157 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-12T07:18:35.211 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-cachetools. 2024-03-12T07:18:35.238 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-12T07:18:35.277 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-12T07:18:35.502 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package ceph-mgr. 2024-03-12T07:18:35.529 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:18:35.563 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-12T07:18:35.568 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking ceph-mgr (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:35.591 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-12T07:18:35.630 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-12T07:18:35.939 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package ceph-mon. 2024-03-12T07:18:35.958 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-12T07:18:35.966 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:18:35.986 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-12T07:18:36.005 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking ceph-mon (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:36.016 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-12T07:18:36.303 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-rsa. 2024-03-12T07:18:36.330 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-12T07:18:36.361 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-12T07:18:36.592 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package ceph-osd. 2024-03-12T07:18:36.619 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:18:36.658 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking ceph-osd (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:36.698 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-google-auth. 2024-03-12T07:18:36.725 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-12T07:18:36.764 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-12T07:18:37.067 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-12T07:18:37.095 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-12T07:18:37.134 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-12T07:18:37.445 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-websocket. 2024-03-12T07:18:37.472 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-12T07:18:37.511 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-12T07:18:37.754 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package ceph. 2024-03-12T07:18:37.769 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../066-ceph_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:18:37.812 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking ceph (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:37.823 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-12T07:18:37.851 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-12T07:18:37.889 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-12T07:18:38.090 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package ceph-fuse. 2024-03-12T07:18:38.117 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:18:38.148 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking ceph-fuse (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:38.493 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package ceph-mds. 2024-03-12T07:18:38.520 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:18:38.568 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking ceph-mds (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:38.837 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-12T07:18:38.865 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2024-g5b9d4354-1jammy_all.deb ... 2024-03-12T07:18:38.903 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:38.938 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package cephadm. 2024-03-12T07:18:38.965 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../069-cephadm_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:18:39.004 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking cephadm (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:39.156 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-12T07:18:39.183 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-12T07:18:39.213 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-12T07:18:39.290 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-12T07:18:39.306 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-12T07:18:39.340 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-12T07:18:39.559 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-12T07:18:39.586 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-12T07:18:39.625 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-12T07:18:39.834 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-12T07:18:39.850 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-12T07:18:39.884 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-12T07:18:39.886 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package jq. 2024-03-12T07:18:39.902 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-12T07:18:39.944 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-12T07:18:40.188 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package socat. 2024-03-12T07:18:40.216 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-12T07:18:40.280 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-12T07:18:40.566 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package xmlstarlet. 2024-03-12T07:18:40.582 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-12T07:18:40.616 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-12T07:18:40.907 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-babel. 2024-03-12T07:18:40.934 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-12T07:18:40.973 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-12T07:18:40.978 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-test. 2024-03-12T07:18:40.995 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:18:41.028 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-test (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:41.309 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-jinja2. 2024-03-12T07:18:41.336 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-12T07:18:41.376 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-12T07:18:41.696 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-12T07:18:41.722 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2024-g5b9d4354-1jammy_all.deb ... 2024-03-12T07:18:41.762 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:42.099 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-12T07:18:42.126 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-12T07:18:42.165 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-12T07:18:42.452 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-routes. 2024-03-12T07:18:42.478 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-12T07:18:42.527 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-12T07:18:43.022 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-12T07:18:43.049 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2024-g5b9d4354-1jammy_all.deb ... 2024-03-12T07:18:43.088 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:43.249 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-volume. 2024-03-12T07:18:43.277 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2024-g5b9d4354-1jammy_all.deb ... 2024-03-12T07:18:43.315 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-volume (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:43.516 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-12T07:18:43.532 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-12T07:18:43.583 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-12T07:18:43.594 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-12T07:18:43.610 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:18:43.644 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libcephfs-dev (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:43.980 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-12T07:18:44.008 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-12T07:18:44.046 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-12T07:18:44.053 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-joblib. 2024-03-12T07:18:44.080 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-12T07:18:44.121 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-12T07:18:44.368 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-12T07:18:44.395 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-12T07:18:44.434 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-12T07:18:44.440 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-12T07:18:44.455 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-12T07:18:44.490 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-12T07:18:44.754 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package nvme-cli. 2024-03-12T07:18:44.782 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-12T07:18:44.784 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-sklearn. 2024-03-12T07:18:44.811 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-12T07:18:44.812 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-12T07:18:44.884 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-12T07:18:45.236 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package pkg-config. 2024-03-12T07:18:45.264 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-12T07:18:45.302 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-12T07:18:45.502 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-12T07:18:45.529 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2024-g5b9d4354-1jammy_all.deb ... 2024-03-12T07:18:45.563 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-12T07:18:45.580 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-12T07:18:45.621 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-12T07:18:45.645 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:46.058 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-12T07:18:46.086 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-12T07:18:46.124 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-12T07:18:46.410 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-pastescript. 2024-03-12T07:18:46.439 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-12T07:18:46.477 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-12T07:18:46.582 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-cachetools. 2024-03-12T07:18:46.609 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-12T07:18:46.649 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-12T07:18:46.797 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-pluggy. 2024-03-12T07:18:46.825 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-12T07:18:46.863 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-12T07:18:46.952 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-12T07:18:46.979 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-12T07:18:47.018 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-12T07:18:47.182 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-psutil. 2024-03-12T07:18:47.211 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-12T07:18:47.249 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-12T07:18:47.313 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-12T07:18:47.329 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-12T07:18:47.363 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-12T07:18:47.586 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-py. 2024-03-12T07:18:47.614 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-12T07:18:47.625 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-rsa. 2024-03-12T07:18:47.651 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-12T07:18:47.652 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-12T07:18:47.691 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-12T07:18:47.997 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-pygments. 2024-03-12T07:18:48.020 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-google-auth. 2024-03-12T07:18:48.025 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-12T07:18:48.048 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-12T07:18:48.063 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-12T07:18:48.087 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-12T07:18:48.373 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-12T07:18:48.400 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-12T07:18:48.440 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-12T07:18:48.492 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-12T07:18:48.520 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-12T07:18:48.558 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-12T07:18:48.718 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-websocket. 2024-03-12T07:18:48.745 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-12T07:18:48.785 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-12T07:18:48.828 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-toml. 2024-03-12T07:18:48.856 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-12T07:18:48.894 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-12T07:18:49.097 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-12T07:18:49.124 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-12T07:18:49.163 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-12T07:18:49.197 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-pytest. 2024-03-12T07:18:49.225 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-12T07:18:49.263 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-12T07:18:49.575 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-simplejson. 2024-03-12T07:18:49.591 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-12T07:18:49.624 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-12T07:18:49.794 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-12T07:18:49.821 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2024-g5b9d4354-1jammy_all.deb ... 2024-03-12T07:18:49.860 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:49.877 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-12T07:18:49.894 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-12T07:18:49.935 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-12T07:18:50.405 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-12T07:18:50.432 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-12T07:18:50.471 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-12T07:18:50.673 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package radosgw. 2024-03-12T07:18:50.701 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../116-radosgw_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:18:50.739 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking radosgw (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:50.758 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-12T07:18:50.785 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-12T07:18:50.816 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-12T07:18:51.052 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package jq. 2024-03-12T07:18:51.068 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-12T07:18:51.110 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-12T07:18:51.363 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package socat. 2024-03-12T07:18:51.379 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-12T07:18:51.421 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-12T07:18:51.542 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package rbd-fuse. 2024-03-12T07:18:51.558 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:18:51.591 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking rbd-fuse (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:51.699 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package xmlstarlet. 2024-03-12T07:18:51.726 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-12T07:18:51.766 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-12T07:18:51.855 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-12T07:18:52.113 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-12T07:18:52.138 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package ceph-test. 2024-03-12T07:18:52.165 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:18:52.195 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking ceph-test (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:52.239 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-12T07:18:52.507 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-12T07:18:52.829 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-12T07:18:53.238 INFO:teuthology.orchestra.run.smithi063.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-12T07:18:53.299 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up cephadm (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:54.150 INFO:teuthology.orchestra.run.smithi063.stdout:Adding system user cephadm....done 2024-03-12T07:18:54.334 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package ceph-volume. 2024-03-12T07:18:54.348 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-12T07:18:54.361 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2024-g5b9d4354-1jammy_all.deb ... 2024-03-12T07:18:54.400 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking ceph-volume (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:54.671 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-12T07:18:54.687 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:18:54.729 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking libcephfs-dev (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:54.825 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-12T07:18:55.048 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-12T07:18:55.076 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-12T07:18:55.076 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-12T07:18:55.115 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-12T07:18:55.185 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-12T07:18:55.437 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-12T07:18:55.453 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-12T07:18:55.480 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-12T07:18:55.511 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-12T07:18:55.687 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-12T07:18:55.813 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-12T07:18:55.899 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package nvme-cli. 2024-03-12T07:18:55.927 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-12T07:18:55.965 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-12T07:18:56.123 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-12T07:18:56.364 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package pkg-config. 2024-03-12T07:18:56.392 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-12T07:18:56.431 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-12T07:18:56.483 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-12T07:18:56.659 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-12T07:18:56.675 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-12T07:18:56.708 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-12T07:18:56.726 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-12T07:18:56.994 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-12T07:18:57.095 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-12T07:18:57.111 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-12T07:18:57.144 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-12T07:18:57.246 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-12T07:18:57.423 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-pastescript. 2024-03-12T07:18:57.450 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-12T07:18:57.489 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-12T07:18:57.505 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-12T07:18:57.781 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-12T07:18:57.801 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-pluggy. 2024-03-12T07:18:57.828 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-12T07:18:57.867 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-12T07:18:58.040 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-ceph-argparse (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:18:58.179 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-psutil. 2024-03-12T07:18:58.206 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-12T07:18:58.245 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-12T07:18:58.308 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-12T07:18:58.409 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-12T07:18:58.510 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-12T07:18:58.574 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-py. 2024-03-12T07:18:58.601 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-12T07:18:58.628 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-12T07:18:58.640 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-12T07:18:58.887 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-12T07:18:58.943 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-pygments. 2024-03-12T07:18:58.971 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-12T07:18:59.010 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-12T07:18:59.264 INFO:teuthology.orchestra.run.smithi063.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-12T07:18:59.294 INFO:teuthology.orchestra.run.smithi063.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-12T07:18:59.365 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-12T07:18:59.483 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-12T07:18:59.514 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-12T07:18:59.542 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-12T07:18:59.580 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-12T07:18:59.834 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-12T07:18:59.884 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-toml. 2024-03-12T07:18:59.911 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-12T07:18:59.950 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-12T07:18:59.985 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-12T07:19:00.236 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-12T07:19:00.253 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-pytest. 2024-03-12T07:19:00.280 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-12T07:19:00.319 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-12T07:19:00.504 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-12T07:19:00.813 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up zip (3.0-12build2) ... 2024-03-12T07:19:00.848 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package python3-simplejson. 2024-03-12T07:19:00.864 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-12T07:19:00.898 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-12T07:19:00.939 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-12T07:19:01.125 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-12T07:19:01.141 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-12T07:19:01.175 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-12T07:19:01.633 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-12T07:19:01.854 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package radosgw. 2024-03-12T07:19:01.882 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../116-radosgw_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:19:01.892 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-12T07:19:01.921 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking radosgw (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:02.035 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-12T07:19:02.136 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-12T07:19:02.412 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-12T07:19:02.691 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package rbd-fuse. 2024-03-12T07:19:02.706 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2024-g5b9d4354-1jammy_amd64.deb ... 2024-03-12T07:19:02.766 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking rbd-fuse (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:02.821 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-12T07:19:03.062 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-12T07:19:03.072 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-12T07:19:03.312 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-12T07:19:03.447 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-12T07:19:03.457 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-12T07:19:03.706 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-12T07:19:03.750 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-12T07:19:04.022 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-12T07:19:04.093 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-12T07:19:04.328 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-12T07:19:04.428 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-ceph-common (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:04.463 INFO:teuthology.orchestra.run.smithi083.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-12T07:19:04.565 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up cephadm (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:04.746 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-idna (3.3-1) ... 2024-03-12T07:19:05.089 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-12T07:19:05.133 INFO:teuthology.orchestra.run.smithi083.stdout:Adding system user cephadm....done 2024-03-12T07:19:05.315 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-12T07:19:05.826 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-12T07:19:06.076 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-12T07:19:06.203 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-12T07:19:06.353 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-12T07:19:06.454 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-12T07:19:06.613 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-12T07:19:06.714 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-12T07:19:06.747 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-12T07:19:06.840 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-12T07:19:07.015 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-12T07:19:07.133 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-12T07:19:07.141 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-12T07:19:07.259 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-12T07:19:07.485 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-12T07:19:07.543 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-12T07:19:07.745 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-12T07:19:07.845 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-12T07:19:08.021 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-12T07:19:08.095 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-12T07:19:08.221 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-12T07:19:08.298 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-12T07:19:08.539 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-12T07:19:08.549 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-12T07:19:08.799 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-12T07:19:08.800 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-12T07:19:09.066 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-12T07:19:09.101 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-ceph-argparse (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:09.326 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-12T07:19:09.361 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-12T07:19:09.487 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-12T07:19:09.613 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-12T07:19:09.686 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-12T07:19:09.747 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-12T07:19:09.937 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-12T07:19:09.998 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-12T07:19:10.054 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-12T07:19:10.347 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-12T07:19:10.379 INFO:teuthology.orchestra.run.smithi083.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-12T07:19:10.413 INFO:teuthology.orchestra.run.smithi083.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-12T07:19:10.473 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-12T07:19:10.476 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-12T07:19:10.602 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-12T07:19:10.782 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-12T07:19:11.083 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-12T07:19:11.221 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-12T07:19:11.342 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-12T07:19:11.346 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-12T07:19:11.452 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-12T07:19:11.553 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-12T07:19:11.623 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-12T07:19:11.626 INFO:teuthology.orchestra.run.smithi063.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-12T07:19:11.863 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-12T07:19:11.866 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-12T07:19:11.989 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-12T07:19:12.150 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up zip (3.0-12build2) ... 2024-03-12T07:19:12.268 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-12T07:19:12.390 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-12T07:19:12.658 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-12T07:19:12.784 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-12T07:19:12.995 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-12T07:19:13.043 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-12T07:19:13.144 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-12T07:19:13.254 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-12T07:19:13.389 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-12T07:19:13.462 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-12T07:19:13.515 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-12T07:19:13.771 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-12T07:19:13.807 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-12T07:19:14.047 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-12T07:19:14.173 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-12T07:19:14.209 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-12T07:19:14.450 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-12T07:19:14.460 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-12T07:19:14.709 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-12T07:19:14.837 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-12T07:19:15.062 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-12T07:19:15.130 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-12T07:19:15.447 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-12T07:19:15.473 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-12T07:19:15.699 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-12T07:19:15.748 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-12T07:19:15.808 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-ceph-common (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:16.093 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-idna (3.3-1) ... 2024-03-12T07:19:16.134 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-12T07:19:16.244 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up librados2 (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:16.361 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:16.403 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-12T07:19:16.487 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-12T07:19:16.823 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libcephfs2 (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:16.949 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libradosstriper1 (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:17.075 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-12T07:19:17.343 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up librbd1 (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:17.469 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-mgr-modules-core (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:17.550 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-12T07:19:17.578 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-fuse (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:17.799 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-12T07:19:17.799 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-12T07:19:17.802 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-12T07:19:17.936 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-12T07:19:18.204 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-12T07:19:18.279 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libcephfs-dev (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:18.321 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-12T07:19:18.406 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-rados (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:18.423 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-12T07:19:18.531 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up librgw2 (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:18.657 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-12T07:19:18.691 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-12T07:19:18.934 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-12T07:19:19.185 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-12T07:19:19.311 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-12T07:19:19.612 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-12T07:19:19.863 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-12T07:19:19.886 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-rbd (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:20.012 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up rbd-fuse (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:20.106 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-12T07:19:20.138 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-rgw (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:20.264 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-cephfs (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:20.349 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-12T07:19:20.390 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-common (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:20.600 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-12T07:19:20.874 INFO:teuthology.orchestra.run.smithi063.stdout:Adding group ceph....done 2024-03-12T07:19:20.884 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-12T07:19:21.011 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-12T07:19:21.259 INFO:teuthology.orchestra.run.smithi063.stdout:Adding system user ceph....done 2024-03-12T07:19:21.295 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-12T07:19:21.394 INFO:teuthology.orchestra.run.smithi063.stdout:Setting system user ceph properties....done 2024-03-12T07:19:21.407 INFO:teuthology.orchestra.run.smithi063.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-12T07:19:21.421 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-12T07:19:21.556 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-12T07:19:21.714 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-12T07:19:21.869 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-12T07:19:21.991 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-12T07:19:22.233 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-12T07:19:22.324 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-test (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:22.359 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-12T07:19:22.450 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up radosgw (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:22.485 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-12T07:19:22.575 INFO:teuthology.orchestra.run.smithi083.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-12T07:19:22.812 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-12T07:19:22.903 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-12T07:19:22.904 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-12T07:19:22.955 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-12T07:19:23.335 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-base (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:23.340 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-12T07:19:23.583 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-12T07:19:23.672 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-12T07:19:23.708 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-12T07:19:23.968 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-12T07:19:24.094 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-12T07:19:24.112 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-mds (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:24.375 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-12T07:19:24.375 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-12T07:19:24.412 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-12T07:19:24.730 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-12T07:19:24.839 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-mgr (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:25.006 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-12T07:19:25.066 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-12T07:19:25.066 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-12T07:19:25.107 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-12T07:19:25.375 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-12T07:19:25.540 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-osd (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:25.642 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-12T07:19:25.816 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-12T07:19:25.816 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-12T07:19:25.979 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-12T07:19:26.266 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:26.365 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-12T07:19:26.384 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:26.535 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-mon (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:26.624 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-12T07:19:26.768 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-12T07:19:26.769 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-12T07:19:26.960 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-12T07:19:27.086 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up librados2 (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:27.213 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-mgr-cephadm (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:27.213 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:27.339 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-12T07:19:27.362 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:27.488 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-mgr-dashboard (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:27.625 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up libcephfs2 (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:27.639 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-volume (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:27.751 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up libradosstriper1 (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:27.902 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-12T07:19:28.001 INFO:teuthology.orchestra.run.smithi063.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-12T07:19:28.118 INFO:teuthology.orchestra.run.smithi063.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-12T07:19:28.179 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up librbd1 (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:28.237 INFO:teuthology.orchestra.run.smithi063.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-12T07:19:28.297 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up ceph-mgr-modules-core (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:28.398 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up ceph-fuse (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:28.593 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-12T07:19:28.593 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-12T07:19:29.083 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up libcephfs-dev (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:29.192 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-rados (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:29.313 INFO:teuthology.orchestra.run.smithi063.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-12T07:19:29.318 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up librgw2 (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:29.444 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-12T07:19:29.998 INFO:teuthology.orchestra.run.smithi063.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-12T07:19:30.004 DEBUG:teuthology.parallel:result is None 2024-03-12T07:19:30.673 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-rbd (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:30.774 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up rbd-fuse (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:30.875 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-rgw (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:30.992 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up python3-cephfs (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:31.119 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up ceph-common (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:31.671 INFO:teuthology.orchestra.run.smithi083.stdout:Adding group ceph....done 2024-03-12T07:19:32.030 INFO:teuthology.orchestra.run.smithi083.stdout:Adding system user ceph....done 2024-03-12T07:19:32.182 INFO:teuthology.orchestra.run.smithi083.stdout:Setting system user ceph properties....done 2024-03-12T07:19:32.194 INFO:teuthology.orchestra.run.smithi083.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-12T07:19:32.331 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-12T07:19:32.611 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-12T07:19:33.095 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up ceph-test (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:33.221 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up radosgw (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:33.690 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-12T07:19:33.691 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-12T07:19:34.165 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up ceph-base (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:34.482 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-12T07:19:35.017 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up ceph-mds (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:35.245 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-12T07:19:35.245 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-12T07:19:35.678 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up ceph-mgr (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:35.911 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-12T07:19:35.911 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-12T07:19:36.404 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up ceph-osd (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:36.657 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-12T07:19:36.657 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-12T07:19:37.334 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:37.477 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:37.628 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up ceph-mon (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:37.839 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-12T07:19:37.839 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-12T07:19:38.321 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up ceph-mgr-cephadm (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:38.464 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up ceph (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:38.615 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up ceph-mgr-dashboard (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:38.741 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up ceph-volume (19.0.0-2024-g5b9d4354-1jammy) ... 2024-03-12T07:19:39.068 INFO:teuthology.orchestra.run.smithi083.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-12T07:19:39.311 INFO:teuthology.orchestra.run.smithi083.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-12T07:19:39.464 INFO:teuthology.orchestra.run.smithi083.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-12T07:19:40.515 INFO:teuthology.orchestra.run.smithi083.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-12T07:19:41.140 INFO:teuthology.orchestra.run.smithi083.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-12T07:19:41.146 DEBUG:teuthology.parallel:result is None 2024-03-12T07:19:41.146 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5b9d43544ea530e7d1916e6bf61a008da6c92ddf 2024-03-12T07:19:41.289 DEBUG:teuthology.orchestra.run.smithi063:> dpkg-query -W -f '${Version}' ceph 2024-03-12T07:19:41.309 INFO:teuthology.orchestra.run.smithi063.stdout:19.0.0-2024-g5b9d4354-1jammy 2024-03-12T07:19:41.309 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2024-g5b9d4354-1jammy 2024-03-12T07:19:41.309 INFO:teuthology.task.install:The correct ceph version 19.0.0-2024-g5b9d4354-1jammy is installed. 2024-03-12T07:19:41.311 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5b9d43544ea530e7d1916e6bf61a008da6c92ddf 2024-03-12T07:19:41.531 DEBUG:teuthology.orchestra.run.smithi083:> dpkg-query -W -f '${Version}' ceph 2024-03-12T07:19:41.549 INFO:teuthology.orchestra.run.smithi083.stdout:19.0.0-2024-g5b9d4354-1jammy 2024-03-12T07:19:41.550 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2024-g5b9d4354-1jammy 2024-03-12T07:19:41.550 INFO:teuthology.task.install:The correct ceph version 19.0.0-2024-g5b9d4354-1jammy is installed. 2024-03-12T07:19:41.551 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-03-12T07:19:41.552 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-03-12T07:19:41.552 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-12T07:19:41.566 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-03-12T07:19:41.566 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-12T07:19:41.602 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-03-12T07:19:41.603 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-03-12T07:19:41.603 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/usr/bin/daemon-helper 2024-03-12T07:19:41.621 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-12T07:19:41.677 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-03-12T07:19:41.677 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/usr/bin/daemon-helper 2024-03-12T07:19:41.690 DEBUG:teuthology.orchestra.run.smithi083:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-12T07:19:41.742 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-03-12T07:19:41.742 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-03-12T07:19:41.743 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-12T07:19:41.755 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-12T07:19:41.809 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-03-12T07:19:41.809 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-12T07:19:41.821 DEBUG:teuthology.orchestra.run.smithi083:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-12T07:19:41.873 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-03-12T07:19:41.873 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-03-12T07:19:41.873 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/usr/bin/stdin-killer 2024-03-12T07:19:41.887 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-12T07:19:41.941 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-03-12T07:19:41.941 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/usr/bin/stdin-killer 2024-03-12T07:19:41.954 DEBUG:teuthology.orchestra.run.smithi083:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-12T07:19:42.011 INFO:teuthology.run_tasks:Running task exec... 2024-03-12T07:19:42.020 INFO:teuthology.task.exec:Executing custom commands... 2024-03-12T07:19:42.021 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi063.front.sepia.ceph.com 2024-03-12T07:19:42.021 DEBUG:teuthology.orchestra.run.smithi063:> sudo TESTDIR=/home/ubuntu/cephtest bash -c '' 2024-03-12T07:19:42.035 DEBUG:teuthology.orchestra.run.smithi063:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'set -x' 2024-03-12T07:19:42.090 DEBUG:teuthology.orchestra.run.smithi063:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'yum install -y passwd samba-common-tools || apt install -y passwd samba' 2024-03-12T07:19:42.149 INFO:teuthology.orchestra.run.smithi063.stderr:bash: line 1: yum: command not found 2024-03-12T07:19:42.154 INFO:teuthology.orchestra.run.smithi063.stderr: 2024-03-12T07:19:42.154 INFO:teuthology.orchestra.run.smithi063.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2024-03-12T07:19:42.154 INFO:teuthology.orchestra.run.smithi063.stderr: 2024-03-12T07:19:42.206 INFO:teuthology.orchestra.run.smithi063.stdout:Reading package lists... 2024-03-12T07:19:42.404 INFO:teuthology.orchestra.run.smithi063.stdout:Building dependency tree... 2024-03-12T07:19:42.405 INFO:teuthology.orchestra.run.smithi063.stdout:Reading state information... 2024-03-12T07:19:42.585 INFO:teuthology.orchestra.run.smithi063.stdout:The following packages were automatically installed and are no longer required: 2024-03-12T07:19:42.585 INFO:teuthology.orchestra.run.smithi063.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libiscsi7 libpmemobj1 2024-03-12T07:19:42.585 INFO:teuthology.orchestra.run.smithi063.stdout: libpython2-dev libpython2-stdlib libpython2.7 libpython2.7-dev 2024-03-12T07:19:42.586 INFO:teuthology.orchestra.run.smithi063.stdout: libpython2.7-minimal libpython2.7-stdlib linux-image-5.4.0-135-generic 2024-03-12T07:19:42.586 INFO:teuthology.orchestra.run.smithi063.stdout: linux-modules-5.4.0-135-generic python2 python2-dev python2-minimal 2024-03-12T07:19:42.586 INFO:teuthology.orchestra.run.smithi063.stdout: python2.7 python2.7-dev python2.7-minimal 2024-03-12T07:19:42.586 INFO:teuthology.orchestra.run.smithi063.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-12T07:19:42.587 INFO:teuthology.orchestra.run.smithi063.stdout:The following additional packages will be installed: 2024-03-12T07:19:42.588 INFO:teuthology.orchestra.run.smithi063.stdout: libgpgme11 libldb2 libtdb1 libwbclient0 python3-dnspython python3-gpg 2024-03-12T07:19:42.588 INFO:teuthology.orchestra.run.smithi063.stdout: python3-ldb python3-markdown python3-requests-toolbelt python3-samba 2024-03-12T07:19:42.588 INFO:teuthology.orchestra.run.smithi063.stdout: python3-talloc python3-tdb samba-common samba-common-bin samba-dsdb-modules 2024-03-12T07:19:42.588 INFO:teuthology.orchestra.run.smithi063.stdout: samba-libs samba-vfs-modules tdb-tools 2024-03-12T07:19:42.589 INFO:teuthology.orchestra.run.smithi063.stdout:Suggested packages: 2024-03-12T07:19:42.589 INFO:teuthology.orchestra.run.smithi063.stdout: python3-sniffio python3-trio python-markdown-doc bind9 bind9utils ctdb 2024-03-12T07:19:42.589 INFO:teuthology.orchestra.run.smithi063.stdout: ldb-tools smbldap-tools winbind heimdal-clients 2024-03-12T07:19:42.629 INFO:teuthology.orchestra.run.smithi063.stdout:The following NEW packages will be installed: 2024-03-12T07:19:42.630 INFO:teuthology.orchestra.run.smithi063.stdout: libgpgme11 libldb2 libtdb1 python3-dnspython python3-gpg python3-ldb 2024-03-12T07:19:42.630 INFO:teuthology.orchestra.run.smithi063.stdout: python3-markdown python3-requests-toolbelt python3-samba python3-talloc 2024-03-12T07:19:42.630 INFO:teuthology.orchestra.run.smithi063.stdout: python3-tdb samba samba-common samba-common-bin samba-dsdb-modules 2024-03-12T07:19:42.630 INFO:teuthology.orchestra.run.smithi063.stdout: samba-libs samba-vfs-modules tdb-tools 2024-03-12T07:19:42.631 INFO:teuthology.orchestra.run.smithi063.stdout:The following packages will be upgraded: 2024-03-12T07:19:42.632 INFO:teuthology.orchestra.run.smithi063.stdout: libwbclient0 passwd 2024-03-12T07:19:42.710 INFO:teuthology.orchestra.run.smithi063.stdout:2 upgraded, 18 newly installed, 0 to remove and 273 not upgraded. 2024-03-12T07:19:42.710 INFO:teuthology.orchestra.run.smithi063.stdout:Need to get 13.9 MB of archives. 2024-03-12T07:19:42.710 INFO:teuthology.orchestra.run.smithi063.stdout:After this operation, 74.7 MB of additional disk space will be used. 2024-03-12T07:19:42.711 INFO:teuthology.orchestra.run.smithi063.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libwbclient0 amd64 2:4.15.13+dfsg-0ubuntu1.5 [267 kB] 2024-03-12T07:19:42.822 INFO:teuthology.orchestra.run.smithi063.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-dnspython all 2.1.0-1ubuntu1 [123 kB] 2024-03-12T07:19:42.829 INFO:teuthology.orchestra.run.smithi063.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtdb1 amd64 1.4.5-2build1 [46.4 kB] 2024-03-12T07:19:42.831 INFO:teuthology.orchestra.run.smithi063.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libldb2 amd64 2:2.4.4-0ubuntu0.22.04.2 [154 kB] 2024-03-12T07:19:42.844 INFO:teuthology.orchestra.run.smithi063.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-ldb amd64 2:2.4.4-0ubuntu0.22.04.2 [41.7 kB] 2024-03-12T07:19:42.846 INFO:teuthology.orchestra.run.smithi063.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tdb amd64 1.4.5-2build1 [15.5 kB] 2024-03-12T07:19:42.847 INFO:teuthology.orchestra.run.smithi063.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-talloc amd64 2.3.3-2build1 [13.0 kB] 2024-03-12T07:19:42.848 INFO:teuthology.orchestra.run.smithi063.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 samba-libs amd64 2:4.15.13+dfsg-0ubuntu1.5 [6,274 kB] 2024-03-12T07:19:42.954 INFO:teuthology.orchestra.run.smithi063.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-samba amd64 2:4.15.13+dfsg-0ubuntu1.5 [3,115 kB] 2024-03-12T07:19:42.980 INFO:teuthology.orchestra.run.smithi063.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 samba-common all 2:4.15.13+dfsg-0ubuntu1.5 [75.8 kB] 2024-03-12T07:19:42.981 INFO:teuthology.orchestra.run.smithi063.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 samba-common-bin amd64 2:4.15.13+dfsg-0ubuntu1.5 [620 kB] 2024-03-12T07:19:42.986 INFO:teuthology.orchestra.run.smithi063.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 tdb-tools amd64 1.4.5-2build1 [26.2 kB] 2024-03-12T07:19:42.986 INFO:teuthology.orchestra.run.smithi063.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 samba amd64 2:4.15.13+dfsg-0ubuntu1.5 [1,192 kB] 2024-03-12T07:19:42.996 INFO:teuthology.orchestra.run.smithi063.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 passwd amd64 1:4.8.1-2ubuntu2.2 [768 kB] 2024-03-12T07:19:43.002 INFO:teuthology.orchestra.run.smithi063.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgpgme11 amd64 1.16.0-1.2ubuntu4.2 [136 kB] 2024-03-12T07:19:43.003 INFO:teuthology.orchestra.run.smithi063.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-gpg amd64 1.16.0-1.2ubuntu4.2 [214 kB] 2024-03-12T07:19:43.005 INFO:teuthology.orchestra.run.smithi063.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markdown all 3.3.6-1 [68.5 kB] 2024-03-12T07:19:43.006 INFO:teuthology.orchestra.run.smithi063.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-requests-toolbelt all 0.9.1-1 [38.0 kB] 2024-03-12T07:19:43.006 INFO:teuthology.orchestra.run.smithi063.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 samba-dsdb-modules amd64 2:4.15.13+dfsg-0ubuntu1.5 [313 kB] 2024-03-12T07:19:43.021 INFO:teuthology.orchestra.run.smithi063.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 samba-vfs-modules amd64 2:4.15.13+dfsg-0ubuntu1.5 [419 kB] 2024-03-12T07:19:43.334 INFO:teuthology.orchestra.run.smithi063.stderr:debconf: unable to initialize frontend: Dialog 2024-03-12T07:19:43.334 INFO:teuthology.orchestra.run.smithi063.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2024-03-12T07:19:43.335 INFO:teuthology.orchestra.run.smithi063.stderr:debconf: falling back to frontend: Readline 2024-03-12T07:19:43.351 INFO:teuthology.orchestra.run.smithi063.stderr:debconf: unable to initialize frontend: Readline 2024-03-12T07:19:43.351 INFO:teuthology.orchestra.run.smithi063.stderr:debconf: (This frontend requires a controlling tty.) 2024-03-12T07:19:43.351 INFO:teuthology.orchestra.run.smithi063.stderr:debconf: falling back to frontend: Teletype 2024-03-12T07:19:43.355 INFO:teuthology.orchestra.run.smithi063.stderr:dpkg-preconfigure: unable to re-open stdin: 2024-03-12T07:19:43.389 INFO:teuthology.orchestra.run.smithi063.stdout:Fetched 13.9 MB in 0s (36.1 MB/s) 2024-03-12T07:19:43.779 INFO:teuthology.orchestra.run.smithi063.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 ... 173568 files and directories currently installed.) 2024-03-12T07:19:43.785 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../00-libwbclient0_2%3a4.15.13+dfsg-0ubuntu1.5_amd64.deb ... 2024-03-12T07:19:43.961 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libwbclient0:amd64 (2:4.15.13+dfsg-0ubuntu1.5) over (2:4.15.9+dfsg-0ubuntu0.3) ... 2024-03-12T07:19:44.307 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-dnspython. 2024-03-12T07:19:44.336 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../01-python3-dnspython_2.1.0-1ubuntu1_all.deb ... 2024-03-12T07:19:44.373 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-dnspython (2.1.0-1ubuntu1) ... 2024-03-12T07:19:44.736 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libtdb1:amd64. 2024-03-12T07:19:44.765 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../02-libtdb1_1.4.5-2build1_amd64.deb ... 2024-03-12T07:19:44.802 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libtdb1:amd64 (1.4.5-2build1) ... 2024-03-12T07:19:45.130 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libldb2:amd64. 2024-03-12T07:19:45.158 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../03-libldb2_2%3a2.4.4-0ubuntu0.22.04.2_amd64.deb ... 2024-03-12T07:19:45.196 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libldb2:amd64 (2:2.4.4-0ubuntu0.22.04.2) ... 2024-03-12T07:19:45.651 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-ldb. 2024-03-12T07:19:45.679 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../04-python3-ldb_2%3a2.4.4-0ubuntu0.22.04.2_amd64.deb ... 2024-03-12T07:19:45.725 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-ldb (2:2.4.4-0ubuntu0.22.04.2) ... 2024-03-12T07:19:46.029 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-tdb. 2024-03-12T07:19:46.057 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../05-python3-tdb_1.4.5-2build1_amd64.deb ... 2024-03-12T07:19:46.095 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-tdb (1.4.5-2build1) ... 2024-03-12T07:19:46.348 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-talloc:amd64. 2024-03-12T07:19:46.376 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../06-python3-talloc_2.3.3-2build1_amd64.deb ... 2024-03-12T07:19:46.414 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-talloc:amd64 (2.3.3-2build1) ... 2024-03-12T07:19:46.767 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package samba-libs:amd64. 2024-03-12T07:19:46.795 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../07-samba-libs_2%3a4.15.13+dfsg-0ubuntu1.5_amd64.deb ... 2024-03-12T07:19:46.837 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking samba-libs:amd64 (2:4.15.13+dfsg-0ubuntu1.5) ... 2024-03-12T07:19:47.566 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-samba. 2024-03-12T07:19:47.594 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../08-python3-samba_2%3a4.15.13+dfsg-0ubuntu1.5_amd64.deb ... 2024-03-12T07:19:47.632 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-samba (2:4.15.13+dfsg-0ubuntu1.5) ... 2024-03-12T07:19:48.488 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package samba-common. 2024-03-12T07:19:48.516 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../09-samba-common_2%3a4.15.13+dfsg-0ubuntu1.5_all.deb ... 2024-03-12T07:19:48.554 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking samba-common (2:4.15.13+dfsg-0ubuntu1.5) ... 2024-03-12T07:19:48.807 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package samba-common-bin. 2024-03-12T07:19:48.836 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../10-samba-common-bin_2%3a4.15.13+dfsg-0ubuntu1.5_amd64.deb ... 2024-03-12T07:19:48.949 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking samba-common-bin (2:4.15.13+dfsg-0ubuntu1.5) ... 2024-03-12T07:19:49.295 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package tdb-tools. 2024-03-12T07:19:49.323 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../11-tdb-tools_1.4.5-2build1_amd64.deb ... 2024-03-12T07:19:49.361 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking tdb-tools (1.4.5-2build1) ... 2024-03-12T07:19:49.790 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package samba. 2024-03-12T07:19:49.819 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../12-samba_2%3a4.15.13+dfsg-0ubuntu1.5_amd64.deb ... 2024-03-12T07:19:49.881 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking samba (2:4.15.13+dfsg-0ubuntu1.5) ... 2024-03-12T07:19:50.618 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../13-passwd_1%3a4.8.1-2ubuntu2.2_amd64.deb ... 2024-03-12T07:19:50.904 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking passwd (1:4.8.1-2ubuntu2.2) over (1:4.8.1-2ubuntu2.1) ... 2024-03-12T07:19:51.457 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up passwd (1:4.8.1-2ubuntu2.2) ... 2024-03-12T07:19:52.132 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libgpgme11:amd64. 2024-03-12T07:19:52.238 INFO:teuthology.orchestra.run.smithi063.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 ... 174618 files and directories currently installed.) 2024-03-12T07:19:52.244 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../0-libgpgme11_1.16.0-1.2ubuntu4.2_amd64.deb ... 2024-03-12T07:19:52.288 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libgpgme11:amd64 (1.16.0-1.2ubuntu4.2) ... 2024-03-12T07:19:52.600 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-gpg. 2024-03-12T07:19:52.628 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../1-python3-gpg_1.16.0-1.2ubuntu4.2_amd64.deb ... 2024-03-12T07:19:52.666 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-gpg (1.16.0-1.2ubuntu4.2) ... 2024-03-12T07:19:53.021 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-markdown. 2024-03-12T07:19:53.049 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../2-python3-markdown_3.3.6-1_all.deb ... 2024-03-12T07:19:53.090 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-markdown (3.3.6-1) ... 2024-03-12T07:19:53.366 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-requests-toolbelt. 2024-03-12T07:19:53.382 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../3-python3-requests-toolbelt_0.9.1-1_all.deb ... 2024-03-12T07:19:53.424 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-requests-toolbelt (0.9.1-1) ... 2024-03-12T07:19:53.677 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package samba-dsdb-modules:amd64. 2024-03-12T07:19:53.694 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../4-samba-dsdb-modules_2%3a4.15.13+dfsg-0ubuntu1.5_amd64.deb ... 2024-03-12T07:19:53.754 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking samba-dsdb-modules:amd64 (2:4.15.13+dfsg-0ubuntu1.5) ... 2024-03-12T07:19:54.071 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package samba-vfs-modules:amd64. 2024-03-12T07:19:54.088 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../5-samba-vfs-modules_2%3a4.15.13+dfsg-0ubuntu1.5_amd64.deb ... 2024-03-12T07:19:54.121 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking samba-vfs-modules:amd64 (2:4.15.13+dfsg-0ubuntu1.5) ... 2024-03-12T07:19:54.501 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-requests-toolbelt (0.9.1-1) ... 2024-03-12T07:19:54.802 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-talloc:amd64 (2.3.3-2build1) ... 2024-03-12T07:19:54.928 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libtdb1:amd64 (1.4.5-2build1) ... 2024-03-12T07:19:55.063 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up samba-common (2:4.15.13+dfsg-0ubuntu1.5) ... 2024-03-12T07:19:55.366 INFO:teuthology.orchestra.run.smithi063.stdout:debconf: unable to initialize frontend: Dialog 2024-03-12T07:19:55.366 INFO:teuthology.orchestra.run.smithi063.stdout:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2024-03-12T07:19:55.366 INFO:teuthology.orchestra.run.smithi063.stdout:debconf: falling back to frontend: Readline 2024-03-12T07:19:55.554 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-03-12T07:19:55.555 INFO:teuthology.orchestra.run.smithi063.stdout:Creating config file /etc/samba/smb.conf with new version 2024-03-12T07:19:55.850 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libgpgme11:amd64 (1.16.0-1.2ubuntu4.2) ... 2024-03-12T07:19:55.993 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libwbclient0:amd64 (2:4.15.13+dfsg-0ubuntu1.5) ... 2024-03-12T07:19:56.119 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-tdb (1.4.5-2build1) ... 2024-03-12T07:19:56.378 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-gpg (1.16.0-1.2ubuntu4.2) ... 2024-03-12T07:19:56.680 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up tdb-tools (1.4.5-2build1) ... 2024-03-12T07:19:56.770 INFO:teuthology.orchestra.run.smithi063.stdout:update-alternatives: using /usr/bin/tdbbackup.tdbtools to provide /usr/bin/tdbbackup (tdbbackup) in auto mode 2024-03-12T07:19:56.832 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-markdown (3.3.6-1) ... 2024-03-12T07:19:57.100 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-dnspython (2.1.0-1ubuntu1) ... 2024-03-12T07:19:57.485 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libldb2:amd64 (2:2.4.4-0ubuntu0.22.04.2) ... 2024-03-12T07:19:57.611 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-ldb (2:2.4.4-0ubuntu0.22.04.2) ... 2024-03-12T07:19:57.871 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up samba-libs:amd64 (2:4.15.13+dfsg-0ubuntu1.5) ... 2024-03-12T07:19:57.997 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up samba-dsdb-modules:amd64 (2:4.15.13+dfsg-0ubuntu1.5) ... 2024-03-12T07:19:58.106 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-samba (2:4.15.13+dfsg-0ubuntu1.5) ... 2024-03-12T07:19:58.984 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up samba-vfs-modules:amd64 (2:4.15.13+dfsg-0ubuntu1.5) ... 2024-03-12T07:19:59.127 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up samba-common-bin (2:4.15.13+dfsg-0ubuntu1.5) ... 2024-03-12T07:19:59.402 INFO:teuthology.orchestra.run.smithi063.stdout:Checking smb.conf with testparm 2024-03-12T07:19:59.418 INFO:teuthology.orchestra.run.smithi063.stdout:Load smb config files from /etc/samba/smb.conf 2024-03-12T07:19:59.419 INFO:teuthology.orchestra.run.smithi063.stdout:Loaded services file OK. 2024-03-12T07:19:59.419 INFO:teuthology.orchestra.run.smithi063.stdout:Weak crypto is allowed 2024-03-12T07:19:59.419 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-03-12T07:19:59.419 INFO:teuthology.orchestra.run.smithi063.stdout:Server role: ROLE_STANDALONE 2024-03-12T07:19:59.419 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-03-12T07:19:59.419 INFO:teuthology.orchestra.run.smithi063.stdout:Done 2024-03-12T07:19:59.479 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up samba (2:4.15.13+dfsg-0ubuntu1.5) ... 2024-03-12T07:20:00.065 INFO:teuthology.orchestra.run.smithi063.stdout:Samba is not being run as an AD Domain Controller: Masking samba-ad-dc.service 2024-03-12T07:20:00.065 INFO:teuthology.orchestra.run.smithi063.stdout:Please ignore the following error about deb-systemd-helper not finding those services. 2024-03-12T07:20:00.066 INFO:teuthology.orchestra.run.smithi063.stdout:(samba-ad-dc.service masked) 2024-03-12T07:20:01.015 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/nmbd.service -> /lib/systemd/system/nmbd.service. 2024-03-12T07:20:01.336 INFO:teuthology.orchestra.run.smithi063.stdout:Failed to preset unit: Unit file /etc/systemd/system/samba-ad-dc.service is masked. 2024-03-12T07:20:01.336 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/deb-systemd-helper: error: systemctl preset failed on samba-ad-dc.service: No such file or directory 2024-03-12T07:20:01.460 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/smbd.service -> /lib/systemd/system/smbd.service. 2024-03-12T07:20:01.914 INFO:teuthology.orchestra.run.smithi063.stdout:samba-ad-dc.service is a disabled or a static unit, not starting it. 2024-03-12T07:20:03.079 INFO:teuthology.orchestra.run.smithi063.stdout:Processing triggers for ufw (0.36.1-4build1) ... 2024-03-12T07:20:03.230 INFO:teuthology.orchestra.run.smithi063.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-12T07:20:04.667 INFO:teuthology.orchestra.run.smithi063.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-12T07:20:05.108 DEBUG:teuthology.orchestra.run.smithi063:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sleep 5' 2024-03-12T07:20:10.160 DEBUG:teuthology.orchestra.run.smithi063:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'echo "adding Samba test-user"' 2024-03-12T07:20:10.173 INFO:teuthology.orchestra.run.smithi063.stdout:adding Samba test-user 2024-03-12T07:20:10.175 DEBUG:teuthology.orchestra.run.smithi063:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'set -e' 2024-03-12T07:20:10.229 DEBUG:teuthology.orchestra.run.smithi063:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'adduser smbuser1' 2024-03-12T07:20:10.330 INFO:teuthology.orchestra.run.smithi063.stdout:Adding user `smbuser1' ... 2024-03-12T07:20:10.330 INFO:teuthology.orchestra.run.smithi063.stdout:Adding new group `smbuser1' (1000) ... 2024-03-12T07:20:10.441 INFO:teuthology.orchestra.run.smithi063.stdout:Adding new user `smbuser1' (1001) with group `smbuser1' ... 2024-03-12T07:20:10.712 INFO:teuthology.orchestra.run.smithi063.stdout:Creating home directory `/home/smbuser1' ... 2024-03-12T07:20:10.714 INFO:teuthology.orchestra.run.smithi063.stdout:Copying files from `/etc/skel' ... 2024-03-12T07:20:10.721 INFO:teuthology.orchestra.run.smithi063.stderr:New password: Password change has been aborted. 2024-03-12T07:20:10.721 INFO:teuthology.orchestra.run.smithi063.stderr:passwd: Authentication token manipulation error 2024-03-12T07:20:10.721 INFO:teuthology.orchestra.run.smithi063.stderr:passwd: password unchanged 2024-03-12T07:20:10.722 INFO:teuthology.orchestra.run.smithi063.stderr:Use of uninitialized value $answer in chop at /usr/sbin/adduser line 595. 2024-03-12T07:20:10.722 INFO:teuthology.orchestra.run.smithi063.stderr:Use of uninitialized value $answer in pattern match (m//) at /usr/sbin/adduser line 596. 2024-03-12T07:20:10.732 INFO:teuthology.orchestra.run.smithi063.stdout:Try again? [y/N] Changing the user information for smbuser1 2024-03-12T07:20:10.732 INFO:teuthology.orchestra.run.smithi063.stdout:Enter the new value, or press ENTER for the default 2024-03-12T07:20:10.785 INFO:teuthology.orchestra.run.smithi063.stderr:Use of uninitialized value $answer in chop at /usr/sbin/adduser line 625. 2024-03-12T07:20:10.786 INFO:teuthology.orchestra.run.smithi063.stderr:Use of uninitialized value $answer in pattern match (m//) at /usr/sbin/adduser line 626. 2024-03-12T07:20:10.788 INFO:teuthology.orchestra.run.smithi063.stdout: Full Name []: Room Number []: Work Phone []: Home Phone []: Other []: Is the information correct? [Y/n] 2024-03-12T07:20:10.788 DEBUG:teuthology.orchestra.run.smithi063:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sleep 1' 2024-03-12T07:20:11.804 DEBUG:teuthology.orchestra.run.smithi063:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'echo ZzzPassABC | passwd --stdin smbuser1' 2024-03-12T07:20:11.820 INFO:teuthology.orchestra.run.smithi063.stderr:passwd: unrecognized option '--stdin' 2024-03-12T07:20:11.820 INFO:teuthology.orchestra.run.smithi063.stderr:Usage: passwd [options] [LOGIN] 2024-03-12T07:20:11.820 INFO:teuthology.orchestra.run.smithi063.stderr: 2024-03-12T07:20:11.820 INFO:teuthology.orchestra.run.smithi063.stderr:Options: 2024-03-12T07:20:11.820 INFO:teuthology.orchestra.run.smithi063.stderr: -a, --all report password status on all accounts 2024-03-12T07:20:11.820 INFO:teuthology.orchestra.run.smithi063.stderr: -d, --delete delete the password for the named account 2024-03-12T07:20:11.820 INFO:teuthology.orchestra.run.smithi063.stderr: -e, --expire force expire the password for the named account 2024-03-12T07:20:11.820 INFO:teuthology.orchestra.run.smithi063.stderr: -h, --help display this help message and exit 2024-03-12T07:20:11.820 INFO:teuthology.orchestra.run.smithi063.stderr: -k, --keep-tokens change password only if expired 2024-03-12T07:20:11.821 INFO:teuthology.orchestra.run.smithi063.stderr: -i, --inactive INACTIVE set password inactive after expiration 2024-03-12T07:20:11.821 INFO:teuthology.orchestra.run.smithi063.stderr: to INACTIVE 2024-03-12T07:20:11.821 INFO:teuthology.orchestra.run.smithi063.stderr: -l, --lock lock the password of the named account 2024-03-12T07:20:11.821 INFO:teuthology.orchestra.run.smithi063.stderr: -n, --mindays MIN_DAYS set minimum number of days before password 2024-03-12T07:20:11.821 INFO:teuthology.orchestra.run.smithi063.stderr: change to MIN_DAYS 2024-03-12T07:20:11.821 INFO:teuthology.orchestra.run.smithi063.stderr: -q, --quiet quiet mode 2024-03-12T07:20:11.821 INFO:teuthology.orchestra.run.smithi063.stderr: -r, --repository REPOSITORY change password in REPOSITORY repository 2024-03-12T07:20:11.821 INFO:teuthology.orchestra.run.smithi063.stderr: -R, --root CHROOT_DIR directory to chroot into 2024-03-12T07:20:11.821 INFO:teuthology.orchestra.run.smithi063.stderr: -S, --status report password status on the named account 2024-03-12T07:20:11.821 INFO:teuthology.orchestra.run.smithi063.stderr: -u, --unlock unlock the password of the named account 2024-03-12T07:20:11.821 INFO:teuthology.orchestra.run.smithi063.stderr: -w, --warndays WARN_DAYS set expiration warning days to WARN_DAYS 2024-03-12T07:20:11.821 INFO:teuthology.orchestra.run.smithi063.stderr: -x, --maxdays MAX_DAYS set maximum number of days before password 2024-03-12T07:20:11.821 INFO:teuthology.orchestra.run.smithi063.stderr: change to MAX_DAYS 2024-03-12T07:20:11.821 INFO:teuthology.orchestra.run.smithi063.stderr: 2024-03-12T07:20:11.822 DEBUG:teuthology.orchestra.run:got remote process result: 6 2024-03-12T07:20:11.823 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/task/exec.py", line 66, in task remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi063 with status 6: "sudo TESTDIR=/home/ubuntu/cephtest bash -c 'echo ZzzPassABC | passwd --stdin smbuser1'" 2024-03-12T07:20:12.027 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=0a4e5e1879c94dab8cf4a07ced5f91de Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/task/exec.py", line 66, in task remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi063 with status 6: "sudo TESTDIR=/home/ubuntu/cephtest bash -c 'echo ZzzPassABC | passwd --stdin smbuser1'" 2024-03-12T07:20:12.029 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-03-12T07:20:12.037 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-03-12T07:20:12.038 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-12T07:20:12.049 DEBUG:teuthology.orchestra.run.smithi083:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-12T07:20:12.110 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-12T07:20:12.118 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-12T07:20:12.119 DEBUG:teuthology.orchestra.run.smithi063:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-12T07:20:12.121 DEBUG:teuthology.orchestra.run.smithi083:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-12T07:20:12.133 INFO:teuthology.orchestra.run.smithi063.stdout: remote refid st t when poll reach delay offset jitter 2024-03-12T07:20:12.133 INFO:teuthology.orchestra.run.smithi063.stdout:============================================================================== 2024-03-12T07:20:12.133 INFO:teuthology.orchestra.run.smithi063.stdout: hv01.front.sepi 44.4.53.2 2 u 13 64 7 0.119 -0.868 0.060 2024-03-12T07:20:12.133 INFO:teuthology.orchestra.run.smithi063.stdout: hv02.front.sepi 63.231.80.2 3 u 14 64 7 0.167 +0.581 0.079 2024-03-12T07:20:12.133 INFO:teuthology.orchestra.run.smithi063.stdout: hv03.front.sepi 74.6.168.72 3 u 8 64 7 0.089 -0.129 0.099 2024-03-12T07:20:12.133 INFO:teuthology.orchestra.run.smithi063.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-12T07:20:12.135 INFO:teuthology.orchestra.run.smithi083.stdout: remote refid st t when poll reach delay offset jitter 2024-03-12T07:20:12.135 INFO:teuthology.orchestra.run.smithi083.stdout:============================================================================== 2024-03-12T07:20:12.135 INFO:teuthology.orchestra.run.smithi083.stdout: hv01.front.sepi 44.4.53.2 2 u 11 64 7 0.149 -2.746 1.497 2024-03-12T07:20:12.135 INFO:teuthology.orchestra.run.smithi083.stdout: hv02.front.sepi 63.231.80.2 3 u 10 64 7 0.158 -1.349 1.436 2024-03-12T07:20:12.135 INFO:teuthology.orchestra.run.smithi083.stdout: hv03.front.sepi 74.6.168.72 3 u 10 64 7 0.088 -2.001 1.529 2024-03-12T07:20:12.135 INFO:teuthology.orchestra.run.smithi083.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-12T07:20:12.136 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-12T07:20:12.144 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-12T07:20:12.145 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-12T07:20:12.153 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-12T07:20:12.162 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-12T07:20:12.171 INFO:teuthology.task.internal:Duration was 575.417771 seconds 2024-03-12T07:20:12.171 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-12T07:20:12.181 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-12T07:20:12.181 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-12T07:20:12.183 DEBUG:teuthology.orchestra.run.smithi083:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-12T07:20:12.220 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-12T07:20:12.220 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi063.front.sepia.ceph.com 2024-03-12T07:20:12.220 DEBUG:teuthology.orchestra.run.smithi063:> 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-03-12T07:20:12.270 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi083.front.sepia.ceph.com 2024-03-12T07:20:12.271 DEBUG:teuthology.orchestra.run.smithi083:> 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-03-12T07:20:12.281 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-12T07:20:12.281 DEBUG:teuthology.orchestra.run.smithi063:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-12T07:20:12.314 DEBUG:teuthology.orchestra.run.smithi083:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-12T07:20:12.347 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-12T07:20:12.347 DEBUG:teuthology.orchestra.run.smithi063:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-12T07:20:12.386 DEBUG:teuthology.orchestra.run.smithi083:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-12T07:20:12.442 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-12T07:20:12.450 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-12T07:20:12.450 DEBUG:teuthology.orchestra.run.smithi063:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-12T07:20:12.462 DEBUG:teuthology.orchestra.run.smithi083:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-12T07:20:12.475 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-12T07:20:12.483 DEBUG:teuthology.orchestra.run.smithi063:> 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-03-12T07:20:12.506 DEBUG:teuthology.orchestra.run.smithi083:> 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-03-12T07:20:12.513 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern = core 2024-03-12T07:20:12.528 INFO:teuthology.orchestra.run.smithi083.stdout:kernel.core_pattern = core 2024-03-12T07:20:12.545 DEBUG:teuthology.orchestra.run.smithi063:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-12T07:20:12.572 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-12T07:20:12.572 DEBUG:teuthology.orchestra.run.smithi083:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-12T07:20:12.589 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-12T07:20:12.629 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-12T07:20:12.639 INFO:teuthology.task.internal:Transferring archived files... 2024-03-12T07:20:12.640 DEBUG:teuthology.misc:Transferring archived files from smithi063:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/ssharon-2024-03-12_06:59:59-orch:cephadm-wip-ssharon-test2-2024-03-11-1825-distro-default-smithi/7592385/remote/smithi063 2024-03-12T07:20:12.641 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-12T07:20:12.661 DEBUG:teuthology.misc:Transferring archived files from smithi083:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/ssharon-2024-03-12_06:59:59-orch:cephadm-wip-ssharon-test2-2024-03-11-1825-distro-default-smithi/7592385/remote/smithi083 2024-03-12T07:20:12.662 DEBUG:teuthology.orchestra.run.smithi083:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-12T07:20:12.690 INFO:teuthology.task.internal:Removing archive directory... 2024-03-12T07:20:12.690 DEBUG:teuthology.orchestra.run.smithi063:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-12T07:20:12.702 DEBUG:teuthology.orchestra.run.smithi083:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-12T07:20:12.735 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-12T07:20:12.746 INFO:teuthology.task.internal:Not uploading archives. 2024-03-12T07:20:12.746 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-12T07:20:12.833 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-12T07:20:12.833 DEBUG:teuthology.orchestra.run.smithi063:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-12T07:20:12.836 DEBUG:teuthology.orchestra.run.smithi083:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-12T07:20:12.839 INFO:teuthology.orchestra.run.smithi063.stdout: 658625 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 12 07:20 /home/ubuntu/cephtest 2024-03-12T07:20:12.842 INFO:teuthology.orchestra.run.smithi083.stdout: 658616 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 12 07:20 /home/ubuntu/cephtest 2024-03-12T07:20:12.843 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-12T07:20:12.854 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-12T07:20:12.873 INFO:teuthology.nuke:Checking targets against current locks 2024-03-12T07:20:12.898 DEBUG:teuthology.nuke:shortname: smithi063 2024-03-12T07:20:12.898 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-12T07:20:12.925 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi063.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/ssharon-2024-03-12_06:59:59-orch:cephadm-wip-ssharon-test2-2024-03-11-1825-distro-default-smithi/7592385', '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-03-12 07:01:18.861406', 'locked_by': 'scheduled_ssharon@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOnLGat/YMSsOgyR9EGPkAtj9w//0h8Xh3vNpi72ydRZMQSzuyTwoXD/vz2VyldOJvdIn5NBsUzSydybGQIFb9g='} 2024-03-12T07:20:12.928 DEBUG:teuthology.nuke:shortname: smithi083 2024-03-12T07:20:12.928 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-12T07:20:12.949 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi083.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/ssharon-2024-03-12_06:59:59-orch:cephadm-wip-ssharon-test2-2024-03-11-1825-distro-default-smithi/7592385', '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-03-12 07:01:18.863270', 'locked_by': 'scheduled_ssharon@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJQW6iy7vmWIjSa8dF8AuzrrhPEjH+1N5zLJfDM/qxlUEJeom1O4XQHGNK7F8ulayAAxFv9VikLaVADvJom+jTs='} 2024-03-12T07:20:12.979 INFO:teuthology.orchestra.console.smithi063:Power off 2024-03-12T07:20:12.979 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-12T07:20:13.003 DEBUG:teuthology.orchestra.console.smithi063:power off output: Chassis Power Control: Down/Off 2024-03-12T07:20:13.003 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-12T07:20:13.017 INFO:teuthology.orchestra.console.smithi083:Power off 2024-03-12T07:20:13.018 DEBUG:teuthology.orchestra.console.smithi083:pexpect command: ipmitool -H smithi083.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-12T07:20:13.029 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is on 2024-03-12T07:20:13.039 DEBUG:teuthology.orchestra.console.smithi083:power off output: Chassis Power Control: Down/Off 2024-03-12T07:20:13.039 DEBUG:teuthology.orchestra.console.smithi083:pexpect command: ipmitool -H smithi083.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-12T07:20:13.060 DEBUG:teuthology.orchestra.console.smithi083:check power output: Chassis Power is on 2024-03-12T07:20:17.031 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-12T07:20:17.061 DEBUG:teuthology.orchestra.console.smithi083:pexpect command: ipmitool -H smithi083.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-12T07:20:17.140 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is on 2024-03-12T07:20:17.169 DEBUG:teuthology.orchestra.console.smithi083:check power output: Chassis Power is on 2024-03-12T07:20:21.145 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-12T07:20:21.170 DEBUG:teuthology.orchestra.console.smithi083:pexpect command: ipmitool -H smithi083.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-12T07:20:21.255 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is on 2024-03-12T07:20:21.279 DEBUG:teuthology.orchestra.console.smithi083:check power output: Chassis Power is off 2024-03-12T07:20:21.379 INFO:teuthology.orchestra.console.smithi083:Power off completed 2024-03-12T07:20:25.258 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-12T07:20:25.367 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is off 2024-03-12T07:20:25.467 INFO:teuthology.orchestra.console.smithi063:Power off completed 2024-03-12T07:20:25.571 INFO:teuthology.run:Summary data: description: orch:cephadm/smb/{0-distro/ubuntu_22.04 tasks/deploy_smb_basic} duration: 575.4177706241608 failure_reason: 'Command failed on smithi063 with status 6: "sudo TESTDIR=/home/ubuntu/cephtest bash -c ''echo ZzzPassABC | passwd --stdin smbuser1''"' flavor: default owner: scheduled_ssharon@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=0a4e5e1879c94dab8cf4a07ced5f91de status: fail success: false 2024-03-12T07:20:25.571 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-12T07:20:25.648 INFO:teuthology.run:FAIL