The autobuild test system (on sn-devel-184) 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-184/2019-03-21-2103/flakey.log The failure seems to be in the "tdb" suite, whose build logs are available here: https://git.samba.org/autobuild.flakey.sn-devel-184/2019-03-21-2103/tdb.stderr https://git.samba.org/autobuild.flakey.sn-devel-184/2019-03-21-2103/tdb.stdout The top commit at the time of the failure was: commit 261ef9d5b62f0d49f858717e6d8b4b41f008efb5 Author: Stefan Metzmacher <[email protected]> Date: Tue Mar 19 13:16:59 2019 +0100 dbcheck: fix the err_empty_attribute() check ldb.bytes('') == '' is never True in python3, we nee ldb.bytes('') == b'' in order to check that on attribute has an empty value, that seems to work for python2 and python3. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13843 Signed-off-by: Stefan Metzmacher <[email protected]> Reviewed-by: Noel Power <[email protected]> Autobuild-User(master): Stefan Metzmacher <[email protected]> Autobuild-Date(master): Thu Mar 21 18:15:20 UTC 2019 on sn-devel-144 and the last 50 lines of the stdout log were: shell test: BINDIR=bin test/test_tdbbackup.sh test/jenkins-be-hash.tdb time: 2019-03-21 21:03:23.940842Z test: bin/tdbbackup time: 2019-03-21 21:03:23.958357Z success: normal tdbbackup on tdb file time: 2019-03-21 21:03:23.996938Z test: cmp time: 2019-03-21 21:03:24.060728Z success: cmp between tdbdumps of original and backup time: 2019-03-21 21:03:24.091288Z test: bin/tdbbackup time: 2019-03-21 21:03:24.102730Z success: readonly tdbbackup on tdb file time: 2019-03-21 21:03:24.116720Z test: cmp time: 2019-03-21 21:03:24.140534Z success: cmp between tdbdumps of original and back dbs ...tdb1-run-3G-file ...tdb1-run-bad-tdb-header ...tdb1-run ...tdb1-run-check ...tdb1-run-corrupt ...tdb1-run-die-during-transaction ...tdb1-run-endian ...tdb1-run-incompatible ...tdb1-run-nested-transactions ...tdb1-run-nested-traverse ...tdb1-run-no-lock-during-traverse ...tdb1-run-oldhash ...tdb1-run-open-during-transaction ...tdb1-run-readonly-check ...tdb1-run-rescue ...tdb1-run-rescue-find_entry ...tdb1-run-rdlock-upgrade ...tdb1-run-rwlock-check ...tdb1-run-summary ...tdb1-run-transaction-expand ...tdb1-run-traverse-in-transaction ...tdb1-run-wronghash-fail ...tdb1-run-zero-append ...tdb1-run-fcntl-deadlock ...tdb1-run-marklock-deadlock ...tdb1-run-allrecord-traverse-deadlock tdb1-run-allrecord-traverse-deadlock failed: ........................marklock-deadlock-fcntl.tdb tests done .................do_allrecord_lock: traverse should fail ......ret should succeed .Running Python test with /usr/bin/python3: python/tests/simple.py python testsuite returned 0 Makefile:17: recipe for target 'test' failed
