GNU bug report logs -
#48151
mariadb-10.5.8 build failing
Previous Next
To reply to this bug, email your comments to 48151 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org
:
bug#48151
; Package
guix
.
(Sun, 02 May 2021 02:10:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Bone Baboon <bone.baboon <at> disroot.org>
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Sun, 02 May 2021 02:10:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
I have tried building mariadb with several flag combination and each
time it fails. I have tried `--max-jobs=2 --cores=8`, `--max-jobs=1
--cores=2` and `--max-jobs=1 --cores=1`.
On an x86_64 computer when I run `guix build --no-substitutes
--max-jobs=1 --cores=1 --keep-failed mariadb` I get this error.
```
builder for `/gnu/store/0pw596l5qhms5hxg5m0yr2z4rdj2m3z0-mariadb-10.5.8.drv' failed with exit code 1
build of /gnu/store/0pw596l5qhms5hxg5m0yr2z4rdj2m3z0-mariadb-10.5.8.drv failed
View build log at '/var/log/guix/drvs/0p/w596l5qhms5hxg5m0yr2z4rdj2m3z0-mariadb-10.5.8.drv.bz2'.
guix build: error: build of `/gnu/store/0pw596l5qhms5hxg5m0yr2z4rdj2m3z0-mariadb-10.5.8.drv' failed
```
`guix describe` outputs:
```
Generation 14 Apr 30 2021 20:16:08 (current)
guix 73b6660
repository URL: https://git.savannah.gnu.org/git/guix.git
branch: master
commit: 73b6660cd1c4f77132121ea9bce2672d108dfe22
```
The build log says that this one test is failing:
perfschema.socket_connect
The build log is attached.
[mariadb-10.5.8-build-log.txt (text/plain, attachment)]
Information forwarded
to
bug-guix <at> gnu.org
:
bug#48151
; Package
guix
.
(Sun, 02 May 2021 13:46:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 48151 <at> debbugs.gnu.org (full text, mbox):
Hi!
Your bug is available at <http://issues.guix.gnu.org/48151> and
through the usual 48151 at debbugs.gnu.org. However, it wasn't
sent to subscribers' inboxes because it was a whopping >9 MiB.
Like most mailing lists, bug-guix@ has a (generous) message size
limit. SMTP is not a broadcast protocol; copying a huge message
to each subscriber in turn is costly. Many subscribers have
limited connections or simply don't want to receive them.
It's great that you included the build log. Next time please
(don't de)compress it, or include only the last few 100 lines
which are usually enough to identify the problem.
You don't have to re-send this one.
Kind regards,
T G-R
Information forwarded
to
bug-guix <at> gnu.org
:
bug#48151
; Package
guix
.
(Sun, 02 May 2021 14:48:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 48151 <at> debbugs.gnu.org (full text, mbox):
Tobias Geerinckx-Rice writes:
> Your bug is available at <http://issues.guix.gnu.org/48151> and
> through the usual 48151 at debbugs.gnu.org. However, it wasn't
> sent to subscribers' inboxes because it was a whopping >9 MiB.
>
> Like most mailing lists, bug-guix@ has a (generous) message size
> limit. SMTP is not a broadcast protocol; copying a huge message
> to each subscriber in turn is costly. Many subscribers have limited
> connections or simply don't want to receive them.
>
> It's great that you included the build log. Next time please (don't
> de)compress it, or include only the last few 100 lines which are
> usually enough to identify the problem.
Thank you
Moving forward when I submit a bug report the build or test suite logs
will be compressed attachments.
Information forwarded
to
bug-guix <at> gnu.org
:
bug#48151
; Package
guix
.
(Thu, 13 May 2021 14:52:01 GMT)
Full text and
rfc822 format available.
Message #14 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
I have done further testing on the build failure of mariadb.
Trying to build other packages that depend on mariadb for x86_64 and
i686 result in different failures for the build of mariadb.
`guix describe` outputs:
```
Generation 24 May 12 2021 18:06:24 (current)
guix d6aeebb
repository URL: https://git.savannah.gnu.org/git/guix.git
branch: master
commit: d6aeebb23639258311fdfb9dbf5f903079fde51a
```
The build output for each of the following is attached.
* x86_64 youtube-dl
** Failing test(s): perfschema.socket_connect
* x86_64 mpv
** Failing test(s): perfschema.transaction_nested_events
* x86_64 jami-gnome
** Failing test(s): perfschema.socket_connect
* x86_64 qtox
** Failing test(s): perfschema.socket_connect
* x86_64 qutebrowser
** Failing test(s): perfschema.table_aggregate_hist_4u_2t
* i686 youtube-dl
** Failing test(s): perfschema.socket_connect
* i686 mpv
** Failing test(s): perfschema.table_aggregate_hist_4u_3t
* i686 jami-gnome
** Failing test(s): perfschema.mdl_func
* i686 qtox
** Failing test(s): perfschema.socket_connect
* i686 qutebrowser
** Failing test(s): perfschema.socket_connect
I am building the i686 packages with this command `guix build
--no-substitutes --system=i686-linux <package>`.
[youtube-dl-x86_64-build-output.txt.lz (application/octet-stream, attachment)]
[mpv-x86_64-build-output.txt.lz (application/octet-stream, attachment)]
[jami-gnome-x86_64-build-output.txt.lz (application/octet-stream, attachment)]
[qtox-x86_64-build-output.txt.lz (application/octet-stream, attachment)]
[qutebrowser-x86_64-build-output.txt.lz (application/octet-stream, attachment)]
[youtube-dl-i686-build-output.txt.lz (application/octet-stream, attachment)]
[mpv-i686-build-output.txt.lz (application/octet-stream, attachment)]
[jami-gnome-i686-build-output.txt.lz (application/octet-stream, attachment)]
[qtox-i686-build-output.txt.lz (application/octet-stream, attachment)]
[qutebrowser-i686-build-output.txt.lz (application/octet-stream, attachment)]
Information forwarded
to
bug-guix <at> gnu.org
:
bug#48151
; Package
guix
.
(Thu, 13 May 2021 14:52:03 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-guix <at> gnu.org
:
bug#48151
; Package
guix
.
(Tue, 18 May 2021 19:22:01 GMT)
Full text and
rfc822 format available.
Message #20 received at 48151 <at> debbugs.gnu.org (full text, mbox):
Hi,
I do not know if it is related but I note that the recent zstd change
seems to break mariadb, as reported here:
<http://issues.guix.gnu.org/issue/47257#15>
All the best,
simon
This bug report was last modified 3 years and 193 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.