Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 922886 - dev-libs/oneDNN-3.3.3 fails tests
Summary: dev-libs/oneDNN-3.3.3 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tupone Alfredo
URL:
Whiteboard:
Keywords: PullRequest, TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-01-25 07:48 UTC by Agostino Sarubbo
Modified: 2024-02-16 17:53 UTC (History)
2 users (show)

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


Attachments
build.log.xz (build.log.xz,38.24 KB, application/x-xz)
2024-01-25 07:48 UTC, Agostino Sarubbo
Details
1-LastTest.log.xz (1-LastTest.log.xz,60.27 KB, application/x-xz)
2024-01-25 07:48 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-01-25 07:48:42 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-libs/oneDNN-3.3.3 fails tests.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-01-25 07:48:45 UTC
Created attachment 883073 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2024-01-25 07:48:46 UTC
Created attachment 883074 [details]
1-LastTest.log.xz

1-LastTest.log (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 3 Agostino Sarubbo gentoo-dev 2024-01-25 07:48:47 UTC
Error(s) that match a know pattern:


	 66 - test_graph_unit_cpu (Failed)
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) 
-- Could NOT find Doxyrest (missing: DOXYREST_EXECUTABLE) 
-- Could NOT find Sphinx (missing: SPHINX_EXECUTABLE) 
fatal: not a git repository (or any parent up to mount point /var/tmp)
Comment 4 Sv. Lockal 2024-01-27 18:02:51 UTC
Excerpt from LastTest.log (repeated multiple times, all for OpSchemaDeathTest):

[ RUN      ] OpSchemaDeathTest.DuplicateAttribute
/var/tmp/portage/dev-libs/oneDNN-3.3.3/work/oneDNN-3.3.3/tests/gtests/graph/unit/interface/test_op_schema.cpp:32: Failure
Death test: op_schema_t() .set_attr(op_attr::kernel, true, attribute_kind::b) .set_attr(op_attr::kernel, true, attribute_kind::b)
    Result: died but not with expected error.
  Expected: contains regular expression "provided attribute has already been set"
Actual msg:
[  DEATH   ] 

Caused by: https://bugs.gentoo.org/923013
Comment 5 Larry the Git Cow gentoo-dev 2024-02-16 17:53:25 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48801f123fe359bcd78f27ce33d827e62e9ea1e3

commit 48801f123fe359bcd78f27ce33d827e62e9ea1e3
Author:     Sv. Lockal <lockalsash@gmail.com>
AuthorDate: 2024-02-05 16:59:06 +0000
Commit:     Alfredo Tupone <tupone@gentoo.org>
CommitDate: 2024-02-16 17:52:53 +0000

    dev-libs/oneDNN: improve handling of multiple USE flags
    
    Disable test_graph_unit_cpu (#922886) and improve performance for openmp tests.
    Remove cpu_* flags: ISA cmake settings set upper level of JIT code, not active instruction set, so using cpu_* flags was misleading.
    Improve check for openmp. Allow to builds without openmp (with warning) - #922886
    Fix compilation with sci-libs/mkl-2020.4.304, which is installed into /usr, not /opt.
    
    Closes: https://bugs.gentoo.org/922886
    Closes: https://bugs.gentoo.org/923109
    Closes: https://bugs.gentoo.org/923407
    Signed-off-by: Sv. Lockal <lockalsash@gmail.com>
    Signed-off-by: Alfredo Tupone <tupone@gentoo.org>

 ...{oneDNN-3.3.3.ebuild => oneDNN-3.3.3-r1.ebuild} | 76 ++++++++++++++--------
 1 file changed, 50 insertions(+), 26 deletions(-)