2023-12-01T05:33:38.954 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-01T05:33:38.954 DEBUG:teuthology.run:Teuthology command: teuthology --name phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi --verbose --owner scheduled_phlogistonjohn@teuthology --archive /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472956 --description orch:cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} -- /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472956/orig.config.yaml 2023-12-01T05:33:38.990 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T05:33:39.078 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/7472956 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/rgw-ingress 3-final} email: jmulligan@redhat.com first_in_suite: false job_id: '7472956' 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: smithi139.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBL1IVn0w4ziACP840l1hZy42XKnq/jiFi+/Iqjn7rFJkuvrM6LsFTih0BGnpJ+1nmxbPSMTxZduaAh43piySExc= smithi177.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDqk3gUHRZT9qZA40dngqTvCRqfNb+PoJ+VbvCC6Vd1v19APPRHAJckJWj7zNqwOswxdfv3o+ApiV2AxVy3c4fA= 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 - cephadm.apply: specs: - placement: count: 4 host_pattern: '*' service_id: foo service_type: rgw spec: rgw_frontend_port: 8000 - placement: count: 2 service_id: rgw.foo service_type: ingress spec: backend_service: rgw.foo frontend_port: 9000 monitor_port: 9001 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: rgw.foo - cephadm.wait_for_service: service: ingress.rgw.foo - cephadm.shell: host.a: - "echo \"Check while healthy...\"\ncurl http://{{VIP0}}:9000/\n\n# stop each\ \ rgw in turn\necho \"Check with each rgw stopped in turn...\"\nfor rgw in `ceph\ \ orch ps | grep ^rgw.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $rgw\n while ! ceph orch ps | grep $rgw | grep stopped; do sleep 1 ; done\n\ \ while ! curl http://{{VIP0}}:9000/ ; do sleep 1 ; done\n ceph orch daemon\ \ start $rgw\n while ! ceph orch ps | grep $rgw | grep running; do sleep 1\ \ ; done\ndone\n\n# stop each haproxy in turn\necho \"Check with each haproxy\ \ down in turn...\"\nfor haproxy in `ceph orch ps | grep ^haproxy.rgw.foo. |\ \ awk '{print $1}'`; do\n ceph orch daemon stop $haproxy\n while ! ceph orch\ \ ps | grep $haproxy | grep stopped; do sleep 1 ; done\n while ! curl http://{{VIP0}}:9000/\ \ ; do sleep 1 ; done\n ceph orch daemon start $haproxy\n while ! ceph orch\ \ ps | grep $haproxy | grep running; do sleep 1 ; done\ndone\n\nwhile ! curl\ \ http://{{VIP0}}:9000/ ; do sleep 1 ; done\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 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:33:39.078 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:33:39.079 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks 2023-12-01T05:33:39.079 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-01T05:33:39.081 INFO:teuthology.task.internal:Checking packages... 2023-12-01T05:33:39.104 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '875037c4c0585d32b171b61f9b83f482e6b73b3d' 2023-12-01T05:33:39.104 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-01T05:33:39.105 INFO:teuthology.packaging:ref: None 2023-12-01T05:33:39.105 INFO:teuthology.packaging:tag: None 2023-12-01T05:33:39.105 INFO:teuthology.packaging:branch: wip-phlogistonjohn-testing-2023-11-30-1010 2023-12-01T05:33:39.105 INFO:teuthology.packaging:sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T05:33:39.105 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:33:39.246 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7662.g875037c4 2023-12-01T05:33:39.246 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-01T05:33:39.253 INFO:teuthology.task.internal:no buildpackages task found 2023-12-01T05:33:39.253 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-01T05:33:39.261 INFO:teuthology.task.internal:Saving configuration 2023-12-01T05:33:39.283 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-01T05:33:39.290 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T05:33:39.315 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi139.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/7472956', '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:28:29.893499', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBL1IVn0w4ziACP840l1hZy42XKnq/jiFi+/Iqjn7rFJkuvrM6LsFTih0BGnpJ+1nmxbPSMTxZduaAh43piySExc='} 2023-12-01T05:33:39.338 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi177.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/7472956', '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:28:29.895331', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDqk3gUHRZT9qZA40dngqTvCRqfNb+PoJ+VbvCC6Vd1v19APPRHAJckJWj7zNqwOswxdfv3o+ApiV2AxVy3c4fA='} 2023-12-01T05:33:39.339 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-01T05:33:39.345 INFO:teuthology.task.internal:roles: ubuntu@smithi139.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-01T05:33:39.345 INFO:teuthology.task.internal:roles: ubuntu@smithi177.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-01T05:33:39.345 INFO:teuthology.run_tasks:Running task console_log... 2023-12-01T05:33:39.478 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f9618a1cdc0>, signals=[15]) 2023-12-01T05:33:39.479 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-01T05:33:39.486 INFO:teuthology.task.internal:Opening connections... 2023-12-01T05:33:39.487 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi139.front.sepia.ceph.com 2023-12-01T05:33:39.488 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:33:39.556 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi177.front.sepia.ceph.com 2023-12-01T05:33:39.557 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:33:39.623 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-01T05:33:39.629 DEBUG:teuthology.orchestra.run.smithi139:> uname -m 2023-12-01T05:33:39.651 INFO:teuthology.orchestra.run.smithi139.stdout:x86_64 2023-12-01T05:33:39.652 DEBUG:teuthology.orchestra.run.smithi139:> cat /etc/os-release 2023-12-01T05:33:39.712 INFO:teuthology.orchestra.run.smithi139.stdout:NAME="CentOS Stream" 2023-12-01T05:33:39.712 INFO:teuthology.orchestra.run.smithi139.stdout:VERSION="8" 2023-12-01T05:33:39.712 INFO:teuthology.orchestra.run.smithi139.stdout:ID="centos" 2023-12-01T05:33:39.712 INFO:teuthology.orchestra.run.smithi139.stdout:ID_LIKE="rhel fedora" 2023-12-01T05:33:39.712 INFO:teuthology.orchestra.run.smithi139.stdout:VERSION_ID="8" 2023-12-01T05:33:39.712 INFO:teuthology.orchestra.run.smithi139.stdout:PLATFORM_ID="platform:el8" 2023-12-01T05:33:39.712 INFO:teuthology.orchestra.run.smithi139.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-01T05:33:39.712 INFO:teuthology.orchestra.run.smithi139.stdout:ANSI_COLOR="0;31" 2023-12-01T05:33:39.713 INFO:teuthology.orchestra.run.smithi139.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-01T05:33:39.713 INFO:teuthology.orchestra.run.smithi139.stdout:HOME_URL="https://centos.org/" 2023-12-01T05:33:39.713 INFO:teuthology.orchestra.run.smithi139.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T05:33:39.713 INFO:teuthology.orchestra.run.smithi139.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T05:33:39.713 INFO:teuthology.orchestra.run.smithi139.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-01T05:33:39.713 INFO:teuthology.lock.ops:Updating smithi139.front.sepia.ceph.com on lock server 2023-12-01T05:33:39.738 DEBUG:teuthology.orchestra.run.smithi177:> uname -m 2023-12-01T05:33:39.761 INFO:teuthology.orchestra.run.smithi177.stdout:x86_64 2023-12-01T05:33:39.761 DEBUG:teuthology.orchestra.run.smithi177:> cat /etc/os-release 2023-12-01T05:33:39.822 INFO:teuthology.orchestra.run.smithi177.stdout:NAME="CentOS Stream" 2023-12-01T05:33:39.823 INFO:teuthology.orchestra.run.smithi177.stdout:VERSION="8" 2023-12-01T05:33:39.823 INFO:teuthology.orchestra.run.smithi177.stdout:ID="centos" 2023-12-01T05:33:39.823 INFO:teuthology.orchestra.run.smithi177.stdout:ID_LIKE="rhel fedora" 2023-12-01T05:33:39.823 INFO:teuthology.orchestra.run.smithi177.stdout:VERSION_ID="8" 2023-12-01T05:33:39.823 INFO:teuthology.orchestra.run.smithi177.stdout:PLATFORM_ID="platform:el8" 2023-12-01T05:33:39.823 INFO:teuthology.orchestra.run.smithi177.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-01T05:33:39.824 INFO:teuthology.orchestra.run.smithi177.stdout:ANSI_COLOR="0;31" 2023-12-01T05:33:39.824 INFO:teuthology.orchestra.run.smithi177.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-01T05:33:39.824 INFO:teuthology.orchestra.run.smithi177.stdout:HOME_URL="https://centos.org/" 2023-12-01T05:33:39.824 INFO:teuthology.orchestra.run.smithi177.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T05:33:39.824 INFO:teuthology.orchestra.run.smithi177.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T05:33:39.824 INFO:teuthology.orchestra.run.smithi177.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-01T05:33:39.825 INFO:teuthology.lock.ops:Updating smithi177.front.sepia.ceph.com on lock server 2023-12-01T05:33:39.846 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-01T05:33:39.858 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-01T05:33:39.899 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-01T05:33:39.899 DEBUG:teuthology.orchestra.run.smithi139:> test '!' -e /home/ubuntu/cephtest 2023-12-01T05:33:39.901 DEBUG:teuthology.orchestra.run.smithi177:> test '!' -e /home/ubuntu/cephtest 2023-12-01T05:33:39.922 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-01T05:33:39.928 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-01T05:33:39.928 DEBUG:teuthology.orchestra.run.smithi139:> test -z $(ls -A /var/lib/ceph) 2023-12-01T05:33:39.962 DEBUG:teuthology.orchestra.run.smithi177:> test -z $(ls -A /var/lib/ceph) 2023-12-01T05:33:39.992 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-01T05:33:40.049 INFO:teuthology.run_tasks:Running task kernel... 2023-12-01T05:33:40.067 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-01T05:33:40.067 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-01T05:33:40.067 DEBUG:teuthology.orchestra.run.smithi139:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T05:33:40.068 DEBUG:teuthology.orchestra.run.smithi177:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T05:33:40.088 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:33:40.089 DEBUG:teuthology.orchestra.run.smithi139:> uname -r 2023-12-01T05:33:40.089 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:33:40.090 DEBUG:teuthology.orchestra.run.smithi177:> uname -r 2023-12-01T05:33:40.150 INFO:teuthology.orchestra.run.smithi139.stdout:4.18.0-489.el8.x86_64 2023-12-01T05:33:40.151 INFO:teuthology.task.kernel:Running kernel on smithi139: 4.18.0-489.el8.x86_64 2023-12-01T05:33:40.151 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum install -y kernel 2023-12-01T05:33:40.152 INFO:teuthology.orchestra.run.smithi177.stdout:4.18.0-489.el8.x86_64 2023-12-01T05:33:40.152 INFO:teuthology.task.kernel:Running kernel on smithi177: 4.18.0-489.el8.x86_64 2023-12-01T05:33:40.152 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum install -y kernel 2023-12-01T05:33:46.403 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS Stream 8 - AppStream 9.4 MB/s | 34 MB 00:03 2023-12-01T05:33:57.838 INFO:teuthology.orchestra.run.smithi139.stdout:CentOS Stream 8 - AppStream 2.3 MB/s | 34 MB 00:15 2023-12-01T05:34:18.878 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS Stream 8 - BaseOS 2.1 MB/s | 55 MB 00:26 2023-12-01T05:34:23.382 INFO:teuthology.orchestra.run.smithi139.stdout:CentOS Stream 8 - BaseOS 2.8 MB/s | 55 MB 00:19 2023-12-01T05:34:27.116 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS Stream 8 - Extras 38 kB/s | 18 kB 00:00 2023-12-01T05:34:27.742 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS Stream 8 - Extras common packages 16 kB/s | 6.9 kB 00:00 2023-12-01T05:34:28.135 INFO:teuthology.orchestra.run.smithi177.stdout:Copr repo for python3-asyncssh owned by ceph 14 kB/s | 3.5 kB 00:00 2023-12-01T05:34:31.498 INFO:teuthology.orchestra.run.smithi139.stdout:CentOS Stream 8 - Extras 60 kB/s | 18 kB 00:00 2023-12-01T05:34:32.357 INFO:teuthology.orchestra.run.smithi139.stdout:CentOS Stream 8 - Extras common packages 10 kB/s | 6.9 kB 00:00 2023-12-01T05:34:32.859 INFO:teuthology.orchestra.run.smithi139.stdout:Copr repo for python3-asyncssh owned by ceph 10 kB/s | 3.5 kB 00:00 2023-12-01T05:34:36.159 INFO:teuthology.orchestra.run.smithi177.stdout:Extra Packages for Enterprise Linux 2.0 MB/s | 16 MB 00:07 2023-12-01T05:34:39.951 INFO:teuthology.orchestra.run.smithi177.stdout:lab-extras 584 kB/s | 24 kB 00:00 2023-12-01T05:34:43.500 INFO:teuthology.orchestra.run.smithi177.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-01T05:34:43.500 INFO:teuthology.orchestra.run.smithi177.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-01T05:34:43.778 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-12-01T05:34:43.778 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-12-01T05:34:43.778 INFO:teuthology.orchestra.run.smithi177.stdout: Package Architecture Version Repository Size 2023-12-01T05:34:43.778 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-12-01T05:34:43.778 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2023-12-01T05:34:43.778 INFO:teuthology.orchestra.run.smithi177.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-12-01T05:34:43.778 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2023-12-01T05:34:43.779 INFO:teuthology.orchestra.run.smithi177.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-12-01T05:34:43.779 INFO:teuthology.orchestra.run.smithi177.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-12-01T05:34:43.779 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T05:34:43.779 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2023-12-01T05:34:43.779 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-12-01T05:34:43.779 INFO:teuthology.orchestra.run.smithi177.stdout:Install 3 Packages 2023-12-01T05:34:43.779 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T05:34:43.779 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 90 M 2023-12-01T05:34:43.779 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 96 M 2023-12-01T05:34:43.779 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2023-12-01T05:34:49.731 INFO:teuthology.orchestra.run.smithi139.stdout:Extra Packages for Enterprise Linux 976 kB/s | 16 MB 00:16 2023-12-01T05:34:53.285 INFO:teuthology.orchestra.run.smithi177.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 1.1 MB/s | 10 MB 00:09 2023-12-01T05:34:53.631 INFO:teuthology.orchestra.run.smithi139.stdout:lab-extras 389 kB/s | 24 kB 00:00 2023-12-01T05:34:57.231 INFO:teuthology.orchestra.run.smithi139.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-01T05:34:57.231 INFO:teuthology.orchestra.run.smithi139.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-01T05:34:57.502 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2023-12-01T05:34:57.503 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-12-01T05:34:57.503 INFO:teuthology.orchestra.run.smithi139.stdout: Package Architecture Version Repository Size 2023-12-01T05:34:57.503 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-12-01T05:34:57.503 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2023-12-01T05:34:57.503 INFO:teuthology.orchestra.run.smithi139.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-12-01T05:34:57.504 INFO:teuthology.orchestra.run.smithi139.stdout:Installing dependencies: 2023-12-01T05:34:57.504 INFO:teuthology.orchestra.run.smithi139.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-12-01T05:34:57.504 INFO:teuthology.orchestra.run.smithi139.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-12-01T05:34:57.504 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-12-01T05:34:57.504 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2023-12-01T05:34:57.504 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-12-01T05:34:57.504 INFO:teuthology.orchestra.run.smithi139.stdout:Install 3 Packages 2023-12-01T05:34:57.504 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-12-01T05:34:57.504 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 90 M 2023-12-01T05:34:57.505 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 96 M 2023-12-01T05:34:57.505 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2023-12-01T05:35:06.024 INFO:teuthology.orchestra.run.smithi177.stdout:(2/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 1.6 MB/s | 36 MB 00:22 2023-12-01T05:35:07.907 INFO:teuthology.orchestra.run.smithi177.stdout:(3/3): kernel-core-4.18.0-526.el8.x86_64.rpm 1.8 MB/s | 43 MB 00:24 2023-12-01T05:35:07.908 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2023-12-01T05:35:07.908 INFO:teuthology.orchestra.run.smithi177.stdout:Total 3.7 MB/s | 90 MB 00:24 2023-12-01T05:35:08.580 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2023-12-01T05:35:09.030 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2023-12-01T05:35:09.031 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2023-12-01T05:35:10.278 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2023-12-01T05:35:10.306 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2023-12-01T05:35:11.697 INFO:teuthology.orchestra.run.smithi139.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 741 kB/s | 10 MB 00:13 2023-12-01T05:35:13.129 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2023-12-01T05:35:13.642 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-01T05:35:17.183 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-01T05:35:17.575 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-01T05:35:21.003 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-01T05:35:21.281 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-12-01T05:35:32.611 INFO:teuthology.orchestra.run.smithi139.stdout:(2/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 1.0 MB/s | 36 MB 00:34 2023-12-01T05:35:38.469 INFO:teuthology.orchestra.run.smithi139.stdout:(3/3): kernel-core-4.18.0-526.el8.x86_64.rpm 1.1 MB/s | 43 MB 00:40 2023-12-01T05:35:38.469 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2023-12-01T05:35:38.469 INFO:teuthology.orchestra.run.smithi139.stdout:Total 2.2 MB/s | 90 MB 00:40 2023-12-01T05:35:39.148 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2023-12-01T05:35:39.577 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2023-12-01T05:35:39.577 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2023-12-01T05:35:40.818 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2023-12-01T05:35:40.852 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2023-12-01T05:35:43.331 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-12-01T05:35:43.354 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-01T05:35:43.642 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2023-12-01T05:35:43.693 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-12-01T05:35:43.693 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-12-01T05:35:43.693 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-12-01T05:35:44.170 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-01T05:35:44.487 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-01T05:35:44.487 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T05:35:44.488 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2023-12-01T05:35:44.488 INFO:teuthology.orchestra.run.smithi177.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-12-01T05:35:44.488 INFO:teuthology.orchestra.run.smithi177.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-12-01T05:35:44.488 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T05:35:44.488 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2023-12-01T05:35:44.659 DEBUG:teuthology.orchestra.run.smithi177:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T05:35:44.878 INFO:teuthology.orchestra.run.smithi177.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-01T05:35:44.878 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-01T05:35:44.878 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:35:44.878 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-01T05:35:44.879 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-01T05:35:44.879 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-01T05:35:44.879 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi177.front.sepia.ceph.com, path=None, version=distro) 2023-12-01T05:35:44.879 DEBUG:teuthology.orchestra.run.smithi177:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T05:35:45.088 INFO:teuthology.orchestra.run.smithi177.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-01T05:35:45.088 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-01T05:35:45.088 DEBUG:teuthology.orchestra.run.smithi177:> sudo rpm -qi grub2-tools 2023-12-01T05:35:45.122 INFO:teuthology.orchestra.run.smithi177.stdout:Name : grub2-tools 2023-12-01T05:35:45.122 INFO:teuthology.orchestra.run.smithi177.stdout:Epoch : 1 2023-12-01T05:35:45.122 INFO:teuthology.orchestra.run.smithi177.stdout:Version : 2.02 2023-12-01T05:35:45.122 INFO:teuthology.orchestra.run.smithi177.stdout:Release : 129.el8 2023-12-01T05:35:45.122 INFO:teuthology.orchestra.run.smithi177.stdout:Architecture: x86_64 2023-12-01T05:35:45.122 INFO:teuthology.orchestra.run.smithi177.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-01T05:35:45.122 INFO:teuthology.orchestra.run.smithi177.stdout:Group : System Environment/Base 2023-12-01T05:35:45.122 INFO:teuthology.orchestra.run.smithi177.stdout:Size : 9265586 2023-12-01T05:35:45.122 INFO:teuthology.orchestra.run.smithi177.stdout:License : GPLv3+ 2023-12-01T05:35:45.122 INFO:teuthology.orchestra.run.smithi177.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-01T05:35:45.123 INFO:teuthology.orchestra.run.smithi177.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-01T05:35:45.123 INFO:teuthology.orchestra.run.smithi177.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-01T05:35:45.123 INFO:teuthology.orchestra.run.smithi177.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-01T05:35:45.123 INFO:teuthology.orchestra.run.smithi177.stdout:Relocations : (not relocatable) 2023-12-01T05:35:45.123 INFO:teuthology.orchestra.run.smithi177.stdout:Packager : CentOS BuildSystem 2023-12-01T05:35:45.123 INFO:teuthology.orchestra.run.smithi177.stdout:Vendor : CentOS 2023-12-01T05:35:45.123 INFO:teuthology.orchestra.run.smithi177.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-01T05:35:45.123 INFO:teuthology.orchestra.run.smithi177.stdout:Summary : Support tools for GRUB. 2023-12-01T05:35:45.123 INFO:teuthology.orchestra.run.smithi177.stdout:Description : 2023-12-01T05:35:45.123 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T05:35:45.123 INFO:teuthology.orchestra.run.smithi177.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-01T05:35:45.123 INFO:teuthology.orchestra.run.smithi177.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-01T05:35:45.123 INFO:teuthology.orchestra.run.smithi177.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-01T05:35:45.123 INFO:teuthology.orchestra.run.smithi177.stdout:hardware devices. 2023-12-01T05:35:45.123 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T05:35:45.124 INFO:teuthology.orchestra.run.smithi177.stdout:This subpackage provides tools for support of all platforms. 2023-12-01T05:35:45.124 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-01T05:35:45.124 INFO:teuthology.task.kernel:Updating grub on smithi177 to boot 4.18.0-526.el8.x86_64 2023-12-01T05:35:45.125 DEBUG:teuthology.orchestra.run.smithi177:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-01T05:35:46.889 INFO:teuthology.orchestra.run.smithi177.stderr:Generating grub configuration file ... 2023-12-01T05:35:47.718 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-01T05:35:48.103 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-01T05:35:48.965 INFO:teuthology.orchestra.run.smithi177.stderr:done 2023-12-01T05:35:48.966 DEBUG:teuthology.orchestra.run.smithi177:> mktemp 2023-12-01T05:35:49.001 INFO:teuthology.orchestra.run.smithi177.stdout:/tmp/tmp.BjxBCQI9KV 2023-12-01T05:35:49.002 DEBUG:teuthology.orchestra.run.smithi177:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.BjxBCQI9KV 2023-12-01T05:35:49.090 DEBUG:teuthology.orchestra.run.smithi177:> sudo chmod 0666 /tmp/tmp.BjxBCQI9KV 2023-12-01T05:35:49.200 DEBUG:teuthology.orchestra.remote:smithi177:/tmp/tmp.BjxBCQI9KV is 6KB 2023-12-01T05:35:49.259 DEBUG:teuthology.orchestra.run.smithi177:> rm -fr /tmp/tmp.BjxBCQI9KV 2023-12-01T05:35:49.279 DEBUG:teuthology.orchestra.run.smithi177:> sudo /bin/ls /boot/loader/entries || true 2023-12-01T05:35:49.356 INFO:teuthology.orchestra.run.smithi177.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-01T05:35:49.356 INFO:teuthology.orchestra.run.smithi177.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-01T05:35:49.356 INFO:teuthology.orchestra.run.smithi177.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-01T05:35:49.357 INFO:teuthology.orchestra.run.smithi177.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-12-01T05:35:49.359 DEBUG:teuthology.orchestra.run.smithi177:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-12-01T05:35:49.560 DEBUG:teuthology.orchestra.run.smithi177:> sudo shutdown -r now 2023-12-01T05:35:51.529 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-01T05:35:51.832 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-12-01T05:36:13.588 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-12-01T05:36:13.613 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-01T05:36:13.949 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-12-01T05:36:13.949 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-12-01T05:36:13.949 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-12-01T05:36:14.705 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-01T05:36:14.705 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-12-01T05:36:14.705 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2023-12-01T05:36:14.705 INFO:teuthology.orchestra.run.smithi139.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-12-01T05:36:14.705 INFO:teuthology.orchestra.run.smithi139.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-12-01T05:36:14.705 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-12-01T05:36:14.706 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2023-12-01T05:36:14.839 DEBUG:teuthology.orchestra.run.smithi139:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T05:36:15.060 INFO:teuthology.orchestra.run.smithi139.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-01T05:36:15.061 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-01T05:36:15.061 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:36:15.061 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-01T05:36:15.061 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-01T05:36:15.061 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-01T05:36:15.061 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi139.front.sepia.ceph.com, path=None, version=distro) 2023-12-01T05:36:15.061 DEBUG:teuthology.orchestra.run.smithi139:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T05:36:15.270 INFO:teuthology.orchestra.run.smithi139.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-01T05:36:15.270 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-01T05:36:15.271 DEBUG:teuthology.orchestra.run.smithi139:> sudo rpm -qi grub2-tools 2023-12-01T05:36:15.304 INFO:teuthology.orchestra.run.smithi139.stdout:Name : grub2-tools 2023-12-01T05:36:15.304 INFO:teuthology.orchestra.run.smithi139.stdout:Epoch : 1 2023-12-01T05:36:15.304 INFO:teuthology.orchestra.run.smithi139.stdout:Version : 2.02 2023-12-01T05:36:15.304 INFO:teuthology.orchestra.run.smithi139.stdout:Release : 129.el8 2023-12-01T05:36:15.304 INFO:teuthology.orchestra.run.smithi139.stdout:Architecture: x86_64 2023-12-01T05:36:15.304 INFO:teuthology.orchestra.run.smithi139.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-01T05:36:15.304 INFO:teuthology.orchestra.run.smithi139.stdout:Group : System Environment/Base 2023-12-01T05:36:15.304 INFO:teuthology.orchestra.run.smithi139.stdout:Size : 9265586 2023-12-01T05:36:15.304 INFO:teuthology.orchestra.run.smithi139.stdout:License : GPLv3+ 2023-12-01T05:36:15.305 INFO:teuthology.orchestra.run.smithi139.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-01T05:36:15.305 INFO:teuthology.orchestra.run.smithi139.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-01T05:36:15.305 INFO:teuthology.orchestra.run.smithi139.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-01T05:36:15.305 INFO:teuthology.orchestra.run.smithi139.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-01T05:36:15.305 INFO:teuthology.orchestra.run.smithi139.stdout:Relocations : (not relocatable) 2023-12-01T05:36:15.305 INFO:teuthology.orchestra.run.smithi139.stdout:Packager : CentOS BuildSystem 2023-12-01T05:36:15.305 INFO:teuthology.orchestra.run.smithi139.stdout:Vendor : CentOS 2023-12-01T05:36:15.305 INFO:teuthology.orchestra.run.smithi139.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-01T05:36:15.305 INFO:teuthology.orchestra.run.smithi139.stdout:Summary : Support tools for GRUB. 2023-12-01T05:36:15.305 INFO:teuthology.orchestra.run.smithi139.stdout:Description : 2023-12-01T05:36:15.305 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-12-01T05:36:15.305 INFO:teuthology.orchestra.run.smithi139.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-01T05:36:15.305 INFO:teuthology.orchestra.run.smithi139.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-01T05:36:15.305 INFO:teuthology.orchestra.run.smithi139.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-01T05:36:15.306 INFO:teuthology.orchestra.run.smithi139.stdout:hardware devices. 2023-12-01T05:36:15.306 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-12-01T05:36:15.306 INFO:teuthology.orchestra.run.smithi139.stdout:This subpackage provides tools for support of all platforms. 2023-12-01T05:36:15.307 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-01T05:36:15.308 INFO:teuthology.task.kernel:Updating grub on smithi139 to boot 4.18.0-526.el8.x86_64 2023-12-01T05:36:15.308 DEBUG:teuthology.orchestra.run.smithi139:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-01T05:36:16.777 INFO:teuthology.orchestra.run.smithi139.stderr:Generating grub configuration file ... 2023-12-01T05:36:19.046 INFO:teuthology.orchestra.run.smithi139.stderr:done 2023-12-01T05:36:19.047 DEBUG:teuthology.orchestra.run.smithi139:> mktemp 2023-12-01T05:36:19.073 INFO:teuthology.orchestra.run.smithi139.stdout:/tmp/tmp.DibsJpHGrm 2023-12-01T05:36:19.073 DEBUG:teuthology.orchestra.run.smithi139:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.DibsJpHGrm 2023-12-01T05:36:19.172 DEBUG:teuthology.orchestra.run.smithi139:> sudo chmod 0666 /tmp/tmp.DibsJpHGrm 2023-12-01T05:36:19.270 DEBUG:teuthology.orchestra.remote:smithi139:/tmp/tmp.DibsJpHGrm is 6KB 2023-12-01T05:36:19.321 DEBUG:teuthology.orchestra.run.smithi139:> rm -fr /tmp/tmp.DibsJpHGrm 2023-12-01T05:36:19.339 DEBUG:teuthology.orchestra.run.smithi139:> sudo /bin/ls /boot/loader/entries || true 2023-12-01T05:36:19.404 INFO:teuthology.orchestra.run.smithi139.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-01T05:36:19.404 INFO:teuthology.orchestra.run.smithi139.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-01T05:36:19.404 INFO:teuthology.orchestra.run.smithi139.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-01T05:36:19.404 INFO:teuthology.orchestra.run.smithi139.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-12-01T05:36:19.405 DEBUG:teuthology.orchestra.run.smithi139:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-12-01T05:36:19.564 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-01T05:36:19.564 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2023-12-01T05:36:19.565 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:36:19.567 DEBUG:teuthology.orchestra.run.smithi139:> sudo shutdown -r now 2023-12-01T05:36:49.598 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-01T05:36:49.598 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi139.front.sepia.ceph.com' 2023-12-01T05:36:49.599 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:37:19.594 DEBUG:teuthology.orchestra.remote:timed out 2023-12-01T05:37:28.602 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2023-12-01T05:37:28.603 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:37:29.030 DEBUG:teuthology.orchestra.run.smithi177:> true 2023-12-01T05:37:29.264 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi177.front.sepia.ceph.com' 2023-12-01T05:37:29.264 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-526.el8.x86_64"... 2023-12-01T05:37:29.264 DEBUG:teuthology.orchestra.run.smithi177:> uname -r 2023-12-01T05:37:29.281 INFO:teuthology.orchestra.run.smithi177.stdout:4.18.0-526.el8.x86_64 2023-12-01T05:37:29.281 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:37:29.281 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-01T05:37:29.281 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-01T05:37:30.283 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-01T05:37:30.283 DEBUG:teuthology.orchestra.run.smithi177:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T05:37:30.349 INFO:teuthology.orchestra.run.smithi177.stdout:ttyS1 2023-12-01T05:37:30.360 DEBUG:teuthology.parallel:result is None 2023-12-01T05:37:49.601 DEBUG:teuthology.orchestra.remote:timed out 2023-12-01T05:37:58.602 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi139.front.sepia.ceph.com' 2023-12-01T05:37:58.603 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:37:58.934 DEBUG:teuthology.orchestra.run.smithi139:> true 2023-12-01T05:37:59.239 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi139.front.sepia.ceph.com' 2023-12-01T05:37:59.239 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-526.el8.x86_64"... 2023-12-01T05:37:59.240 DEBUG:teuthology.orchestra.run.smithi139:> uname -r 2023-12-01T05:37:59.257 INFO:teuthology.orchestra.run.smithi139.stdout:4.18.0-526.el8.x86_64 2023-12-01T05:37:59.257 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:37:59.257 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-01T05:37:59.257 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-01T05:38:00.258 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-01T05:38:00.258 DEBUG:teuthology.orchestra.run.smithi139:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T05:38:00.377 INFO:teuthology.orchestra.run.smithi139.stdout:ttyS1 2023-12-01T05:38:00.389 DEBUG:teuthology.parallel:result is None 2023-12-01T05:38:00.390 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-01T05:38:00.398 INFO:teuthology.task.internal:Creating test directory... 2023-12-01T05:38:00.398 DEBUG:teuthology.orchestra.run.smithi139:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T05:38:00.400 DEBUG:teuthology.orchestra.run.smithi177:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T05:38:00.424 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-01T05:38:00.433 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-01T05:38:00.443 INFO:teuthology.task.internal:Creating archive directory... 2023-12-01T05:38:00.443 DEBUG:teuthology.orchestra.run.smithi139:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T05:38:00.458 DEBUG:teuthology.orchestra.run.smithi177:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T05:38:00.503 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-01T05:38:00.513 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-01T05:38:00.514 DEBUG:teuthology.orchestra.run.smithi139:> 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:38:00.526 DEBUG:teuthology.orchestra.run.smithi177:> 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:38:00.563 INFO:teuthology.orchestra.run.smithi139.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:38:00.575 INFO:teuthology.orchestra.run.smithi139.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:38:00.589 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:38:00.600 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:38:00.601 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-01T05:38:00.608 INFO:teuthology.task.internal:Configuring sudo... 2023-12-01T05:38:00.608 DEBUG:teuthology.orchestra.run.smithi139:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T05:38:00.619 DEBUG:teuthology.orchestra.run.smithi177:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T05:38:00.649 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-01T05:38:00.657 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-01T05:38:00.659 DEBUG:teuthology.orchestra.run.smithi139:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T05:38:00.691 DEBUG:teuthology.orchestra.run.smithi177:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T05:38:00.709 DEBUG:teuthology.orchestra.run.smithi139:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:38:00.788 DEBUG:teuthology.orchestra.run.smithi139:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:38:00.853 DEBUG:teuthology.orchestra.run.smithi139:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:38:00.895 DEBUG:teuthology.orchestra.run.smithi139:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:38:00.940 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2023-12-01T05:38:00.940 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T05:38:01.006 DEBUG:teuthology.orchestra.run.smithi177:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:38:01.053 DEBUG:teuthology.orchestra.run.smithi177:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:38:01.106 DEBUG:teuthology.orchestra.run.smithi177:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:38:01.193 DEBUG:teuthology.orchestra.run.smithi177:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:38:01.236 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2023-12-01T05:38:01.237 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T05:38:01.304 DEBUG:teuthology.orchestra.run.smithi139:> sudo service rsyslog restart 2023-12-01T05:38:01.307 DEBUG:teuthology.orchestra.run.smithi177:> sudo service rsyslog restart 2023-12-01T05:38:01.421 INFO:teuthology.orchestra.run.smithi177.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T05:38:01.430 INFO:teuthology.orchestra.run.smithi139.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T05:38:01.862 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-01T05:38:01.870 INFO:teuthology.task.internal:Starting timer... 2023-12-01T05:38:01.870 INFO:teuthology.run_tasks:Running task pcp... 2023-12-01T05:38:01.885 INFO:teuthology.run_tasks:Running task selinux... 2023-12-01T05:38:01.897 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-01T05:38:01.897 DEBUG:teuthology.orchestra.run.smithi139:> sudo service auditd rotate 2023-12-01T05:38:02.693 INFO:teuthology.orchestra.run.smithi139.stdout:Rotating logs: 2023-12-01T05:38:02.734 DEBUG:teuthology.orchestra.run.smithi177:> sudo service auditd rotate 2023-12-01T05:38:02.801 INFO:teuthology.orchestra.run.smithi177.stdout:Rotating logs: 2023-12-01T05:38:02.802 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-01T05:38:02.802 DEBUG:teuthology.orchestra.run.smithi139:> /usr/sbin/getenforce 2023-12-01T05:38:03.082 INFO:teuthology.orchestra.run.smithi139.stdout:Permissive 2023-12-01T05:38:03.083 DEBUG:teuthology.orchestra.run.smithi177:> /usr/sbin/getenforce 2023-12-01T05:38:03.116 INFO:teuthology.orchestra.run.smithi177.stdout:Permissive 2023-12-01T05:38:03.117 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi139.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi177.front.sepia.ceph.com': 'permissive'} 2023-12-01T05:38:03.117 DEBUG:teuthology.orchestra.run.smithi139:> 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:38:03.148 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:38:03.148 DEBUG:teuthology.orchestra.run.smithi177:> 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:38:03.184 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:38:03.184 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-01T05:38:03.185 DEBUG:teuthology.orchestra.run.smithi139:> sudo /usr/sbin/setenforce permissive 2023-12-01T05:38:03.215 DEBUG:teuthology.orchestra.run.smithi177:> sudo /usr/sbin/setenforce permissive 2023-12-01T05:38:03.252 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-01T05:38:03.264 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-12-01T05:38:03.264 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-01T05:38:03.286 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:38:03.287 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi139.front.sepia.ceph.com,smithi177.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-01T05:45:42.471 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi139.front.sepia.ceph.com'), Remote(name='ubuntu@smithi177.front.sepia.ceph.com')] 2023-12-01T05:45:42.472 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi139.front.sepia.ceph.com' 2023-12-01T05:45:42.473 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:45:42.540 DEBUG:teuthology.orchestra.run.smithi139:> true 2023-12-01T05:45:42.607 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi139.front.sepia.ceph.com' 2023-12-01T05:45:42.608 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2023-12-01T05:45:42.608 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:45:42.676 DEBUG:teuthology.orchestra.run.smithi177:> true 2023-12-01T05:45:42.746 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi177.front.sepia.ceph.com' 2023-12-01T05:45:42.747 INFO:teuthology.run_tasks:Running task clock... 2023-12-01T05:45:42.757 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-01T05:45:42.757 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T05:45:42.757 DEBUG:teuthology.orchestra.run.smithi139:> 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-01T05:45:42.759 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T05:45:42.760 DEBUG:teuthology.orchestra.run.smithi177:> 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-01T05:45:42.789 INFO:teuthology.orchestra.run.smithi139.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T05:45:42.803 INFO:teuthology.orchestra.run.smithi139.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T05:45:42.820 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T05:45:42.835 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T05:45:42.865 INFO:teuthology.orchestra.run.smithi139.stderr:sudo: ntpd: command not found 2023-12-01T05:45:42.876 INFO:teuthology.orchestra.run.smithi139.stdout:506 Cannot talk to daemon 2023-12-01T05:45:42.889 INFO:teuthology.orchestra.run.smithi139.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T05:45:42.902 INFO:teuthology.orchestra.run.smithi177.stderr:sudo: ntpd: command not found 2023-12-01T05:45:42.906 INFO:teuthology.orchestra.run.smithi139.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T05:45:42.913 INFO:teuthology.orchestra.run.smithi177.stdout:506 Cannot talk to daemon 2023-12-01T05:45:42.926 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T05:45:42.940 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T05:45:42.971 INFO:teuthology.orchestra.run.smithi139.stderr:bash: ntpq: command not found 2023-12-01T05:45:42.975 INFO:teuthology.orchestra.run.smithi139.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T05:45:42.975 INFO:teuthology.orchestra.run.smithi139.stdout:=============================================================================== 2023-12-01T05:45:42.976 INFO:teuthology.orchestra.run.smithi139.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:45:42.976 INFO:teuthology.orchestra.run.smithi139.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:45:42.976 INFO:teuthology.orchestra.run.smithi139.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:45:42.976 INFO:teuthology.orchestra.run.smithi139.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:45:43.003 INFO:teuthology.orchestra.run.smithi177.stderr:bash: ntpq: command not found 2023-12-01T05:45:43.007 INFO:teuthology.orchestra.run.smithi177.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T05:45:43.007 INFO:teuthology.orchestra.run.smithi177.stdout:=============================================================================== 2023-12-01T05:45:43.007 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:45:43.007 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:45:43.007 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:45:43.007 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:45:43.008 INFO:teuthology.run_tasks:Running task pexec... 2023-12-01T05:45:43.019 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-01T05:45:43.019 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi139.front.sepia.ceph.com 2023-12-01T05:45:43.019 DEBUG:teuthology.orchestra.run.smithi139:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T05:45:43.019 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi177.front.sepia.ceph.com 2023-12-01T05:45:43.020 DEBUG:teuthology.orchestra.run.smithi177:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T05:45:43.899 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:47 ago on Fri 01 Dec 2023 05:43:56 AM UTC. 2023-12-01T05:45:43.925 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:47 ago on Fri 01 Dec 2023 05:43:56 AM UTC. 2023-12-01T05:45:46.036 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2023-12-01T05:45:46.037 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-12-01T05:45:46.037 INFO:teuthology.orchestra.run.smithi139.stdout: Package Architecture Version Repository Size 2023-12-01T05:45:46.037 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-12-01T05:45:46.037 INFO:teuthology.orchestra.run.smithi139.stdout:Resetting modules: 2023-12-01T05:45:46.037 INFO:teuthology.orchestra.run.smithi139.stdout: container-tools 2023-12-01T05:45:46.037 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-12-01T05:45:46.037 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2023-12-01T05:45:46.037 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-12-01T05:45:46.037 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-12-01T05:45:46.051 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-12-01T05:45:46.052 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-12-01T05:45:46.052 INFO:teuthology.orchestra.run.smithi177.stdout: Package Architecture Version Repository Size 2023-12-01T05:45:46.052 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-12-01T05:45:46.052 INFO:teuthology.orchestra.run.smithi177.stdout:Resetting modules: 2023-12-01T05:45:46.053 INFO:teuthology.orchestra.run.smithi177.stdout: container-tools 2023-12-01T05:45:46.053 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T05:45:46.053 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2023-12-01T05:45:46.053 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-12-01T05:45:46.053 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T05:45:46.309 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2023-12-01T05:45:46.309 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2023-12-01T05:45:47.229 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:51 ago on Fri 01 Dec 2023 05:43:56 AM UTC. 2023-12-01T05:45:47.253 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:51 ago on Fri 01 Dec 2023 05:43:56 AM UTC. 2023-12-01T05:45:49.339 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-12-01T05:45:49.371 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2023-12-01T05:45:49.523 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-12-01T05:45:49.523 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2023-12-01T05:45:49.523 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-12-01T05:45:49.523 INFO:teuthology.orchestra.run.smithi177.stdout:Installing group/module packages: 2023-12-01T05:45:49.523 INFO:teuthology.orchestra.run.smithi177.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-01T05:45:49.523 INFO:teuthology.orchestra.run.smithi177.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-01T05:45:49.524 INFO:teuthology.orchestra.run.smithi177.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-01T05:45:49.524 INFO:teuthology.orchestra.run.smithi177.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-01T05:45:49.524 INFO:teuthology.orchestra.run.smithi177.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-01T05:45:49.524 INFO:teuthology.orchestra.run.smithi177.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-01T05:45:49.524 INFO:teuthology.orchestra.run.smithi177.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-01T05:45:49.524 INFO:teuthology.orchestra.run.smithi177.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-01T05:45:49.524 INFO:teuthology.orchestra.run.smithi177.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-01T05:45:49.524 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2023-12-01T05:45:49.524 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-01T05:45:49.524 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-01T05:45:49.524 INFO:teuthology.orchestra.run.smithi177.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-01T05:45:49.524 INFO:teuthology.orchestra.run.smithi177.stdout:Installing weak dependencies: 2023-12-01T05:45:49.524 INFO:teuthology.orchestra.run.smithi177.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-01T05:45:49.524 INFO:teuthology.orchestra.run.smithi177.stdout:Installing module profiles: 2023-12-01T05:45:49.525 INFO:teuthology.orchestra.run.smithi177.stdout: container-tools/common 2023-12-01T05:45:49.525 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T05:45:49.525 INFO:teuthology.orchestra.run.smithi177.stdout:Enabling module streams: 2023-12-01T05:45:49.525 INFO:teuthology.orchestra.run.smithi177.stdout: container-tools rhel8 2023-12-01T05:45:49.525 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T05:45:49.525 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2023-12-01T05:45:49.525 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-12-01T05:45:49.525 INFO:teuthology.orchestra.run.smithi177.stdout:Install 13 Packages 2023-12-01T05:45:49.525 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T05:45:49.525 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 27 M 2023-12-01T05:45:49.525 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 89 M 2023-12-01T05:45:49.525 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2023-12-01T05:45:49.556 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-12-01T05:45:49.556 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repository Size 2023-12-01T05:45:49.556 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-12-01T05:45:49.556 INFO:teuthology.orchestra.run.smithi139.stdout:Installing group/module packages: 2023-12-01T05:45:49.556 INFO:teuthology.orchestra.run.smithi139.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-01T05:45:49.556 INFO:teuthology.orchestra.run.smithi139.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-01T05:45:49.557 INFO:teuthology.orchestra.run.smithi139.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-01T05:45:49.557 INFO:teuthology.orchestra.run.smithi139.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-01T05:45:49.557 INFO:teuthology.orchestra.run.smithi139.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-01T05:45:49.557 INFO:teuthology.orchestra.run.smithi139.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-01T05:45:49.557 INFO:teuthology.orchestra.run.smithi139.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-01T05:45:49.557 INFO:teuthology.orchestra.run.smithi139.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-01T05:45:49.557 INFO:teuthology.orchestra.run.smithi139.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-01T05:45:49.557 INFO:teuthology.orchestra.run.smithi139.stdout:Installing dependencies: 2023-12-01T05:45:49.557 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-01T05:45:49.557 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-01T05:45:49.557 INFO:teuthology.orchestra.run.smithi139.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-01T05:45:49.557 INFO:teuthology.orchestra.run.smithi139.stdout:Installing weak dependencies: 2023-12-01T05:45:49.557 INFO:teuthology.orchestra.run.smithi139.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-01T05:45:49.557 INFO:teuthology.orchestra.run.smithi139.stdout:Installing module profiles: 2023-12-01T05:45:49.557 INFO:teuthology.orchestra.run.smithi139.stdout: container-tools/common 2023-12-01T05:45:49.557 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-12-01T05:45:49.558 INFO:teuthology.orchestra.run.smithi139.stdout:Enabling module streams: 2023-12-01T05:45:49.558 INFO:teuthology.orchestra.run.smithi139.stdout: container-tools rhel8 2023-12-01T05:45:49.558 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-12-01T05:45:49.558 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2023-12-01T05:45:49.558 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-12-01T05:45:49.558 INFO:teuthology.orchestra.run.smithi139.stdout:Install 13 Packages 2023-12-01T05:45:49.558 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-12-01T05:45:49.559 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 27 M 2023-12-01T05:45:49.559 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 89 M 2023-12-01T05:45:49.559 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2023-12-01T05:45:49.997 INFO:teuthology.orchestra.run.smithi177.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-01T05:45:49.998 INFO:teuthology.orchestra.run.smithi177.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-01T05:45:50.699 INFO:teuthology.orchestra.run.smithi177.stdout:(1/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.0 MB/s | 1.0 MB 00:00 2023-12-01T05:45:51.091 INFO:teuthology.orchestra.run.smithi177.stdout:(2/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 7.1 MB/s | 9.6 MB 00:01 2023-12-01T05:45:51.092 INFO:teuthology.orchestra.run.smithi177.stdout:[MIRROR] criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64.rpm: Status code: 503 for http://mirrors.rcs.alaska.edu/centos/8-stream/AppStream/x86_64/os/Packages/criu-libs-3.15-3.module_el8.7.0%2b1216%2bb022c01d.x86_64.rpm (IP: 199.165.82.202) 2023-12-01T05:45:51.191 INFO:teuthology.orchestra.run.smithi177.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 77 kB/s | 38 kB 00:00 2023-12-01T05:45:51.417 INFO:teuthology.orchestra.run.smithi177.stdout:(4/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 17 MB/s | 3.9 MB 00:00 2023-12-01T05:45:51.525 INFO:teuthology.orchestra.run.smithi177.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.6 MB/s | 178 kB 00:00 2023-12-01T05:45:51.642 INFO:teuthology.orchestra.run.smithi177.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 212 kB/s | 25 kB 00:00 2023-12-01T05:45:51.679 INFO:teuthology.orchestra.run.smithi139.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 365 kB/s | 750 kB 00:02 2023-12-01T05:45:51.743 INFO:teuthology.orchestra.run.smithi177.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 938 kB/s | 94 kB 00:00 2023-12-01T05:45:51.868 INFO:teuthology.orchestra.run.smithi177.stdout:(8/13): cockpit-podman-78-1.module_el8+712+4cd1 351 kB/s | 750 kB 00:02 2023-12-01T05:45:52.193 INFO:teuthology.orchestra.run.smithi177.stdout:(9/13): skopeo-1.13.3-1.module_el8+712+4cd1bd69 18 MB/s | 8.1 MB 00:00 2023-12-01T05:45:52.244 INFO:teuthology.orchestra.run.smithi177.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 6.7 MB/s | 2.5 MB 00:00 2023-12-01T05:45:52.262 INFO:teuthology.orchestra.run.smithi139.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 65 kB/s | 38 kB 00:00 2023-12-01T05:45:52.294 INFO:teuthology.orchestra.run.smithi177.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 526 kB/s | 53 kB 00:00 2023-12-01T05:45:52.352 INFO:teuthology.orchestra.run.smithi177.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 377 kB/s | 41 kB 00:00 2023-12-01T05:45:52.379 INFO:teuthology.orchestra.run.smithi139.stdout:(3/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 373 kB/s | 1.0 MB 00:02 2023-12-01T05:45:53.411 INFO:teuthology.orchestra.run.smithi177.stdout:(13/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x 104 kB/s | 241 kB 00:02 2023-12-01T05:45:53.411 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2023-12-01T05:45:53.411 INFO:teuthology.orchestra.run.smithi177.stdout:Total 6.8 MB/s | 27 MB 00:03 2023-12-01T05:45:53.571 INFO:teuthology.orchestra.run.smithi139.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 184 kB/s | 241 kB 00:01 2023-12-01T05:45:53.685 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2023-12-01T05:45:53.706 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2023-12-01T05:45:53.706 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2023-12-01T05:45:53.967 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2023-12-01T05:45:53.970 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2023-12-01T05:45:54.595 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2023-12-01T05:45:54.729 INFO:teuthology.orchestra.run.smithi139.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 154 kB/s | 178 kB 00:01 2023-12-01T05:45:54.832 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-01T05:45:55.003 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-01T05:45:55.155 INFO:teuthology.orchestra.run.smithi139.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 58 kB/s | 25 kB 00:00 2023-12-01T05:45:55.209 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-01T05:45:55.406 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-01T05:45:55.821 INFO:teuthology.orchestra.run.smithi139.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 141 kB/s | 94 kB 00:00 2023-12-01T05:45:55.940 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-01T05:45:56.879 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-01T05:45:56.905 INFO:teuthology.orchestra.run.smithi139.stdout:(8/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 1.3 MB/s | 9.6 MB 00:07 2023-12-01T05:45:57.093 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-01T05:45:57.180 INFO:teuthology.orchestra.run.smithi139.stdout:[MIRROR] toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64.rpm: Status code: 503 for http://mirrors.rcs.alaska.edu/centos/8-stream/AppStream/x86_64/os/Packages/toolbox-0.0.99.4-6.module_el8%2b712%2b4cd1bd69.x86_64.rpm (IP: 199.165.82.202) 2023-12-01T05:45:57.281 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-01T05:45:57.488 INFO:teuthology.orchestra.run.smithi139.stdout:(9/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 785 kB/s | 3.9 MB 00:05 2023-12-01T05:45:57.548 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-01T05:45:57.940 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-01T05:45:58.106 INFO:teuthology.orchestra.run.smithi139.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 85 kB/s | 53 kB 00:00 2023-12-01T05:45:58.156 INFO:teuthology.orchestra.run.smithi139.stdout:(11/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 2.0 MB/s | 2.5 MB 00:01 2023-12-01T05:45:58.781 INFO:teuthology.orchestra.run.smithi139.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 61 kB/s | 41 kB 00:00 2023-12-01T05:45:58.803 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-01T05:45:59.020 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-01T05:45:59.435 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-01T05:45:59.848 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-01T05:45:59.848 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-01T05:45:59.848 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-01T05:45:59.848 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-01T05:45:59.848 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-01T05:45:59.848 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-01T05:45:59.848 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-01T05:45:59.848 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-01T05:45:59.848 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-01T05:45:59.849 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-01T05:45:59.849 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-01T05:45:59.849 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-01T05:45:59.849 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-01T05:46:00.664 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-01T05:46:00.664 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T05:46:00.664 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2023-12-01T05:46:00.665 INFO:teuthology.orchestra.run.smithi177.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T05:46:00.665 INFO:teuthology.orchestra.run.smithi177.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T05:46:00.665 INFO:teuthology.orchestra.run.smithi177.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-01T05:46:00.665 INFO:teuthology.orchestra.run.smithi177.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-01T05:46:00.665 INFO:teuthology.orchestra.run.smithi177.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T05:46:00.665 INFO:teuthology.orchestra.run.smithi177.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-01T05:46:00.665 INFO:teuthology.orchestra.run.smithi177.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-01T05:46:00.665 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-01T05:46:00.665 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-01T05:46:00.665 INFO:teuthology.orchestra.run.smithi177.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T05:46:00.665 INFO:teuthology.orchestra.run.smithi177.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-01T05:46:00.665 INFO:teuthology.orchestra.run.smithi177.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-01T05:46:00.665 INFO:teuthology.orchestra.run.smithi177.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-01T05:46:00.665 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T05:46:00.666 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2023-12-01T05:46:00.934 DEBUG:teuthology.parallel:result is None 2023-12-01T05:46:06.606 INFO:teuthology.orchestra.run.smithi139.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 773 kB/s | 8.1 MB 00:10 2023-12-01T05:46:06.606 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2023-12-01T05:46:06.606 INFO:teuthology.orchestra.run.smithi139.stdout:Total 1.6 MB/s | 27 MB 00:17 2023-12-01T05:46:06.878 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2023-12-01T05:46:06.899 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2023-12-01T05:46:06.899 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2023-12-01T05:46:07.159 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2023-12-01T05:46:07.162 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2023-12-01T05:46:07.866 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2023-12-01T05:46:08.075 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-01T05:46:08.287 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-01T05:46:08.446 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-01T05:46:08.714 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-01T05:46:09.301 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-01T05:46:10.299 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-01T05:46:10.576 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-01T05:46:10.811 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-01T05:46:11.108 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-01T05:46:11.474 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-01T05:46:12.353 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-01T05:46:12.608 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-01T05:46:12.778 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-01T05:46:13.223 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-01T05:46:13.223 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-01T05:46:13.223 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-01T05:46:13.224 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-01T05:46:13.224 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-01T05:46:13.224 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-01T05:46:13.224 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-01T05:46:13.224 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-01T05:46:13.224 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-01T05:46:13.224 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-01T05:46:13.224 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-01T05:46:13.224 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-01T05:46:13.224 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-01T05:46:14.008 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-01T05:46:14.009 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-12-01T05:46:14.009 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2023-12-01T05:46:14.009 INFO:teuthology.orchestra.run.smithi139.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T05:46:14.009 INFO:teuthology.orchestra.run.smithi139.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T05:46:14.009 INFO:teuthology.orchestra.run.smithi139.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-01T05:46:14.009 INFO:teuthology.orchestra.run.smithi139.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-01T05:46:14.009 INFO:teuthology.orchestra.run.smithi139.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T05:46:14.009 INFO:teuthology.orchestra.run.smithi139.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-01T05:46:14.009 INFO:teuthology.orchestra.run.smithi139.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-01T05:46:14.009 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-01T05:46:14.009 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-01T05:46:14.009 INFO:teuthology.orchestra.run.smithi139.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T05:46:14.010 INFO:teuthology.orchestra.run.smithi139.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-01T05:46:14.010 INFO:teuthology.orchestra.run.smithi139.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-01T05:46:14.010 INFO:teuthology.orchestra.run.smithi139.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-01T05:46:14.010 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-12-01T05:46:14.010 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2023-12-01T05:46:14.331 DEBUG:teuthology.parallel:result is None 2023-12-01T05:46:14.332 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-12-01T05:46:14.343 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-12-01T05:46:14.343 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2023-12-01T05:46:14.343 DEBUG:teuthology.orchestra.run.smithi139:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T05:46:14.361 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-01T05:46:14.361 DEBUG:teuthology.orchestra.run.smithi139:> stat /dev/vg_nvme/lv_1 2023-12-01T05:46:14.418 INFO:teuthology.orchestra.run.smithi139.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-01T05:46:14.418 INFO:teuthology.orchestra.run.smithi139.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T05:46:14.419 INFO:teuthology.orchestra.run.smithi139.stdout:Device: 6h/6d Inode: 392696 Links: 1 2023-12-01T05:46:14.419 INFO:teuthology.orchestra.run.smithi139.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T05:46:14.419 INFO:teuthology.orchestra.run.smithi139.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T05:46:14.419 INFO:teuthology.orchestra.run.smithi139.stdout:Access: 2023-12-01 05:46:12.938672550 +0000 2023-12-01T05:46:14.419 INFO:teuthology.orchestra.run.smithi139.stdout:Modify: 2023-12-01 05:44:59.015878393 +0000 2023-12-01T05:46:14.419 INFO:teuthology.orchestra.run.smithi139.stdout:Change: 2023-12-01 05:44:59.015878393 +0000 2023-12-01T05:46:14.419 INFO:teuthology.orchestra.run.smithi139.stdout: Birth: - 2023-12-01T05:46:14.419 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-01T05:46:14.485 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records in 2023-12-01T05:46:14.485 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records out 2023-12-01T05:46:14.485 INFO:teuthology.orchestra.run.smithi139.stderr:512 bytes copied, 0.000251352 s, 2.0 MB/s 2023-12-01T05:46:14.486 DEBUG:teuthology.orchestra.run.smithi139:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-01T05:46:14.545 DEBUG:teuthology.orchestra.run.smithi139:> stat /dev/vg_nvme/lv_2 2023-12-01T05:46:14.603 INFO:teuthology.orchestra.run.smithi139.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-01T05:46:14.603 INFO:teuthology.orchestra.run.smithi139.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T05:46:14.603 INFO:teuthology.orchestra.run.smithi139.stdout:Device: 6h/6d Inode: 395081 Links: 1 2023-12-01T05:46:14.603 INFO:teuthology.orchestra.run.smithi139.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T05:46:14.603 INFO:teuthology.orchestra.run.smithi139.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T05:46:14.603 INFO:teuthology.orchestra.run.smithi139.stdout:Access: 2023-12-01 05:46:12.938672550 +0000 2023-12-01T05:46:14.603 INFO:teuthology.orchestra.run.smithi139.stdout:Modify: 2023-12-01 05:44:59.526867420 +0000 2023-12-01T05:46:14.603 INFO:teuthology.orchestra.run.smithi139.stdout:Change: 2023-12-01 05:44:59.526867420 +0000 2023-12-01T05:46:14.603 INFO:teuthology.orchestra.run.smithi139.stdout: Birth: - 2023-12-01T05:46:14.604 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-01T05:46:14.668 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records in 2023-12-01T05:46:14.669 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records out 2023-12-01T05:46:14.669 INFO:teuthology.orchestra.run.smithi139.stderr:512 bytes copied, 0.000209205 s, 2.4 MB/s 2023-12-01T05:46:14.670 DEBUG:teuthology.orchestra.run.smithi139:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-01T05:46:14.730 DEBUG:teuthology.orchestra.run.smithi139:> stat /dev/vg_nvme/lv_3 2023-12-01T05:46:14.788 INFO:teuthology.orchestra.run.smithi139.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-01T05:46:14.788 INFO:teuthology.orchestra.run.smithi139.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T05:46:14.788 INFO:teuthology.orchestra.run.smithi139.stdout:Device: 6h/6d Inode: 392959 Links: 1 2023-12-01T05:46:14.788 INFO:teuthology.orchestra.run.smithi139.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T05:46:14.788 INFO:teuthology.orchestra.run.smithi139.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T05:46:14.788 INFO:teuthology.orchestra.run.smithi139.stdout:Access: 2023-12-01 05:46:12.938672550 +0000 2023-12-01T05:46:14.788 INFO:teuthology.orchestra.run.smithi139.stdout:Modify: 2023-12-01 05:45:00.055856061 +0000 2023-12-01T05:46:14.788 INFO:teuthology.orchestra.run.smithi139.stdout:Change: 2023-12-01 05:45:00.055856061 +0000 2023-12-01T05:46:14.788 INFO:teuthology.orchestra.run.smithi139.stdout: Birth: - 2023-12-01T05:46:14.789 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-01T05:46:14.854 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records in 2023-12-01T05:46:14.854 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records out 2023-12-01T05:46:14.854 INFO:teuthology.orchestra.run.smithi139.stderr:512 bytes copied, 0.00019482 s, 2.6 MB/s 2023-12-01T05:46:14.855 DEBUG:teuthology.orchestra.run.smithi139:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-01T05:46:14.913 DEBUG:teuthology.orchestra.run.smithi139:> stat /dev/vg_nvme/lv_4 2023-12-01T05:46:14.971 INFO:teuthology.orchestra.run.smithi139.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-01T05:46:14.972 INFO:teuthology.orchestra.run.smithi139.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T05:46:14.972 INFO:teuthology.orchestra.run.smithi139.stdout:Device: 6h/6d Inode: 388826 Links: 1 2023-12-01T05:46:14.972 INFO:teuthology.orchestra.run.smithi139.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T05:46:14.972 INFO:teuthology.orchestra.run.smithi139.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T05:46:14.972 INFO:teuthology.orchestra.run.smithi139.stdout:Access: 2023-12-01 05:46:12.939672528 +0000 2023-12-01T05:46:14.972 INFO:teuthology.orchestra.run.smithi139.stdout:Modify: 2023-12-01 05:45:00.553845367 +0000 2023-12-01T05:46:14.972 INFO:teuthology.orchestra.run.smithi139.stdout:Change: 2023-12-01 05:45:00.553845367 +0000 2023-12-01T05:46:14.972 INFO:teuthology.orchestra.run.smithi139.stdout: Birth: - 2023-12-01T05:46:14.972 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-01T05:46:15.037 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records in 2023-12-01T05:46:15.037 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records out 2023-12-01T05:46:15.037 INFO:teuthology.orchestra.run.smithi139.stderr:512 bytes copied, 0.000221907 s, 2.3 MB/s 2023-12-01T05:46:15.038 DEBUG:teuthology.orchestra.run.smithi139:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-01T05:46:15.097 DEBUG:teuthology.orchestra.run.smithi139:> 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-01T05:46:15.239 INFO:teuthology.orchestra.run.smithi139.stdout:loop 2023-12-01T05:46:15.241 INFO:tasks.nvme_loop:Connecting nvme_loop smithi139:/dev/vg_nvme/lv_1... 2023-12-01T05:46:15.241 DEBUG:teuthology.orchestra.run.smithi139:> 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-01T05:46:15.277 INFO:teuthology.orchestra.run.smithi139.stdout:1 2023-12-01T05:46:15.310 INFO:teuthology.orchestra.run.smithi139.stdout:/dev/vg_nvme/lv_11 2023-12-01T05:46:15.349 INFO:tasks.nvme_loop:Connecting nvme_loop smithi139:/dev/vg_nvme/lv_2... 2023-12-01T05:46:15.349 DEBUG:teuthology.orchestra.run.smithi139:> 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-01T05:46:15.425 INFO:teuthology.orchestra.run.smithi139.stdout:1 2023-12-01T05:46:15.458 INFO:teuthology.orchestra.run.smithi139.stdout:/dev/vg_nvme/lv_21 2023-12-01T05:46:15.496 INFO:tasks.nvme_loop:Connecting nvme_loop smithi139:/dev/vg_nvme/lv_3... 2023-12-01T05:46:15.496 DEBUG:teuthology.orchestra.run.smithi139:> 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-01T05:46:15.571 INFO:teuthology.orchestra.run.smithi139.stdout:1 2023-12-01T05:46:15.604 INFO:teuthology.orchestra.run.smithi139.stdout:/dev/vg_nvme/lv_31 2023-12-01T05:46:15.642 INFO:tasks.nvme_loop:Connecting nvme_loop smithi139:/dev/vg_nvme/lv_4... 2023-12-01T05:46:15.642 DEBUG:teuthology.orchestra.run.smithi139:> 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-01T05:46:15.717 INFO:teuthology.orchestra.run.smithi139.stdout:1 2023-12-01T05:46:15.750 INFO:teuthology.orchestra.run.smithi139.stdout:/dev/vg_nvme/lv_41 2023-12-01T05:46:15.787 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2023-12-01T05:46:15.787 DEBUG:teuthology.orchestra.run.smithi139:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T05:46:15.846 DEBUG:teuthology.orchestra.run.smithi139:> sudo nvme list 2023-12-01T05:46:15.912 INFO:teuthology.orchestra.run.smithi139.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-01T05:46:15.912 INFO:teuthology.orchestra.run.smithi139.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-01T05:46:15.912 INFO:teuthology.orchestra.run.smithi139.stdout:/dev/nvme0n1 PHFT620500N6400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-12-01T05:46:15.912 INFO:teuthology.orchestra.run.smithi139.stdout:/dev/nvme1n1 a4740e0ececadf75727d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-01T05:46:15.912 INFO:teuthology.orchestra.run.smithi139.stdout:/dev/nvme2n1 9bdb2b5056d431a42f36 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-01T05:46:15.912 INFO:teuthology.orchestra.run.smithi139.stdout:/dev/nvme3n1 f0b553ab9c6cc11f4375 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-01T05:46:15.912 INFO:teuthology.orchestra.run.smithi139.stdout:/dev/nvme4n1 91a0f6c9e9004c9f30ce Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-01T05:46:15.913 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-01T05:46:15.913 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2023-12-01T05:46:15.914 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/scratch_devs 2023-12-01T05:46:15.980 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2023-12-01T05:46:15.981 DEBUG:teuthology.orchestra.run.smithi177:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T05:46:16.004 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-01T05:46:16.004 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/vg_nvme/lv_1 2023-12-01T05:46:16.065 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-01T05:46:16.065 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T05:46:16.066 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 6h/6d Inode: 394574 Links: 1 2023-12-01T05:46:16.066 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T05:46:16.066 INFO:teuthology.orchestra.run.smithi177.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T05:46:16.066 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2023-12-01 05:45:59.564966507 +0000 2023-12-01T05:46:16.066 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2023-12-01 05:44:59.027739407 +0000 2023-12-01T05:46:16.066 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2023-12-01 05:44:59.027739407 +0000 2023-12-01T05:46:16.066 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: - 2023-12-01T05:46:16.066 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-01T05:46:16.136 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2023-12-01T05:46:16.136 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2023-12-01T05:46:16.136 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.00024084 s, 2.1 MB/s 2023-12-01T05:46:16.137 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-01T05:46:16.200 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/vg_nvme/lv_2 2023-12-01T05:46:16.260 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-01T05:46:16.260 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T05:46:16.260 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 6h/6d Inode: 396340 Links: 1 2023-12-01T05:46:16.260 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T05:46:16.260 INFO:teuthology.orchestra.run.smithi177.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T05:46:16.260 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2023-12-01 05:45:59.564966507 +0000 2023-12-01T05:46:16.260 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2023-12-01 05:44:59.564724596 +0000 2023-12-01T05:46:16.260 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2023-12-01 05:44:59.564724596 +0000 2023-12-01T05:46:16.260 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: - 2023-12-01T05:46:16.261 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-01T05:46:16.328 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2023-12-01T05:46:16.328 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2023-12-01T05:46:16.328 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000192826 s, 2.7 MB/s 2023-12-01T05:46:16.329 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-01T05:46:16.389 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/vg_nvme/lv_3 2023-12-01T05:46:16.448 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-01T05:46:16.448 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T05:46:16.449 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 6h/6d Inode: 396396 Links: 1 2023-12-01T05:46:16.449 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T05:46:16.449 INFO:teuthology.orchestra.run.smithi177.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T05:46:16.449 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2023-12-01 05:45:59.564966507 +0000 2023-12-01T05:46:16.449 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2023-12-01 05:45:00.076710473 +0000 2023-12-01T05:46:16.449 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2023-12-01 05:45:00.076710473 +0000 2023-12-01T05:46:16.449 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: - 2023-12-01T05:46:16.449 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-01T05:46:16.518 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2023-12-01T05:46:16.518 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2023-12-01T05:46:16.518 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000189728 s, 2.7 MB/s 2023-12-01T05:46:16.519 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-01T05:46:16.577 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/vg_nvme/lv_4 2023-12-01T05:46:16.635 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-01T05:46:16.635 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T05:46:16.636 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 6h/6d Inode: 396470 Links: 1 2023-12-01T05:46:16.636 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T05:46:16.636 INFO:teuthology.orchestra.run.smithi177.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T05:46:16.636 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2023-12-01 05:45:59.564966507 +0000 2023-12-01T05:46:16.636 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2023-12-01 05:45:00.611695717 +0000 2023-12-01T05:46:16.636 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2023-12-01 05:45:00.611695717 +0000 2023-12-01T05:46:16.636 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: - 2023-12-01T05:46:16.636 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-01T05:46:16.701 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2023-12-01T05:46:16.701 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2023-12-01T05:46:16.701 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000312813 s, 1.6 MB/s 2023-12-01T05:46:16.702 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-01T05:46:16.761 DEBUG:teuthology.orchestra.run.smithi177:> 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-01T05:46:16.910 INFO:teuthology.orchestra.run.smithi177.stdout:loop 2023-12-01T05:46:16.911 INFO:tasks.nvme_loop:Connecting nvme_loop smithi177:/dev/vg_nvme/lv_1... 2023-12-01T05:46:16.911 DEBUG:teuthology.orchestra.run.smithi177:> 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-01T05:46:16.945 INFO:teuthology.orchestra.run.smithi177.stdout:1 2023-12-01T05:46:16.978 INFO:teuthology.orchestra.run.smithi177.stdout:/dev/vg_nvme/lv_11 2023-12-01T05:46:17.017 INFO:tasks.nvme_loop:Connecting nvme_loop smithi177:/dev/vg_nvme/lv_2... 2023-12-01T05:46:17.017 DEBUG:teuthology.orchestra.run.smithi177:> 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-01T05:46:17.093 INFO:teuthology.orchestra.run.smithi177.stdout:1 2023-12-01T05:46:17.126 INFO:teuthology.orchestra.run.smithi177.stdout:/dev/vg_nvme/lv_21 2023-12-01T05:46:17.164 INFO:tasks.nvme_loop:Connecting nvme_loop smithi177:/dev/vg_nvme/lv_3... 2023-12-01T05:46:17.164 DEBUG:teuthology.orchestra.run.smithi177:> 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-01T05:46:17.244 INFO:teuthology.orchestra.run.smithi177.stdout:1 2023-12-01T05:46:17.277 INFO:teuthology.orchestra.run.smithi177.stdout:/dev/vg_nvme/lv_31 2023-12-01T05:46:17.314 INFO:tasks.nvme_loop:Connecting nvme_loop smithi177:/dev/vg_nvme/lv_4... 2023-12-01T05:46:17.314 DEBUG:teuthology.orchestra.run.smithi177:> 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-01T05:46:17.390 INFO:teuthology.orchestra.run.smithi177.stdout:1 2023-12-01T05:46:17.423 INFO:teuthology.orchestra.run.smithi177.stdout:/dev/vg_nvme/lv_41 2023-12-01T05:46:17.460 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2023-12-01T05:46:17.460 DEBUG:teuthology.orchestra.run.smithi177:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T05:46:17.522 DEBUG:teuthology.orchestra.run.smithi177:> sudo nvme list 2023-12-01T05:46:17.588 INFO:teuthology.orchestra.run.smithi177.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-01T05:46:17.589 INFO:teuthology.orchestra.run.smithi177.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-01T05:46:17.589 INFO:teuthology.orchestra.run.smithi177.stdout:/dev/nvme0n1 CVFT6233007S400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-12-01T05:46:17.589 INFO:teuthology.orchestra.run.smithi177.stdout:/dev/nvme1n1 b95b2bb56161072adad9 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-01T05:46:17.589 INFO:teuthology.orchestra.run.smithi177.stdout:/dev/nvme2n1 8594039f944a0ccaac76 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-01T05:46:17.589 INFO:teuthology.orchestra.run.smithi177.stdout:/dev/nvme3n1 cb21b98a0387bce6f8de Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-01T05:46:17.589 INFO:teuthology.orchestra.run.smithi177.stdout:/dev/nvme4n1 64ab0b399afefbac0e51 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-01T05:46:17.590 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-01T05:46:17.590 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2023-12-01T05:46:17.590 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/scratch_devs 2023-12-01T05:46:17.657 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-01T05:46:17.741 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-01T05:46:17.741 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T05:46:17.742 INFO:tasks.cephadm:Cluster fsid is f27e1d26-900c-11ee-95a2-87774f69a715 2023-12-01T05:46:17.742 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-01T05:46:17.742 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-01T05:46:17.742 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi139': '172.21.15.139', 'mon.smithi177': '172.21.15.177'} 2023-12-01T05:46:17.742 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-01T05:46:17.743 DEBUG:teuthology.orchestra.run.smithi139:> sudo hostname $(hostname -s) 2023-12-01T05:46:17.776 DEBUG:teuthology.orchestra.run.smithi177:> sudo hostname $(hostname -s) 2023-12-01T05:46:17.805 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-12-01T05:46:17.806 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-01T05:46:17.947 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-01T05:46:18.207 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-01T05:46:18.207 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-01T05:46:18.207 DEBUG:teuthology.orchestra.run.smithi139:> 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-01T05:46:18.884 INFO:teuthology.orchestra.run.smithi139.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2171037 Dec 1 05:46 /home/ubuntu/cephtest/cephadm 2023-12-01T05:46:18.885 DEBUG:teuthology.orchestra.run.smithi177:> 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-01T05:46:19.920 INFO:teuthology.orchestra.run.smithi177.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2171037 Dec 1 05:46 /home/ubuntu/cephtest/cephadm 2023-12-01T05:46:19.921 DEBUG:teuthology.orchestra.run.smithi139:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-01T05:46:19.944 DEBUG:teuthology.orchestra.run.smithi177:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-01T05:46:19.974 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d on all hosts... 2023-12-01T05:46:19.974 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull 2023-12-01T05:46:19.986 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull 2023-12-01T05:46:20.055 INFO:teuthology.orchestra.run.smithi139.stderr:Traceback (most recent call last): 2023-12-01T05:46:20.055 INFO:teuthology.orchestra.run.smithi139.stderr: File "/usr/lib64/python3.6/runpy.py", line 185, in _run_module_as_main 2023-12-01T05:46:20.056 INFO:teuthology.orchestra.run.smithi139.stderr: mod_name, mod_spec, code = _get_main_module_details(_Error) 2023-12-01T05:46:20.056 INFO:teuthology.orchestra.run.smithi139.stderr: File "/usr/lib64/python3.6/runpy.py", line 219, in _get_main_module_details 2023-12-01T05:46:20.056 INFO:teuthology.orchestra.run.smithi139.stderr: return _get_module_details(main_name) 2023-12-01T05:46:20.056 INFO:teuthology.orchestra.run.smithi139.stderr: File "/usr/lib64/python3.6/runpy.py", line 128, in _get_module_details 2023-12-01T05:46:20.056 INFO:teuthology.orchestra.run.smithi139.stderr: spec = importlib.util.find_spec(mod_name) 2023-12-01T05:46:20.056 INFO:teuthology.orchestra.run.smithi139.stderr: File "/usr/lib64/python3.6/importlib/util.py", line 91, in find_spec 2023-12-01T05:46:20.056 INFO:teuthology.orchestra.run.smithi139.stderr: return _find_spec(fullname, None) 2023-12-01T05:46:20.056 INFO:teuthology.orchestra.run.smithi139.stderr: File "", line 894, in _find_spec 2023-12-01T05:46:20.056 INFO:teuthology.orchestra.run.smithi139.stderr: File "", line 1157, in find_spec 2023-12-01T05:46:20.056 INFO:teuthology.orchestra.run.smithi139.stderr: File "", line 1131, in _get_spec 2023-12-01T05:46:20.056 INFO:teuthology.orchestra.run.smithi139.stderr: File "", line 1112, in _legacy_get_spec 2023-12-01T05:46:20.056 INFO:teuthology.orchestra.run.smithi139.stderr: File "", line 441, in spec_from_loader 2023-12-01T05:46:20.056 INFO:teuthology.orchestra.run.smithi139.stderr: File "", line 544, in spec_from_file_location 2023-12-01T05:46:20.056 INFO:teuthology.orchestra.run.smithi139.stderr: File "/home/ubuntu/cephtest/cephadm/__main__.py", line 4341 2023-12-01T05:46:20.057 INFO:teuthology.orchestra.run.smithi139.stderr: if get_ceph_cluster_count(ctx) == 0: 2023-12-01T05:46:20.057 INFO:teuthology.orchestra.run.smithi139.stderr: ^ 2023-12-01T05:46:20.057 INFO:teuthology.orchestra.run.smithi139.stderr:SyntaxError: invalid syntax 2023-12-01T05:46:20.059 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:46:20.060 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 smithi139 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull' 2023-12-01T05:46:20.061 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-01T05:46:20.062 DEBUG:teuthology.misc:Transferring archived files from smithi139:/var/lib/ceph/f27e1d26-900c-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/7472956/remote/smithi139/crash 2023-12-01T05:46:20.063 DEBUG:teuthology.orchestra.run.smithi139:> sudo tar c -f - -C /var/lib/ceph/f27e1d26-900c-11ee-95a2-87774f69a715/crash -- . 2023-12-01T05:46:20.078 INFO:teuthology.orchestra.run.smithi177.stderr:Traceback (most recent call last): 2023-12-01T05:46:20.078 INFO:teuthology.orchestra.run.smithi177.stderr: File "/usr/lib64/python3.6/runpy.py", line 185, in _run_module_as_main 2023-12-01T05:46:20.078 INFO:teuthology.orchestra.run.smithi177.stderr: mod_name, mod_spec, code = _get_main_module_details(_Error) 2023-12-01T05:46:20.078 INFO:teuthology.orchestra.run.smithi177.stderr: File "/usr/lib64/python3.6/runpy.py", line 219, in _get_main_module_details 2023-12-01T05:46:20.078 INFO:teuthology.orchestra.run.smithi177.stderr: return _get_module_details(main_name) 2023-12-01T05:46:20.079 INFO:teuthology.orchestra.run.smithi177.stderr: File "/usr/lib64/python3.6/runpy.py", line 128, in _get_module_details 2023-12-01T05:46:20.079 INFO:teuthology.orchestra.run.smithi177.stderr: spec = importlib.util.find_spec(mod_name) 2023-12-01T05:46:20.079 INFO:teuthology.orchestra.run.smithi177.stderr: File "/usr/lib64/python3.6/importlib/util.py", line 91, in find_spec 2023-12-01T05:46:20.079 INFO:teuthology.orchestra.run.smithi177.stderr: return _find_spec(fullname, None) 2023-12-01T05:46:20.079 INFO:teuthology.orchestra.run.smithi177.stderr: File "", line 894, in _find_spec 2023-12-01T05:46:20.079 INFO:teuthology.orchestra.run.smithi177.stderr: File "", line 1157, in find_spec 2023-12-01T05:46:20.079 INFO:teuthology.orchestra.run.smithi177.stderr: File "", line 1131, in _get_spec 2023-12-01T05:46:20.079 INFO:teuthology.orchestra.run.smithi177.stderr: File "", line 1112, in _legacy_get_spec 2023-12-01T05:46:20.079 INFO:teuthology.orchestra.run.smithi177.stderr: File "", line 441, in spec_from_loader 2023-12-01T05:46:20.079 INFO:teuthology.orchestra.run.smithi177.stderr: File "", line 544, in spec_from_file_location 2023-12-01T05:46:20.079 INFO:teuthology.orchestra.run.smithi177.stderr: File "/home/ubuntu/cephtest/cephadm/__main__.py", line 4341 2023-12-01T05:46:20.079 INFO:teuthology.orchestra.run.smithi177.stderr: if get_ceph_cluster_count(ctx) == 0: 2023-12-01T05:46:20.079 INFO:teuthology.orchestra.run.smithi177.stderr: ^ 2023-12-01T05:46:20.079 INFO:teuthology.orchestra.run.smithi177.stderr:SyntaxError: invalid syntax 2023-12-01T05:46:20.096 INFO:teuthology.orchestra.run.smithi139.stderr:tar: /var/lib/ceph/f27e1d26-900c-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-01T05:46:20.096 INFO:teuthology.orchestra.run.smithi139.stderr:tar: Error is not recoverable: exiting now 2023-12-01T05:46:20.098 DEBUG:teuthology.misc:Transferring archived files from smithi177:/var/lib/ceph/f27e1d26-900c-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/7472956/remote/smithi177/crash 2023-12-01T05:46:20.099 DEBUG:teuthology.orchestra.run.smithi177:> sudo tar c -f - -C /var/lib/ceph/f27e1d26-900c-11ee-95a2-87774f69a715/crash -- . 2023-12-01T05:46:20.133 INFO:teuthology.orchestra.run.smithi177.stderr:tar: /var/lib/ceph/f27e1d26-900c-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-01T05:46:20.134 INFO:teuthology.orchestra.run.smithi177.stderr:tar: Error is not recoverable: exiting now 2023-12-01T05:46:20.134 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-01T05:46:20.135 DEBUG:teuthology.orchestra.run.smithi139:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/f27e1d26-900c-11ee-95a2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-01T05:46:20.166 INFO:teuthology.orchestra.run.smithi139.stderr:grep: /var/log/ceph/f27e1d26-900c-11ee-95a2-87774f69a715/ceph.log: No such file or directory 2023-12-01T05:46:20.167 INFO:tasks.cephadm:Compressing logs... 2023-12-01T05:46:20.168 DEBUG:teuthology.orchestra.run.smithi139:> 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-01T05:46:20.210 DEBUG:teuthology.orchestra.run.smithi177:> 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-01T05:46:20.235 INFO:teuthology.orchestra.run.smithi139.stderr:find: ‘/var/log/ceph’: No such file or directory 2023-12-01T05:46:20.235 INFO:teuthology.orchestra.run.smithi139.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-12-01T05:46:20.237 INFO:teuthology.orchestra.run.smithi139.stderr: 2023-12-01T05:46:20.237 INFO:teuthology.orchestra.run.smithi139.stderr:real 0m0.012s 2023-12-01T05:46:20.237 INFO:teuthology.orchestra.run.smithi139.stderr:user 0m0.010s 2023-12-01T05:46:20.237 INFO:teuthology.orchestra.run.smithi139.stderr:sys 0m0.009s 2023-12-01T05:46:20.238 INFO:teuthology.orchestra.run.smithi177.stderr:find: ‘/var/log/ceph’: No such file or directory 2023-12-01T05:46:20.238 INFO:teuthology.orchestra.run.smithi177.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-12-01T05:46:20.240 INFO:teuthology.orchestra.run.smithi177.stderr: 2023-12-01T05:46:20.240 INFO:teuthology.orchestra.run.smithi177.stderr:real 0m0.012s 2023-12-01T05:46:20.240 INFO:teuthology.orchestra.run.smithi177.stderr:user 0m0.007s 2023-12-01T05:46:20.241 INFO:teuthology.orchestra.run.smithi177.stderr:sys 0m0.012s 2023-12-01T05:46:20.241 INFO:tasks.cephadm:Archiving logs... 2023-12-01T05:46:20.241 DEBUG:teuthology.misc:Transferring archived files from smithi139:/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/7472956/remote/smithi139/log 2023-12-01T05:46:20.242 DEBUG:teuthology.orchestra.run.smithi139:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-01T05:46:20.303 INFO:teuthology.orchestra.run.smithi139.stderr:tar: /var/log/ceph: Cannot open: No such file or directory 2023-12-01T05:46:20.303 INFO:teuthology.orchestra.run.smithi139.stderr:tar: Error is not recoverable: exiting now 2023-12-01T05:46:20.304 DEBUG:teuthology.misc:Transferring archived files from smithi177:/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/7472956/remote/smithi177/log 2023-12-01T05:46:20.305 DEBUG:teuthology.orchestra.run.smithi177:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-01T05:46:20.331 INFO:teuthology.orchestra.run.smithi177.stderr:tar: /var/log/ceph: Cannot open: No such file or directory 2023-12-01T05:46:20.332 INFO:teuthology.orchestra.run.smithi177.stderr:tar: Error is not recoverable: exiting now 2023-12-01T05:46:20.333 INFO:tasks.cephadm:Removing cluster... 2023-12-01T05:46:20.333 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f27e1d26-900c-11ee-95a2-87774f69a715 --force 2023-12-01T05:46:20.399 INFO:teuthology.orchestra.run.smithi139.stderr:Traceback (most recent call last): 2023-12-01T05:46:20.399 INFO:teuthology.orchestra.run.smithi139.stderr: File "/usr/lib64/python3.6/runpy.py", line 185, in _run_module_as_main 2023-12-01T05:46:20.399 INFO:teuthology.orchestra.run.smithi139.stderr: mod_name, mod_spec, code = _get_main_module_details(_Error) 2023-12-01T05:46:20.399 INFO:teuthology.orchestra.run.smithi139.stderr: File "/usr/lib64/python3.6/runpy.py", line 219, in _get_main_module_details 2023-12-01T05:46:20.399 INFO:teuthology.orchestra.run.smithi139.stderr: return _get_module_details(main_name) 2023-12-01T05:46:20.399 INFO:teuthology.orchestra.run.smithi139.stderr: File "/usr/lib64/python3.6/runpy.py", line 128, in _get_module_details 2023-12-01T05:46:20.400 INFO:teuthology.orchestra.run.smithi139.stderr: spec = importlib.util.find_spec(mod_name) 2023-12-01T05:46:20.400 INFO:teuthology.orchestra.run.smithi139.stderr: File "/usr/lib64/python3.6/importlib/util.py", line 91, in find_spec 2023-12-01T05:46:20.400 INFO:teuthology.orchestra.run.smithi139.stderr: return _find_spec(fullname, None) 2023-12-01T05:46:20.400 INFO:teuthology.orchestra.run.smithi139.stderr: File "", line 894, in _find_spec 2023-12-01T05:46:20.400 INFO:teuthology.orchestra.run.smithi139.stderr: File "", line 1157, in find_spec 2023-12-01T05:46:20.400 INFO:teuthology.orchestra.run.smithi139.stderr: File "", line 1131, in _get_spec 2023-12-01T05:46:20.401 INFO:teuthology.orchestra.run.smithi139.stderr: File "", line 1112, in _legacy_get_spec 2023-12-01T05:46:20.401 INFO:teuthology.orchestra.run.smithi139.stderr: File "", line 441, in spec_from_loader 2023-12-01T05:46:20.401 INFO:teuthology.orchestra.run.smithi139.stderr: File "", line 544, in spec_from_file_location 2023-12-01T05:46:20.401 INFO:teuthology.orchestra.run.smithi139.stderr: File "/home/ubuntu/cephtest/cephadm/__main__.py", line 4341 2023-12-01T05:46:20.401 INFO:teuthology.orchestra.run.smithi139.stderr: if get_ceph_cluster_count(ctx) == 0: 2023-12-01T05:46:20.401 INFO:teuthology.orchestra.run.smithi139.stderr: ^ 2023-12-01T05:46:20.401 INFO:teuthology.orchestra.run.smithi139.stderr:SyntaxError: invalid syntax 2023-12-01T05:46:20.402 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:46:20.403 INFO:tasks.cephadm:Teardown complete 2023-12-01T05:46:20.403 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 smithi139 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 smithi139 with status 1: 'sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f27e1d26-900c-11ee-95a2-87774f69a715 --force' 2023-12-01T05:46:20.480 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=c0a1a9c2a7c14e1eae337668f3085ba5 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 smithi139 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 smithi139 with status 1: 'sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f27e1d26-900c-11ee-95a2-87774f69a715 --force' 2023-12-01T05:46:20.485 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-01T05:46:20.494 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-12-01T05:46:20.562 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi139:/dev/vg_nvme/lv_1... 2023-12-01T05:46:20.562 DEBUG:teuthology.orchestra.run.smithi139:> sudo nvme disconnect -n lv_1 2023-12-01T05:46:20.681 INFO:teuthology.orchestra.run.smithi139.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-01T05:46:20.682 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:46:20.682 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi139:/dev/vg_nvme/lv_2... 2023-12-01T05:46:20.683 DEBUG:teuthology.orchestra.run.smithi139:> sudo nvme disconnect -n lv_2 2023-12-01T05:46:20.811 INFO:teuthology.orchestra.run.smithi139.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-01T05:46:20.812 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:46:20.812 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi139:/dev/vg_nvme/lv_3... 2023-12-01T05:46:20.813 DEBUG:teuthology.orchestra.run.smithi139:> sudo nvme disconnect -n lv_3 2023-12-01T05:46:20.934 INFO:teuthology.orchestra.run.smithi139.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-01T05:46:20.935 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:46:20.935 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi139:/dev/vg_nvme/lv_4... 2023-12-01T05:46:20.935 DEBUG:teuthology.orchestra.run.smithi139:> sudo nvme disconnect -n lv_4 2023-12-01T05:46:21.053 INFO:teuthology.orchestra.run.smithi139.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-01T05:46:21.054 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:46:21.055 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2023-12-01T05:46:21.055 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/scratch_devs 2023-12-01T05:46:21.082 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi177:/dev/vg_nvme/lv_1... 2023-12-01T05:46:21.082 DEBUG:teuthology.orchestra.run.smithi177:> sudo nvme disconnect -n lv_1 2023-12-01T05:46:21.208 INFO:teuthology.orchestra.run.smithi177.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-01T05:46:21.210 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:46:21.210 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi177:/dev/vg_nvme/lv_2... 2023-12-01T05:46:21.210 DEBUG:teuthology.orchestra.run.smithi177:> sudo nvme disconnect -n lv_2 2023-12-01T05:46:21.328 INFO:teuthology.orchestra.run.smithi177.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-01T05:46:21.329 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:46:21.330 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi177:/dev/vg_nvme/lv_3... 2023-12-01T05:46:21.330 DEBUG:teuthology.orchestra.run.smithi177:> sudo nvme disconnect -n lv_3 2023-12-01T05:46:21.443 INFO:teuthology.orchestra.run.smithi177.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-01T05:46:21.444 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:46:21.445 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi177:/dev/vg_nvme/lv_4... 2023-12-01T05:46:21.445 DEBUG:teuthology.orchestra.run.smithi177:> sudo nvme disconnect -n lv_4 2023-12-01T05:46:21.565 INFO:teuthology.orchestra.run.smithi177.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-01T05:46:21.566 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:46:21.567 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2023-12-01T05:46:21.567 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/scratch_devs 2023-12-01T05:46:21.596 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-01T05:46:21.605 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-01T05:46:21.605 DEBUG:teuthology.orchestra.run.smithi139:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T05:46:21.608 DEBUG:teuthology.orchestra.run.smithi177:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T05:46:21.624 INFO:teuthology.orchestra.run.smithi139.stderr:bash: ntpq: command not found 2023-12-01T05:46:21.629 INFO:teuthology.orchestra.run.smithi139.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T05:46:21.629 INFO:teuthology.orchestra.run.smithi139.stdout:=============================================================================== 2023-12-01T05:46:21.629 INFO:teuthology.orchestra.run.smithi139.stdout:^+ hv01.front.sepia.ceph.com 2 6 17 32 +1382us[+1382us] +/- 90ms 2023-12-01T05:46:21.629 INFO:teuthology.orchestra.run.smithi139.stdout:^* hv02.front.sepia.ceph.com 3 6 17 32 -1468us[-1476us] +/- 74ms 2023-12-01T05:46:21.629 INFO:teuthology.orchestra.run.smithi139.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 32 +365us[ +357us] +/- 74ms 2023-12-01T05:46:21.629 INFO:teuthology.orchestra.run.smithi139.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:46:21.654 INFO:teuthology.orchestra.run.smithi177.stderr:bash: ntpq: command not found 2023-12-01T05:46:21.658 INFO:teuthology.orchestra.run.smithi177.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T05:46:21.658 INFO:teuthology.orchestra.run.smithi177.stdout:=============================================================================== 2023-12-01T05:46:21.658 INFO:teuthology.orchestra.run.smithi177.stdout:^+ hv01.front.sepia.ceph.com 2 6 17 32 +1371us[+1371us] +/- 90ms 2023-12-01T05:46:21.658 INFO:teuthology.orchestra.run.smithi177.stdout:^* hv02.front.sepia.ceph.com 3 6 17 32 -1479us[-1479us] +/- 74ms 2023-12-01T05:46:21.658 INFO:teuthology.orchestra.run.smithi177.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 32 +358us[ +357us] +/- 74ms 2023-12-01T05:46:21.659 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:46:21.660 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-01T05:46:21.668 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-01T05:46:21.668 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-01T05:46:21.678 DEBUG:teuthology.orchestra.run.smithi139:> 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-01T05:46:21.767 DEBUG:teuthology.orchestra.run.smithi177:> 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-01T05:46:21.856 DEBUG:teuthology.orchestra.run.smithi139:> 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:46:21.888 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:46:21.888 DEBUG:teuthology.orchestra.run.smithi177:> 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:46:21.920 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:46:21.920 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-01T05:46:21.930 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-01T05:46:21.939 INFO:teuthology.task.internal:Duration was 500.068959 seconds 2023-12-01T05:46:21.939 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-01T05:46:21.950 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-01T05:46:21.950 DEBUG:teuthology.orchestra.run.smithi139:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T05:46:21.953 DEBUG:teuthology.orchestra.run.smithi177:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T05:46:21.997 INFO:teuthology.orchestra.run.smithi139.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T05:46:22.006 INFO:teuthology.orchestra.run.smithi177.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T05:46:22.485 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-01T05:46:22.486 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi139.front.sepia.ceph.com 2023-12-01T05:46:22.486 DEBUG:teuthology.orchestra.run.smithi139:> 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-01T05:46:22.509 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi177.front.sepia.ceph.com 2023-12-01T05:46:22.509 DEBUG:teuthology.orchestra.run.smithi177:> 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-01T05:46:22.533 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-01T05:46:22.533 DEBUG:teuthology.orchestra.run.smithi139:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T05:46:22.551 DEBUG:teuthology.orchestra.run.smithi177:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T05:46:22.611 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-01T05:46:22.612 DEBUG:teuthology.orchestra.run.smithi139:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T05:46:22.629 DEBUG:teuthology.orchestra.run.smithi177:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T05:46:22.717 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-01T05:46:22.728 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-01T05:46:22.728 DEBUG:teuthology.orchestra.run.smithi139:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T05:46:22.756 DEBUG:teuthology.orchestra.run.smithi177:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T05:46:22.784 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-01T05:46:22.794 DEBUG:teuthology.orchestra.run.smithi139:> 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-01T05:46:22.799 DEBUG:teuthology.orchestra.run.smithi177:> 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-01T05:46:22.823 INFO:teuthology.orchestra.run.smithi139.stdout:kernel.core_pattern = core 2023-12-01T05:46:22.850 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern = core 2023-12-01T05:46:22.875 DEBUG:teuthology.orchestra.run.smithi139:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T05:46:22.899 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:46:22.900 DEBUG:teuthology.orchestra.run.smithi177:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T05:46:22.932 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:46:22.933 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-01T05:46:22.943 INFO:teuthology.task.internal:Transferring archived files... 2023-12-01T05:46:22.943 DEBUG:teuthology.misc:Transferring archived files from smithi139:/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/7472956/remote/smithi139 2023-12-01T05:46:22.944 DEBUG:teuthology.orchestra.run.smithi139:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T05:46:22.980 DEBUG:teuthology.misc:Transferring archived files from smithi177:/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/7472956/remote/smithi177 2023-12-01T05:46:22.981 DEBUG:teuthology.orchestra.run.smithi177:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T05:46:23.016 INFO:teuthology.task.internal:Removing archive directory... 2023-12-01T05:46:23.016 DEBUG:teuthology.orchestra.run.smithi139:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T05:46:23.019 DEBUG:teuthology.orchestra.run.smithi177:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T05:46:23.068 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-01T05:46:23.081 INFO:teuthology.task.internal:Not uploading archives. 2023-12-01T05:46:23.081 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-01T05:46:23.091 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-01T05:46:23.092 DEBUG:teuthology.orchestra.run.smithi139:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T05:46:23.094 DEBUG:teuthology.orchestra.run.smithi177:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T05:46:23.109 INFO:teuthology.orchestra.run.smithi139.stdout: 525982 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 05:46 /home/ubuntu/cephtest 2023-12-01T05:46:23.109 INFO:teuthology.orchestra.run.smithi139.stdout: 525357 2124 -rwxrwxr-x 1 ubuntu ubuntu 2171037 Dec 1 05:46 /home/ubuntu/cephtest/cephadm 2023-12-01T05:46:23.110 INFO:teuthology.orchestra.run.smithi139.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2023-12-01T05:46:23.111 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:46:23.111 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 smithi139 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2023-12-01T05:46:23.116 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-01T05:46:23.126 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-01T05:46:23.137 DEBUG:teuthology.run_tasks:Exception was not quenched, exiting: CommandFailedError: Command failed on smithi139 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2023-12-01T05:46:23.137 INFO:teuthology.nuke:Checking targets against current locks 2023-12-01T05:46:23.143 INFO:teuthology.orchestra.run.smithi177.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 05:46 /home/ubuntu/cephtest 2023-12-01T05:46:23.143 INFO:teuthology.orchestra.run.smithi177.stdout: 393277 2124 -rwxrwxr-x 1 ubuntu ubuntu 2171037 Dec 1 05:46 /home/ubuntu/cephtest/cephadm 2023-12-01T05:46:23.144 INFO:teuthology.orchestra.run.smithi177.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2023-12-01T05:46:23.164 DEBUG:teuthology.nuke:shortname: smithi139 2023-12-01T05:46:23.165 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T05:46:23.186 DEBUG:teuthology.nuke:shortname: smithi177 2023-12-01T05:46:23.186 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T05:46:23.190 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi139.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/7472956', '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:28:29.893499', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBL1IVn0w4ziACP840l1hZy42XKnq/jiFi+/Iqjn7rFJkuvrM6LsFTih0BGnpJ+1nmxbPSMTxZduaAh43piySExc='} 2023-12-01T05:46:23.211 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi177.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/7472956', '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:28:29.895331', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDqk3gUHRZT9qZA40dngqTvCRqfNb+PoJ+VbvCC6Vd1v19APPRHAJckJWj7zNqwOswxdfv3o+ApiV2AxVy3c4fA='} 2023-12-01T05:46:23.246 INFO:teuthology.orchestra.console.smithi139:Power off 2023-12-01T05:46:23.247 DEBUG:teuthology.orchestra.console.smithi139:pexpect command: ipmitool -H smithi139.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T05:46:23.262 INFO:teuthology.orchestra.console.smithi177:Power off 2023-12-01T05:46:23.263 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T05:46:23.271 DEBUG:teuthology.orchestra.console.smithi139:power off output: Chassis Power Control: Down/Off 2023-12-01T05:46:23.272 DEBUG:teuthology.orchestra.console.smithi139:pexpect command: ipmitool -H smithi139.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:46:23.288 DEBUG:teuthology.orchestra.console.smithi177:power off output: Chassis Power Control: Down/Off 2023-12-01T05:46:23.288 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:46:23.299 DEBUG:teuthology.orchestra.console.smithi139:check power output: Chassis Power is on 2023-12-01T05:46:23.312 DEBUG:teuthology.orchestra.console.smithi177:check power output: Chassis Power is on 2023-12-01T05:46:27.301 DEBUG:teuthology.orchestra.console.smithi139:pexpect command: ipmitool -H smithi139.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:46:27.312 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:46:27.412 DEBUG:teuthology.orchestra.console.smithi139:check power output: Chassis Power is on 2023-12-01T05:46:27.423 DEBUG:teuthology.orchestra.console.smithi177:check power output: Chassis Power is on 2023-12-01T05:46:31.414 DEBUG:teuthology.orchestra.console.smithi139:pexpect command: ipmitool -H smithi139.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:46:31.424 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:46:31.524 DEBUG:teuthology.orchestra.console.smithi139:check power output: Chassis Power is on 2023-12-01T05:46:31.535 DEBUG:teuthology.orchestra.console.smithi177:check power output: Chassis Power is on 2023-12-01T05:46:35.526 DEBUG:teuthology.orchestra.console.smithi139:pexpect command: ipmitool -H smithi139.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:46:35.536 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:46:35.636 DEBUG:teuthology.orchestra.console.smithi139:check power output: Chassis Power is off 2023-12-01T05:46:35.645 DEBUG:teuthology.orchestra.console.smithi177:check power output: Chassis Power is off 2023-12-01T05:46:35.738 INFO:teuthology.orchestra.console.smithi139:Power off completed 2023-12-01T05:46:35.747 INFO:teuthology.orchestra.console.smithi177:Power off completed 2023-12-01T05:46:35.851 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} duration: 500.0689585208893 failure_reason: 'Command failed on smithi139 with status 1: ''sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f27e1d26-900c-11ee-95a2-87774f69a715 --force''' owner: scheduled_phlogistonjohn@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=c0a1a9c2a7c14e1eae337668f3085ba5 status: fail success: false 2023-12-01T05:46:35.851 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T05:46:35.928 INFO:teuthology.run:FAIL