2024-04-22T21:56:40.880 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-22T21:56:40.880 DEBUG:teuthology.run:Teuthology command: teuthology --description orch/cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} --verbose --name teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi --archive /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668812 --owner scheduled_teuthology@teuthology -- /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668812/orig.config.yaml 2024-04-22T21:56:40.912 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T21:56:40.991 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668812 branch: squid description: orch/cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} email: ceph-qa@ceph.com first_in_suite: false job_id: '7668812' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: squid ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) log-only-match: - CEPHADM_ sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f workunit: branch: squid sha1: c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9 owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.git roles: - - host.a - client.0 - - host.b - client.1 seed: 207 sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f sleep_before_teardown: 0 subset: 24/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9 targets: smithi063.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM6jhENckIPtRXZWWeS4Oh9KAj0pucWSGf/pYMVTtLXVrXZrtJSGSRN5ubWp2n72aG7P5ogHe1pe8EAXCvMl02A= smithi114.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAhVNVo02wM6Gzqei3XUN/IpDHoY3OaycC8FkhJ6ac7MJGjmj0smZf6j/mXcrcQD7ShvrQWpXWUGEy5owbCLE3k= 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: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-22_21:08:03 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-22T21:56:40.991 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa; will attempt to use it 2024-04-22T21:56:40.992 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks 2024-04-22T21:56:40.992 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-22T21:56:40.994 INFO:teuthology.task.internal:Checking packages... 2024-04-22T21:56:41.018 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '430e09df97c8fc7dc2b2ae424f68ed11366c540f' 2024-04-22T21:56:41.018 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-22T21:56:41.018 INFO:teuthology.packaging:ref: None 2024-04-22T21:56:41.018 INFO:teuthology.packaging:tag: None 2024-04-22T21:56:41.018 INFO:teuthology.packaging:branch: squid 2024-04-22T21:56:41.018 INFO:teuthology.packaging:sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:56:41.019 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=squid 2024-04-22T21:56:41.316 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2420-g246d7127-1jammy 2024-04-22T21:56:41.317 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-22T21:56:41.324 INFO:teuthology.task.internal:no buildpackages task found 2024-04-22T21:56:41.325 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-22T21:56:41.341 INFO:teuthology.task.internal:Saving configuration 2024-04-22T21:56:41.354 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-22T21:56:41.360 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T21:56:41.382 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi063.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668812', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-22 21:50:16.396599', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHvZHYcHk3r4MQ4uWdzGq+K6xV+ysPUP4pMz7ydGz18d'} 2024-04-22T21:56:41.410 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi114.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668812', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-22 21:50:16.395001', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFoYzbOAtA7gqvW5XMsAHABENNW+XJJ3eCDtVvY1r6T'} 2024-04-22T21:56:41.410 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-22T21:56:41.416 INFO:teuthology.task.internal:roles: ubuntu@smithi063.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-04-22T21:56:41.416 INFO:teuthology.task.internal:roles: ubuntu@smithi114.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-04-22T21:56:41.417 INFO:teuthology.run_tasks:Running task console_log... 2024-04-22T21:56:41.490 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f070a04edc0>, signals=[15]) 2024-04-22T21:56:41.491 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-22T21:56:41.496 INFO:teuthology.task.internal:Opening connections... 2024-04-22T21:56:41.496 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi063.front.sepia.ceph.com 2024-04-22T21:56:41.498 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T21:56:41.579 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi114.front.sepia.ceph.com 2024-04-22T21:56:41.579 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T21:56:41.660 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-22T21:56:41.667 DEBUG:teuthology.orchestra.run.smithi063:> uname -m 2024-04-22T21:56:41.672 INFO:teuthology.orchestra.run.smithi063.stdout:x86_64 2024-04-22T21:56:41.673 DEBUG:teuthology.orchestra.run.smithi063:> cat /etc/os-release 2024-04-22T21:56:41.720 INFO:teuthology.orchestra.run.smithi063.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-22T21:56:41.720 INFO:teuthology.orchestra.run.smithi063.stdout:NAME="Ubuntu" 2024-04-22T21:56:41.720 INFO:teuthology.orchestra.run.smithi063.stdout:VERSION_ID="22.04" 2024-04-22T21:56:41.720 INFO:teuthology.orchestra.run.smithi063.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-22T21:56:41.720 INFO:teuthology.orchestra.run.smithi063.stdout:VERSION_CODENAME=jammy 2024-04-22T21:56:41.720 INFO:teuthology.orchestra.run.smithi063.stdout:ID=ubuntu 2024-04-22T21:56:41.720 INFO:teuthology.orchestra.run.smithi063.stdout:ID_LIKE=debian 2024-04-22T21:56:41.720 INFO:teuthology.orchestra.run.smithi063.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-22T21:56:41.721 INFO:teuthology.orchestra.run.smithi063.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-22T21:56:41.721 INFO:teuthology.orchestra.run.smithi063.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-22T21:56:41.721 INFO:teuthology.orchestra.run.smithi063.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-22T21:56:41.721 INFO:teuthology.orchestra.run.smithi063.stdout:UBUNTU_CODENAME=jammy 2024-04-22T21:56:41.721 INFO:teuthology.lock.ops:Updating smithi063.front.sepia.ceph.com on lock server 2024-04-22T21:56:41.743 DEBUG:teuthology.orchestra.run.smithi114:> uname -m 2024-04-22T21:56:41.747 INFO:teuthology.orchestra.run.smithi114.stdout:x86_64 2024-04-22T21:56:41.748 DEBUG:teuthology.orchestra.run.smithi114:> cat /etc/os-release 2024-04-22T21:56:41.801 INFO:teuthology.orchestra.run.smithi114.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-22T21:56:41.802 INFO:teuthology.orchestra.run.smithi114.stdout:NAME="Ubuntu" 2024-04-22T21:56:41.802 INFO:teuthology.orchestra.run.smithi114.stdout:VERSION_ID="22.04" 2024-04-22T21:56:41.802 INFO:teuthology.orchestra.run.smithi114.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-22T21:56:41.802 INFO:teuthology.orchestra.run.smithi114.stdout:VERSION_CODENAME=jammy 2024-04-22T21:56:41.802 INFO:teuthology.orchestra.run.smithi114.stdout:ID=ubuntu 2024-04-22T21:56:41.802 INFO:teuthology.orchestra.run.smithi114.stdout:ID_LIKE=debian 2024-04-22T21:56:41.802 INFO:teuthology.orchestra.run.smithi114.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-22T21:56:41.803 INFO:teuthology.orchestra.run.smithi114.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-22T21:56:41.803 INFO:teuthology.orchestra.run.smithi114.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-22T21:56:41.803 INFO:teuthology.orchestra.run.smithi114.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-22T21:56:41.803 INFO:teuthology.orchestra.run.smithi114.stdout:UBUNTU_CODENAME=jammy 2024-04-22T21:56:41.803 INFO:teuthology.lock.ops:Updating smithi114.front.sepia.ceph.com on lock server 2024-04-22T21:56:41.817 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-22T21:56:41.825 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-22T21:56:41.831 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-22T21:56:41.831 DEBUG:teuthology.orchestra.run.smithi063:> test '!' -e /home/ubuntu/cephtest 2024-04-22T21:56:41.833 DEBUG:teuthology.orchestra.run.smithi114:> test '!' -e /home/ubuntu/cephtest 2024-04-22T21:56:41.847 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-22T21:56:41.853 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-22T21:56:41.853 DEBUG:teuthology.orchestra.run.smithi063:> test -z $(ls -A /var/lib/ceph) 2024-04-22T21:56:41.882 DEBUG:teuthology.orchestra.run.smithi114:> test -z $(ls -A /var/lib/ceph) 2024-04-22T21:56:41.897 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-22T21:56:41.952 INFO:teuthology.run_tasks:Running task kernel... 2024-04-22T21:56:41.966 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-22T21:56:41.967 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-22T21:56:41.967 DEBUG:teuthology.orchestra.run.smithi063:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T21:56:41.967 DEBUG:teuthology.orchestra.run.smithi114:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T21:56:41.972 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:56:41.972 DEBUG:teuthology.orchestra.run.smithi063:> uname -r 2024-04-22T21:56:41.973 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:56:41.973 DEBUG:teuthology.orchestra.run.smithi114:> uname -r 2024-04-22T21:56:42.019 INFO:teuthology.orchestra.run.smithi114.stdout:5.15.0-56-generic 2024-04-22T21:56:42.019 INFO:teuthology.task.kernel:Running kernel on smithi114: 5.15.0-56-generic 2024-04-22T21:56:42.019 DEBUG:teuthology.orchestra.run.smithi114:> sudo apt-get clean 2024-04-22T21:56:42.020 INFO:teuthology.orchestra.run.smithi063.stdout:5.15.0-56-generic 2024-04-22T21:56:42.021 INFO:teuthology.task.kernel:Running kernel on smithi063: 5.15.0-56-generic 2024-04-22T21:56:42.021 DEBUG:teuthology.orchestra.run.smithi063:> sudo apt-get clean 2024-04-22T21:56:42.142 DEBUG:teuthology.orchestra.run.smithi063:> sudo apt-get update 2024-04-22T21:56:42.157 DEBUG:teuthology.orchestra.run.smithi114:> sudo apt-get update 2024-04-22T21:56:42.313 INFO:teuthology.orchestra.run.smithi063.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-22T21:56:42.314 INFO:teuthology.orchestra.run.smithi114.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-22T21:56:42.405 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-22T21:56:42.429 INFO:teuthology.orchestra.run.smithi114.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-22T21:56:42.488 INFO:teuthology.orchestra.run.smithi063.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-22T21:56:42.512 INFO:teuthology.orchestra.run.smithi114.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-22T21:56:42.534 INFO:teuthology.orchestra.run.smithi114.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [452 kB] 2024-04-22T21:56:42.564 INFO:teuthology.orchestra.run.smithi063.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [452 kB] 2024-04-22T21:56:42.616 INFO:teuthology.orchestra.run.smithi114.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,388 kB] 2024-04-22T21:56:42.646 INFO:teuthology.orchestra.run.smithi063.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,388 kB] 2024-04-22T21:56:42.661 INFO:teuthology.orchestra.run.smithi114.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-04-22T21:56:42.665 INFO:teuthology.orchestra.run.smithi114.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-22T21:56:42.665 INFO:teuthology.orchestra.run.smithi114.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,762 kB] 2024-04-22T21:56:42.695 INFO:teuthology.orchestra.run.smithi114.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-22T21:56:42.696 INFO:teuthology.orchestra.run.smithi114.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [299 kB] 2024-04-22T21:56:42.700 INFO:teuthology.orchestra.run.smithi114.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-22T21:56:42.700 INFO:teuthology.orchestra.run.smithi114.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-22T21:56:42.707 INFO:teuthology.orchestra.run.smithi114.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-22T21:56:42.708 INFO:teuthology.orchestra.run.smithi063.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-04-22T21:56:42.720 INFO:teuthology.orchestra.run.smithi063.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-22T21:56:42.720 INFO:teuthology.orchestra.run.smithi114.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-04-22T21:56:42.720 INFO:teuthology.orchestra.run.smithi063.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,762 kB] 2024-04-22T21:56:42.722 INFO:teuthology.orchestra.run.smithi114.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-22T21:56:42.732 INFO:teuthology.orchestra.run.smithi114.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-22T21:56:42.733 INFO:teuthology.orchestra.run.smithi114.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-22T21:56:42.757 INFO:teuthology.orchestra.run.smithi063.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-22T21:56:42.758 INFO:teuthology.orchestra.run.smithi063.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [299 kB] 2024-04-22T21:56:42.762 INFO:teuthology.orchestra.run.smithi063.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-22T21:56:42.763 INFO:teuthology.orchestra.run.smithi063.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-22T21:56:42.773 INFO:teuthology.orchestra.run.smithi063.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-22T21:56:42.777 INFO:teuthology.orchestra.run.smithi114.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-22T21:56:42.777 INFO:teuthology.orchestra.run.smithi114.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-22T21:56:42.780 INFO:teuthology.orchestra.run.smithi063.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-04-22T21:56:42.810 INFO:teuthology.orchestra.run.smithi063.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-22T21:56:42.810 INFO:teuthology.orchestra.run.smithi063.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-22T21:56:42.811 INFO:teuthology.orchestra.run.smithi063.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-22T21:56:42.811 INFO:teuthology.orchestra.run.smithi063.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-22T21:56:42.811 INFO:teuthology.orchestra.run.smithi063.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-22T21:56:42.852 INFO:teuthology.orchestra.run.smithi063.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-22T21:56:42.873 INFO:teuthology.orchestra.run.smithi114.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-22T21:56:42.991 INFO:teuthology.orchestra.run.smithi063.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,608 kB] 2024-04-22T21:56:43.014 INFO:teuthology.orchestra.run.smithi114.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [618 kB] 2024-04-22T21:56:43.216 INFO:teuthology.orchestra.run.smithi114.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,608 kB] 2024-04-22T21:56:43.301 INFO:teuthology.orchestra.run.smithi063.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [618 kB] 2024-04-22T21:56:43.340 INFO:teuthology.orchestra.run.smithi063.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] 2024-04-22T21:56:43.355 INFO:teuthology.orchestra.run.smithi063.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-22T21:56:43.355 INFO:teuthology.orchestra.run.smithi063.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,826 kB] 2024-04-22T21:56:43.367 INFO:teuthology.orchestra.run.smithi114.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] 2024-04-22T21:56:43.381 INFO:teuthology.orchestra.run.smithi114.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-22T21:56:43.382 INFO:teuthology.orchestra.run.smithi114.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-22T21:56:43.384 INFO:teuthology.orchestra.run.smithi114.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,826 kB] 2024-04-22T21:56:43.417 INFO:teuthology.orchestra.run.smithi063.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-22T21:56:43.418 INFO:teuthology.orchestra.run.smithi063.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [310 kB] 2024-04-22T21:56:43.426 INFO:teuthology.orchestra.run.smithi063.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-22T21:56:43.446 INFO:teuthology.orchestra.run.smithi114.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [310 kB] 2024-04-22T21:56:43.453 INFO:teuthology.orchestra.run.smithi114.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-22T21:56:43.590 INFO:teuthology.orchestra.run.smithi063.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-22T21:56:43.617 INFO:teuthology.orchestra.run.smithi114.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-22T21:56:44.223 INFO:teuthology.orchestra.run.smithi063.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-22T21:56:44.249 INFO:teuthology.orchestra.run.smithi114.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-22T21:56:44.260 INFO:teuthology.orchestra.run.smithi063.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-22T21:56:44.274 INFO:teuthology.orchestra.run.smithi063.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-22T21:56:44.275 INFO:teuthology.orchestra.run.smithi063.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-22T21:56:44.275 INFO:teuthology.orchestra.run.smithi063.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-22T21:56:44.277 INFO:teuthology.orchestra.run.smithi063.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-22T21:56:44.278 INFO:teuthology.orchestra.run.smithi063.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-22T21:56:44.278 INFO:teuthology.orchestra.run.smithi063.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-22T21:56:44.286 INFO:teuthology.orchestra.run.smithi114.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-22T21:56:44.299 INFO:teuthology.orchestra.run.smithi114.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-22T21:56:44.300 INFO:teuthology.orchestra.run.smithi114.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-22T21:56:44.301 INFO:teuthology.orchestra.run.smithi114.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-22T21:56:44.302 INFO:teuthology.orchestra.run.smithi114.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-22T21:56:44.303 INFO:teuthology.orchestra.run.smithi114.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-22T21:56:44.304 INFO:teuthology.orchestra.run.smithi114.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-22T21:56:44.304 INFO:teuthology.orchestra.run.smithi063.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-22T21:56:44.308 INFO:teuthology.orchestra.run.smithi063.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-22T21:56:44.331 INFO:teuthology.orchestra.run.smithi114.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-22T21:56:44.334 INFO:teuthology.orchestra.run.smithi114.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-22T21:56:44.476 INFO:teuthology.orchestra.run.smithi063.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-22T21:56:44.508 INFO:teuthology.orchestra.run.smithi114.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-22T21:56:44.561 INFO:teuthology.orchestra.run.smithi063.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-22T21:56:44.592 INFO:teuthology.orchestra.run.smithi114.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-22T21:56:44.644 INFO:teuthology.orchestra.run.smithi063.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-22T21:56:44.680 INFO:teuthology.orchestra.run.smithi114.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-22T21:56:44.727 INFO:teuthology.orchestra.run.smithi063.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-22T21:56:44.758 INFO:teuthology.orchestra.run.smithi063.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-22T21:56:44.761 INFO:teuthology.orchestra.run.smithi114.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-22T21:56:44.799 INFO:teuthology.orchestra.run.smithi114.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-22T21:56:49.099 INFO:teuthology.orchestra.run.smithi114.stdout:Fetched 13.2 MB in 3s (5,154 kB/s) 2024-04-22T21:56:49.333 INFO:teuthology.orchestra.run.smithi063.stdout:Fetched 13.2 MB in 3s (5,213 kB/s) 2024-04-22T21:56:50.434 INFO:teuthology.orchestra.run.smithi114.stdout:Reading package lists... 2024-04-22T21:56:50.452 DEBUG:teuthology.orchestra.run.smithi114:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-22T21:56:50.558 INFO:teuthology.orchestra.run.smithi114.stdout:Reading package lists... 2024-04-22T21:56:50.726 INFO:teuthology.orchestra.run.smithi063.stdout:Reading package lists... 2024-04-22T21:56:50.743 DEBUG:teuthology.orchestra.run.smithi063:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-22T21:56:50.752 INFO:teuthology.orchestra.run.smithi114.stdout:Building dependency tree... 2024-04-22T21:56:50.753 INFO:teuthology.orchestra.run.smithi114.stdout:Reading state information... 2024-04-22T21:56:50.806 INFO:teuthology.orchestra.run.smithi063.stdout:Reading package lists... 2024-04-22T21:56:50.928 INFO:teuthology.orchestra.run.smithi114.stdout:The following packages were automatically installed and are no longer required: 2024-04-22T21:56:50.928 INFO:teuthology.orchestra.run.smithi114.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-22T21:56:50.928 INFO:teuthology.orchestra.run.smithi114.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-22T21:56:50.929 INFO:teuthology.orchestra.run.smithi114.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-22T21:56:50.929 INFO:teuthology.orchestra.run.smithi114.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-22T21:56:50.929 INFO:teuthology.orchestra.run.smithi114.stdout: python2.7-minimal 2024-04-22T21:56:50.929 INFO:teuthology.orchestra.run.smithi114.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-22T21:56:50.930 INFO:teuthology.orchestra.run.smithi114.stdout:The following additional packages will be installed: 2024-04-22T21:56:50.930 INFO:teuthology.orchestra.run.smithi114.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-22T21:56:50.930 INFO:teuthology.orchestra.run.smithi114.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-22T21:56:50.931 INFO:teuthology.orchestra.run.smithi114.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-22T21:56:50.932 INFO:teuthology.orchestra.run.smithi114.stdout:Suggested packages: 2024-04-22T21:56:50.932 INFO:teuthology.orchestra.run.smithi114.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-22T21:56:50.932 INFO:teuthology.orchestra.run.smithi114.stdout:Recommended packages: 2024-04-22T21:56:50.932 INFO:teuthology.orchestra.run.smithi114.stdout: thermald 2024-04-22T21:56:50.994 INFO:teuthology.orchestra.run.smithi114.stdout:The following NEW packages will be installed: 2024-04-22T21:56:50.994 INFO:teuthology.orchestra.run.smithi114.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-22T21:56:50.994 INFO:teuthology.orchestra.run.smithi114.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-22T21:56:50.994 INFO:teuthology.orchestra.run.smithi114.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-22T21:56:50.995 INFO:teuthology.orchestra.run.smithi114.stdout:The following packages will be upgraded: 2024-04-22T21:56:50.996 INFO:teuthology.orchestra.run.smithi114.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-22T21:56:51.002 INFO:teuthology.orchestra.run.smithi063.stdout:Building dependency tree... 2024-04-22T21:56:51.002 INFO:teuthology.orchestra.run.smithi063.stdout:Reading state information... 2024-04-22T21:56:51.175 INFO:teuthology.orchestra.run.smithi114.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-22T21:56:51.176 INFO:teuthology.orchestra.run.smithi114.stdout:Need to get 113 MB of archives. 2024-04-22T21:56:51.176 INFO:teuthology.orchestra.run.smithi114.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-22T21:56:51.176 INFO:teuthology.orchestra.run.smithi114.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-04-22T21:56:51.185 INFO:teuthology.orchestra.run.smithi063.stdout:The following packages were automatically installed and are no longer required: 2024-04-22T21:56:51.185 INFO:teuthology.orchestra.run.smithi063.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-22T21:56:51.185 INFO:teuthology.orchestra.run.smithi063.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-22T21:56:51.185 INFO:teuthology.orchestra.run.smithi063.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-22T21:56:51.186 INFO:teuthology.orchestra.run.smithi063.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-22T21:56:51.186 INFO:teuthology.orchestra.run.smithi063.stdout: python2.7-minimal 2024-04-22T21:56:51.186 INFO:teuthology.orchestra.run.smithi063.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-22T21:56:51.187 INFO:teuthology.orchestra.run.smithi063.stdout:The following additional packages will be installed: 2024-04-22T21:56:51.187 INFO:teuthology.orchestra.run.smithi063.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-22T21:56:51.187 INFO:teuthology.orchestra.run.smithi063.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-22T21:56:51.187 INFO:teuthology.orchestra.run.smithi063.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-22T21:56:51.189 INFO:teuthology.orchestra.run.smithi063.stdout:Suggested packages: 2024-04-22T21:56:51.189 INFO:teuthology.orchestra.run.smithi063.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-22T21:56:51.189 INFO:teuthology.orchestra.run.smithi063.stdout:Recommended packages: 2024-04-22T21:56:51.189 INFO:teuthology.orchestra.run.smithi063.stdout: thermald 2024-04-22T21:56:51.233 INFO:teuthology.orchestra.run.smithi063.stdout:The following NEW packages will be installed: 2024-04-22T21:56:51.233 INFO:teuthology.orchestra.run.smithi063.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-22T21:56:51.233 INFO:teuthology.orchestra.run.smithi063.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-22T21:56:51.234 INFO:teuthology.orchestra.run.smithi063.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-22T21:56:51.234 INFO:teuthology.orchestra.run.smithi063.stdout:The following packages will be upgraded: 2024-04-22T21:56:51.235 INFO:teuthology.orchestra.run.smithi063.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-22T21:56:51.414 INFO:teuthology.orchestra.run.smithi063.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-22T21:56:51.415 INFO:teuthology.orchestra.run.smithi063.stdout:Need to get 113 MB of archives. 2024-04-22T21:56:51.415 INFO:teuthology.orchestra.run.smithi063.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-22T21:56:51.415 INFO:teuthology.orchestra.run.smithi063.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-04-22T21:56:52.602 INFO:teuthology.orchestra.run.smithi114.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-04-22T21:56:52.795 INFO:teuthology.orchestra.run.smithi063.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-04-22T21:56:52.929 INFO:teuthology.orchestra.run.smithi114.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-04-22T21:56:53.151 INFO:teuthology.orchestra.run.smithi063.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-04-22T21:56:55.063 INFO:teuthology.orchestra.run.smithi114.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-04-22T21:56:55.063 INFO:teuthology.orchestra.run.smithi114.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-04-22T21:56:55.064 INFO:teuthology.orchestra.run.smithi114.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-04-22T21:56:55.397 INFO:teuthology.orchestra.run.smithi063.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-04-22T21:56:55.397 INFO:teuthology.orchestra.run.smithi063.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-04-22T21:56:55.398 INFO:teuthology.orchestra.run.smithi063.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-04-22T21:56:56.114 INFO:teuthology.orchestra.run.smithi114.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-04-22T21:56:56.216 INFO:teuthology.orchestra.run.smithi114.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-04-22T21:56:56.376 INFO:teuthology.orchestra.run.smithi063.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-04-22T21:56:56.469 INFO:teuthology.orchestra.run.smithi063.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-04-22T21:56:56.595 INFO:teuthology.orchestra.run.smithi114.stdout:Fetched 113 MB in 5s (21.7 MB/s) 2024-04-22T21:56:56.769 INFO:teuthology.orchestra.run.smithi114.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-22T21:56:56.890 INFO:teuthology.orchestra.run.smithi063.stdout:Fetched 113 MB in 5s (21.7 MB/s) 2024-04-22T21:56:57.055 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-22T21:56:58.773 INFO:teuthology.orchestra.run.smithi114.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-04-22T21:56:58.777 INFO:teuthology.orchestra.run.smithi114.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T21:56:58.841 INFO:teuthology.orchestra.run.smithi114.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T21:56:58.972 INFO:teuthology.orchestra.run.smithi063.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-04-22T21:56:58.976 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T21:56:59.169 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T21:57:00.958 INFO:teuthology.orchestra.run.smithi114.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-22T21:57:00.980 INFO:teuthology.orchestra.run.smithi114.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T21:57:01.050 INFO:teuthology.orchestra.run.smithi114.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T21:57:01.355 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-22T21:57:01.376 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T21:57:01.453 INFO:teuthology.orchestra.run.smithi114.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-22T21:57:01.455 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T21:57:01.474 INFO:teuthology.orchestra.run.smithi114.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T21:57:01.503 INFO:teuthology.orchestra.run.smithi114.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T21:57:01.946 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-22T21:57:01.967 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T21:57:01.999 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T21:57:07.885 INFO:teuthology.orchestra.run.smithi114.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T21:57:08.038 INFO:teuthology.orchestra.run.smithi114.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T21:57:08.371 INFO:teuthology.orchestra.run.smithi114.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T21:57:08.491 INFO:teuthology.orchestra.run.smithi114.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T21:57:08.760 INFO:teuthology.orchestra.run.smithi114.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-22T21:57:08.772 INFO:teuthology.orchestra.run.smithi114.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-22T21:57:08.793 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T21:57:08.810 INFO:teuthology.orchestra.run.smithi114.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-22T21:57:08.926 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T21:57:09.267 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T21:57:09.363 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T21:57:09.707 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-22T21:57:09.730 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-22T21:57:09.774 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-22T21:57:14.043 INFO:teuthology.orchestra.run.smithi114.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-22T21:57:14.078 INFO:teuthology.orchestra.run.smithi114.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T21:57:14.118 INFO:teuthology.orchestra.run.smithi114.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T21:57:15.854 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-22T21:57:15.891 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T21:57:15.921 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T21:57:17.231 INFO:teuthology.orchestra.run.smithi114.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T21:57:17.345 INFO:teuthology.orchestra.run.smithi114.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T21:57:17.637 INFO:teuthology.orchestra.run.smithi114.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-22T21:57:18.001 INFO:teuthology.orchestra.run.smithi114.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T21:57:18.543 INFO:teuthology.orchestra.run.smithi114.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-22T21:57:18.672 INFO:teuthology.orchestra.run.smithi114.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T21:57:19.424 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T21:57:19.549 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T21:57:19.907 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-22T21:57:19.997 INFO:teuthology.orchestra.run.smithi114.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-22T21:57:19.997 INFO:teuthology.orchestra.run.smithi114.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-22T21:57:19.997 INFO:teuthology.orchestra.run.smithi114.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-22T21:57:19.997 INFO:teuthology.orchestra.run.smithi114.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-22T21:57:20.028 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T21:57:20.154 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-22T21:57:20.165 INFO:teuthology.orchestra.run.smithi114.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T21:57:20.303 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T21:57:21.551 INFO:teuthology.orchestra.run.smithi114.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T21:57:21.656 INFO:teuthology.orchestra.run.smithi063.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-22T21:57:21.656 INFO:teuthology.orchestra.run.smithi063.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-22T21:57:21.656 INFO:teuthology.orchestra.run.smithi063.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-22T21:57:21.656 INFO:teuthology.orchestra.run.smithi063.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-22T21:57:21.826 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T21:57:22.960 INFO:teuthology.orchestra.run.smithi114.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-22T21:57:23.085 INFO:teuthology.orchestra.run.smithi114.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-22T21:57:23.212 INFO:teuthology.orchestra.run.smithi114.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T21:57:23.253 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T21:57:23.264 INFO:teuthology.orchestra.run.smithi114.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-22T21:57:23.265 INFO:teuthology.orchestra.run.smithi114.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-22T21:57:25.053 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-22T21:57:25.179 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-22T21:57:25.330 INFO:teuthology.orchestra.run.smithi063.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T21:57:25.393 INFO:teuthology.orchestra.run.smithi063.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-22T21:57:25.393 INFO:teuthology.orchestra.run.smithi063.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-22T21:57:37.092 INFO:teuthology.orchestra.run.smithi114.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-22T21:57:37.092 INFO:teuthology.orchestra.run.smithi114.stdout:Sourcing file `/etc/default/grub' 2024-04-22T21:57:37.103 INFO:teuthology.orchestra.run.smithi114.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-22T21:57:37.130 INFO:teuthology.orchestra.run.smithi114.stdout:Generating grub configuration file ... 2024-04-22T21:57:37.388 INFO:teuthology.orchestra.run.smithi114.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-22T21:57:37.421 INFO:teuthology.orchestra.run.smithi114.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-22T21:57:37.687 INFO:teuthology.orchestra.run.smithi114.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-22T21:57:37.693 INFO:teuthology.orchestra.run.smithi114.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-22T21:57:37.766 INFO:teuthology.orchestra.run.smithi114.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-22T21:57:37.771 INFO:teuthology.orchestra.run.smithi114.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-22T21:57:37.931 INFO:teuthology.orchestra.run.smithi114.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-22T21:57:37.931 INFO:teuthology.orchestra.run.smithi114.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-22T21:57:37.931 INFO:teuthology.orchestra.run.smithi114.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-22T21:57:37.970 INFO:teuthology.orchestra.run.smithi114.stdout:done 2024-04-22T21:57:38.452 DEBUG:teuthology.orchestra.run.smithi114:> dpkg -s linux-image-generic 2024-04-22T21:57:38.473 INFO:teuthology.orchestra.run.smithi114.stdout:Package: linux-image-generic 2024-04-22T21:57:38.473 INFO:teuthology.orchestra.run.smithi114.stdout:Status: install ok installed 2024-04-22T21:57:38.474 INFO:teuthology.orchestra.run.smithi114.stdout:Priority: optional 2024-04-22T21:57:38.474 INFO:teuthology.orchestra.run.smithi114.stdout:Section: kernel 2024-04-22T21:57:38.474 INFO:teuthology.orchestra.run.smithi114.stdout:Installed-Size: 21 2024-04-22T21:57:38.474 INFO:teuthology.orchestra.run.smithi114.stdout:Maintainer: Ubuntu Kernel Team 2024-04-22T21:57:38.474 INFO:teuthology.orchestra.run.smithi114.stdout:Architecture: amd64 2024-04-22T21:57:38.474 INFO:teuthology.orchestra.run.smithi114.stdout:Source: linux-meta 2024-04-22T21:57:38.474 INFO:teuthology.orchestra.run.smithi114.stdout:Version: 5.15.0.105.102 2024-04-22T21:57:38.474 INFO:teuthology.orchestra.run.smithi114.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-22T21:57:38.474 INFO:teuthology.orchestra.run.smithi114.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-22T21:57:38.474 INFO:teuthology.orchestra.run.smithi114.stdout:Recommends: thermald 2024-04-22T21:57:38.474 INFO:teuthology.orchestra.run.smithi114.stdout:Description: Generic Linux kernel image 2024-04-22T21:57:38.474 INFO:teuthology.orchestra.run.smithi114.stdout: This package will always depend on the latest generic kernel image 2024-04-22T21:57:38.474 INFO:teuthology.orchestra.run.smithi114.stdout: available. 2024-04-22T21:57:38.475 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-22T21:57:38.475 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-22T21:57:38.475 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-22T21:57:38.475 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-22T21:57:38.475 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi114.front.sepia.ceph.com, path=None, version=distro) 2024-04-22T21:57:38.475 DEBUG:teuthology.orchestra.run.smithi114:> sudo apt-get clean 2024-04-22T21:57:38.664 DEBUG:teuthology.orchestra.run.smithi114:> sudo apt-get update 2024-04-22T21:57:38.783 INFO:teuthology.orchestra.run.smithi114.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-22T21:57:38.783 INFO:teuthology.orchestra.run.smithi114.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-22T21:57:38.801 INFO:teuthology.orchestra.run.smithi114.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-22T21:57:38.833 INFO:teuthology.orchestra.run.smithi114.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-22T21:57:40.083 INFO:teuthology.orchestra.run.smithi063.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-22T21:57:40.083 INFO:teuthology.orchestra.run.smithi063.stdout:Sourcing file `/etc/default/grub' 2024-04-22T21:57:40.106 INFO:teuthology.orchestra.run.smithi063.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-22T21:57:40.124 INFO:teuthology.orchestra.run.smithi063.stdout:Generating grub configuration file ... 2024-04-22T21:57:40.127 INFO:teuthology.orchestra.run.smithi114.stdout:Reading package lists... 2024-04-22T21:57:40.145 DEBUG:teuthology.orchestra.run.smithi114:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-22T21:57:40.205 INFO:teuthology.orchestra.run.smithi114.stdout:Reading package lists... 2024-04-22T21:57:40.413 INFO:teuthology.orchestra.run.smithi114.stdout:Building dependency tree... 2024-04-22T21:57:40.413 INFO:teuthology.orchestra.run.smithi114.stdout:Reading state information... 2024-04-22T21:57:40.494 INFO:teuthology.orchestra.run.smithi063.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-22T21:57:40.517 INFO:teuthology.orchestra.run.smithi063.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-22T21:57:40.589 INFO:teuthology.orchestra.run.smithi114.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-22T21:57:40.589 INFO:teuthology.orchestra.run.smithi114.stdout:The following packages were automatically installed and are no longer required: 2024-04-22T21:57:40.589 INFO:teuthology.orchestra.run.smithi114.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-22T21:57:40.589 INFO:teuthology.orchestra.run.smithi114.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-22T21:57:40.589 INFO:teuthology.orchestra.run.smithi114.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-22T21:57:40.589 INFO:teuthology.orchestra.run.smithi114.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-22T21:57:40.590 INFO:teuthology.orchestra.run.smithi114.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-22T21:57:40.590 INFO:teuthology.orchestra.run.smithi114.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-22T21:57:40.632 INFO:teuthology.orchestra.run.smithi114.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-22T21:57:40.634 DEBUG:teuthology.orchestra.run.smithi114:> dpkg -s linux-image-generic 2024-04-22T21:57:40.693 INFO:teuthology.orchestra.run.smithi114.stdout:Package: linux-image-generic 2024-04-22T21:57:40.693 INFO:teuthology.orchestra.run.smithi114.stdout:Status: install ok installed 2024-04-22T21:57:40.693 INFO:teuthology.orchestra.run.smithi114.stdout:Priority: optional 2024-04-22T21:57:40.693 INFO:teuthology.orchestra.run.smithi114.stdout:Section: kernel 2024-04-22T21:57:40.693 INFO:teuthology.orchestra.run.smithi114.stdout:Installed-Size: 21 2024-04-22T21:57:40.693 INFO:teuthology.orchestra.run.smithi114.stdout:Maintainer: Ubuntu Kernel Team 2024-04-22T21:57:40.693 INFO:teuthology.orchestra.run.smithi114.stdout:Architecture: amd64 2024-04-22T21:57:40.693 INFO:teuthology.orchestra.run.smithi114.stdout:Source: linux-meta 2024-04-22T21:57:40.693 INFO:teuthology.orchestra.run.smithi114.stdout:Version: 5.15.0.105.102 2024-04-22T21:57:40.694 INFO:teuthology.orchestra.run.smithi114.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-22T21:57:40.694 INFO:teuthology.orchestra.run.smithi114.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-22T21:57:40.694 INFO:teuthology.orchestra.run.smithi114.stdout:Recommends: thermald 2024-04-22T21:57:40.694 INFO:teuthology.orchestra.run.smithi114.stdout:Description: Generic Linux kernel image 2024-04-22T21:57:40.694 INFO:teuthology.orchestra.run.smithi114.stdout: This package will always depend on the latest generic kernel image 2024-04-22T21:57:40.694 INFO:teuthology.orchestra.run.smithi114.stdout: available. 2024-04-22T21:57:40.694 DEBUG:teuthology.orchestra.run.smithi114:> mktemp 2024-04-22T21:57:40.743 INFO:teuthology.orchestra.run.smithi114.stdout:/tmp/tmp.SbRqXSrCtw 2024-04-22T21:57:40.743 DEBUG:teuthology.orchestra.run.smithi114:> sudo cp /boot/grub/grub.cfg /tmp/tmp.SbRqXSrCtw 2024-04-22T21:57:40.808 DEBUG:teuthology.orchestra.run.smithi114:> sudo chmod 0666 /tmp/tmp.SbRqXSrCtw 2024-04-22T21:57:40.920 INFO:teuthology.orchestra.run.smithi063.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-22T21:57:40.926 INFO:teuthology.orchestra.run.smithi063.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-22T21:57:40.936 DEBUG:teuthology.orchestra.remote:smithi114:/tmp/tmp.SbRqXSrCtw is 10KB 2024-04-22T21:57:40.949 DEBUG:teuthology.orchestra.run.smithi114:> rm -fr /tmp/tmp.SbRqXSrCtw 2024-04-22T21:57:40.955 DEBUG:teuthology.orchestra.run.smithi114:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-22T21:57:40.999 INFO:teuthology.orchestra.run.smithi063.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-22T21:57:41.005 INFO:teuthology.orchestra.run.smithi063.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-22T21:57:41.011 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2024-04-22T21:57:41.011 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-22T21:57:41.011 DEBUG:teuthology.orchestra.run.smithi114:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-22T21:57:41.077 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-22T21:57:41.077 DEBUG:teuthology.orchestra.run.smithi114:> sudo update-grub 2024-04-22T21:57:41.179 INFO:teuthology.orchestra.run.smithi063.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-22T21:57:41.182 INFO:teuthology.orchestra.run.smithi063.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-22T21:57:41.182 INFO:teuthology.orchestra.run.smithi063.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-22T21:57:41.212 INFO:teuthology.orchestra.run.smithi063.stdout:done 2024-04-22T21:57:41.737 DEBUG:teuthology.orchestra.run.smithi063:> dpkg -s linux-image-generic 2024-04-22T21:57:41.759 INFO:teuthology.orchestra.run.smithi063.stdout:Package: linux-image-generic 2024-04-22T21:57:41.759 INFO:teuthology.orchestra.run.smithi063.stdout:Status: install ok installed 2024-04-22T21:57:41.759 INFO:teuthology.orchestra.run.smithi063.stdout:Priority: optional 2024-04-22T21:57:41.759 INFO:teuthology.orchestra.run.smithi063.stdout:Section: kernel 2024-04-22T21:57:41.759 INFO:teuthology.orchestra.run.smithi063.stdout:Installed-Size: 21 2024-04-22T21:57:41.759 INFO:teuthology.orchestra.run.smithi063.stdout:Maintainer: Ubuntu Kernel Team 2024-04-22T21:57:41.759 INFO:teuthology.orchestra.run.smithi063.stdout:Architecture: amd64 2024-04-22T21:57:41.759 INFO:teuthology.orchestra.run.smithi063.stdout:Source: linux-meta 2024-04-22T21:57:41.759 INFO:teuthology.orchestra.run.smithi063.stdout:Version: 5.15.0.105.102 2024-04-22T21:57:41.760 INFO:teuthology.orchestra.run.smithi063.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-22T21:57:41.760 INFO:teuthology.orchestra.run.smithi063.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-22T21:57:41.760 INFO:teuthology.orchestra.run.smithi063.stdout:Recommends: thermald 2024-04-22T21:57:41.760 INFO:teuthology.orchestra.run.smithi063.stdout:Description: Generic Linux kernel image 2024-04-22T21:57:41.760 INFO:teuthology.orchestra.run.smithi063.stdout: This package will always depend on the latest generic kernel image 2024-04-22T21:57:41.760 INFO:teuthology.orchestra.run.smithi063.stdout: available. 2024-04-22T21:57:41.760 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-22T21:57:41.760 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-22T21:57:41.760 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-22T21:57:41.760 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-22T21:57:41.760 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi063.front.sepia.ceph.com, path=None, version=distro) 2024-04-22T21:57:41.761 DEBUG:teuthology.orchestra.run.smithi063:> sudo apt-get clean 2024-04-22T21:57:41.909 DEBUG:teuthology.orchestra.run.smithi063:> sudo apt-get update 2024-04-22T21:57:42.155 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-22T21:57:42.155 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-22T21:57:42.163 INFO:teuthology.orchestra.run.smithi114.stderr:Sourcing file `/etc/default/grub' 2024-04-22T21:57:42.164 INFO:teuthology.orchestra.run.smithi114.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-22T21:57:42.167 INFO:teuthology.orchestra.run.smithi114.stderr:Generating grub configuration file ... 2024-04-22T21:57:42.229 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-22T21:57:42.313 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-22T21:57:42.343 INFO:teuthology.orchestra.run.smithi114.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-22T21:57:42.349 INFO:teuthology.orchestra.run.smithi114.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-22T21:57:42.565 INFO:teuthology.orchestra.run.smithi114.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-22T21:57:42.570 INFO:teuthology.orchestra.run.smithi114.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-22T21:57:42.611 INFO:teuthology.orchestra.run.smithi114.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-22T21:57:42.618 INFO:teuthology.orchestra.run.smithi114.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-22T21:57:42.749 INFO:teuthology.orchestra.run.smithi114.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-22T21:57:42.750 INFO:teuthology.orchestra.run.smithi114.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-22T21:57:42.750 INFO:teuthology.orchestra.run.smithi114.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-22T21:57:42.760 INFO:teuthology.orchestra.run.smithi114.stderr:done 2024-04-22T21:57:42.775 DEBUG:teuthology.orchestra.run.smithi114:> sudo shutdown -r now 2024-04-22T21:57:43.548 INFO:teuthology.orchestra.run.smithi063.stdout:Reading package lists... 2024-04-22T21:57:43.567 DEBUG:teuthology.orchestra.run.smithi063:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-22T21:57:43.632 INFO:teuthology.orchestra.run.smithi063.stdout:Reading package lists... 2024-04-22T21:57:43.835 INFO:teuthology.orchestra.run.smithi063.stdout:Building dependency tree... 2024-04-22T21:57:43.836 INFO:teuthology.orchestra.run.smithi063.stdout:Reading state information... 2024-04-22T21:57:44.021 INFO:teuthology.orchestra.run.smithi063.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-22T21:57:44.021 INFO:teuthology.orchestra.run.smithi063.stdout:The following packages were automatically installed and are no longer required: 2024-04-22T21:57:44.021 INFO:teuthology.orchestra.run.smithi063.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-22T21:57:44.021 INFO:teuthology.orchestra.run.smithi063.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-22T21:57:44.021 INFO:teuthology.orchestra.run.smithi063.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-22T21:57:44.022 INFO:teuthology.orchestra.run.smithi063.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-22T21:57:44.022 INFO:teuthology.orchestra.run.smithi063.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-22T21:57:44.022 INFO:teuthology.orchestra.run.smithi063.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-22T21:57:44.063 INFO:teuthology.orchestra.run.smithi063.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-22T21:57:44.064 DEBUG:teuthology.orchestra.run.smithi063:> dpkg -s linux-image-generic 2024-04-22T21:57:44.081 INFO:teuthology.orchestra.run.smithi063.stdout:Package: linux-image-generic 2024-04-22T21:57:44.081 INFO:teuthology.orchestra.run.smithi063.stdout:Status: install ok installed 2024-04-22T21:57:44.081 INFO:teuthology.orchestra.run.smithi063.stdout:Priority: optional 2024-04-22T21:57:44.082 INFO:teuthology.orchestra.run.smithi063.stdout:Section: kernel 2024-04-22T21:57:44.082 INFO:teuthology.orchestra.run.smithi063.stdout:Installed-Size: 21 2024-04-22T21:57:44.082 INFO:teuthology.orchestra.run.smithi063.stdout:Maintainer: Ubuntu Kernel Team 2024-04-22T21:57:44.082 INFO:teuthology.orchestra.run.smithi063.stdout:Architecture: amd64 2024-04-22T21:57:44.082 INFO:teuthology.orchestra.run.smithi063.stdout:Source: linux-meta 2024-04-22T21:57:44.082 INFO:teuthology.orchestra.run.smithi063.stdout:Version: 5.15.0.105.102 2024-04-22T21:57:44.082 INFO:teuthology.orchestra.run.smithi063.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-22T21:57:44.082 INFO:teuthology.orchestra.run.smithi063.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-22T21:57:44.082 INFO:teuthology.orchestra.run.smithi063.stdout:Recommends: thermald 2024-04-22T21:57:44.082 INFO:teuthology.orchestra.run.smithi063.stdout:Description: Generic Linux kernel image 2024-04-22T21:57:44.083 INFO:teuthology.orchestra.run.smithi063.stdout: This package will always depend on the latest generic kernel image 2024-04-22T21:57:44.083 INFO:teuthology.orchestra.run.smithi063.stdout: available. 2024-04-22T21:57:44.083 DEBUG:teuthology.orchestra.run.smithi063:> mktemp 2024-04-22T21:57:44.127 INFO:teuthology.orchestra.run.smithi063.stdout:/tmp/tmp.QBhWusxyyT 2024-04-22T21:57:44.128 DEBUG:teuthology.orchestra.run.smithi063:> sudo cp /boot/grub/grub.cfg /tmp/tmp.QBhWusxyyT 2024-04-22T21:57:44.185 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod 0666 /tmp/tmp.QBhWusxyyT 2024-04-22T21:57:44.404 DEBUG:teuthology.orchestra.remote:smithi063:/tmp/tmp.QBhWusxyyT is 10KB 2024-04-22T21:57:44.417 DEBUG:teuthology.orchestra.run.smithi063:> rm -fr /tmp/tmp.QBhWusxyyT 2024-04-22T21:57:44.423 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-22T21:57:44.478 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-04-22T21:57:44.478 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-22T21:57:44.478 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-22T21:57:44.647 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-22T21:57:44.648 DEBUG:teuthology.orchestra.run.smithi063:> sudo update-grub 2024-04-22T21:57:45.863 INFO:teuthology.orchestra.run.smithi063.stderr:Sourcing file `/etc/default/grub' 2024-04-22T21:57:45.863 INFO:teuthology.orchestra.run.smithi063.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-22T21:57:45.865 INFO:teuthology.orchestra.run.smithi063.stderr:Generating grub configuration file ... 2024-04-22T21:57:46.046 INFO:teuthology.orchestra.run.smithi063.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-22T21:57:46.052 INFO:teuthology.orchestra.run.smithi063.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-22T21:57:46.366 INFO:teuthology.orchestra.run.smithi063.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-22T21:57:46.372 INFO:teuthology.orchestra.run.smithi063.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-22T21:57:46.415 INFO:teuthology.orchestra.run.smithi063.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-22T21:57:46.420 INFO:teuthology.orchestra.run.smithi063.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-22T21:57:46.663 INFO:teuthology.orchestra.run.smithi063.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-22T21:57:46.663 INFO:teuthology.orchestra.run.smithi063.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-22T21:57:46.663 INFO:teuthology.orchestra.run.smithi063.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-22T21:57:46.682 INFO:teuthology.orchestra.run.smithi063.stderr:done 2024-04-22T21:57:46.691 DEBUG:teuthology.orchestra.run.smithi063:> sudo shutdown -r now 2024-04-22T21:58:12.847 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-22T21:58:12.848 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2024-04-22T21:58:12.849 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T21:58:16.694 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-22T21:58:16.694 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-04-22T21:58:16.695 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T21:58:51.171 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.63 2024-04-22T21:59:00.179 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-04-22T21:59:00.181 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T21:59:12.864 DEBUG:teuthology.orchestra.remote:timed out 2024-04-22T21:59:18.558 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.63 2024-04-22T21:59:21.866 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2024-04-22T21:59:21.867 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T21:59:22.879 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2024-04-22T21:59:30.566 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-04-22T21:59:30.567 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T21:59:30.569 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.63 2024-04-22T21:59:34.884 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2024-04-22T21:59:34.885 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T21:59:35.180 DEBUG:teuthology.orchestra.run.smithi114:> true 2024-04-22T21:59:35.663 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi114.front.sepia.ceph.com' 2024-04-22T21:59:35.664 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-105-generic"... 2024-04-22T21:59:35.664 DEBUG:teuthology.orchestra.run.smithi114:> uname -r 2024-04-22T21:59:35.710 INFO:teuthology.orchestra.run.smithi114.stdout:5.15.0-105-generic 2024-04-22T21:59:35.711 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-22T21:59:35.711 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-22T21:59:35.711 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-22T21:59:36.712 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-22T21:59:36.713 DEBUG:teuthology.orchestra.run.smithi114:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T21:59:36.785 INFO:teuthology.orchestra.run.smithi114.stdout:ttyS1 2024-04-22T21:59:36.812 DEBUG:teuthology.parallel:result is None 2024-04-22T21:59:45.570 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-04-22T21:59:45.571 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T21:59:45.912 DEBUG:teuthology.orchestra.run.smithi063:> true 2024-04-22T21:59:46.514 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-04-22T21:59:46.514 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-105-generic"... 2024-04-22T21:59:46.514 DEBUG:teuthology.orchestra.run.smithi063:> uname -r 2024-04-22T21:59:46.562 INFO:teuthology.orchestra.run.smithi063.stdout:5.15.0-105-generic 2024-04-22T21:59:46.562 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-22T21:59:46.563 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-22T21:59:46.563 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-22T21:59:47.564 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-22T21:59:47.564 DEBUG:teuthology.orchestra.run.smithi063:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T21:59:47.639 INFO:teuthology.orchestra.run.smithi063.stdout:ttyS1 2024-04-22T21:59:47.675 DEBUG:teuthology.parallel:result is None 2024-04-22T21:59:47.676 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-22T21:59:47.684 INFO:teuthology.task.internal:Creating test directory... 2024-04-22T21:59:47.684 DEBUG:teuthology.orchestra.run.smithi063:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T21:59:47.687 DEBUG:teuthology.orchestra.run.smithi114:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T21:59:47.693 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-22T21:59:47.710 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-22T21:59:47.717 INFO:teuthology.task.internal:Creating archive directory... 2024-04-22T21:59:47.717 DEBUG:teuthology.orchestra.run.smithi063:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T21:59:47.736 DEBUG:teuthology.orchestra.run.smithi114:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T21:59:47.971 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-22T21:59:47.978 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-22T21:59:47.978 DEBUG:teuthology.orchestra.run.smithi063:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-22T21:59:47.987 DEBUG:teuthology.orchestra.run.smithi114:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-22T21:59:48.005 INFO:teuthology.orchestra.run.smithi114.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T21:59:48.013 INFO:teuthology.orchestra.run.smithi114.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T21:59:48.019 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T21:59:48.028 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T21:59:48.029 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-22T21:59:48.036 INFO:teuthology.task.internal:Configuring sudo... 2024-04-22T21:59:48.036 DEBUG:teuthology.orchestra.run.smithi063:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T21:59:48.075 DEBUG:teuthology.orchestra.run.smithi114:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T21:59:48.092 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-22T21:59:48.104 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-22T21:59:48.104 DEBUG:teuthology.orchestra.run.smithi063:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T21:59:48.135 DEBUG:teuthology.orchestra.run.smithi114:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T21:59:48.141 DEBUG:teuthology.orchestra.run.smithi063:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T21:59:48.187 DEBUG:teuthology.orchestra.run.smithi063:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T21:59:48.234 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-04-22T21:59:48.234 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T21:59:48.297 DEBUG:teuthology.orchestra.run.smithi114:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T21:59:48.302 DEBUG:teuthology.orchestra.run.smithi114:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T21:59:48.350 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2024-04-22T21:59:48.351 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T21:59:48.422 DEBUG:teuthology.orchestra.run.smithi063:> sudo service rsyslog restart 2024-04-22T21:59:48.425 DEBUG:teuthology.orchestra.run.smithi114:> sudo service rsyslog restart 2024-04-22T21:59:48.497 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-22T21:59:48.505 INFO:teuthology.task.internal:Starting timer... 2024-04-22T21:59:48.505 INFO:teuthology.run_tasks:Running task pcp... 2024-04-22T21:59:48.516 INFO:teuthology.run_tasks:Running task selinux... 2024-04-22T21:59:48.524 DEBUG:teuthology.task.selinux:Excluding smithi063: OS 'ubuntu' does not support SELinux 2024-04-22T21:59:48.524 DEBUG:teuthology.task.selinux:Excluding smithi114: OS 'ubuntu' does not support SELinux 2024-04-22T21:59:48.525 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-22T21:59:48.525 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-04-22T21:59:48.525 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-22T21:59:48.525 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-22T21:59:48.536 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-22T21:59:48.568 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-04-22T21:59:48.569 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi063.front.sepia.ceph.com,smithi114.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-22T22:06:58.208 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi063.front.sepia.ceph.com'), Remote(name='ubuntu@smithi114.front.sepia.ceph.com')] 2024-04-22T22:06:58.210 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-04-22T22:06:58.211 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:06:58.293 DEBUG:teuthology.orchestra.run.smithi063:> true 2024-04-22T22:06:58.371 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-04-22T22:06:58.371 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2024-04-22T22:06:58.372 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:06:58.454 DEBUG:teuthology.orchestra.run.smithi114:> true 2024-04-22T22:06:58.530 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi114.front.sepia.ceph.com' 2024-04-22T22:06:58.531 INFO:teuthology.run_tasks:Running task clock... 2024-04-22T22:06:58.541 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-22T22:06:58.541 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T22:06:58.541 DEBUG:teuthology.orchestra.run.smithi063:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T22:06:58.544 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T22:06:58.544 DEBUG:teuthology.orchestra.run.smithi114:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T22:06:58.575 INFO:teuthology.orchestra.run.smithi063.stdout:22 Apr 22:06:58 ntpd[17195]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-22T22:06:58.575 INFO:teuthology.orchestra.run.smithi063.stdout:22 Apr 22:06:58 ntpd[17195]: Command line: ntpd -gq 2024-04-22T22:06:58.575 INFO:teuthology.orchestra.run.smithi063.stdout:22 Apr 22:06:58 ntpd[17195]: ---------------------------------------------------- 2024-04-22T22:06:58.575 INFO:teuthology.orchestra.run.smithi063.stdout:22 Apr 22:06:58 ntpd[17195]: ntp-4 is maintained by Network Time Foundation, 2024-04-22T22:06:58.575 INFO:teuthology.orchestra.run.smithi063.stdout:22 Apr 22:06:58 ntpd[17195]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-22T22:06:58.575 INFO:teuthology.orchestra.run.smithi063.stdout:22 Apr 22:06:58 ntpd[17195]: corporation. Support and training for ntp-4 are 2024-04-22T22:06:58.576 INFO:teuthology.orchestra.run.smithi063.stdout:22 Apr 22:06:58 ntpd[17195]: available at https://www.nwtime.org/support 2024-04-22T22:06:58.576 INFO:teuthology.orchestra.run.smithi063.stdout:22 Apr 22:06:58 ntpd[17195]: ---------------------------------------------------- 2024-04-22T22:06:58.576 INFO:teuthology.orchestra.run.smithi063.stdout:22 Apr 22:06:58 ntpd[17195]: proto: precision = 0.065 usec (-24) 2024-04-22T22:06:58.576 INFO:teuthology.orchestra.run.smithi063.stdout:22 Apr 22:06:58 ntpd[17195]: basedate set to 2022-02-04 2024-04-22T22:06:58.577 INFO:teuthology.orchestra.run.smithi063.stdout:22 Apr 22:06:58 ntpd[17195]: gps base set to 2022-02-06 (week 2196) 2024-04-22T22:06:58.577 INFO:teuthology.orchestra.run.smithi063.stdout:22 Apr 22:06:58 ntpd[17195]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-22T22:06:58.577 INFO:teuthology.orchestra.run.smithi063.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-22T22:06:58.577 INFO:teuthology.orchestra.run.smithi063.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-22T22:06:58.578 INFO:teuthology.orchestra.run.smithi063.stdout:22 Apr 22:06:58 ntpd[17195]: restrict ::: KOD does nothing without LIMITED. 2024-04-22T22:06:58.578 INFO:teuthology.orchestra.run.smithi063.stdout:22 Apr 22:06:58 ntpd[17195]: Listen and drop on 0 v6wildcard [::]:123 2024-04-22T22:06:58.578 INFO:teuthology.orchestra.run.smithi063.stdout:22 Apr 22:06:58 ntpd[17195]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-22T22:06:58.578 INFO:teuthology.orchestra.run.smithi063.stdout:22 Apr 22:06:58 ntpd[17195]: Listen normally on 2 lo 127.0.0.1:123 2024-04-22T22:06:58.578 INFO:teuthology.orchestra.run.smithi063.stdout:22 Apr 22:06:58 ntpd[17195]: Listen normally on 3 enp3s0f1 172.21.15.63:123 2024-04-22T22:06:58.578 INFO:teuthology.orchestra.run.smithi063.stdout:22 Apr 22:06:58 ntpd[17195]: Listen normally on 4 lo [::1]:123 2024-04-22T22:06:58.578 INFO:teuthology.orchestra.run.smithi063.stdout:22 Apr 22:06:58 ntpd[17195]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:feb6:f8d7%5]:123 2024-04-22T22:06:58.578 INFO:teuthology.orchestra.run.smithi063.stdout:22 Apr 22:06:58 ntpd[17195]: Listening on routing socket on fd #22 for interface updates 2024-04-22T22:06:58.601 INFO:teuthology.orchestra.run.smithi114.stdout:22 Apr 22:06:58 ntpd[17233]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-22T22:06:58.602 INFO:teuthology.orchestra.run.smithi114.stdout:22 Apr 22:06:58 ntpd[17233]: Command line: ntpd -gq 2024-04-22T22:06:58.602 INFO:teuthology.orchestra.run.smithi114.stdout:22 Apr 22:06:58 ntpd[17233]: ---------------------------------------------------- 2024-04-22T22:06:58.602 INFO:teuthology.orchestra.run.smithi114.stdout:22 Apr 22:06:58 ntpd[17233]: ntp-4 is maintained by Network Time Foundation, 2024-04-22T22:06:58.602 INFO:teuthology.orchestra.run.smithi114.stdout:22 Apr 22:06:58 ntpd[17233]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-22T22:06:58.602 INFO:teuthology.orchestra.run.smithi114.stdout:22 Apr 22:06:58 ntpd[17233]: corporation. Support and training for ntp-4 are 2024-04-22T22:06:58.602 INFO:teuthology.orchestra.run.smithi114.stdout:22 Apr 22:06:58 ntpd[17233]: available at https://www.nwtime.org/support 2024-04-22T22:06:58.602 INFO:teuthology.orchestra.run.smithi114.stdout:22 Apr 22:06:58 ntpd[17233]: ---------------------------------------------------- 2024-04-22T22:06:58.603 INFO:teuthology.orchestra.run.smithi114.stdout:22 Apr 22:06:58 ntpd[17233]: proto: precision = 0.059 usec (-24) 2024-04-22T22:06:58.603 INFO:teuthology.orchestra.run.smithi114.stdout:22 Apr 22:06:58 ntpd[17233]: basedate set to 2022-02-04 2024-04-22T22:06:58.603 INFO:teuthology.orchestra.run.smithi114.stdout:22 Apr 22:06:58 ntpd[17233]: gps base set to 2022-02-06 (week 2196) 2024-04-22T22:06:58.603 INFO:teuthology.orchestra.run.smithi114.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-22T22:06:58.603 INFO:teuthology.orchestra.run.smithi114.stdout:22 Apr 22:06:58 ntpd[17233]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-22T22:06:58.603 INFO:teuthology.orchestra.run.smithi114.stdout:22 Apr 22:06:58 ntpd[17233]: restrict ::: KOD does nothing without LIMITED. 2024-04-22T22:06:58.604 INFO:teuthology.orchestra.run.smithi114.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-22T22:06:58.604 INFO:teuthology.orchestra.run.smithi114.stdout:22 Apr 22:06:58 ntpd[17233]: Listen and drop on 0 v6wildcard [::]:123 2024-04-22T22:06:58.605 INFO:teuthology.orchestra.run.smithi114.stdout:22 Apr 22:06:58 ntpd[17233]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-22T22:06:58.605 INFO:teuthology.orchestra.run.smithi114.stdout:22 Apr 22:06:58 ntpd[17233]: Listen normally on 2 lo 127.0.0.1:123 2024-04-22T22:06:58.605 INFO:teuthology.orchestra.run.smithi114.stdout:22 Apr 22:06:58 ntpd[17233]: Listen normally on 3 enp3s0f1 172.21.15.114:123 2024-04-22T22:06:58.605 INFO:teuthology.orchestra.run.smithi114.stdout:22 Apr 22:06:58 ntpd[17233]: Listen normally on 4 lo [::1]:123 2024-04-22T22:06:58.605 INFO:teuthology.orchestra.run.smithi114.stdout:22 Apr 22:06:58 ntpd[17233]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:cb63%5]:123 2024-04-22T22:06:58.605 INFO:teuthology.orchestra.run.smithi114.stdout:22 Apr 22:06:58 ntpd[17233]: Listening on routing socket on fd #22 for interface updates 2024-04-22T22:06:59.602 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:06:59 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:06:59.602 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:06:59 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:00.575 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:00 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:00.576 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:00 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:01.602 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:01 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:01.602 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:01 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:01.603 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:01 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:01.603 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:01 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:01.603 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:01 ntpd[17233]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:07:01.603 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:01 ntpd[17233]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:07:02.576 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:02 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:02.576 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:02 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:02.576 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:02 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:02.576 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:02 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:02.576 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:02 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:07:02.576 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:02 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:07:03.576 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:03 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:03.576 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:03 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:03.576 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:03 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:03.576 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:03 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:03.577 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:03 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:03.577 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:03 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:03.577 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:03 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:07:03.577 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:03 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:07:03.577 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:03 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:03.577 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:03 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:03.577 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:03 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:07:03.577 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:03 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:07:03.603 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:03 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:03.604 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:03 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:03.604 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:03 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:03.604 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:03 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:03.604 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:03 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:03.604 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:03 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:03.604 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:03 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:03.604 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:03 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:03.604 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:03 ntpd[17233]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:07:03.604 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:03 ntpd[17233]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:07:03.604 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:03 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:03.604 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:03 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:03.604 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:03 ntpd[17233]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:07:03.604 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:03 ntpd[17233]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:07:03.604 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:03 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:03.605 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:03 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:03.605 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:03 ntpd[17233]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:07:03.605 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:03 ntpd[17233]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:07:04.575 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:04 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:04.576 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:04 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:04.576 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:04 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:04.576 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:04 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:04.576 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:04 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:07:04.576 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:04 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:07:05.576 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:05 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:05.576 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:05 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:05.576 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:05 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:05.576 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:05 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:05.576 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:05 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:05.577 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:05 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:05.577 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:05 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:07:05.577 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:05 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:07:05.577 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:05 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:05.577 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:05 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:05.577 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:05 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:07:05.577 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:05 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:07:05.603 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:05 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:05.603 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:05 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:05.603 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:05 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:05.603 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:05 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:05.603 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:05 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:05.603 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:05 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:05.603 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:05 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:05.604 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:05 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:05.604 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:05 ntpd[17233]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:07:05.604 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:05 ntpd[17233]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:07:05.604 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:05 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:05.604 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:05 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:05.604 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:05 ntpd[17233]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:07:05.604 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:05 ntpd[17233]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:07:05.604 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:05 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:05.604 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:05 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:05.604 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:05 ntpd[17233]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:07:05.604 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:05 ntpd[17233]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:07:06.575 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:06 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:06.576 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:06 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:06.576 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:06 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:06.576 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:06 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:06.576 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:06 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:07:06.576 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:06 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:07:07.576 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:07 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:07.577 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:07 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:07.577 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:07 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:07.577 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:07 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:07.577 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:07 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:07.577 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:07 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:07.577 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:07 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:07:07.577 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:07 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:07:07.577 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:07 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:07.577 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:07 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:07.577 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:07 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:07:07.577 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:07 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:07:07.603 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:07 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:07.604 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:07 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:07.604 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:07 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:07.604 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:07 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:07.604 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:07 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:07.604 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:07 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:07.604 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:07 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:07.604 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:07 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:07.604 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:07 ntpd[17233]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:07:07.604 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:07 ntpd[17233]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:07:07.605 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:07 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:07.605 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:07 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:07.605 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:07 ntpd[17233]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:07:07.605 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:07 ntpd[17233]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:07:07.605 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:07 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:07.605 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:07 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:07.605 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:07 ntpd[17233]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:07:07.605 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:07 ntpd[17233]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:07:08.576 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:08 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:08.576 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:08 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:08.576 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:08 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:08.576 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:08 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:08.576 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:08 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:07:08.576 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:08 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:07:09.576 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:09 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:09.576 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:09 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:09.576 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:09 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:09.576 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:09 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:09.576 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:09 ntpd[17195]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:09.576 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:09 ntpd[17195]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:09.576 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:09 ntpd[17195]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:07:09.576 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:09 ntpd[17195]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:07:09.577 INFO:teuthology.orchestra.run.smithi063.stdout:22 Apr 22:07:09 ntpd[17195]: ntpd: time slew -0.000177 s 2024-04-22T22:07:09.577 INFO:teuthology.orchestra.run.smithi063.stdout:ntpd: time slew -0.000177s 2024-04-22T22:07:09.577 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:09 ntpd[17195]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-22T22:07:09.577 INFO:teuthology.orchestra.run.smithi063.stderr:22 Apr 22:07:09 ntpd[17195]: can't open /var/log/ntpstats/loopstats.20240422: Permission denied 2024-04-22T22:07:09.603 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:09 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:09.603 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:09 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:09.603 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:09 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:09.603 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:09 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:09.603 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:09 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:09.603 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:09 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:09.603 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:09 ntpd[17233]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:07:09.603 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:09 ntpd[17233]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:07:09.603 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:09 ntpd[17233]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:07:09.603 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:09 ntpd[17233]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:07:09.604 INFO:teuthology.orchestra.run.smithi114.stdout:22 Apr 22:07:09 ntpd[17233]: ntpd: time slew -0.001246 s 2024-04-22T22:07:09.604 INFO:teuthology.orchestra.run.smithi114.stdout:ntpd: time slew -0.001246s 2024-04-22T22:07:09.604 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:09 ntpd[17233]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-22T22:07:09.604 INFO:teuthology.orchestra.run.smithi114.stderr:22 Apr 22:07:09 ntpd[17233]: can't open /var/log/ntpstats/loopstats.20240422: Permission denied 2024-04-22T22:07:09.625 INFO:teuthology.orchestra.run.smithi063.stdout: remote refid st t when poll reach delay offset jitter 2024-04-22T22:07:09.625 INFO:teuthology.orchestra.run.smithi063.stdout:============================================================================== 2024-04-22T22:07:09.625 INFO:teuthology.orchestra.run.smithi063.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T22:07:09.625 INFO:teuthology.orchestra.run.smithi063.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T22:07:09.625 INFO:teuthology.orchestra.run.smithi063.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T22:07:09.625 INFO:teuthology.orchestra.run.smithi063.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T22:07:09.662 INFO:teuthology.orchestra.run.smithi114.stdout: remote refid st t when poll reach delay offset jitter 2024-04-22T22:07:09.662 INFO:teuthology.orchestra.run.smithi114.stdout:============================================================================== 2024-04-22T22:07:09.662 INFO:teuthology.orchestra.run.smithi114.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T22:07:09.662 INFO:teuthology.orchestra.run.smithi114.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T22:07:09.662 INFO:teuthology.orchestra.run.smithi114.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T22:07:09.662 INFO:teuthology.orchestra.run.smithi114.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T22:07:09.663 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-04-22T22:07:09.673 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-04-22T22:07:09.674 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-04-22T22:07:09.674 DEBUG:teuthology.orchestra.run.smithi063:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T22:07:09.680 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-04-22T22:07:09.680 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_1 2024-04-22T22:07:09.728 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-22T22:07:09.728 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T22:07:09.729 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 5h/5d Inode: 878 Links: 1 2024-04-22T22:07:09.729 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T22:07:09.729 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2024-04-22 22:03:39.450155976 +0000 2024-04-22T22:07:09.729 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2024-04-22 22:03:39.182158368 +0000 2024-04-22T22:07:09.729 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2024-04-22 22:03:39.182158368 +0000 2024-04-22T22:07:09.729 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: - 2024-04-22T22:07:09.729 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-22T22:07:09.783 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2024-04-22T22:07:09.783 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2024-04-22T22:07:09.784 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000383521 s, 1.3 MB/s 2024-04-22T22:07:09.784 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-22T22:07:09.833 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_2 2024-04-22T22:07:09.880 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-22T22:07:09.880 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T22:07:09.880 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 5h/5d Inode: 897 Links: 1 2024-04-22T22:07:09.880 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T22:07:09.880 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2024-04-22 22:03:39.966151374 +0000 2024-04-22T22:07:09.880 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2024-04-22 22:03:39.698153764 +0000 2024-04-22T22:07:09.880 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2024-04-22 22:03:39.698153764 +0000 2024-04-22T22:07:09.880 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: - 2024-04-22T22:07:09.881 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-22T22:07:09.935 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2024-04-22T22:07:09.935 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2024-04-22T22:07:09.935 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.00043237 s, 1.2 MB/s 2024-04-22T22:07:09.937 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-22T22:07:09.986 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_3 2024-04-22T22:07:10.032 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-22T22:07:10.032 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T22:07:10.032 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 5h/5d Inode: 915 Links: 1 2024-04-22T22:07:10.032 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T22:07:10.032 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2024-04-22 22:03:40.486146734 +0000 2024-04-22T22:07:10.033 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2024-04-22 22:03:40.214149162 +0000 2024-04-22T22:07:10.033 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2024-04-22 22:03:40.214149162 +0000 2024-04-22T22:07:10.033 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: - 2024-04-22T22:07:10.033 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-22T22:07:10.087 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2024-04-22T22:07:10.087 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2024-04-22T22:07:10.087 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000423712 s, 1.2 MB/s 2024-04-22T22:07:10.088 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-22T22:07:10.137 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_4 2024-04-22T22:07:10.184 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-22T22:07:10.184 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T22:07:10.184 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 5h/5d Inode: 931 Links: 1 2024-04-22T22:07:10.184 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T22:07:10.184 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2024-04-22 22:03:41.086141383 +0000 2024-04-22T22:07:10.184 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2024-04-22 22:03:40.818143776 +0000 2024-04-22T22:07:10.184 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2024-04-22 22:03:40.818143776 +0000 2024-04-22T22:07:10.185 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: - 2024-04-22T22:07:10.185 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-22T22:07:10.238 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2024-04-22T22:07:10.239 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2024-04-22T22:07:10.239 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000332832 s, 1.5 MB/s 2024-04-22T22:07:10.240 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-22T22:07:10.289 DEBUG:teuthology.orchestra.run.smithi063:> 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-04-22T22:07:10.421 INFO:teuthology.orchestra.run.smithi063.stdout:loop 2024-04-22T22:07:10.422 INFO:tasks.nvme_loop:Connecting nvme_loop smithi063:/dev/vg_nvme/lv_1... 2024-04-22T22:07:10.422 DEBUG:teuthology.orchestra.run.smithi063:> 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-04-22T22:07:10.439 INFO:teuthology.orchestra.run.smithi063.stdout:1 2024-04-22T22:07:10.458 INFO:teuthology.orchestra.run.smithi063.stdout:/dev/vg_nvme/lv_11 2024-04-22T22:07:10.474 INFO:tasks.nvme_loop:Connecting nvme_loop smithi063:/dev/vg_nvme/lv_2... 2024-04-22T22:07:10.474 DEBUG:teuthology.orchestra.run.smithi063:> 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-04-22T22:07:10.531 INFO:teuthology.orchestra.run.smithi063.stdout:1 2024-04-22T22:07:10.551 INFO:teuthology.orchestra.run.smithi063.stdout:/dev/vg_nvme/lv_21 2024-04-22T22:07:10.566 INFO:tasks.nvme_loop:Connecting nvme_loop smithi063:/dev/vg_nvme/lv_3... 2024-04-22T22:07:10.566 DEBUG:teuthology.orchestra.run.smithi063:> 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-04-22T22:07:10.624 INFO:teuthology.orchestra.run.smithi063.stdout:1 2024-04-22T22:07:10.644 INFO:teuthology.orchestra.run.smithi063.stdout:/dev/vg_nvme/lv_31 2024-04-22T22:07:10.661 INFO:tasks.nvme_loop:Connecting nvme_loop smithi063:/dev/vg_nvme/lv_4... 2024-04-22T22:07:10.661 DEBUG:teuthology.orchestra.run.smithi063:> 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-04-22T22:07:10.723 INFO:teuthology.orchestra.run.smithi063.stdout:1 2024-04-22T22:07:10.742 INFO:teuthology.orchestra.run.smithi063.stdout:/dev/vg_nvme/lv_41 2024-04-22T22:07:10.757 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-04-22T22:07:10.757 DEBUG:teuthology.orchestra.run.smithi063:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T22:07:10.803 DEBUG:teuthology.orchestra.run.smithi063:> sudo nvme list 2024-04-22T22:07:10.857 INFO:teuthology.orchestra.run.smithi063.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-22T22:07:10.857 INFO:teuthology.orchestra.run.smithi063.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-22T22:07:10.857 INFO:teuthology.orchestra.run.smithi063.stdout:/dev/nvme0n1 CVFT5344005B400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-04-22T22:07:10.857 INFO:teuthology.orchestra.run.smithi063.stdout:/dev/nvme1n1 43f9c6799978bbd436eb Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-22T22:07:10.857 INFO:teuthology.orchestra.run.smithi063.stdout:/dev/nvme2n1 485a9351581ce4d8213e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-22T22:07:10.858 INFO:teuthology.orchestra.run.smithi063.stdout:/dev/nvme3n1 bf6f09ce663539d216a2 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-22T22:07:10.858 INFO:teuthology.orchestra.run.smithi063.stdout:/dev/nvme4n1 be415dc05c83da81c137 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-22T22:07:10.858 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-22T22:07:10.859 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-04-22T22:07:10.859 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/scratch_devs 2024-04-22T22:07:10.909 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2024-04-22T22:07:10.909 DEBUG:teuthology.orchestra.run.smithi114:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T22:07:10.918 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-04-22T22:07:10.918 DEBUG:teuthology.orchestra.run.smithi114:> stat /dev/vg_nvme/lv_1 2024-04-22T22:07:10.967 INFO:teuthology.orchestra.run.smithi114.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-22T22:07:10.967 INFO:teuthology.orchestra.run.smithi114.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T22:07:10.967 INFO:teuthology.orchestra.run.smithi114.stdout:Device: 5h/5d Inode: 875 Links: 1 2024-04-22T22:07:10.967 INFO:teuthology.orchestra.run.smithi114.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T22:07:10.967 INFO:teuthology.orchestra.run.smithi114.stdout:Access: 2024-04-22 22:03:38.170928828 +0000 2024-04-22T22:07:10.967 INFO:teuthology.orchestra.run.smithi114.stdout:Modify: 2024-04-22 22:03:37.922931044 +0000 2024-04-22T22:07:10.967 INFO:teuthology.orchestra.run.smithi114.stdout:Change: 2024-04-22 22:03:37.922931044 +0000 2024-04-22T22:07:10.967 INFO:teuthology.orchestra.run.smithi114.stdout: Birth: - 2024-04-22T22:07:10.967 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-22T22:07:11.020 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records in 2024-04-22T22:07:11.021 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records out 2024-04-22T22:07:11.021 INFO:teuthology.orchestra.run.smithi114.stderr:512 bytes copied, 0.000369316 s, 1.4 MB/s 2024-04-22T22:07:11.022 DEBUG:teuthology.orchestra.run.smithi114:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-22T22:07:11.071 DEBUG:teuthology.orchestra.run.smithi114:> stat /dev/vg_nvme/lv_2 2024-04-22T22:07:11.118 INFO:teuthology.orchestra.run.smithi114.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-22T22:07:11.118 INFO:teuthology.orchestra.run.smithi114.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T22:07:11.118 INFO:teuthology.orchestra.run.smithi114.stdout:Device: 5h/5d Inode: 893 Links: 1 2024-04-22T22:07:11.118 INFO:teuthology.orchestra.run.smithi114.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T22:07:11.119 INFO:teuthology.orchestra.run.smithi114.stdout:Access: 2024-04-22 22:03:38.682924255 +0000 2024-04-22T22:07:11.119 INFO:teuthology.orchestra.run.smithi114.stdout:Modify: 2024-04-22 22:03:38.406926720 +0000 2024-04-22T22:07:11.119 INFO:teuthology.orchestra.run.smithi114.stdout:Change: 2024-04-22 22:03:38.406926720 +0000 2024-04-22T22:07:11.119 INFO:teuthology.orchestra.run.smithi114.stdout: Birth: - 2024-04-22T22:07:11.119 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-22T22:07:11.171 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records in 2024-04-22T22:07:11.171 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records out 2024-04-22T22:07:11.171 INFO:teuthology.orchestra.run.smithi114.stderr:512 bytes copied, 0.000309443 s, 1.7 MB/s 2024-04-22T22:07:11.172 DEBUG:teuthology.orchestra.run.smithi114:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-22T22:07:11.219 DEBUG:teuthology.orchestra.run.smithi114:> stat /dev/vg_nvme/lv_3 2024-04-22T22:07:11.266 INFO:teuthology.orchestra.run.smithi114.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-22T22:07:11.266 INFO:teuthology.orchestra.run.smithi114.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T22:07:11.266 INFO:teuthology.orchestra.run.smithi114.stdout:Device: 5h/5d Inode: 904 Links: 1 2024-04-22T22:07:11.267 INFO:teuthology.orchestra.run.smithi114.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T22:07:11.267 INFO:teuthology.orchestra.run.smithi114.stdout:Access: 2024-04-22 22:03:39.174919861 +0000 2024-04-22T22:07:11.267 INFO:teuthology.orchestra.run.smithi114.stdout:Modify: 2024-04-22 22:03:38.906922255 +0000 2024-04-22T22:07:11.267 INFO:teuthology.orchestra.run.smithi114.stdout:Change: 2024-04-22 22:03:38.906922255 +0000 2024-04-22T22:07:11.267 INFO:teuthology.orchestra.run.smithi114.stdout: Birth: - 2024-04-22T22:07:11.267 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-22T22:07:11.321 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records in 2024-04-22T22:07:11.321 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records out 2024-04-22T22:07:11.321 INFO:teuthology.orchestra.run.smithi114.stderr:512 bytes copied, 0.000426733 s, 1.2 MB/s 2024-04-22T22:07:11.322 DEBUG:teuthology.orchestra.run.smithi114:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-22T22:07:11.371 DEBUG:teuthology.orchestra.run.smithi114:> stat /dev/vg_nvme/lv_4 2024-04-22T22:07:11.418 INFO:teuthology.orchestra.run.smithi114.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-22T22:07:11.418 INFO:teuthology.orchestra.run.smithi114.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T22:07:11.418 INFO:teuthology.orchestra.run.smithi114.stdout:Device: 5h/5d Inode: 926 Links: 1 2024-04-22T22:07:11.418 INFO:teuthology.orchestra.run.smithi114.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T22:07:11.419 INFO:teuthology.orchestra.run.smithi114.stdout:Access: 2024-04-22 22:03:39.638915717 +0000 2024-04-22T22:07:11.419 INFO:teuthology.orchestra.run.smithi114.stdout:Modify: 2024-04-22 22:03:39.398917860 +0000 2024-04-22T22:07:11.419 INFO:teuthology.orchestra.run.smithi114.stdout:Change: 2024-04-22 22:03:39.398917860 +0000 2024-04-22T22:07:11.419 INFO:teuthology.orchestra.run.smithi114.stdout: Birth: - 2024-04-22T22:07:11.419 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-22T22:07:11.472 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records in 2024-04-22T22:07:11.472 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records out 2024-04-22T22:07:11.472 INFO:teuthology.orchestra.run.smithi114.stderr:512 bytes copied, 0.000375747 s, 1.4 MB/s 2024-04-22T22:07:11.473 DEBUG:teuthology.orchestra.run.smithi114:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-22T22:07:11.520 DEBUG:teuthology.orchestra.run.smithi114:> 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-04-22T22:07:11.649 INFO:teuthology.orchestra.run.smithi114.stdout:loop 2024-04-22T22:07:11.651 INFO:tasks.nvme_loop:Connecting nvme_loop smithi114:/dev/vg_nvme/lv_1... 2024-04-22T22:07:11.651 DEBUG:teuthology.orchestra.run.smithi114:> 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-04-22T22:07:11.666 INFO:teuthology.orchestra.run.smithi114.stdout:1 2024-04-22T22:07:11.686 INFO:teuthology.orchestra.run.smithi114.stdout:/dev/vg_nvme/lv_11 2024-04-22T22:07:11.701 INFO:tasks.nvme_loop:Connecting nvme_loop smithi114:/dev/vg_nvme/lv_2... 2024-04-22T22:07:11.701 DEBUG:teuthology.orchestra.run.smithi114:> 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-04-22T22:07:11.757 INFO:teuthology.orchestra.run.smithi114.stdout:1 2024-04-22T22:07:11.776 INFO:teuthology.orchestra.run.smithi114.stdout:/dev/vg_nvme/lv_21 2024-04-22T22:07:11.792 INFO:tasks.nvme_loop:Connecting nvme_loop smithi114:/dev/vg_nvme/lv_3... 2024-04-22T22:07:11.792 DEBUG:teuthology.orchestra.run.smithi114:> 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-04-22T22:07:11.850 INFO:teuthology.orchestra.run.smithi114.stdout:1 2024-04-22T22:07:11.870 INFO:teuthology.orchestra.run.smithi114.stdout:/dev/vg_nvme/lv_31 2024-04-22T22:07:11.889 INFO:tasks.nvme_loop:Connecting nvme_loop smithi114:/dev/vg_nvme/lv_4... 2024-04-22T22:07:11.890 DEBUG:teuthology.orchestra.run.smithi114:> 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-04-22T22:07:11.947 INFO:teuthology.orchestra.run.smithi114.stdout:1 2024-04-22T22:07:11.967 INFO:teuthology.orchestra.run.smithi114.stdout:/dev/vg_nvme/lv_41 2024-04-22T22:07:11.983 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2024-04-22T22:07:11.983 DEBUG:teuthology.orchestra.run.smithi114:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T22:07:12.031 DEBUG:teuthology.orchestra.run.smithi114:> sudo nvme list 2024-04-22T22:07:12.083 INFO:teuthology.orchestra.run.smithi114.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-22T22:07:12.083 INFO:teuthology.orchestra.run.smithi114.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-22T22:07:12.084 INFO:teuthology.orchestra.run.smithi114.stdout:/dev/nvme0n1 PHFT620400WB400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-04-22T22:07:12.084 INFO:teuthology.orchestra.run.smithi114.stdout:/dev/nvme1n1 dfd45d97cbe27707d862 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-22T22:07:12.084 INFO:teuthology.orchestra.run.smithi114.stdout:/dev/nvme2n1 68a8ec8404f029eb7f83 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-22T22:07:12.084 INFO:teuthology.orchestra.run.smithi114.stdout:/dev/nvme3n1 c194a969191be32430d1 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-22T22:07:12.084 INFO:teuthology.orchestra.run.smithi114.stdout:/dev/nvme4n1 39b140d230f729080893 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-22T22:07:12.085 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-22T22:07:12.085 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2024-04-22T22:07:12.085 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd of=/scratch_devs 2024-04-22T22:07:12.136 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-22T22:07:12.240 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\\)'], 'log-only-match': ['CEPHADM_'], 'sha1': '430e09df97c8fc7dc2b2ae424f68ed11366c540f'} 2024-04-22T22:07:12.241 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:07:12.241 INFO:tasks.cephadm:Cluster fsid is ab9440e4-00f4-11ef-bc93-c7b262605968 2024-04-22T22:07:12.241 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-22T22:07:12.241 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-04-22T22:07:12.241 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi063': '172.21.15.63', 'mon.smithi114': '172.21.15.114'} 2024-04-22T22:07:12.241 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-22T22:07:12.242 DEBUG:teuthology.orchestra.run.smithi063:> sudo hostname $(hostname -s) 2024-04-22T22:07:12.257 DEBUG:teuthology.orchestra.run.smithi114:> sudo hostname $(hostname -s) 2024-04-22T22:07:12.270 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-22T22:07:12.271 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:07:12.415 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '430e09df97c8fc7dc2b2ae424f68ed11366c540f', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/54954/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2407-g430e09df', 'node_name': '172.21.15.4+smithi004', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2407-g430e09df-1jammy'}, 'url': 'https://2.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-04-22 00:19:22.441032', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-04-22T22:07:12.557 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref squid, sha1 430e09df97c8fc7dc2b2ae424f68ed11366c540f from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:07:12.559 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-04-22T22:07:12.559 DEBUG:teuthology.orchestra.run.smithi063:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T22:07:13.611 INFO:teuthology.orchestra.run.smithi063.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788785 Apr 22 22:07 /home/ubuntu/cephtest/cephadm 2024-04-22T22:07:13.611 DEBUG:teuthology.orchestra.run.smithi114:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T22:07:14.320 INFO:teuthology.orchestra.run.smithi114.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788785 Apr 22 22:07 /home/ubuntu/cephtest/cephadm 2024-04-22T22:07:14.320 DEBUG:teuthology.orchestra.run.smithi063:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T22:07:14.328 DEBUG:teuthology.orchestra.run.smithi114:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T22:07:14.345 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f on all hosts... 2024-04-22T22:07:14.346 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull 2024-04-22T22:07:14.373 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull 2024-04-22T22:07:14.541 INFO:teuthology.orchestra.run.smithi063.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T22:07:14.543 INFO:teuthology.orchestra.run.smithi114.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T22:07:14.759 INFO:teuthology.orchestra.run.smithi114.stderr:Non-zero exit code 1 from /usr/bin/docker pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:07:14.759 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/docker: stderr Error response from daemon: manifest for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f not found: manifest unknown: manifest unknown 2024-04-22T22:07:14.759 INFO:teuthology.orchestra.run.smithi114.stderr:ERROR: Failed command: /usr/bin/docker pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:07:14.801 INFO:teuthology.orchestra.run.smithi063.stderr:Non-zero exit code 1 from /usr/bin/docker pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:07:14.801 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/docker: stderr Error response from daemon: manifest for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f not found: manifest unknown: manifest unknown 2024-04-22T22:07:14.801 INFO:teuthology.orchestra.run.smithi063.stderr:ERROR: Failed command: /usr/bin/docker pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:07:14.832 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:07:14.832 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi063 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull' 2024-04-22T22:07:14.833 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-22T22:07:14.835 DEBUG:teuthology.misc:Transferring archived files from smithi063:/var/lib/ceph/ab9440e4-00f4-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668812/remote/smithi063/crash 2024-04-22T22:07:14.836 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /var/lib/ceph/ab9440e4-00f4-11ef-bc93-c7b262605968/crash -- . 2024-04-22T22:07:14.849 INFO:teuthology.orchestra.run.smithi063.stderr:tar: /var/lib/ceph/ab9440e4-00f4-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T22:07:14.849 INFO:teuthology.orchestra.run.smithi063.stderr:tar: Error is not recoverable: exiting now 2024-04-22T22:07:14.851 DEBUG:teuthology.misc:Transferring archived files from smithi114:/var/lib/ceph/ab9440e4-00f4-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668812/remote/smithi114/crash 2024-04-22T22:07:14.852 DEBUG:teuthology.orchestra.run.smithi114:> sudo tar c -f - -C /var/lib/ceph/ab9440e4-00f4-11ef-bc93-c7b262605968/crash -- . 2024-04-22T22:07:14.865 INFO:teuthology.orchestra.run.smithi114.stderr:tar: /var/lib/ceph/ab9440e4-00f4-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T22:07:14.865 INFO:teuthology.orchestra.run.smithi114.stderr:tar: Error is not recoverable: exiting now 2024-04-22T22:07:14.866 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-22T22:07:14.866 DEBUG:teuthology.orchestra.run.smithi063:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/ab9440e4-00f4-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-22T22:07:14.904 INFO:teuthology.orchestra.run.smithi063.stderr:grep: /var/log/ceph/ab9440e4-00f4-11ef-bc93-c7b262605968/ceph.log: No such file or directory 2024-04-22T22:07:14.905 INFO:tasks.cephadm:Compressing logs... 2024-04-22T22:07:14.906 DEBUG:teuthology.orchestra.run.smithi063:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-22T22:07:14.949 DEBUG:teuthology.orchestra.run.smithi114:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-22T22:07:14.958 INFO:teuthology.orchestra.run.smithi063.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-22T22:07:14.962 INFO:teuthology.orchestra.run.smithi114.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-22T22:07:14.966 INFO:teuthology.orchestra.run.smithi114.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T22:07:14.967 INFO:teuthology.orchestra.run.smithi114.stderr:/var/log/ceph/cephadm.log: 70.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T22:07:14.967 INFO:teuthology.orchestra.run.smithi063.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T22:07:14.968 INFO:teuthology.orchestra.run.smithi114.stderr: 2024-04-22T22:07:14.968 INFO:teuthology.orchestra.run.smithi114.stderr:real 0m0.015s 2024-04-22T22:07:14.968 INFO:teuthology.orchestra.run.smithi114.stderr:user 0m0.013s 2024-04-22T22:07:14.969 INFO:teuthology.orchestra.run.smithi114.stderr:sys 0m0.008s 2024-04-22T22:07:14.969 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/cephadm.log: 70.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T22:07:14.970 INFO:teuthology.orchestra.run.smithi063.stderr: 2024-04-22T22:07:14.970 INFO:teuthology.orchestra.run.smithi063.stderr:real 0m0.019s 2024-04-22T22:07:14.970 INFO:teuthology.orchestra.run.smithi063.stderr:user 0m0.006s 2024-04-22T22:07:14.970 INFO:teuthology.orchestra.run.smithi063.stderr:sys 0m0.012s 2024-04-22T22:07:14.971 INFO:tasks.cephadm:Archiving logs... 2024-04-22T22:07:14.971 DEBUG:teuthology.misc:Transferring archived files from smithi063:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668812/remote/smithi063/log 2024-04-22T22:07:14.972 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T22:07:15.024 DEBUG:teuthology.misc:Transferring archived files from smithi114:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668812/remote/smithi114/log 2024-04-22T22:07:15.025 DEBUG:teuthology.orchestra.run.smithi114:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T22:07:15.039 INFO:tasks.cephadm:Removing cluster... 2024-04-22T22:07:15.039 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ab9440e4-00f4-11ef-bc93-c7b262605968 --force 2024-04-22T22:07:15.235 INFO:teuthology.orchestra.run.smithi063.stdout:Deleting cluster with fsid: ab9440e4-00f4-11ef-bc93-c7b262605968 2024-04-22T22:07:16.369 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ab9440e4-00f4-11ef-bc93-c7b262605968 --force 2024-04-22T22:07:16.534 INFO:teuthology.orchestra.run.smithi114.stdout:Deleting cluster with fsid: ab9440e4-00f4-11ef-bc93-c7b262605968 2024-04-22T22:07:17.647 INFO:tasks.cephadm:Removing cephadm ... 2024-04-22T22:07:17.647 DEBUG:teuthology.orchestra.run.smithi063:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T22:07:17.654 DEBUG:teuthology.orchestra.run.smithi114:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T22:07:17.659 INFO:tasks.cephadm:Teardown complete 2024-04-22T22:07:17.659 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 2204, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 1833, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi063 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull' 2024-04-22T22:07:17.861 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=523ac3c79b15485b94db32f2d365a09a Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 2204, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 1833, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi063 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull' 2024-04-22T22:07:17.865 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-22T22:07:17.875 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-04-22T22:07:17.889 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi063:/dev/vg_nvme/lv_1... 2024-04-22T22:07:17.890 DEBUG:teuthology.orchestra.run.smithi063:> sudo nvme disconnect -n lv_1 2024-04-22T22:07:18.152 INFO:teuthology.orchestra.run.smithi063.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-22T22:07:18.154 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:07:18.154 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi063:/dev/vg_nvme/lv_2... 2024-04-22T22:07:18.154 DEBUG:teuthology.orchestra.run.smithi063:> sudo nvme disconnect -n lv_2 2024-04-22T22:07:18.412 INFO:teuthology.orchestra.run.smithi063.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-22T22:07:18.414 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:07:18.414 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi063:/dev/vg_nvme/lv_3... 2024-04-22T22:07:18.414 DEBUG:teuthology.orchestra.run.smithi063:> sudo nvme disconnect -n lv_3 2024-04-22T22:07:18.676 INFO:teuthology.orchestra.run.smithi063.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-22T22:07:18.678 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:07:18.679 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi063:/dev/vg_nvme/lv_4... 2024-04-22T22:07:18.679 DEBUG:teuthology.orchestra.run.smithi063:> sudo nvme disconnect -n lv_4 2024-04-22T22:07:18.924 INFO:teuthology.orchestra.run.smithi063.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-22T22:07:18.925 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:07:18.926 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-04-22T22:07:18.926 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/scratch_devs 2024-04-22T22:07:18.940 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi114:/dev/vg_nvme/lv_1... 2024-04-22T22:07:18.940 DEBUG:teuthology.orchestra.run.smithi114:> sudo nvme disconnect -n lv_1 2024-04-22T22:07:19.239 INFO:teuthology.orchestra.run.smithi114.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-22T22:07:19.240 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:07:19.240 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi114:/dev/vg_nvme/lv_2... 2024-04-22T22:07:19.241 DEBUG:teuthology.orchestra.run.smithi114:> sudo nvme disconnect -n lv_2 2024-04-22T22:07:19.503 INFO:teuthology.orchestra.run.smithi114.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-22T22:07:19.504 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:07:19.504 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi114:/dev/vg_nvme/lv_3... 2024-04-22T22:07:19.504 DEBUG:teuthology.orchestra.run.smithi114:> sudo nvme disconnect -n lv_3 2024-04-22T22:07:19.771 INFO:teuthology.orchestra.run.smithi114.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-22T22:07:19.772 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:07:19.772 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi114:/dev/vg_nvme/lv_4... 2024-04-22T22:07:19.772 DEBUG:teuthology.orchestra.run.smithi114:> sudo nvme disconnect -n lv_4 2024-04-22T22:07:20.035 INFO:teuthology.orchestra.run.smithi114.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-22T22:07:20.036 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:07:20.036 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2024-04-22T22:07:20.036 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd of=/scratch_devs 2024-04-22T22:07:20.049 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-22T22:07:20.058 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-22T22:07:20.058 DEBUG:teuthology.orchestra.run.smithi063:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T22:07:20.061 DEBUG:teuthology.orchestra.run.smithi114:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T22:07:20.072 INFO:teuthology.orchestra.run.smithi063.stdout: remote refid st t when poll reach delay offset jitter 2024-04-22T22:07:20.072 INFO:teuthology.orchestra.run.smithi063.stdout:============================================================================== 2024-04-22T22:07:20.072 INFO:teuthology.orchestra.run.smithi063.stdout: hv01.front.sepi 44.4.53.2 2 u 7 64 1 0.090 -1.062 0.000 2024-04-22T22:07:20.072 INFO:teuthology.orchestra.run.smithi063.stdout: hv02.front.sepi 63.231.80.2 3 u 8 64 1 0.129 +0.300 0.000 2024-04-22T22:07:20.073 INFO:teuthology.orchestra.run.smithi063.stdout: hv03.front.sepi 74.6.168.72 3 u 9 64 1 0.122 +0.008 0.000 2024-04-22T22:07:20.073 INFO:teuthology.orchestra.run.smithi063.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T22:07:20.100 INFO:teuthology.orchestra.run.smithi114.stdout: remote refid st t when poll reach delay offset jitter 2024-04-22T22:07:20.101 INFO:teuthology.orchestra.run.smithi114.stdout:============================================================================== 2024-04-22T22:07:20.101 INFO:teuthology.orchestra.run.smithi114.stdout: hv01.front.sepi 44.4.53.2 2 u 6 64 1 0.055 -1.148 0.000 2024-04-22T22:07:20.101 INFO:teuthology.orchestra.run.smithi114.stdout: hv02.front.sepi 63.231.80.2 3 u 7 64 1 0.108 +0.246 0.000 2024-04-22T22:07:20.101 INFO:teuthology.orchestra.run.smithi114.stdout: hv03.front.sepi 74.6.168.72 3 u 8 64 1 0.099 -0.119 0.000 2024-04-22T22:07:20.101 INFO:teuthology.orchestra.run.smithi114.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T22:07:20.102 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-22T22:07:20.111 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-22T22:07:20.111 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-22T22:07:20.120 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-22T22:07:20.128 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-22T22:07:20.135 INFO:teuthology.task.internal:Duration was 451.629976 seconds 2024-04-22T22:07:20.135 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-22T22:07:20.143 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-22T22:07:20.144 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T22:07:20.146 DEBUG:teuthology.orchestra.run.smithi114:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T22:07:20.183 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-22T22:07:20.183 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi063.front.sepia.ceph.com 2024-04-22T22:07:20.183 DEBUG:teuthology.orchestra.run.smithi063:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-22T22:07:20.236 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi114.front.sepia.ceph.com 2024-04-22T22:07:20.236 DEBUG:teuthology.orchestra.run.smithi114:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-22T22:07:20.246 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-22T22:07:20.247 DEBUG:teuthology.orchestra.run.smithi063:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T22:07:20.281 DEBUG:teuthology.orchestra.run.smithi114:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T22:07:20.315 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-22T22:07:20.315 DEBUG:teuthology.orchestra.run.smithi063:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T22:07:20.349 DEBUG:teuthology.orchestra.run.smithi114:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T22:07:20.409 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-22T22:07:20.419 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-22T22:07:20.419 DEBUG:teuthology.orchestra.run.smithi063:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T22:07:20.430 DEBUG:teuthology.orchestra.run.smithi114:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T22:07:20.440 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-22T22:07:20.454 DEBUG:teuthology.orchestra.run.smithi063:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-22T22:07:20.473 DEBUG:teuthology.orchestra.run.smithi114:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-22T22:07:20.483 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern = core 2024-04-22T22:07:20.490 INFO:teuthology.orchestra.run.smithi114.stdout:kernel.core_pattern = core 2024-04-22T22:07:20.516 DEBUG:teuthology.orchestra.run.smithi063:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T22:07:20.555 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:07:20.555 DEBUG:teuthology.orchestra.run.smithi114:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T22:07:20.562 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:07:20.562 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-22T22:07:20.573 INFO:teuthology.task.internal:Transferring archived files... 2024-04-22T22:07:20.573 DEBUG:teuthology.misc:Transferring archived files from smithi063:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668812/remote/smithi063 2024-04-22T22:07:20.574 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T22:07:20.622 DEBUG:teuthology.misc:Transferring archived files from smithi114:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668812/remote/smithi114 2024-04-22T22:07:20.622 DEBUG:teuthology.orchestra.run.smithi114:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T22:07:20.643 INFO:teuthology.task.internal:Removing archive directory... 2024-04-22T22:07:20.643 DEBUG:teuthology.orchestra.run.smithi063:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T22:07:20.661 DEBUG:teuthology.orchestra.run.smithi114:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T22:07:20.687 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-22T22:07:20.698 INFO:teuthology.task.internal:Not uploading archives. 2024-04-22T22:07:20.699 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-22T22:07:20.708 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-22T22:07:20.708 DEBUG:teuthology.orchestra.run.smithi063:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T22:07:20.710 DEBUG:teuthology.orchestra.run.smithi114:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T22:07:20.714 INFO:teuthology.orchestra.run.smithi063.stdout: 658641 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 22:07 /home/ubuntu/cephtest 2024-04-22T22:07:20.735 INFO:teuthology.orchestra.run.smithi114.stdout: 658633 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 22:07 /home/ubuntu/cephtest 2024-04-22T22:07:20.736 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-22T22:07:20.746 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-22T22:07:20.767 INFO:teuthology.nuke:Checking targets against current locks 2024-04-22T22:07:20.793 DEBUG:teuthology.nuke:shortname: smithi063 2024-04-22T22:07:20.794 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T22:07:20.817 DEBUG:teuthology.nuke:shortname: smithi114 2024-04-22T22:07:20.819 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T22:07:20.823 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi063.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668812', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-22 21:50:16.396599', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM6jhENckIPtRXZWWeS4Oh9KAj0pucWSGf/pYMVTtLXVrXZrtJSGSRN5ubWp2n72aG7P5ogHe1pe8EAXCvMl02A='} 2024-04-22T22:07:20.846 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi114.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668812', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-22 21:50:16.395001', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAhVNVo02wM6Gzqei3XUN/IpDHoY3OaycC8FkhJ6ac7MJGjmj0smZf6j/mXcrcQD7ShvrQWpXWUGEy5owbCLE3k='} 2024-04-22T22:07:20.878 INFO:teuthology.orchestra.console.smithi063:Power off 2024-04-22T22:07:20.879 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T22:07:20.902 DEBUG:teuthology.orchestra.console.smithi063:power off output: Chassis Power Control: Down/Off 2024-04-22T22:07:20.903 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:07:20.918 INFO:teuthology.orchestra.console.smithi114:Power off 2024-04-22T22:07:20.919 DEBUG:teuthology.orchestra.console.smithi114:pexpect command: ipmitool -H smithi114.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T22:07:20.929 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is on 2024-04-22T22:07:20.942 DEBUG:teuthology.orchestra.console.smithi114:power off output: Chassis Power Control: Down/Off 2024-04-22T22:07:20.942 DEBUG:teuthology.orchestra.console.smithi114:pexpect command: ipmitool -H smithi114.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:07:20.964 DEBUG:teuthology.orchestra.console.smithi114:check power output: Chassis Power is on 2024-04-22T22:07:24.930 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:07:24.965 DEBUG:teuthology.orchestra.console.smithi114:pexpect command: ipmitool -H smithi114.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:07:25.039 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is on 2024-04-22T22:07:25.073 DEBUG:teuthology.orchestra.console.smithi114:check power output: Chassis Power is on 2024-04-22T22:07:29.044 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:07:29.074 DEBUG:teuthology.orchestra.console.smithi114:pexpect command: ipmitool -H smithi114.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:07:29.153 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is on 2024-04-22T22:07:29.182 DEBUG:teuthology.orchestra.console.smithi114:check power output: Chassis Power is off 2024-04-22T22:07:29.283 INFO:teuthology.orchestra.console.smithi114:Power off completed 2024-04-22T22:07:33.158 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:07:33.267 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is off 2024-04-22T22:07:33.367 INFO:teuthology.orchestra.console.smithi063:Power off completed 2024-04-22T22:07:33.472 INFO:teuthology.run:Summary data: description: orch/cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} duration: 451.62997603416443 failure_reason: 'Command failed on smithi063 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull''' owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=523ac3c79b15485b94db32f2d365a09a status: fail success: false 2024-04-22T22:07:33.472 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T22:07:33.560 INFO:teuthology.run:FAIL