Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 715128 - dev-libs/ell-0.30 : [TEST] FAIL: unit/test-uuid
Summary: dev-libs/ell-0.30 : [TEST] FAIL: unit/test-uuid
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-28 08:48 UTC by Toralf Förster
Modified: 2020-03-29 12:00 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,14.95 KB, text/plain)
2020-03-28 08:48 UTC, Toralf Förster
Details
dev-libs:ell-0.30:20200328-062242.log (dev-libs:ell-0.30:20200328-062242.log,115.63 KB, text/plain)
2020-03-28 08:48 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,5.79 KB, text/plain)
2020-03-28 08:48 UTC, Toralf Förster
Details
environment (environment,102.99 KB, text/plain)
2020-03-28 08:48 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.19 KB, application/x-bzip)
2020-03-28 08:48 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,17.69 KB, application/x-bzip)
2020-03-28 08:48 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,30.24 KB, application/x-bzip)
2020-03-28 08:48 UTC, Toralf Förster
Details
.config (.config,121.29 KB, text/plain)
2020-03-28 10:54 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2020-03-28 08:48:12 UTC
/bin/sh ./libtool  --tag=CC   --mode=link x86_64-pc-linux-gnu-gcc -fvisibility=hidden -DUNITDIR=\/var/tmp/portage/dev-libs/ell-0.30/work/ell-0.30/unit/\ -DCERTDIR=\./unit/\ -O2 -pipe -march=native -falign-functions=32:25:16 -fno-common -Werror=format-security -fsigned-char  -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o unit/test-pbkdf2 unit/test-pbkdf2.o ell/libell-private.la 
libtool: link: x86_64-pc-linux-gnu-gcc -fvisibility=hidden -DUNITDIR=\/var/tmp/portage/dev-libs/ell-0.30/work/ell-0.30/unit/\ -DCERTDIR=\./unit/\ -O2 -pipe -march=native -falign-functions=32:25:16 -fno-common -Werror=format-security -fsigned-char -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o unit/test-pbkdf2 unit/test-pbkdf2.o  ell/.libs/libell-private.a

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome_systemd-libressl_test-20200327-211737

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.3.0 *
Available Python interpreters, in order of preference:
  [1]   python3.8
  [2]   python3.7
  [3]   python3.6
  [4]   python2.7 (fallback)

timestamp of HEAD at this tinderbox image:
/var/db/repos/gentoo	Sat 28 Mar 2020 05:38:52 AM UTC
/var/db/repos/libressl	Thu 19 Mar 2020 04:37:24 PM UTC

emerge -qpvO dev-libs/ell
[ebuild  N    ] dev-libs/ell-0.30  USE="-glib -pie" ABI_X86="(64) -32 (-x32)"
Comment 1 Toralf Förster gentoo-dev 2020-03-28 08:48:14 UTC
there is still a similar issue at unstable amd64 tinderbox image 17.1_desktop_gnome_systemd-libressl_test-20200327-211737 (see bug 657352)
Comment 2 Toralf Förster gentoo-dev 2020-03-28 08:48:17 UTC
Created attachment 626502 [details]
emerge-info.txt
Comment 3 Toralf Förster gentoo-dev 2020-03-28 08:48:20 UTC
Created attachment 626504 [details]
dev-libs:ell-0.30:20200328-062242.log
Comment 4 Toralf Förster gentoo-dev 2020-03-28 08:48:23 UTC
Created attachment 626506 [details]
emerge-history.txt
Comment 5 Toralf Förster gentoo-dev 2020-03-28 08:48:25 UTC
Created attachment 626508 [details]
environment
Comment 6 Toralf Förster gentoo-dev 2020-03-28 08:48:28 UTC
Created attachment 626510 [details]
etc.portage.tbz2
Comment 7 Toralf Förster gentoo-dev 2020-03-28 08:48:31 UTC
Created attachment 626512 [details]
logs.tbz2
Comment 8 Toralf Förster gentoo-dev 2020-03-28 08:48:34 UTC
Created attachment 626514 [details]
temp.tbz2
Comment 9 Ben Kohler gentoo-dev 2020-03-28 10:49:28 UTC
I closed the other bug under the assumption that the test failure was due to a few missing kernel config options but I have added checks and your build.log doesn't show any missing options found.

I will look into this again/deeper.  Currently I'm unable to reproduce the failure anywhere.

Is your tinderbox's current kernel .config available somewhere?
Comment 10 Toralf Förster gentoo-dev 2020-03-28 10:54:19 UTC
Created attachment 626550 [details]
.config

kernel config (make default FWIW)
Comment 11 Ben Kohler gentoo-dev 2020-03-28 13:14:48 UTC
I see now.  It's (lack of) CRYPTO_USER_API_HASH which is making this test fail.  I'm adding a check for that, and also add a dep on dbus (found out that's required for these tests)
Comment 12 Ben Kohler gentoo-dev 2020-03-28 13:40:24 UTC
And NOW I can see that we're already testing for this, but only in pkg_pretend so it doesn't show in your build.log.  I think I will need the check to happen in pkg_setup as well.
Comment 13 Ben Kohler gentoo-dev 2020-03-29 12:00:40 UTC
I reworked the ebuild slightly so that the linux-info exported pkg_setup phase handles this by default.  The (failed) check should now show up in your build.log.

You still cannot pass all tests with your kernel config as-is though.