Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 884033 - gnome-extra/gnome-software-43.2 fails tests
Summary: gnome-extra/gnome-software-43.2 fails tests
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-02 15:21 UTC by Agostino Sarubbo
Modified: 2022-12-02 15:24 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,477.10 KB, text/plain)
2022-12-02 15:21 UTC, Agostino Sarubbo
Details
1-testlog.txt (1-testlog.txt,103.77 KB, text/plain)
2022-12-02 15:21 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 2022-12-02 15:21:21 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: gnome-extra/gnome-software-43.2 fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-12-02 15:21:23 UTC
Created attachment 839071 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-12-02 15:21:25 UTC
Created attachment 839073 [details]
1-testlog.txt

1-testlog.txt
Comment 3 Agostino Sarubbo gentoo-dev 2022-12-02 15:21:26 UTC
Error(s) that match a know pattern:


2/9 gnome-software:plugins+core / gs-self-test-core                FAIL             0.03s   killed by signal 6 SIGABRT
3/9 gnome-software:plugins+dpkg / gs-self-test-dpkg                FAIL             0.02s   killed by signal 6 SIGABRT
4/9 gnome-software:plugins+fwupd / gs-self-test-fwupd              FAIL             0.02s   killed by signal 6 SIGABRT
5/9 gnome-software:plugins+repos / gs-self-test-repos              FAIL             0.02s   killed by signal 6 SIGABRT
7/9 gnome-software:plugins+epiphany / gs-self-test-epiphany        FAIL             0.02s   killed by signal 6 SIGABRT
9/9 gnome-software:plugins+dummy / gs-self-test-dummy              FAIL             0.05s   killed by signal 6 SIGABRT
Comment 4 Matt Turner gentoo-dev 2022-12-02 15:24:21 UTC
> GsPluginDpkg:ERROR:../gnome-software-43.2/plugins/dpkg/gs-self-test.c:78:main: assertion failed (error == NULL): Error getting system bus: Could not connect: No such file or directory (g-io-error-quark, 1)

This would make me thing we needed to run tests under dbus-run-session... but we are:

> src_test() {
> 	virtx dbus-run-session meson test -C "${BUILD_DIR}" || die
> }