Hi Quanah, On Tuesday, January 13th, 2026 at 1:12 AM, Quanah Gibson-Mount <[email protected]> wrote:
> This is the second testing call for OpenLDAP 2.6.11. Depending on the > results, this may be the final testing call. > > Generally, get the code for RE26: > > https://git.openldap.org/openldap/openldap/-/archive/OPENLDAP_REL_ENG_2_6/openldap-OPENLDAP_REL_ENG_2_6.tar.gz > > > Extract, configure, and build. > > Execute the test suite (via make test) after it is built. Optionally, cd > tests && make its to run through the regression suite. Tested Fedora 43 x86_64 and aarch64 which have gcc version 15.2.1 20251211. Test platform: https://copr.fedorainfracloud.org Build command: ./configure --enable-modules --enable-backends --disable-perl --disable-wt --enable-overlays --enable-balancer make depend make -O -j4 V=1 VERBOSE=1 Both builds complete. make tests ran successfully on aarch64 and failed repeatedly in test-063 on x86_64 >>>>> 00:13:03 Starting test063-delta-multiprovider for mdb... running defines.sh Initializing server configurations... Starting server 1 on TCP/IP port 9011... Using ldapsearch to check that server 1 is running... Using ldapadd for context on server 1... Starting server 2 on TCP/IP port 9012... Using ldapsearch to check that server 2 is running... Starting server 3 on TCP/IP port 9013... Using ldapsearch to check that server 3 is running... Starting server 4 on TCP/IP port 9014... Using ldapsearch to check that server 4 is running... Using ldapadd to populate server 1... Waiting 7 seconds for syncrepl to receive changes... Using ldapsearch to read all the entries from server 1... Using ldapsearch to read all the entries from server 2... Using ldapsearch to read all the entries from server 3... Using ldapsearch to read all the entries from server 4... Comparing retrieved entries from server 1 and server 2... Comparing retrieved entries from server 1 and server 3... Comparing retrieved entries from server 1 and server 4... Using ldapadd to populate server 2... Using ldapsearch to read all the entries from server 1... Using ldapsearch to read all the entries from server 2... Using ldapsearch to read all the entries from server 3... Using ldapsearch to read all the entries from server 4... Comparing retrieved entries from server 1 and server 2... Comparing retrieved entries from server 1 and server 3... Comparing retrieved entries from server 1 and server 4... Breaking replication between server 1 and 2... Using ldapmodify to force conflicts between server 1 and 2... Restoring replication between server 1 and 2... Waiting 7 seconds for syncrepl to receive changes... Using ldapsearch to read all the entries from server 1... Using ldapsearch to read all the entries from server 2... Using ldapsearch to read all the entries from server 3... Using ldapsearch to read all the entries from server 4... Comparing retrieved entries from server 1 and server 2... Comparing retrieved entries from server 1 and server 3... Comparing retrieved entries from server 1 and server 4... test failed - server 1 and server 4 databases differ >>>>> 00:13:44 Failed test063-delta-multiprovider for mdb after 41 seconds Full build log at https://copr.fedorainfracloud.org/coprs/patrickl/dev/build/10004077/ I repeated the x86_64 build on my laptop with mock and make test ran successfully. Best, Patrick
