RonsenbergVI/cicd_circleci_codeclimate

View on GitHub
bump version for re-deploy #67
RonsenbergVI authored cc1fdbba
complete00:00:22
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
No errors or warnings found in .codeclimate.yml.
3
codeclimate prepare
View output
codeclimate prepare
4
builder pull-engines
View output
determining required images
docker pull codeclimate/codeclimate-pylint:b938
b938: Pulling from codeclimate/codeclimate-pylint
4fe2ade4980c: Pulling fs layer
7cf6a1d62200: Pulling fs layer
f0d690b9e495: Pulling fs layer
fac5d45ad062: Pulling fs layer
dd9b067ef6fd: Pulling fs layer
ae19c30bb075: Pulling fs layer
322fbb16ce3a: Pulling fs layer
064681c837fd: Pulling fs layer
4777c8135e2f: Pulling fs layer
c1cade1474ec: Pulling fs layer
9b2c73eee31e: Pulling fs layer
98b60db9dac2: Pulling fs layer
fdeb13433eb3: Pulling fs layer
c1cade1474ec: Waiting
9b2c73eee31e: Waiting
322fbb16ce3a: Waiting
98b60db9dac2: Waiting
064681c837fd: Waiting
4777c8135e2f: Waiting
fac5d45ad062: Waiting
dd9b067ef6fd: Waiting
ae19c30bb075: Waiting
7cf6a1d62200: Verifying Checksum
7cf6a1d62200: Download complete
4fe2ade4980c: Verifying Checksum
4fe2ade4980c: Download complete
fac5d45ad062: Verifying Checksum
fac5d45ad062: Download complete
4fe2ade4980c: Pull complete
f0d690b9e495: Verifying Checksum
f0d690b9e495: Download complete
dd9b067ef6fd: Verifying Checksum
dd9b067ef6fd: Download complete
7cf6a1d62200: Pull complete
322fbb16ce3a: Verifying Checksum
322fbb16ce3a: Download complete
064681c837fd: Verifying Checksum
064681c837fd: Download complete
c1cade1474ec: Verifying Checksum
c1cade1474ec: Download complete
9b2c73eee31e: Verifying Checksum
9b2c73eee31e: Download complete
98b60db9dac2: Verifying Checksum
98b60db9dac2: Download complete
4777c8135e2f: Verifying Checksum
4777c8135e2f: Download complete
fdeb13433eb3: Verifying Checksum
fdeb13433eb3: Download complete
f0d690b9e495: Pull complete
ae19c30bb075: Verifying Checksum
ae19c30bb075: Download complete
fac5d45ad062: Pull complete
dd9b067ef6fd: Pull complete
ae19c30bb075: Pull complete
322fbb16ce3a: Pull complete
064681c837fd: Pull complete
4777c8135e2f: Pull complete
c1cade1474ec: Pull complete
9b2c73eee31e: Pull complete
98b60db9dac2: Pull complete
fdeb13433eb3: Pull complete
Digest: sha256:a8e867713f52acba347e27ba8063b0eb27b701d7f952b5962d12a277d8710778
Status: Downloaded newer image for registry.prod.codeclimate.net/codeclimate/codeclimate-pylint:b938
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...
I, [2024-04-30T09:13:09.698866 #1]  INFO -- : Skipping file ./package_name/cli.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 36
    def _get_str_date(date: datetime.datetime, fmt: str) -> str:
                          ^
SyntaxError: invalid syntax
7
pylint
pylint engine documentation