Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 408819 - sys-apps/kmod-6 fails tests
Summary: sys-apps/kmod-6 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: udev maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-19 09:33 UTC by Claes
Modified: 2012-03-20 04:52 UTC (History)
2 users (show)

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


Attachments
Failing build log. (build.log,19.68 KB, text/plain)
2012-03-19 09:33 UTC, Claes
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Claes 2012-03-19 09:33:03 UTC
Created attachment 305855 [details]
Failing build log.

Having ext4 loaded as a module appears to be causing one of the errors.

TESTSUITE: running test_initlib, in forked context
TESTSUITE: 'test_initlib' [13265] exited with return code 0
TESTSUITE: PASSED: test_initlib
TESTSUITE: running test_insert, in forked context
TESTSUITE: ERR: could not insert module: No such file or directory
TESTSUITE: ERR: 'test_insert' [13266] exited with return code 1
TESTSUITE: ERR: FAILED: test_insert
FAIL: testsuite/test-init
TESTSUITE: running testsuite_uname, in forked context
TESTSUITE: 'testsuite_uname' [13272] exited with return code 0
TESTSUITE: PASSED: testsuite_uname
TESTSUITE: running testsuite_rootfs_fopen, in forked context
TESTSUITE: ERR: 'testsuite_rootfs_fopen' [13273] exited with return code 1
TESTSUITE: ERR: FAILED: testsuite_rootfs_fopen
FAIL: testsuite/test-testsuite
TESTSUITE: running loaded_1, in forked context
TESTSUITE: ERR: Outputs do not match on stdout:
TESTSUITE: ERR: correct:
Module                  Size  Used by
btusb                  11216  0 

TESTSUITE: ERR: wrong:
Module                  Size  Used by
ext4                  343990  -2 
mbcache                 4434  -2 ext4
jbd2                   58183  -2 ext4
crc16                   1225  -2 ext4

TESTSUITE: 'loaded_1' [13279] exited with return code 0
TESTSUITE: ERR: FAILED: exit ok but outputs do not match: loaded_1
FAIL: testsuite/test-loaded
TESTSUITE: running modinfo_jonsmodules, in forked context
ERROR: could not get modinfo from 'ext4_i686': No such file or directory
ERROR: could not get modinfo from 'ext4_ppc64': No such file or directory
ERROR: could not get modinfo from 'ext4_s390x': No such file or directory
ERROR: could not get modinfo from 'ext4_x86_64': No such file or directory
TESTSUITE: ERR: Outputs do not match on stdout:
TESTSUITE: ERR: correct:
filename:       /ext4-i686.ko
license:        GPL
description:    Fourth Extended Filesystem
author:         Remy Card, Step
TESTSUITE: ERR: wrong:
filename:       /ext4-i686.ko
filename:       /ext4-ppc64.ko
filename:       /ext4-s390x.ko
filename:       /ext4-x86_64.ko

TESTSUITE: ERR: 'modinfo_jonsmodules' [13285] exited with return code 1
TESTSUITE: ERR: FAILED: modinfo_jonsmodules
FAIL: testsuite/test-modinfo
TESTSUITE: running alias_1, in forked context
TESTSUITE: 'alias_1' [13291] exited with return code 0
TESTSUITE: PASSED: alias_1
PASS: testsuite/test-alias
TESTSUITE: running from_name, in forked context
TESTSUITE: 'from_name' [13295] exited with return code 0
TESTSUITE: PASSED: from_name
TESTSUITE: running from_alias, in forked context
TESTSUITE: 'from_alias' [13296] exited with return code 0
TESTSUITE: PASSED: from_alias
PASS: testsuite/test-new-module
TESTSUITE: running modprobe_show_depends, in forked context
TESTSUITE: ERR: 'modprobe_show_depends' [13300] exited with return code 1
TESTSUITE: ERR: FAILED: modprobe_show_depends
FAIL: testsuite/test-modprobe
==============================================
5 of 7 tests failed
Please report to linux-modules@vger.kernel.org
==============================================
Comment 1 William Hubbs gentoo-dev 2012-03-20 04:52:54 UTC
kmod-6 is no longer in the tree.
If the tests fail with kmod-7 let us know.

Thanks,

William