Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 848468 - dev-util/buildbot-worker-3.5.0 fails tests: builtins.ModuleNotFoundError: No module named parameterized
Summary: dev-util/buildbot-worker-3.5.0 fails tests: builtins.ModuleNotFoundError: No ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Brian Dolbec
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-30 07:14 UTC by Agostino Sarubbo
Modified: 2022-05-30 19:08 UTC (History)
0 users

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


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

Issue: dev-util/buildbot-worker-3.5.0 fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-05-30 07:14:42 UTC
Created attachment 781397 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-05-30 07:14:44 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


builtins.ModuleNotFoundError: No module named 'parameterized'
FAILED (skips=5, errors=1, successes=257)
Comment 3 Brian Dolbec (RETIRED) gentoo-dev 2022-05-30 18:42:20 UTC
Thanks,

submitted: https://github.com/buildbot/buildbot/issues/6524  to fix the missing dep in setup.py.
Comment 4 Larry the Git Cow gentoo-dev 2022-05-30 19:08:56 UTC
The bug has been closed via the following commit(s):

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

commit 165427fb9d3e520e798547899fdf73650a53a399
Author:     Brian Dolbec <dolsen@gentoo.org>
AuthorDate: 2022-05-30 19:06:53 +0000
Commit:     Brian Dolbec <dolsen@gentoo.org>
CommitDate: 2022-05-30 19:08:46 +0000

    dev-util/buildbot-worker: PEP 517 updates, fix missing test dep
    
    Fix missing test dep for 3.5.0, 9999
    
    Closes: https://bugs.gentoo.org/848468
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Brian Dolbec <dolsen@gentoo.org>

 dev-util/buildbot-worker/buildbot-worker-3.4.0.ebuild | 1 +
 dev-util/buildbot-worker/buildbot-worker-3.5.0.ebuild | 2 ++
 dev-util/buildbot-worker/buildbot-worker-9999.ebuild  | 2 ++
 3 files changed, 5 insertions(+)