Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 795708

Summary: app-misc/tracker-miners-3.2.1 fails tests
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal CC: mattst88
Priority: Normal Keywords: TESTFAILURE
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log
1-testlog.txt

Description Agostino Sarubbo gentoo-dev 2021-06-13 06:21:13 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-misc/tracker-miners-3.1.2 fails tests.
Discovered on: amd64 (internal ref: ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
If you think this is a GCC-11 related issue, please block bug 732706.
Comment 1 Agostino Sarubbo gentoo-dev 2021-06-13 06:21:16 UTC
Created attachment 715647 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-06-13 06:21:18 UTC
Created attachment 715650 [details]
1-testlog.txt

1-testlog.txt
Comment 3 Agostino Sarubbo gentoo-dev 2022-02-22 15:38:29 UTC
tinderbox_musl has reproduced this issue with version 3.2.1 - Updating summary.
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-05-28 01:24:56 UTC Comment hidden (obsolete)
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-05-28 01:25:40 UTC
39/45 tracker-miners:functional / extractor-decorator                 ERROR            0.07s   exit status 1
00:40:51 TRACKER_LANGUAGE_STOP_WORDS_DIR=/usr/share/tracker3/stop-words MALLOC_PERTURB_=238 PYTHONPATH=/usr/lib64/tracker-3.0 TRACKER_FUNCTIONAL_TEST_CONFIG=/var/tmp/portage/app-misc/tracker-miners-3.1.2/work/tracker-miners-3.1.2-build/tests/functional-tests/configuration.json /var/tmp/portage/app-misc/tracker-miners-3.1.2/temp/python3.9/bin/python3 /var/tmp/portage/app-misc/tracker-miners-3.1.2/work/tracker-miners-3.1.2/tests/functional-tests/extractor-decorator.py
----------------------------------- output -----------------------------------
stderr:
Traceback (most recent call last):
  File "/var/tmp/portage/app-misc/tracker-miners-3.1.2/work/tracker-miners-3.1.2/tests/functional-tests/extractor-decorator.py", line 27, in <module>
    import configuration as cfg
  File "/var/tmp/portage/app-misc/tracker-miners-3.1.2/work/tracker-miners-3.1.2/tests/functional-tests/configuration.py", line 22, in <module>
    from gi.repository import GLib
ModuleNotFoundError: No module named 'gi'

(test program exited with status code 1)
------------------------------------------------------------------------------

40/45 tracker-miners:functional / writeback-audio                     ERROR            0.05s   exit status 1
00:40:51 MALLOC_PERTURB_=105 TRACKER_LANGUAGE_STOP_WORDS_DIR=/usr/share/tracker3/stop-words TRACKER_FUNCTIONAL_TEST_CONFIG=/var/tmp/portage/app-misc/tracker-miners-3.1.2/work/tracker-miners-3.1.2-build/tests/functional-tests/configuration.json PYTHONPATH=/usr/lib64/tracker-3.0 /var/tmp/portage/app-misc/tracker-miners-3.1.2/temp/python3.9/bin/python3 /var/tmp/portage/app-misc/tracker-miners-3.1.2/work/tracker-miners-3.1.2/tests/functional-tests/writeback-audio.py
----------------------------------- output -----------------------------------
stderr:
Traceback (most recent call last):
  File "/var/tmp/portage/app-misc/tracker-miners-3.1.2/work/tracker-miners-3.1.2/tests/functional-tests/writeback-audio.py", line 21, in <module>
    import fixtures
  File "/var/tmp/portage/app-misc/tracker-miners-3.1.2/work/tracker-miners-3.1.2/tests/functional-tests/fixtures.py", line 25, in <module>
    import gi
ModuleNotFoundError: No module named 'gi'
Comment 6 Larry the Git Cow gentoo-dev 2022-06-01 13:56:57 UTC
The bug has been closed via the following commit(s):

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

commit d7666f39f9a101db591af8cf49bc8e6aa58dca2d
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2022-06-01 13:03:44 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2022-06-01 13:56:11 +0000

    app-misc/tracker-miners: Version bump to 3.3.1
    
    * Depend on pygobject for tests (bug #795708)
    
    Closes: https://bugs.gentoo.org/795708
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 app-misc/tracker-miners/Manifest                   |   1 +
 .../tracker-miners/tracker-miners-3.3.1.ebuild     | 169 +++++++++++++++++++++
 2 files changed, 170 insertions(+)