2024-06-30T12:50:41.823 INFO:root:teuthology version: 0.0.1.dev303+g861a8dc 2024-06-30T12:50:41.824 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --archive /home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749579 --description orch/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} --owner scheduled_teuthology@teuthology --name teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi -- /home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749579/orig.config.yaml 2024-06-30T12:50:41.856 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-06-30T12:50:41.943 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749579 branch: reef description: orch/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} email: ceph-qa@ceph.com first_in_suite: false job_id: '7749579' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi no_nested_subset: false openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '20.04' overrides: admin_socket: branch: reef ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 kernel: hwe: true workunit: branch: reef sha1: 16b16b98599950a27899283412b0a32cd03699ac owner: scheduled_teuthology@teuthology priority: 930 repo: https://git.ceph.com/ceph.git roles: - - host.a - client.0 - - host.b - client.1 seed: 9459 sha1: f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 sleep_before_teardown: 0 subset: 38/64 suite: orch suite_branch: reef suite_path: /home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 16b16b98599950a27899283412b0a32cd03699ac targets: smithi071.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi164.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= tasks: - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - cephadm.apply: specs: - placement: count: 4 host_pattern: '*' service_id: foo service_type: rgw spec: rgw_frontend_port: 8000 - placement: count: 2 service_id: rgw.foo service_type: ingress spec: backend_service: rgw.foo frontend_port: 9000 monitor_port: 9001 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: rgw.foo - cephadm.wait_for_service: service: ingress.rgw.foo - cephadm.shell: host.a: - "echo \"Check while healthy...\"\ncurl http://{{VIP0}}:9000/\n\n# stop each\ \ rgw in turn\necho \"Check with each rgw stopped in turn...\"\nfor rgw in `ceph\ \ orch ps | grep ^rgw.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $rgw\n while ! ceph orch ps | grep $rgw | grep stopped; do sleep 1 ; done\n\ \ while ! curl http://{{VIP0}}:9000/ ; do sleep 1 ; done\n ceph orch daemon\ \ start $rgw\n while ! ceph orch ps | grep $rgw | grep running; do sleep 1\ \ ; done\ndone\n\n# stop each haproxy in turn\necho \"Check with each haproxy\ \ down in turn...\"\nfor haproxy in `ceph orch ps | grep ^haproxy.rgw.foo. |\ \ awk '{print $1}'`; do\n ceph orch daemon stop $haproxy\n while ! ceph orch\ \ ps | grep $haproxy | grep stopped; do sleep 1 ; done\n while ! curl http://{{VIP0}}:9000/\ \ ; do sleep 1 ; done\n ceph orch daemon start $haproxy\n while ! ceph orch\ \ ps | grep $haproxy | grep running; do sleep 1 ; done\ndone\n\nwhile ! curl\ \ http://{{VIP0}}:9000/ ; do sleep 1 ; done\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 861a8dcf7aa816a26e13f039336f7ed0a9aec0fa timestamp: 2024-06-10_22:08:02 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2698093 2024-06-30T12:50:41.944 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa; will attempt to use it 2024-06-30T12:50:41.945 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks 2024-06-30T12:50:41.945 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-06-30T12:50:41.946 INFO:teuthology.task.internal:Checking packages... 2024-06-30T12:50:41.967 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'f1abf795f4fc15bf2f30ac90c811a53ab21d5d65' 2024-06-30T12:50:41.968 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-06-30T12:50:41.968 INFO:teuthology.packaging:ref: None 2024-06-30T12:50:41.968 INFO:teuthology.packaging:tag: None 2024-06-30T12:50:41.968 INFO:teuthology.packaging:branch: reef 2024-06-30T12:50:41.968 INFO:teuthology.packaging:sha1: f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 2024-06-30T12:50:41.968 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=reef 2024-06-30T12:50:42.317 INFO:teuthology.task.internal:Found packages for ceph version 18.2.2-1561-gbec9e3ef-1focal 2024-06-30T12:50:42.319 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-06-30T12:50:42.325 INFO:teuthology.task.internal:no buildpackages task found 2024-06-30T12:50:42.325 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-06-30T12:50:42.332 INFO:teuthology.task.internal:Saving configuration 2024-06-30T12:50:42.345 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-06-30T12:50:42.352 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-06-30T12:50:42.377 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi071.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749579', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-06-30 12:44:41.190181', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-06-30T12:50:42.401 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi164.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749579', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-06-30 12:44:41.192087', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-06-30T12:50:42.401 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-06-30T12:50:42.406 INFO:teuthology.task.internal:roles: ubuntu@smithi071.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-06-30T12:50:42.406 INFO:teuthology.task.internal:roles: ubuntu@smithi164.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-06-30T12:50:42.406 INFO:teuthology.run_tasks:Running task console_log... 2024-06-30T12:50:42.469 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f578a8c8f70>, signals=[15]) 2024-06-30T12:50:42.469 INFO:teuthology.run_tasks:Running task internal.connect... 2024-06-30T12:50:42.475 INFO:teuthology.task.internal:Opening connections... 2024-06-30T12:50:42.475 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi071.front.sepia.ceph.com 2024-06-30T12:50:42.477 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:50:42.567 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi164.front.sepia.ceph.com 2024-06-30T12:50:42.568 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:50:42.655 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-06-30T12:50:42.662 DEBUG:teuthology.orchestra.run.smithi071:> uname -m 2024-06-30T12:50:42.669 INFO:teuthology.orchestra.run.smithi071.stdout:x86_64 2024-06-30T12:50:42.669 DEBUG:teuthology.orchestra.run.smithi071:> cat /etc/os-release 2024-06-30T12:50:42.716 INFO:teuthology.orchestra.run.smithi071.stdout:NAME="Ubuntu" 2024-06-30T12:50:42.716 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-06-30T12:50:42.716 INFO:teuthology.orchestra.run.smithi071.stdout:ID=ubuntu 2024-06-30T12:50:42.716 INFO:teuthology.orchestra.run.smithi071.stdout:ID_LIKE=debian 2024-06-30T12:50:42.716 INFO:teuthology.orchestra.run.smithi071.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-06-30T12:50:42.716 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION_ID="20.04" 2024-06-30T12:50:42.716 INFO:teuthology.orchestra.run.smithi071.stdout:HOME_URL="https://www.ubuntu.com/" 2024-06-30T12:50:42.717 INFO:teuthology.orchestra.run.smithi071.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-06-30T12:50:42.717 INFO:teuthology.orchestra.run.smithi071.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-06-30T12:50:42.717 INFO:teuthology.orchestra.run.smithi071.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-06-30T12:50:42.717 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION_CODENAME=focal 2024-06-30T12:50:42.717 INFO:teuthology.orchestra.run.smithi071.stdout:UBUNTU_CODENAME=focal 2024-06-30T12:50:42.718 INFO:teuthology.lock.ops:Updating smithi071.front.sepia.ceph.com on lock server 2024-06-30T12:50:42.738 DEBUG:teuthology.orchestra.run.smithi164:> uname -m 2024-06-30T12:50:42.743 INFO:teuthology.orchestra.run.smithi164.stdout:x86_64 2024-06-30T12:50:42.744 DEBUG:teuthology.orchestra.run.smithi164:> cat /etc/os-release 2024-06-30T12:50:42.793 INFO:teuthology.orchestra.run.smithi164.stdout:NAME="Ubuntu" 2024-06-30T12:50:42.793 INFO:teuthology.orchestra.run.smithi164.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-06-30T12:50:42.793 INFO:teuthology.orchestra.run.smithi164.stdout:ID=ubuntu 2024-06-30T12:50:42.793 INFO:teuthology.orchestra.run.smithi164.stdout:ID_LIKE=debian 2024-06-30T12:50:42.793 INFO:teuthology.orchestra.run.smithi164.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-06-30T12:50:42.793 INFO:teuthology.orchestra.run.smithi164.stdout:VERSION_ID="20.04" 2024-06-30T12:50:42.793 INFO:teuthology.orchestra.run.smithi164.stdout:HOME_URL="https://www.ubuntu.com/" 2024-06-30T12:50:42.793 INFO:teuthology.orchestra.run.smithi164.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-06-30T12:50:42.793 INFO:teuthology.orchestra.run.smithi164.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-06-30T12:50:42.793 INFO:teuthology.orchestra.run.smithi164.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-06-30T12:50:42.793 INFO:teuthology.orchestra.run.smithi164.stdout:VERSION_CODENAME=focal 2024-06-30T12:50:42.794 INFO:teuthology.orchestra.run.smithi164.stdout:UBUNTU_CODENAME=focal 2024-06-30T12:50:42.794 INFO:teuthology.lock.ops:Updating smithi164.front.sepia.ceph.com on lock server 2024-06-30T12:50:42.821 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-06-30T12:50:42.830 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-06-30T12:50:42.853 INFO:teuthology.task.internal:Checking for old test directory... 2024-06-30T12:50:42.853 DEBUG:teuthology.orchestra.run.smithi071:> test '!' -e /home/ubuntu/cephtest 2024-06-30T12:50:42.856 DEBUG:teuthology.orchestra.run.smithi164:> test '!' -e /home/ubuntu/cephtest 2024-06-30T12:50:42.861 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-06-30T12:50:42.868 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-06-30T12:50:42.868 DEBUG:teuthology.orchestra.run.smithi071:> test -z $(ls -A /var/lib/ceph) 2024-06-30T12:50:42.870 DEBUG:teuthology.orchestra.run.smithi164:> test -z $(ls -A /var/lib/ceph) 2024-06-30T12:50:42.914 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-06-30T12:50:42.962 INFO:teuthology.run_tasks:Running task kernel... 2024-06-30T12:50:42.977 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-06-30T12:50:42.977 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2024-06-30T12:50:42.977 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.0': {'hwe': True}, 'host.b': {'hwe': True}, 'client.1': {'hwe': True}} 2024-06-30T12:50:42.977 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro', 'hwe': True}, 'host.b': {'kdb': 1, 'sha1': 'distro', 'hwe': True}}, timeout 300 2024-06-30T12:50:42.977 DEBUG:teuthology.orchestra.run.smithi071:> test -f /run/.containerenv -o -f /.dockerenv 2024-06-30T12:50:42.978 DEBUG:teuthology.orchestra.run.smithi164:> test -f /run/.containerenv -o -f /.dockerenv 2024-06-30T12:50:42.983 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:50:42.983 DEBUG:teuthology.orchestra.run.smithi071:> uname -r 2024-06-30T12:50:42.984 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:50:42.984 DEBUG:teuthology.orchestra.run.smithi164:> uname -r 2024-06-30T12:50:42.990 INFO:teuthology.orchestra.run.smithi071.stdout:5.4.0-124-generic 2024-06-30T12:50:42.991 INFO:teuthology.task.kernel:Running kernel on smithi071: 5.4.0-124-generic 2024-06-30T12:50:42.991 DEBUG:teuthology.orchestra.run.smithi071:> sudo apt-get clean 2024-06-30T12:50:42.992 INFO:teuthology.orchestra.run.smithi164.stdout:5.4.0-124-generic 2024-06-30T12:50:42.992 INFO:teuthology.task.kernel:Running kernel on smithi164: 5.4.0-124-generic 2024-06-30T12:50:42.992 DEBUG:teuthology.orchestra.run.smithi164:> sudo apt-get clean 2024-06-30T12:50:43.096 DEBUG:teuthology.orchestra.run.smithi071:> sudo apt-get update 2024-06-30T12:50:43.108 DEBUG:teuthology.orchestra.run.smithi164:> sudo apt-get update 2024-06-30T12:50:43.279 INFO:teuthology.orchestra.run.smithi164.stdout:Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB] 2024-06-30T12:50:43.289 INFO:teuthology.orchestra.run.smithi071.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-06-30T12:50:43.289 INFO:teuthology.orchestra.run.smithi071.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB] 2024-06-30T12:50:43.289 INFO:teuthology.orchestra.run.smithi071.stdout:Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB] 2024-06-30T12:50:43.364 INFO:teuthology.orchestra.run.smithi164.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2024-06-30T12:50:43.375 INFO:teuthology.orchestra.run.smithi071.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB] 2024-06-30T12:50:43.445 INFO:teuthology.orchestra.run.smithi164.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB] 2024-06-30T12:50:43.600 INFO:teuthology.orchestra.run.smithi164.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [769 kB] 2024-06-30T12:50:43.661 INFO:teuthology.orchestra.run.smithi071.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3,020 kB] 2024-06-30T12:50:43.693 INFO:teuthology.orchestra.run.smithi164.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3,020 kB] 2024-06-30T12:50:43.744 INFO:teuthology.orchestra.run.smithi164.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [452 kB] 2024-06-30T12:50:43.750 INFO:teuthology.orchestra.run.smithi164.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2024-06-30T12:50:43.750 INFO:teuthology.orchestra.run.smithi164.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [38.1 kB] 2024-06-30T12:50:43.751 INFO:teuthology.orchestra.run.smithi164.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,924 kB] 2024-06-30T12:50:43.794 INFO:teuthology.orchestra.run.smithi164.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [409 kB] 2024-06-30T12:50:43.798 INFO:teuthology.orchestra.run.smithi164.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB] 2024-06-30T12:50:43.801 INFO:teuthology.orchestra.run.smithi164.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2024-06-30T12:50:43.801 INFO:teuthology.orchestra.run.smithi164.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [980 kB] 2024-06-30T12:50:43.812 INFO:teuthology.orchestra.run.smithi164.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [665 kB] 2024-06-30T12:50:43.822 INFO:teuthology.orchestra.run.smithi164.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [207 kB] 2024-06-30T12:50:43.833 INFO:teuthology.orchestra.run.smithi164.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-06-30T12:50:43.833 INFO:teuthology.orchestra.run.smithi164.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,204 B] 2024-06-30T12:50:43.833 INFO:teuthology.orchestra.run.smithi164.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [24.8 kB] 2024-06-30T12:50:43.833 INFO:teuthology.orchestra.run.smithi164.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,968 B] 2024-06-30T12:50:43.838 INFO:teuthology.orchestra.run.smithi071.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,392 kB] 2024-06-30T12:50:43.846 INFO:teuthology.orchestra.run.smithi164.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2024-06-30T12:50:43.861 INFO:teuthology.orchestra.run.smithi071.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [769 kB] 2024-06-30T12:50:43.872 INFO:teuthology.orchestra.run.smithi071.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [452 kB] 2024-06-30T12:50:43.879 INFO:teuthology.orchestra.run.smithi071.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2024-06-30T12:50:43.879 INFO:teuthology.orchestra.run.smithi071.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,924 kB] 2024-06-30T12:50:43.916 INFO:teuthology.orchestra.run.smithi071.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [38.1 kB] 2024-06-30T12:50:43.916 INFO:teuthology.orchestra.run.smithi071.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [409 kB] 2024-06-30T12:50:43.923 INFO:teuthology.orchestra.run.smithi071.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2024-06-30T12:50:43.923 INFO:teuthology.orchestra.run.smithi071.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [980 kB] 2024-06-30T12:50:43.934 INFO:teuthology.orchestra.run.smithi071.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [665 kB] 2024-06-30T12:50:43.938 INFO:teuthology.orchestra.run.smithi164.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [993 kB] 2024-06-30T12:50:43.942 INFO:teuthology.orchestra.run.smithi071.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [207 kB] 2024-06-30T12:50:43.944 INFO:teuthology.orchestra.run.smithi071.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-06-30T12:50:43.945 INFO:teuthology.orchestra.run.smithi071.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [24.8 kB] 2024-06-30T12:50:43.945 INFO:teuthology.orchestra.run.smithi071.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,204 B] 2024-06-30T12:50:43.961 INFO:teuthology.orchestra.run.smithi071.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,968 B] 2024-06-30T12:50:43.962 INFO:teuthology.orchestra.run.smithi071.stdout:Get:21 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2024-06-30T12:50:43.991 INFO:teuthology.orchestra.run.smithi071.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [993 kB] 2024-06-30T12:50:44.003 INFO:teuthology.orchestra.run.smithi071.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [531 kB] 2024-06-30T12:50:44.008 INFO:teuthology.orchestra.run.smithi071.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2024-06-30T12:50:44.009 INFO:teuthology.orchestra.run.smithi071.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [3,040 kB] 2024-06-30T12:50:44.040 INFO:teuthology.orchestra.run.smithi071.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [39.4 kB] 2024-06-30T12:50:44.040 INFO:teuthology.orchestra.run.smithi071.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [425 kB] 2024-06-30T12:50:44.044 INFO:teuthology.orchestra.run.smithi071.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2024-06-30T12:50:44.044 INFO:teuthology.orchestra.run.smithi071.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,199 kB] 2024-06-30T12:50:44.057 INFO:teuthology.orchestra.run.smithi071.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [791 kB] 2024-06-30T12:50:44.067 INFO:teuthology.orchestra.run.smithi071.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [289 kB] 2024-06-30T12:50:44.069 INFO:teuthology.orchestra.run.smithi071.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2024-06-30T12:50:44.070 INFO:teuthology.orchestra.run.smithi071.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2024-06-30T12:50:44.070 INFO:teuthology.orchestra.run.smithi071.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [27.1 kB] 2024-06-30T12:50:44.088 INFO:teuthology.orchestra.run.smithi071.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,936 B] 2024-06-30T12:50:44.088 INFO:teuthology.orchestra.run.smithi071.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2024-06-30T12:50:44.088 INFO:teuthology.orchestra.run.smithi071.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-06-30T12:50:44.089 INFO:teuthology.orchestra.run.smithi071.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-06-30T12:50:44.089 INFO:teuthology.orchestra.run.smithi071.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-06-30T12:50:44.090 INFO:teuthology.orchestra.run.smithi071.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-06-30T12:50:44.111 INFO:teuthology.orchestra.run.smithi071.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-06-30T12:50:44.111 INFO:teuthology.orchestra.run.smithi071.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-06-30T12:50:44.177 INFO:teuthology.orchestra.run.smithi164.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,392 kB] 2024-06-30T12:50:44.344 INFO:teuthology.orchestra.run.smithi164.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [531 kB] 2024-06-30T12:50:44.358 INFO:teuthology.orchestra.run.smithi164.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2024-06-30T12:50:44.358 INFO:teuthology.orchestra.run.smithi164.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [3,040 kB] 2024-06-30T12:50:44.443 INFO:teuthology.orchestra.run.smithi164.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [39.4 kB] 2024-06-30T12:50:44.444 INFO:teuthology.orchestra.run.smithi164.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [425 kB] 2024-06-30T12:50:44.449 INFO:teuthology.orchestra.run.smithi164.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2024-06-30T12:50:44.449 INFO:teuthology.orchestra.run.smithi164.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,199 kB] 2024-06-30T12:50:44.492 INFO:teuthology.orchestra.run.smithi164.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [791 kB] 2024-06-30T12:50:44.501 INFO:teuthology.orchestra.run.smithi164.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [289 kB] 2024-06-30T12:50:44.524 INFO:teuthology.orchestra.run.smithi164.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2024-06-30T12:50:44.524 INFO:teuthology.orchestra.run.smithi164.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [27.1 kB] 2024-06-30T12:50:44.525 INFO:teuthology.orchestra.run.smithi164.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2024-06-30T12:50:44.583 INFO:teuthology.orchestra.run.smithi164.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,936 B] 2024-06-30T12:50:44.583 INFO:teuthology.orchestra.run.smithi164.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2024-06-30T12:50:44.584 INFO:teuthology.orchestra.run.smithi164.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-06-30T12:50:44.584 INFO:teuthology.orchestra.run.smithi164.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-06-30T12:50:44.584 INFO:teuthology.orchestra.run.smithi164.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-06-30T12:50:44.604 INFO:teuthology.orchestra.run.smithi164.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-06-30T12:50:44.685 INFO:teuthology.orchestra.run.smithi164.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-06-30T12:50:44.686 INFO:teuthology.orchestra.run.smithi164.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-06-30T12:50:47.936 INFO:teuthology.orchestra.run.smithi164.stdout:Fetched 20.8 MB in 3s (7,315 kB/s) 2024-06-30T12:50:48.219 INFO:teuthology.orchestra.run.smithi071.stdout:Fetched 20.8 MB in 3s (6,981 kB/s) 2024-06-30T12:50:49.437 INFO:teuthology.orchestra.run.smithi164.stdout:Reading package lists... 2024-06-30T12:50:49.461 DEBUG:teuthology.orchestra.run.smithi164:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-06-30T12:50:49.528 INFO:teuthology.orchestra.run.smithi164.stdout:Reading package lists... 2024-06-30T12:50:49.718 INFO:teuthology.orchestra.run.smithi164.stdout:Building dependency tree... 2024-06-30T12:50:49.719 INFO:teuthology.orchestra.run.smithi164.stdout:Reading state information... 2024-06-30T12:50:49.828 INFO:teuthology.orchestra.run.smithi071.stdout:Reading package lists... 2024-06-30T12:50:49.855 DEBUG:teuthology.orchestra.run.smithi071:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-06-30T12:50:49.900 INFO:teuthology.orchestra.run.smithi164.stdout:The following additional packages will be installed: 2024-06-30T12:50:49.900 INFO:teuthology.orchestra.run.smithi164.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-06-30T12:50:49.900 INFO:teuthology.orchestra.run.smithi164.stdout: libusbmuxd6 linux-image-5.15.0-113-generic linux-modules-5.15.0-113-generic 2024-06-30T12:50:49.900 INFO:teuthology.orchestra.run.smithi164.stdout: linux-modules-extra-5.15.0-113-generic thermald upower usbmuxd 2024-06-30T12:50:49.901 INFO:teuthology.orchestra.run.smithi164.stdout:Suggested packages: 2024-06-30T12:50:49.902 INFO:teuthology.orchestra.run.smithi164.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2024-06-30T12:50:49.902 INFO:teuthology.orchestra.run.smithi164.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-113-generic 2024-06-30T12:50:49.926 INFO:teuthology.orchestra.run.smithi071.stdout:Reading package lists... 2024-06-30T12:50:49.961 INFO:teuthology.orchestra.run.smithi164.stdout:The following NEW packages will be installed: 2024-06-30T12:50:49.961 INFO:teuthology.orchestra.run.smithi164.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-06-30T12:50:49.961 INFO:teuthology.orchestra.run.smithi164.stdout: libusbmuxd6 linux-image-5.15.0-113-generic linux-image-generic-hwe-20.04 2024-06-30T12:50:49.962 INFO:teuthology.orchestra.run.smithi164.stdout: linux-modules-5.15.0-113-generic linux-modules-extra-5.15.0-113-generic 2024-06-30T12:50:49.962 INFO:teuthology.orchestra.run.smithi164.stdout: thermald upower usbmuxd 2024-06-30T12:50:50.141 INFO:teuthology.orchestra.run.smithi071.stdout:Building dependency tree... 2024-06-30T12:50:50.141 INFO:teuthology.orchestra.run.smithi071.stdout:Reading state information... 2024-06-30T12:50:50.146 INFO:teuthology.orchestra.run.smithi164.stdout:0 upgraded, 13 newly installed, 0 to remove and 309 not upgraded. 2024-06-30T12:50:50.146 INFO:teuthology.orchestra.run.smithi164.stdout:Need to get 95.0 MB of archives. 2024-06-30T12:50:50.147 INFO:teuthology.orchestra.run.smithi164.stdout:After this operation, 593 MB of additional disk space will be used. 2024-06-30T12:50:50.147 INFO:teuthology.orchestra.run.smithi164.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2024-06-30T12:50:50.324 INFO:teuthology.orchestra.run.smithi071.stdout:The following additional packages will be installed: 2024-06-30T12:50:50.324 INFO:teuthology.orchestra.run.smithi071.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-06-30T12:50:50.324 INFO:teuthology.orchestra.run.smithi071.stdout: libusbmuxd6 linux-image-5.15.0-113-generic linux-modules-5.15.0-113-generic 2024-06-30T12:50:50.325 INFO:teuthology.orchestra.run.smithi071.stdout: linux-modules-extra-5.15.0-113-generic thermald upower usbmuxd 2024-06-30T12:50:50.326 INFO:teuthology.orchestra.run.smithi071.stdout:Suggested packages: 2024-06-30T12:50:50.326 INFO:teuthology.orchestra.run.smithi071.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2024-06-30T12:50:50.326 INFO:teuthology.orchestra.run.smithi071.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-113-generic 2024-06-30T12:50:50.383 INFO:teuthology.orchestra.run.smithi071.stdout:The following NEW packages will be installed: 2024-06-30T12:50:50.383 INFO:teuthology.orchestra.run.smithi071.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-06-30T12:50:50.384 INFO:teuthology.orchestra.run.smithi071.stdout: libusbmuxd6 linux-image-5.15.0-113-generic linux-image-generic-hwe-20.04 2024-06-30T12:50:50.384 INFO:teuthology.orchestra.run.smithi071.stdout: linux-modules-5.15.0-113-generic linux-modules-extra-5.15.0-113-generic 2024-06-30T12:50:50.384 INFO:teuthology.orchestra.run.smithi071.stdout: thermald upower usbmuxd 2024-06-30T12:50:50.417 INFO:teuthology.orchestra.run.smithi164.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2024-06-30T12:50:50.447 INFO:teuthology.orchestra.run.smithi164.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2024-06-30T12:50:50.466 INFO:teuthology.orchestra.run.smithi164.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2024-06-30T12:50:50.540 INFO:teuthology.orchestra.run.smithi164.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2024-06-30T12:50:50.572 INFO:teuthology.orchestra.run.smithi071.stdout:0 upgraded, 13 newly installed, 0 to remove and 309 not upgraded. 2024-06-30T12:50:50.573 INFO:teuthology.orchestra.run.smithi071.stdout:Need to get 95.0 MB of archives. 2024-06-30T12:50:50.573 INFO:teuthology.orchestra.run.smithi071.stdout:After this operation, 593 MB of additional disk space will be used. 2024-06-30T12:50:50.573 INFO:teuthology.orchestra.run.smithi071.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2024-06-30T12:50:50.573 INFO:teuthology.orchestra.run.smithi164.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-113-generic amd64 5.15.0-113.123~20.04.1 [22.3 MB] 2024-06-30T12:50:50.851 INFO:teuthology.orchestra.run.smithi071.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2024-06-30T12:50:50.882 INFO:teuthology.orchestra.run.smithi071.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2024-06-30T12:50:50.901 INFO:teuthology.orchestra.run.smithi071.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2024-06-30T12:50:50.976 INFO:teuthology.orchestra.run.smithi071.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2024-06-30T12:50:51.010 INFO:teuthology.orchestra.run.smithi071.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-113-generic amd64 5.15.0-113.123~20.04.1 [22.3 MB] 2024-06-30T12:50:51.514 INFO:teuthology.orchestra.run.smithi164.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-113-generic amd64 5.15.0-113.123~20.04.1 [11.4 MB] 2024-06-30T12:50:51.806 INFO:teuthology.orchestra.run.smithi164.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-113-generic amd64 5.15.0-113.123~20.04.1 [60.7 MB] 2024-06-30T12:50:51.946 INFO:teuthology.orchestra.run.smithi071.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-113-generic amd64 5.15.0-113.123~20.04.1 [11.4 MB] 2024-06-30T12:50:52.264 INFO:teuthology.orchestra.run.smithi071.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-113-generic amd64 5.15.0-113.123~20.04.1 [60.7 MB] 2024-06-30T12:50:53.840 INFO:teuthology.orchestra.run.smithi164.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.113.123~20.04.1 [2,612 B] 2024-06-30T12:50:53.841 INFO:teuthology.orchestra.run.smithi164.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2024-06-30T12:50:53.885 INFO:teuthology.orchestra.run.smithi164.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2024-06-30T12:50:53.996 INFO:teuthology.orchestra.run.smithi164.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2024-06-30T12:50:54.022 INFO:teuthology.orchestra.run.smithi164.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2024-06-30T12:50:54.291 INFO:teuthology.orchestra.run.smithi071.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.113.123~20.04.1 [2,612 B] 2024-06-30T12:50:54.291 INFO:teuthology.orchestra.run.smithi071.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2024-06-30T12:50:54.292 INFO:teuthology.orchestra.run.smithi071.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2024-06-30T12:50:54.298 INFO:teuthology.orchestra.run.smithi071.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2024-06-30T12:50:54.300 INFO:teuthology.orchestra.run.smithi071.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2024-06-30T12:50:54.700 INFO:teuthology.orchestra.run.smithi164.stdout:Fetched 95.0 MB in 4s (23.4 MB/s) 2024-06-30T12:50:54.906 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2024-06-30T12:50:54.939 INFO:teuthology.orchestra.run.smithi071.stdout:Fetched 95.0 MB in 4s (24.3 MB/s) 2024-06-30T12:50:55.134 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2024-06-30T12:50:56.660 INFO:teuthology.orchestra.run.smithi164.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 ... 104373 files and directories currently installed.) 2024-06-30T12:50:56.665 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2024-06-30T12:50:56.820 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-06-30T12:50:56.901 INFO:teuthology.orchestra.run.smithi071.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 ... 104373 files and directories currently installed.) 2024-06-30T12:50:56.906 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2024-06-30T12:50:57.081 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-06-30T12:50:57.207 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package libplist3:amd64. 2024-06-30T12:50:57.220 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2024-06-30T12:50:57.256 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2024-06-30T12:50:57.410 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package libplist3:amd64. 2024-06-30T12:50:57.422 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2024-06-30T12:50:57.459 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2024-06-30T12:50:57.593 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2024-06-30T12:50:57.609 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2024-06-30T12:50:57.643 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2024-06-30T12:50:57.737 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2024-06-30T12:50:57.753 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2024-06-30T12:50:57.795 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2024-06-30T12:50:57.904 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2024-06-30T12:50:57.918 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2024-06-30T12:50:57.954 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-06-30T12:50:58.165 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2024-06-30T12:50:58.177 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2024-06-30T12:50:58.215 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-06-30T12:50:58.307 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package libupower-glib3:amd64. 2024-06-30T12:50:58.322 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2024-06-30T12:50:58.365 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2024-06-30T12:50:58.584 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package libupower-glib3:amd64. 2024-06-30T12:50:58.599 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2024-06-30T12:50:58.643 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2024-06-30T12:50:58.710 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package linux-modules-5.15.0-113-generic. 2024-06-30T12:50:58.722 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../05-linux-modules-5.15.0-113-generic_5.15.0-113.123~20.04.1_amd64.deb ... 2024-06-30T12:50:58.759 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking linux-modules-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:50:58.954 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package linux-modules-5.15.0-113-generic. 2024-06-30T12:50:58.969 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../05-linux-modules-5.15.0-113-generic_5.15.0-113.123~20.04.1_amd64.deb ... 2024-06-30T12:50:59.004 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking linux-modules-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:51:01.685 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package linux-image-5.15.0-113-generic. 2024-06-30T12:51:01.700 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../06-linux-image-5.15.0-113-generic_5.15.0-113.123~20.04.1_amd64.deb ... 2024-06-30T12:51:01.789 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking linux-image-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:51:01.963 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package linux-image-5.15.0-113-generic. 2024-06-30T12:51:01.977 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../06-linux-image-5.15.0-113-generic_5.15.0-113.123~20.04.1_amd64.deb ... 2024-06-30T12:51:02.087 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking linux-image-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:51:02.322 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-113-generic. 2024-06-30T12:51:02.335 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-113-generic_5.15.0-113.123~20.04.1_amd64.deb ... 2024-06-30T12:51:02.379 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking linux-modules-extra-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:51:02.633 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-113-generic. 2024-06-30T12:51:02.647 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-113-generic_5.15.0-113.123~20.04.1_amd64.deb ... 2024-06-30T12:51:02.699 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking linux-modules-extra-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:51:09.738 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2024-06-30T12:51:09.756 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.113.123~20.04.1_amd64.deb ... 2024-06-30T12:51:09.796 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.113.123~20.04.1) ... 2024-06-30T12:51:10.107 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package libevdev2:amd64. 2024-06-30T12:51:10.123 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2024-06-30T12:51:10.182 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-06-30T12:51:10.585 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package thermald. 2024-06-30T12:51:10.600 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2024-06-30T12:51:10.651 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2024-06-30T12:51:10.774 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2024-06-30T12:51:10.790 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.113.123~20.04.1_amd64.deb ... 2024-06-30T12:51:10.832 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.113.123~20.04.1) ... 2024-06-30T12:51:11.193 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package libevdev2:amd64. 2024-06-30T12:51:11.208 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2024-06-30T12:51:11.215 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package upower. 2024-06-30T12:51:11.231 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2024-06-30T12:51:11.268 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-06-30T12:51:11.290 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking upower (0.99.11-1build2) ... 2024-06-30T12:51:11.654 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package thermald. 2024-06-30T12:51:11.668 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2024-06-30T12:51:11.694 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package usbmuxd. 2024-06-30T12:51:11.708 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2024-06-30T12:51:11.712 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2024-06-30T12:51:11.752 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-06-30T12:51:12.034 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2024-06-30T12:51:12.182 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-06-30T12:51:12.301 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package upower. 2024-06-30T12:51:12.307 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2024-06-30T12:51:12.315 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2024-06-30T12:51:12.379 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking upower (0.99.11-1build2) ... 2024-06-30T12:51:12.434 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2024-06-30T12:51:12.568 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-06-30T12:51:12.711 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-06-30T12:51:12.797 INFO:teuthology.orchestra.run.smithi071.stdout:Selecting previously unselected package usbmuxd. 2024-06-30T12:51:12.813 INFO:teuthology.orchestra.run.smithi071.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2024-06-30T12:51:12.837 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up upower (0.99.11-1build2) ... 2024-06-30T12:51:12.880 INFO:teuthology.orchestra.run.smithi071.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-06-30T12:51:13.197 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2024-06-30T12:51:13.326 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-06-30T12:51:13.361 INFO:teuthology.orchestra.run.smithi164.stdout:upower.service is a disabled or a static unit, not starting it. 2024-06-30T12:51:13.407 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-06-30T12:51:13.469 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2024-06-30T12:51:13.608 INFO:teuthology.orchestra.run.smithi164.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2024-06-30T12:51:13.611 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2024-06-30T12:51:13.614 INFO:teuthology.orchestra.run.smithi164.stdout:Adding system user `usbmux' (UID 114) ... 2024-06-30T12:51:13.614 INFO:teuthology.orchestra.run.smithi164.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2024-06-30T12:51:13.738 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-06-30T12:51:13.880 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-06-30T12:51:14.006 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up upower (0.99.11-1build2) ... 2024-06-30T12:51:14.133 INFO:teuthology.orchestra.run.smithi164.stdout:Not creating home directory `/var/lib/usbmux'. 2024-06-30T12:51:14.345 INFO:teuthology.orchestra.run.smithi164.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2024-06-30T12:51:14.388 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2024-06-30T12:51:14.602 INFO:teuthology.orchestra.run.smithi071.stdout:upower.service is a disabled or a static unit, not starting it. 2024-06-30T12:51:14.652 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-06-30T12:51:14.694 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2024-06-30T12:51:14.697 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2024-06-30T12:51:14.859 INFO:teuthology.orchestra.run.smithi071.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2024-06-30T12:51:14.867 INFO:teuthology.orchestra.run.smithi071.stdout:Adding system user `usbmux' (UID 114) ... 2024-06-30T12:51:14.867 INFO:teuthology.orchestra.run.smithi071.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2024-06-30T12:51:15.142 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up linux-image-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:51:15.336 INFO:teuthology.orchestra.run.smithi071.stdout:Not creating home directory `/var/lib/usbmux'. 2024-06-30T12:51:15.536 INFO:teuthology.orchestra.run.smithi071.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2024-06-30T12:51:15.573 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2024-06-30T12:51:15.913 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2024-06-30T12:51:15.913 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2024-06-30T12:51:16.386 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up linux-image-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:51:16.571 INFO:teuthology.orchestra.run.smithi164.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-113-generic 2024-06-30T12:51:16.571 INFO:teuthology.orchestra.run.smithi164.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-113-generic 2024-06-30T12:51:17.084 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up linux-modules-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:51:17.772 INFO:teuthology.orchestra.run.smithi071.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-113-generic 2024-06-30T12:51:17.773 INFO:teuthology.orchestra.run.smithi071.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-113-generic 2024-06-30T12:51:18.479 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up linux-modules-extra-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:51:18.730 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up linux-modules-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:51:19.847 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.113.123~20.04.1) ... 2024-06-30T12:51:19.984 INFO:teuthology.orchestra.run.smithi164.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2024-06-30T12:51:20.115 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up linux-modules-extra-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:51:20.237 INFO:teuthology.orchestra.run.smithi164.stdout:Processing triggers for man-db (2.9.1-1) ... 2024-06-30T12:51:21.031 INFO:teuthology.orchestra.run.smithi164.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2024-06-30T12:51:21.140 INFO:teuthology.orchestra.run.smithi164.stdout:Processing triggers for linux-image-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:51:21.217 INFO:teuthology.orchestra.run.smithi164.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-06-30T12:51:21.217 INFO:teuthology.orchestra.run.smithi164.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-113-generic 2024-06-30T12:51:21.491 INFO:teuthology.orchestra.run.smithi071.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.113.123~20.04.1) ... 2024-06-30T12:51:21.642 INFO:teuthology.orchestra.run.smithi071.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2024-06-30T12:51:21.939 INFO:teuthology.orchestra.run.smithi071.stdout:Processing triggers for man-db (2.9.1-1) ... 2024-06-30T12:51:22.709 INFO:teuthology.orchestra.run.smithi071.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2024-06-30T12:51:22.817 INFO:teuthology.orchestra.run.smithi071.stdout:Processing triggers for linux-image-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:51:22.894 INFO:teuthology.orchestra.run.smithi071.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-06-30T12:51:22.894 INFO:teuthology.orchestra.run.smithi071.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-113-generic 2024-06-30T12:51:48.562 INFO:teuthology.orchestra.run.smithi164.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-06-30T12:51:48.563 INFO:teuthology.orchestra.run.smithi164.stdout:Sourcing file `/etc/default/grub' 2024-06-30T12:51:48.578 INFO:teuthology.orchestra.run.smithi164.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-06-30T12:51:48.604 INFO:teuthology.orchestra.run.smithi164.stdout:Generating grub configuration file ... 2024-06-30T12:51:48.998 INFO:teuthology.orchestra.run.smithi164.stdout:Found linux image: /boot/vmlinuz-5.15.0-113-generic 2024-06-30T12:51:49.018 INFO:teuthology.orchestra.run.smithi164.stdout:Found initrd image: /boot/initrd.img-5.15.0-113-generic 2024-06-30T12:51:49.451 INFO:teuthology.orchestra.run.smithi164.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-06-30T12:51:49.463 INFO:teuthology.orchestra.run.smithi164.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-06-30T12:51:50.186 INFO:teuthology.orchestra.run.smithi071.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-06-30T12:51:50.186 INFO:teuthology.orchestra.run.smithi071.stdout:Sourcing file `/etc/default/grub' 2024-06-30T12:51:50.197 INFO:teuthology.orchestra.run.smithi071.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-06-30T12:51:50.217 INFO:teuthology.orchestra.run.smithi071.stdout:Generating grub configuration file ... 2024-06-30T12:51:50.536 INFO:teuthology.orchestra.run.smithi071.stdout:Found linux image: /boot/vmlinuz-5.15.0-113-generic 2024-06-30T12:51:50.554 INFO:teuthology.orchestra.run.smithi071.stdout:Found initrd image: /boot/initrd.img-5.15.0-113-generic 2024-06-30T12:51:50.996 INFO:teuthology.orchestra.run.smithi071.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-06-30T12:51:51.008 INFO:teuthology.orchestra.run.smithi071.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-06-30T12:51:51.488 INFO:teuthology.orchestra.run.smithi164.stdout:done 2024-06-30T12:51:51.965 DEBUG:teuthology.orchestra.run.smithi164:> dpkg -s linux-image-generic-hwe-20.04 2024-06-30T12:51:52.003 INFO:teuthology.orchestra.run.smithi164.stdout:Package: linux-image-generic-hwe-20.04 2024-06-30T12:51:52.004 INFO:teuthology.orchestra.run.smithi164.stdout:Status: install ok installed 2024-06-30T12:51:52.004 INFO:teuthology.orchestra.run.smithi164.stdout:Priority: optional 2024-06-30T12:51:52.004 INFO:teuthology.orchestra.run.smithi164.stdout:Section: kernel 2024-06-30T12:51:52.004 INFO:teuthology.orchestra.run.smithi164.stdout:Installed-Size: 21 2024-06-30T12:51:52.004 INFO:teuthology.orchestra.run.smithi164.stdout:Maintainer: Ubuntu Kernel Team 2024-06-30T12:51:52.004 INFO:teuthology.orchestra.run.smithi164.stdout:Architecture: amd64 2024-06-30T12:51:52.004 INFO:teuthology.orchestra.run.smithi164.stdout:Source: linux-meta-hwe-5.15 2024-06-30T12:51:52.004 INFO:teuthology.orchestra.run.smithi164.stdout:Version: 5.15.0.113.123~20.04.1 2024-06-30T12:51:52.004 INFO:teuthology.orchestra.run.smithi164.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-113), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-06-30T12:51:52.004 INFO:teuthology.orchestra.run.smithi164.stdout:Depends: linux-image-5.15.0-113-generic, linux-modules-extra-5.15.0-113-generic, linux-firmware, intel-microcode, amd64-microcode 2024-06-30T12:51:52.004 INFO:teuthology.orchestra.run.smithi164.stdout:Recommends: thermald 2024-06-30T12:51:52.004 INFO:teuthology.orchestra.run.smithi164.stdout:Description: Generic Linux kernel image 2024-06-30T12:51:52.004 INFO:teuthology.orchestra.run.smithi164.stdout: This package will always depend on the latest generic kernel image 2024-06-30T12:51:52.005 INFO:teuthology.orchestra.run.smithi164.stdout: available. 2024-06-30T12:51:52.005 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-113-generic 2024-06-30T12:51:52.005 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-06-30T12:51:52.005 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-06-30T12:51:52.005 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-06-30T12:51:52.005 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi164.front.sepia.ceph.com, path=None, version=distro) 2024-06-30T12:51:52.005 DEBUG:teuthology.orchestra.run.smithi164:> sudo apt-get clean 2024-06-30T12:51:52.113 DEBUG:teuthology.orchestra.run.smithi164:> sudo apt-get update 2024-06-30T12:51:52.289 INFO:teuthology.orchestra.run.smithi164.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-06-30T12:51:52.397 INFO:teuthology.orchestra.run.smithi164.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2024-06-30T12:51:52.478 INFO:teuthology.orchestra.run.smithi164.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-06-30T12:51:52.560 INFO:teuthology.orchestra.run.smithi164.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-06-30T12:51:53.128 INFO:teuthology.orchestra.run.smithi071.stdout:done 2024-06-30T12:51:53.546 DEBUG:teuthology.orchestra.run.smithi071:> dpkg -s linux-image-generic-hwe-20.04 2024-06-30T12:51:53.601 INFO:teuthology.orchestra.run.smithi071.stdout:Package: linux-image-generic-hwe-20.04 2024-06-30T12:51:53.602 INFO:teuthology.orchestra.run.smithi071.stdout:Status: install ok installed 2024-06-30T12:51:53.602 INFO:teuthology.orchestra.run.smithi071.stdout:Priority: optional 2024-06-30T12:51:53.602 INFO:teuthology.orchestra.run.smithi071.stdout:Section: kernel 2024-06-30T12:51:53.602 INFO:teuthology.orchestra.run.smithi071.stdout:Installed-Size: 21 2024-06-30T12:51:53.602 INFO:teuthology.orchestra.run.smithi071.stdout:Maintainer: Ubuntu Kernel Team 2024-06-30T12:51:53.602 INFO:teuthology.orchestra.run.smithi071.stdout:Architecture: amd64 2024-06-30T12:51:53.602 INFO:teuthology.orchestra.run.smithi071.stdout:Source: linux-meta-hwe-5.15 2024-06-30T12:51:53.602 INFO:teuthology.orchestra.run.smithi071.stdout:Version: 5.15.0.113.123~20.04.1 2024-06-30T12:51:53.602 INFO:teuthology.orchestra.run.smithi071.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-113), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-06-30T12:51:53.602 INFO:teuthology.orchestra.run.smithi071.stdout:Depends: linux-image-5.15.0-113-generic, linux-modules-extra-5.15.0-113-generic, linux-firmware, intel-microcode, amd64-microcode 2024-06-30T12:51:53.602 INFO:teuthology.orchestra.run.smithi071.stdout:Recommends: thermald 2024-06-30T12:51:53.602 INFO:teuthology.orchestra.run.smithi071.stdout:Description: Generic Linux kernel image 2024-06-30T12:51:53.603 INFO:teuthology.orchestra.run.smithi071.stdout: This package will always depend on the latest generic kernel image 2024-06-30T12:51:53.603 INFO:teuthology.orchestra.run.smithi071.stdout: available. 2024-06-30T12:51:53.603 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-113-generic 2024-06-30T12:51:53.603 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-06-30T12:51:53.603 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-06-30T12:51:53.603 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-06-30T12:51:53.603 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi071.front.sepia.ceph.com, path=None, version=distro) 2024-06-30T12:51:53.603 DEBUG:teuthology.orchestra.run.smithi071:> sudo apt-get clean 2024-06-30T12:51:53.695 DEBUG:teuthology.orchestra.run.smithi071:> sudo apt-get update 2024-06-30T12:51:53.835 INFO:teuthology.orchestra.run.smithi071.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-06-30T12:51:53.835 INFO:teuthology.orchestra.run.smithi071.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2024-06-30T12:51:53.846 INFO:teuthology.orchestra.run.smithi071.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-06-30T12:51:53.869 INFO:teuthology.orchestra.run.smithi071.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-06-30T12:51:54.121 INFO:teuthology.orchestra.run.smithi164.stdout:Reading package lists... 2024-06-30T12:51:54.147 DEBUG:teuthology.orchestra.run.smithi164:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-06-30T12:51:54.217 INFO:teuthology.orchestra.run.smithi164.stdout:Reading package lists... 2024-06-30T12:51:54.440 INFO:teuthology.orchestra.run.smithi164.stdout:Building dependency tree... 2024-06-30T12:51:54.441 INFO:teuthology.orchestra.run.smithi164.stdout:Reading state information... 2024-06-30T12:51:54.677 INFO:teuthology.orchestra.run.smithi164.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.113.123~20.04.1). 2024-06-30T12:51:54.677 INFO:teuthology.orchestra.run.smithi164.stdout:0 upgraded, 0 newly installed, 0 to remove and 309 not upgraded. 2024-06-30T12:51:54.679 DEBUG:teuthology.orchestra.run.smithi164:> dpkg -s linux-image-generic-hwe-20.04 2024-06-30T12:51:54.700 INFO:teuthology.orchestra.run.smithi164.stdout:Package: linux-image-generic-hwe-20.04 2024-06-30T12:51:54.700 INFO:teuthology.orchestra.run.smithi164.stdout:Status: install ok installed 2024-06-30T12:51:54.700 INFO:teuthology.orchestra.run.smithi164.stdout:Priority: optional 2024-06-30T12:51:54.700 INFO:teuthology.orchestra.run.smithi164.stdout:Section: kernel 2024-06-30T12:51:54.700 INFO:teuthology.orchestra.run.smithi164.stdout:Installed-Size: 21 2024-06-30T12:51:54.700 INFO:teuthology.orchestra.run.smithi164.stdout:Maintainer: Ubuntu Kernel Team 2024-06-30T12:51:54.700 INFO:teuthology.orchestra.run.smithi164.stdout:Architecture: amd64 2024-06-30T12:51:54.700 INFO:teuthology.orchestra.run.smithi164.stdout:Source: linux-meta-hwe-5.15 2024-06-30T12:51:54.700 INFO:teuthology.orchestra.run.smithi164.stdout:Version: 5.15.0.113.123~20.04.1 2024-06-30T12:51:54.700 INFO:teuthology.orchestra.run.smithi164.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-113), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-06-30T12:51:54.700 INFO:teuthology.orchestra.run.smithi164.stdout:Depends: linux-image-5.15.0-113-generic, linux-modules-extra-5.15.0-113-generic, linux-firmware, intel-microcode, amd64-microcode 2024-06-30T12:51:54.701 INFO:teuthology.orchestra.run.smithi164.stdout:Recommends: thermald 2024-06-30T12:51:54.701 INFO:teuthology.orchestra.run.smithi164.stdout:Description: Generic Linux kernel image 2024-06-30T12:51:54.701 INFO:teuthology.orchestra.run.smithi164.stdout: This package will always depend on the latest generic kernel image 2024-06-30T12:51:54.701 INFO:teuthology.orchestra.run.smithi164.stdout: available. 2024-06-30T12:51:54.701 DEBUG:teuthology.orchestra.run.smithi164:> mktemp 2024-06-30T12:51:54.705 INFO:teuthology.orchestra.run.smithi164.stdout:/tmp/tmp.MDqY9XLNAm 2024-06-30T12:51:54.705 DEBUG:teuthology.orchestra.run.smithi164:> sudo cp /boot/grub/grub.cfg /tmp/tmp.MDqY9XLNAm 2024-06-30T12:51:54.763 DEBUG:teuthology.orchestra.run.smithi164:> sudo chmod 0666 /tmp/tmp.MDqY9XLNAm 2024-06-30T12:51:54.805 DEBUG:teuthology.orchestra.remote:smithi164:/tmp/tmp.MDqY9XLNAm is 9KB 2024-06-30T12:51:54.857 DEBUG:teuthology.orchestra.run.smithi164:> rm -fr /tmp/tmp.MDqY9XLNAm 2024-06-30T12:51:54.863 DEBUG:teuthology.orchestra.run.smithi164:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-06-30T12:51:54.922 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-06-30T12:51:54.922 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-06-30T12:51:54.922 DEBUG:teuthology.orchestra.run.smithi164:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-06-30T12:51:54.956 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-113-generic 2024-06-30T12:51:54.956 DEBUG:teuthology.orchestra.run.smithi164:> sudo update-grub 2024-06-30T12:51:55.662 INFO:teuthology.orchestra.run.smithi071.stdout:Reading package lists... 2024-06-30T12:51:55.689 DEBUG:teuthology.orchestra.run.smithi071:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-06-30T12:51:55.758 INFO:teuthology.orchestra.run.smithi071.stdout:Reading package lists... 2024-06-30T12:51:55.973 INFO:teuthology.orchestra.run.smithi071.stdout:Building dependency tree... 2024-06-30T12:51:55.974 INFO:teuthology.orchestra.run.smithi071.stdout:Reading state information... 2024-06-30T12:51:56.199 INFO:teuthology.orchestra.run.smithi071.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.113.123~20.04.1). 2024-06-30T12:51:56.199 INFO:teuthology.orchestra.run.smithi071.stdout:0 upgraded, 0 newly installed, 0 to remove and 309 not upgraded. 2024-06-30T12:51:56.200 DEBUG:teuthology.orchestra.run.smithi071:> dpkg -s linux-image-generic-hwe-20.04 2024-06-30T12:51:56.222 INFO:teuthology.orchestra.run.smithi071.stdout:Package: linux-image-generic-hwe-20.04 2024-06-30T12:51:56.222 INFO:teuthology.orchestra.run.smithi071.stdout:Status: install ok installed 2024-06-30T12:51:56.222 INFO:teuthology.orchestra.run.smithi071.stdout:Priority: optional 2024-06-30T12:51:56.222 INFO:teuthology.orchestra.run.smithi071.stdout:Section: kernel 2024-06-30T12:51:56.222 INFO:teuthology.orchestra.run.smithi071.stdout:Installed-Size: 21 2024-06-30T12:51:56.222 INFO:teuthology.orchestra.run.smithi071.stdout:Maintainer: Ubuntu Kernel Team 2024-06-30T12:51:56.222 INFO:teuthology.orchestra.run.smithi071.stdout:Architecture: amd64 2024-06-30T12:51:56.222 INFO:teuthology.orchestra.run.smithi071.stdout:Source: linux-meta-hwe-5.15 2024-06-30T12:51:56.222 INFO:teuthology.orchestra.run.smithi071.stdout:Version: 5.15.0.113.123~20.04.1 2024-06-30T12:51:56.222 INFO:teuthology.orchestra.run.smithi071.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-113), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-06-30T12:51:56.223 INFO:teuthology.orchestra.run.smithi071.stdout:Depends: linux-image-5.15.0-113-generic, linux-modules-extra-5.15.0-113-generic, linux-firmware, intel-microcode, amd64-microcode 2024-06-30T12:51:56.223 INFO:teuthology.orchestra.run.smithi071.stdout:Recommends: thermald 2024-06-30T12:51:56.223 INFO:teuthology.orchestra.run.smithi071.stdout:Description: Generic Linux kernel image 2024-06-30T12:51:56.223 INFO:teuthology.orchestra.run.smithi071.stdout: This package will always depend on the latest generic kernel image 2024-06-30T12:51:56.223 INFO:teuthology.orchestra.run.smithi071.stdout: available. 2024-06-30T12:51:56.223 DEBUG:teuthology.orchestra.run.smithi071:> mktemp 2024-06-30T12:51:56.228 INFO:teuthology.orchestra.run.smithi071.stdout:/tmp/tmp.VsClh0155J 2024-06-30T12:51:56.228 DEBUG:teuthology.orchestra.run.smithi071:> sudo cp /boot/grub/grub.cfg /tmp/tmp.VsClh0155J 2024-06-30T12:51:56.289 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod 0666 /tmp/tmp.VsClh0155J 2024-06-30T12:51:56.305 INFO:teuthology.orchestra.run.smithi164.stderr:Sourcing file `/etc/default/grub' 2024-06-30T12:51:56.310 INFO:teuthology.orchestra.run.smithi164.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-06-30T12:51:56.321 INFO:teuthology.orchestra.run.smithi164.stderr:Generating grub configuration file ... 2024-06-30T12:51:56.322 DEBUG:teuthology.orchestra.remote:smithi071:/tmp/tmp.VsClh0155J is 9KB 2024-06-30T12:51:56.336 DEBUG:teuthology.orchestra.run.smithi071:> rm -fr /tmp/tmp.VsClh0155J 2024-06-30T12:51:56.342 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-06-30T12:51:56.397 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-06-30T12:51:56.397 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-06-30T12:51:56.397 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-06-30T12:51:56.422 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-113-generic 2024-06-30T12:51:56.422 DEBUG:teuthology.orchestra.run.smithi071:> sudo update-grub 2024-06-30T12:51:56.609 INFO:teuthology.orchestra.run.smithi164.stderr:Found linux image: /boot/vmlinuz-5.15.0-113-generic 2024-06-30T12:51:56.620 INFO:teuthology.orchestra.run.smithi164.stderr:Found initrd image: /boot/initrd.img-5.15.0-113-generic 2024-06-30T12:51:57.021 INFO:teuthology.orchestra.run.smithi164.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-06-30T12:51:57.033 INFO:teuthology.orchestra.run.smithi164.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-06-30T12:51:57.842 INFO:teuthology.orchestra.run.smithi071.stderr:Sourcing file `/etc/default/grub' 2024-06-30T12:51:57.850 INFO:teuthology.orchestra.run.smithi071.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-06-30T12:51:57.865 INFO:teuthology.orchestra.run.smithi071.stderr:Generating grub configuration file ... 2024-06-30T12:51:58.041 INFO:teuthology.orchestra.run.smithi164.stderr:done 2024-06-30T12:51:58.042 DEBUG:teuthology.orchestra.run.smithi164:> sudo shutdown -r now 2024-06-30T12:51:58.104 INFO:teuthology.orchestra.run.smithi071.stderr:Found linux image: /boot/vmlinuz-5.15.0-113-generic 2024-06-30T12:51:58.116 INFO:teuthology.orchestra.run.smithi071.stderr:Found initrd image: /boot/initrd.img-5.15.0-113-generic 2024-06-30T12:51:58.465 INFO:teuthology.orchestra.run.smithi071.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-06-30T12:51:58.477 INFO:teuthology.orchestra.run.smithi071.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-06-30T12:51:59.482 INFO:teuthology.orchestra.run.smithi071.stderr:done 2024-06-30T12:51:59.484 DEBUG:teuthology.orchestra.run.smithi071:> sudo shutdown -r now 2024-06-30T12:52:28.071 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-06-30T12:52:28.072 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-06-30T12:52:28.073 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:52:29.488 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-06-30T12:52:29.489 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-06-30T12:52:29.489 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:52:46.495 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.164 2024-06-30T12:52:48.034 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.71 2024-06-30T12:52:55.502 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-06-30T12:52:55.503 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:52:57.037 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-06-30T12:52:57.037 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:52:58.562 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.164 2024-06-30T12:53:00.098 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.71 2024-06-30T12:53:10.568 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-06-30T12:53:10.569 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:53:12.101 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-06-30T12:53:12.102 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:53:28.991 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.164 2024-06-30T12:53:30.526 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.71 2024-06-30T12:53:44.004 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-06-30T12:53:44.005 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:53:44.708 DEBUG:teuthology.orchestra.run.smithi164:> true 2024-06-30T12:53:45.527 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-06-30T12:53:45.528 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:53:45.780 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-06-30T12:53:45.780 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-113-generic"... 2024-06-30T12:53:45.780 DEBUG:teuthology.orchestra.run.smithi164:> uname -r 2024-06-30T12:53:45.826 INFO:teuthology.orchestra.run.smithi164.stdout:5.15.0-113-generic 2024-06-30T12:53:45.827 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-113-generic vs 5.15.0-113-generic 2024-06-30T12:53:45.827 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-06-30T12:53:45.827 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-06-30T12:53:45.931 DEBUG:teuthology.orchestra.run.smithi071:> true 2024-06-30T12:53:46.687 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-06-30T12:53:46.688 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-113-generic"... 2024-06-30T12:53:46.688 DEBUG:teuthology.orchestra.run.smithi071:> uname -r 2024-06-30T12:53:46.736 INFO:teuthology.orchestra.run.smithi071.stdout:5.15.0-113-generic 2024-06-30T12:53:46.736 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-113-generic vs 5.15.0-113-generic 2024-06-30T12:53:46.736 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-06-30T12:53:46.736 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-06-30T12:53:46.828 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-06-30T12:53:46.828 DEBUG:teuthology.orchestra.run.smithi164:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-06-30T12:53:46.955 INFO:teuthology.orchestra.run.smithi164.stdout:ttyS1 2024-06-30T12:53:46.975 DEBUG:teuthology.parallel:result is None 2024-06-30T12:53:47.737 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-06-30T12:53:47.738 DEBUG:teuthology.orchestra.run.smithi071:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-06-30T12:53:47.827 INFO:teuthology.orchestra.run.smithi071.stdout:ttyS1 2024-06-30T12:53:47.852 DEBUG:teuthology.parallel:result is None 2024-06-30T12:53:47.853 INFO:teuthology.run_tasks:Running task internal.base... 2024-06-30T12:53:47.861 INFO:teuthology.task.internal:Creating test directory... 2024-06-30T12:53:47.861 DEBUG:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-06-30T12:53:47.864 DEBUG:teuthology.orchestra.run.smithi164:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-06-30T12:53:47.871 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-06-30T12:53:47.877 INFO:teuthology.run_tasks:Running task internal.archive... 2024-06-30T12:53:47.886 INFO:teuthology.task.internal:Creating archive directory... 2024-06-30T12:53:47.887 DEBUG:teuthology.orchestra.run.smithi071:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-06-30T12:53:47.911 DEBUG:teuthology.orchestra.run.smithi164:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-06-30T12:53:47.947 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-06-30T12:53:47.954 INFO:teuthology.task.internal:Enabling coredump saving... 2024-06-30T12:53:47.954 DEBUG:teuthology.orchestra.run.smithi071:> 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-06-30T12:53:47.971 DEBUG:teuthology.orchestra.run.smithi164:> 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-06-30T12:53:47.986 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-30T12:53:47.993 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-30T12:53:48.026 INFO:teuthology.orchestra.run.smithi164.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-30T12:53:48.033 INFO:teuthology.orchestra.run.smithi164.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-30T12:53:48.035 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-06-30T12:53:48.042 INFO:teuthology.task.internal:Configuring sudo... 2024-06-30T12:53:48.042 DEBUG:teuthology.orchestra.run.smithi071:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-06-30T12:53:48.045 DEBUG:teuthology.orchestra.run.smithi164:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-06-30T12:53:48.093 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-06-30T12:53:48.119 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-06-30T12:53:48.119 DEBUG:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-06-30T12:53:48.122 DEBUG:teuthology.orchestra.run.smithi164:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-06-30T12:53:48.147 DEBUG:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-06-30T12:53:48.176 DEBUG:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-06-30T12:53:48.224 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-06-30T12:53:48.224 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-06-30T12:53:48.284 DEBUG:teuthology.orchestra.run.smithi164:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-06-30T12:53:48.292 DEBUG:teuthology.orchestra.run.smithi164:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-06-30T12:53:48.340 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-06-30T12:53:48.340 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-06-30T12:53:48.403 DEBUG:teuthology.orchestra.run.smithi071:> sudo service rsyslog restart 2024-06-30T12:53:48.405 DEBUG:teuthology.orchestra.run.smithi164:> sudo service rsyslog restart 2024-06-30T12:53:48.668 INFO:teuthology.run_tasks:Running task internal.timer... 2024-06-30T12:53:48.675 INFO:teuthology.task.internal:Starting timer... 2024-06-30T12:53:48.675 INFO:teuthology.run_tasks:Running task pcp... 2024-06-30T12:53:48.685 INFO:teuthology.run_tasks:Running task selinux... 2024-06-30T12:53:48.694 DEBUG:teuthology.task.selinux:Excluding smithi071: OS 'ubuntu' does not support SELinux 2024-06-30T12:53:48.694 DEBUG:teuthology.task.selinux:Excluding smithi164: OS 'ubuntu' does not support SELinux 2024-06-30T12:53:48.694 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-06-30T12:53:48.694 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-06-30T12:53:48.695 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-06-30T12:53:48.695 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-06-30T12:53:48.705 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-06-30T12:53:48.716 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-06-30T12:53:48.717 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi071.front.sepia.ceph.com,smithi164.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-06-30T12:59:10.249 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi071.front.sepia.ceph.com'), Remote(name='ubuntu@smithi164.front.sepia.ceph.com')] 2024-06-30T12:59:10.250 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-06-30T12:59:10.252 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:59:10.347 DEBUG:teuthology.orchestra.run.smithi071:> true 2024-06-30T12:59:10.468 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-06-30T12:59:10.468 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-06-30T12:59:10.469 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:59:10.554 DEBUG:teuthology.orchestra.run.smithi164:> true 2024-06-30T12:59:10.679 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-06-30T12:59:10.680 INFO:teuthology.run_tasks:Running task clock... 2024-06-30T12:59:10.701 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-06-30T12:59:10.701 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-06-30T12:59:10.701 DEBUG:teuthology.orchestra.run.smithi071:> 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-06-30T12:59:10.704 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-06-30T12:59:10.704 DEBUG:teuthology.orchestra.run.smithi164:> 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-06-30T12:59:10.734 INFO:teuthology.orchestra.run.smithi071.stdout:30 Jun 12:59:10 ntpd[13195]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-06-30T12:59:10.734 INFO:teuthology.orchestra.run.smithi071.stdout:30 Jun 12:59:10 ntpd[13195]: Command line: ntpd -gq 2024-06-30T12:59:10.734 INFO:teuthology.orchestra.run.smithi071.stdout:30 Jun 12:59:10 ntpd[13195]: proto: precision = 0.082 usec (-23) 2024-06-30T12:59:10.735 INFO:teuthology.orchestra.run.smithi071.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-06-30T12:59:10.735 INFO:teuthology.orchestra.run.smithi071.stdout:30 Jun 12:59:10 ntpd[13195]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-06-30T12:59:10.735 INFO:teuthology.orchestra.run.smithi071.stderr:restrict ::: KOD does nothing without LIMITED. 2024-06-30T12:59:10.736 INFO:teuthology.orchestra.run.smithi071.stdout:30 Jun 12:59:10 ntpd[13195]: restrict ::: KOD does nothing without LIMITED. 2024-06-30T12:59:10.736 INFO:teuthology.orchestra.run.smithi071.stdout:30 Jun 12:59:10 ntpd[13195]: Listen and drop on 0 v6wildcard [::]:123 2024-06-30T12:59:10.736 INFO:teuthology.orchestra.run.smithi071.stdout:30 Jun 12:59:10 ntpd[13195]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-06-30T12:59:10.737 INFO:teuthology.orchestra.run.smithi071.stdout:30 Jun 12:59:10 ntpd[13195]: Listen normally on 2 lo 127.0.0.1:123 2024-06-30T12:59:10.737 INFO:teuthology.orchestra.run.smithi071.stdout:30 Jun 12:59:10 ntpd[13195]: Listen normally on 3 enp3s0f1 172.21.15.71:123 2024-06-30T12:59:10.737 INFO:teuthology.orchestra.run.smithi071.stdout:30 Jun 12:59:10 ntpd[13195]: Listen normally on 4 lo [::1]:123 2024-06-30T12:59:10.737 INFO:teuthology.orchestra.run.smithi071.stdout:30 Jun 12:59:10 ntpd[13195]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d765%5]:123 2024-06-30T12:59:10.737 INFO:teuthology.orchestra.run.smithi071.stdout:30 Jun 12:59:10 ntpd[13195]: Listening on routing socket on fd #22 for interface updates 2024-06-30T12:59:10.750 INFO:teuthology.orchestra.run.smithi164.stdout:30 Jun 12:59:10 ntpd[13205]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-06-30T12:59:10.751 INFO:teuthology.orchestra.run.smithi164.stdout:30 Jun 12:59:10 ntpd[13205]: Command line: ntpd -gq 2024-06-30T12:59:10.751 INFO:teuthology.orchestra.run.smithi164.stdout:30 Jun 12:59:10 ntpd[13205]: proto: precision = 0.087 usec (-23) 2024-06-30T12:59:10.752 INFO:teuthology.orchestra.run.smithi164.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-06-30T12:59:10.752 INFO:teuthology.orchestra.run.smithi164.stdout:30 Jun 12:59:10 ntpd[13205]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-06-30T12:59:10.752 INFO:teuthology.orchestra.run.smithi164.stderr:restrict ::: KOD does nothing without LIMITED. 2024-06-30T12:59:10.753 INFO:teuthology.orchestra.run.smithi164.stdout:30 Jun 12:59:10 ntpd[13205]: restrict ::: KOD does nothing without LIMITED. 2024-06-30T12:59:10.753 INFO:teuthology.orchestra.run.smithi164.stdout:30 Jun 12:59:10 ntpd[13205]: Listen and drop on 0 v6wildcard [::]:123 2024-06-30T12:59:10.754 INFO:teuthology.orchestra.run.smithi164.stdout:30 Jun 12:59:10 ntpd[13205]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-06-30T12:59:10.754 INFO:teuthology.orchestra.run.smithi164.stdout:30 Jun 12:59:10 ntpd[13205]: Listen normally on 2 lo 127.0.0.1:123 2024-06-30T12:59:10.754 INFO:teuthology.orchestra.run.smithi164.stdout:30 Jun 12:59:10 ntpd[13205]: Listen normally on 3 enp3s0f1 172.21.15.164:123 2024-06-30T12:59:10.754 INFO:teuthology.orchestra.run.smithi164.stdout:30 Jun 12:59:10 ntpd[13205]: Listen normally on 4 lo [::1]:123 2024-06-30T12:59:10.754 INFO:teuthology.orchestra.run.smithi164.stdout:30 Jun 12:59:10 ntpd[13205]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:73f3%5]:123 2024-06-30T12:59:10.754 INFO:teuthology.orchestra.run.smithi164.stdout:30 Jun 12:59:10 ntpd[13205]: Listening on routing socket on fd #22 for interface updates 2024-06-30T12:59:12.751 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:12 ntpd[13205]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:59:12.752 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:12 ntpd[13205]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:59:13.735 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:13 ntpd[13195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:59:13.736 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:13 ntpd[13195]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:59:13.736 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:13 ntpd[13195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:59:13.736 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:13 ntpd[13195]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:59:13.736 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:13 ntpd[13195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:59:13.736 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:13 ntpd[13195]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:59:13.736 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:13 ntpd[13195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:59:13.736 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:13 ntpd[13195]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:59:13.736 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:13 ntpd[13195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:59:13.736 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:13 ntpd[13195]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:59:13.736 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:13 ntpd[13195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:59:13.736 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:13 ntpd[13195]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:59:13.736 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:13 ntpd[13195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:59:13.736 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:13 ntpd[13195]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:59:13.752 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:13 ntpd[13205]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:59:13.752 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:13 ntpd[13205]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:59:13.752 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:13 ntpd[13205]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:59:13.753 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:13 ntpd[13205]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:59:13.753 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:13 ntpd[13205]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:59:13.753 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:13 ntpd[13205]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:59:13.753 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:13 ntpd[13205]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:59:13.753 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:13 ntpd[13205]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:59:13.753 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:13 ntpd[13205]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:59:13.753 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:13 ntpd[13205]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:59:13.753 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:13 ntpd[13205]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:59:13.753 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:13 ntpd[13205]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:59:14.752 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:14 ntpd[13205]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:59:14.752 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:14 ntpd[13205]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:59:14.752 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:14 ntpd[13205]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:59:14.752 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:14 ntpd[13205]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:59:14.753 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:14 ntpd[13205]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:59:14.753 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:14 ntpd[13205]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:59:15.736 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:15 ntpd[13195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:59:15.736 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:15 ntpd[13195]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:59:15.736 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:15 ntpd[13195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:59:15.736 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:15 ntpd[13195]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:59:15.737 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:15 ntpd[13195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:59:15.737 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:15 ntpd[13195]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:59:15.737 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:15 ntpd[13195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:59:15.737 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:15 ntpd[13195]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:59:15.737 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:15 ntpd[13195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:59:15.737 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:15 ntpd[13195]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:59:15.737 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:15 ntpd[13195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:59:15.737 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:15 ntpd[13195]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:59:15.737 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:15 ntpd[13195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:59:15.737 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:15 ntpd[13195]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:59:15.737 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:15 ntpd[13195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:59:15.737 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:15 ntpd[13195]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:59:15.737 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:15 ntpd[13195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:59:15.737 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:15 ntpd[13195]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:59:15.752 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:15 ntpd[13205]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:59:15.752 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:15 ntpd[13205]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:59:15.752 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:15 ntpd[13205]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:59:15.752 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:15 ntpd[13205]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:59:15.752 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:15 ntpd[13205]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:59:15.752 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:15 ntpd[13205]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:59:15.753 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:15 ntpd[13205]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:59:15.753 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:15 ntpd[13205]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:59:15.753 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:15 ntpd[13205]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:59:15.753 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:15 ntpd[13205]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:59:15.753 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:15 ntpd[13205]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:59:15.753 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:15 ntpd[13205]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:59:16.752 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:16 ntpd[13205]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:59:16.752 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:16 ntpd[13205]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:59:16.752 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:16 ntpd[13205]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:59:16.752 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:16 ntpd[13205]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:59:16.752 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:16 ntpd[13205]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:59:16.752 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:16 ntpd[13205]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:59:17.737 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:17 ntpd[13195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:59:17.737 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:17 ntpd[13195]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:59:17.737 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:17 ntpd[13195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:59:17.737 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:17 ntpd[13195]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:59:17.737 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:17 ntpd[13195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:59:17.737 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:17 ntpd[13195]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:59:17.737 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:17 ntpd[13195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:59:17.737 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:17 ntpd[13195]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:59:17.737 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:17 ntpd[13195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:59:17.737 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:17 ntpd[13195]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:59:17.737 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:17 ntpd[13195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:59:17.738 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:17 ntpd[13195]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:59:17.738 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:17 ntpd[13195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:59:17.738 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:17 ntpd[13195]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:59:17.738 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:17 ntpd[13195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:59:17.738 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:17 ntpd[13195]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:59:17.738 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:17 ntpd[13195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:59:17.738 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:17 ntpd[13195]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:59:17.754 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:17 ntpd[13205]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:59:17.755 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:17 ntpd[13205]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:59:17.755 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:17 ntpd[13205]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:59:17.755 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:17 ntpd[13205]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:59:17.755 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:17 ntpd[13205]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:59:17.755 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:17 ntpd[13205]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:59:17.755 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:17 ntpd[13205]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:59:17.755 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:17 ntpd[13205]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:59:17.755 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:17 ntpd[13205]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:59:17.755 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:17 ntpd[13205]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:59:17.755 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:17 ntpd[13205]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:59:17.755 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:17 ntpd[13205]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:59:18.752 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:18 ntpd[13205]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:59:18.752 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:18 ntpd[13205]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:59:18.752 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:18 ntpd[13205]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:59:18.752 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:18 ntpd[13205]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:59:18.752 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:18 ntpd[13205]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:59:18.752 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:18 ntpd[13205]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:59:19.735 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:19 ntpd[13195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:59:19.735 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:19 ntpd[13195]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:59:19.735 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:19 ntpd[13195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:59:19.735 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:19 ntpd[13195]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:59:19.735 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:19 ntpd[13195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:59:19.735 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:19 ntpd[13195]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:59:19.736 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:19 ntpd[13195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:59:19.736 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:19 ntpd[13195]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:59:19.736 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:19 ntpd[13195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:59:19.736 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:19 ntpd[13195]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:59:19.736 INFO:teuthology.orchestra.run.smithi071.stdout:30 Jun 12:59:19 ntpd[13195]: ntpd: time slew +0.000732 s 2024-06-30T12:59:19.736 INFO:teuthology.orchestra.run.smithi071.stdout:ntpd: time slew +0.000732s 2024-06-30T12:59:19.737 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:19 ntpd[13195]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-06-30T12:59:19.737 INFO:teuthology.orchestra.run.smithi071.stderr:30 Jun 12:59:19 ntpd[13195]: can't open /var/log/ntpstats/loopstats.20240630: Permission denied 2024-06-30T12:59:19.751 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:19 ntpd[13205]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:59:19.752 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:19 ntpd[13205]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:59:19.752 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:19 ntpd[13205]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:59:19.752 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:19 ntpd[13205]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:59:19.752 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:19 ntpd[13205]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:59:19.752 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:19 ntpd[13205]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:59:19.752 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:19 ntpd[13205]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:59:19.752 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:19 ntpd[13205]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:59:19.752 INFO:teuthology.orchestra.run.smithi164.stdout:30 Jun 12:59:19 ntpd[13205]: ntpd: time slew -0.001629 s 2024-06-30T12:59:19.753 INFO:teuthology.orchestra.run.smithi164.stdout:ntpd: time slew -0.001629s 2024-06-30T12:59:19.753 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:19 ntpd[13205]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-06-30T12:59:19.753 INFO:teuthology.orchestra.run.smithi164.stderr:30 Jun 12:59:19 ntpd[13205]: can't open /var/log/ntpstats/loopstats.20240630: Permission denied 2024-06-30T12:59:19.800 INFO:teuthology.orchestra.run.smithi071.stdout: remote refid st t when poll reach delay offset jitter 2024-06-30T12:59:19.800 INFO:teuthology.orchestra.run.smithi071.stdout:============================================================================== 2024-06-30T12:59:19.800 INFO:teuthology.orchestra.run.smithi071.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-30T12:59:19.800 INFO:teuthology.orchestra.run.smithi071.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-30T12:59:19.800 INFO:teuthology.orchestra.run.smithi071.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-30T12:59:19.800 INFO:teuthology.orchestra.run.smithi071.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-30T12:59:19.811 INFO:teuthology.orchestra.run.smithi164.stdout: remote refid st t when poll reach delay offset jitter 2024-06-30T12:59:19.811 INFO:teuthology.orchestra.run.smithi164.stdout:============================================================================== 2024-06-30T12:59:19.812 INFO:teuthology.orchestra.run.smithi164.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-30T12:59:19.812 INFO:teuthology.orchestra.run.smithi164.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-30T12:59:19.812 INFO:teuthology.orchestra.run.smithi164.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-30T12:59:19.812 INFO:teuthology.orchestra.run.smithi164.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-30T12:59:19.812 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-06-30T12:59:19.823 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-06-30T12:59:19.824 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-06-30T12:59:19.824 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/scratch_devs of=/dev/stdout 2024-06-30T12:59:19.850 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-06-30T12:59:19.851 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_1 2024-06-30T12:59:19.899 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-06-30T12:59:19.899 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-30T12:59:19.899 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 5h/5d Inode: 494 Links: 1 2024-06-30T12:59:19.900 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-30T12:59:19.900 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-06-30 12:57:45.147712348 +0000 2024-06-30T12:59:19.900 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-06-30 12:57:44.895718160 +0000 2024-06-30T12:59:19.900 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-06-30 12:57:44.895718160 +0000 2024-06-30T12:59:19.901 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2024-06-30T12:59:19.901 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-06-30T12:59:19.953 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-06-30T12:59:19.953 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-06-30T12:59:19.954 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000435565 s, 1.2 MB/s 2024-06-30T12:59:19.955 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-06-30T12:59:20.005 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_2 2024-06-30T12:59:20.055 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-06-30T12:59:20.055 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-30T12:59:20.055 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 5h/5d Inode: 501 Links: 1 2024-06-30T12:59:20.055 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-30T12:59:20.055 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-06-30 12:57:45.627701280 +0000 2024-06-30T12:59:20.055 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-06-30 12:57:45.371707183 +0000 2024-06-30T12:59:20.056 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-06-30 12:57:45.371707183 +0000 2024-06-30T12:59:20.056 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2024-06-30T12:59:20.056 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-06-30T12:59:20.109 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-06-30T12:59:20.109 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-06-30T12:59:20.109 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000415545 s, 1.2 MB/s 2024-06-30T12:59:20.110 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-06-30T12:59:20.160 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_3 2024-06-30T12:59:20.211 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-06-30T12:59:20.211 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-30T12:59:20.211 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 5h/5d Inode: 506 Links: 1 2024-06-30T12:59:20.211 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-30T12:59:20.211 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-06-30 12:57:46.087690671 +0000 2024-06-30T12:59:20.211 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-06-30 12:57:45.839696390 +0000 2024-06-30T12:59:20.211 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-06-30 12:57:45.839696390 +0000 2024-06-30T12:59:20.211 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2024-06-30T12:59:20.212 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-06-30T12:59:20.266 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-06-30T12:59:20.266 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-06-30T12:59:20.267 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000413405 s, 1.2 MB/s 2024-06-30T12:59:20.267 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-06-30T12:59:20.320 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_4 2024-06-30T12:59:20.371 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-06-30T12:59:20.371 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-30T12:59:20.371 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 5h/5d Inode: 510 Links: 1 2024-06-30T12:59:20.371 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-30T12:59:20.371 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-06-30 12:57:46.547680063 +0000 2024-06-30T12:59:20.371 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-06-30 12:57:46.303685690 +0000 2024-06-30T12:59:20.371 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-06-30 12:57:46.303685690 +0000 2024-06-30T12:59:20.371 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2024-06-30T12:59:20.371 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-06-30T12:59:20.426 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-06-30T12:59:20.427 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-06-30T12:59:20.427 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000340931 s, 1.5 MB/s 2024-06-30T12:59:20.427 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-06-30T12:59:20.476 DEBUG:teuthology.orchestra.run.smithi071:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-06-30T12:59:20.605 INFO:teuthology.orchestra.run.smithi071.stdout:loop 2024-06-30T12:59:20.607 INFO:tasks.nvme_loop:Connecting nvme_loop smithi071:/dev/vg_nvme/lv_1... 2024-06-30T12:59:20.607 DEBUG:teuthology.orchestra.run.smithi071:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-06-30T12:59:20.626 INFO:teuthology.orchestra.run.smithi071.stdout:1 2024-06-30T12:59:20.653 INFO:teuthology.orchestra.run.smithi071.stdout:/dev/vg_nvme/lv_11 2024-06-30T12:59:20.678 INFO:tasks.nvme_loop:Connecting nvme_loop smithi071:/dev/vg_nvme/lv_2... 2024-06-30T12:59:20.678 DEBUG:teuthology.orchestra.run.smithi071:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-06-30T12:59:20.746 INFO:teuthology.orchestra.run.smithi071.stdout:1 2024-06-30T12:59:20.772 INFO:teuthology.orchestra.run.smithi071.stdout:/dev/vg_nvme/lv_21 2024-06-30T12:59:20.797 INFO:tasks.nvme_loop:Connecting nvme_loop smithi071:/dev/vg_nvme/lv_3... 2024-06-30T12:59:20.797 DEBUG:teuthology.orchestra.run.smithi071:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-06-30T12:59:20.862 INFO:teuthology.orchestra.run.smithi071.stdout:1 2024-06-30T12:59:20.887 INFO:teuthology.orchestra.run.smithi071.stdout:/dev/vg_nvme/lv_31 2024-06-30T12:59:20.911 INFO:tasks.nvme_loop:Connecting nvme_loop smithi071:/dev/vg_nvme/lv_4... 2024-06-30T12:59:20.912 DEBUG:teuthology.orchestra.run.smithi071:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-06-30T12:59:20.981 INFO:teuthology.orchestra.run.smithi071.stdout:1 2024-06-30T12:59:21.010 INFO:teuthology.orchestra.run.smithi071.stdout:/dev/vg_nvme/lv_41 2024-06-30T12:59:21.034 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-06-30T12:59:21.034 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/scratch_devs of=/dev/stdout 2024-06-30T12:59:21.086 DEBUG:teuthology.orchestra.run.smithi071:> sudo nvme list 2024-06-30T12:59:21.146 INFO:teuthology.orchestra.run.smithi071.stdout:Node SN Model Namespace Usage Format FW Rev 2024-06-30T12:59:21.146 INFO:teuthology.orchestra.run.smithi071.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-06-30T12:59:21.146 INFO:teuthology.orchestra.run.smithi071.stdout:/dev/nvme0n1 PHFT62040172400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-06-30T12:59:21.146 INFO:teuthology.orchestra.run.smithi071.stdout:/dev/nvme1n1 b9b9f55e4b9ce1c0ee85 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-06-30T12:59:21.147 INFO:teuthology.orchestra.run.smithi071.stdout:/dev/nvme2n1 ccab545ce4b7ec92ac93 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-06-30T12:59:21.147 INFO:teuthology.orchestra.run.smithi071.stdout:/dev/nvme3n1 288604bbadc8eb99631a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-06-30T12:59:21.147 INFO:teuthology.orchestra.run.smithi071.stdout:/dev/nvme4n1 0d80fdddffc661daf469 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-06-30T12:59:21.148 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-06-30T12:59:21.148 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-06-30T12:59:21.148 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/scratch_devs 2024-06-30T12:59:21.207 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-06-30T12:59:21.208 DEBUG:teuthology.orchestra.run.smithi164:> dd if=/scratch_devs of=/dev/stdout 2024-06-30T12:59:21.215 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-06-30T12:59:21.215 DEBUG:teuthology.orchestra.run.smithi164:> stat /dev/vg_nvme/lv_1 2024-06-30T12:59:21.267 INFO:teuthology.orchestra.run.smithi164.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-06-30T12:59:21.267 INFO:teuthology.orchestra.run.smithi164.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-30T12:59:21.267 INFO:teuthology.orchestra.run.smithi164.stdout:Device: 5h/5d Inode: 492 Links: 1 2024-06-30T12:59:21.267 INFO:teuthology.orchestra.run.smithi164.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-30T12:59:21.267 INFO:teuthology.orchestra.run.smithi164.stdout:Access: 2024-06-30 12:57:47.289696835 +0000 2024-06-30T12:59:21.267 INFO:teuthology.orchestra.run.smithi164.stdout:Modify: 2024-06-30 12:57:47.053667822 +0000 2024-06-30T12:59:21.267 INFO:teuthology.orchestra.run.smithi164.stdout:Change: 2024-06-30 12:57:47.053667822 +0000 2024-06-30T12:59:21.267 INFO:teuthology.orchestra.run.smithi164.stdout: Birth: - 2024-06-30T12:59:21.268 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-06-30T12:59:21.322 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records in 2024-06-30T12:59:21.322 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records out 2024-06-30T12:59:21.322 INFO:teuthology.orchestra.run.smithi164.stderr:512 bytes copied, 0.000443671 s, 1.2 MB/s 2024-06-30T12:59:21.323 DEBUG:teuthology.orchestra.run.smithi164:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-06-30T12:59:21.376 DEBUG:teuthology.orchestra.run.smithi164:> stat /dev/vg_nvme/lv_2 2024-06-30T12:59:21.427 INFO:teuthology.orchestra.run.smithi164.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-06-30T12:59:21.427 INFO:teuthology.orchestra.run.smithi164.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-30T12:59:21.427 INFO:teuthology.orchestra.run.smithi164.stdout:Device: 5h/5d Inode: 499 Links: 1 2024-06-30T12:59:21.427 INFO:teuthology.orchestra.run.smithi164.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-30T12:59:21.427 INFO:teuthology.orchestra.run.smithi164.stdout:Access: 2024-06-30 12:57:47.769755846 +0000 2024-06-30T12:59:21.427 INFO:teuthology.orchestra.run.smithi164.stdout:Modify: 2024-06-30 12:57:47.525725849 +0000 2024-06-30T12:59:21.427 INFO:teuthology.orchestra.run.smithi164.stdout:Change: 2024-06-30 12:57:47.525725849 +0000 2024-06-30T12:59:21.428 INFO:teuthology.orchestra.run.smithi164.stdout: Birth: - 2024-06-30T12:59:21.428 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-06-30T12:59:21.480 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records in 2024-06-30T12:59:21.481 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records out 2024-06-30T12:59:21.481 INFO:teuthology.orchestra.run.smithi164.stderr:512 bytes copied, 0.000439224 s, 1.2 MB/s 2024-06-30T12:59:21.482 DEBUG:teuthology.orchestra.run.smithi164:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-06-30T12:59:21.533 DEBUG:teuthology.orchestra.run.smithi164:> stat /dev/vg_nvme/lv_3 2024-06-30T12:59:21.583 INFO:teuthology.orchestra.run.smithi164.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-06-30T12:59:21.583 INFO:teuthology.orchestra.run.smithi164.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-30T12:59:21.583 INFO:teuthology.orchestra.run.smithi164.stdout:Device: 5h/5d Inode: 507 Links: 1 2024-06-30T12:59:21.583 INFO:teuthology.orchestra.run.smithi164.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-30T12:59:21.583 INFO:teuthology.orchestra.run.smithi164.stdout:Access: 2024-06-30 12:57:48.253814092 +0000 2024-06-30T12:59:21.583 INFO:teuthology.orchestra.run.smithi164.stdout:Modify: 2024-06-30 12:57:48.005784842 +0000 2024-06-30T12:59:21.583 INFO:teuthology.orchestra.run.smithi164.stdout:Change: 2024-06-30 12:57:48.005784842 +0000 2024-06-30T12:59:21.583 INFO:teuthology.orchestra.run.smithi164.stdout: Birth: - 2024-06-30T12:59:21.584 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-06-30T12:59:21.636 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records in 2024-06-30T12:59:21.637 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records out 2024-06-30T12:59:21.637 INFO:teuthology.orchestra.run.smithi164.stderr:512 bytes copied, 0.000381607 s, 1.3 MB/s 2024-06-30T12:59:21.638 DEBUG:teuthology.orchestra.run.smithi164:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-06-30T12:59:21.688 DEBUG:teuthology.orchestra.run.smithi164:> stat /dev/vg_nvme/lv_4 2024-06-30T12:59:21.739 INFO:teuthology.orchestra.run.smithi164.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-06-30T12:59:21.739 INFO:teuthology.orchestra.run.smithi164.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-30T12:59:21.739 INFO:teuthology.orchestra.run.smithi164.stdout:Device: 5h/5d Inode: 511 Links: 1 2024-06-30T12:59:21.739 INFO:teuthology.orchestra.run.smithi164.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-30T12:59:21.739 INFO:teuthology.orchestra.run.smithi164.stdout:Access: 2024-06-30 12:57:48.701866928 +0000 2024-06-30T12:59:21.739 INFO:teuthology.orchestra.run.smithi164.stdout:Modify: 2024-06-30 12:57:48.465839094 +0000 2024-06-30T12:59:21.739 INFO:teuthology.orchestra.run.smithi164.stdout:Change: 2024-06-30 12:57:48.465839094 +0000 2024-06-30T12:59:21.739 INFO:teuthology.orchestra.run.smithi164.stdout: Birth: - 2024-06-30T12:59:21.740 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-06-30T12:59:21.794 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records in 2024-06-30T12:59:21.794 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records out 2024-06-30T12:59:21.794 INFO:teuthology.orchestra.run.smithi164.stderr:512 bytes copied, 0.000382224 s, 1.3 MB/s 2024-06-30T12:59:21.795 DEBUG:teuthology.orchestra.run.smithi164:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-06-30T12:59:21.844 DEBUG:teuthology.orchestra.run.smithi164:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-06-30T12:59:21.986 INFO:teuthology.orchestra.run.smithi164.stdout:loop 2024-06-30T12:59:21.988 INFO:tasks.nvme_loop:Connecting nvme_loop smithi164:/dev/vg_nvme/lv_1... 2024-06-30T12:59:21.988 DEBUG:teuthology.orchestra.run.smithi164:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-06-30T12:59:22.011 INFO:teuthology.orchestra.run.smithi164.stdout:1 2024-06-30T12:59:22.032 INFO:teuthology.orchestra.run.smithi164.stdout:/dev/vg_nvme/lv_11 2024-06-30T12:59:22.055 INFO:tasks.nvme_loop:Connecting nvme_loop smithi164:/dev/vg_nvme/lv_2... 2024-06-30T12:59:22.056 DEBUG:teuthology.orchestra.run.smithi164:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-06-30T12:59:22.121 INFO:teuthology.orchestra.run.smithi164.stdout:1 2024-06-30T12:59:22.149 INFO:teuthology.orchestra.run.smithi164.stdout:/dev/vg_nvme/lv_21 2024-06-30T12:59:22.172 INFO:tasks.nvme_loop:Connecting nvme_loop smithi164:/dev/vg_nvme/lv_3... 2024-06-30T12:59:22.172 DEBUG:teuthology.orchestra.run.smithi164:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-06-30T12:59:22.237 INFO:teuthology.orchestra.run.smithi164.stdout:1 2024-06-30T12:59:22.260 INFO:teuthology.orchestra.run.smithi164.stdout:/dev/vg_nvme/lv_31 2024-06-30T12:59:22.283 INFO:tasks.nvme_loop:Connecting nvme_loop smithi164:/dev/vg_nvme/lv_4... 2024-06-30T12:59:22.283 DEBUG:teuthology.orchestra.run.smithi164:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-06-30T12:59:22.349 INFO:teuthology.orchestra.run.smithi164.stdout:1 2024-06-30T12:59:22.377 INFO:teuthology.orchestra.run.smithi164.stdout:/dev/vg_nvme/lv_41 2024-06-30T12:59:22.402 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-06-30T12:59:22.402 DEBUG:teuthology.orchestra.run.smithi164:> dd if=/scratch_devs of=/dev/stdout 2024-06-30T12:59:22.451 DEBUG:teuthology.orchestra.run.smithi164:> sudo nvme list 2024-06-30T12:59:22.507 INFO:teuthology.orchestra.run.smithi164.stdout:Node SN Model Namespace Usage Format FW Rev 2024-06-30T12:59:22.507 INFO:teuthology.orchestra.run.smithi164.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-06-30T12:59:22.507 INFO:teuthology.orchestra.run.smithi164.stdout:/dev/nvme0n1 CVFT623300H0400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-06-30T12:59:22.507 INFO:teuthology.orchestra.run.smithi164.stdout:/dev/nvme1n1 ff72a3536a7fb5940c3a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-06-30T12:59:22.507 INFO:teuthology.orchestra.run.smithi164.stdout:/dev/nvme2n1 18e77069aaf952fb5b2a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-06-30T12:59:22.507 INFO:teuthology.orchestra.run.smithi164.stdout:/dev/nvme3n1 c1e3140308ef950f4e06 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-06-30T12:59:22.507 INFO:teuthology.orchestra.run.smithi164.stdout:/dev/nvme4n1 1296646a0fe6668deada Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-06-30T12:59:22.508 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-06-30T12:59:22.508 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-06-30T12:59:22.508 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/scratch_devs 2024-06-30T12:59:22.568 INFO:teuthology.run_tasks:Running task cephadm... 2024-06-30T12:59:22.664 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'f1abf795f4fc15bf2f30ac90c811a53ab21d5d65'} 2024-06-30T12:59:22.664 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 2024-06-30T12:59:22.665 INFO:tasks.cephadm:Cluster fsid is 9249a6c0-36e0-11ef-bcaa-c7b262605968 2024-06-30T12:59:22.665 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-06-30T12:59:22.665 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-06-30T12:59:22.665 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi071': '172.21.15.71', 'mon.smithi164': '172.21.15.164'} 2024-06-30T12:59:22.665 INFO:tasks.cephadm:Normalizing hostnames... 2024-06-30T12:59:22.665 DEBUG:teuthology.orchestra.run.smithi071:> sudo hostname $(hostname -s) 2024-06-30T12:59:22.682 DEBUG:teuthology.orchestra.run.smithi164:> sudo hostname $(hostname -s) 2024-06-30T12:59:22.700 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-06-30T12:59:22.700 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 2024-06-30T12:59:22.923 INFO:tasks.cephadm:builder_project result: [] 2024-06-30T12:59:23.054 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks/cephadm.py", line 135, in download_cephadm _fetch_cephadm_from_chachra(ctx, config, cluster_name) File "/home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks/cephadm.py", line 222, in _fetch_cephadm_from_chachra url = chacra.get_binary_url( File "/home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks/util/chacra.py", line 72, in get_binary_url raise RuntimeError(f'no results found at {resp.url}') RuntimeError: no results found at https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F20.04%2Fx86_64&flavor=default&sha1=f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 2024-06-30T12:59:23.056 INFO:tasks.cephadm:Teardown complete 2024-06-30T12:59:23.056 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks/cephadm.py", line 1714, in task with contextutil.nested( File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks/cephadm.py", line 1629, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks/cephadm.py", line 135, in download_cephadm _fetch_cephadm_from_chachra(ctx, config, cluster_name) File "/home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks/cephadm.py", line 222, in _fetch_cephadm_from_chachra url = chacra.get_binary_url( File "/home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks/util/chacra.py", line 72, in get_binary_url raise RuntimeError(f'no results found at {resp.url}') RuntimeError: no results found at https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F20.04%2Fx86_64&flavor=default&sha1=f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 2024-06-30T12:59:23.227 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=806eee9bd39c43c79b8f0c0ff8a5adc4 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks/cephadm.py", line 1714, in task with contextutil.nested( File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks/cephadm.py", line 1629, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks/cephadm.py", line 135, in download_cephadm _fetch_cephadm_from_chachra(ctx, config, cluster_name) File "/home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks/cephadm.py", line 222, in _fetch_cephadm_from_chachra url = chacra.get_binary_url( File "/home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks/util/chacra.py", line 72, in get_binary_url raise RuntimeError(f'no results found at {resp.url}') RuntimeError: no results found at https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F20.04%2Fx86_64&flavor=default&sha1=f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 2024-06-30T12:59:23.230 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-06-30T12:59:23.238 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-06-30T12:59:23.282 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi071:/dev/vg_nvme/lv_1... 2024-06-30T12:59:23.283 DEBUG:teuthology.orchestra.run.smithi071:> sudo nvme disconnect -n lv_1 2024-06-30T12:59:23.548 INFO:teuthology.orchestra.run.smithi071.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-06-30T12:59:23.549 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:59:23.550 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi071:/dev/vg_nvme/lv_2... 2024-06-30T12:59:23.550 DEBUG:teuthology.orchestra.run.smithi071:> sudo nvme disconnect -n lv_2 2024-06-30T12:59:23.808 INFO:teuthology.orchestra.run.smithi071.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-06-30T12:59:23.810 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:59:23.810 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi071:/dev/vg_nvme/lv_3... 2024-06-30T12:59:23.810 DEBUG:teuthology.orchestra.run.smithi071:> sudo nvme disconnect -n lv_3 2024-06-30T12:59:24.080 INFO:teuthology.orchestra.run.smithi071.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-06-30T12:59:24.081 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:59:24.081 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi071:/dev/vg_nvme/lv_4... 2024-06-30T12:59:24.081 DEBUG:teuthology.orchestra.run.smithi071:> sudo nvme disconnect -n lv_4 2024-06-30T12:59:24.336 INFO:teuthology.orchestra.run.smithi071.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-06-30T12:59:24.337 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:59:24.337 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-06-30T12:59:24.337 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/scratch_devs 2024-06-30T12:59:24.352 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi164:/dev/vg_nvme/lv_1... 2024-06-30T12:59:24.353 DEBUG:teuthology.orchestra.run.smithi164:> sudo nvme disconnect -n lv_1 2024-06-30T12:59:24.625 INFO:teuthology.orchestra.run.smithi164.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-06-30T12:59:24.627 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:59:24.628 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi164:/dev/vg_nvme/lv_2... 2024-06-30T12:59:24.628 DEBUG:teuthology.orchestra.run.smithi164:> sudo nvme disconnect -n lv_2 2024-06-30T12:59:24.933 INFO:teuthology.orchestra.run.smithi164.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-06-30T12:59:24.935 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:59:24.935 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi164:/dev/vg_nvme/lv_3... 2024-06-30T12:59:24.936 DEBUG:teuthology.orchestra.run.smithi164:> sudo nvme disconnect -n lv_3 2024-06-30T12:59:25.213 INFO:teuthology.orchestra.run.smithi164.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-06-30T12:59:25.215 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:59:25.215 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi164:/dev/vg_nvme/lv_4... 2024-06-30T12:59:25.215 DEBUG:teuthology.orchestra.run.smithi164:> sudo nvme disconnect -n lv_4 2024-06-30T12:59:25.509 INFO:teuthology.orchestra.run.smithi164.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-06-30T12:59:25.510 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:59:25.511 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-06-30T12:59:25.511 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/scratch_devs 2024-06-30T12:59:25.528 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-06-30T12:59:25.537 INFO:teuthology.task.clock:Checking final clock skew... 2024-06-30T12:59:25.537 DEBUG:teuthology.orchestra.run.smithi071:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-06-30T12:59:25.540 DEBUG:teuthology.orchestra.run.smithi164:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-06-30T12:59:25.557 INFO:teuthology.orchestra.run.smithi071.stdout: remote refid st t when poll reach delay offset jitter 2024-06-30T12:59:25.558 INFO:teuthology.orchestra.run.smithi071.stdout:============================================================================== 2024-06-30T12:59:25.558 INFO:teuthology.orchestra.run.smithi071.stdout: hv01.front.sepi 67.205.162.81 3 u 2 64 1 0.128 -2.286 0.000 2024-06-30T12:59:25.558 INFO:teuthology.orchestra.run.smithi071.stdout: hv02.front.sepi 63.231.80.2 3 u 5 64 1 0.090 0.559 0.000 2024-06-30T12:59:25.558 INFO:teuthology.orchestra.run.smithi071.stdout: hv03.front.sepi 74.6.168.72 3 u 3 64 1 0.101 0.026 0.000 2024-06-30T12:59:25.558 INFO:teuthology.orchestra.run.smithi071.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-30T12:59:25.587 INFO:teuthology.orchestra.run.smithi164.stdout: remote refid st t when poll reach delay offset jitter 2024-06-30T12:59:25.587 INFO:teuthology.orchestra.run.smithi164.stdout:============================================================================== 2024-06-30T12:59:25.587 INFO:teuthology.orchestra.run.smithi164.stdout: hv01.front.sepi 67.205.162.81 3 u 5 64 1 0.089 -3.724 0.000 2024-06-30T12:59:25.588 INFO:teuthology.orchestra.run.smithi164.stdout: hv02.front.sepi 63.231.80.2 3 u 3 64 1 0.095 -0.193 0.000 2024-06-30T12:59:25.588 INFO:teuthology.orchestra.run.smithi164.stdout: hv03.front.sepi 74.6.168.72 3 u 5 64 1 0.081 -1.410 0.000 2024-06-30T12:59:25.588 INFO:teuthology.orchestra.run.smithi164.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-30T12:59:25.590 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-06-30T12:59:25.603 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-06-30T12:59:25.604 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-06-30T12:59:25.614 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-06-30T12:59:25.623 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-06-30T12:59:25.634 INFO:teuthology.task.internal:Duration was 336.959313 seconds 2024-06-30T12:59:25.635 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-06-30T12:59:25.646 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-06-30T12:59:25.646 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-06-30T12:59:25.649 DEBUG:teuthology.orchestra.run.smithi164:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-06-30T12:59:25.696 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-06-30T12:59:25.696 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi071.front.sepia.ceph.com 2024-06-30T12:59:25.697 DEBUG:teuthology.orchestra.run.smithi071:> 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-06-30T12:59:25.710 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi164.front.sepia.ceph.com 2024-06-30T12:59:25.710 DEBUG:teuthology.orchestra.run.smithi164:> 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-06-30T12:59:25.751 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-06-30T12:59:25.751 DEBUG:teuthology.orchestra.run.smithi071:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-06-30T12:59:25.757 DEBUG:teuthology.orchestra.run.smithi164:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-06-30T12:59:25.834 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-06-30T12:59:25.835 DEBUG:teuthology.orchestra.run.smithi071:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-06-30T12:59:25.837 DEBUG:teuthology.orchestra.run.smithi164:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-06-30T12:59:25.937 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-06-30T12:59:25.950 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-06-30T12:59:25.950 DEBUG:teuthology.orchestra.run.smithi071:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-06-30T12:59:25.967 DEBUG:teuthology.orchestra.run.smithi164:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-06-30T12:59:25.984 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-06-30T12:59:25.994 DEBUG:teuthology.orchestra.run.smithi071:> 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-06-30T12:59:26.013 DEBUG:teuthology.orchestra.run.smithi164:> 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-06-30T12:59:26.025 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern = core 2024-06-30T12:59:26.043 INFO:teuthology.orchestra.run.smithi164.stdout:kernel.core_pattern = core 2024-06-30T12:59:26.065 DEBUG:teuthology.orchestra.run.smithi071:> test -e /home/ubuntu/cephtest/archive/coredump 2024-06-30T12:59:26.091 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:59:26.092 DEBUG:teuthology.orchestra.run.smithi164:> test -e /home/ubuntu/cephtest/archive/coredump 2024-06-30T12:59:26.113 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:59:26.114 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-06-30T12:59:26.123 INFO:teuthology.task.internal:Transferring archived files... 2024-06-30T12:59:26.125 DEBUG:teuthology.misc:Transferring archived files from smithi071:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749579/remote/smithi071 2024-06-30T12:59:26.126 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-06-30T12:59:26.164 DEBUG:teuthology.misc:Transferring archived files from smithi164:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749579/remote/smithi164 2024-06-30T12:59:26.165 DEBUG:teuthology.orchestra.run.smithi164:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-06-30T12:59:26.189 INFO:teuthology.task.internal:Removing archive directory... 2024-06-30T12:59:26.189 DEBUG:teuthology.orchestra.run.smithi071:> rm -rf -- /home/ubuntu/cephtest/archive 2024-06-30T12:59:26.205 DEBUG:teuthology.orchestra.run.smithi164:> rm -rf -- /home/ubuntu/cephtest/archive 2024-06-30T12:59:26.235 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-06-30T12:59:26.248 INFO:teuthology.task.internal:Not uploading archives. 2024-06-30T12:59:26.248 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-06-30T12:59:26.312 INFO:teuthology.task.internal:Tidying up after the test... 2024-06-30T12:59:26.312 DEBUG:teuthology.orchestra.run.smithi071:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-06-30T12:59:26.314 DEBUG:teuthology.orchestra.run.smithi164:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-06-30T12:59:26.320 INFO:teuthology.orchestra.run.smithi071.stdout: 1048601 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jun 30 12:59 /home/ubuntu/cephtest 2024-06-30T12:59:26.322 INFO:teuthology.orchestra.run.smithi164.stdout: 1048601 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jun 30 12:59 /home/ubuntu/cephtest 2024-06-30T12:59:26.325 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-06-30T12:59:26.335 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-06-30T12:59:26.365 INFO:teuthology.run:Summary data: description: orch/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} duration: 336.959312915802 failure_reason: no results found at https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F20.04%2Fx86_64&flavor=default&sha1=f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=806eee9bd39c43c79b8f0c0ff8a5adc4 status: fail success: false 2024-06-30T12:59:26.365 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-06-30T12:59:26.442 INFO:teuthology.run:FAIL