From mboxrd@z Thu Jan 1 00:00:00 1970 From: Josh Holland Subject: bug#36675: Same build failure with kodi 18.3 Date: Tue, 30 Jul 2019 10:57:13 +0100 Message-ID: <87ftmnsv46.fsf@inv.alid.pw> References: <87wogj3xzo.fsf@inv.alid.pw> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:37673) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hsOtT-0003Ia-OP for bug-guix@gnu.org; Tue, 30 Jul 2019 05:58:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hsOtR-0005ni-Ql for bug-guix@gnu.org; Tue, 30 Jul 2019 05:58:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:40746) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hsOtP-0005nA-9d for bug-guix@gnu.org; Tue, 30 Jul 2019 05:58:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hsOtO-0000bt-2q for bug-guix@gnu.org; Tue, 30 Jul 2019 05:58:03 -0400 In-Reply-To: <87wogj3xzo.fsf@inv.alid.pw> Sender: "Debbugs-submit" Resent-Message-ID: List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 36675@debbugs.gnu.org Hi, I just had the same error with Kodi 18.3 (z1zswg7wfz4lb6zmyzsns2hpkbw5scir-kodi-18.3.drv), although only with the TestMassEvent.General test; .Polling passed fine. This kind of makes sense with it being some sort of race condition on the mutex(?). ----------8<-------------- 438/521 Test #438: TestMassEvent.General ....................................................Child aborted***Exception: 1.62 sec Note: Google Test filter = TestMassEvent.General [==========] Running 1 test from 1 test case. [----------] Global test environment set-up. [----------] 1 test from TestMassEvent [ RUN ] TestMassEvent.General [ OK ] TestMassEvent.General (107 ms) [----------] 1 test from TestMassEvent (107 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test case ran. (162 ms total) [ PASSED ] 1 test. Clean shutdown of TestGlobalPattern1 kodi-test: ../nptl/pthread_mutex_lock.c:434: __pthread_mutex_lock_full: Assertion `robust || (oldval & FUTEX_OWNER_DIED) == 0' failed. Start 439: TestMassEvent.Polling 439/521 Test #439: TestMassEvent.Polling .................................................... Passed 0.23 sec ----------8<-------------- I had a look in dmesg as suggested by Amirouche, and this appears to be the only relevant line: ----------8<-------------- [ 1540.045259] audit: type=1701 audit(1564480138.686:163): auid=4294967295 uid=977 gid=977 ses=4294967295 pid=11783 comm="DumbThread" exe="/tmp/guix-build-kodi-18.3.drv-0/build/kodi-test" sig=6 res=1 ----------8<-------------- -- Josh Holland