[Bug 1891403] Re: glibc tst-getrandom test needs more entropy causing test failures
Launchpad Bug Tracker
1891403 at bugs.launchpad.net
Mon Nov 2 18:40:35 UTC 2020
This bug was fixed in the package glibc - 2.27-3ubuntu1.3
---------------
glibc (2.27-3ubuntu1.3) bionic; urgency=medium
[ Balint Reczey ]
* debian/gbp.conf: Add initial configuration
* debian/control.in/main: Add Vcs-* pointing to Ubuntu packaging repository
* arm64: Enable searching shared libraries in atomics/ on LSE HW
* Ship arm64 variant with LSE support in libc6-lse (LP: #1885012)
* Run tests of libc6-lse on HW supporting LSE
* debian/patches/git-updates.diff: update from upstream stable branch
- pthread_cond_broadcast: Fix waiters-after-spinning case
- Fix SSe2-based memmove corrupting memory (CVE-2017-18269)
- Fix strstr() performance regression on Haswell processors
- Support Japanese new era "令和 (Reiwa)"
- io: Remove copy_file_range emulation
(LP: #1851263, #1858203, #1838327, #1797335, #1756209, #1853193)
* XFAIL stdlib/tst-getrandom (LP: #1891403)
* debian/testsuite-xfail-debian.mk: XFAIL new tst-support_descriptors
[ Thadeu Lima de Souza Cascardo ]
* tests: Make preadwritev2 invalid flags tests unsupported (LP: #1770480)
[ Andreas Hasenack ]
* branch-pthread_rwlock_trywrlock-hang-23844.patch:
nptl: Fix pthread_rwlock_try*lock stalls (Bug 23844) (LP: #1864864)
-- Balint Reczey <rbalint at ubuntu.com> Wed, 02 Sep 2020 11:18:37 +0200
** Changed in: glibc (Ubuntu Bionic)
Status: Fix Committed => Fix Released
** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2017-18269
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to glibc in Ubuntu.
https://bugs.launchpad.net/bugs/1891403
Title:
glibc tst-getrandom test needs more entropy causing test failures
Status in Auto Package Testing:
Fix Committed
Status in launchpad-buildd:
Triaged
Status in glibc package in Ubuntu:
Fix Released
Status in glibc source package in Bionic:
Fix Released
Status in glibc source package in Focal:
Fix Released
Bug description:
[Impact]
* Builds and autpkgtests frequently fail due to failing tst-getrandom
probably due to insufficient source of entropy on Launchpad. This
causes extra work by requiring retriggering failing builds and
autopkgtests.
[Test Case]
* Observe tst-getrandom tests being marked XFAIL in build logs.
[Regression Potential]
* The fix does not change run-time behaviour of glibc, just ignores a
test. This lets potential breakages in getrandom()'s implementation or
in kernel's random source being undetected, but the test results can
still be observed in the logs if needed and the random implementation
is also most likely exercised in other tests, too.
[Other Info]
The issue can be reproduced locally in a built glibc package tree
without haveged or any other good entropy source installed:
rbalint at gaia:~/projects/deb/build-area/glibc-2.31$ for i in $(seq 1000); do ./build-tree/amd64-libc/stdlib/tst-getrandom; done
Timed out: killed the child process
Termination time: 2020-08-12T21:05:28.234517252
Last write to standard output: 2020-08-12T21:05:04.069616637
Timed out: killed the child process
Termination time: 2020-08-12T21:05:48.337084141
Last write to standard output: 2020-08-12T21:05:28.069616637
Timed out: killed the child process
Termination time: 2020-08-12T21:06:08.439695563
Last write to standard output: 2020-08-12T21:05:48.069616637
Timed out: killed the child process
Termination time: 2020-08-12T21:06:28.542962616
Last write to standard output: 2020-08-12T21:06:08.069616637
Timed out: killed the child process
...
With haveged installed the tests pass quickly and without error:
rbalint at gaia:~/projects/deb/build-area/glibc-2.31$ for i in $(seq 1000); do ./build-tree/amd64-libc/stdlib/tst-getrandom; done
rbalint at gaia:~/projects/deb/build-area/glibc-2.31$
An other way of fixing the issue would be installing better entropy
sources in the build and autopkgtest infrastructure.
To manage notifications about this bug go to:
https://bugs.launchpad.net/auto-package-testing/+bug/1891403/+subscriptions
More information about the foundations-bugs
mailing list