#8854 Nightly test failure in test_integration/test_caless.py/TestReplicaInstall
Closed: duplicate by frenaud. Opened by mpolovka.

Tests
- test_wildcard_http
- test_wildcard_ds
- test_http_san
- test_ds_san
- test_interactive_missing_http_pkcs_password
- test_interactive_missing_ds_pkcs_password
- test_no_http_password
- test_no_ds_password
- test_certs_with_no_password
- test_certs_with_no_password_interactive

are failing in [testing_ipa-4.9_latest] Nightly PR #905 with an error

        result = self.prepare_replica(http_pin=None, unattended=False,
                                      stdin_text=stdin_text)
>       assert result.returncode == 0
E       assert 1 == 0
E         +1
E         -0

in their respective test methods. Full logs


The replica installation fails with the following error:

cannot connect to 'ldapi://%2Frun%2Fslapd-IPA-TEST.socket': Broken pipe

The journal shows that 389-ds crashed:

May 15 14:27:03 replica0.ipa.test systemd-coredump[51433]: Process 51312 (ns-slapd) of user 389 dumped core.
                                                           Stack trace of thread 51343:
                                                           #0  0x00007efdc9c878ca csnset_purge (libslapd.so.0 + 0xde8ca)
                                                           #1  0x00007efdc9d1057d value_done (libslapd.so.0 + 0x16757d)
                                                           #2  0x00007efdc9d105ba slapi_value_free (libslapd.so.0 + 0x1675ba)
                                                           #3  0x00007efdc9d1061d valuearray_free_ext (libslapd.so.0 + 0x16761d)
                                                           #4  0x00007efdc9d1067d slapi_valueset_done (libslapd.so.0 + 0x16767d)
                                                           #5  0x00007efdc9c7cc49 attr_done (libslapd.so.0 + 0xd3c49)
                                                           #6  0x00007efdc9c7ccce slapi_attr_free (libslapd.so.0 + 0xd3cce)
                                                           #7  0x00007efdc9c7cd2c attrlist_free (libslapd.so.0 + 0xd3d2c)
                                                           #8  0x00007efdc9c94605 slapi_entry_free (libslapd.so.0 + 0xeb605)
                                                           #9  0x00007efdc4c09a7b backentry_free (libback-ldbm.so + 0x23a7b)
                                                           #10 0x00007efdc4c642c3 import_free_job (libback-ldbm.so + 0x7e2c3)
                                                           #11 0x00007efdc4c67ca5 bdb_import_main (libback-ldbm.so + 0x81ca5)
                                                           #12 0x00007efdc4c6a6d5 import_main (libback-ldbm.so + 0x846d5)
                                                           #13 0x00007efdc97984a4 _pt_root (libnspr4.so + 0x2c4a4)
                                                           #14 0x00007efdc972b299 start_thread (libpthread.so.0 + 0x9299)
                                                           #15 0x00007efdc9ac6353 __clone (libc.so.6 + 0x100353)

This issue is a duplicate of https://pagure.io/freeipa/issue/8756

Metadata Update from @frenaud:
- Issue close_status updated to: duplicate
- Issue status updated to: Closed (was: Open)

Metadata