Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 884525

Summary: dev-util/rbtools-4.0-r1 fails tests
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Hans de Graaff <graaff>
Status: CONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

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,