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

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


Attachments
build.log (build.log,267.27 KB, text/plain)
2022-12-06 06:54 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-06 06:54:30 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-util/rbtools-4.0-r1 fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-12-06 06:54:33 UTC
Created attachment 840341 [details]
build.log

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


E               rbtools.utils.process.RunProcessError: Unexpected error executing the command: /usr/bin/python3.8 /var/tmp/portage/dev-util/rbtools-4.0-r1/work/RBTools-4.0/rbtools/commands/main.py alias extra_arg --help
E               rbtools.utils.process.RunProcessError: Unexpected error executing the command: /usr/bin/python3.8 /var/tmp/portage/dev-util/rbtools-4.0-r1/work/RBTools-4.0/rbtools/commands/main.py alias --help
E               rbtools.utils.process.RunProcessError: Unexpected error executing the command: /usr/bin/python3.8 /var/tmp/portage/dev-util/rbtools-4.0-r1/work/RBTools-4.0/rbtools/commands/main.py --help alias
E               rbtools.utils.process.RunProcessError: Unexpected error executing the command: /usr/bin/python3.8 /var/tmp/portage/dev-util/rbtools-4.0-r1/work/RBTools-4.0/rbtools/commands/main.py help alias
        except FileNotFoundError:
FAILED rbtools/commands/tests/test_main.py::MainCommandTests::test_help_command
FAILED rbtools/commands/tests/test_main.py::MainCommandTests::test_help_multiple_args
FAILED rbtools/commands/tests/test_main.py::MainCommandTests::test_help_options_after
FAILED rbtools/commands/tests/test_main.py::MainCommandTests::test_help_options_before
            FileNotFoundError:
            logger.debug('Command not found (%s)',
            logger.debug('Permission denied running command (%s): %s',
            PermissionError:
            RunProcessError:
            TypeError:
        log_debug_output_on_error: bool = True,