From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#35521: Mariadb test suite failures on x86_64-linux Date: Sat, 13 Jul 2019 22:35:10 -0400 Message-ID: <87ef2ts5r5.fsf@netris.org> References: <87tveemt19.fsf@netris.org> <87tveemt19.fsf@netris.org> <87h8aemrow.fsf@netris.org> <87pnmil8dq.fsf_-_@gmail.com> <87wogpn6f7.fsf@devup.no> <87ef2xlgmb.fsf@netris.org> <87ims8mds7.fsf@devup.no> <878st3mh93.fsf@devup.no> <87d0id4zcz.fsf@netris.org> <87r26tlfoi.fsf@devup.no> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:40186) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hmUMt-0001Ga-Cs for bug-guix@gnu.org; Sat, 13 Jul 2019 22:36:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hmUMs-0006si-DQ for bug-guix@gnu.org; Sat, 13 Jul 2019 22:36:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:34864) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hmUMs-0006sY-9Z for bug-guix@gnu.org; Sat, 13 Jul 2019 22:36:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hmUMs-0005q2-1T for bug-guix@gnu.org; Sat, 13 Jul 2019 22:36:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87r26tlfoi.fsf@devup.no> 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: Marius Bakke Cc: Platoxia , 35521@debbugs.gnu.org Hi Marius, > Could it be that you don't have enough disk space for this test? Do you > have the log file available still? Yes, I have not only the log file, but also the failed build directory. My log file contains the same error in the 'tokudb_bugs.mdev4533' test: mysqltest: At line 6: query 'CREATE TABLE t1 (a INT(11), b CHAR(8)) ENGINE=TokuDB' failed: 1005: Can't create table `test`.`t1` (errno: 28 "No space left on device") After the build attempt, the failed build directory is ~3.4 GB, and I still have ~7.4 GB. That seems to imply that I had over 10 GB free before starting the build, which sounds about right. I don't have a separate /tmp partition. I will make another build attempt, and this time I will watch the disk utilization over time while the test suite is in progress. I should mention that I'm using Btrfs. Thanks, Mark