IntrospectData/django-kubernetes-manager

View on GitHub
Update README.rst #194
Bradley Reimers authored 947d49ac
errored00:00:21
An engine encountered an error
E10 Error

We had trouble running the pylint engine.

The engine's output shown below may indicate the cause of the error.

If not, please contact us so we can investigate further.

1
git clone
2
codeclimate validate-config
View output
codeclimate validate-config
WARNING: engine pylint: unrecognized key 'plugins'
3
codeclimate prepare
View output
codeclimate prepare
4
builder pull-engines
View output
determining required images
docker pull codeclimate/codeclimate-pylint:b1244
b1244: Pulling from codeclimate/codeclimate-pylint
59bf1c3509f3: Already exists
07a400e93df3: Pulling fs layer
2bbaed1c11d1: Pulling fs layer
9cbeadc4f598: Pulling fs layer
449a9c3cb364: Pulling fs layer
4be55a908704: Pulling fs layer
128441c7e581: Pulling fs layer
131e85aceecb: Pulling fs layer
9c3115c92bfd: Pulling fs layer
ea9d639e6a56: Pulling fs layer
be6079ccbd65: Pulling fs layer
6ff9296ac942: Pulling fs layer
34032818a250: Pulling fs layer
ea9d639e6a56: Waiting
128441c7e581: Waiting
be6079ccbd65: Waiting
131e85aceecb: Waiting
6ff9296ac942: Waiting
34032818a250: Waiting
9c3115c92bfd: Waiting
449a9c3cb364: Waiting
4be55a908704: Waiting
9cbeadc4f598: Verifying Checksum
9cbeadc4f598: Download complete
07a400e93df3: Verifying Checksum
07a400e93df3: Download complete
2bbaed1c11d1: Verifying Checksum
2bbaed1c11d1: Download complete
07a400e93df3: Pull complete
128441c7e581: Download complete
449a9c3cb364: Verifying Checksum
449a9c3cb364: Download complete
131e85aceecb: Verifying Checksum
131e85aceecb: Download complete
2bbaed1c11d1: Pull complete
9cbeadc4f598: Pull complete
ea9d639e6a56: Verifying Checksum
ea9d639e6a56: Download complete
449a9c3cb364: Pull complete
be6079ccbd65: Verifying Checksum
be6079ccbd65: Download complete
4be55a908704: Download complete
9c3115c92bfd: Verifying Checksum
9c3115c92bfd: Download complete
34032818a250: Verifying Checksum
34032818a250: Download complete
6ff9296ac942: Verifying Checksum
6ff9296ac942: Download complete
4be55a908704: Pull complete
128441c7e581: Pull complete
131e85aceecb: Pull complete
9c3115c92bfd: Pull complete
ea9d639e6a56: Pull complete
be6079ccbd65: Pull complete
6ff9296ac942: Pull complete
34032818a250: Pull complete
Digest: sha256:132c8ffa36ae0889fa0ffa218dd43fda28c1c16216cddf20ea853d5d001f5800
Status: Downloaded newer image for registry.prod.codeclimate.net/codeclimate/codeclimate-pylint:b1244
5
structure
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
6
duplication
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
7
bandit
bandit engine documentation
View output
[main]	INFO	profile include tests: None
[main]	INFO	profile exclude tests: None
[main]	INFO	cli include tests: None
[main]	INFO	cli exclude tests: None
[node_visitor]	INFO	Unable to find qualified name for module: manage.py
[node_visitor]	INFO	Unable to find qualified name for module: setup.py
8
sonar-python
sonar-python engine documentation
View output
INFO: Java 1.8.0_111-internal Oracle Corporation (64-bit)
INFO: Linux 4.4.0-1128-aws amd64
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/usr/src/app/build/libs/sonarlint-core-2.17.0.899.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/usr/src/app/build/libs/sonarlint-cli-2.1.0.566.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
INFO: Index files
INFO: 37 files indexed
INFO: ------------------------------------------------------------------------
INFO: EXECUTION SUCCESS
INFO: ------------------------------------------------------------------------
INFO: Total time: 0.320s
INFO: Final Memory: 6M/295M
INFO: ------------------------------------------------------------------------
9
radon
radon engine documentation
View output
Running radon3...
10
pep8
pep8 engine documentation
View output
licenses/ kubernetes_manager/consts.py kubernetes_manager/models/ kubernetes_manager/views/ kubernetes_manager/apps.py kubernetes_manager/admin.py kubernetes_manager/__init__.py kubernetes_manager/utils.py kubernetes_manager/serializers/ kubernetes_manager/urls.py manage.py setup.py/usr/lib/python3.9/site-packages/pycodestyle.py:2665: UserWarning: [pep8] section is deprecated. Use [pycodestyle].
  warnings.warn('[pep8] section is deprecated. Use [pycodestyle].')
11
pylint
pylint engine documentation
View output
/usr/src/app/codeclimate-pylint:45: DeprecationWarning: Using the __implements__ inheritance pattern for BaseReporter is no longer supported. Child classes should only inherit BaseReporter
  Run(parameters, reporter=CodeClimateReporter(), do_exit=False)
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/pylint_django/checkers/foreign_key_strings.py", line 120, in open
    settings.configure(Settings(self.config.django_settings_module))
  File "/usr/local/lib/python3.8/site-packages/django/conf/__init__.py", line 170, in __init__
    mod = importlib.import_module(self.SETTINGS_MODULE)
  File "/usr/local/lib/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 970, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'code.settings'; 'code' is not a package

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/app/codeclimate-pylint", line 45, in <module>
    Run(parameters, reporter=CodeClimateReporter(), do_exit=False)
  File "/usr/local/lib/python3.8/site-packages/pylint/lint/run.py", line 215, in __init__
    linter.check(args)
  File "/usr/local/lib/python3.8/site-packages/pylint/lint/pylinter.py", line 713, in check
    with self._astroid_module_checker() as check_astroid_module:
  File "/usr/local/lib/python3.8/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/usr/local/lib/python3.8/site-packages/pylint/lint/pylinter.py", line 1015, in _astroid_module_checker
    checker.open()
  File "/usr/local/lib/python3.8/site-packages/pylint_django/checkers/foreign_key_strings.py", line 125, in open
    self.add_message(
  File "/usr/local/lib/python3.8/site-packages/pylint/checkers/base_checker.py", line 164, in add_message
    self.linter.add_message(
  File "/usr/local/lib/python3.8/site-packages/pylint/lint/pylinter.py", line 1341, in add_message
    self._add_one_message(
  File "/usr/local/lib/python3.8/site-packages/pylint/lint/pylinter.py", line 1274, in _add_one_message
    self.stats.increase_single_module_message_count(
  File "/usr/local/lib/python3.8/site-packages/pylint/utils/linterstats.py", line 315, in increase_single_module_message_count
    self.by_module[modname][type_name] += increase
KeyError: 'Command line or configuration file'