olneyhymn/westminster-daily

View on GitHub
Update base.html #184
Tim Hopper authored ae9aba06
complete00:00:39
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 checked in config: nothing to validate.
3
codeclimate prepare
View output
codeclimate prepare
4
builder pull-engines
View output
determining required images
5
structure
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
W, [2024-06-06T14:49:16.921282 #1]  WARN -- : Skipping static/js/jquery-1.9.0.min.js due to CC::Parser::Client::HTTPError
W, [2024-06-06T14:49:16.921476 #1]  WARN -- : Response status: 422
W, [2024-06-06T14:49:16.925289 #1]  WARN -- : Skipping static/js/bigfoot.min.js due to CC::Parser::Client::HTTPError
W, [2024-06-06T14:49:16.925438 #1]  WARN -- : Response status: 422
W, [2024-06-06T14:49:17.811238 #1]  WARN -- : Skipping static/js/essential_audio.js due to CC::Parser::Client::HTTPError
W, [2024-06-06T14:49:17.811286 #1]  WARN -- : Response status: 422
6
duplication
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
W, [2024-06-06T14:49:21.399260 #1]  WARN -- : Skipping ./static/js/jquery-1.9.0.min.js due to CC::Parser::Client::HTTPError
W, [2024-06-06T14:49:21.399313 #1]  WARN -- : Response status: 422
W, [2024-06-06T14:49:21.402038 #1]  WARN -- : Skipping ./static/js/bigfoot.min.js due to CC::Parser::Client::HTTPError
W, [2024-06-06T14:49:21.402084 #1]  WARN -- : Response status: 422
W, [2024-06-06T14:49:21.756682 #1]  WARN -- : Skipping ./static/js/essential_audio.js due to CC::Parser::Client::HTTPError
W, [2024-06-06T14:49:21.756736 #1]  WARN -- : Response status: 422
I, [2024-06-06T14:49:23.382017 #1]  INFO -- : Skipping file generate_audio.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 50
    f" {convert_numbers_to_words(section['long_citation'].replace('.', ', paragraph '))} <break time='1000ms'/>"
                                                                                                               ^
SyntaxError: invalid syntax


I, [2024-06-06T14:49:23.398651 #1]  INFO -- : Skipping file generate_feed.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 17
    with open(f"content/{month}/{day}.md", "r") as f:
                                        ^
SyntaxError: invalid syntax


I, [2024-06-06T14:49:23.401199 #1]  INFO -- : Skipping file generate_podcast_feed.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 17
    with open(f"content/{month}/{day}.md", "r") as f:
                                        ^
SyntaxError: invalid syntax


I, [2024-06-06T14:49:23.416814 #1]  INFO -- : Skipping file update.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 21
    with open(f"{month}/{day}/data.json", "r") as f:
                                       ^
SyntaxError: invalid syntax