2024-04-15T21:51:16.490 INFO:root:teuthology version: 0.0.1.dev267+g6c63784 2024-04-15T21:51:16.490 DEBUG:teuthology.run:Teuthology command: teuthology --name teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi --description orch/cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} --archive /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657503 --owner scheduled_teuthology@teuthology --verbose -- /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657503/orig.config.yaml 2024-04-15T21:51:16.520 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-15T21:51:16.607 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657503 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: '7657503' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-15_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\) sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 workunit: branch: squid sha1: 461a84e6fbbf089011eafd13b98169fb9e9b8cc9 owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.git roles: - - host.a - client.0 - - host.b - client.1 seed: 7775 sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 sleep_before_teardown: 0 subset: 18/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 461a84e6fbbf089011eafd13b98169fb9e9b8cc9 targets: smithi044.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCpdde/TaE7hCkO0HAbUy24UQUIaSVmFmz+B+QVnr7QCWmVOQiI5B3DTFi1yMrfzv435TMglOaEvXD+i8jVW83E= smithi183.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBlyN7MZ4TYon2zaf0OqvFz/F3oQK8T/4f7kSslra9Znygwjg+LfHcaKXxlMk6vKK0KSIwmXc7wG01NHF2EMbG4= 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: 6c637841c215537a4502385240412f1966e0faab timestamp: 2024-04-15_21:08:03 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-15T21:51:16.608 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa; will attempt to use it 2024-04-15T21:51:16.608 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks 2024-04-15T21:51:16.608 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-15T21:51:16.610 INFO:teuthology.task.internal:Checking packages... 2024-04-15T21:51:16.632 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'a9a752df26c63acad72e1b3569fd79a515ca0765' 2024-04-15T21:51:16.632 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-15T21:51:16.632 INFO:teuthology.packaging:ref: None 2024-04-15T21:51:16.632 INFO:teuthology.packaging:tag: None 2024-04-15T21:51:16.632 INFO:teuthology.packaging:branch: squid 2024-04-15T21:51:16.632 INFO:teuthology.packaging:sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:51:16.632 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-15T21:51:16.832 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2114-ga9a752df-1jammy 2024-04-15T21:51:16.833 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-15T21:51:16.842 INFO:teuthology.task.internal:no buildpackages task found 2024-04-15T21:51:16.842 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-15T21:51:16.901 INFO:teuthology.task.internal:Saving configuration 2024-04-15T21:51:16.912 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-15T21:51:16.973 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T21:51:16.997 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi044.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657503', '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-15 21:45:50.072187', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGnFsG4+5sr3Bp1Sq5HlcACCVdueyhxB3EHZUMrTaPiX'} 2024-04-15T21:51:17.018 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi183.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657503', '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-15 21:45:50.074117', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMjWUEOJw2jtNHo3dZhMoaFB/l94YU28YveC8YMKYBL5'} 2024-04-15T21:51:17.018 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-15T21:51:17.038 INFO:teuthology.task.internal:roles: ubuntu@smithi044.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-04-15T21:51:17.039 INFO:teuthology.task.internal:roles: ubuntu@smithi183.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-04-15T21:51:17.039 INFO:teuthology.run_tasks:Running task console_log... 2024-04-15T21:51:17.185 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f985f4bbdc0>, signals=[15]) 2024-04-15T21:51:17.185 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-15T21:51:17.196 INFO:teuthology.task.internal:Opening connections... 2024-04-15T21:51:17.196 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi044.front.sepia.ceph.com 2024-04-15T21:51:17.198 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi044.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:51:17.279 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi183.front.sepia.ceph.com 2024-04-15T21:51:17.279 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:51:17.355 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-15T21:51:17.363 DEBUG:teuthology.orchestra.run.smithi044:> uname -m 2024-04-15T21:51:17.369 INFO:teuthology.orchestra.run.smithi044.stdout:x86_64 2024-04-15T21:51:17.369 DEBUG:teuthology.orchestra.run.smithi044:> cat /etc/os-release 2024-04-15T21:51:17.417 INFO:teuthology.orchestra.run.smithi044.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-15T21:51:17.417 INFO:teuthology.orchestra.run.smithi044.stdout:NAME="Ubuntu" 2024-04-15T21:51:17.417 INFO:teuthology.orchestra.run.smithi044.stdout:VERSION_ID="22.04" 2024-04-15T21:51:17.417 INFO:teuthology.orchestra.run.smithi044.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-15T21:51:17.418 INFO:teuthology.orchestra.run.smithi044.stdout:VERSION_CODENAME=jammy 2024-04-15T21:51:17.418 INFO:teuthology.orchestra.run.smithi044.stdout:ID=ubuntu 2024-04-15T21:51:17.418 INFO:teuthology.orchestra.run.smithi044.stdout:ID_LIKE=debian 2024-04-15T21:51:17.418 INFO:teuthology.orchestra.run.smithi044.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-15T21:51:17.418 INFO:teuthology.orchestra.run.smithi044.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-15T21:51:17.418 INFO:teuthology.orchestra.run.smithi044.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-15T21:51:17.418 INFO:teuthology.orchestra.run.smithi044.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-15T21:51:17.418 INFO:teuthology.orchestra.run.smithi044.stdout:UBUNTU_CODENAME=jammy 2024-04-15T21:51:17.419 INFO:teuthology.lock.ops:Updating smithi044.front.sepia.ceph.com on lock server 2024-04-15T21:51:17.437 DEBUG:teuthology.orchestra.run.smithi183:> uname -m 2024-04-15T21:51:17.442 INFO:teuthology.orchestra.run.smithi183.stdout:x86_64 2024-04-15T21:51:17.442 DEBUG:teuthology.orchestra.run.smithi183:> cat /etc/os-release 2024-04-15T21:51:17.490 INFO:teuthology.orchestra.run.smithi183.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-15T21:51:17.490 INFO:teuthology.orchestra.run.smithi183.stdout:NAME="Ubuntu" 2024-04-15T21:51:17.490 INFO:teuthology.orchestra.run.smithi183.stdout:VERSION_ID="22.04" 2024-04-15T21:51:17.490 INFO:teuthology.orchestra.run.smithi183.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-15T21:51:17.491 INFO:teuthology.orchestra.run.smithi183.stdout:VERSION_CODENAME=jammy 2024-04-15T21:51:17.491 INFO:teuthology.orchestra.run.smithi183.stdout:ID=ubuntu 2024-04-15T21:51:17.491 INFO:teuthology.orchestra.run.smithi183.stdout:ID_LIKE=debian 2024-04-15T21:51:17.491 INFO:teuthology.orchestra.run.smithi183.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-15T21:51:17.491 INFO:teuthology.orchestra.run.smithi183.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-15T21:51:17.491 INFO:teuthology.orchestra.run.smithi183.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-15T21:51:17.491 INFO:teuthology.orchestra.run.smithi183.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-15T21:51:17.491 INFO:teuthology.orchestra.run.smithi183.stdout:UBUNTU_CODENAME=jammy 2024-04-15T21:51:17.491 INFO:teuthology.lock.ops:Updating smithi183.front.sepia.ceph.com on lock server 2024-04-15T21:51:17.511 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-15T21:51:17.524 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-15T21:51:17.580 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-15T21:51:17.580 DEBUG:teuthology.orchestra.run.smithi044:> test '!' -e /home/ubuntu/cephtest 2024-04-15T21:51:17.583 DEBUG:teuthology.orchestra.run.smithi183:> test '!' -e /home/ubuntu/cephtest 2024-04-15T21:51:17.588 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-15T21:51:17.636 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-15T21:51:17.636 DEBUG:teuthology.orchestra.run.smithi044:> test -z $(ls -A /var/lib/ceph) 2024-04-15T21:51:17.638 DEBUG:teuthology.orchestra.run.smithi183:> test -z $(ls -A /var/lib/ceph) 2024-04-15T21:51:17.653 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-15T21:51:17.770 INFO:teuthology.run_tasks:Running task kernel... 2024-04-15T21:51:17.815 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-15T21:51:17.815 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-15T21:51:17.815 DEBUG:teuthology.orchestra.run.smithi044:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T21:51:17.816 DEBUG:teuthology.orchestra.run.smithi183:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T21:51:17.820 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:51:17.821 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:51:17.821 DEBUG:teuthology.orchestra.run.smithi183:> uname -r 2024-04-15T21:51:17.821 DEBUG:teuthology.orchestra.run.smithi044:> uname -r 2024-04-15T21:51:17.866 INFO:teuthology.orchestra.run.smithi183.stdout:5.15.0-56-generic 2024-04-15T21:51:17.866 INFO:teuthology.task.kernel:Running kernel on smithi183: 5.15.0-56-generic 2024-04-15T21:51:17.867 DEBUG:teuthology.orchestra.run.smithi183:> sudo apt-get clean 2024-04-15T21:51:17.870 INFO:teuthology.orchestra.run.smithi044.stdout:5.15.0-56-generic 2024-04-15T21:51:17.870 INFO:teuthology.task.kernel:Running kernel on smithi044: 5.15.0-56-generic 2024-04-15T21:51:17.870 DEBUG:teuthology.orchestra.run.smithi044:> sudo apt-get clean 2024-04-15T21:51:17.990 DEBUG:teuthology.orchestra.run.smithi044:> sudo apt-get update 2024-04-15T21:51:17.995 DEBUG:teuthology.orchestra.run.smithi183:> sudo apt-get update 2024-04-15T21:51:18.199 INFO:teuthology.orchestra.run.smithi044.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-15T21:51:18.199 INFO:teuthology.orchestra.run.smithi044.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-15T21:51:18.200 INFO:teuthology.orchestra.run.smithi183.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-15T21:51:18.200 INFO:teuthology.orchestra.run.smithi183.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-15T21:51:18.205 INFO:teuthology.orchestra.run.smithi044.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-15T21:51:18.206 INFO:teuthology.orchestra.run.smithi183.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-15T21:51:18.317 INFO:teuthology.orchestra.run.smithi044.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-15T21:51:18.321 INFO:teuthology.orchestra.run.smithi183.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-15T21:51:18.449 INFO:teuthology.orchestra.run.smithi183.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [444 kB] 2024-04-15T21:51:18.488 INFO:teuthology.orchestra.run.smithi044.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,343 kB] 2024-04-15T21:51:18.532 INFO:teuthology.orchestra.run.smithi183.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [610 kB] 2024-04-15T21:51:18.574 INFO:teuthology.orchestra.run.smithi044.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,562 kB] 2024-04-15T21:51:18.716 INFO:teuthology.orchestra.run.smithi183.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,343 kB] 2024-04-15T21:51:18.730 INFO:teuthology.orchestra.run.smithi183.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,562 kB] 2024-04-15T21:51:18.864 INFO:teuthology.orchestra.run.smithi044.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [444 kB] 2024-04-15T21:51:18.881 INFO:teuthology.orchestra.run.smithi044.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [237 kB] 2024-04-15T21:51:18.884 INFO:teuthology.orchestra.run.smithi044.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [610 kB] 2024-04-15T21:51:18.899 INFO:teuthology.orchestra.run.smithi183.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [297 kB] 2024-04-15T21:51:18.911 INFO:teuthology.orchestra.run.smithi044.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [297 kB] 2024-04-15T21:51:18.919 INFO:teuthology.orchestra.run.smithi044.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-15T21:51:18.920 INFO:teuthology.orchestra.run.smithi044.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [34.1 kB] 2024-04-15T21:51:18.921 INFO:teuthology.orchestra.run.smithi044.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,670 kB] 2024-04-15T21:51:18.934 INFO:teuthology.orchestra.run.smithi183.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-15T21:51:18.935 INFO:teuthology.orchestra.run.smithi183.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,702 kB] 2024-04-15T21:51:18.954 INFO:teuthology.orchestra.run.smithi044.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-15T21:51:18.955 INFO:teuthology.orchestra.run.smithi044.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,702 kB] 2024-04-15T21:51:19.058 INFO:teuthology.orchestra.run.smithi183.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.7 kB] 2024-04-15T21:51:19.058 INFO:teuthology.orchestra.run.smithi183.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [286 kB] 2024-04-15T21:51:19.102 INFO:teuthology.orchestra.run.smithi044.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [280 kB] 2024-04-15T21:51:19.108 INFO:teuthology.orchestra.run.smithi044.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-15T21:51:19.109 INFO:teuthology.orchestra.run.smithi044.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-15T21:51:19.123 INFO:teuthology.orchestra.run.smithi183.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-15T21:51:19.124 INFO:teuthology.orchestra.run.smithi183.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,075 kB] 2024-04-15T21:51:19.124 INFO:teuthology.orchestra.run.smithi044.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-04-15T21:51:19.142 INFO:teuthology.orchestra.run.smithi183.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-15T21:51:19.155 INFO:teuthology.orchestra.run.smithi183.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-04-15T21:51:19.156 INFO:teuthology.orchestra.run.smithi183.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [237 kB] 2024-04-15T21:51:19.166 INFO:teuthology.orchestra.run.smithi183.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-15T21:51:19.167 INFO:teuthology.orchestra.run.smithi183.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [6,028 B] 2024-04-15T21:51:19.167 INFO:teuthology.orchestra.run.smithi044.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.7 kB] 2024-04-15T21:51:19.167 INFO:teuthology.orchestra.run.smithi044.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-15T21:51:19.168 INFO:teuthology.orchestra.run.smithi183.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.7 kB] 2024-04-15T21:51:19.168 INFO:teuthology.orchestra.run.smithi044.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [286 kB] 2024-04-15T21:51:19.168 INFO:teuthology.orchestra.run.smithi183.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [12.1 kB] 2024-04-15T21:51:19.169 INFO:teuthology.orchestra.run.smithi183.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-15T21:51:19.171 INFO:teuthology.orchestra.run.smithi044.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-15T21:51:19.171 INFO:teuthology.orchestra.run.smithi044.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-15T21:51:19.172 INFO:teuthology.orchestra.run.smithi044.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-15T21:51:19.173 INFO:teuthology.orchestra.run.smithi044.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-15T21:51:19.173 INFO:teuthology.orchestra.run.smithi044.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-15T21:51:19.173 INFO:teuthology.orchestra.run.smithi044.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-15T21:51:19.174 INFO:teuthology.orchestra.run.smithi044.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-15T21:51:19.186 INFO:teuthology.orchestra.run.smithi183.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-15T21:51:19.187 INFO:teuthology.orchestra.run.smithi044.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,075 kB] 2024-04-15T21:51:19.187 INFO:teuthology.orchestra.run.smithi183.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-15T21:51:19.189 INFO:teuthology.orchestra.run.smithi183.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-15T21:51:19.196 INFO:teuthology.orchestra.run.smithi183.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-15T21:51:19.207 INFO:teuthology.orchestra.run.smithi044.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-04-15T21:51:19.211 INFO:teuthology.orchestra.run.smithi183.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-15T21:51:19.211 INFO:teuthology.orchestra.run.smithi183.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-15T21:51:19.212 INFO:teuthology.orchestra.run.smithi044.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-15T21:51:19.212 INFO:teuthology.orchestra.run.smithi183.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-15T21:51:19.212 INFO:teuthology.orchestra.run.smithi044.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.7 kB] 2024-04-15T21:51:19.213 INFO:teuthology.orchestra.run.smithi183.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-15T21:51:19.213 INFO:teuthology.orchestra.run.smithi183.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-15T21:51:19.214 INFO:teuthology.orchestra.run.smithi044.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [6,028 B] 2024-04-15T21:51:19.214 INFO:teuthology.orchestra.run.smithi044.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [12.1 kB] 2024-04-15T21:51:19.217 INFO:teuthology.orchestra.run.smithi183.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,670 kB] 2024-04-15T21:51:19.222 INFO:teuthology.orchestra.run.smithi044.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-15T21:51:19.223 INFO:teuthology.orchestra.run.smithi044.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-15T21:51:19.225 INFO:teuthology.orchestra.run.smithi044.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-15T21:51:19.228 INFO:teuthology.orchestra.run.smithi044.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-15T21:51:19.246 INFO:teuthology.orchestra.run.smithi044.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-15T21:51:19.246 INFO:teuthology.orchestra.run.smithi044.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-15T21:51:19.247 INFO:teuthology.orchestra.run.smithi044.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-15T21:51:19.248 INFO:teuthology.orchestra.run.smithi044.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-15T21:51:19.248 INFO:teuthology.orchestra.run.smithi044.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-15T21:51:19.303 INFO:teuthology.orchestra.run.smithi183.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [34.1 kB] 2024-04-15T21:51:19.323 INFO:teuthology.orchestra.run.smithi183.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [280 kB] 2024-04-15T21:51:19.346 INFO:teuthology.orchestra.run.smithi183.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-15T21:51:19.367 INFO:teuthology.orchestra.run.smithi183.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-04-15T21:51:19.406 INFO:teuthology.orchestra.run.smithi183.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-15T21:51:19.443 INFO:teuthology.orchestra.run.smithi183.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-15T21:51:19.470 INFO:teuthology.orchestra.run.smithi183.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-15T21:51:19.492 INFO:teuthology.orchestra.run.smithi183.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-15T21:51:19.519 INFO:teuthology.orchestra.run.smithi183.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-15T21:51:19.550 INFO:teuthology.orchestra.run.smithi183.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-15T21:51:19.576 INFO:teuthology.orchestra.run.smithi183.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-15T21:51:24.558 INFO:teuthology.orchestra.run.smithi183.stdout:Fetched 12.9 MB in 2s (5,945 kB/s) 2024-04-15T21:51:25.144 INFO:teuthology.orchestra.run.smithi044.stdout:Fetched 12.9 MB in 2s (5,720 kB/s) 2024-04-15T21:51:25.929 INFO:teuthology.orchestra.run.smithi183.stdout:Reading package lists... 2024-04-15T21:51:25.947 DEBUG:teuthology.orchestra.run.smithi183:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-15T21:51:26.008 INFO:teuthology.orchestra.run.smithi183.stdout:Reading package lists... 2024-04-15T21:51:26.205 INFO:teuthology.orchestra.run.smithi183.stdout:Building dependency tree... 2024-04-15T21:51:26.206 INFO:teuthology.orchestra.run.smithi183.stdout:Reading state information... 2024-04-15T21:51:26.379 INFO:teuthology.orchestra.run.smithi183.stdout:The following packages were automatically installed and are no longer required: 2024-04-15T21:51:26.380 INFO:teuthology.orchestra.run.smithi183.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-15T21:51:26.380 INFO:teuthology.orchestra.run.smithi183.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-15T21:51:26.380 INFO:teuthology.orchestra.run.smithi183.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-15T21:51:26.380 INFO:teuthology.orchestra.run.smithi183.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-15T21:51:26.380 INFO:teuthology.orchestra.run.smithi183.stdout: python2.7-minimal 2024-04-15T21:51:26.380 INFO:teuthology.orchestra.run.smithi183.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-15T21:51:26.381 INFO:teuthology.orchestra.run.smithi183.stdout:The following additional packages will be installed: 2024-04-15T21:51:26.381 INFO:teuthology.orchestra.run.smithi183.stdout: linux-generic linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-15T21:51:26.382 INFO:teuthology.orchestra.run.smithi183.stdout: linux-headers-generic linux-image-5.15.0-102-generic 2024-04-15T21:51:26.382 INFO:teuthology.orchestra.run.smithi183.stdout: linux-modules-5.15.0-102-generic linux-modules-extra-5.15.0-102-generic 2024-04-15T21:51:26.383 INFO:teuthology.orchestra.run.smithi183.stdout:Suggested packages: 2024-04-15T21:51:26.383 INFO:teuthology.orchestra.run.smithi183.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-15T21:51:26.383 INFO:teuthology.orchestra.run.smithi183.stdout:Recommended packages: 2024-04-15T21:51:26.383 INFO:teuthology.orchestra.run.smithi183.stdout: thermald 2024-04-15T21:51:26.445 INFO:teuthology.orchestra.run.smithi183.stdout:The following NEW packages will be installed: 2024-04-15T21:51:26.445 INFO:teuthology.orchestra.run.smithi183.stdout: linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-15T21:51:26.445 INFO:teuthology.orchestra.run.smithi183.stdout: linux-image-5.15.0-102-generic linux-modules-5.15.0-102-generic 2024-04-15T21:51:26.446 INFO:teuthology.orchestra.run.smithi183.stdout: linux-modules-extra-5.15.0-102-generic 2024-04-15T21:51:26.447 INFO:teuthology.orchestra.run.smithi183.stdout:The following packages will be upgraded: 2024-04-15T21:51:26.448 INFO:teuthology.orchestra.run.smithi183.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-15T21:51:26.504 INFO:teuthology.orchestra.run.smithi044.stdout:Reading package lists... 2024-04-15T21:51:26.507 INFO:teuthology.orchestra.run.smithi183.stdout:3 upgraded, 5 newly installed, 0 to remove and 313 not upgraded. 2024-04-15T21:51:26.507 INFO:teuthology.orchestra.run.smithi183.stdout:Need to get 113 MB of archives. 2024-04-15T21:51:26.507 INFO:teuthology.orchestra.run.smithi183.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-15T21:51:26.507 INFO:teuthology.orchestra.run.smithi183.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-102-generic amd64 5.15.0-102.112 [22.7 MB] 2024-04-15T21:51:26.521 DEBUG:teuthology.orchestra.run.smithi044:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-15T21:51:26.586 INFO:teuthology.orchestra.run.smithi044.stdout:Reading package lists... 2024-04-15T21:51:26.787 INFO:teuthology.orchestra.run.smithi044.stdout:Building dependency tree... 2024-04-15T21:51:26.787 INFO:teuthology.orchestra.run.smithi044.stdout:Reading state information... 2024-04-15T21:51:26.970 INFO:teuthology.orchestra.run.smithi044.stdout:The following packages were automatically installed and are no longer required: 2024-04-15T21:51:26.970 INFO:teuthology.orchestra.run.smithi044.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-15T21:51:26.970 INFO:teuthology.orchestra.run.smithi044.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-15T21:51:26.970 INFO:teuthology.orchestra.run.smithi044.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-15T21:51:26.970 INFO:teuthology.orchestra.run.smithi044.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-15T21:51:26.970 INFO:teuthology.orchestra.run.smithi044.stdout: python2.7-minimal 2024-04-15T21:51:26.971 INFO:teuthology.orchestra.run.smithi044.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-15T21:51:26.972 INFO:teuthology.orchestra.run.smithi044.stdout:The following additional packages will be installed: 2024-04-15T21:51:26.972 INFO:teuthology.orchestra.run.smithi044.stdout: linux-generic linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-15T21:51:26.972 INFO:teuthology.orchestra.run.smithi044.stdout: linux-headers-generic linux-image-5.15.0-102-generic 2024-04-15T21:51:26.972 INFO:teuthology.orchestra.run.smithi044.stdout: linux-modules-5.15.0-102-generic linux-modules-extra-5.15.0-102-generic 2024-04-15T21:51:26.974 INFO:teuthology.orchestra.run.smithi044.stdout:Suggested packages: 2024-04-15T21:51:26.974 INFO:teuthology.orchestra.run.smithi044.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-15T21:51:26.974 INFO:teuthology.orchestra.run.smithi044.stdout:Recommended packages: 2024-04-15T21:51:26.974 INFO:teuthology.orchestra.run.smithi044.stdout: thermald 2024-04-15T21:51:26.998 INFO:teuthology.orchestra.run.smithi183.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-102-generic amd64 5.15.0-102.112 [11.5 MB] 2024-04-15T21:51:27.027 INFO:teuthology.orchestra.run.smithi044.stdout:The following NEW packages will be installed: 2024-04-15T21:51:27.027 INFO:teuthology.orchestra.run.smithi044.stdout: linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-15T21:51:27.027 INFO:teuthology.orchestra.run.smithi044.stdout: linux-image-5.15.0-102-generic linux-modules-5.15.0-102-generic 2024-04-15T21:51:27.028 INFO:teuthology.orchestra.run.smithi044.stdout: linux-modules-extra-5.15.0-102-generic 2024-04-15T21:51:27.029 INFO:teuthology.orchestra.run.smithi044.stdout:The following packages will be upgraded: 2024-04-15T21:51:27.029 INFO:teuthology.orchestra.run.smithi044.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-15T21:51:27.096 INFO:teuthology.orchestra.run.smithi044.stdout:3 upgraded, 5 newly installed, 0 to remove and 313 not upgraded. 2024-04-15T21:51:27.096 INFO:teuthology.orchestra.run.smithi044.stdout:Need to get 113 MB of archives. 2024-04-15T21:51:27.096 INFO:teuthology.orchestra.run.smithi044.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-15T21:51:27.096 INFO:teuthology.orchestra.run.smithi044.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-102-generic amd64 5.15.0-102.112 [22.7 MB] 2024-04-15T21:51:27.123 INFO:teuthology.orchestra.run.smithi183.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-102-generic amd64 5.15.0-102.112 [63.9 MB] 2024-04-15T21:51:27.788 INFO:teuthology.orchestra.run.smithi044.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-102-generic amd64 5.15.0-102.112 [11.5 MB] 2024-04-15T21:51:28.003 INFO:teuthology.orchestra.run.smithi044.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-102-generic amd64 5.15.0-102.112 [63.9 MB] 2024-04-15T21:51:28.386 INFO:teuthology.orchestra.run.smithi183.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.102.99 [1,700 B] 2024-04-15T21:51:28.386 INFO:teuthology.orchestra.run.smithi183.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.102.99 [2,512 B] 2024-04-15T21:51:28.386 INFO:teuthology.orchestra.run.smithi183.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-102 all 5.15.0-102.112 [12.4 MB] 2024-04-15T21:51:28.647 INFO:teuthology.orchestra.run.smithi183.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-102-generic amd64 5.15.0-102.112 [2,877 kB] 2024-04-15T21:51:28.721 INFO:teuthology.orchestra.run.smithi183.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.102.99 [2,360 B] 2024-04-15T21:51:29.116 INFO:teuthology.orchestra.run.smithi044.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.102.99 [1,700 B] 2024-04-15T21:51:29.116 INFO:teuthology.orchestra.run.smithi044.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.102.99 [2,512 B] 2024-04-15T21:51:29.116 INFO:teuthology.orchestra.run.smithi044.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-102 all 5.15.0-102.112 [12.4 MB] 2024-04-15T21:51:29.125 INFO:teuthology.orchestra.run.smithi183.stdout:Fetched 113 MB in 2s (50.0 MB/s) 2024-04-15T21:51:29.309 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package linux-modules-5.15.0-102-generic. 2024-04-15T21:51:29.424 INFO:teuthology.orchestra.run.smithi044.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-102-generic amd64 5.15.0-102.112 [2,877 kB] 2024-04-15T21:51:29.486 INFO:teuthology.orchestra.run.smithi044.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.102.99 [2,360 B] 2024-04-15T21:51:30.044 INFO:teuthology.orchestra.run.smithi044.stdout:Fetched 113 MB in 2s (46.3 MB/s) 2024-04-15T21:51:30.219 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package linux-modules-5.15.0-102-generic. 2024-04-15T21:51:31.287 INFO:teuthology.orchestra.run.smithi183.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-15T21:51:31.290 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../0-linux-modules-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T21:51:31.365 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T21:51:32.322 INFO:teuthology.orchestra.run.smithi044.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-15T21:51:32.326 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../0-linux-modules-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T21:51:32.600 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T21:51:33.857 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package linux-image-5.15.0-102-generic. 2024-04-15T21:51:33.878 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../1-linux-image-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T21:51:33.947 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T21:51:34.544 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-102-generic. 2024-04-15T21:51:34.564 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T21:51:34.602 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T21:51:34.751 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package linux-image-5.15.0-102-generic. 2024-04-15T21:51:34.772 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../1-linux-image-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T21:51:34.862 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T21:51:35.462 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-102-generic. 2024-04-15T21:51:35.483 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T21:51:35.520 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T21:51:40.779 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../3-linux-generic_5.15.0.102.99_amd64.deb ... 2024-04-15T21:51:40.878 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking linux-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-15T21:51:41.220 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.102.99_amd64.deb ... 2024-04-15T21:51:41.348 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking linux-image-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-15T21:51:41.660 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package linux-headers-5.15.0-102. 2024-04-15T21:51:41.679 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../3-linux-generic_5.15.0.102.99_amd64.deb ... 2024-04-15T21:51:41.682 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../5-linux-headers-5.15.0-102_5.15.0-102.112_all.deb ... 2024-04-15T21:51:41.726 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-15T21:51:41.796 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking linux-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-15T21:51:42.236 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.102.99_amd64.deb ... 2024-04-15T21:51:42.650 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking linux-image-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-15T21:51:42.936 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package linux-headers-5.15.0-102. 2024-04-15T21:51:42.959 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../5-linux-headers-5.15.0-102_5.15.0-102.112_all.deb ... 2024-04-15T21:51:43.002 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-15T21:51:47.259 INFO:teuthology.orchestra.run.smithi183.stdout:Selecting previously unselected package linux-headers-5.15.0-102-generic. 2024-04-15T21:51:47.296 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../6-linux-headers-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T21:51:47.333 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T21:51:48.261 INFO:teuthology.orchestra.run.smithi044.stdout:Selecting previously unselected package linux-headers-5.15.0-102-generic. 2024-04-15T21:51:48.298 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../6-linux-headers-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T21:51:48.335 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T21:51:49.961 INFO:teuthology.orchestra.run.smithi183.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.102.99_amd64.deb ... 2024-04-15T21:51:50.103 INFO:teuthology.orchestra.run.smithi183.stdout:Unpacking linux-headers-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-15T21:51:50.436 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-15T21:51:50.557 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T21:51:50.692 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up linux-headers-generic (5.15.0.102.99) ... 2024-04-15T21:51:50.820 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T21:51:51.016 INFO:teuthology.orchestra.run.smithi044.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.102.99_amd64.deb ... 2024-04-15T21:51:51.138 INFO:teuthology.orchestra.run.smithi044.stdout:Unpacking linux-headers-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-15T21:51:51.480 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-15T21:51:51.601 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T21:51:51.727 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up linux-headers-generic (5.15.0.102.99) ... 2024-04-15T21:51:51.855 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T21:51:52.157 INFO:teuthology.orchestra.run.smithi183.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-15T21:51:52.157 INFO:teuthology.orchestra.run.smithi183.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-15T21:51:52.157 INFO:teuthology.orchestra.run.smithi183.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-102-generic 2024-04-15T21:51:52.157 INFO:teuthology.orchestra.run.smithi183.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-102-generic 2024-04-15T21:51:52.322 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T21:51:53.195 INFO:teuthology.orchestra.run.smithi044.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-15T21:51:53.196 INFO:teuthology.orchestra.run.smithi044.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-15T21:51:53.196 INFO:teuthology.orchestra.run.smithi044.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-102-generic 2024-04-15T21:51:53.196 INFO:teuthology.orchestra.run.smithi044.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-102-generic 2024-04-15T21:51:53.474 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T21:51:54.424 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T21:51:54.917 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T21:51:55.826 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up linux-image-generic (5.15.0.102.99) ... 2024-04-15T21:51:55.926 INFO:teuthology.orchestra.run.smithi183.stdout:Setting up linux-generic (5.15.0.102.99) ... 2024-04-15T21:51:56.027 INFO:teuthology.orchestra.run.smithi183.stdout:Processing triggers for linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T21:51:56.084 INFO:teuthology.orchestra.run.smithi183.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-15T21:51:56.084 INFO:teuthology.orchestra.run.smithi183.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-102-generic 2024-04-15T21:51:56.318 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up linux-image-generic (5.15.0.102.99) ... 2024-04-15T21:51:56.444 INFO:teuthology.orchestra.run.smithi044.stdout:Setting up linux-generic (5.15.0.102.99) ... 2024-04-15T21:51:56.562 INFO:teuthology.orchestra.run.smithi044.stdout:Processing triggers for linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T21:51:56.615 INFO:teuthology.orchestra.run.smithi044.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-15T21:51:56.615 INFO:teuthology.orchestra.run.smithi044.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-102-generic 2024-04-15T21:52:11.021 INFO:teuthology.orchestra.run.smithi183.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-15T21:52:11.021 INFO:teuthology.orchestra.run.smithi183.stdout:Sourcing file `/etc/default/grub' 2024-04-15T21:52:11.032 INFO:teuthology.orchestra.run.smithi183.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-15T21:52:11.048 INFO:teuthology.orchestra.run.smithi183.stdout:Generating grub configuration file ... 2024-04-15T21:52:11.319 INFO:teuthology.orchestra.run.smithi044.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-15T21:52:11.319 INFO:teuthology.orchestra.run.smithi044.stdout:Sourcing file `/etc/default/grub' 2024-04-15T21:52:11.323 INFO:teuthology.orchestra.run.smithi044.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-15T21:52:11.352 INFO:teuthology.orchestra.run.smithi044.stdout:Generating grub configuration file ... 2024-04-15T21:52:11.373 INFO:teuthology.orchestra.run.smithi183.stdout:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-15T21:52:11.394 INFO:teuthology.orchestra.run.smithi183.stdout:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-15T21:52:11.656 INFO:teuthology.orchestra.run.smithi044.stdout:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-15T21:52:11.674 INFO:teuthology.orchestra.run.smithi044.stdout:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-15T21:52:11.773 INFO:teuthology.orchestra.run.smithi183.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-15T21:52:11.779 INFO:teuthology.orchestra.run.smithi183.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-15T21:52:11.845 INFO:teuthology.orchestra.run.smithi183.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-15T21:52:11.850 INFO:teuthology.orchestra.run.smithi183.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-15T21:52:12.015 INFO:teuthology.orchestra.run.smithi044.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-15T21:52:12.021 INFO:teuthology.orchestra.run.smithi044.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-15T21:52:12.026 INFO:teuthology.orchestra.run.smithi183.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-15T21:52:12.026 INFO:teuthology.orchestra.run.smithi183.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-15T21:52:12.026 INFO:teuthology.orchestra.run.smithi183.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-15T21:52:12.068 INFO:teuthology.orchestra.run.smithi183.stdout:done 2024-04-15T21:52:12.085 INFO:teuthology.orchestra.run.smithi044.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-15T21:52:12.091 INFO:teuthology.orchestra.run.smithi044.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-15T21:52:12.247 INFO:teuthology.orchestra.run.smithi044.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-15T21:52:12.247 INFO:teuthology.orchestra.run.smithi044.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-15T21:52:12.248 INFO:teuthology.orchestra.run.smithi044.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-15T21:52:12.297 INFO:teuthology.orchestra.run.smithi044.stdout:done 2024-04-15T21:52:12.531 DEBUG:teuthology.orchestra.run.smithi183:> dpkg -s linux-image-generic 2024-04-15T21:52:12.560 INFO:teuthology.orchestra.run.smithi183.stdout:Package: linux-image-generic 2024-04-15T21:52:12.560 INFO:teuthology.orchestra.run.smithi183.stdout:Status: install ok installed 2024-04-15T21:52:12.560 INFO:teuthology.orchestra.run.smithi183.stdout:Priority: optional 2024-04-15T21:52:12.560 INFO:teuthology.orchestra.run.smithi183.stdout:Section: kernel 2024-04-15T21:52:12.561 INFO:teuthology.orchestra.run.smithi183.stdout:Installed-Size: 21 2024-04-15T21:52:12.561 INFO:teuthology.orchestra.run.smithi183.stdout:Maintainer: Ubuntu Kernel Team 2024-04-15T21:52:12.561 INFO:teuthology.orchestra.run.smithi183.stdout:Architecture: amd64 2024-04-15T21:52:12.561 INFO:teuthology.orchestra.run.smithi183.stdout:Source: linux-meta 2024-04-15T21:52:12.561 INFO:teuthology.orchestra.run.smithi183.stdout:Version: 5.15.0.102.99 2024-04-15T21:52:12.561 INFO:teuthology.orchestra.run.smithi183.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-102), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-15T21:52:12.561 INFO:teuthology.orchestra.run.smithi183.stdout:Depends: linux-image-5.15.0-102-generic, linux-modules-extra-5.15.0-102-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-15T21:52:12.561 INFO:teuthology.orchestra.run.smithi183.stdout:Recommends: thermald 2024-04-15T21:52:12.561 INFO:teuthology.orchestra.run.smithi183.stdout:Description: Generic Linux kernel image 2024-04-15T21:52:12.561 INFO:teuthology.orchestra.run.smithi183.stdout: This package will always depend on the latest generic kernel image 2024-04-15T21:52:12.561 INFO:teuthology.orchestra.run.smithi183.stdout: available. 2024-04-15T21:52:12.561 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-102-generic 2024-04-15T21:52:12.562 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T21:52:12.562 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T21:52:12.562 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-15T21:52:12.562 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi183.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T21:52:12.562 DEBUG:teuthology.orchestra.run.smithi183:> sudo apt-get clean 2024-04-15T21:52:12.728 DEBUG:teuthology.orchestra.run.smithi183:> sudo apt-get update 2024-04-15T21:52:12.754 DEBUG:teuthology.orchestra.run.smithi044:> dpkg -s linux-image-generic 2024-04-15T21:52:12.778 INFO:teuthology.orchestra.run.smithi044.stdout:Package: linux-image-generic 2024-04-15T21:52:12.778 INFO:teuthology.orchestra.run.smithi044.stdout:Status: install ok installed 2024-04-15T21:52:12.778 INFO:teuthology.orchestra.run.smithi044.stdout:Priority: optional 2024-04-15T21:52:12.778 INFO:teuthology.orchestra.run.smithi044.stdout:Section: kernel 2024-04-15T21:52:12.778 INFO:teuthology.orchestra.run.smithi044.stdout:Installed-Size: 21 2024-04-15T21:52:12.778 INFO:teuthology.orchestra.run.smithi044.stdout:Maintainer: Ubuntu Kernel Team 2024-04-15T21:52:12.778 INFO:teuthology.orchestra.run.smithi044.stdout:Architecture: amd64 2024-04-15T21:52:12.778 INFO:teuthology.orchestra.run.smithi044.stdout:Source: linux-meta 2024-04-15T21:52:12.779 INFO:teuthology.orchestra.run.smithi044.stdout:Version: 5.15.0.102.99 2024-04-15T21:52:12.779 INFO:teuthology.orchestra.run.smithi044.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-102), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-15T21:52:12.779 INFO:teuthology.orchestra.run.smithi044.stdout:Depends: linux-image-5.15.0-102-generic, linux-modules-extra-5.15.0-102-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-15T21:52:12.779 INFO:teuthology.orchestra.run.smithi044.stdout:Recommends: thermald 2024-04-15T21:52:12.779 INFO:teuthology.orchestra.run.smithi044.stdout:Description: Generic Linux kernel image 2024-04-15T21:52:12.779 INFO:teuthology.orchestra.run.smithi044.stdout: This package will always depend on the latest generic kernel image 2024-04-15T21:52:12.779 INFO:teuthology.orchestra.run.smithi044.stdout: available. 2024-04-15T21:52:12.779 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-102-generic 2024-04-15T21:52:12.779 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T21:52:12.779 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T21:52:12.779 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-15T21:52:12.779 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi044.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T21:52:12.780 DEBUG:teuthology.orchestra.run.smithi044:> sudo apt-get clean 2024-04-15T21:52:12.872 INFO:teuthology.orchestra.run.smithi183.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-15T21:52:12.872 INFO:teuthology.orchestra.run.smithi183.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-15T21:52:12.890 INFO:teuthology.orchestra.run.smithi183.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-15T21:52:12.963 INFO:teuthology.orchestra.run.smithi183.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-15T21:52:12.972 DEBUG:teuthology.orchestra.run.smithi044:> sudo apt-get update 2024-04-15T21:52:13.095 INFO:teuthology.orchestra.run.smithi044.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-15T21:52:13.212 INFO:teuthology.orchestra.run.smithi044.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-15T21:52:13.294 INFO:teuthology.orchestra.run.smithi044.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-15T21:52:13.375 INFO:teuthology.orchestra.run.smithi044.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-15T21:52:14.239 INFO:teuthology.orchestra.run.smithi183.stdout:Reading package lists... 2024-04-15T21:52:14.256 DEBUG:teuthology.orchestra.run.smithi183:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-15T21:52:14.308 INFO:teuthology.orchestra.run.smithi183.stdout:Reading package lists... 2024-04-15T21:52:14.484 INFO:teuthology.orchestra.run.smithi183.stdout:Building dependency tree... 2024-04-15T21:52:14.485 INFO:teuthology.orchestra.run.smithi183.stdout:Reading state information... 2024-04-15T21:52:14.525 INFO:teuthology.orchestra.run.smithi044.stdout:Reading package lists... 2024-04-15T21:52:14.544 DEBUG:teuthology.orchestra.run.smithi044:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-15T21:52:14.608 INFO:teuthology.orchestra.run.smithi044.stdout:Reading package lists... 2024-04-15T21:52:14.637 INFO:teuthology.orchestra.run.smithi183.stdout:linux-image-generic is already the newest version (5.15.0.102.99). 2024-04-15T21:52:14.637 INFO:teuthology.orchestra.run.smithi183.stdout:The following packages were automatically installed and are no longer required: 2024-04-15T21:52:14.638 INFO:teuthology.orchestra.run.smithi183.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-15T21:52:14.638 INFO:teuthology.orchestra.run.smithi183.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-15T21:52:14.638 INFO:teuthology.orchestra.run.smithi183.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-15T21:52:14.638 INFO:teuthology.orchestra.run.smithi183.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-15T21:52:14.638 INFO:teuthology.orchestra.run.smithi183.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-15T21:52:14.638 INFO:teuthology.orchestra.run.smithi183.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-15T21:52:14.677 INFO:teuthology.orchestra.run.smithi183.stdout:0 upgraded, 0 newly installed, 0 to remove and 313 not upgraded. 2024-04-15T21:52:14.679 DEBUG:teuthology.orchestra.run.smithi183:> dpkg -s linux-image-generic 2024-04-15T21:52:14.736 INFO:teuthology.orchestra.run.smithi183.stdout:Package: linux-image-generic 2024-04-15T21:52:14.736 INFO:teuthology.orchestra.run.smithi183.stdout:Status: install ok installed 2024-04-15T21:52:14.736 INFO:teuthology.orchestra.run.smithi183.stdout:Priority: optional 2024-04-15T21:52:14.736 INFO:teuthology.orchestra.run.smithi183.stdout:Section: kernel 2024-04-15T21:52:14.736 INFO:teuthology.orchestra.run.smithi183.stdout:Installed-Size: 21 2024-04-15T21:52:14.736 INFO:teuthology.orchestra.run.smithi183.stdout:Maintainer: Ubuntu Kernel Team 2024-04-15T21:52:14.736 INFO:teuthology.orchestra.run.smithi183.stdout:Architecture: amd64 2024-04-15T21:52:14.736 INFO:teuthology.orchestra.run.smithi183.stdout:Source: linux-meta 2024-04-15T21:52:14.737 INFO:teuthology.orchestra.run.smithi183.stdout:Version: 5.15.0.102.99 2024-04-15T21:52:14.737 INFO:teuthology.orchestra.run.smithi183.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-102), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-15T21:52:14.737 INFO:teuthology.orchestra.run.smithi183.stdout:Depends: linux-image-5.15.0-102-generic, linux-modules-extra-5.15.0-102-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-15T21:52:14.737 INFO:teuthology.orchestra.run.smithi183.stdout:Recommends: thermald 2024-04-15T21:52:14.737 INFO:teuthology.orchestra.run.smithi183.stdout:Description: Generic Linux kernel image 2024-04-15T21:52:14.737 INFO:teuthology.orchestra.run.smithi183.stdout: This package will always depend on the latest generic kernel image 2024-04-15T21:52:14.737 INFO:teuthology.orchestra.run.smithi183.stdout: available. 2024-04-15T21:52:14.737 DEBUG:teuthology.orchestra.run.smithi183:> mktemp 2024-04-15T21:52:14.781 INFO:teuthology.orchestra.run.smithi183.stdout:/tmp/tmp.fptDXAYb1Y 2024-04-15T21:52:14.781 DEBUG:teuthology.orchestra.run.smithi183:> sudo cp /boot/grub/grub.cfg /tmp/tmp.fptDXAYb1Y 2024-04-15T21:52:14.808 INFO:teuthology.orchestra.run.smithi044.stdout:Building dependency tree... 2024-04-15T21:52:14.809 INFO:teuthology.orchestra.run.smithi044.stdout:Reading state information... 2024-04-15T21:52:14.836 DEBUG:teuthology.orchestra.run.smithi183:> sudo chmod 0666 /tmp/tmp.fptDXAYb1Y 2024-04-15T21:52:14.957 DEBUG:teuthology.orchestra.remote:smithi183:/tmp/tmp.fptDXAYb1Y is 10KB 2024-04-15T21:52:14.970 DEBUG:teuthology.orchestra.run.smithi183:> rm -fr /tmp/tmp.fptDXAYb1Y 2024-04-15T21:52:14.975 DEBUG:teuthology.orchestra.run.smithi183:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-15T21:52:14.989 INFO:teuthology.orchestra.run.smithi044.stdout:linux-image-generic is already the newest version (5.15.0.102.99). 2024-04-15T21:52:14.989 INFO:teuthology.orchestra.run.smithi044.stdout:The following packages were automatically installed and are no longer required: 2024-04-15T21:52:14.989 INFO:teuthology.orchestra.run.smithi044.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-15T21:52:14.989 INFO:teuthology.orchestra.run.smithi044.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-15T21:52:14.990 INFO:teuthology.orchestra.run.smithi044.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-15T21:52:14.990 INFO:teuthology.orchestra.run.smithi044.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-15T21:52:14.990 INFO:teuthology.orchestra.run.smithi044.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-15T21:52:14.990 INFO:teuthology.orchestra.run.smithi044.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-15T21:52:15.028 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-04-15T21:52:15.028 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-15T21:52:15.028 DEBUG:teuthology.orchestra.run.smithi183:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-15T21:52:15.031 INFO:teuthology.orchestra.run.smithi044.stdout:0 upgraded, 0 newly installed, 0 to remove and 313 not upgraded. 2024-04-15T21:52:15.033 DEBUG:teuthology.orchestra.run.smithi044:> dpkg -s linux-image-generic 2024-04-15T21:52:15.050 INFO:teuthology.orchestra.run.smithi044.stdout:Package: linux-image-generic 2024-04-15T21:52:15.050 INFO:teuthology.orchestra.run.smithi044.stdout:Status: install ok installed 2024-04-15T21:52:15.050 INFO:teuthology.orchestra.run.smithi044.stdout:Priority: optional 2024-04-15T21:52:15.050 INFO:teuthology.orchestra.run.smithi044.stdout:Section: kernel 2024-04-15T21:52:15.050 INFO:teuthology.orchestra.run.smithi044.stdout:Installed-Size: 21 2024-04-15T21:52:15.050 INFO:teuthology.orchestra.run.smithi044.stdout:Maintainer: Ubuntu Kernel Team 2024-04-15T21:52:15.050 INFO:teuthology.orchestra.run.smithi044.stdout:Architecture: amd64 2024-04-15T21:52:15.051 INFO:teuthology.orchestra.run.smithi044.stdout:Source: linux-meta 2024-04-15T21:52:15.051 INFO:teuthology.orchestra.run.smithi044.stdout:Version: 5.15.0.102.99 2024-04-15T21:52:15.051 INFO:teuthology.orchestra.run.smithi044.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-102), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-15T21:52:15.051 INFO:teuthology.orchestra.run.smithi044.stdout:Depends: linux-image-5.15.0-102-generic, linux-modules-extra-5.15.0-102-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-15T21:52:15.051 INFO:teuthology.orchestra.run.smithi044.stdout:Recommends: thermald 2024-04-15T21:52:15.051 INFO:teuthology.orchestra.run.smithi044.stdout:Description: Generic Linux kernel image 2024-04-15T21:52:15.051 INFO:teuthology.orchestra.run.smithi044.stdout: This package will always depend on the latest generic kernel image 2024-04-15T21:52:15.051 INFO:teuthology.orchestra.run.smithi044.stdout: available. 2024-04-15T21:52:15.051 DEBUG:teuthology.orchestra.run.smithi044:> mktemp 2024-04-15T21:52:15.092 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-102-generic 2024-04-15T21:52:15.092 DEBUG:teuthology.orchestra.run.smithi183:> sudo update-grub 2024-04-15T21:52:15.097 INFO:teuthology.orchestra.run.smithi044.stdout:/tmp/tmp.iE2iY5GDkG 2024-04-15T21:52:15.097 DEBUG:teuthology.orchestra.run.smithi044:> sudo cp /boot/grub/grub.cfg /tmp/tmp.iE2iY5GDkG 2024-04-15T21:52:15.169 DEBUG:teuthology.orchestra.run.smithi044:> sudo chmod 0666 /tmp/tmp.iE2iY5GDkG 2024-04-15T21:52:15.288 DEBUG:teuthology.orchestra.remote:smithi044:/tmp/tmp.iE2iY5GDkG is 10KB 2024-04-15T21:52:15.301 DEBUG:teuthology.orchestra.run.smithi044:> rm -fr /tmp/tmp.iE2iY5GDkG 2024-04-15T21:52:15.306 DEBUG:teuthology.orchestra.run.smithi044:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-15T21:52:15.365 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2024-04-15T21:52:15.365 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-15T21:52:15.365 DEBUG:teuthology.orchestra.run.smithi044:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-15T21:52:15.442 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-102-generic 2024-04-15T21:52:15.442 DEBUG:teuthology.orchestra.run.smithi044:> sudo update-grub 2024-04-15T21:52:16.225 INFO:teuthology.orchestra.run.smithi183.stderr:Sourcing file `/etc/default/grub' 2024-04-15T21:52:16.226 INFO:teuthology.orchestra.run.smithi183.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-15T21:52:16.229 INFO:teuthology.orchestra.run.smithi183.stderr:Generating grub configuration file ... 2024-04-15T21:52:16.482 INFO:teuthology.orchestra.run.smithi183.stderr:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-15T21:52:16.488 INFO:teuthology.orchestra.run.smithi183.stderr:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-15T21:52:16.644 INFO:teuthology.orchestra.run.smithi044.stderr:Sourcing file `/etc/default/grub' 2024-04-15T21:52:16.645 INFO:teuthology.orchestra.run.smithi044.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-15T21:52:16.648 INFO:teuthology.orchestra.run.smithi044.stderr:Generating grub configuration file ... 2024-04-15T21:52:16.764 INFO:teuthology.orchestra.run.smithi183.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-15T21:52:16.769 INFO:teuthology.orchestra.run.smithi183.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-15T21:52:16.806 INFO:teuthology.orchestra.run.smithi183.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-15T21:52:16.810 INFO:teuthology.orchestra.run.smithi183.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-15T21:52:16.817 INFO:teuthology.orchestra.run.smithi044.stderr:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-15T21:52:16.824 INFO:teuthology.orchestra.run.smithi044.stderr:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-15T21:52:16.944 INFO:teuthology.orchestra.run.smithi183.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-15T21:52:16.944 INFO:teuthology.orchestra.run.smithi183.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-15T21:52:16.944 INFO:teuthology.orchestra.run.smithi183.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-15T21:52:16.961 INFO:teuthology.orchestra.run.smithi183.stderr:done 2024-04-15T21:52:16.970 DEBUG:teuthology.orchestra.run.smithi183:> sudo shutdown -r now 2024-04-15T21:52:17.041 INFO:teuthology.orchestra.run.smithi044.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-15T21:52:17.046 INFO:teuthology.orchestra.run.smithi044.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-15T21:52:17.090 INFO:teuthology.orchestra.run.smithi044.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-15T21:52:17.095 INFO:teuthology.orchestra.run.smithi044.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-15T21:52:17.236 INFO:teuthology.orchestra.run.smithi044.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-15T21:52:17.236 INFO:teuthology.orchestra.run.smithi044.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-15T21:52:17.236 INFO:teuthology.orchestra.run.smithi044.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-15T21:52:17.247 INFO:teuthology.orchestra.run.smithi044.stderr:done 2024-04-15T21:52:17.249 DEBUG:teuthology.orchestra.run.smithi044:> sudo shutdown -r now 2024-04-15T21:52:47.002 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-15T21:52:47.003 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-04-15T21:52:47.004 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:52:47.252 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-15T21:52:47.252 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi044.front.sepia.ceph.com' 2024-04-15T21:52:47.253 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi044.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:53:05.567 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.183 2024-04-15T21:53:05.822 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.44 2024-04-15T21:53:14.570 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-04-15T21:53:14.571 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:53:14.824 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi044.front.sepia.ceph.com' 2024-04-15T21:53:14.824 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi044.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:53:17.630 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.183 2024-04-15T21:53:29.636 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-04-15T21:53:29.637 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:54:01.722 DEBUG:teuthology.orchestra.run.smithi183:> true 2024-04-15T21:54:02.480 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-04-15T21:54:02.480 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-102-generic"... 2024-04-15T21:54:02.481 DEBUG:teuthology.orchestra.run.smithi183:> uname -r 2024-04-15T21:54:02.527 INFO:teuthology.orchestra.run.smithi183.stdout:5.15.0-102-generic 2024-04-15T21:54:02.527 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-102-generic vs 5.15.0-102-generic 2024-04-15T21:54:02.527 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T21:54:02.528 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-15T21:54:03.528 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-15T21:54:03.528 DEBUG:teuthology.orchestra.run.smithi183:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T21:54:03.611 INFO:teuthology.orchestra.run.smithi183.stdout:ttyS1 2024-04-15T21:54:03.637 DEBUG:teuthology.parallel:result is None 2024-04-15T21:54:14.827 DEBUG:teuthology.orchestra.remote:timed out 2024-04-15T21:54:26.828 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi044.front.sepia.ceph.com' 2024-04-15T21:54:26.829 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi044.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:54:27.048 DEBUG:teuthology.orchestra.run.smithi044:> true 2024-04-15T21:54:27.683 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi044.front.sepia.ceph.com' 2024-04-15T21:54:27.684 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-102-generic"... 2024-04-15T21:54:27.684 DEBUG:teuthology.orchestra.run.smithi044:> uname -r 2024-04-15T21:54:27.732 INFO:teuthology.orchestra.run.smithi044.stdout:5.15.0-102-generic 2024-04-15T21:54:27.732 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-102-generic vs 5.15.0-102-generic 2024-04-15T21:54:27.732 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T21:54:27.732 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-15T21:54:28.733 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-15T21:54:28.733 DEBUG:teuthology.orchestra.run.smithi044:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T21:54:28.813 INFO:teuthology.orchestra.run.smithi044.stdout:ttyS1 2024-04-15T21:54:28.841 DEBUG:teuthology.parallel:result is None 2024-04-15T21:54:28.842 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-15T21:54:28.849 INFO:teuthology.task.internal:Creating test directory... 2024-04-15T21:54:28.849 DEBUG:teuthology.orchestra.run.smithi044:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T21:54:28.852 DEBUG:teuthology.orchestra.run.smithi183:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T21:54:28.858 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-15T21:54:28.884 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-15T21:54:28.917 INFO:teuthology.task.internal:Creating archive directory... 2024-04-15T21:54:28.917 DEBUG:teuthology.orchestra.run.smithi044:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T21:54:28.920 DEBUG:teuthology.orchestra.run.smithi183:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T21:54:29.013 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-15T21:54:29.020 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-15T21:54:29.020 DEBUG:teuthology.orchestra.run.smithi044:> 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-15T21:54:29.022 DEBUG:teuthology.orchestra.run.smithi183:> 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-15T21:54:29.044 INFO:teuthology.orchestra.run.smithi044.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T21:54:29.047 INFO:teuthology.orchestra.run.smithi183.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T21:54:29.052 INFO:teuthology.orchestra.run.smithi044.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T21:54:29.055 INFO:teuthology.orchestra.run.smithi183.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T21:54:29.056 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-15T21:54:29.063 INFO:teuthology.task.internal:Configuring sudo... 2024-04-15T21:54:29.063 DEBUG:teuthology.orchestra.run.smithi044:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T21:54:29.097 DEBUG:teuthology.orchestra.run.smithi183:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T21:54:29.111 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-15T21:54:29.120 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-15T21:54:29.120 DEBUG:teuthology.orchestra.run.smithi044:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T21:54:29.153 DEBUG:teuthology.orchestra.run.smithi183:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T21:54:29.159 DEBUG:teuthology.orchestra.run.smithi044:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T21:54:29.204 DEBUG:teuthology.orchestra.run.smithi044:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T21:54:29.252 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2024-04-15T21:54:29.252 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T21:54:29.316 DEBUG:teuthology.orchestra.run.smithi183:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T21:54:29.322 DEBUG:teuthology.orchestra.run.smithi183:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T21:54:29.372 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-04-15T21:54:29.372 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T21:54:29.432 DEBUG:teuthology.orchestra.run.smithi044:> sudo service rsyslog restart 2024-04-15T21:54:29.434 DEBUG:teuthology.orchestra.run.smithi183:> sudo service rsyslog restart 2024-04-15T21:54:29.512 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-15T21:54:29.519 INFO:teuthology.task.internal:Starting timer... 2024-04-15T21:54:29.519 INFO:teuthology.run_tasks:Running task pcp... 2024-04-15T21:54:29.580 INFO:teuthology.run_tasks:Running task selinux... 2024-04-15T21:54:29.635 DEBUG:teuthology.task.selinux:Excluding smithi044: OS 'ubuntu' does not support SELinux 2024-04-15T21:54:29.635 DEBUG:teuthology.task.selinux:Excluding smithi183: OS 'ubuntu' does not support SELinux 2024-04-15T21:54:29.635 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-15T21:54:29.635 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-04-15T21:54:29.635 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-15T21:54:29.636 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-15T21:54:29.687 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-04-15T21:54:29.692 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-04-15T21:54:29.818 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-15T21:54:29.834 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-15T21:54:29.835 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi044.front.sepia.ceph.com,smithi183.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-15T22:01:37.988 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi044.front.sepia.ceph.com'), Remote(name='ubuntu@smithi183.front.sepia.ceph.com')] 2024-04-15T22:01:37.989 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi044.front.sepia.ceph.com' 2024-04-15T22:01:37.990 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi044.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T22:01:38.075 DEBUG:teuthology.orchestra.run.smithi044:> true 2024-04-15T22:01:38.154 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi044.front.sepia.ceph.com' 2024-04-15T22:01:38.155 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-04-15T22:01:38.155 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T22:01:38.234 DEBUG:teuthology.orchestra.run.smithi183:> true 2024-04-15T22:01:38.314 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-04-15T22:01:38.314 INFO:teuthology.run_tasks:Running task clock... 2024-04-15T22:01:38.325 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-15T22:01:38.325 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T22:01:38.326 DEBUG:teuthology.orchestra.run.smithi044:> 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-15T22:01:38.328 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T22:01:38.328 DEBUG:teuthology.orchestra.run.smithi183:> 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-15T22:01:38.358 INFO:teuthology.orchestra.run.smithi044.stdout:15 Apr 22:01:38 ntpd[17140]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-15T22:01:38.359 INFO:teuthology.orchestra.run.smithi044.stdout:15 Apr 22:01:38 ntpd[17140]: Command line: ntpd -gq 2024-04-15T22:01:38.359 INFO:teuthology.orchestra.run.smithi044.stdout:15 Apr 22:01:38 ntpd[17140]: ---------------------------------------------------- 2024-04-15T22:01:38.359 INFO:teuthology.orchestra.run.smithi044.stdout:15 Apr 22:01:38 ntpd[17140]: ntp-4 is maintained by Network Time Foundation, 2024-04-15T22:01:38.359 INFO:teuthology.orchestra.run.smithi044.stdout:15 Apr 22:01:38 ntpd[17140]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-15T22:01:38.359 INFO:teuthology.orchestra.run.smithi044.stdout:15 Apr 22:01:38 ntpd[17140]: corporation. Support and training for ntp-4 are 2024-04-15T22:01:38.359 INFO:teuthology.orchestra.run.smithi044.stdout:15 Apr 22:01:38 ntpd[17140]: available at https://www.nwtime.org/support 2024-04-15T22:01:38.359 INFO:teuthology.orchestra.run.smithi044.stdout:15 Apr 22:01:38 ntpd[17140]: ---------------------------------------------------- 2024-04-15T22:01:38.360 INFO:teuthology.orchestra.run.smithi044.stdout:15 Apr 22:01:38 ntpd[17140]: proto: precision = 0.070 usec (-24) 2024-04-15T22:01:38.360 INFO:teuthology.orchestra.run.smithi044.stdout:15 Apr 22:01:38 ntpd[17140]: basedate set to 2022-02-04 2024-04-15T22:01:38.360 INFO:teuthology.orchestra.run.smithi044.stdout:15 Apr 22:01:38 ntpd[17140]: gps base set to 2022-02-06 (week 2196) 2024-04-15T22:01:38.360 INFO:teuthology.orchestra.run.smithi044.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-15T22:01:38.361 INFO:teuthology.orchestra.run.smithi044.stdout:15 Apr 22:01:38 ntpd[17140]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-15T22:01:38.361 INFO:teuthology.orchestra.run.smithi044.stdout:15 Apr 22:01:38 ntpd[17140]: restrict ::: KOD does nothing without LIMITED. 2024-04-15T22:01:38.361 INFO:teuthology.orchestra.run.smithi044.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-15T22:01:38.362 INFO:teuthology.orchestra.run.smithi044.stdout:15 Apr 22:01:38 ntpd[17140]: Listen and drop on 0 v6wildcard [::]:123 2024-04-15T22:01:38.362 INFO:teuthology.orchestra.run.smithi044.stdout:15 Apr 22:01:38 ntpd[17140]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-15T22:01:38.362 INFO:teuthology.orchestra.run.smithi044.stdout:15 Apr 22:01:38 ntpd[17140]: Listen normally on 2 lo 127.0.0.1:123 2024-04-15T22:01:38.362 INFO:teuthology.orchestra.run.smithi044.stdout:15 Apr 22:01:38 ntpd[17140]: Listen normally on 3 ens1f0 172.21.15.44:123 2024-04-15T22:01:38.362 INFO:teuthology.orchestra.run.smithi044.stdout:15 Apr 22:01:38 ntpd[17140]: Listen normally on 4 lo [::1]:123 2024-04-15T22:01:38.362 INFO:teuthology.orchestra.run.smithi044.stdout:15 Apr 22:01:38 ntpd[17140]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:1572%4]:123 2024-04-15T22:01:38.362 INFO:teuthology.orchestra.run.smithi044.stdout:15 Apr 22:01:38 ntpd[17140]: Listening on routing socket on fd #22 for interface updates 2024-04-15T22:01:38.383 INFO:teuthology.orchestra.run.smithi183.stdout:15 Apr 22:01:38 ntpd[17163]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-15T22:01:38.383 INFO:teuthology.orchestra.run.smithi183.stdout:15 Apr 22:01:38 ntpd[17163]: Command line: ntpd -gq 2024-04-15T22:01:38.383 INFO:teuthology.orchestra.run.smithi183.stdout:15 Apr 22:01:38 ntpd[17163]: ---------------------------------------------------- 2024-04-15T22:01:38.383 INFO:teuthology.orchestra.run.smithi183.stdout:15 Apr 22:01:38 ntpd[17163]: ntp-4 is maintained by Network Time Foundation, 2024-04-15T22:01:38.383 INFO:teuthology.orchestra.run.smithi183.stdout:15 Apr 22:01:38 ntpd[17163]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-15T22:01:38.383 INFO:teuthology.orchestra.run.smithi183.stdout:15 Apr 22:01:38 ntpd[17163]: corporation. Support and training for ntp-4 are 2024-04-15T22:01:38.383 INFO:teuthology.orchestra.run.smithi183.stdout:15 Apr 22:01:38 ntpd[17163]: available at https://www.nwtime.org/support 2024-04-15T22:01:38.383 INFO:teuthology.orchestra.run.smithi183.stdout:15 Apr 22:01:38 ntpd[17163]: ---------------------------------------------------- 2024-04-15T22:01:38.384 INFO:teuthology.orchestra.run.smithi183.stdout:15 Apr 22:01:38 ntpd[17163]: proto: precision = 0.044 usec (-24) 2024-04-15T22:01:38.384 INFO:teuthology.orchestra.run.smithi183.stdout:15 Apr 22:01:38 ntpd[17163]: basedate set to 2022-02-04 2024-04-15T22:01:38.384 INFO:teuthology.orchestra.run.smithi183.stdout:15 Apr 22:01:38 ntpd[17163]: gps base set to 2022-02-06 (week 2196) 2024-04-15T22:01:38.384 INFO:teuthology.orchestra.run.smithi183.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-15T22:01:38.385 INFO:teuthology.orchestra.run.smithi183.stdout:15 Apr 22:01:38 ntpd[17163]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-15T22:01:38.385 INFO:teuthology.orchestra.run.smithi183.stdout:15 Apr 22:01:38 ntpd[17163]: restrict ::: KOD does nothing without LIMITED. 2024-04-15T22:01:38.385 INFO:teuthology.orchestra.run.smithi183.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-15T22:01:38.386 INFO:teuthology.orchestra.run.smithi183.stdout:15 Apr 22:01:38 ntpd[17163]: Listen and drop on 0 v6wildcard [::]:123 2024-04-15T22:01:38.386 INFO:teuthology.orchestra.run.smithi183.stdout:15 Apr 22:01:38 ntpd[17163]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-15T22:01:38.386 INFO:teuthology.orchestra.run.smithi183.stdout:15 Apr 22:01:38 ntpd[17163]: Listen normally on 2 lo 127.0.0.1:123 2024-04-15T22:01:38.386 INFO:teuthology.orchestra.run.smithi183.stdout:15 Apr 22:01:38 ntpd[17163]: Listen normally on 3 enp3s0f1 172.21.15.183:123 2024-04-15T22:01:38.386 INFO:teuthology.orchestra.run.smithi183.stdout:15 Apr 22:01:38 ntpd[17163]: Listen normally on 4 lo [::1]:123 2024-04-15T22:01:38.386 INFO:teuthology.orchestra.run.smithi183.stdout:15 Apr 22:01:38 ntpd[17163]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:8085%5]:123 2024-04-15T22:01:38.386 INFO:teuthology.orchestra.run.smithi183.stdout:15 Apr 22:01:38 ntpd[17163]: Listening on routing socket on fd #22 for interface updates 2024-04-15T22:01:39.360 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:39 ntpd[17140]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:01:39.360 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:39 ntpd[17140]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:01:39.360 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:39 ntpd[17140]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:01:39.360 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:39 ntpd[17140]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:01:39.360 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:39 ntpd[17140]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:01:39.360 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:39 ntpd[17140]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:01:39.384 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:39 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:01:39.384 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:39 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:01:39.385 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:39 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:01:39.385 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:39 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:01:39.385 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:39 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:01:39.385 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:39 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:01:39.385 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:39 ntpd[17163]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:01:39.385 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:39 ntpd[17163]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:01:39.385 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:39 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:01:39.385 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:39 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:01:39.385 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:39 ntpd[17163]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:01:39.385 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:39 ntpd[17163]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:01:41.360 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:41 ntpd[17140]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:01:41.360 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:41 ntpd[17140]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:01:41.360 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:41 ntpd[17140]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:01:41.361 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:41 ntpd[17140]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:01:41.361 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:41 ntpd[17140]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:01:41.361 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:41 ntpd[17140]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:01:41.361 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:41 ntpd[17140]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:01:41.361 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:41 ntpd[17140]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:01:41.361 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:41 ntpd[17140]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:01:41.361 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:41 ntpd[17140]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:01:41.361 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:41 ntpd[17140]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:01:41.361 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:41 ntpd[17140]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:01:41.385 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:41 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:01:41.385 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:41 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:01:41.385 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:41 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:01:41.385 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:41 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:01:41.385 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:41 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:01:41.385 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:41 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:01:41.385 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:41 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:01:41.385 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:41 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:01:41.385 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:41 ntpd[17163]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:01:41.385 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:41 ntpd[17163]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:01:41.385 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:41 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:01:41.385 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:41 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:01:41.386 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:41 ntpd[17163]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:01:41.386 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:41 ntpd[17163]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:01:42.384 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:42 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:01:42.384 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:42 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:01:42.384 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:42 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:01:42.384 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:42 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:01:42.384 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:42 ntpd[17163]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:01:42.384 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:42 ntpd[17163]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:01:43.361 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:43 ntpd[17140]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:01:43.362 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:43 ntpd[17140]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:01:43.362 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:43 ntpd[17140]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:01:43.363 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:43 ntpd[17140]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:01:43.363 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:43 ntpd[17140]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:01:43.364 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:43 ntpd[17140]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:01:43.364 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:43 ntpd[17140]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:01:43.364 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:43 ntpd[17140]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:01:43.364 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:43 ntpd[17140]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:01:43.364 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:43 ntpd[17140]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:01:43.364 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:43 ntpd[17140]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:01:43.364 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:43 ntpd[17140]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:01:43.364 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:43 ntpd[17140]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:01:43.364 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:43 ntpd[17140]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:01:43.364 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:43 ntpd[17140]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:01:43.364 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:43 ntpd[17140]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:01:43.364 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:43 ntpd[17140]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:01:43.364 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:43 ntpd[17140]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:01:43.364 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:43 ntpd[17140]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:01:43.365 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:43 ntpd[17140]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:01:43.384 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:43 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:01:43.384 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:43 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:01:43.384 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:43 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:01:43.384 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:43 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:01:43.384 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:43 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:01:43.385 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:43 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:01:43.385 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:43 ntpd[17163]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:01:43.385 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:43 ntpd[17163]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:01:43.385 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:43 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:01:43.385 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:43 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:01:43.385 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:43 ntpd[17163]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:01:43.385 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:43 ntpd[17163]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:01:44.384 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:44 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:01:44.384 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:44 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:01:44.384 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:44 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:01:44.384 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:44 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:01:44.384 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:44 ntpd[17163]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:01:44.384 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:44 ntpd[17163]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:01:45.361 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:45 ntpd[17140]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:01:45.361 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:45 ntpd[17140]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:01:45.361 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:45 ntpd[17140]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:01:45.361 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:45 ntpd[17140]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:01:45.361 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:45 ntpd[17140]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:01:45.361 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:45 ntpd[17140]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:01:45.361 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:45 ntpd[17140]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:01:45.362 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:45 ntpd[17140]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:01:45.362 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:45 ntpd[17140]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:01:45.362 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:45 ntpd[17140]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:01:45.362 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:45 ntpd[17140]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:01:45.362 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:45 ntpd[17140]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:01:45.362 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:45 ntpd[17140]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:01:45.362 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:45 ntpd[17140]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:01:45.363 INFO:teuthology.orchestra.run.smithi044.stdout:15 Apr 22:01:45 ntpd[17140]: ntpd: time slew -0.001762 s 2024-04-15T22:01:45.363 INFO:teuthology.orchestra.run.smithi044.stdout:ntpd: time slew -0.001762s 2024-04-15T22:01:45.363 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:45 ntpd[17140]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-15T22:01:45.363 INFO:teuthology.orchestra.run.smithi044.stderr:15 Apr 22:01:45 ntpd[17140]: can't open /var/log/ntpstats/loopstats.20240415: Permission denied 2024-04-15T22:01:45.384 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:45 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:01:45.384 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:45 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:01:45.384 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:45 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:01:45.384 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:45 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:01:45.384 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:45 ntpd[17163]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:01:45.384 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:45 ntpd[17163]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:01:45.384 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:45 ntpd[17163]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:01:45.384 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:45 ntpd[17163]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:01:45.385 INFO:teuthology.orchestra.run.smithi183.stdout:15 Apr 22:01:45 ntpd[17163]: ntpd: time slew -0.001504 s 2024-04-15T22:01:45.385 INFO:teuthology.orchestra.run.smithi183.stdout:ntpd: time slew -0.001504s 2024-04-15T22:01:45.385 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:45 ntpd[17163]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-15T22:01:45.385 INFO:teuthology.orchestra.run.smithi183.stderr:15 Apr 22:01:45 ntpd[17163]: can't open /var/log/ntpstats/loopstats.20240415: Permission denied 2024-04-15T22:01:45.425 INFO:teuthology.orchestra.run.smithi044.stdout: remote refid st t when poll reach delay offset jitter 2024-04-15T22:01:45.425 INFO:teuthology.orchestra.run.smithi044.stdout:============================================================================== 2024-04-15T22:01:45.426 INFO:teuthology.orchestra.run.smithi044.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T22:01:45.426 INFO:teuthology.orchestra.run.smithi044.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T22:01:45.426 INFO:teuthology.orchestra.run.smithi044.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T22:01:45.426 INFO:teuthology.orchestra.run.smithi044.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T22:01:45.442 INFO:teuthology.orchestra.run.smithi183.stdout: remote refid st t when poll reach delay offset jitter 2024-04-15T22:01:45.442 INFO:teuthology.orchestra.run.smithi183.stdout:============================================================================== 2024-04-15T22:01:45.442 INFO:teuthology.orchestra.run.smithi183.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T22:01:45.443 INFO:teuthology.orchestra.run.smithi183.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T22:01:45.443 INFO:teuthology.orchestra.run.smithi183.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T22:01:45.443 INFO:teuthology.orchestra.run.smithi183.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T22:01:45.443 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-04-15T22:01:45.454 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-04-15T22:01:45.454 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2024-04-15T22:01:45.454 DEBUG:teuthology.orchestra.run.smithi044:> dd if=/scratch_devs of=/dev/stdout 2024-04-15T22:01:45.473 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-15T22:01:45.474 DEBUG:teuthology.orchestra.run.smithi044:> stat /dev/vg_nvme/lv_1 2024-04-15T22:01:45.521 INFO:teuthology.orchestra.run.smithi044.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-15T22:01:45.521 INFO:teuthology.orchestra.run.smithi044.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T22:01:45.522 INFO:teuthology.orchestra.run.smithi044.stdout:Device: 5h/5d Inode: 876 Links: 1 2024-04-15T22:01:45.522 INFO:teuthology.orchestra.run.smithi044.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T22:01:45.522 INFO:teuthology.orchestra.run.smithi044.stdout:Access: 2024-04-15 21:58:20.771970873 +0000 2024-04-15T22:01:45.522 INFO:teuthology.orchestra.run.smithi044.stdout:Modify: 2024-04-15 21:58:20.503973267 +0000 2024-04-15T22:01:45.522 INFO:teuthology.orchestra.run.smithi044.stdout:Change: 2024-04-15 21:58:20.503973267 +0000 2024-04-15T22:01:45.522 INFO:teuthology.orchestra.run.smithi044.stdout: Birth: - 2024-04-15T22:01:45.522 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-15T22:01:45.578 INFO:teuthology.orchestra.run.smithi044.stderr:1+0 records in 2024-04-15T22:01:45.578 INFO:teuthology.orchestra.run.smithi044.stderr:1+0 records out 2024-04-15T22:01:45.578 INFO:teuthology.orchestra.run.smithi044.stderr:512 bytes copied, 0.000405568 s, 1.3 MB/s 2024-04-15T22:01:45.579 DEBUG:teuthology.orchestra.run.smithi044:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-15T22:01:45.627 DEBUG:teuthology.orchestra.run.smithi044:> stat /dev/vg_nvme/lv_2 2024-04-15T22:01:45.673 INFO:teuthology.orchestra.run.smithi044.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-15T22:01:45.673 INFO:teuthology.orchestra.run.smithi044.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T22:01:45.673 INFO:teuthology.orchestra.run.smithi044.stdout:Device: 5h/5d Inode: 889 Links: 1 2024-04-15T22:01:45.673 INFO:teuthology.orchestra.run.smithi044.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T22:01:45.673 INFO:teuthology.orchestra.run.smithi044.stdout:Access: 2024-04-15 21:58:21.299966158 +0000 2024-04-15T22:01:45.673 INFO:teuthology.orchestra.run.smithi044.stdout:Modify: 2024-04-15 21:58:21.027968587 +0000 2024-04-15T22:01:45.673 INFO:teuthology.orchestra.run.smithi044.stdout:Change: 2024-04-15 21:58:21.027968587 +0000 2024-04-15T22:01:45.673 INFO:teuthology.orchestra.run.smithi044.stdout: Birth: - 2024-04-15T22:01:45.674 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-15T22:01:45.729 INFO:teuthology.orchestra.run.smithi044.stderr:1+0 records in 2024-04-15T22:01:45.729 INFO:teuthology.orchestra.run.smithi044.stderr:1+0 records out 2024-04-15T22:01:45.729 INFO:teuthology.orchestra.run.smithi044.stderr:512 bytes copied, 0.000306812 s, 1.7 MB/s 2024-04-15T22:01:45.729 DEBUG:teuthology.orchestra.run.smithi044:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-15T22:01:45.779 DEBUG:teuthology.orchestra.run.smithi044:> stat /dev/vg_nvme/lv_3 2024-04-15T22:01:45.825 INFO:teuthology.orchestra.run.smithi044.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-15T22:01:45.826 INFO:teuthology.orchestra.run.smithi044.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T22:01:45.826 INFO:teuthology.orchestra.run.smithi044.stdout:Device: 5h/5d Inode: 908 Links: 1 2024-04-15T22:01:45.826 INFO:teuthology.orchestra.run.smithi044.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T22:01:45.826 INFO:teuthology.orchestra.run.smithi044.stdout:Access: 2024-04-15 21:58:21.763962012 +0000 2024-04-15T22:01:45.826 INFO:teuthology.orchestra.run.smithi044.stdout:Modify: 2024-04-15 21:58:21.519964193 +0000 2024-04-15T22:01:45.826 INFO:teuthology.orchestra.run.smithi044.stdout:Change: 2024-04-15 21:58:21.519964193 +0000 2024-04-15T22:01:45.826 INFO:teuthology.orchestra.run.smithi044.stdout: Birth: - 2024-04-15T22:01:45.826 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-15T22:01:45.880 INFO:teuthology.orchestra.run.smithi044.stderr:1+0 records in 2024-04-15T22:01:45.881 INFO:teuthology.orchestra.run.smithi044.stderr:1+0 records out 2024-04-15T22:01:45.881 INFO:teuthology.orchestra.run.smithi044.stderr:512 bytes copied, 0.00041397 s, 1.2 MB/s 2024-04-15T22:01:45.882 DEBUG:teuthology.orchestra.run.smithi044:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-15T22:01:45.931 DEBUG:teuthology.orchestra.run.smithi044:> stat /dev/vg_nvme/lv_4 2024-04-15T22:01:45.977 INFO:teuthology.orchestra.run.smithi044.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-15T22:01:45.978 INFO:teuthology.orchestra.run.smithi044.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T22:01:45.978 INFO:teuthology.orchestra.run.smithi044.stdout:Device: 5h/5d Inode: 925 Links: 1 2024-04-15T22:01:45.978 INFO:teuthology.orchestra.run.smithi044.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T22:01:45.978 INFO:teuthology.orchestra.run.smithi044.stdout:Access: 2024-04-15 21:58:21.979960084 +0000 2024-04-15T22:01:45.978 INFO:teuthology.orchestra.run.smithi044.stdout:Modify: 2024-04-15 21:58:21.975960120 +0000 2024-04-15T22:01:45.978 INFO:teuthology.orchestra.run.smithi044.stdout:Change: 2024-04-15 21:58:21.975960120 +0000 2024-04-15T22:01:45.978 INFO:teuthology.orchestra.run.smithi044.stdout: Birth: - 2024-04-15T22:01:45.978 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-15T22:01:46.033 INFO:teuthology.orchestra.run.smithi044.stderr:1+0 records in 2024-04-15T22:01:46.033 INFO:teuthology.orchestra.run.smithi044.stderr:1+0 records out 2024-04-15T22:01:46.033 INFO:teuthology.orchestra.run.smithi044.stderr:512 bytes copied, 0.000285144 s, 1.8 MB/s 2024-04-15T22:01:46.034 DEBUG:teuthology.orchestra.run.smithi044:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-15T22:01:46.083 DEBUG:teuthology.orchestra.run.smithi044:> 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-15T22:01:46.214 INFO:teuthology.orchestra.run.smithi044.stdout:loop 2024-04-15T22:01:46.215 INFO:tasks.nvme_loop:Connecting nvme_loop smithi044:/dev/vg_nvme/lv_1... 2024-04-15T22:01:46.215 DEBUG:teuthology.orchestra.run.smithi044:> 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-15T22:01:46.233 INFO:teuthology.orchestra.run.smithi044.stdout:1 2024-04-15T22:01:46.256 INFO:teuthology.orchestra.run.smithi044.stdout:/dev/vg_nvme/lv_11 2024-04-15T22:01:46.273 INFO:tasks.nvme_loop:Connecting nvme_loop smithi044:/dev/vg_nvme/lv_2... 2024-04-15T22:01:46.273 DEBUG:teuthology.orchestra.run.smithi044:> 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-15T22:01:46.334 INFO:teuthology.orchestra.run.smithi044.stdout:1 2024-04-15T22:01:46.356 INFO:teuthology.orchestra.run.smithi044.stdout:/dev/vg_nvme/lv_21 2024-04-15T22:01:46.374 INFO:tasks.nvme_loop:Connecting nvme_loop smithi044:/dev/vg_nvme/lv_3... 2024-04-15T22:01:46.374 DEBUG:teuthology.orchestra.run.smithi044:> 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-15T22:01:46.440 INFO:teuthology.orchestra.run.smithi044.stdout:1 2024-04-15T22:01:46.463 INFO:teuthology.orchestra.run.smithi044.stdout:/dev/vg_nvme/lv_31 2024-04-15T22:01:46.483 INFO:tasks.nvme_loop:Connecting nvme_loop smithi044:/dev/vg_nvme/lv_4... 2024-04-15T22:01:46.483 DEBUG:teuthology.orchestra.run.smithi044:> 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-15T22:01:46.544 INFO:teuthology.orchestra.run.smithi044.stdout:1 2024-04-15T22:01:46.570 INFO:teuthology.orchestra.run.smithi044.stdout:/dev/vg_nvme/lv_41 2024-04-15T22:01:46.588 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2024-04-15T22:01:46.588 DEBUG:teuthology.orchestra.run.smithi044:> dd if=/scratch_devs of=/dev/stdout 2024-04-15T22:01:46.634 DEBUG:teuthology.orchestra.run.smithi044:> sudo nvme list 2024-04-15T22:01:46.692 INFO:teuthology.orchestra.run.smithi044.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-15T22:01:46.692 INFO:teuthology.orchestra.run.smithi044.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-15T22:01:46.692 INFO:teuthology.orchestra.run.smithi044.stdout:/dev/nvme0n1 CVFT5331001K400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-04-15T22:01:46.692 INFO:teuthology.orchestra.run.smithi044.stdout:/dev/nvme1n1 d1b682ceb2fc10c874fa Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-15T22:01:46.692 INFO:teuthology.orchestra.run.smithi044.stdout:/dev/nvme2n1 e7121a137fa03391ebb8 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-15T22:01:46.692 INFO:teuthology.orchestra.run.smithi044.stdout:/dev/nvme3n1 eda0b761b86b77f74f41 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-15T22:01:46.692 INFO:teuthology.orchestra.run.smithi044.stdout:/dev/nvme4n1 cd0f8d4a9654e0849380 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-15T22:01:46.693 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-15T22:01:46.693 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2024-04-15T22:01:46.693 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd of=/scratch_devs 2024-04-15T22:01:46.749 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-04-15T22:01:46.749 DEBUG:teuthology.orchestra.run.smithi183:> dd if=/scratch_devs of=/dev/stdout 2024-04-15T22:01:46.755 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-15T22:01:46.756 DEBUG:teuthology.orchestra.run.smithi183:> stat /dev/vg_nvme/lv_1 2024-04-15T22:01:46.802 INFO:teuthology.orchestra.run.smithi183.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-15T22:01:46.802 INFO:teuthology.orchestra.run.smithi183.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T22:01:46.802 INFO:teuthology.orchestra.run.smithi183.stdout:Device: 5h/5d Inode: 873 Links: 1 2024-04-15T22:01:46.802 INFO:teuthology.orchestra.run.smithi183.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T22:01:46.802 INFO:teuthology.orchestra.run.smithi183.stdout:Access: 2024-04-15 21:58:16.364753791 +0000 2024-04-15T22:01:46.803 INFO:teuthology.orchestra.run.smithi183.stdout:Modify: 2024-04-15 21:58:16.140755792 +0000 2024-04-15T22:01:46.803 INFO:teuthology.orchestra.run.smithi183.stdout:Change: 2024-04-15 21:58:16.140755792 +0000 2024-04-15T22:01:46.803 INFO:teuthology.orchestra.run.smithi183.stdout: Birth: - 2024-04-15T22:01:46.803 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-15T22:01:46.856 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records in 2024-04-15T22:01:46.856 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records out 2024-04-15T22:01:46.856 INFO:teuthology.orchestra.run.smithi183.stderr:512 bytes copied, 0.000441379 s, 1.2 MB/s 2024-04-15T22:01:46.857 DEBUG:teuthology.orchestra.run.smithi183:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-15T22:01:46.906 DEBUG:teuthology.orchestra.run.smithi183:> stat /dev/vg_nvme/lv_2 2024-04-15T22:01:46.957 INFO:teuthology.orchestra.run.smithi183.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-15T22:01:46.957 INFO:teuthology.orchestra.run.smithi183.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T22:01:46.958 INFO:teuthology.orchestra.run.smithi183.stdout:Device: 5h/5d Inode: 888 Links: 1 2024-04-15T22:01:46.958 INFO:teuthology.orchestra.run.smithi183.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T22:01:46.958 INFO:teuthology.orchestra.run.smithi183.stdout:Access: 2024-04-15 21:58:16.900749003 +0000 2024-04-15T22:01:46.958 INFO:teuthology.orchestra.run.smithi183.stdout:Modify: 2024-04-15 21:58:16.616751541 +0000 2024-04-15T22:01:46.958 INFO:teuthology.orchestra.run.smithi183.stdout:Change: 2024-04-15 21:58:16.616751541 +0000 2024-04-15T22:01:46.958 INFO:teuthology.orchestra.run.smithi183.stdout: Birth: - 2024-04-15T22:01:46.958 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-15T22:01:47.011 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records in 2024-04-15T22:01:47.011 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records out 2024-04-15T22:01:47.012 INFO:teuthology.orchestra.run.smithi183.stderr:512 bytes copied, 0.000405544 s, 1.3 MB/s 2024-04-15T22:01:47.013 DEBUG:teuthology.orchestra.run.smithi183:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-15T22:01:47.063 DEBUG:teuthology.orchestra.run.smithi183:> stat /dev/vg_nvme/lv_3 2024-04-15T22:01:47.109 INFO:teuthology.orchestra.run.smithi183.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-15T22:01:47.110 INFO:teuthology.orchestra.run.smithi183.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T22:01:47.110 INFO:teuthology.orchestra.run.smithi183.stdout:Device: 5h/5d Inode: 910 Links: 1 2024-04-15T22:01:47.110 INFO:teuthology.orchestra.run.smithi183.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T22:01:47.110 INFO:teuthology.orchestra.run.smithi183.stdout:Access: 2024-04-15 21:58:17.360744895 +0000 2024-04-15T22:01:47.110 INFO:teuthology.orchestra.run.smithi183.stdout:Modify: 2024-04-15 21:58:17.108747145 +0000 2024-04-15T22:01:47.110 INFO:teuthology.orchestra.run.smithi183.stdout:Change: 2024-04-15 21:58:17.108747145 +0000 2024-04-15T22:01:47.110 INFO:teuthology.orchestra.run.smithi183.stdout: Birth: - 2024-04-15T22:01:47.110 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-15T22:01:47.163 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records in 2024-04-15T22:01:47.163 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records out 2024-04-15T22:01:47.164 INFO:teuthology.orchestra.run.smithi183.stderr:512 bytes copied, 0.000406296 s, 1.3 MB/s 2024-04-15T22:01:47.165 DEBUG:teuthology.orchestra.run.smithi183:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-15T22:01:47.215 DEBUG:teuthology.orchestra.run.smithi183:> stat /dev/vg_nvme/lv_4 2024-04-15T22:01:47.261 INFO:teuthology.orchestra.run.smithi183.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-15T22:01:47.262 INFO:teuthology.orchestra.run.smithi183.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T22:01:47.262 INFO:teuthology.orchestra.run.smithi183.stdout:Device: 5h/5d Inode: 921 Links: 1 2024-04-15T22:01:47.262 INFO:teuthology.orchestra.run.smithi183.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T22:01:47.262 INFO:teuthology.orchestra.run.smithi183.stdout:Access: 2024-04-15 21:58:17.592742822 +0000 2024-04-15T22:01:47.262 INFO:teuthology.orchestra.run.smithi183.stdout:Modify: 2024-04-15 21:58:17.588742858 +0000 2024-04-15T22:01:47.262 INFO:teuthology.orchestra.run.smithi183.stdout:Change: 2024-04-15 21:58:17.588742858 +0000 2024-04-15T22:01:47.262 INFO:teuthology.orchestra.run.smithi183.stdout: Birth: - 2024-04-15T22:01:47.262 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-15T22:01:47.315 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records in 2024-04-15T22:01:47.315 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records out 2024-04-15T22:01:47.315 INFO:teuthology.orchestra.run.smithi183.stderr:512 bytes copied, 0.000303375 s, 1.7 MB/s 2024-04-15T22:01:47.316 DEBUG:teuthology.orchestra.run.smithi183:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-15T22:01:47.367 DEBUG:teuthology.orchestra.run.smithi183:> 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-15T22:01:47.504 INFO:teuthology.orchestra.run.smithi183.stdout:loop 2024-04-15T22:01:47.505 INFO:tasks.nvme_loop:Connecting nvme_loop smithi183:/dev/vg_nvme/lv_1... 2024-04-15T22:01:47.505 DEBUG:teuthology.orchestra.run.smithi183:> 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-15T22:01:47.521 INFO:teuthology.orchestra.run.smithi183.stdout:1 2024-04-15T22:01:47.540 INFO:teuthology.orchestra.run.smithi183.stdout:/dev/vg_nvme/lv_11 2024-04-15T22:01:47.556 INFO:tasks.nvme_loop:Connecting nvme_loop smithi183:/dev/vg_nvme/lv_2... 2024-04-15T22:01:47.556 DEBUG:teuthology.orchestra.run.smithi183:> 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-15T22:01:47.617 INFO:teuthology.orchestra.run.smithi183.stdout:1 2024-04-15T22:01:47.640 INFO:teuthology.orchestra.run.smithi183.stdout:/dev/vg_nvme/lv_21 2024-04-15T22:01:47.657 INFO:tasks.nvme_loop:Connecting nvme_loop smithi183:/dev/vg_nvme/lv_3... 2024-04-15T22:01:47.657 DEBUG:teuthology.orchestra.run.smithi183:> 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-15T22:01:47.718 INFO:teuthology.orchestra.run.smithi183.stdout:1 2024-04-15T22:01:47.740 INFO:teuthology.orchestra.run.smithi183.stdout:/dev/vg_nvme/lv_31 2024-04-15T22:01:47.756 INFO:tasks.nvme_loop:Connecting nvme_loop smithi183:/dev/vg_nvme/lv_4... 2024-04-15T22:01:47.757 DEBUG:teuthology.orchestra.run.smithi183:> 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-15T22:01:47.813 INFO:teuthology.orchestra.run.smithi183.stdout:1 2024-04-15T22:01:47.832 INFO:teuthology.orchestra.run.smithi183.stdout:/dev/vg_nvme/lv_41 2024-04-15T22:01:47.849 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-04-15T22:01:47.849 DEBUG:teuthology.orchestra.run.smithi183:> dd if=/scratch_devs of=/dev/stdout 2024-04-15T22:01:47.898 DEBUG:teuthology.orchestra.run.smithi183:> sudo nvme list 2024-04-15T22:01:47.952 INFO:teuthology.orchestra.run.smithi183.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-15T22:01:47.952 INFO:teuthology.orchestra.run.smithi183.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-15T22:01:47.952 INFO:teuthology.orchestra.run.smithi183.stdout:/dev/nvme0n1 PHFT620500QJ400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-04-15T22:01:47.952 INFO:teuthology.orchestra.run.smithi183.stdout:/dev/nvme1n1 813942130604ec0241fe Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-15T22:01:47.952 INFO:teuthology.orchestra.run.smithi183.stdout:/dev/nvme2n1 671ff647bf95121e875a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-15T22:01:47.952 INFO:teuthology.orchestra.run.smithi183.stdout:/dev/nvme3n1 3843583942bf29ad26b0 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-15T22:01:47.952 INFO:teuthology.orchestra.run.smithi183.stdout:/dev/nvme4n1 e2749aeaa51a90def526 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-15T22:01:47.953 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-15T22:01:47.953 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-04-15T22:01:47.953 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/scratch_devs 2024-04-15T22:01:48.011 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-15T22:01:48.116 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765'} 2024-04-15T22:01:48.117 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T22:01:48.117 INFO:tasks.cephadm:Cluster fsid is c17e9a66-fb73-11ee-bc8f-c7b262605968 2024-04-15T22:01:48.117 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-15T22:01:48.117 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-04-15T22:01:48.117 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi044': '172.21.15.44', 'mon.smithi183': '172.21.15.183'} 2024-04-15T22:01:48.118 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-15T22:01:48.118 DEBUG:teuthology.orchestra.run.smithi044:> sudo hostname $(hostname -s) 2024-04-15T22:01:48.133 DEBUG:teuthology.orchestra.run.smithi183:> sudo hostname $(hostname -s) 2024-04-15T22:01:48.147 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-15T22:01:48.147 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T22:01:48.290 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765', '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/54895/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2114-ga9a752df', 'node_name': '172.21.2.9+braggi09', '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-2114-ga9a752df-1jammy'}, 'url': 'https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-04-14 16:20:13.371699', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-04-15T22:01:48.434 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref squid, sha1 a9a752df26c63acad72e1b3569fd79a515ca0765 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T22:01:48.436 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-04-15T22:01:48.436 DEBUG:teuthology.orchestra.run.smithi044:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-15T22:01:49.062 INFO:teuthology.orchestra.run.smithi044.stdout:-rw-rw-r-- 1 ubuntu ubuntu 775006 Apr 15 22:01 /home/ubuntu/cephtest/cephadm 2024-04-15T22:01:49.062 DEBUG:teuthology.orchestra.run.smithi183:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-15T22:01:49.681 INFO:teuthology.orchestra.run.smithi183.stdout:-rw-rw-r-- 1 ubuntu ubuntu 775006 Apr 15 22:01 /home/ubuntu/cephtest/cephadm 2024-04-15T22:01:49.681 DEBUG:teuthology.orchestra.run.smithi044:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T22:01:49.689 DEBUG:teuthology.orchestra.run.smithi183:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T22:01:49.707 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 on all hosts... 2024-04-15T22:01:49.708 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull 2024-04-15T22:01:49.732 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull 2024-04-15T22:01:49.898 INFO:teuthology.orchestra.run.smithi044.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T22:01:49.901 INFO:teuthology.orchestra.run.smithi183.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T22:01:50.135 INFO:teuthology.orchestra.run.smithi183.stderr:Non-zero exit code 1 from /usr/bin/docker pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T22:01:50.136 INFO:teuthology.orchestra.run.smithi183.stderr:/usr/bin/docker: stderr Error response from daemon: manifest for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 not found: manifest unknown: manifest unknown 2024-04-15T22:01:50.136 INFO:teuthology.orchestra.run.smithi183.stderr:ERROR: Failed command: /usr/bin/docker pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T22:01:50.139 INFO:teuthology.orchestra.run.smithi044.stderr:Non-zero exit code 1 from /usr/bin/docker pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T22:01:50.139 INFO:teuthology.orchestra.run.smithi044.stderr:/usr/bin/docker: stderr Error response from daemon: manifest for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 not found: manifest unknown: manifest unknown 2024-04-15T22:01:50.139 INFO:teuthology.orchestra.run.smithi044.stderr:ERROR: Failed command: /usr/bin/docker pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T22:01:50.165 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T22:01:50.165 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 484, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi044 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T22:01:50.166 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-15T22:01:50.168 DEBUG:teuthology.misc:Transferring archived files from smithi044:/var/lib/ceph/c17e9a66-fb73-11ee-bc8f-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657503/remote/smithi044/crash 2024-04-15T22:01:50.169 DEBUG:teuthology.orchestra.run.smithi044:> sudo tar c -f - -C /var/lib/ceph/c17e9a66-fb73-11ee-bc8f-c7b262605968/crash -- . 2024-04-15T22:01:50.179 INFO:teuthology.orchestra.run.smithi044.stderr:tar: /var/lib/ceph/c17e9a66-fb73-11ee-bc8f-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T22:01:50.179 INFO:teuthology.orchestra.run.smithi044.stderr:tar: Error is not recoverable: exiting now 2024-04-15T22:01:50.181 DEBUG:teuthology.misc:Transferring archived files from smithi183:/var/lib/ceph/c17e9a66-fb73-11ee-bc8f-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657503/remote/smithi183/crash 2024-04-15T22:01:50.182 DEBUG:teuthology.orchestra.run.smithi183:> sudo tar c -f - -C /var/lib/ceph/c17e9a66-fb73-11ee-bc8f-c7b262605968/crash -- . 2024-04-15T22:01:50.194 INFO:teuthology.orchestra.run.smithi183.stderr:tar: /var/lib/ceph/c17e9a66-fb73-11ee-bc8f-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T22:01:50.194 INFO:teuthology.orchestra.run.smithi183.stderr:tar: Error is not recoverable: exiting now 2024-04-15T22:01:50.195 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-15T22:01:50.195 DEBUG:teuthology.orchestra.run.smithi044:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/c17e9a66-fb73-11ee-bc8f-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-15T22:01:50.232 INFO:teuthology.orchestra.run.smithi044.stderr:grep: /var/log/ceph/c17e9a66-fb73-11ee-bc8f-c7b262605968/ceph.log: No such file or directory 2024-04-15T22:01:50.234 INFO:tasks.cephadm:Compressing logs... 2024-04-15T22:01:50.234 DEBUG:teuthology.orchestra.run.smithi044:> 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-15T22:01:50.284 DEBUG:teuthology.orchestra.run.smithi183:> 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-15T22:01:50.293 INFO:teuthology.orchestra.run.smithi044.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-15T22:01:50.296 INFO:teuthology.orchestra.run.smithi183.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-15T22:01:50.298 INFO:teuthology.orchestra.run.smithi044.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-15T22:01:50.299 INFO:teuthology.orchestra.run.smithi044.stderr:/var/log/ceph/cephadm.log: 69.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T22:01:50.300 INFO:teuthology.orchestra.run.smithi044.stderr: 2024-04-15T22:01:50.300 INFO:teuthology.orchestra.run.smithi044.stderr:real 0m0.015s 2024-04-15T22:01:50.300 INFO:teuthology.orchestra.run.smithi044.stderr:user 0m0.016s 2024-04-15T22:01:50.300 INFO:teuthology.orchestra.run.smithi044.stderr:sys 0m0.003s 2024-04-15T22:01:50.306 INFO:teuthology.orchestra.run.smithi183.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-15T22:01:50.307 INFO:teuthology.orchestra.run.smithi183.stderr:/var/log/ceph/cephadm.log: 69.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T22:01:50.308 INFO:teuthology.orchestra.run.smithi183.stderr: 2024-04-15T22:01:50.308 INFO:teuthology.orchestra.run.smithi183.stderr:real 0m0.020s 2024-04-15T22:01:50.309 INFO:teuthology.orchestra.run.smithi183.stderr:user 0m0.007s 2024-04-15T22:01:50.309 INFO:teuthology.orchestra.run.smithi183.stderr:sys 0m0.013s 2024-04-15T22:01:50.309 INFO:tasks.cephadm:Archiving logs... 2024-04-15T22:01:50.309 DEBUG:teuthology.misc:Transferring archived files from smithi044:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657503/remote/smithi044/log 2024-04-15T22:01:50.310 DEBUG:teuthology.orchestra.run.smithi044:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T22:01:50.355 DEBUG:teuthology.misc:Transferring archived files from smithi183:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657503/remote/smithi183/log 2024-04-15T22:01:50.356 DEBUG:teuthology.orchestra.run.smithi183:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T22:01:50.370 INFO:tasks.cephadm:Removing cluster... 2024-04-15T22:01:50.370 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c17e9a66-fb73-11ee-bc8f-c7b262605968 --force 2024-04-15T22:01:50.566 INFO:teuthology.orchestra.run.smithi044.stdout:Deleting cluster with fsid: c17e9a66-fb73-11ee-bc8f-c7b262605968 2024-04-15T22:01:51.690 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c17e9a66-fb73-11ee-bc8f-c7b262605968 --force 2024-04-15T22:01:51.852 INFO:teuthology.orchestra.run.smithi183.stdout:Deleting cluster with fsid: c17e9a66-fb73-11ee-bc8f-c7b262605968 2024-04-15T22:01:52.973 INFO:tasks.cephadm:Removing cephadm ... 2024-04-15T22:01:52.974 DEBUG:teuthology.orchestra.run.smithi044:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T22:01:52.980 DEBUG:teuthology.orchestra.run.smithi183:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T22:01:52.985 INFO:tasks.cephadm:Teardown complete 2024-04-15T22:01:52.985 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 1771, 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_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 1686, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 484, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi044 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T22:01:53.188 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=6e087d0bae994224bdef161222c259e7 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 1771, 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_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 1686, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 484, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi044 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T22:01:53.191 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-15T22:01:53.200 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-04-15T22:01:53.249 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi044:/dev/vg_nvme/lv_1... 2024-04-15T22:01:53.249 DEBUG:teuthology.orchestra.run.smithi044:> sudo nvme disconnect -n lv_1 2024-04-15T22:01:53.486 INFO:teuthology.orchestra.run.smithi044.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-15T22:01:53.488 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T22:01:53.489 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi044:/dev/vg_nvme/lv_2... 2024-04-15T22:01:53.489 DEBUG:teuthology.orchestra.run.smithi044:> sudo nvme disconnect -n lv_2 2024-04-15T22:01:53.747 INFO:teuthology.orchestra.run.smithi044.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-15T22:01:53.748 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T22:01:53.749 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi044:/dev/vg_nvme/lv_3... 2024-04-15T22:01:53.749 DEBUG:teuthology.orchestra.run.smithi044:> sudo nvme disconnect -n lv_3 2024-04-15T22:01:54.015 INFO:teuthology.orchestra.run.smithi044.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-15T22:01:54.016 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T22:01:54.017 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi044:/dev/vg_nvme/lv_4... 2024-04-15T22:01:54.017 DEBUG:teuthology.orchestra.run.smithi044:> sudo nvme disconnect -n lv_4 2024-04-15T22:01:54.283 INFO:teuthology.orchestra.run.smithi044.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-15T22:01:54.284 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T22:01:54.285 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2024-04-15T22:01:54.285 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd of=/scratch_devs 2024-04-15T22:01:54.298 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi183:/dev/vg_nvme/lv_1... 2024-04-15T22:01:54.298 DEBUG:teuthology.orchestra.run.smithi183:> sudo nvme disconnect -n lv_1 2024-04-15T22:01:54.534 INFO:teuthology.orchestra.run.smithi183.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-15T22:01:54.536 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T22:01:54.536 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi183:/dev/vg_nvme/lv_2... 2024-04-15T22:01:54.537 DEBUG:teuthology.orchestra.run.smithi183:> sudo nvme disconnect -n lv_2 2024-04-15T22:01:54.790 INFO:teuthology.orchestra.run.smithi183.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-15T22:01:54.791 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T22:01:54.792 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi183:/dev/vg_nvme/lv_3... 2024-04-15T22:01:54.792 DEBUG:teuthology.orchestra.run.smithi183:> sudo nvme disconnect -n lv_3 2024-04-15T22:01:55.046 INFO:teuthology.orchestra.run.smithi183.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-15T22:01:55.047 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T22:01:55.047 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi183:/dev/vg_nvme/lv_4... 2024-04-15T22:01:55.048 DEBUG:teuthology.orchestra.run.smithi183:> sudo nvme disconnect -n lv_4 2024-04-15T22:01:55.298 INFO:teuthology.orchestra.run.smithi183.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-15T22:01:55.299 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T22:01:55.300 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2024-04-15T22:01:55.300 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/scratch_devs 2024-04-15T22:01:55.314 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-15T22:01:55.323 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-15T22:01:55.323 DEBUG:teuthology.orchestra.run.smithi044:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T22:01:55.326 DEBUG:teuthology.orchestra.run.smithi183:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T22:01:55.338 INFO:teuthology.orchestra.run.smithi044.stdout: remote refid st t when poll reach delay offset jitter 2024-04-15T22:01:55.338 INFO:teuthology.orchestra.run.smithi044.stdout:============================================================================== 2024-04-15T22:01:55.338 INFO:teuthology.orchestra.run.smithi044.stdout: hv01.front.sepi 67.205.162.81 3 u 5 64 1 0.096 -0.025 0.000 2024-04-15T22:01:55.338 INFO:teuthology.orchestra.run.smithi044.stdout: hv02.front.sepi 63.231.80.2 3 u 9 64 1 0.083 -0.259 0.000 2024-04-15T22:01:55.338 INFO:teuthology.orchestra.run.smithi044.stdout: hv03.front.sepi 74.6.168.72 3 u 9 64 1 0.094 +0.257 0.000 2024-04-15T22:01:55.338 INFO:teuthology.orchestra.run.smithi044.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T22:01:55.372 INFO:teuthology.orchestra.run.smithi183.stdout: remote refid st t when poll reach delay offset jitter 2024-04-15T22:01:55.372 INFO:teuthology.orchestra.run.smithi183.stdout:============================================================================== 2024-04-15T22:01:55.373 INFO:teuthology.orchestra.run.smithi183.stdout: hv01.front.sepi 67.205.162.81 3 u 5 64 1 0.088 -1.938 0.000 2024-04-15T22:01:55.373 INFO:teuthology.orchestra.run.smithi183.stdout: hv02.front.sepi 63.231.80.2 3 u 8 64 1 0.085 -1.364 0.000 2024-04-15T22:01:55.373 INFO:teuthology.orchestra.run.smithi183.stdout: hv03.front.sepi 74.6.168.72 3 u 9 64 1 0.130 -1.317 0.000 2024-04-15T22:01:55.373 INFO:teuthology.orchestra.run.smithi183.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T22:01:55.373 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-15T22:01:55.382 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-15T22:01:55.383 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-15T22:01:55.436 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-15T22:01:55.478 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-15T22:01:55.501 INFO:teuthology.task.internal:Duration was 445.981666 seconds 2024-04-15T22:01:55.502 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-15T22:01:55.594 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-15T22:01:55.594 DEBUG:teuthology.orchestra.run.smithi044:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T22:01:55.600 DEBUG:teuthology.orchestra.run.smithi183:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T22:01:55.638 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-15T22:01:55.638 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi044.front.sepia.ceph.com 2024-04-15T22:01:55.638 DEBUG:teuthology.orchestra.run.smithi044:> 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-15T22:01:55.689 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi183.front.sepia.ceph.com 2024-04-15T22:01:55.689 DEBUG:teuthology.orchestra.run.smithi183:> 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-15T22:01:55.701 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-15T22:01:55.702 DEBUG:teuthology.orchestra.run.smithi044:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T22:01:55.733 DEBUG:teuthology.orchestra.run.smithi183:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T22:01:55.773 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-15T22:01:55.773 DEBUG:teuthology.orchestra.run.smithi044:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T22:01:55.799 DEBUG:teuthology.orchestra.run.smithi183:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T22:01:55.873 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-15T22:01:55.883 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-15T22:01:55.883 DEBUG:teuthology.orchestra.run.smithi044:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T22:01:55.894 DEBUG:teuthology.orchestra.run.smithi183:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T22:01:55.906 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-15T22:01:55.924 DEBUG:teuthology.orchestra.run.smithi044:> 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-15T22:01:55.940 DEBUG:teuthology.orchestra.run.smithi183:> 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-15T22:01:55.947 INFO:teuthology.orchestra.run.smithi044.stdout:kernel.core_pattern = core 2024-04-15T22:01:55.960 INFO:teuthology.orchestra.run.smithi183.stdout:kernel.core_pattern = core 2024-04-15T22:01:55.991 DEBUG:teuthology.orchestra.run.smithi044:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T22:01:56.013 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T22:01:56.014 DEBUG:teuthology.orchestra.run.smithi183:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T22:01:56.037 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T22:01:56.038 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-15T22:01:56.050 INFO:teuthology.task.internal:Transferring archived files... 2024-04-15T22:01:56.050 DEBUG:teuthology.misc:Transferring archived files from smithi044:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657503/remote/smithi044 2024-04-15T22:01:56.051 DEBUG:teuthology.orchestra.run.smithi044:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T22:01:56.082 DEBUG:teuthology.misc:Transferring archived files from smithi183:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657503/remote/smithi183 2024-04-15T22:01:56.083 DEBUG:teuthology.orchestra.run.smithi183:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T22:01:56.104 INFO:teuthology.task.internal:Removing archive directory... 2024-04-15T22:01:56.104 DEBUG:teuthology.orchestra.run.smithi044:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T22:01:56.120 DEBUG:teuthology.orchestra.run.smithi183:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T22:01:56.150 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-15T22:01:56.163 INFO:teuthology.task.internal:Not uploading archives. 2024-04-15T22:01:56.163 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-15T22:01:56.215 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-15T22:01:56.216 DEBUG:teuthology.orchestra.run.smithi044:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T22:01:56.218 DEBUG:teuthology.orchestra.run.smithi183:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T22:01:56.222 INFO:teuthology.orchestra.run.smithi044.stdout: 658625 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 22:01 /home/ubuntu/cephtest 2024-04-15T22:01:56.225 INFO:teuthology.orchestra.run.smithi183.stdout: 658640 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 22:01 /home/ubuntu/cephtest 2024-04-15T22:01:56.226 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-15T22:01:56.268 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-15T22:01:56.370 INFO:teuthology.nuke:Checking targets against current locks 2024-04-15T22:01:56.397 DEBUG:teuthology.nuke:shortname: smithi044 2024-04-15T22:01:56.397 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T22:01:56.422 DEBUG:teuthology.nuke:shortname: smithi183 2024-04-15T22:01:56.423 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T22:01:56.427 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi044.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657503', '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-15 21:45:50.072187', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCpdde/TaE7hCkO0HAbUy24UQUIaSVmFmz+B+QVnr7QCWmVOQiI5B3DTFi1yMrfzv435TMglOaEvXD+i8jVW83E='} 2024-04-15T22:01:56.449 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi183.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657503', '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-15 21:45:50.074117', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBlyN7MZ4TYon2zaf0OqvFz/F3oQK8T/4f7kSslra9Znygwjg+LfHcaKXxlMk6vKK0KSIwmXc7wG01NHF2EMbG4='} 2024-04-15T22:01:56.479 INFO:teuthology.orchestra.console.smithi044:Power off 2024-04-15T22:01:56.479 DEBUG:teuthology.orchestra.console.smithi044:pexpect command: ipmitool -H smithi044.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T22:01:56.502 DEBUG:teuthology.orchestra.console.smithi044:power off output: Chassis Power Control: Down/Off 2024-04-15T22:01:56.503 DEBUG:teuthology.orchestra.console.smithi044:pexpect command: ipmitool -H smithi044.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T22:01:56.518 INFO:teuthology.orchestra.console.smithi183:Power off 2024-04-15T22:01:56.519 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T22:01:56.527 DEBUG:teuthology.orchestra.console.smithi044:check power output: Chassis Power is on 2024-04-15T22:01:56.540 DEBUG:teuthology.orchestra.console.smithi183:power off output: Chassis Power Control: Down/Off 2024-04-15T22:01:56.541 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T22:01:56.563 DEBUG:teuthology.orchestra.console.smithi183:check power output: Chassis Power is on 2024-04-15T22:02:00.528 DEBUG:teuthology.orchestra.console.smithi044:pexpect command: ipmitool -H smithi044.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T22:02:00.563 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T22:02:00.638 DEBUG:teuthology.orchestra.console.smithi044:check power output: Chassis Power is on 2024-04-15T22:02:00.673 DEBUG:teuthology.orchestra.console.smithi183:check power output: Chassis Power is on 2024-04-15T22:02:04.643 DEBUG:teuthology.orchestra.console.smithi044:pexpect command: ipmitool -H smithi044.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T22:02:04.674 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T22:02:04.754 DEBUG:teuthology.orchestra.console.smithi044:check power output: Chassis Power is on 2024-04-15T22:02:04.784 DEBUG:teuthology.orchestra.console.smithi183:check power output: Chassis Power is off 2024-04-15T22:02:04.885 INFO:teuthology.orchestra.console.smithi183:Power off completed 2024-04-15T22:02:08.758 DEBUG:teuthology.orchestra.console.smithi044:pexpect command: ipmitool -H smithi044.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T22:02:08.867 DEBUG:teuthology.orchestra.console.smithi044:check power output: Chassis Power is off 2024-04-15T22:02:08.968 INFO:teuthology.orchestra.console.smithi044:Power off completed 2024-04-15T22:02:09.072 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: 445.9816656112671 failure_reason: 'Command failed on smithi044 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull''' owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=6e087d0bae994224bdef161222c259e7 status: fail success: false 2024-04-15T22:02:09.072 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-15T22:02:09.155 INFO:teuthology.run:FAIL