GNU bug report logs - #32511
mariadb 10.1.35 fails to build on x86_64

Previous Next

Package: guix;

Reported by: ludo <at> gnu.org (Ludovic Courtès)

Date: Thu, 23 Aug 2018 15:39:01 UTC

Severity: normal

Done: Sarah Morgensen <iskarian <at> mgsn.dev>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 32511 in the body.
You can then email your comments to 32511 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#32511; Package guix. (Thu, 23 Aug 2018 15:39:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to ludo <at> gnu.org (Ludovic Courtès):
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Thu, 23 Aug 2018 15:39:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: bug-guix <at> gnu.org
Subject: mariadb 10.1.35 fails to build on x86_64
Date: Thu, 23 Aug 2018 17:38:45 +0200
Hello,

On berlin, mariadb 10.1.35 has one test failure (this is
/gnu/store/a5jm2hyalyblgjnxx5x3ly4fwvfivq5m-mariadb-10.1.35.drv, as
found in Guix commit b0cb92b2d43a2c4d5fa9b3f8c04c5732c60061e7, for
instance):

--8<---------------cut here---------------start------------->8---
The servers were restarted 933 times
Spent 43877.794 of 6960 seconds executing testcases

Failure: Failed 1/1941 tests, 99.95% were successful.

Failing test(s): tokudb_bugs.5733_innodb

The log files in var/log may give you some hint of what went wrong.

If you want to report this error, please read first the documentation
at http://dev.mysql.com/doc/mysql/en/mysql-test-suite.html

600 tests were skipped, 173 by the test itself.

mysql-test-run: *** ERROR: there were failing test cases
Backtrace:
           6 (primitive-load "/gnu/store/a0zx56s23cay93c3z4qx958m7n8?")
In ice-9/eval.scm:
   191:35  5 (_ _)
In srfi/srfi-1.scm:
    640:9  4 (for-each #<procedure 6bf900 at /gnu/store/qzsljkcllc0?> ?)
In /gnu/store/qzsljkcllc01dmdq9z0yrqri3ajam3vp-module-import/guix/build/gnu-build-system.scm:
   799:31  3 (_ _)
In ice-9/eval.scm:
    619:8  2 (_ #(#(#<directory (guile-user) 7cb140>) #t))
In ice-9/boot-9.scm:
    142:2  1 (dynamic-wind #<procedure 9a28e0 at ice-9/eval.scm:330?> ?)
In /gnu/store/qzsljkcllc01dmdq9z0yrqri3ajam3vp-module-import/guix/build/utils.scm:
    616:6  0 (invoke _ . _)

/gnu/store/qzsljkcllc01dmdq9z0yrqri3ajam3vp-module-import/guix/build/utils.scm:616:6: In procedure invoke:
Throw to key `srfi-34' with args `(#<condition &invoke-error [program: "./mtr" arguments: ("--verbose" "--retry=3" "--testcase-timeout=40" "--suite-timeout=600" "--parallel" "8" "--skip-test-list=unstable-tests") exit-status: 1 term-signal: #f stop-signal: #f] 9e1680>)'.
builder for `/gnu/store/a5jm2hyalyblgjnxx5x3ly4fwvfivq5m-mariadb-10.1.35.drv' failed with exit code 1
--8<---------------cut here---------------end--------------->8---

Complete log is at
<https://berlin.guixsd.org/log/37ldf3jfbq8qv0i0bpfrbbjd4ska605l-mariadb-10.1.35>.

Note that this failure, in turn, prevents qtbase and icecat from being
built, so we should probably find a quick stop-gap if that turns out to
be tricky.

Ideas?

Ludo’.




Information forwarded to bug-guix <at> gnu.org:
bug#32511; Package guix. (Thu, 23 Aug 2018 20:10:02 GMT) Full text and rfc822 format available.

Message #8 received at 32511 <at> debbugs.gnu.org (full text, mbox):

From: Mark H Weaver <mhw <at> netris.org>
To: ludo <at> gnu.org (Ludovic Courtès)
Cc: 32511 <at> debbugs.gnu.org
Subject: Re: bug#32511: mariadb 10.1.35 fails to build on x86_64
Date: Thu, 23 Aug 2018 16:07:26 -0400
ludo <at> gnu.org (Ludovic Courtès) writes:

> On berlin, mariadb 10.1.35 has one test failure (this is
> /gnu/store/a5jm2hyalyblgjnxx5x3ly4fwvfivq5m-mariadb-10.1.35.drv, as
> found in Guix commit b0cb92b2d43a2c4d5fa9b3f8c04c5732c60061e7, for
> instance):

FWIW, after staging was merged, I also ran into a problem building
mariadb on my x86_64 GuixSD system, where I build everything locally.
It failed several times in a row, always with just 1 test failure.  The
problem turned out to be that I didn't have enough free disk space.
Buried in the mountains of output, which I found quite difficult to
navigate (searching for "[ fail ]" helped), I eventually found a message
about unsufficient space.  5 GB of free space wasn't enough, but ~12 GB
was.

      Mark




Information forwarded to bug-guix <at> gnu.org:
bug#32511; Package guix. (Fri, 24 Aug 2018 13:46:01 GMT) Full text and rfc822 format available.

Message #11 received at 32511 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Mark H Weaver <mhw <at> netris.org>
Cc: 32511 <at> debbugs.gnu.org
Subject: Re: bug#32511: mariadb 10.1.35 fails to build on x86_64
Date: Fri, 24 Aug 2018 15:44:53 +0200
Hi Mark,

Mark H Weaver <mhw <at> netris.org> skribis:

> ludo <at> gnu.org (Ludovic Courtès) writes:
>
>> On berlin, mariadb 10.1.35 has one test failure (this is
>> /gnu/store/a5jm2hyalyblgjnxx5x3ly4fwvfivq5m-mariadb-10.1.35.drv, as
>> found in Guix commit b0cb92b2d43a2c4d5fa9b3f8c04c5732c60061e7, for
>> instance):
>
> FWIW, after staging was merged, I also ran into a problem building
> mariadb on my x86_64 GuixSD system, where I build everything locally.
> It failed several times in a row, always with just 1 test failure.  The
> problem turned out to be that I didn't have enough free disk space.
> Buried in the mountains of output, which I found quite difficult to
> navigate (searching for "[ fail ]" helped), I eventually found a message
> about unsufficient space.  5 GB of free space wasn't enough, but ~12 GB
> was.

Indeed, I’ve built it on berlin itself with --no-build-hook (that way, I
was sure there was enough space available), and it passed.

The lesson here is that we might not be GC’ing enough on the build
machines behind berlin.  Any idea, Ricardo?

Also, I wonder if we should report it upstream so that they arrange to
skip the test when insufficient space is available.  Unfortunately we
don’t have many clues in the build log to provide them.  :-/

Thoughts?

Ludo’.




Reply sent to Sarah Morgensen <iskarian <at> mgsn.dev>:
You have taken responsibility. (Mon, 13 Sep 2021 07:58:01 GMT) Full text and rfc822 format available.

Notification sent to ludo <at> gnu.org (Ludovic Courtès):
bug acknowledged by developer. (Mon, 13 Sep 2021 07:58:01 GMT) Full text and rfc822 format available.

Message #16 received at 32511-done <at> debbugs.gnu.org (full text, mbox):

From: Sarah Morgensen <iskarian <at> mgsn.dev>
To: 32511-done <at> debbugs.gnu.org
Subject: Re: bug#32511: mariadb 10.1.35 fails to build on x86_64
Date: Mon, 13 Sep 2021 00:56:56 -0700
Hello,

ludo <at> gnu.org (Ludovic Courtès) writes:

> Hello,
>
> On berlin, mariadb 10.1.35 has one test failure (this is
> /gnu/store/a5jm2hyalyblgjnxx5x3ly4fwvfivq5m-mariadb-10.1.35.drv, as
> found in Guix commit b0cb92b2d43a2c4d5fa9b3f8c04c5732c60061e7, for
> instance):
>
> The servers were restarted 933 times
> Spent 43877.794 of 6960 seconds executing testcases
>
> Failure: Failed 1/1941 tests, 99.95% were successful.
>
> Failing test(s): tokudb_bugs.5733_innodb

Closing this old bug; this was "fixed" in bba7a77 by disabling the
TokuDB backend; for more info:
https://issues.guix.gnu.org/35521

--
Sarah




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 11 Oct 2021 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 197 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.