The autobuild test system (on sn-devel-144) has detected an intermittent failing test in the current master tree.
The autobuild log of the failure is available here: https://git.samba.org/autobuild.flakey.sn-devel-144/2018-09-22-0058/flakey.log The failure seems to be in the "samba-py3" suite, whose build logs are available here: https://git.samba.org/autobuild.flakey.sn-devel-144/2018-09-22-0058/samba-py3.stderr https://git.samba.org/autobuild.flakey.sn-devel-144/2018-09-22-0058/samba-py3.stdout The top commit at the time of the failure was: commit 188541076a1a19acb8a3dd572a5bd4f69350cf41 Author: Tim Beale <[email protected]> Date: Thu Sep 20 13:46:32 2018 +1200 selftest: Tweak PSO test-suite name There are 2 different PSO tests: - make test TESTS=ldap.password_settings - make test TESTS=samba_tool.passwordsettings There's also another test that's completely unrelated to PSOs: - make test TESTS=blackbox.password_settings This patch renames ldap.password_settings --> ldap.passwordsettings. This means 'make test TESTS=passwordsettings' will run both PSO tests, but not the unrelated blackbox test. Signed-off-by: Tim Beale <[email protected]> Reviewed-by: Douglas Bagnall <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]> Autobuild-User(master): Andrew Bartlett <[email protected]> Autobuild-Date(master): Fri Sep 21 22:58:17 CEST 2018 on sn-devel-144 and the last 50 lines of the stdout log were: [59(527)/75 at 26m34s] samba4.drs.link_conflicts.python(promoted_dc).python3(promoted_dc) [60(539)/75 at 28m38s] samba4.drs.repl_schema.python(vampire_dc).python3(vampire_dc) [61(548)/75 at 29m20s] samba4.drs.repl_schema.python(promoted_dc).python3(promoted_dc) [62(557)/75 at 30m9s] samba4.drs.getncchanges.python(vampire_dc).python3(vampire_dc) [63(569)/75 at 32m2s] samba4.drs.getncchanges.python(promoted_dc).python3(promoted_dc) [64(581)/75 at 34m17s] samba4.drs.repl_rodc.python(ad_dc_ntvfs).python3(ad_dc_ntvfs) [65(589)/75 at 34m51s] samba.tests.join.python(ad_dc_ntvfs).python3(ad_dc_ntvfs) [66(591)/75 at 36m37s] samba4.drs.cracknames.python(ad_dc_ntvfs).python3(ad_dc_ntvfs) [67(594)/75 at 36m40s] samba.tests.kcc.python3(vampire_dc) UNEXPECTED(error): samba.tests.kcc.python3.samba.tests.kcc.KCCTests.test_verify(vampire_dc) REASON: Exception: Exception: Traceback (most recent call last): File "bin/python/samba/kcc/kcc_utils.py", line 652, in load_dsa attrs=attrs) _ldb.LdbError: (32, 'LDAP error 32 LDAP_NO_SUCH_OBJECT - <acl_read: Error retrieving instanceType for base. at ../source4/dsdb/samdb/ldb_modules/acl_read.c:759> <>') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "bin/python/samba/tests/kcc/__init__.py", line 80, in test_verify attempt_live_connections=False) File "bin/python/samba/kcc/__init__.py", line 2545, in run self.load_all_sites() File "bin/python/samba/kcc/__init__.py", line 249, in load_all_sites self.load_site(sitestr) File "bin/python/samba/kcc/__init__.py", line 207, in load_site site.load_site(self.samdb) File "bin/python/samba/kcc/kcc_utils.py", line 1508, in load_site self.load_all_dsa(samdb) File "bin/python/samba/kcc/kcc_utils.py", line 1532, in load_all_dsa dsa.load_dsa(samdb) File "bin/python/samba/kcc/kcc_utils.py", line 657, in load_dsa (self.dsa_dnstr, estr)) samba.kcc.kcc_utils.KCCError: Unable to find nTDSDSA for (CN=NTDS Settings,CN=jointest1,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=samba,DC=example,DC=com) - (LDAP error 32 LDAP_NO_SUCH_OBJECT - <acl_read: Error retrieving instanceType for base. at ../source4/dsdb/samdb/ldb_modules/acl_read.c:759> <>) FAILED (0 failures, 1 errors and 0 unexpected successes in 0 testsuites) A summary with detailed information can be found in: ./bin/ab/summary TOP 10 slowest tests samba4.drs.link_conflicts.python(vampire_dc).python3(vampire_dc) -> 167 samba4.drs.ridalloc_exop.python(vampire_dc).python3(vampire_dc) -> 150 samba4.drs.repl_move.python(promoted_dc).python3(promoted_dc) -> 148 samba4.drs.repl_move.python(vampire_dc).python3(vampire_dc) -> 146 samba4.drs.getncchanges.python(promoted_dc).python3(promoted_dc) -> 135 samba4.drs.link_conflicts.python(promoted_dc).python3(promoted_dc) -> 124 samba4.drs.getncchanges.python(vampire_dc).python3(vampire_dc) -> 113 samba.tests.join.python(ad_dc_ntvfs).python3(ad_dc_ntvfs) -> 106 samba4.drs.samba_tool_drs.python(promoted_dc).python3(promoted_dc:local) -> 94 samba4.drs.samba_tool_drs.python(vampire_dc).python3(vampire_dc:local) -> 93 ERROR: test failed with exit code 1
