Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 878259 - dev-util/rbtools-4.0 fails tests
Summary: dev-util/rbtools-4.0 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Hans de Graaff
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-25 13:34 UTC by Agostino Sarubbo
Modified: 2022-10-30 06:48 UTC (History)
0 users

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


Attachments
build.log (build.log,260.33 KB, text/plain)
2022-10-25 13:34 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-10-25 13:34:10 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-util/rbtools-4.0 fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-10-25 13:34:12 UTC
Created attachment 825323 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-10-25 13:34:13 UTC
Error(s) that match a know pattern:


E       AssertionError: {} != {'mercurial': Exception('oh no')}
E       AssertionError: '/var/tmp/portage/dev-util/rbtools-4.0/temp/rbtools.ghij6j3b/git-repo' is not None
E               FileNotFoundError: [Errno 2] No such file or directory: 'hg'
err_msg    = 'No such file or directory'
errpipe_data = bytearray(b'OSError:2:')
            except ChildProcessError:
            except ValueError:
FAILED rbtools/utils/tests/test_source_tree.py::ScanSCMClientsForPathTests::test_with_check_remote_true_and_match
FAILED rbtools/utils/tests/test_source_tree.py::ScanSCMClientsForPathTests::test_with_nested_repos
FAILED rbtools/utils/tests/test_source_tree.py::ScanSCMClientsForPathTests::test_with_nested_repos_and_scmclient_ids_match
FAILED rbtools/utils/tests/test_source_tree.py::ScanSCMClientsForPathTests::test_with_nested_repos_and_scmclient_ids_no_match
FAILED rbtools/utils/tests/test_source_tree.py::ScanSCMClientsForPathTests::test_with_scmclient_errors_from_get_local_path
FAILED rbtools/utils/tests/test_source_tree.py::ScanSCMClientsForPathTests::test_with_scmclient_errors_from_is_remote_only
Comment 3 Larry the Git Cow gentoo-dev 2022-10-30 06:48:28 UTC
The bug has been closed via the following commit(s):

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

commit 8a20960bfefbbfa0432bfe2be4fb59d040ecd58d
Author:     Hans de Graaff <graaff@gentoo.org>
AuthorDate: 2022-10-29 08:40:26 +0000
Commit:     Hans de Graaff <graaff@gentoo.org>
CommitDate: 2022-10-30 06:39:36 +0000

    dev-util/rbtools: add missing test deps
    
    Closes: https://bugs.gentoo.org/878259
    Signed-off-by: Hans de Graaff <graaff@gentoo.org>

 dev-util/rbtools/rbtools-4.0.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)