Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 632261 - media-libs/openexr-2.2.0-r2 : FAIL: IlmImfTest
Summary: media-libs/openexr-2.2.0-r2 : FAIL: IlmImfTest
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2017-09-28 17:35 UTC by Toralf Förster
Modified: 2019-04-20 09:33 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.49 KB, text/plain)
2017-09-28 17:35 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,152.26 KB, text/plain)
2017-09-28 17:35 UTC, Toralf Förster
Details
environment (environment,73.89 KB, text/plain)
2017-09-28 17:36 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,13.40 KB, application/x-bzip)
2017-09-28 17:36 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,23.27 KB, application/x-bzip)
2017-09-28 17:36 UTC, Toralf Förster
Details
media-libs:openexr-2.2.0-r2:20170928-162439.log (media-libs:openexr-2.2.0-r2:20170928-162439.log,312.24 KB, text/plain)
2017-09-28 17:36 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,32.42 KB, application/x-bzip)
2017-09-28 17:36 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 2017-09-28 17:35:54 UTC
make[3]: Entering directory '/var/tmp/portage/media-libs/openexr-2.2.0-r2/work/openexr-2.2.0-abi_x86_32.x86/IlmImfTest'
/var/tmp/portage/media-libs/openexr-2.2.0-r2/work/openexr-2.2.0/test-driver: line 107: 23021 Aborted                 "$@" > $log_file 2>&1
FAIL: IlmImfTest
============================================================================
Testsuite summary for OpenEXR 2.2.0
============================================================================

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 13.0-desktop-plasma-systemd_abi32+64_20170924-152248

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-6.4.0 *

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python2.7 (fallback)

java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 7.2.6.11 [icedtea-bin-7]
2)	IcedTea JDK 3.5.1 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-7  system-vm
  [2]   icedtea-bin-8 

emerge -qpv media-libs/openexr
[ebuild  N    ] media-libs/openexr-2.2.0-r2  USE="-examples -static-libs" ABI_X86="32 (64) (-x32)" CPU_FLAGS_X86="avx"
Comment 1 Toralf Förster gentoo-dev 2017-09-28 17:35:56 UTC
Created attachment 496913 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-09-28 17:35:59 UTC
Created attachment 496915 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2017-09-28 17:36:03 UTC
Created attachment 496917 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2017-09-28 17:36:05 UTC
Created attachment 496919 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2017-09-28 17:36:08 UTC
Created attachment 496921 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-09-28 17:36:11 UTC
Created attachment 496923 [details]
media-libs:openexr-2.2.0-r2:20170928-162439.log
Comment 7 Toralf Förster gentoo-dev 2017-09-28 17:36:14 UTC
Created attachment 496925 [details]
temp.tbz2
Comment 8 Jonathan Scruggs (RETIRED) gentoo-dev 2017-09-30 09:39:09 UTC
Known issue upstream since 2013. Part of the same issue as IlmBase test failures:
https://github.com/openexr/openexr/issues/67
https://github.com/openexr/openexr/issues/223

A person posted a patch, hadn't tried it yet, as I have not vetted it fully due to lack of time:
https://github.com/openexr/openexr/issues/222

Maybe restrict the tests?
Comment 9 Carlo 2018-01-31 20:23:00 UTC
The failing test is

--
comparing files /var/tmp/portage/media-libs/openexr-2.2.0-r2/work/openexr-2.2.0/IlmImfTest/comp_dwaa_v1.exr and /var/tmp/portage/media-libs/openexr-2.2.0-r2/work/openexr-2.2.0/IlmImfTest/comp_dwaa_piz.exr
ERROR -- caught exception: Cannot read image file "/var/tmp/portage/media-libs/openexr-2.2.0-r2/work/openexr-2.2.0/IlmImfTest/comp_dwaa_v1.exr". No such file or directory.
IlmImfTest: /var/tmp/portage/media-libs/openexr-2.2.0-r2/work/openexr-2.2.0/IlmImfTest/testSampleImages.cpp:181: void testSampleImages(const string&): Assertion `false' failed.
--

and as noted in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790495 the reason is that the file https://github.com/openexr/openexr/blob/master/OpenEXR/IlmImfTest/comp_dwaa_v1.exr is missing from the tarball.

The update to v2.2.1 (bug 639998) will fix this issue.
Comment 10 Pacho Ramos gentoo-dev 2019-04-20 09:33:41 UTC
we have 2.3 in the tree and stable