buildbot / buildbot/buildbot_travis

AttributeError: module 'buildbot.process.buildstep' has no attribute 'LoggingBuildStep'

Open
#143 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
129
Forks
43
PR merge metrics
No merged PRs in 30d

Description

```
bbtravis create-master master Traceback (most recent call last): File "/tmp/venv/bin/bbtravis", line 5, in from buildbot_travis.cmdline import bbtravis File "/tmp/venv/lib/python3.9/site-packages/buildbot_travis/__init__.py", line 19, in from .configurator import TravisConfigurator File "/tmp/venv/lib/python3.9/site-packages/buildbot_travis/configurator.py", line 28, in from .steps import TravisSetupSteps, TravisTrigger File "/tmp/venv/lib/python3.9/site-packages/buildbot_travis/steps/__init__.py", line 19, in from .spawner import TravisTrigger File "/tmp/venv/lib/python3.9/site-packages/buildbot_travis/steps/spawner.py", line 22, in from .base import ConfigurableStepMixin File "/tmp/venv/lib/python3.9/site-packages/buildbot_travis/steps/base.py", line 86, in class ConfigurableStep(buildstep.LoggingBuildStep, ConfigurableStepMixin): File "/tmp/venv/lib/python3.9/site-packages/twisted/python/deprecate.py", line 475, in __getattribute__ value = getattr(state._module, name) AttributeError: module 'buildbot.process.buildstep' has no attribute 'LoggingBuildStep'
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with buildbot_travis/steps/base.py, where ConfigurableStep inherits from buildstep.LoggingBuildStep, and reproduce the failure using bbtravis create-master master in the reported Python 3.9 environment. Check the available Buildbot buildstep API and verify that the command starts without this AttributeError.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
ci-cd, tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.