Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 938496 - [guru] gui-apps/pop-launcher-1.2.1 fails tests
Summary: [guru] gui-apps/pop-launcher-1.2.1 fails tests
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: YamaD
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-08-25 11:51 UTC by Agostino Sarubbo
Modified: 2024-08-27 09:57 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,397.20 KB, text/plain)
2024-08-25 11:51 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-08-25 11:51:17 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: gui-apps/pop-launcher-1.2.1 fails tests.
Discovered on: amd64 (internal ref: guru_ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-08-25 11:51:19 UTC
Created attachment 901231 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-08-25 11:51:19 UTC
Error(s) that match a know pattern:


assertion `left == right` failed
test calc::tests::approximate_result_formatting ... FAILED
test result: FAILED. 1 passed; 6 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
test web::test::parse_favicon_url_google_returns_none ... FAILED
test web::test::should_parse_favicon_url_aliexpress ... FAILED
test web::test::should_parse_favicon_url_ddg ... FAILED
test web::test::should_parse_favicon_url_flathub ... FAILED
test web::test::should_parse_favicon_url_github ... FAILED
thread 'calc::tests::approximate_result_formatting' panicked at plugins/src/calc/mod.rs:278:13:
thread 'web::test::parse_favicon_url_google_returns_none' panicked at plugins/src/web/mod.rs:294:33:
thread 'web::test::should_parse_favicon_url_aliexpress' panicked at plugins/src/web/mod.rs:352:14:
thread 'web::test::should_parse_favicon_url_ddg' panicked at plugins/src/web/mod.rs:294:33:
thread 'web::test::should_parse_favicon_url_flathub' panicked at plugins/src/web/mod.rs:294:33:
thread 'web::test::should_parse_favicon_url_github' panicked at plugins/src/web/mod.rs:294:33:
called `Result::unwrap()` on an `Err` value: reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("flathub.org")), port: None, path: "/", query: None, fragment: None }, source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
Comment 3 Larry the Git Cow gentoo-dev 2024-08-27 09:57:11 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a2e3504301830c1151399d64bd46a043bf9649db

commit a2e3504301830c1151399d64bd46a043bf9649db
Author:     Daichi Yamamoto <dev@dyama.net>
AuthorDate: 2024-08-25 13:21:28 +0000
Commit:     Daichi Yamamoto <dev@dyama.net>
CommitDate: 2024-08-25 13:21:58 +0000

    gui-apps/pop-launcher: add missing deps
    
    Closes: https://bugs.gentoo.org/938496
    Signed-off-by: Daichi Yamamoto <dev@dyama.net>

 gui-apps/pop-launcher/pop-launcher-1.2.1.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c766fb0bb254f99e6b96f3e64cc5346b72773c1a

commit c766fb0bb254f99e6b96f3e64cc5346b72773c1a
Author:     Daichi Yamamoto <dev@dyama.net>
AuthorDate: 2024-08-25 12:29:25 +0000
Commit:     Daichi Yamamoto <dev@dyama.net>
CommitDate: 2024-08-25 12:29:47 +0000

    gui-apps/pop-launcher: fix tests
    
    Closes: https://bugs.gentoo.org/938496
    Signed-off-by: Daichi Yamamoto <dev@dyama.net>

 gui-apps/pop-launcher/pop-launcher-1.2.1.ebuild | 8 ++++++++
 1 file changed, 8 insertions(+)