tubone24/ebook_homebrew

View on GitHub
Merge pull request #289 from jorgectf/fix-regex-injection #776
tubone authored f3e7020b
complete00:00:28
Your first build completed successfully!

Congratulations

Your first build completed successfully!

See the Results

1
git clone
2
codeclimate validate-config
View output
codeclimate validate-config
WARNING: 'engines' has been deprecated, please use 'plugins' instead
WARNING: 'exclude_paths' has been deprecated, please use 'exclude_patterns' instead
WARNING: 'ratings' has been deprecated, and will not be used
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
9c3115c92bfd: Waiting
4be55a908704: Waiting
ea9d639e6a56: Waiting
128441c7e581: Waiting
be6079ccbd65: Waiting
6ff9296ac942: Waiting
131e85aceecb: Waiting
34032818a250: Waiting
449a9c3cb364: Waiting
9cbeadc4f598: Download complete
07a400e93df3: Verifying Checksum
07a400e93df3: Download complete
2bbaed1c11d1: Verifying Checksum
2bbaed1c11d1: Download complete
07a400e93df3: Pull complete
128441c7e581: Verifying Checksum
128441c7e581: Download complete
449a9c3cb364: Verifying Checksum
449a9c3cb364: Download complete
131e85aceecb: Verifying Checksum
2bbaed1c11d1: Pull complete
ea9d639e6a56: Verifying Checksum
ea9d639e6a56: Download complete
9cbeadc4f598: Pull complete
be6079ccbd65: Verifying Checksum
be6079ccbd65: Download complete
449a9c3cb364: Pull complete
9c3115c92bfd: Verifying Checksum
9c3115c92bfd: Download complete
6ff9296ac942: Verifying Checksum
6ff9296ac942: Download complete
34032818a250: Verifying Checksum
34032818a250: Download complete
4be55a908704: Verifying Checksum
4be55a908704: 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
16
Parser process id: 16
codeclimate-parser socket not present
waiting 1s...
6
duplication
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
I, [2024-04-08T08:20:58.316408 #1]  INFO -- : Skipping file ./ebook_homebrew/rest.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 143
    async def upload_image_file(req, resp):
        ^
SyntaxError: invalid syntax


I, [2024-04-08T08:20:58.366404 #1]  INFO -- : Skipping file ./ebook_homebrew/archive.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 75
    raise ZipFileExistError() from file_exists_error
                                 ^
SyntaxError: invalid syntax


I, [2024-04-08T08:20:58.383857 #1]  INFO -- : Skipping file ./ebook_homebrew/rename.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 60
    raise InvalidNumberParameterTypeError() from attribute_error
                                               ^
SyntaxError: invalid syntax


I, [2024-04-08T08:20:58.397281 #1]  INFO -- : Skipping file ./ebook_homebrew/core.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 57
    raise InvalidExtensionTypeError() from type_error
                                         ^
SyntaxError: invalid syntax
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: setup.py
8
fixme
fixme engine documentation
9
markdownlint
markdownlint engine documentation
View output
/usr/local/bundle/gems/posix-spawn-0.3.11/lib/posix/spawn.rb:467: warning: constant ::Fixnum is deprecated
10
pep8
pep8 engine documentation
View output
examples/ebook-homebrew-android-app/ examples/ebook-homebrew-vue-typescript-client/ examples/use_rest_api/ examples/ebook-homebrew-nuxt-with-typescript-client/ examples/ebook-homebrew-vue-client/ examples/ebook-homebrew-nim-client/ examples/web_gui/src/application.py examples/web_gui/src/templates/ examples/web_gui/src/static/css/ examples/web_gui/src/static/img/ examples/web_gui/docs/ examples/ebook-homebrew-rust-client/ examples/rename_convert/ assets/ .github/ ebook_homebrew/ docker/ .circleci/ setup.py
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)
12
radon
radon engine documentation
View output
Running radon3...