2024-04-22T22:29:14.591 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-22T22:29:14.592 DEBUG:teuthology.run:Teuthology command: teuthology --name teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi --owner scheduled_teuthology@teuthology --description orch/cephadm/smb/{0-distro/centos_9.stream tasks/deploy_smb_domain} --archive /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668897 --verbose -- /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668897/orig.config.yaml 2024-04-22T22:29:14.625 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T22:29:14.712 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668897 branch: squid description: orch/cephadm/smb/{0-distro/centos_9.stream tasks/deploy_smb_domain} email: ceph-qa@ceph.com first_in_suite: false job_id: '7668897' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: squid ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) log-only-match: - CEPHADM_ sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: squid sha1: c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9 owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.git roles: - - host.a - mon.a - mgr.x - osd.0 - osd.1 - client.0 - - host.b - cephadm.exclude seed: 207 sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f sleep_before_teardown: 0 subset: 24/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9 targets: smithi146.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMV3TilQ0SAyqEGoLPQ4CN+me8l4O7pk6njTACD8Zx1PhiNaupE1tc8AeBZ9JavHl5X9S8Gg4E0EJPIKKswdP8Y= smithi172.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG8PDTcTK3oAvhEIoHT7RsInoyDYfAzR6c11gZ9kSU0HJ0OCCLrKKprXYfKU3ol04fARwQ9dCW2v00Fo6b2RlKw= tasks: - cephadm.deploy_samba_ad_dc: role: host.b - cephadm: null - cephadm.shell: host.a: - ceph fs volume create cephfs - cephadm.wait_for_service: service: mds.cephfs - cephadm.shell: host.a: - cmd: ceph fs subvolumegroup create cephfs g1 - cmd: ceph fs subvolume create cephfs sub1 --group-name=g1 --mode=0777 - cmd: ceph fs authorize cephfs client.smbdata / rw - cmd: ceph osd pool create .smb --yes-i-really-mean-it - cmd: ceph osd pool application enable .smb smb - cmd: rados --pool=.smb --namespace=admem1 put conf.toml /dev/stdin stdin: 'samba-container-config = "v0" [configs.admem1] shares = ["share1"] globals = ["default", "domain"] instance_name = "SAMBA" [shares.share1.options] "vfs objects" = "ceph" path = "/" "ceph:config_file" = "/etc/ceph/ceph.conf" "ceph:user_id" = "smbdata" "kernel share modes" = "no" "read only" = "no" "browseable" = "yes" [globals.default.options] "server min protocol" = "SMB2" "load printers" = "no" "printing" = "bsd" "printcap name" = "/dev/null" "disable spoolss" = "yes" "guest ok" = "no" [globals.domain.options] security = "ads" workgroup = "DOMAIN1" realm = "domain1.sink.test" "idmap config * : backend" = "autorid" "idmap config * : range" = "2000-9999999" ' - cmd: ceph config-key set smb/config/admem1/join1.json -i - stdin: '{"username": "Administrator", "password": "Passw0rd"} ' - cephadm.apply: specs: - cluster_id: admem1 config_uri: rados://.smb/admem1/conf.toml custom_dns: - '{{ctx.samba_ad_dc_ip}}' features: - domain include_ceph_users: - client.smbdata join_sources: - rados:mon-config-key:smb/config/admem1/join1.json placement: count: 1 service_id: admem1 service_type: smb - cephadm.wait_for_service: service: smb.admem1 - cephadm.exec: host.b: - sleep 30 - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U DOMAIN1\\ckent%1115Rose. //{{''host.a''|role_to_remote|attr(''ip_address'')}}/share1 -c ls' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-22_21:08:03 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-22T22:29:14.712 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa; will attempt to use it 2024-04-22T22:29:14.713 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks 2024-04-22T22:29:14.713 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-22T22:29:14.714 INFO:teuthology.task.internal:Checking packages... 2024-04-22T22:29:14.741 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '430e09df97c8fc7dc2b2ae424f68ed11366c540f' 2024-04-22T22:29:14.741 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-22T22:29:14.741 INFO:teuthology.packaging:ref: None 2024-04-22T22:29:14.741 INFO:teuthology.packaging:tag: None 2024-04-22T22:29:14.741 INFO:teuthology.packaging:branch: squid 2024-04-22T22:29:14.742 INFO:teuthology.packaging:sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:29:14.742 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=squid 2024-04-22T22:29:14.964 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2420.g246d7127 2024-04-22T22:29:14.966 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-22T22:29:14.974 INFO:teuthology.task.internal:no buildpackages task found 2024-04-22T22:29:14.974 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-22T22:29:15.030 INFO:teuthology.task.internal:Saving configuration 2024-04-22T22:29:15.043 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-22T22:29:15.049 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T22:29:15.074 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi146.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668897', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-22 22:21:51.836148', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMV3TilQ0SAyqEGoLPQ4CN+me8l4O7pk6njTACD8Zx1PhiNaupE1tc8AeBZ9JavHl5X9S8Gg4E0EJPIKKswdP8Y='} 2024-04-22T22:29:15.096 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi172.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668897', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-22 22:21:51.834301', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG8PDTcTK3oAvhEIoHT7RsInoyDYfAzR6c11gZ9kSU0HJ0OCCLrKKprXYfKU3ol04fARwQ9dCW2v00Fo6b2RlKw='} 2024-04-22T22:29:15.096 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-22T22:29:15.103 INFO:teuthology.task.internal:roles: ubuntu@smithi146.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2024-04-22T22:29:15.104 INFO:teuthology.task.internal:roles: ubuntu@smithi172.front.sepia.ceph.com - ['host.b', 'cephadm.exclude'] 2024-04-22T22:29:15.104 INFO:teuthology.run_tasks:Running task console_log... 2024-04-22T22:29:15.176 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f2d248e4e50>, signals=[15]) 2024-04-22T22:29:15.176 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-22T22:29:15.183 INFO:teuthology.task.internal:Opening connections... 2024-04-22T22:29:15.183 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi146.front.sepia.ceph.com 2024-04-22T22:29:15.185 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi146.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:29:15.261 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi172.front.sepia.ceph.com 2024-04-22T22:29:15.262 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:29:15.336 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-22T22:29:15.344 DEBUG:teuthology.orchestra.run.smithi146:> uname -m 2024-04-22T22:29:15.362 INFO:teuthology.orchestra.run.smithi146.stdout:x86_64 2024-04-22T22:29:15.362 DEBUG:teuthology.orchestra.run.smithi146:> cat /etc/os-release 2024-04-22T22:29:15.419 INFO:teuthology.orchestra.run.smithi146.stdout:NAME="CentOS Stream" 2024-04-22T22:29:15.420 INFO:teuthology.orchestra.run.smithi146.stdout:VERSION="9" 2024-04-22T22:29:15.420 INFO:teuthology.orchestra.run.smithi146.stdout:ID="centos" 2024-04-22T22:29:15.420 INFO:teuthology.orchestra.run.smithi146.stdout:ID_LIKE="rhel fedora" 2024-04-22T22:29:15.420 INFO:teuthology.orchestra.run.smithi146.stdout:VERSION_ID="9" 2024-04-22T22:29:15.420 INFO:teuthology.orchestra.run.smithi146.stdout:PLATFORM_ID="platform:el9" 2024-04-22T22:29:15.420 INFO:teuthology.orchestra.run.smithi146.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-22T22:29:15.420 INFO:teuthology.orchestra.run.smithi146.stdout:ANSI_COLOR="0;31" 2024-04-22T22:29:15.420 INFO:teuthology.orchestra.run.smithi146.stdout:LOGO="fedora-logo-icon" 2024-04-22T22:29:15.420 INFO:teuthology.orchestra.run.smithi146.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-22T22:29:15.420 INFO:teuthology.orchestra.run.smithi146.stdout:HOME_URL="https://centos.org/" 2024-04-22T22:29:15.420 INFO:teuthology.orchestra.run.smithi146.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-22T22:29:15.420 INFO:teuthology.orchestra.run.smithi146.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-22T22:29:15.420 INFO:teuthology.orchestra.run.smithi146.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-22T22:29:15.421 INFO:teuthology.lock.ops:Updating smithi146.front.sepia.ceph.com on lock server 2024-04-22T22:29:15.439 DEBUG:teuthology.orchestra.run.smithi172:> uname -m 2024-04-22T22:29:15.456 INFO:teuthology.orchestra.run.smithi172.stdout:x86_64 2024-04-22T22:29:15.457 DEBUG:teuthology.orchestra.run.smithi172:> cat /etc/os-release 2024-04-22T22:29:15.514 INFO:teuthology.orchestra.run.smithi172.stdout:NAME="CentOS Stream" 2024-04-22T22:29:15.514 INFO:teuthology.orchestra.run.smithi172.stdout:VERSION="9" 2024-04-22T22:29:15.515 INFO:teuthology.orchestra.run.smithi172.stdout:ID="centos" 2024-04-22T22:29:15.515 INFO:teuthology.orchestra.run.smithi172.stdout:ID_LIKE="rhel fedora" 2024-04-22T22:29:15.515 INFO:teuthology.orchestra.run.smithi172.stdout:VERSION_ID="9" 2024-04-22T22:29:15.515 INFO:teuthology.orchestra.run.smithi172.stdout:PLATFORM_ID="platform:el9" 2024-04-22T22:29:15.515 INFO:teuthology.orchestra.run.smithi172.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-22T22:29:15.515 INFO:teuthology.orchestra.run.smithi172.stdout:ANSI_COLOR="0;31" 2024-04-22T22:29:15.515 INFO:teuthology.orchestra.run.smithi172.stdout:LOGO="fedora-logo-icon" 2024-04-22T22:29:15.515 INFO:teuthology.orchestra.run.smithi172.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-22T22:29:15.515 INFO:teuthology.orchestra.run.smithi172.stdout:HOME_URL="https://centos.org/" 2024-04-22T22:29:15.515 INFO:teuthology.orchestra.run.smithi172.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-22T22:29:15.515 INFO:teuthology.orchestra.run.smithi172.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-22T22:29:15.515 INFO:teuthology.orchestra.run.smithi172.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-22T22:29:15.516 INFO:teuthology.lock.ops:Updating smithi172.front.sepia.ceph.com on lock server 2024-04-22T22:29:15.539 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-22T22:29:15.547 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-22T22:29:15.555 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-22T22:29:15.555 DEBUG:teuthology.orchestra.run.smithi146:> test '!' -e /home/ubuntu/cephtest 2024-04-22T22:29:15.558 DEBUG:teuthology.orchestra.run.smithi172:> test '!' -e /home/ubuntu/cephtest 2024-04-22T22:29:15.574 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-22T22:29:15.582 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-22T22:29:15.582 DEBUG:teuthology.orchestra.run.smithi146:> test -z $(ls -A /var/lib/ceph) 2024-04-22T22:29:15.616 DEBUG:teuthology.orchestra.run.smithi172:> test -z $(ls -A /var/lib/ceph) 2024-04-22T22:29:15.642 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-22T22:29:15.702 INFO:teuthology.run_tasks:Running task kernel... 2024-04-22T22:29:15.718 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-22T22:29:15.718 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-22T22:29:15.718 DEBUG:teuthology.orchestra.run.smithi146:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T22:29:15.719 DEBUG:teuthology.orchestra.run.smithi172:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T22:29:15.734 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:29:15.735 DEBUG:teuthology.orchestra.run.smithi172:> uname -r 2024-04-22T22:29:15.736 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:29:15.736 DEBUG:teuthology.orchestra.run.smithi146:> uname -r 2024-04-22T22:29:15.791 INFO:teuthology.orchestra.run.smithi172.stdout:5.14.0-437.el9.x86_64 2024-04-22T22:29:15.792 INFO:teuthology.task.kernel:Running kernel on smithi172: 5.14.0-437.el9.x86_64 2024-04-22T22:29:15.792 DEBUG:teuthology.orchestra.run.smithi172:> sudo yum install -y kernel 2024-04-22T22:29:15.799 INFO:teuthology.orchestra.run.smithi146.stdout:5.14.0-437.el9.x86_64 2024-04-22T22:29:15.799 INFO:teuthology.task.kernel:Running kernel on smithi146: 5.14.0-437.el9.x86_64 2024-04-22T22:29:15.799 DEBUG:teuthology.orchestra.run.smithi146:> sudo yum install -y kernel 2024-04-22T22:29:18.107 INFO:teuthology.orchestra.run.smithi146.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.0 MB 00:00 2024-04-22T22:29:19.216 INFO:teuthology.orchestra.run.smithi172.stdout:CentOS Stream 9 - BaseOS 4.5 MB/s | 8.0 MB 00:01 2024-04-22T22:29:19.775 INFO:teuthology.orchestra.run.smithi146.stdout:CentOS Stream 9 - AppStream 31 MB/s | 19 MB 00:00 2024-04-22T22:29:21.167 INFO:teuthology.orchestra.run.smithi172.stdout:CentOS Stream 9 - AppStream 21 MB/s | 19 MB 00:00 2024-04-22T22:29:24.017 INFO:teuthology.orchestra.run.smithi146.stdout:CentOS Stream 9 - CRB 9.2 MB/s | 6.2 MB 00:00 2024-04-22T22:29:25.309 INFO:teuthology.orchestra.run.smithi172.stdout:CentOS Stream 9 - CRB 11 MB/s | 6.2 MB 00:00 2024-04-22T22:29:26.510 INFO:teuthology.orchestra.run.smithi146.stdout:CentOS Stream 9 - Extras packages 14 kB/s | 16 kB 00:01 2024-04-22T22:29:26.918 INFO:teuthology.orchestra.run.smithi172.stdout:CentOS Stream 9 - Extras packages 57 kB/s | 16 kB 00:00 2024-04-22T22:29:28.995 INFO:teuthology.orchestra.run.smithi172.stdout:Extra Packages for Enterprise Linux 11 MB/s | 21 MB 00:01 2024-04-22T22:29:32.571 INFO:teuthology.orchestra.run.smithi146.stdout:Extra Packages for Enterprise Linux 3.5 MB/s | 21 MB 00:05 2024-04-22T22:29:34.086 INFO:teuthology.orchestra.run.smithi172.stdout:lab-extras 13 kB/s | 1.7 kB 00:00 2024-04-22T22:29:34.270 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:00:01 ago on Mon 22 Apr 2024 10:29:33 PM UTC. 2024-04-22T22:29:35.951 INFO:teuthology.orchestra.run.smithi172.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-22T22:29:35.951 INFO:teuthology.orchestra.run.smithi172.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-22T22:29:36.050 INFO:teuthology.orchestra.run.smithi172.stdout:Dependencies resolved. 2024-04-22T22:29:36.051 INFO:teuthology.orchestra.run.smithi172.stdout:Nothing to do. 2024-04-22T22:29:36.052 INFO:teuthology.orchestra.run.smithi172.stdout:Complete! 2024-04-22T22:29:36.187 DEBUG:teuthology.orchestra.run.smithi172:> echo no | sudo yum reinstall kernel || true 2024-04-22T22:29:36.685 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 10:29:33 PM UTC. 2024-04-22T22:29:36.863 INFO:teuthology.orchestra.run.smithi172.stdout:Dependencies resolved. 2024-04-22T22:29:36.874 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2024-04-22T22:29:36.874 INFO:teuthology.orchestra.run.smithi172.stdout: Package Architecture Version Repository Size 2024-04-22T22:29:36.874 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2024-04-22T22:29:36.874 INFO:teuthology.orchestra.run.smithi172.stdout:Reinstalling: 2024-04-22T22:29:36.874 INFO:teuthology.orchestra.run.smithi172.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T22:29:36.874 INFO:teuthology.orchestra.run.smithi172.stdout: 2024-04-22T22:29:36.874 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction Summary 2024-04-22T22:29:36.874 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2024-04-22T22:29:36.874 INFO:teuthology.orchestra.run.smithi172.stdout: 2024-04-22T22:29:36.875 INFO:teuthology.orchestra.run.smithi172.stdout:Total download size: 255 k 2024-04-22T22:29:36.875 INFO:teuthology.orchestra.run.smithi172.stdout:Installed size: 0 2024-04-22T22:29:36.875 INFO:teuthology.orchestra.run.smithi172.stderr:Operation aborted. 2024-04-22T22:29:36.936 INFO:teuthology.orchestra.run.smithi172.stdout:Is this ok [y/N]: 2024-04-22T22:29:36.936 DEBUG:teuthology.orchestra.run.smithi172:> sudo yum reinstall -y kernel || true 2024-04-22T22:29:37.433 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:00:04 ago on Mon 22 Apr 2024 10:29:33 PM UTC. 2024-04-22T22:29:37.548 INFO:teuthology.orchestra.run.smithi172.stdout:Dependencies resolved. 2024-04-22T22:29:37.549 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2024-04-22T22:29:37.549 INFO:teuthology.orchestra.run.smithi172.stdout: Package Architecture Version Repository Size 2024-04-22T22:29:37.549 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2024-04-22T22:29:37.549 INFO:teuthology.orchestra.run.smithi172.stdout:Reinstalling: 2024-04-22T22:29:37.549 INFO:teuthology.orchestra.run.smithi172.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T22:29:37.550 INFO:teuthology.orchestra.run.smithi172.stdout: 2024-04-22T22:29:37.550 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction Summary 2024-04-22T22:29:37.550 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2024-04-22T22:29:37.550 INFO:teuthology.orchestra.run.smithi172.stdout: 2024-04-22T22:29:37.550 INFO:teuthology.orchestra.run.smithi172.stdout:Total download size: 255 k 2024-04-22T22:29:37.550 INFO:teuthology.orchestra.run.smithi172.stdout:Installed size: 0 2024-04-22T22:29:37.550 INFO:teuthology.orchestra.run.smithi172.stdout:Downloading Packages: 2024-04-22T22:29:37.577 INFO:teuthology.orchestra.run.smithi146.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-04-22T22:29:37.772 INFO:teuthology.orchestra.run.smithi172.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.6 MB/s | 255 kB 00:00 2024-04-22T22:29:37.772 INFO:teuthology.orchestra.run.smithi172.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:29:37.772 INFO:teuthology.orchestra.run.smithi172.stdout:Total 1.1 MB/s | 255 kB 00:00 2024-04-22T22:29:37.790 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction check 2024-04-22T22:29:37.983 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction check succeeded. 2024-04-22T22:29:37.983 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction test 2024-04-22T22:29:37.988 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction test succeeded. 2024-04-22T22:29:37.988 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction 2024-04-22T22:29:38.134 INFO:teuthology.orchestra.run.smithi172.stdout: Preparing : 1/1 2024-04-22T22:29:38.206 INFO:teuthology.orchestra.run.smithi172.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T22:29:38.206 INFO:teuthology.orchestra.run.smithi172.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:29:38.855 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:29:38.855 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T22:29:39.418 INFO:teuthology.orchestra.run.smithi146.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-22T22:29:39.418 INFO:teuthology.orchestra.run.smithi146.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-22T22:29:39.512 INFO:teuthology.orchestra.run.smithi146.stdout:Dependencies resolved. 2024-04-22T22:29:39.513 INFO:teuthology.orchestra.run.smithi146.stdout:Nothing to do. 2024-04-22T22:29:39.513 INFO:teuthology.orchestra.run.smithi146.stdout:Complete! 2024-04-22T22:29:39.528 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:29:39.529 INFO:teuthology.orchestra.run.smithi172.stdout: 2024-04-22T22:29:39.529 INFO:teuthology.orchestra.run.smithi172.stdout:Reinstalled: 2024-04-22T22:29:39.529 INFO:teuthology.orchestra.run.smithi172.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-22T22:29:39.529 INFO:teuthology.orchestra.run.smithi172.stdout: 2024-04-22T22:29:39.529 INFO:teuthology.orchestra.run.smithi172.stdout:Complete! 2024-04-22T22:29:39.608 DEBUG:teuthology.orchestra.run.smithi146:> echo no | sudo yum reinstall kernel || true 2024-04-22T22:29:39.718 DEBUG:teuthology.orchestra.run.smithi172:> rpm -q kernel | sort -rV | head -n 1 2024-04-22T22:29:39.765 INFO:teuthology.orchestra.run.smithi172.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-22T22:29:39.765 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-22T22:29:39.765 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-22T22:29:39.766 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-22T22:29:39.766 DEBUG:teuthology.orchestra.run.smithi172:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T22:29:39.795 INFO:teuthology.orchestra.run.smithi172.stdout:ttyS1 2024-04-22T22:29:39.814 DEBUG:teuthology.parallel:result is None 2024-04-22T22:29:40.110 INFO:teuthology.orchestra.run.smithi146.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 10:29:37 PM UTC. 2024-04-22T22:29:40.242 INFO:teuthology.orchestra.run.smithi146.stdout:Dependencies resolved. 2024-04-22T22:29:40.251 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-04-22T22:29:40.251 INFO:teuthology.orchestra.run.smithi146.stdout: Package Architecture Version Repository Size 2024-04-22T22:29:40.251 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-04-22T22:29:40.251 INFO:teuthology.orchestra.run.smithi146.stdout:Reinstalling: 2024-04-22T22:29:40.252 INFO:teuthology.orchestra.run.smithi146.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T22:29:40.252 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-04-22T22:29:40.252 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction Summary 2024-04-22T22:29:40.252 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-04-22T22:29:40.252 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-04-22T22:29:40.252 INFO:teuthology.orchestra.run.smithi146.stdout:Total download size: 255 k 2024-04-22T22:29:40.252 INFO:teuthology.orchestra.run.smithi146.stdout:Installed size: 0 2024-04-22T22:29:40.252 INFO:teuthology.orchestra.run.smithi146.stderr:Operation aborted. 2024-04-22T22:29:40.303 INFO:teuthology.orchestra.run.smithi146.stdout:Is this ok [y/N]: 2024-04-22T22:29:40.304 DEBUG:teuthology.orchestra.run.smithi146:> sudo yum reinstall -y kernel || true 2024-04-22T22:29:40.792 INFO:teuthology.orchestra.run.smithi146.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 10:29:37 PM UTC. 2024-04-22T22:29:40.908 INFO:teuthology.orchestra.run.smithi146.stdout:Dependencies resolved. 2024-04-22T22:29:40.909 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-04-22T22:29:40.909 INFO:teuthology.orchestra.run.smithi146.stdout: Package Architecture Version Repository Size 2024-04-22T22:29:40.909 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-04-22T22:29:40.909 INFO:teuthology.orchestra.run.smithi146.stdout:Reinstalling: 2024-04-22T22:29:40.909 INFO:teuthology.orchestra.run.smithi146.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T22:29:40.909 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-04-22T22:29:40.909 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction Summary 2024-04-22T22:29:40.909 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-04-22T22:29:40.909 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-04-22T22:29:40.909 INFO:teuthology.orchestra.run.smithi146.stdout:Total download size: 255 k 2024-04-22T22:29:40.909 INFO:teuthology.orchestra.run.smithi146.stdout:Installed size: 0 2024-04-22T22:29:40.909 INFO:teuthology.orchestra.run.smithi146.stdout:Downloading Packages: 2024-04-22T22:29:41.222 INFO:teuthology.orchestra.run.smithi146.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.0 MB/s | 255 kB 00:00 2024-04-22T22:29:41.223 INFO:teuthology.orchestra.run.smithi146.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:29:41.223 INFO:teuthology.orchestra.run.smithi146.stdout:Total 812 kB/s | 255 kB 00:00 2024-04-22T22:29:41.244 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction check 2024-04-22T22:29:41.440 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction check succeeded. 2024-04-22T22:29:41.440 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction test 2024-04-22T22:29:41.445 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction test succeeded. 2024-04-22T22:29:41.445 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction 2024-04-22T22:29:41.573 INFO:teuthology.orchestra.run.smithi146.stdout: Preparing : 1/1 2024-04-22T22:29:41.656 INFO:teuthology.orchestra.run.smithi146.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T22:29:41.657 INFO:teuthology.orchestra.run.smithi146.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:29:42.292 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:29:42.293 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T22:29:42.995 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:29:42.995 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-04-22T22:29:42.995 INFO:teuthology.orchestra.run.smithi146.stdout:Reinstalled: 2024-04-22T22:29:42.995 INFO:teuthology.orchestra.run.smithi146.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-22T22:29:42.995 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-04-22T22:29:42.995 INFO:teuthology.orchestra.run.smithi146.stdout:Complete! 2024-04-22T22:29:43.162 DEBUG:teuthology.orchestra.run.smithi146:> rpm -q kernel | sort -rV | head -n 1 2024-04-22T22:29:43.209 INFO:teuthology.orchestra.run.smithi146.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-22T22:29:43.209 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-22T22:29:43.209 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-22T22:29:43.209 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-22T22:29:43.209 DEBUG:teuthology.orchestra.run.smithi146:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T22:29:43.242 INFO:teuthology.orchestra.run.smithi146.stdout:ttyS1 2024-04-22T22:29:43.269 DEBUG:teuthology.parallel:result is None 2024-04-22T22:29:43.270 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-22T22:29:43.279 INFO:teuthology.task.internal:Creating test directory... 2024-04-22T22:29:43.279 DEBUG:teuthology.orchestra.run.smithi146:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T22:29:43.313 DEBUG:teuthology.orchestra.run.smithi172:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T22:29:43.332 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-22T22:29:43.340 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-22T22:29:43.351 INFO:teuthology.task.internal:Creating archive directory... 2024-04-22T22:29:43.351 DEBUG:teuthology.orchestra.run.smithi146:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T22:29:43.367 DEBUG:teuthology.orchestra.run.smithi172:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T22:29:43.475 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-22T22:29:43.482 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-22T22:29:43.483 DEBUG:teuthology.orchestra.run.smithi146:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-22T22:29:43.485 DEBUG:teuthology.orchestra.run.smithi172:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-22T22:29:43.517 INFO:teuthology.orchestra.run.smithi172.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T22:29:43.521 INFO:teuthology.orchestra.run.smithi146.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T22:29:43.528 INFO:teuthology.orchestra.run.smithi172.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T22:29:43.530 INFO:teuthology.orchestra.run.smithi146.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T22:29:43.532 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-22T22:29:43.539 INFO:teuthology.task.internal:Configuring sudo... 2024-04-22T22:29:43.540 DEBUG:teuthology.orchestra.run.smithi146:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T22:29:43.574 DEBUG:teuthology.orchestra.run.smithi172:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T22:29:43.601 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-22T22:29:43.610 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-22T22:29:43.611 DEBUG:teuthology.orchestra.run.smithi146:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T22:29:43.639 DEBUG:teuthology.orchestra.run.smithi172:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T22:29:43.658 DEBUG:teuthology.orchestra.run.smithi146:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T22:29:43.732 DEBUG:teuthology.orchestra.run.smithi146:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T22:29:43.786 DEBUG:teuthology.orchestra.run.smithi146:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T22:29:43.867 DEBUG:teuthology.orchestra.run.smithi146:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T22:29:43.906 DEBUG:teuthology.orchestra.run.smithi146:> set -ex 2024-04-22T22:29:43.906 DEBUG:teuthology.orchestra.run.smithi146:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T22:29:43.970 DEBUG:teuthology.orchestra.run.smithi172:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T22:29:44.016 DEBUG:teuthology.orchestra.run.smithi172:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T22:29:44.071 DEBUG:teuthology.orchestra.run.smithi172:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T22:29:44.156 DEBUG:teuthology.orchestra.run.smithi172:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T22:29:44.199 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2024-04-22T22:29:44.199 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T22:29:44.266 DEBUG:teuthology.orchestra.run.smithi146:> sudo service rsyslog restart 2024-04-22T22:29:44.269 DEBUG:teuthology.orchestra.run.smithi172:> sudo service rsyslog restart 2024-04-22T22:29:44.300 INFO:teuthology.orchestra.run.smithi146.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T22:29:44.352 INFO:teuthology.orchestra.run.smithi172.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T22:29:44.812 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-22T22:29:44.821 INFO:teuthology.task.internal:Starting timer... 2024-04-22T22:29:44.821 INFO:teuthology.run_tasks:Running task pcp... 2024-04-22T22:29:44.834 INFO:teuthology.run_tasks:Running task selinux... 2024-04-22T22:29:44.846 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-22T22:29:44.848 DEBUG:teuthology.orchestra.run.smithi146:> sudo service auditd rotate 2024-04-22T22:29:44.899 INFO:teuthology.orchestra.run.smithi146.stdout:Rotating logs: 2024-04-22T22:29:44.901 DEBUG:teuthology.orchestra.run.smithi172:> sudo service auditd rotate 2024-04-22T22:29:44.960 INFO:teuthology.orchestra.run.smithi172.stdout:Rotating logs: 2024-04-22T22:29:44.962 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-22T22:29:44.962 DEBUG:teuthology.orchestra.run.smithi146:> /usr/sbin/getenforce 2024-04-22T22:29:44.992 INFO:teuthology.orchestra.run.smithi146.stdout:Permissive 2024-04-22T22:29:44.993 DEBUG:teuthology.orchestra.run.smithi172:> /usr/sbin/getenforce 2024-04-22T22:29:45.016 INFO:teuthology.orchestra.run.smithi172.stdout:Permissive 2024-04-22T22:29:45.017 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi146.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi172.front.sepia.ceph.com': 'permissive'} 2024-04-22T22:29:45.017 DEBUG:teuthology.orchestra.run.smithi146:> 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 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-22T22:29:45.060 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:29:45.061 DEBUG:teuthology.orchestra.run.smithi172:> 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 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-22T22:29:45.087 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:29:45.087 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-22T22:29:45.088 DEBUG:teuthology.orchestra.run.smithi146:> sudo /usr/sbin/setenforce permissive 2024-04-22T22:29:45.128 DEBUG:teuthology.orchestra.run.smithi172:> sudo /usr/sbin/setenforce permissive 2024-04-22T22:29:45.153 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-22T22:29:45.162 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-04-22T22:29:45.169 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-04-22T22:29:45.290 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-22T22:29:45.310 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-04-22T22:29:45.311 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi146.front.sepia.ceph.com,smithi172.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-22T22:33:22.425 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi146.front.sepia.ceph.com'), Remote(name='ubuntu@smithi172.front.sepia.ceph.com')] 2024-04-22T22:33:22.426 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi146.front.sepia.ceph.com' 2024-04-22T22:33:22.427 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi146.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:33:22.503 DEBUG:teuthology.orchestra.run.smithi146:> true 2024-04-22T22:33:22.577 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi146.front.sepia.ceph.com' 2024-04-22T22:33:22.578 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi172.front.sepia.ceph.com' 2024-04-22T22:33:22.578 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:33:22.653 DEBUG:teuthology.orchestra.run.smithi172:> true 2024-04-22T22:33:22.690 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi172.front.sepia.ceph.com' 2024-04-22T22:33:22.690 INFO:teuthology.run_tasks:Running task clock... 2024-04-22T22:33:22.700 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-22T22:33:22.701 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T22:33:22.701 DEBUG:teuthology.orchestra.run.smithi146:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T22:33:22.703 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T22:33:22.704 DEBUG:teuthology.orchestra.run.smithi172:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T22:33:22.729 INFO:teuthology.orchestra.run.smithi146.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-22T22:33:22.742 INFO:teuthology.orchestra.run.smithi146.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-22T22:33:22.758 INFO:teuthology.orchestra.run.smithi172.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-22T22:33:22.764 INFO:teuthology.orchestra.run.smithi146.stderr:sudo: ntpd: command not found 2024-04-22T22:33:22.771 INFO:teuthology.orchestra.run.smithi172.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-22T22:33:22.774 INFO:teuthology.orchestra.run.smithi146.stdout:506 Cannot talk to daemon 2024-04-22T22:33:22.787 INFO:teuthology.orchestra.run.smithi146.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-22T22:33:22.793 INFO:teuthology.orchestra.run.smithi172.stderr:sudo: ntpd: command not found 2024-04-22T22:33:22.800 INFO:teuthology.orchestra.run.smithi146.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-22T22:33:22.804 INFO:teuthology.orchestra.run.smithi172.stdout:506 Cannot talk to daemon 2024-04-22T22:33:22.817 INFO:teuthology.orchestra.run.smithi172.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-22T22:33:22.830 INFO:teuthology.orchestra.run.smithi172.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-22T22:33:22.858 INFO:teuthology.orchestra.run.smithi146.stderr:bash: line 1: ntpq: command not found 2024-04-22T22:33:22.862 INFO:teuthology.orchestra.run.smithi146.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T22:33:22.862 INFO:teuthology.orchestra.run.smithi146.stdout:=============================================================================== 2024-04-22T22:33:22.862 INFO:teuthology.orchestra.run.smithi146.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:33:22.862 INFO:teuthology.orchestra.run.smithi146.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:33:22.862 INFO:teuthology.orchestra.run.smithi146.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:33:22.862 INFO:teuthology.orchestra.run.smithi146.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:33:22.882 INFO:teuthology.orchestra.run.smithi172.stderr:bash: line 1: ntpq: command not found 2024-04-22T22:33:22.886 INFO:teuthology.orchestra.run.smithi172.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T22:33:22.886 INFO:teuthology.orchestra.run.smithi172.stdout:=============================================================================== 2024-04-22T22:33:22.886 INFO:teuthology.orchestra.run.smithi172.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:33:22.886 INFO:teuthology.orchestra.run.smithi172.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:33:22.886 INFO:teuthology.orchestra.run.smithi172.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:33:22.886 INFO:teuthology.orchestra.run.smithi172.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:33:22.887 INFO:teuthology.run_tasks:Running task cephadm.deploy_samba_ad_dc... 2024-04-22T22:33:22.992 INFO:tasks.cephadm:Testing if podman is available 2024-04-22T22:33:22.992 DEBUG:teuthology.orchestra.run.smithi172:> sudo podman --help 2024-04-22T22:33:23.702 INFO:teuthology.orchestra.run.smithi172.stdout:Manage pods, containers and images 2024-04-22T22:33:23.703 INFO:teuthology.orchestra.run.smithi172.stdout: 2024-04-22T22:33:23.703 INFO:teuthology.orchestra.run.smithi172.stdout:Usage: 2024-04-22T22:33:23.703 INFO:teuthology.orchestra.run.smithi172.stdout: podman [options] [command] 2024-04-22T22:33:23.703 INFO:teuthology.orchestra.run.smithi172.stdout: 2024-04-22T22:33:23.703 INFO:teuthology.orchestra.run.smithi172.stdout:Available Commands: 2024-04-22T22:33:23.704 INFO:teuthology.orchestra.run.smithi172.stdout: attach Attach to a running container 2024-04-22T22:33:23.704 INFO:teuthology.orchestra.run.smithi172.stdout: auto-update Auto update containers according to their auto-update policy 2024-04-22T22:33:23.704 INFO:teuthology.orchestra.run.smithi172.stdout: build Build an image using instructions from Containerfiles 2024-04-22T22:33:23.704 INFO:teuthology.orchestra.run.smithi172.stdout: commit Create new image based on the changed container 2024-04-22T22:33:23.704 INFO:teuthology.orchestra.run.smithi172.stdout: compose Run compose workloads via an external provider such as docker-compose or podman-compose 2024-04-22T22:33:23.704 INFO:teuthology.orchestra.run.smithi172.stdout: container Manage containers 2024-04-22T22:33:23.704 INFO:teuthology.orchestra.run.smithi172.stdout: cp Copy files/folders between a container and the local filesystem 2024-04-22T22:33:23.704 INFO:teuthology.orchestra.run.smithi172.stdout: create Create but do not start a container 2024-04-22T22:33:23.704 INFO:teuthology.orchestra.run.smithi172.stdout: diff Display the changes to the object's file system 2024-04-22T22:33:23.704 INFO:teuthology.orchestra.run.smithi172.stdout: events Show podman system events 2024-04-22T22:33:23.704 INFO:teuthology.orchestra.run.smithi172.stdout: exec Run a process in a running container 2024-04-22T22:33:23.704 INFO:teuthology.orchestra.run.smithi172.stdout: export Export container's filesystem contents as a tar archive 2024-04-22T22:33:23.704 INFO:teuthology.orchestra.run.smithi172.stdout: farm Farm out builds to remote machines 2024-04-22T22:33:23.705 INFO:teuthology.orchestra.run.smithi172.stdout: generate Generate structured data based on containers, pods or volumes 2024-04-22T22:33:23.705 INFO:teuthology.orchestra.run.smithi172.stdout: healthcheck Manage health checks on containers 2024-04-22T22:33:23.705 INFO:teuthology.orchestra.run.smithi172.stdout: help Help about any command 2024-04-22T22:33:23.705 INFO:teuthology.orchestra.run.smithi172.stdout: history Show history of a specified image 2024-04-22T22:33:23.705 INFO:teuthology.orchestra.run.smithi172.stdout: image Manage images 2024-04-22T22:33:23.705 INFO:teuthology.orchestra.run.smithi172.stdout: images List images in local storage 2024-04-22T22:33:23.705 INFO:teuthology.orchestra.run.smithi172.stdout: import Import a tarball to create a filesystem image 2024-04-22T22:33:23.705 INFO:teuthology.orchestra.run.smithi172.stdout: info Display podman system information 2024-04-22T22:33:23.705 INFO:teuthology.orchestra.run.smithi172.stdout: init Initialize one or more containers 2024-04-22T22:33:23.705 INFO:teuthology.orchestra.run.smithi172.stdout: inspect Display the configuration of object denoted by ID 2024-04-22T22:33:23.705 INFO:teuthology.orchestra.run.smithi172.stdout: kill Kill one or more running containers with a specific signal 2024-04-22T22:33:23.705 INFO:teuthology.orchestra.run.smithi172.stdout: kube Play containers, pods or volumes from a structured file 2024-04-22T22:33:23.706 INFO:teuthology.orchestra.run.smithi172.stdout: load Load image(s) from a tar archive 2024-04-22T22:33:23.706 INFO:teuthology.orchestra.run.smithi172.stdout: login Log in to a container registry 2024-04-22T22:33:23.706 INFO:teuthology.orchestra.run.smithi172.stdout: logout Log out of a container registry 2024-04-22T22:33:23.706 INFO:teuthology.orchestra.run.smithi172.stdout: logs Fetch the logs of one or more containers 2024-04-22T22:33:23.706 INFO:teuthology.orchestra.run.smithi172.stdout: machine Manage a virtual machine 2024-04-22T22:33:23.706 INFO:teuthology.orchestra.run.smithi172.stdout: manifest Manipulate manifest lists and image indexes 2024-04-22T22:33:23.706 INFO:teuthology.orchestra.run.smithi172.stdout: mount Mount a working container's root filesystem 2024-04-22T22:33:23.706 INFO:teuthology.orchestra.run.smithi172.stdout: network Manage networks 2024-04-22T22:33:23.706 INFO:teuthology.orchestra.run.smithi172.stdout: pause Pause all the processes in one or more containers 2024-04-22T22:33:23.706 INFO:teuthology.orchestra.run.smithi172.stdout: pod Manage pods 2024-04-22T22:33:23.706 INFO:teuthology.orchestra.run.smithi172.stdout: port List port mappings or a specific mapping for the container 2024-04-22T22:33:23.706 INFO:teuthology.orchestra.run.smithi172.stdout: ps List containers 2024-04-22T22:33:23.707 INFO:teuthology.orchestra.run.smithi172.stdout: pull Pull an image from a registry 2024-04-22T22:33:23.707 INFO:teuthology.orchestra.run.smithi172.stdout: push Push an image to a specified destination 2024-04-22T22:33:23.707 INFO:teuthology.orchestra.run.smithi172.stdout: rename Rename an existing container 2024-04-22T22:33:23.707 INFO:teuthology.orchestra.run.smithi172.stdout: restart Restart one or more containers 2024-04-22T22:33:23.707 INFO:teuthology.orchestra.run.smithi172.stdout: rm Remove one or more containers 2024-04-22T22:33:23.707 INFO:teuthology.orchestra.run.smithi172.stdout: rmi Remove one or more images from local storage 2024-04-22T22:33:23.707 INFO:teuthology.orchestra.run.smithi172.stdout: run Run a command in a new container 2024-04-22T22:33:23.707 INFO:teuthology.orchestra.run.smithi172.stdout: save Save image(s) to an archive 2024-04-22T22:33:23.707 INFO:teuthology.orchestra.run.smithi172.stdout: search Search registry for image 2024-04-22T22:33:23.707 INFO:teuthology.orchestra.run.smithi172.stdout: secret Manage secrets 2024-04-22T22:33:23.707 INFO:teuthology.orchestra.run.smithi172.stdout: start Start one or more containers 2024-04-22T22:33:23.707 INFO:teuthology.orchestra.run.smithi172.stdout: stats Display a live stream of container resource usage statistics 2024-04-22T22:33:23.707 INFO:teuthology.orchestra.run.smithi172.stdout: stop Stop one or more containers 2024-04-22T22:33:23.708 INFO:teuthology.orchestra.run.smithi172.stdout: system Manage podman 2024-04-22T22:33:23.708 INFO:teuthology.orchestra.run.smithi172.stdout: tag Add an additional name to a local image 2024-04-22T22:33:23.708 INFO:teuthology.orchestra.run.smithi172.stdout: top Display the running processes of a container 2024-04-22T22:33:23.708 INFO:teuthology.orchestra.run.smithi172.stdout: unmount Unmount working container's root filesystem 2024-04-22T22:33:23.708 INFO:teuthology.orchestra.run.smithi172.stdout: unpause Unpause the processes in one or more containers 2024-04-22T22:33:23.708 INFO:teuthology.orchestra.run.smithi172.stdout: unshare Run a command in a modified user namespace 2024-04-22T22:33:23.708 INFO:teuthology.orchestra.run.smithi172.stdout: untag Remove a name from a local image 2024-04-22T22:33:23.708 INFO:teuthology.orchestra.run.smithi172.stdout: update Update an existing container 2024-04-22T22:33:23.708 INFO:teuthology.orchestra.run.smithi172.stdout: version Display the Podman version information 2024-04-22T22:33:23.708 INFO:teuthology.orchestra.run.smithi172.stdout: volume Manage volumes 2024-04-22T22:33:23.708 INFO:teuthology.orchestra.run.smithi172.stdout: wait Block on one or more containers 2024-04-22T22:33:23.708 INFO:teuthology.orchestra.run.smithi172.stdout: 2024-04-22T22:33:23.708 INFO:teuthology.orchestra.run.smithi172.stdout:Options: 2024-04-22T22:33:23.709 INFO:teuthology.orchestra.run.smithi172.stdout: --cgroup-manager string Cgroup manager to use ("cgroupfs"|"systemd") (default "systemd") 2024-04-22T22:33:23.709 INFO:teuthology.orchestra.run.smithi172.stdout: --conmon string Path of the conmon binary 2024-04-22T22:33:23.709 INFO:teuthology.orchestra.run.smithi172.stdout: -c, --connection string Connection to use for remote Podman service 2024-04-22T22:33:23.709 INFO:teuthology.orchestra.run.smithi172.stdout: --events-backend string Events backend to use ("file"|"journald"|"none") (default "journald") 2024-04-22T22:33:23.709 INFO:teuthology.orchestra.run.smithi172.stdout: --help Help for podman 2024-04-22T22:33:23.709 INFO:teuthology.orchestra.run.smithi172.stdout: --hooks-dir strings Set the OCI hooks directory path (may be set multiple times) (default [/usr/share/containers/oci/hooks.d]) 2024-04-22T22:33:23.709 INFO:teuthology.orchestra.run.smithi172.stdout: --identity string path to SSH identity file, (CONTAINER_SSHKEY) 2024-04-22T22:33:23.709 INFO:teuthology.orchestra.run.smithi172.stdout: --imagestore string Path to the 'image store', different from 'graph root', use this to split storing the image into a separate 'image store', see 'man containers-storage.conf' for details 2024-04-22T22:33:23.710 INFO:teuthology.orchestra.run.smithi172.stdout: --log-level string Log messages above specified level (trace, debug, info, warn, warning, error, fatal, panic) (default "warn") 2024-04-22T22:33:23.710 INFO:teuthology.orchestra.run.smithi172.stdout: --module strings Load the containers.conf(5) module 2024-04-22T22:33:23.710 INFO:teuthology.orchestra.run.smithi172.stdout: --network-cmd-path string Path to the command for configuring the network 2024-04-22T22:33:23.710 INFO:teuthology.orchestra.run.smithi172.stdout: --network-config-dir string Path of the configuration directory for networks 2024-04-22T22:33:23.710 INFO:teuthology.orchestra.run.smithi172.stdout: --out string Send output (stdout) from podman to a file 2024-04-22T22:33:23.710 INFO:teuthology.orchestra.run.smithi172.stdout: -r, --remote Access remote Podman service 2024-04-22T22:33:23.710 INFO:teuthology.orchestra.run.smithi172.stdout: --root string Path to the graph root directory where images, containers, etc. are stored 2024-04-22T22:33:23.710 INFO:teuthology.orchestra.run.smithi172.stdout: --runroot string Path to the 'run directory' where all state information is stored 2024-04-22T22:33:23.710 INFO:teuthology.orchestra.run.smithi172.stdout: --runtime string Path to the OCI-compatible binary used to run containers. (default "crun") 2024-04-22T22:33:23.710 INFO:teuthology.orchestra.run.smithi172.stdout: --runtime-flag stringArray add global flags for the container runtime 2024-04-22T22:33:23.711 INFO:teuthology.orchestra.run.smithi172.stdout: --ssh string define the ssh mode (default "golang") 2024-04-22T22:33:23.711 INFO:teuthology.orchestra.run.smithi172.stdout: --storage-driver string Select which storage driver is used to manage storage of images and containers 2024-04-22T22:33:23.711 INFO:teuthology.orchestra.run.smithi172.stdout: --storage-opt stringArray Used to pass an option to the storage driver 2024-04-22T22:33:23.711 INFO:teuthology.orchestra.run.smithi172.stdout: --syslog Output logging information to syslog as well as the console (default false) 2024-04-22T22:33:23.711 INFO:teuthology.orchestra.run.smithi172.stdout: --tmpdir string Path to the tmp directory for libpod state content. 2024-04-22T22:33:23.711 INFO:teuthology.orchestra.run.smithi172.stdout: 2024-04-22T22:33:23.711 INFO:teuthology.orchestra.run.smithi172.stdout: Note: use the environment variable 'TMPDIR' to change the temporary storage location for container images, '/var/tmp'. 2024-04-22T22:33:23.711 INFO:teuthology.orchestra.run.smithi172.stdout: (default "/run/libpod") 2024-04-22T22:33:23.711 INFO:teuthology.orchestra.run.smithi172.stdout: --transient-store Enable transient container storage 2024-04-22T22:33:23.711 INFO:teuthology.orchestra.run.smithi172.stdout: --url string URL to access Podman service (CONTAINER_HOST) (default "unix:///run/podman/podman.sock") 2024-04-22T22:33:23.711 INFO:teuthology.orchestra.run.smithi172.stdout: -v, --version version for podman 2024-04-22T22:33:23.711 INFO:teuthology.orchestra.run.smithi172.stdout: --volumepath string Path to the volume directory in which volume data is stored 2024-04-22T22:33:23.713 DEBUG:teuthology.orchestra.run.smithi172:> sudo podman pull quay.io/samba.org/samba-ad-server:latest 2024-04-22T22:33:24.525 INFO:teuthology.orchestra.run.smithi172.stderr:Trying to pull quay.io/samba.org/samba-ad-server:latest... 2024-04-22T22:33:25.010 INFO:teuthology.orchestra.run.smithi172.stderr:Getting image source signatures 2024-04-22T22:33:25.010 INFO:teuthology.orchestra.run.smithi172.stderr:Copying blob sha256:8f67d45e0e6a9d1e3705c5e975d7e3e582fa0b29323aca072b190fb31b1fcdde 2024-04-22T22:33:25.010 INFO:teuthology.orchestra.run.smithi172.stderr:Copying blob sha256:55ee047f0439c8da7daef785c53cf678429da1e231216864a4f57c3e98750379 2024-04-22T22:33:25.011 INFO:teuthology.orchestra.run.smithi172.stderr:Copying blob sha256:49bc5687b791c9eacf4f552ce2668128e11bbca20c9113568d3acf58770bfb4b 2024-04-22T22:33:25.011 INFO:teuthology.orchestra.run.smithi172.stderr:Copying blob sha256:dd45e194b7e4f58d959d05af4caf612b195a1924b845ed003d869c99cc30e170 2024-04-22T22:33:25.011 INFO:teuthology.orchestra.run.smithi172.stderr:Copying blob sha256:348b35dc69ab19868df472c75091ac9abd576632b66bdd01e284bc85e3c59bb3 2024-04-22T22:33:25.011 INFO:teuthology.orchestra.run.smithi172.stderr:Copying blob sha256:8648798ef76af9ea6c89538cddca92d7e48c1b94d50b6b0ffc31a814815ff41d 2024-04-22T22:33:30.723 INFO:teuthology.orchestra.run.smithi172.stderr:Copying config sha256:66500a9faf03e83d02a128f8db2827ab31925198b14f48df0de61a6105cbf307 2024-04-22T22:33:30.865 INFO:teuthology.orchestra.run.smithi172.stderr:Writing manifest to image destination 2024-04-22T22:33:31.026 INFO:teuthology.orchestra.run.smithi172.stdout:66500a9faf03e83d02a128f8db2827ab31925198b14f48df0de61a6105cbf307 2024-04-22T22:33:31.032 DEBUG:teuthology.orchestra.run.smithi172:> sudo podman pull quay.io/samba.org/samba-client:latest 2024-04-22T22:33:31.158 INFO:teuthology.orchestra.run.smithi172.stderr:Trying to pull quay.io/samba.org/samba-client:latest... 2024-04-22T22:33:31.499 INFO:teuthology.orchestra.run.smithi172.stderr:Getting image source signatures 2024-04-22T22:33:31.499 INFO:teuthology.orchestra.run.smithi172.stderr:Copying blob sha256:8fc6444796d588ff040670838a23a55c20ca1a41082db447a3b9d7fdfe9e5826 2024-04-22T22:33:31.499 INFO:teuthology.orchestra.run.smithi172.stderr:Copying blob sha256:348b35dc69ab19868df472c75091ac9abd576632b66bdd01e284bc85e3c59bb3 2024-04-22T22:33:33.465 INFO:teuthology.orchestra.run.smithi172.stderr:Copying config sha256:050723c97e79b1d85aac6e373e1c600d5e208aaeb96d7e71c35cf1631ed24137 2024-04-22T22:33:33.599 INFO:teuthology.orchestra.run.smithi172.stderr:Writing manifest to image destination 2024-04-22T22:33:33.807 INFO:teuthology.orchestra.run.smithi172.stdout:050723c97e79b1d85aac6e373e1c600d5e208aaeb96d7e71c35cf1631ed24137 2024-04-22T22:33:33.812 DEBUG:teuthology.orchestra.run.smithi172:> ss -lunH 2024-04-22T22:33:33.834 INFO:teuthology.orchestra.run.smithi172.stdout:UNCONN 0 0 0.0.0.0:111 0.0.0.0:* 2024-04-22T22:33:33.834 INFO:teuthology.orchestra.run.smithi172.stdout:UNCONN 0 0 127.0.0.1:323 0.0.0.0:* 2024-04-22T22:33:33.834 INFO:teuthology.orchestra.run.smithi172.stdout:UNCONN 0 0 [::]:111 [::]:* 2024-04-22T22:33:33.834 INFO:teuthology.orchestra.run.smithi172.stdout:UNCONN 0 0 [::1]:323 [::]:* 2024-04-22T22:33:33.835 DEBUG:teuthology.orchestra.run.smithi172:> sudo mkdir -p /var/lib/samba/container/logs /var/lib/samba/container/data 2024-04-22T22:33:33.900 DEBUG:teuthology.orchestra.run.smithi172:> sudo mkdir -p /var/tmp/samba 2024-04-22T22:33:33.966 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2024-04-22T22:33:33.966 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/var/tmp/samba/container.json 2024-04-22T22:33:34.031 DEBUG:teuthology.orchestra.run.smithi172:> sudo podman run -d --name=samba-ad --network=host --privileged --volume=/var/tmp/samba:/etc/samba-container:ro -eSAMBACC_CONFIG=/etc/samba-container/container.json quay.io/samba.org/samba-ad-server:latest 2024-04-22T22:33:34.613 INFO:teuthology.orchestra.run.smithi172.stdout:663015516def538a19b63b096ec303a164f84e3ba1661c6913c58f2ad8faf2b0 2024-04-22T22:33:34.868 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.172, idx=0 2024-04-22T22:33:34.868 DEBUG:teuthology.orchestra.run.smithi172:> sudo podman run --rm --net=host --dns=172.21.15.172 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-04-22T22:33:35.477 INFO:teuthology.orchestra.run.smithi172.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-04-22T22:33:36.427 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:33:36.928 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.172, idx=1 2024-04-22T22:33:36.928 DEBUG:teuthology.orchestra.run.smithi172:> sudo podman run --rm --net=host --dns=172.21.15.172 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-04-22T22:33:37.652 INFO:teuthology.orchestra.run.smithi172.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-04-22T22:33:38.651 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:33:39.652 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.172, idx=2 2024-04-22T22:33:39.653 DEBUG:teuthology.orchestra.run.smithi172:> sudo podman run --rm --net=host --dns=172.21.15.172 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-04-22T22:33:40.354 INFO:teuthology.orchestra.run.smithi172.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-04-22T22:33:40.911 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:33:42.912 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.172, idx=3 2024-04-22T22:33:42.912 DEBUG:teuthology.orchestra.run.smithi172:> sudo podman run --rm --net=host --dns=172.21.15.172 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-04-22T22:33:43.319 INFO:teuthology.orchestra.run.smithi172.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-04-22T22:33:43.775 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:33:47.777 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.172, idx=4 2024-04-22T22:33:47.777 DEBUG:teuthology.orchestra.run.smithi172:> sudo podman run --rm --net=host --dns=172.21.15.172 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-04-22T22:33:50.072 INFO:teuthology.orchestra.run.smithi172.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-04-22T22:33:51.081 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:33:59.082 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.172, idx=5 2024-04-22T22:33:59.083 DEBUG:teuthology.orchestra.run.smithi172:> sudo podman run --rm --net=host --dns=172.21.15.172 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-04-22T22:33:59.577 INFO:teuthology.orchestra.run.smithi172.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-04-22T22:34:00.333 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:34:16.334 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.172, idx=6 2024-04-22T22:34:16.335 DEBUG:teuthology.orchestra.run.smithi172:> sudo podman run --rm --net=host --dns=172.21.15.172 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-04-22T22:34:17.051 INFO:teuthology.orchestra.run.smithi172.stdout: . D 0 Mon Apr 22 22:33:44 2024 2024-04-22T22:34:17.051 INFO:teuthology.orchestra.run.smithi172.stdout: .. D 0 Mon Apr 22 22:33:44 2024 2024-04-22T22:34:17.051 INFO:teuthology.orchestra.run.smithi172.stdout: domain1.sink.test D 0 Mon Apr 22 22:33:43 2024 2024-04-22T22:34:17.051 INFO:teuthology.orchestra.run.smithi172.stdout: 2024-04-22T22:34:17.051 INFO:teuthology.orchestra.run.smithi172.stdout: 960311424 blocks of size 1024. 908127680 blocks available 2024-04-22T22:34:17.615 INFO:tasks.cephadm:SMB status probe succeeded 2024-04-22T22:34:17.616 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-22T22:34:17.628 INFO:tasks.cephadm:Config: {'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}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'log-only-match': ['CEPHADM_'], 'sha1': '430e09df97c8fc7dc2b2ae424f68ed11366c540f'} 2024-04-22T22:34:17.628 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:34:17.629 INFO:tasks.cephadm:Cluster fsid is 7462b1c4-00f8-11ef-bc93-c7b262605968 2024-04-22T22:34:17.629 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-22T22:34:17.629 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.146'} 2024-04-22T22:34:17.629 INFO:tasks.cephadm:First mon is mon.a on smithi146 2024-04-22T22:34:17.629 INFO:tasks.cephadm:First mgr is x 2024-04-22T22:34:17.629 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-22T22:34:17.629 DEBUG:teuthology.orchestra.run.smithi146:> sudo hostname $(hostname -s) 2024-04-22T22:34:17.661 DEBUG:teuthology.orchestra.run.smithi172:> sudo hostname $(hostname -s) 2024-04-22T22:34:17.690 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-22T22:34:17.691 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:34:17.913 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '430e09df97c8fc7dc2b2ae424f68ed11366c540f', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/54954/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2407-g430e09df', 'node_name': '172.21.5.36+adami06', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2407.g430e09df'}, 'url': 'https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-04-21 21:31:40.125798', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-04-22T22:34:18.065 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref squid, sha1 430e09df97c8fc7dc2b2ae424f68ed11366c540f from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:34:18.067 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/x86_64/flavors/default/cephadm 2024-04-22T22:34:18.067 DEBUG:teuthology.orchestra.run.smithi146:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T22:34:18.741 INFO:teuthology.orchestra.run.smithi146.stdout:-rw-r--r--. 1 ubuntu ubuntu 781227 Apr 22 22:34 /home/ubuntu/cephtest/cephadm 2024-04-22T22:34:18.741 DEBUG:teuthology.orchestra.run.smithi172:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T22:34:19.200 INFO:teuthology.orchestra.run.smithi172.stdout:-rw-r--r--. 1 ubuntu ubuntu 781227 Apr 22 22:34 /home/ubuntu/cephtest/cephadm 2024-04-22T22:34:19.200 DEBUG:teuthology.orchestra.run.smithi146:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T22:34:19.216 DEBUG:teuthology.orchestra.run.smithi172:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T22:34:19.244 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f on all hosts... 2024-04-22T22:34:19.244 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull 2024-04-22T22:34:19.259 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull 2024-04-22T22:34:19.456 INFO:teuthology.orchestra.run.smithi172.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T22:34:19.601 INFO:teuthology.orchestra.run.smithi172.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:34:19.602 INFO:teuthology.orchestra.run.smithi172.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T22:34:19.602 INFO:teuthology.orchestra.run.smithi172.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f: reading manifest 430e09df97c8fc7dc2b2ae424f68ed11366c540f in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-22T22:34:19.602 INFO:teuthology.orchestra.run.smithi172.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:34:20.656 INFO:teuthology.orchestra.run.smithi146.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T22:34:20.828 INFO:teuthology.orchestra.run.smithi146.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:34:20.828 INFO:teuthology.orchestra.run.smithi146.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T22:34:20.828 INFO:teuthology.orchestra.run.smithi146.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f: reading manifest 430e09df97c8fc7dc2b2ae424f68ed11366c540f in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-22T22:34:20.828 INFO:teuthology.orchestra.run.smithi146.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:34:20.850 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:34:20.850 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi146 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull' 2024-04-22T22:34:20.851 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-22T22:34:20.853 DEBUG:teuthology.misc:Transferring archived files from smithi146:/var/lib/ceph/7462b1c4-00f8-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668897/remote/smithi146/crash 2024-04-22T22:34:20.854 DEBUG:teuthology.orchestra.run.smithi146:> sudo tar c -f - -C /var/lib/ceph/7462b1c4-00f8-11ef-bc93-c7b262605968/crash -- . 2024-04-22T22:34:20.890 INFO:teuthology.orchestra.run.smithi146.stderr:tar: /var/lib/ceph/7462b1c4-00f8-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T22:34:20.890 INFO:teuthology.orchestra.run.smithi146.stderr:tar: Error is not recoverable: exiting now 2024-04-22T22:34:20.892 DEBUG:teuthology.misc:Transferring archived files from smithi172:/var/lib/ceph/7462b1c4-00f8-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668897/remote/smithi172/crash 2024-04-22T22:34:20.893 DEBUG:teuthology.orchestra.run.smithi172:> sudo tar c -f - -C /var/lib/ceph/7462b1c4-00f8-11ef-bc93-c7b262605968/crash -- . 2024-04-22T22:34:20.948 INFO:teuthology.orchestra.run.smithi172.stderr:tar: /var/lib/ceph/7462b1c4-00f8-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T22:34:20.948 INFO:teuthology.orchestra.run.smithi172.stderr:tar: Error is not recoverable: exiting now 2024-04-22T22:34:20.950 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-22T22:34:20.950 DEBUG:teuthology.orchestra.run.smithi146:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/7462b1c4-00f8-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-22T22:34:20.974 INFO:teuthology.orchestra.run.smithi146.stderr:grep: /var/log/ceph/7462b1c4-00f8-11ef-bc93-c7b262605968/ceph.log: No such file or directory 2024-04-22T22:34:20.975 INFO:tasks.cephadm:Compressing logs... 2024-04-22T22:34:20.975 DEBUG:teuthology.orchestra.run.smithi146:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-22T22:34:21.018 DEBUG:teuthology.orchestra.run.smithi172:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-22T22:34:21.039 INFO:teuthology.orchestra.run.smithi146.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T22:34:21.039 INFO:teuthology.orchestra.run.smithi146.stderr:: No such file or directory 2024-04-22T22:34:21.039 INFO:teuthology.orchestra.run.smithi146.stderr:/var/log/ceph/cephadm.log: 73.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T22:34:21.040 INFO:teuthology.orchestra.run.smithi146.stderr: 2024-04-22T22:34:21.041 INFO:teuthology.orchestra.run.smithi146.stderr:real 0m0.011s 2024-04-22T22:34:21.041 INFO:teuthology.orchestra.run.smithi146.stderr:user 0m0.013s 2024-04-22T22:34:21.041 INFO:teuthology.orchestra.run.smithi146.stderr:sys 0m0.007s 2024-04-22T22:34:21.041 INFO:teuthology.orchestra.run.smithi172.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose --: No such file or directory 2024-04-22T22:34:21.041 INFO:teuthology.orchestra.run.smithi172.stderr: /var/log/ceph/cephadm.log 2024-04-22T22:34:21.042 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/cephadm.log: 73.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T22:34:21.043 INFO:teuthology.orchestra.run.smithi172.stderr: 2024-04-22T22:34:21.043 INFO:teuthology.orchestra.run.smithi172.stderr:real 0m0.011s 2024-04-22T22:34:21.043 INFO:teuthology.orchestra.run.smithi172.stderr:user 0m0.011s 2024-04-22T22:34:21.043 INFO:teuthology.orchestra.run.smithi172.stderr:sys 0m0.009s 2024-04-22T22:34:21.044 INFO:tasks.cephadm:Archiving logs... 2024-04-22T22:34:21.044 DEBUG:teuthology.misc:Transferring archived files from smithi146:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668897/remote/smithi146/log 2024-04-22T22:34:21.045 DEBUG:teuthology.orchestra.run.smithi146:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T22:34:21.104 DEBUG:teuthology.misc:Transferring archived files from smithi172:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668897/remote/smithi172/log 2024-04-22T22:34:21.105 DEBUG:teuthology.orchestra.run.smithi172:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T22:34:21.129 INFO:tasks.cephadm:Removing cluster... 2024-04-22T22:34:21.130 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7462b1c4-00f8-11ef-bc93-c7b262605968 --force 2024-04-22T22:34:21.317 INFO:teuthology.orchestra.run.smithi146.stdout:Deleting cluster with fsid: 7462b1c4-00f8-11ef-bc93-c7b262605968 2024-04-22T22:34:21.432 INFO:tasks.cephadm:Removing cephadm ... 2024-04-22T22:34:21.432 DEBUG:teuthology.orchestra.run.smithi146:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T22:34:21.446 DEBUG:teuthology.orchestra.run.smithi172:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T22:34:21.461 INFO:tasks.cephadm:Teardown complete 2024-04-22T22:34:21.461 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 2204, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 1833, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi146 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull' 2024-04-22T22:34:21.669 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=57f52f06e4ce4c0b89129c43a19c04db Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 2204, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 1833, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi146 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull' 2024-04-22T22:34:21.673 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-22T22:34:21.681 DEBUG:teuthology.run_tasks:Unwinding manager cephadm.deploy_samba_ad_dc 2024-04-22T22:34:21.695 DEBUG:teuthology.orchestra.run.smithi172:> sudo podman stop samba-ad 2024-04-22T22:34:22.423 INFO:teuthology.orchestra.run.smithi172.stdout:samba-ad 2024-04-22T22:34:22.427 DEBUG:teuthology.orchestra.run.smithi172:> sudo podman rm samba-ad 2024-04-22T22:34:22.717 INFO:teuthology.orchestra.run.smithi172.stdout:samba-ad 2024-04-22T22:34:22.720 DEBUG:teuthology.orchestra.run.smithi172:> sudo rm -rf /var/lib/samba/container/logs /var/lib/samba/container/data 2024-04-22T22:34:22.745 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-22T22:34:22.755 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-22T22:34:22.755 DEBUG:teuthology.orchestra.run.smithi146:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T22:34:22.758 DEBUG:teuthology.orchestra.run.smithi172:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T22:34:22.773 INFO:teuthology.orchestra.run.smithi146.stderr:bash: line 1: ntpq: command not found 2024-04-22T22:34:22.777 INFO:teuthology.orchestra.run.smithi146.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T22:34:22.777 INFO:teuthology.orchestra.run.smithi146.stdout:=============================================================================== 2024-04-22T22:34:22.777 INFO:teuthology.orchestra.run.smithi146.stdout:^- hv01.front.sepia.ceph.com 2 6 17 53 +686us[ +694us] +/- 574ms 2024-04-22T22:34:22.777 INFO:teuthology.orchestra.run.smithi146.stdout:^* hv02.front.sepia.ceph.com 3 6 17 53 -82us[ -75us] +/- 51ms 2024-04-22T22:34:22.777 INFO:teuthology.orchestra.run.smithi146.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 53 +117us[ +124us] +/- 62ms 2024-04-22T22:34:22.777 INFO:teuthology.orchestra.run.smithi146.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:34:22.799 INFO:teuthology.orchestra.run.smithi172.stderr:bash: line 1: ntpq: command not found 2024-04-22T22:34:22.804 INFO:teuthology.orchestra.run.smithi172.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T22:34:22.804 INFO:teuthology.orchestra.run.smithi172.stdout:=============================================================================== 2024-04-22T22:34:22.804 INFO:teuthology.orchestra.run.smithi172.stdout:^- hv01.front.sepia.ceph.com 2 6 17 53 +701us[ +701us] +/- 574ms 2024-04-22T22:34:22.805 INFO:teuthology.orchestra.run.smithi172.stdout:^* hv02.front.sepia.ceph.com 3 6 17 53 -100us[ -99us] +/- 51ms 2024-04-22T22:34:22.805 INFO:teuthology.orchestra.run.smithi172.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 53 +119us[ +120us] +/- 62ms 2024-04-22T22:34:22.805 INFO:teuthology.orchestra.run.smithi172.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:34:22.806 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-22T22:34:22.815 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-22T22:34:22.815 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-22T22:34:22.824 DEBUG:teuthology.orchestra.run.smithi146:> 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 2024-04-22T22:34:22.884 DEBUG:teuthology.orchestra.run.smithi172:> 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 2024-04-22T22:34:22.939 DEBUG:teuthology.orchestra.run.smithi146:> 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 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-22T22:34:22.968 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:34:22.968 DEBUG:teuthology.orchestra.run.smithi172:> 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 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-22T22:34:22.993 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:34:22.993 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-22T22:34:23.005 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-22T22:34:23.014 INFO:teuthology.task.internal:Duration was 278.193236 seconds 2024-04-22T22:34:23.015 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-22T22:34:23.026 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-22T22:34:23.026 DEBUG:teuthology.orchestra.run.smithi146:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T22:34:23.029 DEBUG:teuthology.orchestra.run.smithi172:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T22:34:23.066 INFO:teuthology.orchestra.run.smithi146.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T22:34:23.070 INFO:teuthology.orchestra.run.smithi172.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T22:34:23.315 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-22T22:34:23.316 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi146.front.sepia.ceph.com 2024-04-22T22:34:23.316 DEBUG:teuthology.orchestra.run.smithi146:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-22T22:34:23.376 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi172.front.sepia.ceph.com 2024-04-22T22:34:23.377 DEBUG:teuthology.orchestra.run.smithi172:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-22T22:34:23.402 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-22T22:34:23.402 DEBUG:teuthology.orchestra.run.smithi146:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T22:34:23.419 DEBUG:teuthology.orchestra.run.smithi172:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T22:34:23.467 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-22T22:34:23.467 DEBUG:teuthology.orchestra.run.smithi146:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T22:34:23.485 DEBUG:teuthology.orchestra.run.smithi172:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T22:34:23.599 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-22T22:34:23.608 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-22T22:34:23.608 DEBUG:teuthology.orchestra.run.smithi146:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T22:34:23.632 DEBUG:teuthology.orchestra.run.smithi172:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T22:34:23.656 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-22T22:34:23.666 DEBUG:teuthology.orchestra.run.smithi146:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-22T22:34:23.675 DEBUG:teuthology.orchestra.run.smithi172:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-22T22:34:23.695 INFO:teuthology.orchestra.run.smithi146.stdout:kernel.core_pattern = core 2024-04-22T22:34:23.718 INFO:teuthology.orchestra.run.smithi172.stdout:kernel.core_pattern = core 2024-04-22T22:34:23.734 DEBUG:teuthology.orchestra.run.smithi146:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T22:34:23.765 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:34:23.766 DEBUG:teuthology.orchestra.run.smithi172:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T22:34:23.787 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:34:23.788 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-22T22:34:23.798 INFO:teuthology.task.internal:Transferring archived files... 2024-04-22T22:34:23.799 DEBUG:teuthology.misc:Transferring archived files from smithi146:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668897/remote/smithi146 2024-04-22T22:34:23.799 DEBUG:teuthology.orchestra.run.smithi146:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T22:34:23.838 DEBUG:teuthology.misc:Transferring archived files from smithi172:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668897/remote/smithi172 2024-04-22T22:34:23.838 DEBUG:teuthology.orchestra.run.smithi172:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T22:34:23.870 INFO:teuthology.task.internal:Removing archive directory... 2024-04-22T22:34:23.870 DEBUG:teuthology.orchestra.run.smithi146:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T22:34:23.876 DEBUG:teuthology.orchestra.run.smithi172:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T22:34:23.919 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-22T22:34:23.931 INFO:teuthology.task.internal:Not uploading archives. 2024-04-22T22:34:23.931 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-22T22:34:23.942 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-22T22:34:23.943 DEBUG:teuthology.orchestra.run.smithi146:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T22:34:23.945 DEBUG:teuthology.orchestra.run.smithi172:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T22:34:23.959 INFO:teuthology.orchestra.run.smithi146.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 22:34 /home/ubuntu/cephtest 2024-04-22T22:34:23.975 INFO:teuthology.orchestra.run.smithi172.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 22:34 /home/ubuntu/cephtest 2024-04-22T22:34:23.976 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-22T22:34:23.986 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-22T22:34:24.006 INFO:teuthology.nuke:Checking targets against current locks 2024-04-22T22:34:24.036 DEBUG:teuthology.nuke:shortname: smithi146 2024-04-22T22:34:24.036 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T22:34:24.062 DEBUG:teuthology.nuke:shortname: smithi172 2024-04-22T22:34:24.062 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T22:34:24.066 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi146.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668897', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-22 22:21:51.836148', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMV3TilQ0SAyqEGoLPQ4CN+me8l4O7pk6njTACD8Zx1PhiNaupE1tc8AeBZ9JavHl5X9S8Gg4E0EJPIKKswdP8Y='} 2024-04-22T22:34:24.093 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi172.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668897', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-22 22:21:51.834301', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG8PDTcTK3oAvhEIoHT7RsInoyDYfAzR6c11gZ9kSU0HJ0OCCLrKKprXYfKU3ol04fARwQ9dCW2v00Fo6b2RlKw='} 2024-04-22T22:34:24.117 INFO:teuthology.orchestra.console.smithi146:Power off 2024-04-22T22:34:24.117 DEBUG:teuthology.orchestra.console.smithi146:pexpect command: ipmitool -H smithi146.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T22:34:24.140 DEBUG:teuthology.orchestra.console.smithi146:power off output: Chassis Power Control: Down/Off 2024-04-22T22:34:24.141 DEBUG:teuthology.orchestra.console.smithi146:pexpect command: ipmitool -H smithi146.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:34:24.160 INFO:teuthology.orchestra.console.smithi172:Power off 2024-04-22T22:34:24.161 DEBUG:teuthology.orchestra.console.smithi172:pexpect command: ipmitool -H smithi172.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T22:34:24.170 DEBUG:teuthology.orchestra.console.smithi146:check power output: Chassis Power is on 2024-04-22T22:34:24.183 DEBUG:teuthology.orchestra.console.smithi172:power off output: Chassis Power Control: Down/Off 2024-04-22T22:34:24.184 DEBUG:teuthology.orchestra.console.smithi172:pexpect command: ipmitool -H smithi172.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:34:24.218 DEBUG:teuthology.orchestra.console.smithi172:check power output: Chassis Power is on 2024-04-22T22:34:28.172 DEBUG:teuthology.orchestra.console.smithi146:pexpect command: ipmitool -H smithi146.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:34:28.220 DEBUG:teuthology.orchestra.console.smithi172:pexpect command: ipmitool -H smithi172.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:34:28.281 DEBUG:teuthology.orchestra.console.smithi146:check power output: Chassis Power is on 2024-04-22T22:34:28.330 DEBUG:teuthology.orchestra.console.smithi172:check power output: Chassis Power is on 2024-04-22T22:34:32.286 DEBUG:teuthology.orchestra.console.smithi146:pexpect command: ipmitool -H smithi146.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:34:32.331 DEBUG:teuthology.orchestra.console.smithi172:pexpect command: ipmitool -H smithi172.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:34:32.396 DEBUG:teuthology.orchestra.console.smithi146:check power output: Chassis Power is off 2024-04-22T22:34:32.441 DEBUG:teuthology.orchestra.console.smithi172:check power output: Chassis Power is on 2024-04-22T22:34:32.498 INFO:teuthology.orchestra.console.smithi146:Power off completed 2024-04-22T22:34:36.443 DEBUG:teuthology.orchestra.console.smithi172:pexpect command: ipmitool -H smithi172.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:34:36.554 DEBUG:teuthology.orchestra.console.smithi172:check power output: Chassis Power is off 2024-04-22T22:34:36.655 INFO:teuthology.orchestra.console.smithi172:Power off completed 2024-04-22T22:34:36.759 INFO:teuthology.run:Summary data: description: orch/cephadm/smb/{0-distro/centos_9.stream tasks/deploy_smb_domain} duration: 278.193235874176 failure_reason: 'Command failed on smithi146 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull''' owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=57f52f06e4ce4c0b89129c43a19c04db status: fail success: false 2024-04-22T22:34:36.759 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T22:34:36.845 INFO:teuthology.run:FAIL