2023-12-01T05:53:58.165 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-01T05:53:58.165 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472997 --verbose --description orch:cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} --owner scheduled_phlogistonjohn@teuthology --name phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi -- /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472997/orig.config.yaml 2023-12-01T05:53:58.200 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T05:53:58.277 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472997 branch: wip-phlogistonjohn-testing-2023-11-30-1010 description: orch:cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} email: jmulligan@redhat.com first_in_suite: false job_id: '7472997' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-phlogistonjohn-testing-2023-11-30-1010 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: 875037c4c0585d32b171b61f9b83f482e6b73b3d ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-phlogistonjohn-testing-2023-11-30-1010 sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d owner: scheduled_phlogistonjohn@teuthology priority: 99 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 9533 sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d sleep_before_teardown: 0 subset: 1/15 suite: orch:cephadm suite_branch: wip-phlogistonjohn-testing-2023-11-30-1010 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d targets: smithi120.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBN7dolU+U8umC/T+AYASwpTUYbfZiIolHHmYwGc8Kh8+iDrsE/brSm7FRxorCP0Fbqa+j3nb6iNJ6EKrRGaeJL4= smithi183.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBARndDOgnrK25WPCdTf7p/hrID8ACs0CXNk2oduXxhNdb4ziqBFDXyKqXck/zpauwrq2N53RcCOxUkqZVntndYw= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - 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 - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.apply: specs: - placement: count: 2 service_id: foo service_type: nfs spec: port: 12049 - service_id: nfs.foo service_type: ingress spec: backend_service: nfs.foo frontend_port: 2049 monitor_port: 9002 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - cephadm.shell: host.a: - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo - echo test > /mnt/foo/testfile - sync - cephadm.shell: host.a: - "echo \"Check with each haproxy down in turn...\"\nfor haproxy in `ceph orch\ \ ps | grep ^haproxy.nfs.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 cat /mnt/foo/testfile\n echo $haproxy > /mnt/foo/testfile\n \ \ sync\n ceph orch daemon start $haproxy\n while ! ceph orch ps | grep $haproxy\ \ | grep running; do sleep 1 ; done\ndone\n" volumes: - /mnt/foo:/mnt/foo - 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: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-11-30_21:17:15 tube: smithi user: phlogistonjohn verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-01T05:53:58.277 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa; will attempt to use it 2023-12-01T05:53:58.278 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks 2023-12-01T05:53:58.278 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-01T05:53:58.279 INFO:teuthology.task.internal:Checking packages... 2023-12-01T05:53:58.303 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '875037c4c0585d32b171b61f9b83f482e6b73b3d' 2023-12-01T05:53:58.303 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-01T05:53:58.304 INFO:teuthology.packaging:ref: None 2023-12-01T05:53:58.304 INFO:teuthology.packaging:tag: None 2023-12-01T05:53:58.304 INFO:teuthology.packaging:branch: wip-phlogistonjohn-testing-2023-11-30-1010 2023-12-01T05:53:58.304 INFO:teuthology.packaging:sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T05:53:58.304 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-phlogistonjohn-testing-2023-11-30-1010 2023-12-01T05:53:58.613 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7662.g875037c4 2023-12-01T05:53:58.613 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-01T05:53:58.620 INFO:teuthology.task.internal:no buildpackages task found 2023-12-01T05:53:58.620 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-01T05:53:58.666 INFO:teuthology.task.internal:Saving configuration 2023-12-01T05:53:58.680 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-01T05:53:58.725 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T05:53:58.751 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi120.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472997', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 05:49:07.900863', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBN7dolU+U8umC/T+AYASwpTUYbfZiIolHHmYwGc8Kh8+iDrsE/brSm7FRxorCP0Fbqa+j3nb6iNJ6EKrRGaeJL4='} 2023-12-01T05:53:58.773 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi183.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472997', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 05:49:07.899634', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBARndDOgnrK25WPCdTf7p/hrID8ACs0CXNk2oduXxhNdb4ziqBFDXyKqXck/zpauwrq2N53RcCOxUkqZVntndYw='} 2023-12-01T05:53:58.773 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-01T05:53:58.779 INFO:teuthology.task.internal:roles: ubuntu@smithi120.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-01T05:53:58.780 INFO:teuthology.task.internal:roles: ubuntu@smithi183.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-01T05:53:58.780 INFO:teuthology.run_tasks:Running task console_log... 2023-12-01T05:53:58.871 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f3d52b229d0>, signals=[15]) 2023-12-01T05:53:58.872 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-01T05:53:58.878 INFO:teuthology.task.internal:Opening connections... 2023-12-01T05:53:58.878 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi120.front.sepia.ceph.com 2023-12-01T05:53:58.880 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi120.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:53:58.949 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi183.front.sepia.ceph.com 2023-12-01T05:53:58.949 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:53:59.017 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-01T05:53:59.023 DEBUG:teuthology.orchestra.run.smithi120:> uname -m 2023-12-01T05:53:59.047 INFO:teuthology.orchestra.run.smithi120.stdout:x86_64 2023-12-01T05:53:59.047 DEBUG:teuthology.orchestra.run.smithi120:> cat /etc/os-release 2023-12-01T05:53:59.110 INFO:teuthology.orchestra.run.smithi120.stdout:NAME="CentOS Stream" 2023-12-01T05:53:59.110 INFO:teuthology.orchestra.run.smithi120.stdout:VERSION="8" 2023-12-01T05:53:59.110 INFO:teuthology.orchestra.run.smithi120.stdout:ID="centos" 2023-12-01T05:53:59.111 INFO:teuthology.orchestra.run.smithi120.stdout:ID_LIKE="rhel fedora" 2023-12-01T05:53:59.111 INFO:teuthology.orchestra.run.smithi120.stdout:VERSION_ID="8" 2023-12-01T05:53:59.111 INFO:teuthology.orchestra.run.smithi120.stdout:PLATFORM_ID="platform:el8" 2023-12-01T05:53:59.111 INFO:teuthology.orchestra.run.smithi120.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-01T05:53:59.111 INFO:teuthology.orchestra.run.smithi120.stdout:ANSI_COLOR="0;31" 2023-12-01T05:53:59.111 INFO:teuthology.orchestra.run.smithi120.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-01T05:53:59.111 INFO:teuthology.orchestra.run.smithi120.stdout:HOME_URL="https://centos.org/" 2023-12-01T05:53:59.111 INFO:teuthology.orchestra.run.smithi120.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T05:53:59.111 INFO:teuthology.orchestra.run.smithi120.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T05:53:59.111 INFO:teuthology.orchestra.run.smithi120.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-01T05:53:59.112 INFO:teuthology.lock.ops:Updating smithi120.front.sepia.ceph.com on lock server 2023-12-01T05:53:59.138 DEBUG:teuthology.orchestra.run.smithi183:> uname -m 2023-12-01T05:53:59.161 INFO:teuthology.orchestra.run.smithi183.stdout:x86_64 2023-12-01T05:53:59.162 DEBUG:teuthology.orchestra.run.smithi183:> cat /etc/os-release 2023-12-01T05:53:59.222 INFO:teuthology.orchestra.run.smithi183.stdout:NAME="CentOS Stream" 2023-12-01T05:53:59.222 INFO:teuthology.orchestra.run.smithi183.stdout:VERSION="8" 2023-12-01T05:53:59.222 INFO:teuthology.orchestra.run.smithi183.stdout:ID="centos" 2023-12-01T05:53:59.222 INFO:teuthology.orchestra.run.smithi183.stdout:ID_LIKE="rhel fedora" 2023-12-01T05:53:59.222 INFO:teuthology.orchestra.run.smithi183.stdout:VERSION_ID="8" 2023-12-01T05:53:59.222 INFO:teuthology.orchestra.run.smithi183.stdout:PLATFORM_ID="platform:el8" 2023-12-01T05:53:59.222 INFO:teuthology.orchestra.run.smithi183.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-01T05:53:59.222 INFO:teuthology.orchestra.run.smithi183.stdout:ANSI_COLOR="0;31" 2023-12-01T05:53:59.222 INFO:teuthology.orchestra.run.smithi183.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-01T05:53:59.223 INFO:teuthology.orchestra.run.smithi183.stdout:HOME_URL="https://centos.org/" 2023-12-01T05:53:59.223 INFO:teuthology.orchestra.run.smithi183.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T05:53:59.223 INFO:teuthology.orchestra.run.smithi183.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T05:53:59.223 INFO:teuthology.orchestra.run.smithi183.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-01T05:53:59.223 INFO:teuthology.lock.ops:Updating smithi183.front.sepia.ceph.com on lock server 2023-12-01T05:53:59.246 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-01T05:53:59.254 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-01T05:53:59.278 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-01T05:53:59.278 DEBUG:teuthology.orchestra.run.smithi120:> test '!' -e /home/ubuntu/cephtest 2023-12-01T05:53:59.281 DEBUG:teuthology.orchestra.run.smithi183:> test '!' -e /home/ubuntu/cephtest 2023-12-01T05:53:59.300 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-01T05:53:59.306 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-01T05:53:59.307 DEBUG:teuthology.orchestra.run.smithi120:> test -z $(ls -A /var/lib/ceph) 2023-12-01T05:53:59.342 DEBUG:teuthology.orchestra.run.smithi183:> test -z $(ls -A /var/lib/ceph) 2023-12-01T05:53:59.369 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-01T05:53:59.420 INFO:teuthology.run_tasks:Running task kernel... 2023-12-01T05:53:59.435 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-01T05:53:59.435 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-01T05:53:59.435 DEBUG:teuthology.orchestra.run.smithi120:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T05:53:59.436 DEBUG:teuthology.orchestra.run.smithi183:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T05:53:59.454 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:53:59.455 DEBUG:teuthology.orchestra.run.smithi183:> uname -r 2023-12-01T05:53:59.456 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:53:59.456 DEBUG:teuthology.orchestra.run.smithi120:> uname -r 2023-12-01T05:53:59.515 INFO:teuthology.orchestra.run.smithi183.stdout:4.18.0-489.el8.x86_64 2023-12-01T05:53:59.516 INFO:teuthology.task.kernel:Running kernel on smithi183: 4.18.0-489.el8.x86_64 2023-12-01T05:53:59.516 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum install -y kernel 2023-12-01T05:53:59.518 INFO:teuthology.orchestra.run.smithi120.stdout:4.18.0-489.el8.x86_64 2023-12-01T05:53:59.519 INFO:teuthology.task.kernel:Running kernel on smithi120: 4.18.0-489.el8.x86_64 2023-12-01T05:53:59.519 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum install -y kernel 2023-12-01T05:54:15.029 INFO:teuthology.orchestra.run.smithi183.stdout:CentOS Stream 8 - AppStream 2.7 MB/s | 34 MB 00:12 2023-12-01T05:54:19.815 INFO:teuthology.orchestra.run.smithi120.stdout:CentOS Stream 8 - AppStream 1.9 MB/s | 34 MB 00:17 2023-12-01T05:54:23.654 INFO:teuthology.orchestra.run.smithi183.stdout:CentOS Stream 8 - BaseOS 23 MB/s | 55 MB 00:02 2023-12-01T05:54:28.549 INFO:teuthology.orchestra.run.smithi120.stdout:CentOS Stream 8 - BaseOS 23 MB/s | 55 MB 00:02 2023-12-01T05:54:31.945 INFO:teuthology.orchestra.run.smithi183.stdout:CentOS Stream 8 - Extras 48 kB/s | 18 kB 00:00 2023-12-01T05:54:32.537 INFO:teuthology.orchestra.run.smithi183.stdout:CentOS Stream 8 - Extras common packages 17 kB/s | 6.9 kB 00:00 2023-12-01T05:54:32.839 INFO:teuthology.orchestra.run.smithi183.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-12-01T05:54:35.331 INFO:teuthology.orchestra.run.smithi183.stdout:Extra Packages for Enterprise Linux 6.8 MB/s | 16 MB 00:02 2023-12-01T05:54:36.765 INFO:teuthology.orchestra.run.smithi120.stdout:CentOS Stream 8 - Extras 62 kB/s | 18 kB 00:00 2023-12-01T05:54:37.299 INFO:teuthology.orchestra.run.smithi120.stdout:CentOS Stream 8 - Extras common packages 20 kB/s | 6.9 kB 00:00 2023-12-01T05:54:37.592 INFO:teuthology.orchestra.run.smithi120.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-12-01T05:54:38.668 INFO:teuthology.orchestra.run.smithi120.stdout:Extra Packages for Enterprise Linux 17 MB/s | 16 MB 00:00 2023-12-01T05:54:39.206 INFO:teuthology.orchestra.run.smithi183.stdout:lab-extras 290 kB/s | 24 kB 00:00 2023-12-01T05:54:42.452 INFO:teuthology.orchestra.run.smithi120.stdout:lab-extras 392 kB/s | 24 kB 00:00 2023-12-01T05:54:42.825 INFO:teuthology.orchestra.run.smithi183.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-01T05:54:42.825 INFO:teuthology.orchestra.run.smithi183.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-01T05:54:43.122 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2023-12-01T05:54:43.123 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2023-12-01T05:54:43.123 INFO:teuthology.orchestra.run.smithi183.stdout: Package Architecture Version Repository Size 2023-12-01T05:54:43.123 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2023-12-01T05:54:43.123 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2023-12-01T05:54:43.123 INFO:teuthology.orchestra.run.smithi183.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-12-01T05:54:43.123 INFO:teuthology.orchestra.run.smithi183.stdout:Installing dependencies: 2023-12-01T05:54:43.123 INFO:teuthology.orchestra.run.smithi183.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-12-01T05:54:43.124 INFO:teuthology.orchestra.run.smithi183.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-12-01T05:54:43.124 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T05:54:43.124 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2023-12-01T05:54:43.124 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2023-12-01T05:54:43.124 INFO:teuthology.orchestra.run.smithi183.stdout:Install 3 Packages 2023-12-01T05:54:43.124 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T05:54:43.124 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 90 M 2023-12-01T05:54:43.125 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 96 M 2023-12-01T05:54:43.125 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2023-12-01T05:54:44.249 INFO:teuthology.orchestra.run.smithi183.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 9.3 MB/s | 10 MB 00:01 2023-12-01T05:54:45.291 INFO:teuthology.orchestra.run.smithi183.stdout:(2/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 17 MB/s | 36 MB 00:02 2023-12-01T05:54:45.833 INFO:teuthology.orchestra.run.smithi183.stdout:(3/3): kernel-core-4.18.0-526.el8.x86_64.rpm 16 MB/s | 43 MB 00:02 2023-12-01T05:54:45.833 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2023-12-01T05:54:45.833 INFO:teuthology.orchestra.run.smithi183.stdout:Total 33 MB/s | 90 MB 00:02 2023-12-01T05:54:46.009 INFO:teuthology.orchestra.run.smithi120.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-01T05:54:46.010 INFO:teuthology.orchestra.run.smithi120.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-01T05:54:46.300 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2023-12-01T05:54:46.301 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2023-12-01T05:54:46.301 INFO:teuthology.orchestra.run.smithi120.stdout: Package Architecture Version Repository Size 2023-12-01T05:54:46.301 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2023-12-01T05:54:46.301 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2023-12-01T05:54:46.301 INFO:teuthology.orchestra.run.smithi120.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-12-01T05:54:46.301 INFO:teuthology.orchestra.run.smithi120.stdout:Installing dependencies: 2023-12-01T05:54:46.301 INFO:teuthology.orchestra.run.smithi120.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-12-01T05:54:46.301 INFO:teuthology.orchestra.run.smithi120.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-12-01T05:54:46.301 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T05:54:46.301 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2023-12-01T05:54:46.301 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2023-12-01T05:54:46.301 INFO:teuthology.orchestra.run.smithi120.stdout:Install 3 Packages 2023-12-01T05:54:46.302 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T05:54:46.302 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 90 M 2023-12-01T05:54:46.302 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 96 M 2023-12-01T05:54:46.302 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2023-12-01T05:54:46.509 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2023-12-01T05:54:46.940 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2023-12-01T05:54:46.940 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2023-12-01T05:54:47.570 INFO:teuthology.orchestra.run.smithi120.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 9.4 MB/s | 10 MB 00:01 2023-12-01T05:54:48.169 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2023-12-01T05:54:48.183 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2023-12-01T05:54:48.570 INFO:teuthology.orchestra.run.smithi120.stdout:(2/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 17 MB/s | 36 MB 00:02 2023-12-01T05:54:49.278 INFO:teuthology.orchestra.run.smithi120.stdout:(3/3): kernel-core-4.18.0-526.el8.x86_64.rpm 16 MB/s | 43 MB 00:02 2023-12-01T05:54:49.279 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2023-12-01T05:54:49.279 INFO:teuthology.orchestra.run.smithi120.stdout:Total 30 MB/s | 90 MB 00:02 2023-12-01T05:54:49.953 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2023-12-01T05:54:50.379 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2023-12-01T05:54:50.379 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2023-12-01T05:54:51.068 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2023-12-01T05:54:51.602 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2023-12-01T05:54:51.629 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2023-12-01T05:54:51.661 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-01T05:54:54.402 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2023-12-01T05:54:54.934 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-01T05:54:55.307 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-01T05:54:55.727 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-01T05:54:58.648 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-01T05:54:59.067 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-01T05:54:59.156 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-01T05:54:59.440 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-12-01T05:55:02.488 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-01T05:55:02.788 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-12-01T05:55:21.348 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-12-01T05:55:21.372 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-01T05:55:21.723 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-12-01T05:55:21.723 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-12-01T05:55:21.723 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-12-01T05:55:22.536 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-01T05:55:22.536 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T05:55:22.536 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2023-12-01T05:55:22.536 INFO:teuthology.orchestra.run.smithi183.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-12-01T05:55:22.536 INFO:teuthology.orchestra.run.smithi183.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-12-01T05:55:22.536 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T05:55:22.536 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2023-12-01T05:55:22.691 DEBUG:teuthology.orchestra.run.smithi183:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T05:55:22.906 INFO:teuthology.orchestra.run.smithi183.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-01T05:55:22.907 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-01T05:55:22.907 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-526.el8.x86_64 2023-12-01T05:55:22.907 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-01T05:55:22.907 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-01T05:55:22.907 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-01T05:55:22.907 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi183.front.sepia.ceph.com, path=None, version=distro) 2023-12-01T05:55:22.907 DEBUG:teuthology.orchestra.run.smithi183:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T05:55:23.119 INFO:teuthology.orchestra.run.smithi183.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-01T05:55:23.119 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-01T05:55:23.119 DEBUG:teuthology.orchestra.run.smithi183:> sudo rpm -qi grub2-tools 2023-12-01T05:55:23.153 INFO:teuthology.orchestra.run.smithi183.stdout:Name : grub2-tools 2023-12-01T05:55:23.153 INFO:teuthology.orchestra.run.smithi183.stdout:Epoch : 1 2023-12-01T05:55:23.153 INFO:teuthology.orchestra.run.smithi183.stdout:Version : 2.02 2023-12-01T05:55:23.153 INFO:teuthology.orchestra.run.smithi183.stdout:Release : 129.el8 2023-12-01T05:55:23.154 INFO:teuthology.orchestra.run.smithi183.stdout:Architecture: x86_64 2023-12-01T05:55:23.154 INFO:teuthology.orchestra.run.smithi183.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-01T05:55:23.154 INFO:teuthology.orchestra.run.smithi183.stdout:Group : System Environment/Base 2023-12-01T05:55:23.154 INFO:teuthology.orchestra.run.smithi183.stdout:Size : 9265586 2023-12-01T05:55:23.154 INFO:teuthology.orchestra.run.smithi183.stdout:License : GPLv3+ 2023-12-01T05:55:23.154 INFO:teuthology.orchestra.run.smithi183.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-01T05:55:23.154 INFO:teuthology.orchestra.run.smithi183.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-01T05:55:23.154 INFO:teuthology.orchestra.run.smithi183.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-01T05:55:23.154 INFO:teuthology.orchestra.run.smithi183.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-01T05:55:23.154 INFO:teuthology.orchestra.run.smithi183.stdout:Relocations : (not relocatable) 2023-12-01T05:55:23.154 INFO:teuthology.orchestra.run.smithi183.stdout:Packager : CentOS BuildSystem 2023-12-01T05:55:23.154 INFO:teuthology.orchestra.run.smithi183.stdout:Vendor : CentOS 2023-12-01T05:55:23.154 INFO:teuthology.orchestra.run.smithi183.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-01T05:55:23.154 INFO:teuthology.orchestra.run.smithi183.stdout:Summary : Support tools for GRUB. 2023-12-01T05:55:23.154 INFO:teuthology.orchestra.run.smithi183.stdout:Description : 2023-12-01T05:55:23.155 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T05:55:23.155 INFO:teuthology.orchestra.run.smithi183.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-01T05:55:23.155 INFO:teuthology.orchestra.run.smithi183.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-01T05:55:23.155 INFO:teuthology.orchestra.run.smithi183.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-01T05:55:23.155 INFO:teuthology.orchestra.run.smithi183.stdout:hardware devices. 2023-12-01T05:55:23.155 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T05:55:23.155 INFO:teuthology.orchestra.run.smithi183.stdout:This subpackage provides tools for support of all platforms. 2023-12-01T05:55:23.156 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-01T05:55:23.156 INFO:teuthology.task.kernel:Updating grub on smithi183 to boot 4.18.0-526.el8.x86_64 2023-12-01T05:55:23.156 DEBUG:teuthology.orchestra.run.smithi183:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-01T05:55:24.689 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-12-01T05:55:24.714 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-01T05:55:24.925 INFO:teuthology.orchestra.run.smithi183.stderr:Generating grub configuration file ... 2023-12-01T05:55:25.055 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-12-01T05:55:25.056 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-12-01T05:55:25.056 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-12-01T05:55:25.850 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-01T05:55:25.850 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T05:55:25.850 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2023-12-01T05:55:25.850 INFO:teuthology.orchestra.run.smithi120.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-12-01T05:55:25.850 INFO:teuthology.orchestra.run.smithi120.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-12-01T05:55:25.850 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T05:55:25.850 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2023-12-01T05:55:25.990 DEBUG:teuthology.orchestra.run.smithi120:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T05:55:26.208 INFO:teuthology.orchestra.run.smithi120.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-01T05:55:26.209 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-01T05:55:26.209 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-526.el8.x86_64 2023-12-01T05:55:26.209 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-01T05:55:26.209 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-01T05:55:26.209 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-01T05:55:26.209 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi120.front.sepia.ceph.com, path=None, version=distro) 2023-12-01T05:55:26.209 DEBUG:teuthology.orchestra.run.smithi120:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T05:55:26.418 INFO:teuthology.orchestra.run.smithi120.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-01T05:55:26.418 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-01T05:55:26.419 DEBUG:teuthology.orchestra.run.smithi120:> sudo rpm -qi grub2-tools 2023-12-01T05:55:26.452 INFO:teuthology.orchestra.run.smithi120.stdout:Name : grub2-tools 2023-12-01T05:55:26.452 INFO:teuthology.orchestra.run.smithi120.stdout:Epoch : 1 2023-12-01T05:55:26.452 INFO:teuthology.orchestra.run.smithi120.stdout:Version : 2.02 2023-12-01T05:55:26.452 INFO:teuthology.orchestra.run.smithi120.stdout:Release : 129.el8 2023-12-01T05:55:26.453 INFO:teuthology.orchestra.run.smithi120.stdout:Architecture: x86_64 2023-12-01T05:55:26.453 INFO:teuthology.orchestra.run.smithi120.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-01T05:55:26.453 INFO:teuthology.orchestra.run.smithi120.stdout:Group : System Environment/Base 2023-12-01T05:55:26.453 INFO:teuthology.orchestra.run.smithi120.stdout:Size : 9265586 2023-12-01T05:55:26.453 INFO:teuthology.orchestra.run.smithi120.stdout:License : GPLv3+ 2023-12-01T05:55:26.453 INFO:teuthology.orchestra.run.smithi120.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-01T05:55:26.453 INFO:teuthology.orchestra.run.smithi120.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-01T05:55:26.453 INFO:teuthology.orchestra.run.smithi120.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-01T05:55:26.453 INFO:teuthology.orchestra.run.smithi120.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-01T05:55:26.453 INFO:teuthology.orchestra.run.smithi120.stdout:Relocations : (not relocatable) 2023-12-01T05:55:26.453 INFO:teuthology.orchestra.run.smithi120.stdout:Packager : CentOS BuildSystem 2023-12-01T05:55:26.453 INFO:teuthology.orchestra.run.smithi120.stdout:Vendor : CentOS 2023-12-01T05:55:26.453 INFO:teuthology.orchestra.run.smithi120.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-01T05:55:26.453 INFO:teuthology.orchestra.run.smithi120.stdout:Summary : Support tools for GRUB. 2023-12-01T05:55:26.453 INFO:teuthology.orchestra.run.smithi120.stdout:Description : 2023-12-01T05:55:26.454 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T05:55:26.454 INFO:teuthology.orchestra.run.smithi120.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-01T05:55:26.454 INFO:teuthology.orchestra.run.smithi120.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-01T05:55:26.454 INFO:teuthology.orchestra.run.smithi120.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-01T05:55:26.454 INFO:teuthology.orchestra.run.smithi120.stdout:hardware devices. 2023-12-01T05:55:26.454 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T05:55:26.454 INFO:teuthology.orchestra.run.smithi120.stdout:This subpackage provides tools for support of all platforms. 2023-12-01T05:55:26.455 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-01T05:55:26.455 INFO:teuthology.task.kernel:Updating grub on smithi120 to boot 4.18.0-526.el8.x86_64 2023-12-01T05:55:26.455 DEBUG:teuthology.orchestra.run.smithi120:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-01T05:55:27.174 INFO:teuthology.orchestra.run.smithi183.stderr:done 2023-12-01T05:55:27.176 DEBUG:teuthology.orchestra.run.smithi183:> mktemp 2023-12-01T05:55:27.225 INFO:teuthology.orchestra.run.smithi183.stdout:/tmp/tmp.JPjig95yHO 2023-12-01T05:55:27.226 DEBUG:teuthology.orchestra.run.smithi183:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.JPjig95yHO 2023-12-01T05:55:27.270 DEBUG:teuthology.orchestra.run.smithi183:> sudo chmod 0666 /tmp/tmp.JPjig95yHO 2023-12-01T05:55:27.413 DEBUG:teuthology.orchestra.remote:smithi183:/tmp/tmp.JPjig95yHO is 6KB 2023-12-01T05:55:27.461 DEBUG:teuthology.orchestra.run.smithi183:> rm -fr /tmp/tmp.JPjig95yHO 2023-12-01T05:55:27.481 DEBUG:teuthology.orchestra.run.smithi183:> sudo /bin/ls /boot/loader/entries || true 2023-12-01T05:55:27.555 INFO:teuthology.orchestra.run.smithi183.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-01T05:55:27.556 INFO:teuthology.orchestra.run.smithi183.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-01T05:55:27.556 INFO:teuthology.orchestra.run.smithi183.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-01T05:55:27.556 INFO:teuthology.orchestra.run.smithi183.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-12-01T05:55:27.557 DEBUG:teuthology.orchestra.run.smithi183:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-12-01T05:55:27.724 DEBUG:teuthology.orchestra.run.smithi183:> sudo shutdown -r now 2023-12-01T05:55:28.194 INFO:teuthology.orchestra.run.smithi120.stderr:Generating grub configuration file ... 2023-12-01T05:55:29.972 INFO:teuthology.orchestra.run.smithi120.stderr:done 2023-12-01T05:55:29.974 DEBUG:teuthology.orchestra.run.smithi120:> mktemp 2023-12-01T05:55:29.996 INFO:teuthology.orchestra.run.smithi120.stdout:/tmp/tmp.Di6ma1bznO 2023-12-01T05:55:29.997 DEBUG:teuthology.orchestra.run.smithi120:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Di6ma1bznO 2023-12-01T05:55:30.071 DEBUG:teuthology.orchestra.run.smithi120:> sudo chmod 0666 /tmp/tmp.Di6ma1bznO 2023-12-01T05:55:30.223 DEBUG:teuthology.orchestra.remote:smithi120:/tmp/tmp.Di6ma1bznO is 6KB 2023-12-01T05:55:30.271 DEBUG:teuthology.orchestra.run.smithi120:> rm -fr /tmp/tmp.Di6ma1bznO 2023-12-01T05:55:30.289 DEBUG:teuthology.orchestra.run.smithi120:> sudo /bin/ls /boot/loader/entries || true 2023-12-01T05:55:30.376 INFO:teuthology.orchestra.run.smithi120.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-01T05:55:30.376 INFO:teuthology.orchestra.run.smithi120.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-01T05:55:30.376 INFO:teuthology.orchestra.run.smithi120.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-01T05:55:30.376 INFO:teuthology.orchestra.run.smithi120.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-12-01T05:55:30.377 DEBUG:teuthology.orchestra.run.smithi120:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-12-01T05:55:30.505 DEBUG:teuthology.orchestra.run.smithi120:> sudo shutdown -r now 2023-12-01T05:55:57.753 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-01T05:55:57.754 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2023-12-01T05:55:57.754 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:56:00.511 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-01T05:56:00.511 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi120.front.sepia.ceph.com' 2023-12-01T05:56:00.512 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi120.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:56:16.102 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.183 2023-12-01T05:56:18.918 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.120 2023-12-01T05:56:25.106 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2023-12-01T05:56:25.107 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:56:27.922 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi120.front.sepia.ceph.com' 2023-12-01T05:56:27.923 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi120.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:56:28.166 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.183 2023-12-01T05:56:30.982 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.120 2023-12-01T05:56:40.175 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2023-12-01T05:56:40.176 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:56:42.986 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi120.front.sepia.ceph.com' 2023-12-01T05:56:42.986 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi120.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:56:58.598 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.183 2023-12-01T05:57:13.612 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2023-12-01T05:57:13.613 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:57:14.432 DEBUG:teuthology.orchestra.run.smithi183:> true 2023-12-01T05:57:15.059 DEBUG:teuthology.orchestra.run.smithi120:> true 2023-12-01T05:57:15.200 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi183.front.sepia.ceph.com' 2023-12-01T05:57:15.201 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-526.el8.x86_64"... 2023-12-01T05:57:15.201 DEBUG:teuthology.orchestra.run.smithi183:> uname -r 2023-12-01T05:57:15.218 INFO:teuthology.orchestra.run.smithi183.stdout:4.18.0-526.el8.x86_64 2023-12-01T05:57:15.218 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-526.el8.x86_64 vs 4.18.0-526.el8.x86_64 2023-12-01T05:57:15.218 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-01T05:57:15.218 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-01T05:57:16.073 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi120.front.sepia.ceph.com' 2023-12-01T05:57:16.073 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-526.el8.x86_64"... 2023-12-01T05:57:16.074 DEBUG:teuthology.orchestra.run.smithi120:> uname -r 2023-12-01T05:57:16.219 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-01T05:57:16.219 DEBUG:teuthology.orchestra.run.smithi183:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T05:57:16.284 INFO:teuthology.orchestra.run.smithi183.stdout:ttyS1 2023-12-01T05:57:16.300 DEBUG:teuthology.parallel:result is None 2023-12-01T05:57:16.485 INFO:teuthology.orchestra.run.smithi120.stdout:4.18.0-526.el8.x86_64 2023-12-01T05:57:16.485 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-526.el8.x86_64 vs 4.18.0-526.el8.x86_64 2023-12-01T05:57:16.485 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-01T05:57:16.485 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-01T05:57:17.486 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-01T05:57:17.486 DEBUG:teuthology.orchestra.run.smithi120:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T05:57:17.560 INFO:teuthology.orchestra.run.smithi120.stdout:ttyS1 2023-12-01T05:57:17.666 DEBUG:teuthology.parallel:result is None 2023-12-01T05:57:17.666 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-01T05:57:17.674 INFO:teuthology.task.internal:Creating test directory... 2023-12-01T05:57:17.675 DEBUG:teuthology.orchestra.run.smithi120:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T05:57:17.677 DEBUG:teuthology.orchestra.run.smithi183:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T05:57:17.699 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-01T05:57:17.706 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-01T05:57:17.761 INFO:teuthology.task.internal:Creating archive directory... 2023-12-01T05:57:17.762 DEBUG:teuthology.orchestra.run.smithi120:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T05:57:17.764 DEBUG:teuthology.orchestra.run.smithi183:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T05:57:17.799 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-01T05:57:17.806 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-01T05:57:17.806 DEBUG:teuthology.orchestra.run.smithi120:> 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 2023-12-01T05:57:17.829 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 2023-12-01T05:57:17.858 INFO:teuthology.orchestra.run.smithi120.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:57:17.868 INFO:teuthology.orchestra.run.smithi120.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:57:17.873 INFO:teuthology.orchestra.run.smithi183.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:57:17.884 INFO:teuthology.orchestra.run.smithi183.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:57:17.886 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-01T05:57:17.893 INFO:teuthology.task.internal:Configuring sudo... 2023-12-01T05:57:17.893 DEBUG:teuthology.orchestra.run.smithi120:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T05:57:17.911 DEBUG:teuthology.orchestra.run.smithi183:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T05:57:17.956 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-01T05:57:17.965 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-01T05:57:17.966 DEBUG:teuthology.orchestra.run.smithi120:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T05:57:17.979 DEBUG:teuthology.orchestra.run.smithi183:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T05:57:18.015 DEBUG:teuthology.orchestra.run.smithi120:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:57:18.079 DEBUG:teuthology.orchestra.run.smithi120:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:57:18.128 DEBUG:teuthology.orchestra.run.smithi120:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:57:18.211 DEBUG:teuthology.orchestra.run.smithi120:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:57:18.253 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2023-12-01T05:57:18.254 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T05:57:18.319 DEBUG:teuthology.orchestra.run.smithi183:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:57:18.366 DEBUG:teuthology.orchestra.run.smithi183:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:57:18.436 DEBUG:teuthology.orchestra.run.smithi183:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:57:18.484 DEBUG:teuthology.orchestra.run.smithi183:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:57:18.527 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2023-12-01T05:57:18.527 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T05:57:18.595 DEBUG:teuthology.orchestra.run.smithi120:> sudo service rsyslog restart 2023-12-01T05:57:18.597 DEBUG:teuthology.orchestra.run.smithi183:> sudo service rsyslog restart 2023-12-01T05:57:18.650 INFO:teuthology.orchestra.run.smithi120.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T05:57:18.700 INFO:teuthology.orchestra.run.smithi183.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T05:57:19.073 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-01T05:57:19.084 INFO:teuthology.task.internal:Starting timer... 2023-12-01T05:57:19.085 INFO:teuthology.run_tasks:Running task pcp... 2023-12-01T05:57:19.100 INFO:teuthology.run_tasks:Running task selinux... 2023-12-01T05:57:19.109 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-01T05:57:19.109 DEBUG:teuthology.orchestra.run.smithi120:> sudo service auditd rotate 2023-12-01T05:57:19.205 INFO:teuthology.orchestra.run.smithi120.stdout:Rotating logs: 2023-12-01T05:57:19.207 DEBUG:teuthology.orchestra.run.smithi183:> sudo service auditd rotate 2023-12-01T05:57:19.279 INFO:teuthology.orchestra.run.smithi183.stdout:Rotating logs: 2023-12-01T05:57:19.281 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-01T05:57:19.281 DEBUG:teuthology.orchestra.run.smithi120:> /usr/sbin/getenforce 2023-12-01T05:57:19.306 INFO:teuthology.orchestra.run.smithi120.stdout:Permissive 2023-12-01T05:57:19.306 DEBUG:teuthology.orchestra.run.smithi183:> /usr/sbin/getenforce 2023-12-01T05:57:19.333 INFO:teuthology.orchestra.run.smithi183.stdout:Permissive 2023-12-01T05:57:19.333 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi120.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi183.front.sepia.ceph.com': 'permissive'} 2023-12-01T05:57:19.334 DEBUG:teuthology.orchestra.run.smithi120:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-01T05:57:19.373 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:57:19.374 DEBUG:teuthology.orchestra.run.smithi183:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-01T05:57:19.400 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:57:19.400 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-01T05:57:19.400 DEBUG:teuthology.orchestra.run.smithi120:> sudo /usr/sbin/setenforce permissive 2023-12-01T05:57:19.442 DEBUG:teuthology.orchestra.run.smithi183:> sudo /usr/sbin/setenforce permissive 2023-12-01T05:57:19.468 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-01T05:57:19.479 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-01T05:57:19.484 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-01T05:57:19.604 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-01T05:57:19.623 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'}]}] 2023-12-01T05:57:19.624 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi120.front.sepia.ceph.com,smithi183.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-01T06:05:15.168 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi120.front.sepia.ceph.com'), Remote(name='ubuntu@smithi183.front.sepia.ceph.com')] 2023-12-01T06:05:15.171 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi120.front.sepia.ceph.com' 2023-12-01T06:05:15.172 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi120.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T06:05:15.240 DEBUG:teuthology.orchestra.run.smithi120:> true 2023-12-01T06:05:15.265 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi120.front.sepia.ceph.com' 2023-12-01T06:05:15.265 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2023-12-01T06:05:15.266 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T06:05:15.375 DEBUG:teuthology.orchestra.run.smithi183:> true 2023-12-01T06:05:15.451 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi183.front.sepia.ceph.com' 2023-12-01T06:05:15.451 INFO:teuthology.run_tasks:Running task clock... 2023-12-01T06:05:15.464 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-01T06:05:15.464 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T06:05:15.465 DEBUG:teuthology.orchestra.run.smithi120:> 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 2023-12-01T06:05:15.467 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T06:05:15.468 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 2023-12-01T06:05:15.497 INFO:teuthology.orchestra.run.smithi120.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T06:05:15.511 INFO:teuthology.orchestra.run.smithi120.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T06:05:15.523 INFO:teuthology.orchestra.run.smithi183.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T06:05:15.538 INFO:teuthology.orchestra.run.smithi183.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T06:05:15.577 INFO:teuthology.orchestra.run.smithi120.stderr:sudo: ntpd: command not found 2023-12-01T06:05:15.589 INFO:teuthology.orchestra.run.smithi120.stdout:506 Cannot talk to daemon 2023-12-01T06:05:15.602 INFO:teuthology.orchestra.run.smithi120.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T06:05:15.612 INFO:teuthology.orchestra.run.smithi183.stderr:sudo: ntpd: command not found 2023-12-01T06:05:15.615 INFO:teuthology.orchestra.run.smithi120.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T06:05:15.623 INFO:teuthology.orchestra.run.smithi183.stdout:506 Cannot talk to daemon 2023-12-01T06:05:15.637 INFO:teuthology.orchestra.run.smithi183.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T06:05:15.650 INFO:teuthology.orchestra.run.smithi183.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T06:05:15.694 INFO:teuthology.orchestra.run.smithi120.stderr:bash: ntpq: command not found 2023-12-01T06:05:15.697 INFO:teuthology.orchestra.run.smithi120.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T06:05:15.698 INFO:teuthology.orchestra.run.smithi120.stdout:=============================================================================== 2023-12-01T06:05:15.698 INFO:teuthology.orchestra.run.smithi120.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:05:15.698 INFO:teuthology.orchestra.run.smithi120.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:05:15.698 INFO:teuthology.orchestra.run.smithi120.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:05:15.698 INFO:teuthology.orchestra.run.smithi120.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:05:15.715 INFO:teuthology.orchestra.run.smithi183.stderr:bash: ntpq: command not found 2023-12-01T06:05:15.718 INFO:teuthology.orchestra.run.smithi183.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T06:05:15.718 INFO:teuthology.orchestra.run.smithi183.stdout:=============================================================================== 2023-12-01T06:05:15.718 INFO:teuthology.orchestra.run.smithi183.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:05:15.718 INFO:teuthology.orchestra.run.smithi183.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:05:15.718 INFO:teuthology.orchestra.run.smithi183.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:05:15.718 INFO:teuthology.orchestra.run.smithi183.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:05:15.722 INFO:teuthology.run_tasks:Running task pexec... 2023-12-01T06:05:15.732 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-01T06:05:15.732 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi120.front.sepia.ceph.com 2023-12-01T06:05:15.733 DEBUG:teuthology.orchestra.run.smithi120:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T06:05:15.733 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi183.front.sepia.ceph.com 2023-12-01T06:05:15.733 DEBUG:teuthology.orchestra.run.smithi183:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T06:05:16.614 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:57 ago on Fri 01 Dec 2023 06:03:19 AM UTC. 2023-12-01T06:05:16.640 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:01:57 ago on Fri 01 Dec 2023 06:03:19 AM UTC. 2023-12-01T06:05:18.775 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2023-12-01T06:05:18.775 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2023-12-01T06:05:18.776 INFO:teuthology.orchestra.run.smithi120.stdout: Package Architecture Version Repository Size 2023-12-01T06:05:18.776 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2023-12-01T06:05:18.776 INFO:teuthology.orchestra.run.smithi120.stdout:Resetting modules: 2023-12-01T06:05:18.776 INFO:teuthology.orchestra.run.smithi120.stdout: container-tools 2023-12-01T06:05:18.776 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T06:05:18.776 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2023-12-01T06:05:18.776 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2023-12-01T06:05:18.776 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T06:05:18.801 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2023-12-01T06:05:18.802 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2023-12-01T06:05:18.802 INFO:teuthology.orchestra.run.smithi183.stdout: Package Architecture Version Repository Size 2023-12-01T06:05:18.802 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2023-12-01T06:05:18.802 INFO:teuthology.orchestra.run.smithi183.stdout:Resetting modules: 2023-12-01T06:05:18.802 INFO:teuthology.orchestra.run.smithi183.stdout: container-tools 2023-12-01T06:05:18.802 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T06:05:18.802 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2023-12-01T06:05:18.802 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2023-12-01T06:05:18.802 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T06:05:19.040 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2023-12-01T06:05:19.049 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2023-12-01T06:05:19.984 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:02:00 ago on Fri 01 Dec 2023 06:03:19 AM UTC. 2023-12-01T06:05:19.991 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:02:00 ago on Fri 01 Dec 2023 06:03:19 AM UTC. 2023-12-01T06:05:22.067 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2023-12-01T06:05:22.116 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2023-12-01T06:05:22.251 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2023-12-01T06:05:22.251 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repository Size 2023-12-01T06:05:22.251 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2023-12-01T06:05:22.251 INFO:teuthology.orchestra.run.smithi120.stdout:Installing group/module packages: 2023-12-01T06:05:22.251 INFO:teuthology.orchestra.run.smithi120.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-01T06:05:22.251 INFO:teuthology.orchestra.run.smithi120.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-01T06:05:22.251 INFO:teuthology.orchestra.run.smithi120.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-01T06:05:22.251 INFO:teuthology.orchestra.run.smithi120.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-01T06:05:22.251 INFO:teuthology.orchestra.run.smithi120.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-01T06:05:22.252 INFO:teuthology.orchestra.run.smithi120.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-01T06:05:22.252 INFO:teuthology.orchestra.run.smithi120.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-01T06:05:22.252 INFO:teuthology.orchestra.run.smithi120.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-01T06:05:22.252 INFO:teuthology.orchestra.run.smithi120.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-01T06:05:22.252 INFO:teuthology.orchestra.run.smithi120.stdout:Installing dependencies: 2023-12-01T06:05:22.252 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-01T06:05:22.252 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-01T06:05:22.252 INFO:teuthology.orchestra.run.smithi120.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-01T06:05:22.252 INFO:teuthology.orchestra.run.smithi120.stdout:Installing weak dependencies: 2023-12-01T06:05:22.252 INFO:teuthology.orchestra.run.smithi120.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-01T06:05:22.252 INFO:teuthology.orchestra.run.smithi120.stdout:Installing module profiles: 2023-12-01T06:05:22.252 INFO:teuthology.orchestra.run.smithi120.stdout: container-tools/common 2023-12-01T06:05:22.252 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T06:05:22.252 INFO:teuthology.orchestra.run.smithi120.stdout:Enabling module streams: 2023-12-01T06:05:22.252 INFO:teuthology.orchestra.run.smithi120.stdout: container-tools rhel8 2023-12-01T06:05:22.252 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T06:05:22.253 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2023-12-01T06:05:22.253 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2023-12-01T06:05:22.253 INFO:teuthology.orchestra.run.smithi120.stdout:Install 13 Packages 2023-12-01T06:05:22.253 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T06:05:22.253 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 27 M 2023-12-01T06:05:22.253 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 89 M 2023-12-01T06:05:22.253 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2023-12-01T06:05:22.301 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2023-12-01T06:05:22.302 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repository Size 2023-12-01T06:05:22.302 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2023-12-01T06:05:22.302 INFO:teuthology.orchestra.run.smithi183.stdout:Installing group/module packages: 2023-12-01T06:05:22.302 INFO:teuthology.orchestra.run.smithi183.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-01T06:05:22.302 INFO:teuthology.orchestra.run.smithi183.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-01T06:05:22.302 INFO:teuthology.orchestra.run.smithi183.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-01T06:05:22.302 INFO:teuthology.orchestra.run.smithi183.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-01T06:05:22.302 INFO:teuthology.orchestra.run.smithi183.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-01T06:05:22.302 INFO:teuthology.orchestra.run.smithi183.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-01T06:05:22.302 INFO:teuthology.orchestra.run.smithi183.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-01T06:05:22.302 INFO:teuthology.orchestra.run.smithi183.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-01T06:05:22.302 INFO:teuthology.orchestra.run.smithi183.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-01T06:05:22.303 INFO:teuthology.orchestra.run.smithi183.stdout:Installing dependencies: 2023-12-01T06:05:22.303 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-01T06:05:22.303 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-01T06:05:22.303 INFO:teuthology.orchestra.run.smithi183.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-01T06:05:22.303 INFO:teuthology.orchestra.run.smithi183.stdout:Installing weak dependencies: 2023-12-01T06:05:22.303 INFO:teuthology.orchestra.run.smithi183.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-01T06:05:22.303 INFO:teuthology.orchestra.run.smithi183.stdout:Installing module profiles: 2023-12-01T06:05:22.303 INFO:teuthology.orchestra.run.smithi183.stdout: container-tools/common 2023-12-01T06:05:22.303 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T06:05:22.303 INFO:teuthology.orchestra.run.smithi183.stdout:Enabling module streams: 2023-12-01T06:05:22.303 INFO:teuthology.orchestra.run.smithi183.stdout: container-tools rhel8 2023-12-01T06:05:22.303 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T06:05:22.303 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2023-12-01T06:05:22.303 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2023-12-01T06:05:22.304 INFO:teuthology.orchestra.run.smithi183.stdout:Install 13 Packages 2023-12-01T06:05:22.304 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T06:05:22.304 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 27 M 2023-12-01T06:05:22.304 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 89 M 2023-12-01T06:05:22.304 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2023-12-01T06:05:22.697 INFO:teuthology.orchestra.run.smithi120.stdout:[MIRROR] aardvark-dns-1.8.0-1.module_el8+712+4cd1bd69.x86_64.rpm: Status code: 503 for http://mirrors.rcs.alaska.edu/centos/8-stream/AppStream/x86_64/os/Packages/aardvark-dns-1.8.0-1.module_el8%2b712%2b4cd1bd69.x86_64.rpm (IP: 199.165.82.202) 2023-12-01T06:05:22.703 INFO:teuthology.orchestra.run.smithi120.stdout:[MIRROR] buildah-1.32.0-1.module_el8+712+4cd1bd69.x86_64.rpm: Status code: 503 for http://mirrors.rcs.alaska.edu/centos/8-stream/AppStream/x86_64/os/Packages/buildah-1.32.0-1.module_el8%2b712%2b4cd1bd69.x86_64.rpm (IP: 199.165.82.202) 2023-12-01T06:05:22.710 INFO:teuthology.orchestra.run.smithi120.stdout:[MIRROR] cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch.rpm: Status code: 503 for http://mirrors.rcs.alaska.edu/centos/8-stream/AppStream/x86_64/os/Packages/cockpit-podman-78-1.module_el8%2b712%2b4cd1bd69.noarch.rpm (IP: 199.165.82.202) 2023-12-01T06:05:23.406 INFO:teuthology.orchestra.run.smithi120.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 782 kB/s | 750 kB 00:00 2023-12-01T06:05:23.440 INFO:teuthology.orchestra.run.smithi120.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.0 MB/s | 1.0 MB 00:00 2023-12-01T06:05:23.507 INFO:teuthology.orchestra.run.smithi120.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 378 kB/s | 38 kB 00:00 2023-12-01T06:05:23.557 INFO:teuthology.orchestra.run.smithi120.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.0 MB/s | 241 kB 00:00 2023-12-01T06:05:23.708 INFO:teuthology.orchestra.run.smithi120.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.2 MB/s | 178 kB 00:00 2023-12-01T06:05:23.841 INFO:teuthology.orchestra.run.smithi120.stdout:(6/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 6.9 MB/s | 9.6 MB 00:01 2023-12-01T06:05:23.867 INFO:teuthology.orchestra.run.smithi120.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 156 kB/s | 25 kB 00:00 2023-12-01T06:05:23.934 INFO:teuthology.orchestra.run.smithi120.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 9.2 MB/s | 3.9 MB 00:00 2023-12-01T06:05:23.959 INFO:teuthology.orchestra.run.smithi120.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 801 kB/s | 94 kB 00:00 2023-12-01T06:05:24.076 INFO:teuthology.orchestra.run.smithi120.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 450 kB/s | 53 kB 00:00 2023-12-01T06:05:24.126 INFO:teuthology.orchestra.run.smithi120.stdout:(11/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 13 MB/s | 2.5 MB 00:00 2023-12-01T06:05:24.177 INFO:teuthology.orchestra.run.smithi120.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 410 kB/s | 41 kB 00:00 2023-12-01T06:05:24.385 INFO:teuthology.orchestra.run.smithi120.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 16 MB/s | 8.1 MB 00:00 2023-12-01T06:05:24.385 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:05:24.386 INFO:teuthology.orchestra.run.smithi120.stdout:Total 12 MB/s | 27 MB 00:02 2023-12-01T06:05:24.654 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2023-12-01T06:05:24.675 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2023-12-01T06:05:24.675 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2023-12-01T06:05:24.740 INFO:teuthology.orchestra.run.smithi183.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 314 kB/s | 750 kB 00:02 2023-12-01T06:05:24.932 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2023-12-01T06:05:24.935 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2023-12-01T06:05:25.115 INFO:teuthology.orchestra.run.smithi183.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 371 kB/s | 1.0 MB 00:02 2023-12-01T06:05:25.307 INFO:teuthology.orchestra.run.smithi183.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 67 kB/s | 38 kB 00:00 2023-12-01T06:05:25.375 INFO:teuthology.orchestra.run.smithi183.stdout:[MIRROR] crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64.rpm: Status code: 503 for http://mirrors.rcs.alaska.edu/centos/8-stream/AppStream/x86_64/os/Packages/crun-1.9.2-1.module_el8%2b712%2b4cd1bd69.x86_64.rpm (IP: 199.165.82.202) 2023-12-01T06:05:25.616 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2023-12-01T06:05:25.857 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-01T06:05:25.907 INFO:teuthology.orchestra.run.smithi183.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 304 kB/s | 241 kB 00:00 2023-12-01T06:05:26.045 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-01T06:05:26.074 INFO:teuthology.orchestra.run.smithi183.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.0 MB/s | 178 kB 00:00 2023-12-01T06:05:26.191 INFO:teuthology.orchestra.run.smithi183.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 212 kB/s | 25 kB 00:00 2023-12-01T06:05:26.254 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-01T06:05:26.333 INFO:teuthology.orchestra.run.smithi183.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 663 kB/s | 94 kB 00:00 2023-12-01T06:05:26.496 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-01T06:05:27.049 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-01T06:05:27.100 INFO:teuthology.orchestra.run.smithi183.stdout:(8/13): skopeo-1.13.3-1.module_el8+712+4cd1bd69 11 MB/s | 8.1 MB 00:00 2023-12-01T06:05:27.266 INFO:teuthology.orchestra.run.smithi183.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 15 MB/s | 2.5 MB 00:00 2023-12-01T06:05:27.367 INFO:teuthology.orchestra.run.smithi183.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 525 kB/s | 53 kB 00:00 2023-12-01T06:05:27.459 INFO:teuthology.orchestra.run.smithi183.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 446 kB/s | 41 kB 00:00 2023-12-01T06:05:28.017 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-01T06:05:28.225 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-01T06:05:28.435 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-01T06:05:28.698 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-01T06:05:29.122 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-01T06:05:29.476 INFO:teuthology.orchestra.run.smithi183.stdout:(12/13): buildah-1.32.0-1.module_el8+712+4cd1bd 1.3 MB/s | 9.6 MB 00:07 2023-12-01T06:05:29.776 INFO:teuthology.orchestra.run.smithi183.stdout:(13/13): netavark-1.8.0-2.module_el8+712+4cd1bd 898 kB/s | 3.9 MB 00:04 2023-12-01T06:05:29.776 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:05:29.776 INFO:teuthology.orchestra.run.smithi183.stdout:Total 3.6 MB/s | 27 MB 00:07 2023-12-01T06:05:30.018 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-01T06:05:30.048 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2023-12-01T06:05:30.069 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2023-12-01T06:05:30.070 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2023-12-01T06:05:30.248 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-01T06:05:30.328 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2023-12-01T06:05:30.332 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2023-12-01T06:05:30.594 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-01T06:05:31.023 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-01T06:05:31.023 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-01T06:05:31.023 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-01T06:05:31.023 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-01T06:05:31.023 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-01T06:05:31.024 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-01T06:05:31.024 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-01T06:05:31.024 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-01T06:05:31.024 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-01T06:05:31.024 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-01T06:05:31.024 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-01T06:05:31.024 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-01T06:05:31.024 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-01T06:05:31.036 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2023-12-01T06:05:31.299 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-01T06:05:31.503 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-01T06:05:31.732 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-01T06:05:31.806 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-01T06:05:31.806 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T06:05:31.806 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2023-12-01T06:05:31.806 INFO:teuthology.orchestra.run.smithi120.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T06:05:31.806 INFO:teuthology.orchestra.run.smithi120.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T06:05:31.806 INFO:teuthology.orchestra.run.smithi120.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-01T06:05:31.806 INFO:teuthology.orchestra.run.smithi120.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-01T06:05:31.806 INFO:teuthology.orchestra.run.smithi120.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T06:05:31.806 INFO:teuthology.orchestra.run.smithi120.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-01T06:05:31.806 INFO:teuthology.orchestra.run.smithi120.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-01T06:05:31.806 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-01T06:05:31.806 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-01T06:05:31.807 INFO:teuthology.orchestra.run.smithi120.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T06:05:31.807 INFO:teuthology.orchestra.run.smithi120.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-01T06:05:31.807 INFO:teuthology.orchestra.run.smithi120.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-01T06:05:31.807 INFO:teuthology.orchestra.run.smithi120.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-01T06:05:31.807 INFO:teuthology.orchestra.run.smithi120.stdout: 2023-12-01T06:05:31.807 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2023-12-01T06:05:32.005 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-01T06:05:32.080 DEBUG:teuthology.parallel:result is None 2023-12-01T06:05:32.561 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-01T06:05:33.552 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-01T06:05:33.825 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-01T06:05:34.036 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-01T06:05:34.315 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-01T06:05:34.699 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-01T06:05:35.588 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-01T06:05:35.823 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-01T06:05:36.002 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-01T06:05:36.417 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-01T06:05:36.417 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-01T06:05:36.417 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-01T06:05:36.417 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-01T06:05:36.417 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-01T06:05:36.417 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-01T06:05:36.417 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-01T06:05:36.417 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-01T06:05:36.417 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-01T06:05:36.417 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-01T06:05:36.417 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-01T06:05:36.417 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-01T06:05:36.418 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-01T06:05:37.227 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-01T06:05:37.228 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T06:05:37.228 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2023-12-01T06:05:37.228 INFO:teuthology.orchestra.run.smithi183.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T06:05:37.228 INFO:teuthology.orchestra.run.smithi183.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T06:05:37.228 INFO:teuthology.orchestra.run.smithi183.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-01T06:05:37.228 INFO:teuthology.orchestra.run.smithi183.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-01T06:05:37.228 INFO:teuthology.orchestra.run.smithi183.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T06:05:37.228 INFO:teuthology.orchestra.run.smithi183.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-01T06:05:37.228 INFO:teuthology.orchestra.run.smithi183.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-01T06:05:37.228 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-01T06:05:37.228 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-01T06:05:37.228 INFO:teuthology.orchestra.run.smithi183.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T06:05:37.228 INFO:teuthology.orchestra.run.smithi183.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-01T06:05:37.228 INFO:teuthology.orchestra.run.smithi183.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-01T06:05:37.228 INFO:teuthology.orchestra.run.smithi183.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-01T06:05:37.228 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-01T06:05:37.229 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2023-12-01T06:05:37.503 DEBUG:teuthology.parallel:result is None 2023-12-01T06:05:37.503 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-12-01T06:05:37.514 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-12-01T06:05:37.515 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2023-12-01T06:05:37.515 DEBUG:teuthology.orchestra.run.smithi120:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T06:05:37.537 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-01T06:05:37.538 DEBUG:teuthology.orchestra.run.smithi120:> stat /dev/vg_nvme/lv_1 2023-12-01T06:05:37.598 INFO:teuthology.orchestra.run.smithi120.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-01T06:05:37.598 INFO:teuthology.orchestra.run.smithi120.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T06:05:37.598 INFO:teuthology.orchestra.run.smithi120.stdout:Device: 6h/6d Inode: 387979 Links: 1 2023-12-01T06:05:37.598 INFO:teuthology.orchestra.run.smithi120.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T06:05:37.598 INFO:teuthology.orchestra.run.smithi120.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T06:05:37.599 INFO:teuthology.orchestra.run.smithi120.stdout:Access: 2023-12-01 06:05:30.743309621 +0000 2023-12-01T06:05:37.599 INFO:teuthology.orchestra.run.smithi120.stdout:Modify: 2023-12-01 06:04:21.034661196 +0000 2023-12-01T06:05:37.599 INFO:teuthology.orchestra.run.smithi120.stdout:Change: 2023-12-01 06:04:21.034661196 +0000 2023-12-01T06:05:37.599 INFO:teuthology.orchestra.run.smithi120.stdout: Birth: - 2023-12-01T06:05:37.599 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-01T06:05:37.669 INFO:teuthology.orchestra.run.smithi120.stderr:1+0 records in 2023-12-01T06:05:37.669 INFO:teuthology.orchestra.run.smithi120.stderr:1+0 records out 2023-12-01T06:05:37.669 INFO:teuthology.orchestra.run.smithi120.stderr:512 bytes copied, 0.000237902 s, 2.2 MB/s 2023-12-01T06:05:37.670 DEBUG:teuthology.orchestra.run.smithi120:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-01T06:05:37.732 DEBUG:teuthology.orchestra.run.smithi120:> stat /dev/vg_nvme/lv_2 2023-12-01T06:05:37.796 INFO:teuthology.orchestra.run.smithi120.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-01T06:05:37.796 INFO:teuthology.orchestra.run.smithi120.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T06:05:37.796 INFO:teuthology.orchestra.run.smithi120.stdout:Device: 6h/6d Inode: 385811 Links: 1 2023-12-01T06:05:37.796 INFO:teuthology.orchestra.run.smithi120.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T06:05:37.796 INFO:teuthology.orchestra.run.smithi120.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T06:05:37.796 INFO:teuthology.orchestra.run.smithi120.stdout:Access: 2023-12-01 06:05:30.743309621 +0000 2023-12-01T06:05:37.796 INFO:teuthology.orchestra.run.smithi120.stdout:Modify: 2023-12-01 06:04:21.568649164 +0000 2023-12-01T06:05:37.796 INFO:teuthology.orchestra.run.smithi120.stdout:Change: 2023-12-01 06:04:21.568649164 +0000 2023-12-01T06:05:37.796 INFO:teuthology.orchestra.run.smithi120.stdout: Birth: - 2023-12-01T06:05:37.797 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-01T06:05:37.863 INFO:teuthology.orchestra.run.smithi120.stderr:1+0 records in 2023-12-01T06:05:37.863 INFO:teuthology.orchestra.run.smithi120.stderr:1+0 records out 2023-12-01T06:05:37.863 INFO:teuthology.orchestra.run.smithi120.stderr:512 bytes copied, 0.000193171 s, 2.7 MB/s 2023-12-01T06:05:37.864 DEBUG:teuthology.orchestra.run.smithi120:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-01T06:05:37.927 DEBUG:teuthology.orchestra.run.smithi120:> stat /dev/vg_nvme/lv_3 2023-12-01T06:05:37.986 INFO:teuthology.orchestra.run.smithi120.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-01T06:05:37.986 INFO:teuthology.orchestra.run.smithi120.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T06:05:37.986 INFO:teuthology.orchestra.run.smithi120.stdout:Device: 6h/6d Inode: 391122 Links: 1 2023-12-01T06:05:37.986 INFO:teuthology.orchestra.run.smithi120.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T06:05:37.986 INFO:teuthology.orchestra.run.smithi120.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T06:05:37.986 INFO:teuthology.orchestra.run.smithi120.stdout:Access: 2023-12-01 06:05:30.743309621 +0000 2023-12-01T06:05:37.986 INFO:teuthology.orchestra.run.smithi120.stdout:Modify: 2023-12-01 06:04:22.101637154 +0000 2023-12-01T06:05:37.986 INFO:teuthology.orchestra.run.smithi120.stdout:Change: 2023-12-01 06:04:22.101637154 +0000 2023-12-01T06:05:37.986 INFO:teuthology.orchestra.run.smithi120.stdout: Birth: - 2023-12-01T06:05:37.987 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-01T06:05:38.053 INFO:teuthology.orchestra.run.smithi120.stderr:1+0 records in 2023-12-01T06:05:38.053 INFO:teuthology.orchestra.run.smithi120.stderr:1+0 records out 2023-12-01T06:05:38.053 INFO:teuthology.orchestra.run.smithi120.stderr:512 bytes copied, 0.000192202 s, 2.7 MB/s 2023-12-01T06:05:38.054 DEBUG:teuthology.orchestra.run.smithi120:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-01T06:05:38.115 DEBUG:teuthology.orchestra.run.smithi120:> stat /dev/vg_nvme/lv_4 2023-12-01T06:05:38.174 INFO:teuthology.orchestra.run.smithi120.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-01T06:05:38.174 INFO:teuthology.orchestra.run.smithi120.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T06:05:38.174 INFO:teuthology.orchestra.run.smithi120.stdout:Device: 6h/6d Inode: 396585 Links: 1 2023-12-01T06:05:38.174 INFO:teuthology.orchestra.run.smithi120.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T06:05:38.174 INFO:teuthology.orchestra.run.smithi120.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T06:05:38.174 INFO:teuthology.orchestra.run.smithi120.stdout:Access: 2023-12-01 06:05:30.743309621 +0000 2023-12-01T06:05:38.174 INFO:teuthology.orchestra.run.smithi120.stdout:Modify: 2023-12-01 06:04:22.614625595 +0000 2023-12-01T06:05:38.175 INFO:teuthology.orchestra.run.smithi120.stdout:Change: 2023-12-01 06:04:22.614625595 +0000 2023-12-01T06:05:38.175 INFO:teuthology.orchestra.run.smithi120.stdout: Birth: - 2023-12-01T06:05:38.175 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-01T06:05:38.240 INFO:teuthology.orchestra.run.smithi120.stderr:1+0 records in 2023-12-01T06:05:38.240 INFO:teuthology.orchestra.run.smithi120.stderr:1+0 records out 2023-12-01T06:05:38.241 INFO:teuthology.orchestra.run.smithi120.stderr:512 bytes copied, 0.000210389 s, 2.4 MB/s 2023-12-01T06:05:38.241 DEBUG:teuthology.orchestra.run.smithi120:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-01T06:05:38.300 DEBUG:teuthology.orchestra.run.smithi120:> 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 2023-12-01T06:05:38.439 INFO:teuthology.orchestra.run.smithi120.stdout:loop 2023-12-01T06:05:38.440 INFO:tasks.nvme_loop:Connecting nvme_loop smithi120:/dev/vg_nvme/lv_1... 2023-12-01T06:05:38.440 DEBUG:teuthology.orchestra.run.smithi120:> 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 2023-12-01T06:05:38.475 INFO:teuthology.orchestra.run.smithi120.stdout:1 2023-12-01T06:05:38.507 INFO:teuthology.orchestra.run.smithi120.stdout:/dev/vg_nvme/lv_11 2023-12-01T06:05:38.545 INFO:tasks.nvme_loop:Connecting nvme_loop smithi120:/dev/vg_nvme/lv_2... 2023-12-01T06:05:38.546 DEBUG:teuthology.orchestra.run.smithi120:> 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 2023-12-01T06:05:38.619 INFO:teuthology.orchestra.run.smithi120.stdout:1 2023-12-01T06:05:38.652 INFO:teuthology.orchestra.run.smithi120.stdout:/dev/vg_nvme/lv_21 2023-12-01T06:05:38.689 INFO:tasks.nvme_loop:Connecting nvme_loop smithi120:/dev/vg_nvme/lv_3... 2023-12-01T06:05:38.690 DEBUG:teuthology.orchestra.run.smithi120:> 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 2023-12-01T06:05:38.763 INFO:teuthology.orchestra.run.smithi120.stdout:1 2023-12-01T06:05:38.796 INFO:teuthology.orchestra.run.smithi120.stdout:/dev/vg_nvme/lv_31 2023-12-01T06:05:38.833 INFO:tasks.nvme_loop:Connecting nvme_loop smithi120:/dev/vg_nvme/lv_4... 2023-12-01T06:05:38.833 DEBUG:teuthology.orchestra.run.smithi120:> 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 2023-12-01T06:05:38.908 INFO:teuthology.orchestra.run.smithi120.stdout:1 2023-12-01T06:05:38.941 INFO:teuthology.orchestra.run.smithi120.stdout:/dev/vg_nvme/lv_41 2023-12-01T06:05:38.978 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2023-12-01T06:05:38.978 DEBUG:teuthology.orchestra.run.smithi120:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T06:05:39.037 DEBUG:teuthology.orchestra.run.smithi120:> sudo nvme list 2023-12-01T06:05:39.103 INFO:teuthology.orchestra.run.smithi120.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-01T06:05:39.103 INFO:teuthology.orchestra.run.smithi120.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-01T06:05:39.103 INFO:teuthology.orchestra.run.smithi120.stdout:/dev/nvme0n1 PHFT620400XV400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101F0 2023-12-01T06:05:39.103 INFO:teuthology.orchestra.run.smithi120.stdout:/dev/nvme1n1 0df15575f721634f9b00 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-01T06:05:39.104 INFO:teuthology.orchestra.run.smithi120.stdout:/dev/nvme2n1 b55e81227a2f951f960e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-01T06:05:39.104 INFO:teuthology.orchestra.run.smithi120.stdout:/dev/nvme3n1 6d707e54e062664d4149 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-01T06:05:39.104 INFO:teuthology.orchestra.run.smithi120.stdout:/dev/nvme4n1 505d53bbc0f6e4064628 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-01T06:05:39.105 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-01T06:05:39.105 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2023-12-01T06:05:39.105 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd of=/scratch_devs 2023-12-01T06:05:39.171 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2023-12-01T06:05:39.172 DEBUG:teuthology.orchestra.run.smithi183:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T06:05:39.195 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-01T06:05:39.195 DEBUG:teuthology.orchestra.run.smithi183:> stat /dev/vg_nvme/lv_1 2023-12-01T06:05:39.258 INFO:teuthology.orchestra.run.smithi183.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-01T06:05:39.258 INFO:teuthology.orchestra.run.smithi183.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T06:05:39.258 INFO:teuthology.orchestra.run.smithi183.stdout:Device: 6h/6d Inode: 390000 Links: 1 2023-12-01T06:05:39.258 INFO:teuthology.orchestra.run.smithi183.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T06:05:39.258 INFO:teuthology.orchestra.run.smithi183.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T06:05:39.258 INFO:teuthology.orchestra.run.smithi183.stdout:Access: 2023-12-01 06:05:36.137615231 +0000 2023-12-01T06:05:39.258 INFO:teuthology.orchestra.run.smithi183.stdout:Modify: 2023-12-01 06:04:19.037302332 +0000 2023-12-01T06:05:39.258 INFO:teuthology.orchestra.run.smithi183.stdout:Change: 2023-12-01 06:04:19.037302332 +0000 2023-12-01T06:05:39.258 INFO:teuthology.orchestra.run.smithi183.stdout: Birth: - 2023-12-01T06:05:39.259 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-01T06:05:39.328 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records in 2023-12-01T06:05:39.328 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records out 2023-12-01T06:05:39.328 INFO:teuthology.orchestra.run.smithi183.stderr:512 bytes copied, 0.000240278 s, 2.1 MB/s 2023-12-01T06:05:39.329 DEBUG:teuthology.orchestra.run.smithi183:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-01T06:05:39.391 DEBUG:teuthology.orchestra.run.smithi183:> stat /dev/vg_nvme/lv_2 2023-12-01T06:05:39.452 INFO:teuthology.orchestra.run.smithi183.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-01T06:05:39.452 INFO:teuthology.orchestra.run.smithi183.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T06:05:39.452 INFO:teuthology.orchestra.run.smithi183.stdout:Device: 6h/6d Inode: 387755 Links: 1 2023-12-01T06:05:39.453 INFO:teuthology.orchestra.run.smithi183.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T06:05:39.453 INFO:teuthology.orchestra.run.smithi183.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T06:05:39.453 INFO:teuthology.orchestra.run.smithi183.stdout:Access: 2023-12-01 06:05:36.137615231 +0000 2023-12-01T06:05:39.453 INFO:teuthology.orchestra.run.smithi183.stdout:Modify: 2023-12-01 06:04:19.549288403 +0000 2023-12-01T06:05:39.453 INFO:teuthology.orchestra.run.smithi183.stdout:Change: 2023-12-01 06:04:19.549288403 +0000 2023-12-01T06:05:39.453 INFO:teuthology.orchestra.run.smithi183.stdout: Birth: - 2023-12-01T06:05:39.453 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-01T06:05:39.522 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records in 2023-12-01T06:05:39.522 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records out 2023-12-01T06:05:39.522 INFO:teuthology.orchestra.run.smithi183.stderr:512 bytes copied, 0.000273735 s, 1.9 MB/s 2023-12-01T06:05:39.523 DEBUG:teuthology.orchestra.run.smithi183:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-01T06:05:39.585 DEBUG:teuthology.orchestra.run.smithi183:> stat /dev/vg_nvme/lv_3 2023-12-01T06:05:39.645 INFO:teuthology.orchestra.run.smithi183.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-01T06:05:39.646 INFO:teuthology.orchestra.run.smithi183.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T06:05:39.646 INFO:teuthology.orchestra.run.smithi183.stdout:Device: 6h/6d Inode: 397426 Links: 1 2023-12-01T06:05:39.646 INFO:teuthology.orchestra.run.smithi183.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T06:05:39.646 INFO:teuthology.orchestra.run.smithi183.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T06:05:39.646 INFO:teuthology.orchestra.run.smithi183.stdout:Access: 2023-12-01 06:05:36.137615231 +0000 2023-12-01T06:05:39.646 INFO:teuthology.orchestra.run.smithi183.stdout:Modify: 2023-12-01 06:04:20.062274447 +0000 2023-12-01T06:05:39.646 INFO:teuthology.orchestra.run.smithi183.stdout:Change: 2023-12-01 06:04:20.062274447 +0000 2023-12-01T06:05:39.646 INFO:teuthology.orchestra.run.smithi183.stdout: Birth: - 2023-12-01T06:05:39.646 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-01T06:05:39.713 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records in 2023-12-01T06:05:39.713 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records out 2023-12-01T06:05:39.713 INFO:teuthology.orchestra.run.smithi183.stderr:512 bytes copied, 0.000232431 s, 2.2 MB/s 2023-12-01T06:05:39.714 DEBUG:teuthology.orchestra.run.smithi183:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-01T06:05:39.774 DEBUG:teuthology.orchestra.run.smithi183:> stat /dev/vg_nvme/lv_4 2023-12-01T06:05:39.833 INFO:teuthology.orchestra.run.smithi183.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-01T06:05:39.833 INFO:teuthology.orchestra.run.smithi183.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T06:05:39.833 INFO:teuthology.orchestra.run.smithi183.stdout:Device: 6h/6d Inode: 394917 Links: 1 2023-12-01T06:05:39.833 INFO:teuthology.orchestra.run.smithi183.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T06:05:39.833 INFO:teuthology.orchestra.run.smithi183.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T06:05:39.833 INFO:teuthology.orchestra.run.smithi183.stdout:Access: 2023-12-01 06:05:36.137615231 +0000 2023-12-01T06:05:39.833 INFO:teuthology.orchestra.run.smithi183.stdout:Modify: 2023-12-01 06:04:20.597259892 +0000 2023-12-01T06:05:39.833 INFO:teuthology.orchestra.run.smithi183.stdout:Change: 2023-12-01 06:04:20.597259892 +0000 2023-12-01T06:05:39.833 INFO:teuthology.orchestra.run.smithi183.stdout: Birth: - 2023-12-01T06:05:39.834 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-01T06:05:39.899 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records in 2023-12-01T06:05:39.899 INFO:teuthology.orchestra.run.smithi183.stderr:1+0 records out 2023-12-01T06:05:39.899 INFO:teuthology.orchestra.run.smithi183.stderr:512 bytes copied, 0.000233182 s, 2.2 MB/s 2023-12-01T06:05:39.900 DEBUG:teuthology.orchestra.run.smithi183:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-01T06:05:39.962 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 2023-12-01T06:05:40.081 INFO:teuthology.orchestra.run.smithi183.stdout:loop 2023-12-01T06:05:40.082 INFO:tasks.nvme_loop:Connecting nvme_loop smithi183:/dev/vg_nvme/lv_1... 2023-12-01T06:05:40.083 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 2023-12-01T06:05:40.117 INFO:teuthology.orchestra.run.smithi183.stdout:1 2023-12-01T06:05:40.150 INFO:teuthology.orchestra.run.smithi183.stdout:/dev/vg_nvme/lv_11 2023-12-01T06:05:40.189 INFO:tasks.nvme_loop:Connecting nvme_loop smithi183:/dev/vg_nvme/lv_2... 2023-12-01T06:05:40.189 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 2023-12-01T06:05:40.264 INFO:teuthology.orchestra.run.smithi183.stdout:1 2023-12-01T06:05:40.297 INFO:teuthology.orchestra.run.smithi183.stdout:/dev/vg_nvme/lv_21 2023-12-01T06:05:40.334 INFO:tasks.nvme_loop:Connecting nvme_loop smithi183:/dev/vg_nvme/lv_3... 2023-12-01T06:05:40.334 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 2023-12-01T06:05:40.409 INFO:teuthology.orchestra.run.smithi183.stdout:1 2023-12-01T06:05:40.444 INFO:teuthology.orchestra.run.smithi183.stdout:/dev/vg_nvme/lv_31 2023-12-01T06:05:40.479 INFO:tasks.nvme_loop:Connecting nvme_loop smithi183:/dev/vg_nvme/lv_4... 2023-12-01T06:05:40.479 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 2023-12-01T06:05:40.556 INFO:teuthology.orchestra.run.smithi183.stdout:1 2023-12-01T06:05:40.587 INFO:teuthology.orchestra.run.smithi183.stdout:/dev/vg_nvme/lv_41 2023-12-01T06:05:40.624 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2023-12-01T06:05:40.624 DEBUG:teuthology.orchestra.run.smithi183:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T06:05:40.682 DEBUG:teuthology.orchestra.run.smithi183:> sudo nvme list 2023-12-01T06:05:40.747 INFO:teuthology.orchestra.run.smithi183.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-01T06:05:40.748 INFO:teuthology.orchestra.run.smithi183.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-01T06:05:40.748 INFO:teuthology.orchestra.run.smithi183.stdout:/dev/nvme0n1 PHFT620500QJ400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-12-01T06:05:40.748 INFO:teuthology.orchestra.run.smithi183.stdout:/dev/nvme1n1 7cb56ed840408317fca2 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-01T06:05:40.748 INFO:teuthology.orchestra.run.smithi183.stdout:/dev/nvme2n1 dfad4094acc120f61c2f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-01T06:05:40.748 INFO:teuthology.orchestra.run.smithi183.stdout:/dev/nvme3n1 4a8f0da2ec39642c4b12 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-01T06:05:40.748 INFO:teuthology.orchestra.run.smithi183.stdout:/dev/nvme4n1 63c9b4ea56c51b7d6285 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-01T06:05:40.749 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-01T06:05:40.749 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2023-12-01T06:05:40.749 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/scratch_devs 2023-12-01T06:05:40.815 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-01T06:05:40.920 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': '875037c4c0585d32b171b61f9b83f482e6b73b3d'} 2023-12-01T06:05:40.920 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T06:05:40.921 INFO:tasks.cephadm:Cluster fsid is a7cd1fe0-900f-11ee-95a2-87774f69a715 2023-12-01T06:05:40.921 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-01T06:05:40.921 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-01T06:05:40.921 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi120': '172.21.15.120', 'mon.smithi183': '172.21.15.183'} 2023-12-01T06:05:40.921 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-01T06:05:40.921 DEBUG:teuthology.orchestra.run.smithi120:> sudo hostname $(hostname -s) 2023-12-01T06:05:40.954 DEBUG:teuthology.orchestra.run.smithi183:> sudo hostname $(hostname -s) 2023-12-01T06:05:40.982 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-12-01T06:05:40.983 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T06:05:41.209 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '875037c4c0585d32b171b61f9b83f482e6b73b3d', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic/74575/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.0.0-7662-g875037c4', 'node_name': '172.21.5.31+adami01', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic', 'package_manager_version': '18.0.0-7662.g875037c4'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/', 'distro_codename': None, 'modified': '2023-11-30 18:26:27.278881', 'distro_version': '8', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-phlogistonjohn-testing-2023-11-30-1010', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2023-12-01T06:05:41.585 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-phlogistonjohn-testing-2023-11-30-1010, sha1 875037c4c0585d32b171b61f9b83f482e6b73b3d from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F8%2Fx86_64&flavor=default&sha1=875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T06:05:41.585 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/x86_64/flavors/default/cephadm 2023-12-01T06:05:41.586 DEBUG:teuthology.orchestra.run.smithi120:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-01T06:05:42.254 INFO:teuthology.orchestra.run.smithi120.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2171037 Dec 1 06:05 /home/ubuntu/cephtest/cephadm 2023-12-01T06:05:42.255 DEBUG:teuthology.orchestra.run.smithi183:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-01T06:05:42.690 INFO:teuthology.orchestra.run.smithi183.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2171037 Dec 1 06:05 /home/ubuntu/cephtest/cephadm 2023-12-01T06:05:42.691 DEBUG:teuthology.orchestra.run.smithi120:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-01T06:05:42.714 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 2023-12-01T06:05:42.746 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d on all hosts... 2023-12-01T06:05:42.746 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull 2023-12-01T06:05:42.756 DEBUG:teuthology.orchestra.run.smithi183:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull 2023-12-01T06:05:42.828 INFO:teuthology.orchestra.run.smithi120.stderr:Traceback (most recent call last): 2023-12-01T06:05:42.828 INFO:teuthology.orchestra.run.smithi120.stderr: File "/usr/lib64/python3.6/runpy.py", line 185, in _run_module_as_main 2023-12-01T06:05:42.828 INFO:teuthology.orchestra.run.smithi120.stderr: mod_name, mod_spec, code = _get_main_module_details(_Error) 2023-12-01T06:05:42.828 INFO:teuthology.orchestra.run.smithi120.stderr: File "/usr/lib64/python3.6/runpy.py", line 219, in _get_main_module_details 2023-12-01T06:05:42.828 INFO:teuthology.orchestra.run.smithi120.stderr: return _get_module_details(main_name) 2023-12-01T06:05:42.828 INFO:teuthology.orchestra.run.smithi120.stderr: File "/usr/lib64/python3.6/runpy.py", line 128, in _get_module_details 2023-12-01T06:05:42.828 INFO:teuthology.orchestra.run.smithi120.stderr: spec = importlib.util.find_spec(mod_name) 2023-12-01T06:05:42.828 INFO:teuthology.orchestra.run.smithi120.stderr: File "/usr/lib64/python3.6/importlib/util.py", line 91, in find_spec 2023-12-01T06:05:42.828 INFO:teuthology.orchestra.run.smithi120.stderr: return _find_spec(fullname, None) 2023-12-01T06:05:42.828 INFO:teuthology.orchestra.run.smithi120.stderr: File "", line 894, in _find_spec 2023-12-01T06:05:42.828 INFO:teuthology.orchestra.run.smithi120.stderr: File "", line 1157, in find_spec 2023-12-01T06:05:42.828 INFO:teuthology.orchestra.run.smithi120.stderr: File "", line 1131, in _get_spec 2023-12-01T06:05:42.829 INFO:teuthology.orchestra.run.smithi120.stderr: File "", line 1112, in _legacy_get_spec 2023-12-01T06:05:42.829 INFO:teuthology.orchestra.run.smithi120.stderr: File "", line 441, in spec_from_loader 2023-12-01T06:05:42.829 INFO:teuthology.orchestra.run.smithi120.stderr: File "", line 544, in spec_from_file_location 2023-12-01T06:05:42.829 INFO:teuthology.orchestra.run.smithi120.stderr: File "/home/ubuntu/cephtest/cephadm/__main__.py", line 4341 2023-12-01T06:05:42.829 INFO:teuthology.orchestra.run.smithi120.stderr: if get_ceph_cluster_count(ctx) == 0: 2023-12-01T06:05:42.829 INFO:teuthology.orchestra.run.smithi120.stderr: ^ 2023-12-01T06:05:42.829 INFO:teuthology.orchestra.run.smithi120.stderr:SyntaxError: invalid syntax 2023-12-01T06:05:42.831 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:05:42.832 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 433, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi120 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull' 2023-12-01T06:05:42.833 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-01T06:05:42.834 DEBUG:teuthology.misc:Transferring archived files from smithi120:/var/lib/ceph/a7cd1fe0-900f-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472997/remote/smithi120/crash 2023-12-01T06:05:42.835 DEBUG:teuthology.orchestra.run.smithi120:> sudo tar c -f - -C /var/lib/ceph/a7cd1fe0-900f-11ee-95a2-87774f69a715/crash -- . 2023-12-01T06:05:42.846 INFO:teuthology.orchestra.run.smithi183.stderr:Traceback (most recent call last): 2023-12-01T06:05:42.846 INFO:teuthology.orchestra.run.smithi183.stderr: File "/usr/lib64/python3.6/runpy.py", line 185, in _run_module_as_main 2023-12-01T06:05:42.846 INFO:teuthology.orchestra.run.smithi183.stderr: mod_name, mod_spec, code = _get_main_module_details(_Error) 2023-12-01T06:05:42.846 INFO:teuthology.orchestra.run.smithi183.stderr: File "/usr/lib64/python3.6/runpy.py", line 219, in _get_main_module_details 2023-12-01T06:05:42.846 INFO:teuthology.orchestra.run.smithi183.stderr: return _get_module_details(main_name) 2023-12-01T06:05:42.846 INFO:teuthology.orchestra.run.smithi183.stderr: File "/usr/lib64/python3.6/runpy.py", line 128, in _get_module_details 2023-12-01T06:05:42.846 INFO:teuthology.orchestra.run.smithi183.stderr: spec = importlib.util.find_spec(mod_name) 2023-12-01T06:05:42.846 INFO:teuthology.orchestra.run.smithi183.stderr: File "/usr/lib64/python3.6/importlib/util.py", line 91, in find_spec 2023-12-01T06:05:42.846 INFO:teuthology.orchestra.run.smithi183.stderr: return _find_spec(fullname, None) 2023-12-01T06:05:42.846 INFO:teuthology.orchestra.run.smithi183.stderr: File "", line 894, in _find_spec 2023-12-01T06:05:42.847 INFO:teuthology.orchestra.run.smithi183.stderr: File "", line 1157, in find_spec 2023-12-01T06:05:42.847 INFO:teuthology.orchestra.run.smithi183.stderr: File "", line 1131, in _get_spec 2023-12-01T06:05:42.847 INFO:teuthology.orchestra.run.smithi183.stderr: File "", line 1112, in _legacy_get_spec 2023-12-01T06:05:42.847 INFO:teuthology.orchestra.run.smithi183.stderr: File "", line 441, in spec_from_loader 2023-12-01T06:05:42.847 INFO:teuthology.orchestra.run.smithi183.stderr: File "", line 544, in spec_from_file_location 2023-12-01T06:05:42.847 INFO:teuthology.orchestra.run.smithi183.stderr: File "/home/ubuntu/cephtest/cephadm/__main__.py", line 4341 2023-12-01T06:05:42.847 INFO:teuthology.orchestra.run.smithi183.stderr: if get_ceph_cluster_count(ctx) == 0: 2023-12-01T06:05:42.847 INFO:teuthology.orchestra.run.smithi183.stderr: ^ 2023-12-01T06:05:42.847 INFO:teuthology.orchestra.run.smithi183.stderr:SyntaxError: invalid syntax 2023-12-01T06:05:42.871 INFO:teuthology.orchestra.run.smithi120.stderr:tar: /var/lib/ceph/a7cd1fe0-900f-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-01T06:05:42.871 INFO:teuthology.orchestra.run.smithi120.stderr:tar: Error is not recoverable: exiting now 2023-12-01T06:05:42.872 DEBUG:teuthology.misc:Transferring archived files from smithi183:/var/lib/ceph/a7cd1fe0-900f-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472997/remote/smithi183/crash 2023-12-01T06:05:42.873 DEBUG:teuthology.orchestra.run.smithi183:> sudo tar c -f - -C /var/lib/ceph/a7cd1fe0-900f-11ee-95a2-87774f69a715/crash -- . 2023-12-01T06:05:42.920 INFO:teuthology.orchestra.run.smithi183.stderr:tar: /var/lib/ceph/a7cd1fe0-900f-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-01T06:05:42.921 INFO:teuthology.orchestra.run.smithi183.stderr:tar: Error is not recoverable: exiting now 2023-12-01T06:05:42.922 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-01T06:05:42.922 DEBUG:teuthology.orchestra.run.smithi120:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/a7cd1fe0-900f-11ee-95a2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-01T06:05:42.949 INFO:teuthology.orchestra.run.smithi120.stderr:grep: /var/log/ceph/a7cd1fe0-900f-11ee-95a2-87774f69a715/ceph.log: No such file or directory 2023-12-01T06:05:42.951 INFO:tasks.cephadm:Compressing logs... 2023-12-01T06:05:42.951 DEBUG:teuthology.orchestra.run.smithi120:> 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 -- 2023-12-01T06:05:42.994 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 -- 2023-12-01T06:05:43.019 INFO:teuthology.orchestra.run.smithi120.stderr:find: ‘/var/log/ceph’: No such file or directory 2023-12-01T06:05:43.020 INFO:teuthology.orchestra.run.smithi120.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-12-01T06:05:43.021 INFO:teuthology.orchestra.run.smithi120.stderr: 2023-12-01T06:05:43.021 INFO:teuthology.orchestra.run.smithi120.stderr:real 0m0.012s 2023-12-01T06:05:43.021 INFO:teuthology.orchestra.run.smithi120.stderr:user 0m0.012s 2023-12-01T06:05:43.021 INFO:teuthology.orchestra.run.smithi120.stderr:sys 0m0.008s 2023-12-01T06:05:43.022 INFO:teuthology.orchestra.run.smithi183.stderr:find: ‘/var/log/ceph’: No such file or directory 2023-12-01T06:05:43.022 INFO:teuthology.orchestra.run.smithi183.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-12-01T06:05:43.024 INFO:teuthology.orchestra.run.smithi183.stderr: 2023-12-01T06:05:43.024 INFO:teuthology.orchestra.run.smithi183.stderr:real 0m0.012s 2023-12-01T06:05:43.024 INFO:teuthology.orchestra.run.smithi183.stderr:user 0m0.012s 2023-12-01T06:05:43.024 INFO:teuthology.orchestra.run.smithi183.stderr:sys 0m0.008s 2023-12-01T06:05:43.025 INFO:tasks.cephadm:Archiving logs... 2023-12-01T06:05:43.025 DEBUG:teuthology.misc:Transferring archived files from smithi120:/var/log/ceph to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472997/remote/smithi120/log 2023-12-01T06:05:43.026 DEBUG:teuthology.orchestra.run.smithi120:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-01T06:05:43.089 INFO:teuthology.orchestra.run.smithi120.stderr:tar: /var/log/ceph: Cannot open: No such file or directory 2023-12-01T06:05:43.089 INFO:teuthology.orchestra.run.smithi120.stderr:tar: Error is not recoverable: exiting now 2023-12-01T06:05:43.090 DEBUG:teuthology.misc:Transferring archived files from smithi183:/var/log/ceph to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472997/remote/smithi183/log 2023-12-01T06:05:43.091 DEBUG:teuthology.orchestra.run.smithi183:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-01T06:05:43.117 INFO:teuthology.orchestra.run.smithi183.stderr:tar: /var/log/ceph: Cannot open: No such file or directory 2023-12-01T06:05:43.117 INFO:teuthology.orchestra.run.smithi183.stderr:tar: Error is not recoverable: exiting now 2023-12-01T06:05:43.118 INFO:tasks.cephadm:Removing cluster... 2023-12-01T06:05:43.118 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a7cd1fe0-900f-11ee-95a2-87774f69a715 --force 2023-12-01T06:05:43.185 INFO:teuthology.orchestra.run.smithi120.stderr:Traceback (most recent call last): 2023-12-01T06:05:43.185 INFO:teuthology.orchestra.run.smithi120.stderr: File "/usr/lib64/python3.6/runpy.py", line 185, in _run_module_as_main 2023-12-01T06:05:43.185 INFO:teuthology.orchestra.run.smithi120.stderr: mod_name, mod_spec, code = _get_main_module_details(_Error) 2023-12-01T06:05:43.185 INFO:teuthology.orchestra.run.smithi120.stderr: File "/usr/lib64/python3.6/runpy.py", line 219, in _get_main_module_details 2023-12-01T06:05:43.185 INFO:teuthology.orchestra.run.smithi120.stderr: return _get_module_details(main_name) 2023-12-01T06:05:43.186 INFO:teuthology.orchestra.run.smithi120.stderr: File "/usr/lib64/python3.6/runpy.py", line 128, in _get_module_details 2023-12-01T06:05:43.186 INFO:teuthology.orchestra.run.smithi120.stderr: spec = importlib.util.find_spec(mod_name) 2023-12-01T06:05:43.186 INFO:teuthology.orchestra.run.smithi120.stderr: File "/usr/lib64/python3.6/importlib/util.py", line 91, in find_spec 2023-12-01T06:05:43.186 INFO:teuthology.orchestra.run.smithi120.stderr: return _find_spec(fullname, None) 2023-12-01T06:05:43.186 INFO:teuthology.orchestra.run.smithi120.stderr: File "", line 894, in _find_spec 2023-12-01T06:05:43.186 INFO:teuthology.orchestra.run.smithi120.stderr: File "", line 1157, in find_spec 2023-12-01T06:05:43.186 INFO:teuthology.orchestra.run.smithi120.stderr: File "", line 1131, in _get_spec 2023-12-01T06:05:43.186 INFO:teuthology.orchestra.run.smithi120.stderr: File "", line 1112, in _legacy_get_spec 2023-12-01T06:05:43.186 INFO:teuthology.orchestra.run.smithi120.stderr: File "", line 441, in spec_from_loader 2023-12-01T06:05:43.186 INFO:teuthology.orchestra.run.smithi120.stderr: File "", line 544, in spec_from_file_location 2023-12-01T06:05:43.186 INFO:teuthology.orchestra.run.smithi120.stderr: File "/home/ubuntu/cephtest/cephadm/__main__.py", line 4341 2023-12-01T06:05:43.186 INFO:teuthology.orchestra.run.smithi120.stderr: if get_ceph_cluster_count(ctx) == 0: 2023-12-01T06:05:43.186 INFO:teuthology.orchestra.run.smithi120.stderr: ^ 2023-12-01T06:05:43.186 INFO:teuthology.orchestra.run.smithi120.stderr:SyntaxError: invalid syntax 2023-12-01T06:05:43.189 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:05:43.189 INFO:tasks.cephadm:Teardown complete 2023-12-01T06:05:43.189 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 138, in download_cephadm yield File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 433, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi120 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 1720, 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_f2de108beb0a6dde7f3e6c96039071828a1f6269/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-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 1635, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 46, in nested if exit(*exc): 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-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 140, in download_cephadm _rm_cluster(ctx, cluster_name) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 259, in _rm_cluster ctx.cluster.run(args=[ File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi120 with status 1: 'sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a7cd1fe0-900f-11ee-95a2-87774f69a715 --force' 2023-12-01T06:05:43.279 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=395df3aaf831408086203e0c79534dd1 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 138, in download_cephadm yield File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 433, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi120 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 1720, 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_f2de108beb0a6dde7f3e6c96039071828a1f6269/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-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 1635, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 46, in nested if exit(*exc): 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-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 140, in download_cephadm _rm_cluster(ctx, cluster_name) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 259, in _rm_cluster ctx.cluster.run(args=[ File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi120 with status 1: 'sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a7cd1fe0-900f-11ee-95a2-87774f69a715 --force' 2023-12-01T06:05:43.284 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-01T06:05:43.295 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-12-01T06:05:43.304 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi120:/dev/vg_nvme/lv_1... 2023-12-01T06:05:43.305 DEBUG:teuthology.orchestra.run.smithi120:> sudo nvme disconnect -n lv_1 2023-12-01T06:05:43.427 INFO:teuthology.orchestra.run.smithi120.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-01T06:05:43.428 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:05:43.429 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi120:/dev/vg_nvme/lv_2... 2023-12-01T06:05:43.429 DEBUG:teuthology.orchestra.run.smithi120:> sudo nvme disconnect -n lv_2 2023-12-01T06:05:43.541 INFO:teuthology.orchestra.run.smithi120.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-01T06:05:43.542 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:05:43.543 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi120:/dev/vg_nvme/lv_3... 2023-12-01T06:05:43.543 DEBUG:teuthology.orchestra.run.smithi120:> sudo nvme disconnect -n lv_3 2023-12-01T06:05:43.663 INFO:teuthology.orchestra.run.smithi120.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-01T06:05:43.664 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:05:43.665 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi120:/dev/vg_nvme/lv_4... 2023-12-01T06:05:43.665 DEBUG:teuthology.orchestra.run.smithi120:> sudo nvme disconnect -n lv_4 2023-12-01T06:05:43.794 INFO:teuthology.orchestra.run.smithi120.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-01T06:05:43.796 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:05:43.796 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2023-12-01T06:05:43.797 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd of=/scratch_devs 2023-12-01T06:05:43.823 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi183:/dev/vg_nvme/lv_1... 2023-12-01T06:05:43.824 DEBUG:teuthology.orchestra.run.smithi183:> sudo nvme disconnect -n lv_1 2023-12-01T06:05:43.949 INFO:teuthology.orchestra.run.smithi183.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-01T06:05:43.950 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:05:43.951 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi183:/dev/vg_nvme/lv_2... 2023-12-01T06:05:43.951 DEBUG:teuthology.orchestra.run.smithi183:> sudo nvme disconnect -n lv_2 2023-12-01T06:05:44.076 INFO:teuthology.orchestra.run.smithi183.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-01T06:05:44.077 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:05:44.077 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi183:/dev/vg_nvme/lv_3... 2023-12-01T06:05:44.078 DEBUG:teuthology.orchestra.run.smithi183:> sudo nvme disconnect -n lv_3 2023-12-01T06:05:44.192 INFO:teuthology.orchestra.run.smithi183.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-01T06:05:44.193 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:05:44.193 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi183:/dev/vg_nvme/lv_4... 2023-12-01T06:05:44.193 DEBUG:teuthology.orchestra.run.smithi183:> sudo nvme disconnect -n lv_4 2023-12-01T06:05:44.317 INFO:teuthology.orchestra.run.smithi183.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-01T06:05:44.318 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:05:44.318 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2023-12-01T06:05:44.319 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/scratch_devs 2023-12-01T06:05:44.349 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-01T06:05:44.358 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-01T06:05:44.358 DEBUG:teuthology.orchestra.run.smithi120:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T06:05:44.361 DEBUG:teuthology.orchestra.run.smithi183:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T06:05:44.376 INFO:teuthology.orchestra.run.smithi120.stderr:bash: ntpq: command not found 2023-12-01T06:05:44.382 INFO:teuthology.orchestra.run.smithi120.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T06:05:44.382 INFO:teuthology.orchestra.run.smithi120.stdout:=============================================================================== 2023-12-01T06:05:44.382 INFO:teuthology.orchestra.run.smithi120.stdout:^+ hv01.front.sepia.ceph.com 2 6 17 23 +1530us[+1537us] +/- 83ms 2023-12-01T06:05:44.383 INFO:teuthology.orchestra.run.smithi120.stdout:^* hv02.front.sepia.ceph.com 3 6 17 22 -1512us[-1505us] +/- 59ms 2023-12-01T06:05:44.383 INFO:teuthology.orchestra.run.smithi120.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 22 +550us[ +557us] +/- 75ms 2023-12-01T06:05:44.383 INFO:teuthology.orchestra.run.smithi120.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:05:44.408 INFO:teuthology.orchestra.run.smithi183.stderr:bash: ntpq: command not found 2023-12-01T06:05:44.412 INFO:teuthology.orchestra.run.smithi183.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T06:05:44.413 INFO:teuthology.orchestra.run.smithi183.stdout:=============================================================================== 2023-12-01T06:05:44.413 INFO:teuthology.orchestra.run.smithi183.stdout:^+ hv01.front.sepia.ceph.com 2 6 17 22 +1541us[+1541us] +/- 83ms 2023-12-01T06:05:44.413 INFO:teuthology.orchestra.run.smithi183.stdout:^* hv02.front.sepia.ceph.com 3 6 17 23 -1496us[-1512us] +/- 59ms 2023-12-01T06:05:44.413 INFO:teuthology.orchestra.run.smithi183.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 22 +545us[ +545us] +/- 75ms 2023-12-01T06:05:44.413 INFO:teuthology.orchestra.run.smithi183.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:05:44.414 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-01T06:05:44.423 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-01T06:05:44.424 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-01T06:05:44.440 DEBUG:teuthology.orchestra.run.smithi120:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-01T06:05:44.528 DEBUG:teuthology.orchestra.run.smithi183:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-01T06:05:44.620 DEBUG:teuthology.orchestra.run.smithi120:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-01T06:05:44.651 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:05:44.652 DEBUG:teuthology.orchestra.run.smithi183:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-01T06:05:44.684 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:05:44.684 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-01T06:05:44.693 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-01T06:05:44.707 INFO:teuthology.task.internal:Duration was 505.622247 seconds 2023-12-01T06:05:44.707 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-01T06:05:44.723 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-01T06:05:44.723 DEBUG:teuthology.orchestra.run.smithi120:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T06:05:44.726 DEBUG:teuthology.orchestra.run.smithi183:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T06:05:44.769 INFO:teuthology.orchestra.run.smithi120.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T06:05:44.772 INFO:teuthology.orchestra.run.smithi183.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T06:05:45.073 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-01T06:05:45.073 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi120.front.sepia.ceph.com 2023-12-01T06:05:45.074 DEBUG:teuthology.orchestra.run.smithi120:> 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 2023-12-01T06:05:45.096 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi183.front.sepia.ceph.com 2023-12-01T06:05:45.096 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 2023-12-01T06:05:45.119 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-01T06:05:45.119 DEBUG:teuthology.orchestra.run.smithi120:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T06:05:45.139 DEBUG:teuthology.orchestra.run.smithi183:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T06:05:45.196 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-01T06:05:45.197 DEBUG:teuthology.orchestra.run.smithi120:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T06:05:45.216 DEBUG:teuthology.orchestra.run.smithi183:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T06:05:45.300 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-01T06:05:45.311 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-01T06:05:45.311 DEBUG:teuthology.orchestra.run.smithi120:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T06:05:45.338 DEBUG:teuthology.orchestra.run.smithi183:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T06:05:45.365 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-01T06:05:45.377 DEBUG:teuthology.orchestra.run.smithi120:> 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 2023-12-01T06:05:45.381 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 2023-12-01T06:05:45.404 INFO:teuthology.orchestra.run.smithi120.stdout:kernel.core_pattern = core 2023-12-01T06:05:45.432 INFO:teuthology.orchestra.run.smithi183.stdout:kernel.core_pattern = core 2023-12-01T06:05:45.477 DEBUG:teuthology.orchestra.run.smithi120:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T06:05:45.494 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:05:45.495 DEBUG:teuthology.orchestra.run.smithi183:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T06:05:45.533 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:05:45.534 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-01T06:05:45.544 INFO:teuthology.task.internal:Transferring archived files... 2023-12-01T06:05:45.545 DEBUG:teuthology.misc:Transferring archived files from smithi120:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472997/remote/smithi120 2023-12-01T06:05:45.545 DEBUG:teuthology.orchestra.run.smithi120:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T06:05:45.582 DEBUG:teuthology.misc:Transferring archived files from smithi183:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472997/remote/smithi183 2023-12-01T06:05:45.584 DEBUG:teuthology.orchestra.run.smithi183:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T06:05:45.627 INFO:teuthology.task.internal:Removing archive directory... 2023-12-01T06:05:45.627 DEBUG:teuthology.orchestra.run.smithi120:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T06:05:45.629 DEBUG:teuthology.orchestra.run.smithi183:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T06:05:45.675 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-01T06:05:45.686 INFO:teuthology.task.internal:Not uploading archives. 2023-12-01T06:05:45.686 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-01T06:05:45.704 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-01T06:05:45.704 DEBUG:teuthology.orchestra.run.smithi120:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T06:05:45.706 DEBUG:teuthology.orchestra.run.smithi183:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T06:05:45.722 INFO:teuthology.orchestra.run.smithi120.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 06:05 /home/ubuntu/cephtest 2023-12-01T06:05:45.722 INFO:teuthology.orchestra.run.smithi120.stdout: 525363 2124 -rwxrwxr-x 1 ubuntu ubuntu 2171037 Dec 1 06:05 /home/ubuntu/cephtest/cephadm 2023-12-01T06:05:45.723 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:05:45.723 INFO:teuthology.orchestra.run.smithi120.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2023-12-01T06:05:45.723 ERROR:teuthology.run_tasks:Manager failed: internal.base Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 154, in run_tasks suppress = manager.__exit__(*exc_info) File "/usr/lib/python3.8/contextlib.py", line 120, in __exit__ next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/internal/__init__.py", line 53, in base run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi120 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2023-12-01T06:05:45.728 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-01T06:05:45.741 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-01T06:05:45.756 DEBUG:teuthology.run_tasks:Exception was not quenched, exiting: CommandFailedError: Command failed on smithi120 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2023-12-01T06:05:45.757 INFO:teuthology.nuke:Checking targets against current locks 2023-12-01T06:05:45.762 INFO:teuthology.orchestra.run.smithi183.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 06:05 /home/ubuntu/cephtest 2023-12-01T06:05:45.762 INFO:teuthology.orchestra.run.smithi183.stdout: 525363 2124 -rwxrwxr-x 1 ubuntu ubuntu 2171037 Dec 1 06:05 /home/ubuntu/cephtest/cephadm 2023-12-01T06:05:45.763 INFO:teuthology.orchestra.run.smithi183.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2023-12-01T06:05:45.788 DEBUG:teuthology.nuke:shortname: smithi120 2023-12-01T06:05:45.789 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T06:05:45.817 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi120.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472997', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 05:49:07.900863', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBN7dolU+U8umC/T+AYASwpTUYbfZiIolHHmYwGc8Kh8+iDrsE/brSm7FRxorCP0Fbqa+j3nb6iNJ6EKrRGaeJL4='} 2023-12-01T06:05:45.818 DEBUG:teuthology.nuke:shortname: smithi183 2023-12-01T06:05:45.819 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T06:05:45.842 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi183.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472997', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 05:49:07.899634', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBARndDOgnrK25WPCdTf7p/hrID8ACs0CXNk2oduXxhNdb4ziqBFDXyKqXck/zpauwrq2N53RcCOxUkqZVntndYw='} 2023-12-01T06:05:45.874 INFO:teuthology.orchestra.console.smithi120:Power off 2023-12-01T06:05:45.874 DEBUG:teuthology.orchestra.console.smithi120:pexpect command: ipmitool -H smithi120.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T06:05:45.902 DEBUG:teuthology.orchestra.console.smithi120:power off output: Chassis Power Control: Down/Off 2023-12-01T06:05:45.903 DEBUG:teuthology.orchestra.console.smithi120:pexpect command: ipmitool -H smithi120.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:05:45.924 INFO:teuthology.orchestra.console.smithi183:Power off 2023-12-01T06:05:45.924 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T06:05:45.934 DEBUG:teuthology.orchestra.console.smithi120:check power output: Chassis Power is on 2023-12-01T06:05:45.947 DEBUG:teuthology.orchestra.console.smithi183:power off output: Chassis Power Control: Down/Off 2023-12-01T06:05:45.947 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:05:45.977 DEBUG:teuthology.orchestra.console.smithi183:check power output: Chassis Power is on 2023-12-01T06:05:49.936 DEBUG:teuthology.orchestra.console.smithi120:pexpect command: ipmitool -H smithi120.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:05:49.978 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:05:50.048 DEBUG:teuthology.orchestra.console.smithi120:check power output: Chassis Power is on 2023-12-01T06:05:50.089 DEBUG:teuthology.orchestra.console.smithi183:check power output: Chassis Power is on 2023-12-01T06:05:54.051 DEBUG:teuthology.orchestra.console.smithi120:pexpect command: ipmitool -H smithi120.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:05:54.090 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:05:54.162 DEBUG:teuthology.orchestra.console.smithi120:check power output: Chassis Power is off 2023-12-01T06:05:54.207 DEBUG:teuthology.orchestra.console.smithi183:check power output: Chassis Power is on 2023-12-01T06:05:54.264 INFO:teuthology.orchestra.console.smithi120:Power off completed 2023-12-01T06:05:58.210 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:05:58.323 DEBUG:teuthology.orchestra.console.smithi183:check power output: Chassis Power is off 2023-12-01T06:05:58.424 INFO:teuthology.orchestra.console.smithi183:Power off completed 2023-12-01T06:05:58.529 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} duration: 505.6222469806671 failure_reason: 'Command failed on smithi120 with status 1: ''sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a7cd1fe0-900f-11ee-95a2-87774f69a715 --force''' owner: scheduled_phlogistonjohn@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=395df3aaf831408086203e0c79534dd1 status: fail success: false 2023-12-01T06:05:58.531 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T06:05:58.647 INFO:teuthology.run:FAIL