Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 512034 - media-libs/clutter-1.18.2 fails test actor-offscreen-limit-max-size -- missing test plan
Summary: media-libs/clutter-1.18.2 fails test actor-offscreen-limit-max-size -- missin...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2014-06-01 11:38 UTC by Markus Walter
Modified: 2014-09-23 11:40 UTC (History)
0 users

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


Attachments
build log (clutter-1.18.2:20140601-111601.log,566.17 KB, text/plain)
2014-06-01 11:38 UTC, Markus Walter
Details
emerge --info (info.txt,5.65 KB, text/plain)
2014-06-01 11:38 UTC, Markus Walter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Walter 2014-06-01 11:38:24 UTC
Created attachment 377992 [details]
build log

On my hardened ~amd64 machine I see the following test failure for clutter-1.18.2. I see some denied RWX mmaps in the logs, but they seem to be unrelated to the test failure.

[0;35mERROR[m: actor-offscreen-limit-max-size - missing test plan
[0;35mERROR[m: actor-offscreen-limit-max-size - exited with status 134 (terminated by signal 6?)

Denied RWX-mappings:

Jun  1 13:17:36 localhost kernel: [1301019.503142] grsec: denied RWX mmap of <anonymous mapping> by /var/tmp/portage/media-libs/clutter-1.18.2/work/clutter-1.18.2/tests/conform/.libs/actor-graph[actor-graph:26200] uid/euid:250/250 gid/egid:250/250, parent /var/tmp/portage/media-libs/clutter-1.18.2/work/clutter-1.18.2/build/autotools/tap-test[tap-test:26197] uid/euid:250/250 gid/egid:250/250
Jun  1 13:17:36 localhost kernel: [1301019.723771] grsec: denied RWX mmap of <anonymous mapping> by /var/tmp/portage/media-libs/clutter-1.18.2/work/clutter-1.18.2/tests/conform/.libs/actor-invariants[actor-invariant:26214] uid/euid:250/250 gid/egid:250/250, parent /var/tmp/portage/media-libs/clutter-1.18.2/work/clutter-1.18.2/build/autotools/tap-test[tap-test:26195] uid/euid:250/250 gid/egid:250/250
Jun  1 13:17:36 localhost kernel: [1301019.725136] grsec: denied RWX mmap of <anonymous mapping> by /var/tmp/portage/media-libs/clutter-1.18.2/work/clutter-1.18.2/tests/conform/.libs/actor-anchors[actor-anchors:26232] uid/euid:250/250 gid/egid:250/250, parent /var/tmp/portage/media-libs/clutter-1.18.2/work/clutter-1.18.2/build/autotools/tap-test[tap-test:26226] uid/euid:250/250 gid/egid:250/250
Jun  1 13:17:36 localhost kernel: [1301019.728801] grsec: denied RWX mmap of <anonymous mapping> by /var/tmp/portage/media-libs/clutter-1.18.2/work/clutter-1.18.2/tests/conform/.libs/actor-destroy[actor-destroy:26227] uid/euid:250/250 gid/egid:250/250, parent /var/tmp/portage/media-libs/clutter-1.18.2/work/clutter-1.18.2/build/autotools/tap-test[tap-test:26220] uid/euid:250/250 gid/egid:250/250
Jun  1 13:22:16 localhost kernel: [1301299.288555] grsec: denied resource overstep by requesting 4096 for RLIMIT_CORE against limit 0 for /var/tmp/portage/media-libs/clutter-1.18.2/work/clutter-1.18.2/tests/conform/.libs/actor-offscreen-limit-max-size[actor-offscreen:26769] uid/euid:250/250 gid/egid:250/250, parent /var/tmp/portage/media-libs/clutter-1.18.2/work/clutter-1.18.2/build/autotools/tap-test[tap-test:26766] uid/euid:250/250 gid/egid:250/250
Comment 1 Markus Walter 2014-06-01 11:38:41 UTC
Created attachment 377994 [details]
emerge --info
Comment 2 Pacho Ramos gentoo-dev 2014-06-04 06:44:33 UTC
On a non-hardened system, tests look to pass fine :|
Comment 3 Pacho Ramos gentoo-dev 2014-09-02 10:05:49 UTC
Are you able to reproduce this when manually running tests from sources directory using "make check -C tests/conform" and clutter-1.18.4?
Comment 4 Markus Walter 2014-09-23 10:31:08 UTC
(In reply to Pacho Ramos from comment #3)
> Are you able to reproduce this when manually running tests from sources
> directory using "make check -C tests/conform" and clutter-1.18.4?

Sorry, this got burried in my inbox. clutter-1.18.4 merges just fine (with portage as well as invoking the test suite manually).
Comment 5 Pacho Ramos gentoo-dev 2014-09-23 11:40:25 UTC
Thanks for feedback