Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 925220 - sci-libs/datasets-2.17.1 fails tests: socket.gaierror: [Errno -3] Temporary failure in name resolution
Summary: sci-libs/datasets-2.17.1 fails tests: socket.gaierror: [Errno -3] Temporary f...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Tupone Alfredo
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-02-22 08:38 UTC by Agostino Sarubbo
Modified: 2024-02-22 18:37 UTC (History)
0 users

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


Attachments
build.log (build.log,495.61 KB, text/plain)
2024-02-22 08:38 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-02-22 08:38:32 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sci-libs/datasets-2.17.1 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-02-22 08:38:34 UTC
Created attachment 885669 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-02-22 08:38:35 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


ERROR tests/io/test_parquet.py::test_parquet_read_geoparquet - urllib.error.URLError: <urlopen error [Errno -3] Temporary failure in name ...
E               urllib.error.URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
  /usr/lib/python3.11/site-packages/huggingface_hub/repocard.py:105: UserWarning: Repo card metadata block was not found. Setting CardData to empty.
    warnings.warn("Repo card metadata block was not found. Setting CardData to empty.")
E       socket.gaierror: [Errno -3] Temporary failure in name resolution
Comment 3 Larry the Git Cow gentoo-dev 2024-02-22 18:37:38 UTC
The bug has been closed via the following commit(s):

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

commit ca4289c9b372e31848e4f95ed8f7564406ab797d
Author:     Alfredo Tupone <tupone@gentoo.org>
AuthorDate: 2024-02-22 18:36:24 +0000
Commit:     Alfredo Tupone <tupone@gentoo.org>
CommitDate: 2024-02-22 18:37:11 +0000

    sci-libs/datasets: drop test that need network
    
    Closes: https://bugs.gentoo.org/925220
    Signed-off-by: Alfredo Tupone <tupone@gentoo.org>

 sci-libs/datasets/datasets-2.17.1.ebuild           |   1 -
 .../datasets/files/datasets-2.14.4-tests.patch     | 232 --------------------
 .../datasets/files/datasets-2.17.1-tests.patch     | 240 +++++++++++++++++++++
 3 files changed, 240 insertions(+), 233 deletions(-)